* lisp/progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments.
[emacs.git] / lisp / ChangeLog
blobe71240efd972bd5ed11c5c1c2936d6463c5e8e86
1 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4         (bug#13585).
6 2013-01-30  Juri Linkov  <juri@jurta.org>
8         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
9         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
10         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
12 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
15         column if we're just deleting the backslashes.
16         (makefile-fill-paragraph): Use eolp.
18 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
20         * autorevert.el (auto-revert-use-notify): Fix docstring.
22 2013-01-30  Leo Liu  <sdl.web@gmail.com>
24         * imenu.el (imenu--truncate-items): Fix subalist checking.
25         (Bug#13576)
27 2013-01-30  Glenn Morris  <rgm@gnu.org>
29         * mouse.el (mouse-drag-line): Avoid pushing same event onto
30         unread-command-events twice in some cases.  This tries to implement
31         the 2012-07-26 changes in a different way.  (Bug#13560)
33 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
35         * progmodes/python.el
36         (python-pdbtrack-comint-output-filter-function): Enhancements on
37         stacktrace detection.  (thanks @gnovak)
39 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
41         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
42         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
43         Use defvar-local.
44         (jit-lock-register): Use setq-local.
46 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
48         * calc-units.el (math-default-units-table): Remove initial value.
49         (calc-convert-units): Treat expressions where all the units cancel as
50         if they didn't have units.
52 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
54         * net/tramp.el (tramp-process-connection-type): Fix docstring.
55         (tramp-completion-reread-directory-timeout): Fix type.
56         (tramp-connection-min-time-diff): New defcustom.
58         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
60 2013-01-30  Glenn Morris  <rgm@gnu.org>
62         * imenu.el (imenu-default-create-index-function):
63         Put back a version of the infinite loop test removed 2013-01-23.
65 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
67         * progmodes/python.el (python-shell-parse-command):
68         Find python-shell-interpreter with modified environment.
70 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
72         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
74 2013-01-29  Alan Mackenzie  <acm@muc.de>
76         Amend to fontify /regexp/s in actions correctly.
77         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
78         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
79         are no longer included.
80         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
81         What used to be these variables without "-line" in the name.
82         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now
83         are.
84         (c-awk-non-arith-op-bra-re): Now also matches {.
85         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
86         "return", and "case".
87         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
88         by /.
89         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
90         (c-awk-set-syntax-table-properties): Extend FSM to handle
91         {,},(,),;.
93 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
95         * autorevert.el (auto-revert-use-notify):
96         Use `custom-initialize-default' for initialization.  (Bug#13583)
98         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
100         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
101         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
102         in `tramp-file-name-handler'.
103         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
104         compatibility.
105         (tramp-compute-multi-hops): Check, whether
106         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
108 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
110         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
111         (bug#13297).
113 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
115         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
116         checks made superfluous by the \_< operator.
117         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
118         temporarily) broken indentation.
119         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
120         Highlight nested constants, too.  \_< broke that.
122 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
124         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
125         instead of "\\b".
127 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
129         * autorevert.el (auto-revert-handler): Notifications which result
130         from a saved file shall not be taken into account.  (Bug#13557)
132 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
134         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
135         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
136         (lisp-mode): Pass t for it.  (Bug#13556)
138 2013-01-25  Alan Mackenzie  <acm@muc.de>
140         AWK Mode: Fix indentation bug at top level.  Bug #12274.
142         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
143         just before CASE 5D.
145 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
147         * net/socks.el (socks-nslookup-host): Use string-to-number.
149 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
151         * autorevert.el (auto-revert-remote-files)
152         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
153         (auto-revert-notify-enabled, auto-revert-use-notify)
154         (auto-revert-notify-watch-descriptor-hash-list)
155         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
156         (auto-revert-notify-event-descriptor)
157         (auto-revert-notify-event-action)
158         (auto-revert-notify-event-file-name): Doc fix.
159         (global-auto-revert-mode): Reorder checks.
160         (auto-revert-notify-rm-watch): Respect changed values of
161         `auto-revert-notify-watch-descriptor-hash-list'.
162         (auto-revert-notify-add-watch): Check for
163         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
164         `inotify-add-watch'.  Watch `default-directory' instead of
165         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
166         has a changed meaning now.  (Bug#13540)
167         (auto-revert-notify-handler): Change implementation wrt events
168         returning from a directory.
169         (auto-revert-handler): Reorder implementation for checks of remote
170         files.
171         (auto-revert-buffers): Fix parentheses error.
173 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
175         * progmodes/python.el: Enhancements to header documentation about
176         skeletons.  (Bug#5716)
178         * imenu.el (imenu-default-create-index-function): Remove useless
179         infinite loop check.  (Bug#13438)
181 2013-01-25  Alan Mackenzie  <acm@muc.de>
183         Fix a bug in the state cache mechanism.  Refactor this a bit.
185         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
186         `cache-pos' element from the return value.
187         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
188         buffer to enable proper searching from beyond HERE.  Amend the
189         test for detecting the sought brace pair.  Amend the value written
190         to the "brace desert cache" when the brace isn't found.
191         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
192         and several other variables analogously.
193         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
194         parameter to a locally calculated variable.
195         (c-parse-state-1): Change the calling conventions to the two
196         defuns involving `cache-pos'.
198 2013-01-25  Chong Yidong  <cyd@gnu.org>
200         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
202 2013-01-24  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
204         * paren.el (show-paren-function): Make sure to set 'priority and
205         'face only if the overlay does exist.
207 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
209         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
211         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
212         basic attributes.
213         (tramp-sh-handle-set-file-acl): Improve error checking.
215 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
217         * doc-view.el (doc-view-display): Force mode line update until all
218         document is converted.  Suggested by Stefan Monnier (Bug#13164).
220 2013-01-23  Bastien Guerry  <bzg@gnu.org>
222         * paren.el (show-paren-function): Make sure an overlay exists
223         before trying to delete it.  Also use `pos' as a position only
224         when it is an integer.
226 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
228         * play/gametree.el (gametree-break-line-here): Use point-marker.
230 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
232         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
233         Mark descriptive parts with `display' property.
235 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
237         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
238         New variable to map standard dict names to hunspell ones.
239         (ispell-set-spellchecker-params): Make sure specific dict names
240         are used for standard dicts with hunspell.
242 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
244         * textmodes/reftex-cite.el (reftex-format-citation): Add format
245         chars for note (%N) and url (%U).
246         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
248 2013-01-21  Juri Linkov  <juri@jurta.org>
250         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
251         in addition to existing separate binding `meta f10' in `global-map'.
252         (Bug#13484)
254 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
256         Improve XEmacs compatibility.
258         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
260         * net/tramp-adb.el (top): Require `time-date'.
261         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
262         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
263         Use `tramp-file-name-handler'.
264         (tramp-adb-maybe-open-connection):
265         Use `tramp-compat-set-process-query-on-exit-flag'.
267         * net/tramp-sh.el (tramp-sh-handle-file-acl):
268         Use `tramp-compat-funcall'.
270         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
271         `tramp-compat-funcall'.
273 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
275         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
276         reimplementation using "adb shell command ..." instead of running
277         remote shell interactively.
279 2013-01-20  Glenn Morris  <rgm@gnu.org>
281         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
282         Add native profiler menu entries.
284         * profiler.el (profiler-running-p): New function.
285         (profiler-cpu-profile): Use profiler-running-p.
286         (profiler-report-mode-map): Add some more menu entries.
288 2013-01-19  Glenn Morris  <rgm@gnu.org>
290         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
291         fixes 2012-12-07 change.  (Bug#13499)
293 2013-01-19  Leo Liu  <sdl.web@gmail.com>
295         * dired.el (dired-get-marked-files): Prune erroneous values due to
296         last change.  (Bug#13152)
298 2013-01-19  Glenn Morris  <rgm@gnu.org>
300         * progmodes/etags.el (tags-table-check-computed-list):
301         Preserve point in tags buffer.  (Bug#13412)
303         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
305 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
306             Chong Yidong  <cyd@gnu.org>
308         * image-mode.el (image-next-file, image-previous-file):
309         New commands (Bug#8453).
310         (image-mode-map): Bind them to n and p.
311         (image-mode--images-in-directory): New helper function.
313 2013-01-19  Chong Yidong  <cyd@gnu.org>
315         * image-mode.el (image-mode-fit-frame): Add a frame argument.
316         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
317         save and restore the old window configuration.
319 2013-01-18  Leo Liu  <sdl.web@gmail.com>
321         * progmodes/js.el: Tweak autoload cookie for alias.
323 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
325         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
326         buffer local, again.  This was lost with the fix on 2013-01-12.
328 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
330         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
331         order to support several eshell buffers in parallel.
333 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
335         * autorevert.el (auto-revert-use-notify): In the :set function, do
336         not modify `kill-buffer-hook'.
337         (auto-revert-notify-rm-watch):
338         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
339         (auto-revert-notify-add-watch): Do not call
340         `auto-revert-notify-rm-watch', but add it to a buffer local
341         `kill-buffer-hook'.
343 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
346         call to `eval' rather than a backquoted lambda.
348 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
351         to return an explicit nil.
352         (advice--remove-function): Change accordingly.
354         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
355         the use of nadvice.el.
357         * progmodes/which-func.el (which-function): Silence imenu errors
358         (bug#13433).
360 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
362         * progmodes/sql.el: (sql-imenu-generic-expression):
363         (sql-mode-font-lock-object-name): Match schema qualified names.
364         (sql-connect): Use string keys.
365         (sql-product-interactive): Wait for interpreter prompt.
366         (sql-comint-oracle): Set process coding based on NLS_LANG.
368 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
370         * progmodes/sql.el (sql-output-to-send): Remove, unused.
371         (sql-interactive-remove-continuation-prompt):
372         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
374 2013-01-14  Leo Liu  <sdl.web@gmail.com>
376         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
377         (Bug#13420)
379 2013-01-14  Glenn Morris  <rgm@gnu.org>
381         * progmodes/compile.el (compilation-error-regexp-alist-alist):
382         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
384 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
386         * progmodes/python.el (python-nav-end-of-statement):
387         Fix cornercase when handling multiline strings.
389 2013-01-13  Richard Stallman  <rms@gnu.org>
391         * mail/sendmail.el (mail-position-on-field): Add doc string.
393         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
394         Get current message boundaries and pass them to
395         message-forward-make-body-mime.  Minor style changes.
397 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
399         * cus-start.el (all): Avoid warnings about
400         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
402 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
404         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
406 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
408         * jit-lock.el (jit-lock-debug-mode): New minor mode.
409         (jit-lock--debug-fontifying): New var.
410         (jit-lock--debug-fontify): New function.
411         * subr.el (condition-case-unless-debug): Don't prevent catching the
412         error, just let the debbugger run.
413         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
414         timer code and don't drop errors silently.
416 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
418         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
419         `permanent-local' property.
420         (auto-revert-notify-handler): Use `file-equal-p'.
422 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
424         * autorevert.el (auto-revert-notify-handler): Fix filtering of
425         file notification by ACTION. For filtering by file name, compare
426         only the non-directory part of the file name.
428 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * autorevert.el: Use cl-lib instead of cl.
432         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
433         (vc-bzr-checkin): Use it.
434         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
435         will preserve match-data.
437 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
439         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
440         (js--declaration-keyword-re): New var.
441         (js--multi-line-declaration-indentation): New function.
442         (js--proper-indentation): Use it.
444 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
446         * calc/calc.el (calc-highlight-selections-with-faces)
447          (calc-dispatch):
448         * comint.el (comint-history-isearch-message):
449         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
450         * ffap.el (ffap-string-at-point-region, ffap-next)
451         (ffap-string-at-point, ffap-string-around)
452         (ffap-copy-string-as-kill, ffap-highlight-overlay)
453         (ffap-literally):
454         * font-lock.el (font-lock-keywords-alist)
455         (font-lock-removed-keywords-alist):
456         * help-mode.el (help-xref-symbol-regexp):
457         * info.el (Info-find-emacs-command-nodes):
458         * international/mule.el (add-to-coding-system-list):
459         * isearch.el (isearch-message-function, isearch-fail-pos):
460         * misearch.el (multi-isearch-next-buffer-function):
461         * newcomment.el (comment-box):
462         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
463         (pr-setting-database):
464         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
465         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
466         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
467         (pike-font-lock-keywords-3):
468         * progmodes/compile.el (compile):
469         * progmodes/etags.el (tags-table-files)
470         (tags-table-files-function, tags-included-tables-function):
471         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
472         (gdb-restore-windows):
473         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
474         (ps-n-up-filling-database):
475         * server.el (server-buffer, server-log):
476         * simple.el (newline, delete-backward-char, delete-forward-char)
477         (minibuffer-history-isearch-message, kill-line, track-eol)
478         (temporary-goal-column):
479         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
480         (flyspell-default-deplacement-commands):
481         * textmodes/ispell.el (ispell-accept-output):
482         * textmodes/sgml-mode.el (html-tag-help):
483         * vc/compare-w.el (compare-ignore-whitespace)
484         (compare-ignore-case, compare-windows-dehighlight):
485         * vc/diff.el (diff):
486         * whitespace.el (whitespace-point)
487         (whitespace-font-lock-refontify, whitespace-bob-marker)
488         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
490 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
492         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
493         (auto-revert-notify-rm-watch): Ignore errors.
494         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
495         inotify, and '(size last-write-time) for w32notify.
496         Set buffer-local `auto-revert-use-notify' to nil when adding a file
497         watch fails - this is a fallback to the file modification check.
498         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
499         (auto-revert-notify-event-action)
500         (auto-revert-notify-event-file-name): New defuns.
501         (auto-revert-notify-handler): Use them.  Implement first
502         plausibility checks.
503         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
505 2013-01-11  Julien Danjou  <julien@danjou.info>
507         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
508         max are almost equal. Also return the correct value for V which is
509         already between 0 and 1.
511 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
513         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
515 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
517         * autorevert.el (auto-revert-notify-rm-watch)
518         (auto-revert-notify-add-watch): Fix typos in w32notify function
519         names.
521 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
523         * autorevert.el (auto-revert-notify-enabled): Move up.
524         (auto-revert-use-notify): New defcustom.
525         (auto-revert-mode, global-auto-revert-mode)
526         (auto-revert-notify-add-watch, auto-revert-handler)
527         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
528         `auto-revert-notify-enabled'.
530 2013-01-10  Elias Pipping  <pipping@exherbo.org>
532         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
533         * doc-view.el (doc-view-document->bitmap):
534         Use doc-view-single-page-converter-function instead of
535         single-page-converter arg; adjust callers.
537 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
539         * progmodes/which-func.el (which-function): Understand Semantic's use
540         of overlays in imenu--index-alist.
542 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
544         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
545         (Man-man-k-use-anchor): New var.
546         (Man-parse-man-k): New function.
547         (Man-completion-table): Use it.
548         (man): Flush the completion cache between uses.
550 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
552         * autorevert.el: Add file watch support.
553         (auto-revert-notify-enabled): New defconst.
554         (auto-revert-notify-watch-descriptor-hash-list)
555         (auto-revert-notify-watch-descriptor)
556         (auto-revert-notify-modified-p): New defvars.
557         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
558         (auto-revert-notify-handler): New defuns.
559         (auto-revert-mode, global-auto-revert-mode): Remove file watches
560         when mode is disabled.
561         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
562         (auto-revert-buffers): Add file watches for active buffers.
564 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
566         * cus-start.el (toplevel): Only allow float values for
567         scroll-up-aggressively and scroll-down-aggressively.
568         Allow any number for line-spacing.
570 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
573         (doc-view-pdf->png-converter-function): Use mupdf if available.
574         (doc-view-djvu->png-converter-function)
575         (doc-view-ps->png-converter-function): Remove.
576         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
577         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
578         (doc-view-already-converted-p): Adjust accordingly.
579         (doc-view-mode-p): Simplify.
580         (doc-view-enlarge): Use setq-local.
581         (doc-view-pdf->png-converter-ghostscript)
582         (doc-view-djvu->png-converter-ddjvu)
583         (doc-view-pdf->png-converter-mupdf): Rework to call
584         doc-view-start-process directly.
585         (doc-view-pdf/ps->png): Simplify accordingly.
586         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
587         (doc-view-document->bitmap): Rename from doc-view-document->png.
588         (doc-view-convert-current-doc): Merge pdf and djvu cases.
589         (doc-view-set-slice-from-bounding-box): Fix completion table.
590         (doc-view-mode): Use add-hook for after-revert-hook.
592 2013-01-10  Glenn Morris  <rgm@gnu.org>
594         * emacs-lisp/authors.el (authors-ignored-files)
595         (authors-valid-file-names, authors-renamed-files-alist):
596         Add some more entries.
598 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * image-mode.el (image-mode-winprops): Don't throw away the fallback
601         `t' pseudo-window entry.
603 2013-01-10  Alan Mackenzie  <acm@muc.de>
605         Fix bugs in the c-parse-state mechanism.  Reuse some markers
606         instead of continually generating new ones.
608         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
609         (c-state-old-cpp-end-marker): New variables.
610         (c-append-lower-brace-pair-to-state-cache): Start a backward
611         search for "}" definitively outside CPP constructs.
612         (c-remove-stale-state-cache): Inform the caller of a need to
613         search back for a brace pair in certain circumstances.
614         (c-state-maybe-marker): New macro.
615         (c-parse-state): Reuse markers when appropriate.
617 2013-01-10  Glenn Morris  <rgm@gnu.org>
619         * simple.el (execute-extended-command): Doc fix.
620         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
622 2013-01-10  Chong Yidong  <cyd@gnu.org>
624         * faces.el (read-face-name): Doc fix.
626 2013-01-10  Roland Winkler  <winkler@gnu.org>
628         * emacs-lisp/crm.el: Allow any regexp for separators.
629         (crm-default-separator): All spaces around the default comma separator.
630         (crm--completion-command): New macro.
631         (crm-completion-help, crm-complete, crm-complete-word): Use it.
632         (crm-complete-and-exit): Handle non-single-char separators.
634 2013-01-09  Elias Pipping  <pipping@lavabit.com>
636         * doc-view.el: Add support for DjVu (bug#13164).
637         (doc-view-djvu->png-converter-function): New config var.
638         (doc-view-single-page-converter-function, doc-view--image-type)
639         (doc-view--image-file-extension): New vars.
640         (doc-view-mode): Initialize them.
641         (doc-view-goto-page): Use them.
642         (doc-view-mode-p): Add support for ddjvu.
643         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
644         (doc-view-set-up-single-converter): New funs.
645         (doc-view-pdf/ps->png): Extend for djvu.
646         (doc-view-document->png): Rename from doc-view-pdf->png.
647         (doc-view-convert-current-doc): Handle djvu.
648         (doc-view-insert-image, doc-view-display)
649         (doc-view-already-converted-p): Don't hardcode png.
650         (doc-view-set-doc-type): Recognize djvu docs.
652 2013-01-09  Elias Pipping  <pipping@lavabit.com>
654         * doc-view.el: Add support for mupdf converter (bug#13164).
655         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
656         (doc-view-ps->png-converter-function): New config vars.
657         (doc-view-pdf->png-converter-ghostscript)
658         (doc-view-ps->png-converter-ghostscript)
659         (doc-view-pdf->png-converter-mupdf): New functions.
660         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
662 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
664         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
665         first in session cache: When `tramp-own-remote-path' is in
666         `tramp-remote-path', the remote path is only set in the session
667         cache.
669 2013-01-09  Glenn Morris  <rgm@gnu.org>
671         * emacs-lisp/trace.el (trace-function-foreground)
672         (trace-function-background): Doc fix.
674 2013-01-09  Juri Linkov  <juri@jurta.org>
676         * international/mule-cmds.el (read-char-by-name): Move let-binding
677         of completion-ignore-case around completing-read to fix regression
678         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
679         `string-match-p' using the nil value of `case-fold-search' and
680         `completion-ignore-case' in `completion-pcm--all-completions'.
681         (Bug#12615).
683 2013-01-09  Glenn Morris  <rgm@gnu.org>
685         * progmodes/compile.el (compilation-parse-errors):
686         Fix typo.  (Bug#13369)
688 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
690         * comint.el (comint-send-input): Check size of buffer before
691         waiting for process output, in case already accepted.  (Bug#13290)
693 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
695         Spelling fixes.
696         * net/tramp-adb.el (tramp-adb-get-toolbox):
697         Fix misspelling of 'unknown'.
699 2013-01-08  Juri Linkov  <juri@jurta.org>
701         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
702         * progmodes/flymake.el (flymake-errline, flymake-warnline):
703         Use underline style wave on terminals that support it.  (Bug#13000)
705 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
707         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
708         the predicate returns nil.
710         * simple.el: Use lexical-binding.
711         (primitive-undo): Use pcase.
712         (minibuffer-history-isearch-push-state): Use a closure.
714 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
716         * simple.el (primitive-undo): Move from undo.c.
718 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
721         (cvs-mode-remove-handled): Use it (bug#13380).
723         * emacs-lisp/nadvice.el (advice--tweak): New function.
724         (advice--remove-function, advice--subst-main): Use it.
726         * emacs-lisp/advice.el: Update commentary.
728 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
730         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
731         Remove spurious entry.
733 2013-01-08  Glenn Morris  <rgm@gnu.org>
735         * net/tramp.el (tramp-default-host-alist): Add :version.
737 2013-01-08  Juri Linkov  <juri@jurta.org>
739         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
740         single completion.  (Bug#12456)
741         (info--manual-names): Expand node completions into an explicit list
742         before appending it to another list.  Filter out internal buffers
743         with the leading space in the buffer name.  (Bug#10771)
745 2013-01-08  Juri Linkov  <juri@jurta.org>
747         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
748         that defaults to the Top node.
749         (Info-goto-node, Info-read-node-name): Doc fix to mention that
750         the short format (FILENAME) goes to the Top node.
751         (Info-build-node-completions): Rename arg `file' to `filename'.
752         (Bug#13365)
754 2013-01-07  Bastien Guerry  <bzg@gnu.org>
756         * menu-bar.el (menu-bar-search-documentation-menu):
757         Use `apropos-user-option' and fix the help message.
759 2013-01-07  Bastien Guerry  <bzg@gnu.org>
761         * apropos.el (apropos-do-all): Update docstring.
762         (apropos-user-option-button): New face.
763         (apropos-user-option): Rename from `apropos-variable' and update
764         docstring.
765         (apropos-variable): Rewrite, now show all variables by default.
766         (apropos-print): Mention "User option" instead of "Variable" when
767         printing doc for user options.  (Bug#13276)
769 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
771         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
772         Handle filename correctly, when parsing "source -> target" symlink
773         output.
774         (tramp-adb-handle-set-file-times): New defun.
776 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
779         advice list when the interactive-spec of ad-Advice-* changes.
781 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
783         * wid-edit.el (widget-default-get): Work for inlined elements.
784         (Bug#12670)
786 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
788         * net/tramp.el (tramp-default-host-alist): New defcustom.
789         (tramp-find-host): Use it.
790         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
791         `eshell-directory-change-hook'.
793         * net/tramp-adb.el (top): Add adb specific entry in
794         `tramp-default-host-alist'.
795         (tramp-adb-file-name-host): Remove function.
796         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
797         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
799         * net/tramp-sh.el: Move eshell integration code to tramp.el.
801 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
803         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
805 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
807         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
808         consist of more than one digit.
809         (tramp-adb-file-name-handler-alist):
810         Use `tramp-handle-file-exists-p' consistently.
811         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
812         (tramp-adb-handle-file-exists-p): Remove function.
813         (tramp-adb-file-name-host): New defun.
814         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
815         Use it.
816         (tramp-adb-maybe-open-connection): Set "remote-path" property.
818 2013-01-06  Chong Yidong  <cyd@gnu.org>
820         * vc/vc.el (vc-next-action): Detect buffer modifications
821         conflicting with locking VCS operation (Bug#11490).
823         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
825 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
827         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
828         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
830 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
832         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
833         parsing of ls output using regular expression (handle filenames
834         with spaces).  Use virtual device number.
835         (tramp-do-parse-file-attributes-with-ls): New defun (Code
836         cleanup).
838 2013-01-04  Daiki Ueno  <ueno@gnu.org>
840         * epg.el: Silence byte-compiler warnings.
841         (epg--start): Use delete-char instead of delete-backward-char.
842         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
844 2013-01-04  Daiki Ueno  <ueno@gnu.org>
846         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
847         Suggested by Eli Zaretskii  <eliz@gnu.org>.
849 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
851         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
852         non-negative integers.  Otherwise, the default values are used.
853         (tramp-convert-file-attributes): Convert uid and gid to integers.
855 2013-01-04  Glenn Morris  <rgm@gnu.org>
857         * term.el (term-handle-colors-array): Ensure face attributes
858         are fully specified, not nil.  (Bug#13337)
860         * term.el (term-default-fg-color, term-default-bg-color):
861         Fix custom type.
863         * progmodes/etags.el (tags-compression-info-list): Doc fix.
864         (tag-find-file-of-tag-noselect): Check auto-compression-mode
865         rather than 'jka-compr being loaded.  (Bug#13338)
867 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
869         * icomplete.el (icomplete-completions):
870         Honor icomplete-prospects-height once more following
871         2012-11-29 changes.  (Bug#13224)
873 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
875         * subr.el (internal--called-interactively-p--get-frame): Find aliases
876         of called-interactively-p as well (bug#13237).
878         * view.el (view--enable, view--disable): Rename from view-mode-enable
879         and view-mode-disable and assume it's called from view-mode.
880         (view-mode-enable, view-mode-disable): Redefine as obsolete
881         compatibility layer above view-mode.
882         (view-mode-enter): Call `view-mode'.
884         * files.el (after-find-file): Call `view-mode'.
886         * doc-view.el (doc-view-scale-internally): New var.
887         (doc-view-enlarge, doc-view-insert-image): Obey it.
889 2013-01-03  Daiki Ueno  <ueno@gnu.org>
891         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
892         exist.  (Bug#13344)
894 2013-01-03  Glenn Morris  <rgm@gnu.org>
896         * mail/rmail.el (rmail-set-header-1): Ignore case.
897         Handle multi-line headers.  (Bug#13330)
899         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
900         Handle paragraph starting at beginning of buffer.
902         * subr.el (eval-after-load): Don't purecopy the form, so that it
903         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
905         * emacs-lisp/byte-run.el (defun): Place cl declarations
906         after any interactive spec.  (Bug#13265)
908 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
910         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
911         defun.  Don't check for DECL if DOCSTRING isn't a string.
912         (defun): Likewise.
914 2013-01-02  Glenn Morris  <rgm@gnu.org>
916         * eshell/em-cmpl.el (eshell-pcomplete):
917         More thoroughly imitate pcomplete.  (Bug#13293)
919         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
920         Return nil for empty path elements.  (Bug#13296)
922 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
924         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
925         order to improve efficiency (Based on Daniel Colascione's
926         <dancol@dancol.org> patch).  (Bug#13182)
928 2013-01-02  Glenn Morris  <rgm@gnu.org>
930         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
932 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
934         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
935         neither DOCSTRING nor DECL was given.  (Bug#13316)
937 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
939         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
940         `error' call.
941         (tramp-do-copy-or-rename-file): Ignore errors when calling
942         `set-file-extended-attributes'.
944         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
945         Add handler for `file-acl'.
946         (tramp-smb-handle-file-acl): New defun.
948 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
950         * calc/README: Mention ISO 8601 week-numbering dates.
952 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
954         * view.el (view-mode-enable): New argument run-view-mode-hook.
955         Run view-mode-hook only when it's non-nil (Bug#13315).
956         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
957         argument t.
959 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
961         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
962         (No device connected, invalid device name). (Bug #13299)
964 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
966         * window.el (window-resizable--p): Rename to window-resizable-p.
967         (window-resize-no-error): New function.
969         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
970         broken in fix from 2012-12-28.
972 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
974         * subr.el (special-form-p): Don't signal errors on undef aliases.
976 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
978         * calc/calc-forms.el (math-parse-date): Try using
979         `math-parse-iso-date' when it looks like it might be needed.
980         Allow times of 24:00.
981         (math-parse-date-validate, math-parse-iso-date-validate):  Allow times
982         of 24:00.
984 2012-12-30  Glenn Morris  <rgm@gnu.org>
986         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
987         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
988         (rmail-summary-displayed, rmail-summary): Declare.
989         (mairix-rmail-display): Just require rmail.
991 2012-12-30  Chong Yidong  <cyd@gnu.org>
993         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
994         check for the tarball contents.
996 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
998         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
999         tarfile content listings (Bug#13136).
1001 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
1003         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1004         Insert the undecoded text of the message being forwarded.  (Bug#9521)
1006 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
1008         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1009         integers, if they are real numbers.  (Bug#13282)
1011         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1012         Return `t' on success.
1014         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1015         Add handler for `set-file-selinux-context'.
1017 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
1019         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1020         (tramp-sh-handle-set-file-acl): Return `t' on success.
1022 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
1024         * files.el (backup-buffer-copy, basic-save-buffer-2):
1025         If set-file-extended-attributes fails, fall back on set-file-modes
1026         instead of signaling an error.  (Bug#13298)
1027         (basic-save-buffer): Likewise.
1029 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
1031         * progmodes/python.el: Support other commands triggering
1032         python-indent-line so indentation cycling continues to work.
1033         (python-indent-trigger-commands): New defcustom.
1034         (python-indent-line): Use it.
1036 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
1038         * progmodes/python.el (python-shell-send-region): Add blank lines
1039         for non sent code so backtraces remain correct.
1041 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
1043         * progmodes/python.el: Remove cl dependency.
1044         (python-syntax-count-quotes): Replace incf call.
1045         (python-fill-string): Replace setf call.
1047 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
1049         * info.el (info-other-window): New arg, for consistency with info.
1051 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
1053         * mail/rmail.el (rmail-maybe-display-summary):
1054         Rewrite (Bug#13066).
1056 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
1058         * epg.el (epg--start): Modify process-environment locally.
1060 2012-12-28  Daiki Ueno  <ueno@gnu.org>
1062         * epg.el: Support pinentry-curses.
1063         Suggested by Werner Koch in
1064         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1065         (epg-agent-file, epg-agent-mtime): New variable.
1066         (epg--start): Record the modified time of gpg-agent socket file,
1067         to restore Emacs frame after pinentry-curses termination.
1068         (epg-wait-for-completion): Restore Emacs frame here.
1070 2012-12-27  Juri Linkov  <juri@jurta.org>
1072         * info.el (Info-file-completions): New variable.
1073         (Info-read-node-name-1): Complete node names in the Info file
1074         when a file name is given.  Call `Info-build-node-completions'
1075         with a file name.
1076         (Info-build-node-completions): Add new arg `file'.  When it is
1077         non-nil, visit it in a temporary buffer and cache its completions in
1078         `Info-current-file-completions'.  Move most of the function body to
1079         `Info-build-node-completions-1'.
1080         (Info-build-node-completions-1): New function with the body from
1081         `Info-build-node-completions'.  (Bug#12456)
1083 2012-12-27  Juri Linkov  <juri@jurta.org>
1085         * frame.el (frame-maximization-style): Remove user option.
1086         (cycle-frame-maximized): Remove function.
1087         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1088         (toggle-frame-fullscreen): New command bound to <f11> instead of
1089         `toggle-frame-maximized'.
1090         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1092 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
1094         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1096         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1097         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1098         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1099         for `file-accessible-directory-p'.  (Bug#13275)
1101 2012-12-27  Sam Steingold  <sds@gnu.org>
1103         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1104         continuations, see <http://stackoverflow.com/questions/3582436>.
1106 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1108         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1109         "module" and "def" to have indentation before them.
1110         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1112         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1114 2012-12-27  Alan Mackenzie  <acm@muc.de>
1116         Speed up fontification where there's large brace blocks.
1117         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1118         to a call of c-beginning-of-decl-1.
1120 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
1122         * comint.el (comint-adjust-window-point): New function.
1123         (comint-postoutput-scroll-to-bottom):
1124         Call comint-adjust-window-point (Bug#13248).
1126 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
1128         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1129         Rakefile regexp.
1130         (auto-mode-alist): Associate .gemspec files with ruby-mode
1131         (https://bugs.ruby-lang.org/issues/5453).
1133 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
1135         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1136         Suppress coloring, if possible (required for BusyBox based systems like
1137         CyanogenMod).
1138         (tramp-adb-handle-file-attributes)
1139         (tramp-adb-handle-insert-directory)
1140         (tramp-adb-handle-file-name-all-completions): Use it.
1141         (tramp-adb-get-toolbox): New defun.  Check for remote shell
1142         implementation (BusyBox or Toolbox).
1144 2012-12-24  Constantin Kulikov <zxnotdead@gmail.com>  (tiny change)
1146         * startup.el (initial-buffer-choice): Allow function as value
1147         (Bug#13251).
1148         (command-line-1): Handle case where initial-buffer-choice
1149         specifies a function.
1150         * server.el (server-execute): Handle case where
1151         initial-buffer-choice specifies a function.
1153 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1155         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1156         its own function.
1157         (smtpmail-try-auth-methods): Forget the user name/password if the
1158         login is unsuccessful (bug#12424).
1160 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
1162         * notifications.el (notifications-notify): Protect body with
1163         `with-demoted-errors'.
1165         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1166         Check properties of remote device.  Restart connection, if there is a
1167         change.
1169 2012-12-21  Chong Yidong  <cyd@gnu.org>
1171         * sort.el (sort-subr): Doc fix (Bug#13056).
1173 2012-12-21  Bastien Guerry  <bzg@gnu.org>
1175         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
1177 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
1179         * simple.el (process-file): Overwrite stderr file, if exists.
1181 2012-12-21  Daiki Ueno  <ueno@gnu.org>
1183         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1184         (epg-error): Set `error-message' property.
1186 2012-12-21  Chong Yidong  <cyd@gnu.org>
1188         * international/mule-cmds.el (read-char-by-name): Signal an error
1189         if the user does not supply a valid character (Bug#13177).
1191         * simple.el (transpose-subr-1): Preserve marker positions by
1192         changing the insertion sequence (Bug#13122).
1194 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1196         * simple.el (kill-region): Deactivate mark even for empty regions
1197         (Bug#13169).
1199 2012-12-21  Chong Yidong  <cyd@gnu.org>
1201         * help-fns.el (describe-variable): Make sure we get the right
1202         buffer name (Bug#13105).  Suggested by Kelly Dean.
1204 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
1206         * comint.el (comint-redirect-previous-input-string): New variable.
1207         (comint-redirect-setup, comint-redirect-cleanup)
1208         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
1209         (comint-redirect-preoutput-filter): Fix verbose message.
1211 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
1213         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
1214         is too long for Tramp.  See discussion in
1215         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1217         * progmodes/compile.el (compilation-start): Remove line escape
1218         template.
1220 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
1222         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1223         Adjust comment.
1225 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
1227         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1228         following non-comment text (bug#13207).
1229         (lm-header-multiline): Continuation lines need to be indented more than
1230         the first line.
1231         (lm-homepage): New function.
1232         (lm-with-file): Don't be confused if narrowing is in effect.
1234 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1236         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1237         very beginning of a hunk (e.g. killing the first line).
1239 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
1241         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1242         and text properties from returned ACL string.
1243         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1244         for "setfacl" command.
1246 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
1248         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1249         `tramp-cleanup-this-connection', when the process has died.
1250         (Bug#13151)
1252 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1256 2012-12-17  Kevin Ryde  <user42@zip.com.au>
1258         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1260 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
1262         Add support for preserving ACL entries of files.
1264         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1265         `set-file-acl' handlers.
1267         * net/tramp-adb.el (tramp-adb-handle-copy-file):
1268         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1270         * net/tramp-compat.el (tramp-compat-copy-file):
1271         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1273         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1274         Add `file-acl' and `set-file-acl' handlers.
1275         (tramp-gvfs-handle-copy-file):
1276         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1277         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1278         New defuns.
1280         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1281         Add `file-acl' and `set-file-acl' handlers.
1282         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1283         (tramp-sh-handle-set-file-acl): New defuns.
1284         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1285         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1287         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1288         Add `file-acl' and `set-file-acl' handlers.
1289         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1291 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com> (tiny change)
1293         * help-macro.el (make-help-screen): Instead of switch-to-buffer
1294         use pop-to-buffer with NORECORD argument t.  As buffer name, use
1295         *Metahelp* with a leading space (Bug#13190).
1297 2012-12-16  Romain Francoise  <romain@orebokech.com>
1299         * files.el (file-extended-attributes)
1300         (set-file-extended-attributes): New functions.
1301         (backup-buffer): Use them to handle both SELinux context and ACL
1302         entries.
1303         (backup-buffer-copy): Work with an alist of extended attributes,
1304         rather than an SELinux context.
1305         (basic-save-buffer-2): Ditto.
1307 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
1309         * battery.el (battery-bsd-apm): New function.
1311 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
1313         * calc/calc.el (calc-standard-date-formats): Adjust one of the
1314         standard date formats.
1316 2012-12-15  Juri Linkov  <juri@jurta.org>
1318         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1319         `isearch-insert-char-by-name'.
1320         (with-isearch-suspended): New defmacro with body mostly from
1321         `isearch-edit-string' except the part that sets
1322         `isearch-new-string' and `isearch-new-message'.
1323         (isearch-edit-string): Use new macro `with-isearch-suspended' with
1324         body that sets `isearch-new-string' and `isearch-new-message'.
1325         (isearch-insert-char-by-name): New command.
1326         * international/mule-cmds.el (read-char-by-name): Let-bind
1327         `enable-recursive-minibuffers' to t.
1328         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1330 2012-12-15  Juri Linkov  <juri@jurta.org>
1332         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1333         (Bug#13175)
1335 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
1337         * dired-x.el (dired-guess-shell-command): Put colon at the end of
1338         the prompt.  (Bug#13045)
1340 2012-12-14  Glenn Morris  <rgm@gnu.org>
1342         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1343         Try to include filename in non-bytecomp warning.  (Bug#13132)
1345 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1347         Fix permissions bugs with setgid directories etc. (Bug#13125)
1348         * files.el (backup-buffer): Don't rely on 9th output of
1349         file-attributes, as it's now a placeholder.  Instead, use the new
1350         optional arg of file-ownership-preserved-p.
1351         (file-ownership-preserved-p): New optional arg GROUP.
1352         Fix mishandling of setuid directories that would cause this
1353         function to return t when it should have returned nil.
1354         Document what happens if the file does not exist, and when
1355         it's not known whether the ownership will be preserved.
1356         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1357         Likewise.
1358         (tramp-get-local-gid): Use group-gid for integer, as that's
1359         faster and more reliable.
1361 2012-12-14  Julien Danjou  <julien@danjou.info>
1363         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1364         Update keywords list, data type and PL/pgSQL.
1366 2012-12-14  Dave Abrahams  <dave@boostpro.com>
1368         * vc/ediff-util.el (ediff-buffer-type): New function.
1369         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1370         rather than taking it as as argument.
1371         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1373 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
1375         * json.el: Add pretty-print option (bug#12634).
1376         (json-encoding-separator, json-encoding-default-indentation)
1377         (json--encoding-current-indentation, json-encoding-pretty-print)
1378         (json-encoding-lisp-style-closings): New vars.
1379         (json--with-indentation): New macro.
1380         (json-encode-hash-table, json-encode-alist, json-encode-plist)
1381         (json-encode-array): Use it to obey json-encoding-pretty-print.
1382         (json-pretty-print-buffer, json-pretty-print): New commands.
1384 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1386         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1387         Extract `ruby-syntax-propertize-expansions'.
1388         (ruby-syntax-propertize-expansions): Only change syntax on
1389         certain string delimiters, to punctuation.  This way the common
1390         functions like forward-word and thing-at-point still work.
1391         (ruby-match-expression-expansion): Improve readability.
1392         (ruby-block-contains-point): New function.
1393         (ruby-add-log-current-method): Handle several edge cases.
1395 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
1397         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1398         unload-feature finishes even when aborting an ongoing edebug session.
1399         Also, do not worry about edebug-mode, unload-feature takes care of it.
1401 2012-12-13  Andreas Schwab  <schwab@suse.de>
1403         * net/tls.el (tls-program): Update customize type.
1405 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
1407         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1408         (edebug-setup-hook, cl-read-load-hooks): Use it.
1409         (edebug-unload-function): New function.  (Bug#13163)
1411 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
1413         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1414         Otherwise, there could be errors in autoloading.  (Bug#13151)
1416 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
1418         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1419         sequences.
1421 2012-12-13  Alan Mackenzie  <acm@muc.de>
1423         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
1424         * progmodes/cc-engine.el (c-backward-comments): Add code to work
1425         around `forward-comment' not recognizing ^M as whitespace.
1427 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
1429         * progmodes/python.el (python-skeleton-class)
1430         (python-skeleton-def): Do not add space after defun name.
1432 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1434         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1435         (cl--symbol-function): Remove (now that funbound is like nil).
1437 2012-12-12  Glenn Morris  <rgm@gnu.org>
1439         * button.el (button--area-button-p): Fix typo.
1441 2012-12-12  Sam Steingold  <sds@gnu.org>
1443         * frame.el (frame-maximization-style): New user option.
1444         (toggle-frame-maximized): Toggle frame maximization according to
1445         `frame-maximization-style', bound to <f11>.
1446         (cycle-frame-maximized): Cycle between all maximization styles and
1447         non-maximized frame, bound to shift-<f11>.
1449 2012-12-12  David Cadé  <codename68@gmail.com>
1451         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1453 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
1455         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1456         (eieio-override-prin1): Don't quote kewords and booleans.
1457         (object-write) <eieio-default-superclass>: Don't put closing parens
1458         on new line, avoid needless empty lines, align values that are objects
1459         with the slot keyword (instead of beginning on the same line).
1460         (eieio-list-prin1): Align value with slot keyword; increase
1461         eieio-print-depth before printing members of the list.
1463 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1466         a display text-property.
1467         (report-emacs-bug-hook): Don't bother deleting it any more.
1469         * hilit-chg.el (highlight-save-buffer-state): Delete.
1470         Use with-silent-modifications instead.
1471         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1473         * button.el: Handle buttons in display text-properties.
1474         (button--area-button-p, button--area-button-string):
1475         Use (STRING . STRING-POS) representation instead of just STRING.
1477 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
1479         * makefile.w32-in (compile4-SH): Fix a typo that caused term
1480         subdirectory be skipped.
1482 2012-12-11  Glenn Morris  <rgm@gnu.org>
1484         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1486         * progmodes/f90.el (f90-line-continued, f90-indent-region):
1487         Treat preprocessor lines embedded in continuations like comments.
1488         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
1490 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
1492         * calc/calc.el (calc-standard-date-formats):  Add more date
1493         formats.
1494         * calc/calc-forms.el (math-parse-iso-date): New function.
1495         (math-parse-date): Use `math-parse-iso-date' when appropriate.
1496         (math-parse-iso-date-validate): Add extra error checking.
1497         (calc-date-notation): Add ability to access new date formats.
1499 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1502         font-lock as well as when there's no text-property.
1504 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
1506         * hi-lock.el: Refine the choice of default face.
1507         (hi-lock-keyword->face): New function.  Use it wherever we used
1508         cadadadr instead.
1509         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1510         (hi-lock--last-face): Remove var.
1511         (hi-lock--unused-faces): New var to replace it.
1512         (hi-lock-read-face-name): Use/maintain it.
1513         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
1514         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1515         if it has another face.
1517 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
1519         * subr.el (w32notify-handle-event): New function.
1520         (inotify-handle-event): Doc fix.
1522 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1524         * subr.el (inotify-event-p, inotify-handle-event): New functions.
1526 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
1528         * simple.el (just-one-space): Doc fix.
1530 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
1532         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1534 2012-12-10  Le Wang  <l26wang@gmail.com>
1536         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1537         narrowed buffer (bug#12361).
1539 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
1541         * vc/vc-hooks.el (vc-state): Doc fix.
1543 2012-12-10  Glenn Morris  <rgm@gnu.org>
1545         * mail/rmail.el (rmail-maybe-display-summary):
1546         Preserve buffer, in case select-window changes it.  (Bug#13066)
1548 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1550         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1551         cl-load-hook where they belong.
1553 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1555         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1557 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
1559         Parallelize byte compilation on MS-Windows.
1560         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1561         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1562         (WINS_BASIC): Define as concatenation of the above.
1563         (compile): Subdivide into 4 separate and independent jobs that can
1564         be run in parallel.
1565         (compile0-CMD, compile0-SH): New targets for compiling
1566         COMPILE_FIRST files, which are prerequisites for the rest of the
1567         byte-compilation.
1568         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1569         New targets for parallel compilation with cmd.exe.
1570         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1571         compiling under a Unixy shell.
1573 2012-12-09  Chong Yidong  <cyd@gnu.org>
1575         * simple.el (set-mark-default-inactive): Delete this
1576         accidentally-introduced option.
1577         (set-mark-command, exchange-point-and-mark): Remove calls.
1579 2012-12-09  Glenn Morris  <rgm@gnu.org>
1581         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1582         Respect a defcustom's :set function, if appropriate.  (Bug#109)
1583         (eval-defun): Doc fix.
1585 2012-12-08  Juri Linkov  <juri@jurta.org>
1587         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1588         (Info-fontify-node, Info-bookmark-make-record): Remove the
1589         file extension from Info-current-file (Bug#13016).
1591 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1594         point, still provide some default.
1595         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1596         names, since we don't use it right now.  Actually return the list.
1597         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1599 2012-12-07  Chong Yidong  <cyd@gnu.org>
1601         * novice.el (disabled-command-function): Remove a spurious help
1602         xref (Bug#13043).  Suggested by Kelly Dean.
1604         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1605         syntax is specified (Bug#13025).
1607         * info.el (Info-set-mode-line): Remove the file extension from
1608         Info-current-file if there is one (Bug#13016).
1610 2012-12-07  Glenn Morris  <rgm@gnu.org>
1612         * mail/rmail.el (rmail-mime-decoded): New permanent local.
1613         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1614         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1615         and rmail-mime-decoded.  (Bug#9841)
1617         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
1618         (batch-unrmail, unrmail): Doc fixes.
1619         (unrmail): Respect unrmail-mbox-format.
1620         * mail/rmail.el (rmail-mbox-format): New option.
1621         (rmail-show-message-1): Respect rmail-mbox-format.
1623 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1625         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1627 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1629         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
1630         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1631         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1632         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1633         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1634         (cl-progv): Don't rely on dynamic scoping to find the body.
1635         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1636         (cl--proclaims-deferred): Rename from the "cl-" prefix.
1637         (cl-declaim): Use backquotes.
1638         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
1639         Use "cl--" prefix for the object's tag.
1641         * ses.el: Use advice-add/remove.
1642         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
1643         (copy-region-as-kill, yank): Use advice-add.
1644         (ses-unload-function): Use advice-remove.
1646 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
1648         * button.el: Make them work in header-lines (bug#12817).
1649         (button-map): Add bindings for header-line and mode-line use.
1650         (button-get, button-put, button-label): `button' may now be a string.
1651         (button-activate): Don't make it a defsubst.
1652         (button--area-button-p, button--area-button-string): New functions.
1653         (make-text-button): Fix the return value when `beg' was a string.
1654         (push-button): Handle the mode-line case.
1656 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
1659         (sql-signum): Remove.  Use `cl-signum' instead.
1660         (sql-read-passwd): Remove; use read-passwd instread.
1661         (sql-get-login-ext): Use read-string.
1662         (sql-get-login): Use dolist and pcase.
1663         (sql--completion-table): Rename from sql-try-completion.
1664         Use complete-with-action.
1665         (sql-mode): Don't change abbrev-all-caps globally.
1666         (sql-connect): Don't rely on dynamic scoping for `new-name'.
1667         (sql-postgres-completion-object): Initialize vars in their `let'.
1668         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
1669         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
1670         (sql-comint-interbase): Use a single append, without setq.
1671         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
1673         * hi-lock.el: Rework the default face and the serialize regexp code.
1674         (hi-lock--auto-select-face-defaults): Remove.
1675         (hi-lock-string-serialize-serial): Remove.
1676         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
1677         make weak.
1678         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
1679         equal string.
1680         (hi-lock-set-pattern): Adjust accordingly.
1681         (hi-lock--regexps-at-point): Simplify accordingly.
1682         (hi-lock--auto-select-face-defaults): Remove.
1683         (hi-lock--last-face): New var to replace it.
1684         (hi-lock-read-face-name): Rewrite (bug#11095).
1685         (hi-lock-unface-buffer): Arrange for the face to be the next default.
1687 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
1689         * net/tramp.el (tramp-replace-environment-variables):
1690         Hide compiler warning.
1691         (tramp-file-name-for-operation): Remove `executable-find',
1692         `start-process', `call-process' and `call-process-region'.
1694         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
1696         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
1697         compatibility.
1699         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
1701 2012-12-06  Chong Yidong  <cyd@gnu.org>
1703         * ffap.el (ffap-replace-file-component): Fix typo.
1705 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
1708         fix open-paren-like token test (bug#12785).
1710 2012-12-06  Glenn Morris  <rgm@gnu.org>
1712         * mail/rmailsum.el (rmail-new-summary): Tweak for
1713         rmail-maybe-display-summary changing buffer.  (Bug#13066)
1715 2012-12-06  Juri Linkov  <juri@jurta.org>
1717         * info.el (Info-fontify-node): Don't hide the last newline.
1718         (Bug#12272)
1720 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1722         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
1723         so as to enable message-read-from-minibuffer to expand mail aliases.
1725 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
1728         the `intangible' property.
1729         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
1731 2012-12-05  Deniz Dogan  <deniz@dogan.se>
1733         * net/rcirc.el (rcirc-urls): Update documentation.
1734         (rcirc-condition-filter): New function.
1735         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
1736         and exclude consecutive duplicate URLs (Bug#6082).
1738 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
1740         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1741         Check return code of copy command.
1743         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
1744         Use group `tramp'.  Add version.
1746 2012-12-05  Chong Yidong  <cyd@gnu.org>
1748         * ffap.el (ffap-url-regexp): Don't require matching at front of
1749         string (Bug#4952).
1750         (ffap-url-p): If only a substring matches, return that.
1751         (ffap-url-at-point): Use the return value of ffap-url-p.
1752         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
1753         (find-file-at-point, dired-at-point, dired-at-point-prompter)
1754         (ffap-guess-file-name-at-point): Likewise.
1755         (ffap-replace-file-component): Fix typo.
1757         * info.el (info-display-manual): Add existing Info buffers, whose
1758         files may not be in Info-directory-list, to the completion.
1759         (info--manual-names): New helper function.
1761 2012-12-05  Glenn Morris  <rgm@gnu.org>
1763         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
1764         New functions, for detecting and resolving conflicts.  (Bug#10709)
1766 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
1768         * hi-lock.el (hi-lock-auto-select-face): New user variable.
1769         (hi-lock-auto-select-face-defaults): New buffer local variable.
1770         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
1771         (hi-lock-unface-buffer): Prompt user with useful defaults.
1772         With prefix arg, unhighlight all hi-lock patterns in buffer.
1774 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1776         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
1778 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
1780         * Makefile.in (TRAMP_SRC):
1781         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
1783 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
1785         * net/tramp-adb.el: New package.
1787 2012-12-04  Chong Yidong  <cyd@gnu.org>
1789         * terminal.el: Move to obsolete/.
1791         * longlines.el: Move to obsolete/.
1793         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1794         Remove code referring to longlines mode.
1796 2012-12-03  Juri Linkov  <juri@jurta.org>
1798         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
1800 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1802         * textmodes/ispell.el (ispell-init-process)
1803         (ispell-start-process, ispell-internal-change-dictionary):
1804         Make sure personal dictionary name is expanded after initial
1805         `default-directory' value. Use expanded strings for
1806         keep/restart checks and for value (Bug#13019).
1808 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
1810         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1812 2012-12-03  Leo Liu  <sdl.web@gmail.com>
1814         * files.el (dir-locals-read-from-file): Check file non-empty
1815         before reading.  (Bug#13038)
1817 2012-12-03  Glenn Morris  <rgm@gnu.org>
1819         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1820         Remove any version extension before checking filename.  (Bug#13006)
1821         (jka-compr-compression-info-list): Belated :version bump.
1823 2012-12-03  Chong Yidong  <cyd@gnu.org>
1825         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
1827         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
1828         (buffer-menu): Doc fix (Bug#12294).
1830 2012-12-03  Roland Winkler  <winkler@gnu.org>
1832         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
1833         of diary-show-all-entries in the diary buffer (Bug#12994).
1835 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
1837         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
1838         "<STDIN>".  This is binary safe.
1840 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
1842         * calc/calc-forms.el (math-absolute-from-iso-dt)
1843         (math-date-to-iso-dt, math-parse-iso-date-validate)
1844         (math-iso-dt-to-date): New functions.
1845         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
1846         (math-fd-isoweekday): New variables.
1847         (calc-date-notation, math-parse-standard-date, math-format-date)
1848         (math-format-date-part): Add support for more formatting codes.
1850 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1852         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
1853         current buffer's file name when called interactively (Bug#12488).
1855 2012-12-02  Juri Linkov  <juri@jurta.org>
1857         * info.el (info-display-manual): Don't clobber an existing Info
1858         buffer (Bug#10770).  Add completion (Bug#10771).
1860 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
1862         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
1863         before using it for comparison (Bug#5297).
1865 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
1867         * textmodes/css-mode.el (css-current-defun-name): New function.
1868         (css-mode): Use it.
1870         * textmodes/sgml-mode.el (html-current-defun-name): New function.
1871         (html-mode): Use it.
1873 2012-12-01  Chong Yidong  <cyd@gnu.org>
1875         Modularize add-log-current-defun (Bug#2224).
1876         Suggested by Jari Aalto.
1878         * vc/add-log.el (add-log-current-defun-function): Doc fix.
1879         (add-log-current-defun): Move mode-specific code to other files.
1880         (add-log-lisp-like-modes, add-log-c-like-modes)
1881         (add-log-tex-like-modes): Variables deleted.
1883         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
1884         (lisp-mode-variables): Use it.
1886         * progmodes/cc-mode.el (c-common-init):
1887         * progmodes/cperl-mode.el (cperl-mode): Set a value for
1888         add-log-current-defun-function.
1890         * progmodes/m4-mode.el (m4-current-defun-name): New function.
1891         (m4-mode): Use it.
1893         * progmodes/perl-mode.el (perl-current-defun-name): New.
1894         (perl-mode): Use it.
1896         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
1897         Use lisp-current-defun-name.
1899         * textmodes/tex-mode.el (tex-current-defun-name): New.
1900         (tex-common-initialization): Use it.
1902         * textmodes/texinfo.el (texinfo-current-defun-name): New.
1903         (texinfo-mode): Use it.
1905 2012-12-01  Chong Yidong  <cyd@gnu.org>
1907         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
1908         * progmodes/autoconf.el (autoconf-mode):
1909         * progmodes/js.el (js-mode):
1910         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
1911         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
1912         * progmodes/perl-mode.el (perl-mode):
1913         * progmodes/sh-script.el (sh-mode, sh-set-shell):
1914         * textmodes/css-mode.el (css-mode):
1915         * textmodes/sgml-mode.el (html-mode, sgml-mode)
1916         (sgml-tags-invisible, sgml-guess-indent):
1917         * textmodes/tex-mode.el (tex-common-initialization)
1918         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
1919         (doctex-mode, plain-tex-mode, latex-mode):
1920         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
1922 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
1924         * vc/vc-hg.el (vc-hg-next-revision):
1925         Ensure use of default "tip" output format.  (Bug#6968)
1927 2012-12-01  Kim F. Storm  <storm@cua.dk>
1929         * startup.el (fancy-startup-tail): Add a clickable link
1930         (Bug#2176).
1932 2012-12-01  Chong Yidong  <cyd@gnu.org>
1934         * startup.el (fancy-startup-tail): Improve the message about
1935         auto-save files (Bug#2176).
1937         * files.el (recover-session): Improve the descriptive message, and
1938         use substitute-command-keys.
1940 2012-12-01  Glenn Morris  <rgm@gnu.org>
1942         * ido.el (ido-file-internal):
1943         Handle other-window, other-frame for dired.  (Bug#13036)
1945 2012-11-30  Glenn Morris  <rgm@gnu.org>
1947         * icomplete.el (icomplete-separator): Fix :version.
1949 2012-11-30  Chong Yidong  <cyd@gnu.org>
1951         * shell.el (shell): For C-u M-x shell, use an inactive shell
1952         buffer as the default (Bug#1975).
1953         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
1954         (shell-mode): Use them to reapply ansi colorization if Shell mode
1955         is re-enabled.
1957 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
1959         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
1961 2012-11-30  Samuel Bronson  <naesten@gmail.com>
1963         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
1964         flag to xargs, for compatibility with BSD xargs (Bug#11703).
1966 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1968         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
1969         by move-to-column (Bug#3234).
1971 2012-11-30  Chong Yidong  <cyd@gnu.org>
1973         * longlines.el (longlines-wrap-line, longlines-encode-region):
1974         Preserve text properties (Bug#1425).
1976 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
1978         * vc/vc.el (vc-register): Allow registering a file which is
1979         already registered with a different backend (Bug#10589).
1981 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
1982             Stefan Monnier  <monnier@iro.umontreal.ca>
1984         * icomplete.el: Change separator; add ido-style commands.
1985         (icomplete-show-key-bindings): Remove custom var.
1986         (icomplete-get-keys): Remove function.
1987         (icomplete-forward-completions, icomplete-backward-completions):
1988         New commands.
1989         (icomplete-minibuffer-map): New var.
1990         (icomplete-minibuffer-setup): Use it.
1991         (icomplete-exhibit): Don't delay if the list of completions is known.
1992         (icomplete-separator): New custom.
1993         (icomplete-completions): Use it.
1994         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
1995         (minibuffer-force-complete-and-exit): New command.
1996         (minibuffer--complete-and-exit): New function extracted from
1997         minibuffer-complete-and-exit.
1998         (minibuffer-complete-and-exit): Use it.
2000         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2001         error message when the file doesn't exist (bug#12974).
2003 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
2005         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2007 2012-11-29  Glenn Morris  <rgm@gnu.org>
2009         * files.el (hack-dir-local-variables): Warn if try to set
2010         coding via dir-locals, since it doesn't work.  (Bug#7169)
2012         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
2013         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2014         Set buffer-local value of desktop-save-buffer.
2015         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2016         New functions.
2017         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2018         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2020         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
2021         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2022         Doc fix.
2023         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2024         Doc fixes.
2026 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
2028         * calc/calc-forms.el (calc-date-notation): Fix regexp
2029         used to find time codes.  Fix symbol for seconds.
2031 2012-11-27  Glenn Morris  <rgm@gnu.org>
2033         * emacs-lisp/derived.el (derived-mode-make-docstring):
2034         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
2036 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2038         * textmodes/table.el (table-insert): Don't use `symbol-name' on
2039         lexically scoped variables (bug#13005).
2041 2012-11-27  Glenn Morris  <rgm@gnu.org>
2043         * vc/vc-hooks.el (vc-mistrust-permissions):
2044         Default to t, to avoid data-loss.  (Bug#11490)
2046 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
2048         * progmodes/python.el (python-indent-guess-indent-offset):
2049         If indentation is guessed make python-indent-offset buffer-local.
2051         Fix Imenu regression.
2052         * progmodes/python.el (python-nav-beginning-of-defun):
2053         Fix forward movement when statement(s) separates point from defun.
2054         (python-imenu-prev-index-position): New function.
2056 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
2058         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
2060         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2061         Don't set buffer-file-type.  Return nil.  (Bug#12989)
2063 2012-11-27  Glenn Morris  <rgm@gnu.org>
2065         * hippie-exp.el (hippie-expand-try-functions-list):
2066         Re-autoload it.  (Bug#12982)
2068 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
2070         * descr-text.el (describe-char-padded-string):
2071         Call internal-char-font only on GUI frames.  (Bug#11964)
2073 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
2075         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2076         and obsoletion message.
2078 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2081         the constructs to keep outside of the `cl-block' (bug#12977).
2083 2012-11-27  Chong Yidong  <cyd@gnu.org>
2085         * mouse.el (mouse-drag-line): Even if the line is not draggable,
2086         keep reading until we get the up-event anyway, in order to process
2087         the up-event for mouse-1-click-follows-link (Bug#12971).
2089 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2092         base function is not yet defined (bug#12965).
2093         (ad-activate-advised-definition): Use ad-compile-function.
2094         (ad-activate): Use cond.
2096 2012-11-25  Leo Liu  <sdl.web@gmail.com>
2098         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2099         (Bug#12979)
2101 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2103         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2104         reftex-section-info-function in order to be compatible with
2105         Texinfo integration.
2107         * textmodes/reftex.el (reftex-section-pre-regexp)
2108         (reftex-section-post-regexp, reftex-section-info-function):
2109         New variable.
2110         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2111         reftex-section-post-regexp, and reftex-section-info-function in order
2112         to be compatible with Texinfo integration.
2114         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2115         use reftex-section-pre-regexp variable in order to be compatible with
2116         Texinfo integration.
2118 2012-11-25  Chong Yidong  <cyd@gnu.org>
2120         * faces.el: Make face-spec-set more analogous to setq.
2121         (face-spec-set): Change the third arg to specify whether this
2122         function is being called via defface, customize, or a third party.
2123         Set the appropriate symbol properties.  Clear the override spec if
2124         setting via Custom.  Initialize face if necessary.  (Bug#4988)
2125         (face-spec-recalc): Allow theme faces to completely replace the
2126         defface spec, in the same way as custom faces (Bug#8454).
2128         * cus-face.el (custom-declare-face): Move face initialization to
2129         face-spec-set.
2130         (custom-theme-set-faces): Don't initialize the face name here, as
2131         that is now done in face-spec-set.
2133         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2134         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2135         Simplify by using the new arg to face-spec-set.
2137         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2138         reset face-override-spec too, and use custom-declare-face.
2140 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
2142         * term/ns-win.el (ns-initialize-window-system): Move creation of
2143         fontsets here (Bug#11964).
2145 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2147         * ses.el (ses-rename-cell): Correct bug on mode-line update after
2148         cell renaming.
2150 2012-11-24  Chong Yidong  <cyd@gnu.org>
2152         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2153         obsolete.
2155         * custom.el (custom-theme-set-variables): Use a topological sort
2156         for ordering by custom dependencies (Bug#12952).
2157         (custom--sort-vars, custom--sort-vars-1): New functions.
2159 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2161         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2162         lexical-binding (bug#12938).
2164 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
2166         * image-mode.el (image-transform-check-size): Use assertions only
2167         for images of type imagemagick.
2169         Otherwise no error, image-transform-fit-to-{width,height} is
2170         silently ignored, as before.  Doc fix.
2172 2012-11-24  Chong Yidong  <cyd@gnu.org>
2174         * faces.el (color-defined-p): Doc fix (Bug#12853).
2176 2012-11-24  Juri Linkov  <juri@jurta.org>
2178         * dired.el (dired-mark): Add optional arg `interactive'.
2179         Check for `use-region-p' if `interactive' is non-nil.
2180         (dired-unmark, dired-flag-file-deletion): Add optional arg
2181         `interactive'.  Call `dired-mark' with the arg `interactive'.
2182         (Bug#10624)
2184         * wdired.el: Revert 2012-10-17 change partly and replace it with
2185         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2186         (wdired-finish-edit): Add marks for new file names to
2187         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
2188         after `revert-buffer'.
2189         (wdired-do-renames): Remove calls to `dired-remove-file',
2190         `dired-add-file', `dired-add-entry'.  (Bug#11795)
2192 2012-11-24  Alan Mackenzie  <acm@muc.de>
2194         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2196         Fix bugs in the state cache.  Enhance a debugging mechanism.
2197         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2198         "brace at column zero" strategy for C++.
2199         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2200         (c-parse-state-point): New variable.
2201         (c-record-parse-state-state): Record old parse state with
2202         `copy-tree'.  Record previous value of point.
2203         (c-debug-parse-state-double-cons): New debugging function.
2204         (c-debug-parse-state): Call the above new function.
2205         (c-toggle-parse-state-debug): Output a confirmatory message.
2207         * progmodes/cc-mode.el (c-before-change, c-after-change):
2208         Call c-invalidate-state-cache from `c-before-change' instead of
2209         `c-after-change'.
2211 2012-11-23  Chong Yidong  <cyd@gnu.org>
2213         * find-cmd.el (find-constituents): Add executable, ipath,
2214         readable, samefile, writable, daystart, regextype (Bug#12856).
2216 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2218         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2220 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2222         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2223         definition.  This fixes a bootstrap failure.
2224         (calc-gregorian-switch): In menu, put dates before regions.
2225         This is easier to follow, lines up better in the menu, and lets us
2226         coalesce regions that switch at the same time.  Give country
2227         names, not "Vatican", as that's better for non-expert users.
2228         Use names that are stable between the date of switch and now, e.g.,
2229         Bohemia and Moravia (which existed then and now) and not
2230         Czechoslovakia (which didn't exist then and doesn't exist now).
2231         What is now the U.S. mostly did not switch at the same time as
2232         Britain, so omit the U.S.  Correct spelling of "Britain".
2233         Catholic Switzerland was too much of a mess, so omit it.
2235 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
2237         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2238         after the variable is changed.
2240 2012-11-21  Daniel Colascione  <dancol@dancol.org>
2242         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2243         in SQL declarations for font-lock.
2244         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2246 2012-11-21  Glenn Morris  <rgm@gnu.org>
2248         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2249         (face-italic-p): Add optional argument "inherit".
2251         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2252         Remove -p suffix from names, for consistency with other set-face-*.
2253         (set-face-inverse-video): Fix interactive spec.
2254         * play/gamegrid.el (gamegrid-make-mono-tty-face):
2255         * textmodes/table.el (table--update-cell-face):
2256         Use set-face-inverse-video rather than now obsolete alias.
2258 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
2260         * simple.el (line-move): Don't call line-move-partial if
2261         scroll-conservatively is in effect.  (Bug#12927)
2263 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2266         Fallback on completion-at-point rather than
2267         pcomplete-expand-and-complete, and only if pcomplete actually failed.
2268         (eshell-cmpl-initialize): Setup completion-at-point.
2270         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2272         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2274 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
2276         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2277         are remote, check out-of-band property for both.
2279 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2281         * window.el (switch-to-buffer): Re-add the warning that was lost in the
2282         code rewrite.
2284 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2286         More minor time fixes.
2287         * calendar/time-date.el: Commentary fix.
2288         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2289         too much other code depends on (0 0) time stamps.
2290         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2291         Add a couple of FIXME comments.
2293         Minor cleanup for times as lists of four integers.
2294         * files.el (dir-locals-directory-cache):
2295         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2296         Doc fixes.
2297         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2298         * ps-bdf.el (bdf-file-newer-than-time):
2299         Process four-integers time stamps, not two.  Doc fixes.
2301 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2303         * uniquify.el (uniquify-managed): Use defvar-local.
2304         (rename-buffer, create-file-buffer): Advise with advice-add.
2305         (uniquify-unload-function): Unadvise accordingly.
2307         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2308         (trace-buffer): Don't purecopy.
2309         (trace-entry-message, trace-exit-message): Add `context' arg.
2310         (trace--timer): New var.
2311         (trace-make-advice): Adjust for use in nadvice.
2312         Add `context' argument.  Delay `display-buffer' via a timer.
2313         (trace-function-internal): Use advice-add.
2314         (trace--read-args): New function.
2315         (trace-function-foreground, trace-function-background): Use it.
2316         (trace-function): Rename to trace-function-foreground and redefine as
2317         an alias to that new name.
2318         (untrace-function, untrace-all): Adjust to the use of nadvice.
2320         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2322         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2324         * subr.el (called-interactively-p-functions): New var.
2325         (internal--called-interactively-p--get-frame): New macro.
2326         (called-interactively-p, interactive-p): Rewrite in Lisp.
2327         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2328         (called-interactively-p-functions): Use it.
2329         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2330         (called-interactively-p-functions): Use it.
2331         * allout.el (allout-called-interactively-p): Don't assume
2332         called-interactively-p is a subr.
2334 2012-11-20  Glenn Morris  <rgm@gnu.org>
2336         * profiler.el (profiler-report-mode-map): Add a menu.
2337         No need to bind `q' because we derive from special-mode.
2338         (profiler-report-find-entry): Handle calls from the menu-bar.
2340 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2342         * emacs-lisp/byte-run.el (defun-declarations-alist):
2343         Allow a compiler-macro to be a lambda expression.
2345         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
2346         eval-when-compile.
2347         (python-syntax-context): Add compiler-macro.
2348         (python-font-lock-keywords): Simplify with De Morgan.
2350         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2352         * files.el (load-file): Require match in minibuffer selection, as was
2353         the case in Emacs-20 before we changed the spec to allow .elc files
2354         (bug#12935).
2356         * json.el: Don't require cl since we don't use it.
2357         * color.el: Don't require cl.
2358         (color-complement): `caddr' -> `nth 2'.
2360         * calendar/time-date.el (time-to-seconds): De-obsolete.
2362 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2364         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
2365         year numbers.
2366         (math-date-to-julian-dt): Adjust the initial approximation for the
2367         year to deal with the new definition of the DATE.
2369 2012-11-19  Daniel Colascione  <dancol@dancol.org>
2371         * term/w32-win.el (cygwin-convert-path-from-windows):
2372         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2374 2012-11-18  Chong Yidong  <cyd@gnu.org>
2376         * filecache.el (file-cache--read-list): New function.
2377         (file-cache-add-directory-list, file-cache-add-file-list)
2378         (file-cache-delete-file-list, file-cache-delete-directory-list):
2379         Use it to read a list of files or directories (Bug#12846).
2380         (file-cache-add-file, file-cache-add-directory)
2381         (file-cache-delete-file-list, file-cache-delete-file-regexp)
2382         (file-cache-delete-directory): Print an message.
2384 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
2386         * calc/calc-forms.el (math-date-to-dt): Use integer date when
2387         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2389 2012-11-18  Glenn Morris  <rgm@gnu.org>
2391         * image.el (insert-image, insert-sliced-image): Doc fix.
2393 2012-11-18  Chong Yidong  <cyd@gnu.org>
2395         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2396         (Bug#12810).
2398 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
2400         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2401         response when the target file is in a subdirectory (Bug#12757).
2403 2012-11-18  Chong Yidong  <cyd@gnu.org>
2405         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2407 2012-11-18  Glenn Morris  <rgm@gnu.org>
2409         * emacs-lisp/cl-lib.el (face-underline-p):
2410         Use set-face-underline rather than the alias set-face-underline-p.
2412         * window.el (with-temp-buffer-window): Doc fix.
2413         * subr.el (with-output-to-temp-buffer):
2414         Add doc xref to with-temp-buffer-window.
2416 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
2418         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2419         * calc/calc.el (math-format-date-cache): Declare.
2421 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2423         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2424         It also uses January 1, 1 AD as its day number 1.
2425         * calc/calc-forms.el (math-julian-date-beginning)
2426         (math-julian-date-beginning-int): Implement this.
2428 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
2430         * descr-text.el (quail-find-key):
2431         * dired.el (desktop-file-name):
2432         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2433         * generic-x.el (comint-mode, comint-exec):
2434         * image-dired.el (widget-forward):
2435         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2436         (speedbar-change-expand-button-char)
2437         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2438         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2439         * printing.el (easy-menu-add-item, easy-menu-remove-item)
2440         (widget-field-action, widget-value-set):
2441         * speedbar.el (imenu--make-index-alist):
2442         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2443         (ring-length, ring-insert):
2444         * vcursor.el (compare-windows-skip-whitespace):
2445         * woman.el (dired-get-filename):
2446         Declare functions.
2448         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2450 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2452         * calc/calc.el (calc-gregorian-switch): New variable.
2454         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2455         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2456         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2457         (math-leap-year-p): Add option to distinguish between Julian
2458         and Gregorian calendars.
2459         (math-day-number): Use `math-day-in-year' to do the computations.
2460         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2461         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2462         to do the computations.
2463         (math-date-to-dt): Use `math-date-to-julian-dt' and
2464         `math-date-to-gregorian-dt' to do the computations.
2465         (calcFunc-weekday, math-format-date-part): Use the new version of
2466         the DATE to determine the weekday.
2467         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2468         when necessary.
2470 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
2472         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2473         Cygwin; otherwise use 'file:'.  (Bug#12914)
2474         (cygwin-convert-path-from-windows): Declare, to avoid
2475         byte-compiler warnings.
2477 2012-11-17  Andreas Politz  <politza@fh-trier.de>
2479         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2480         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2481         prefix and negative numeric prefix args (Bug#12795).
2483 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
2485         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2486         Don't signal an error with a score that is too low to add to the
2487         list of top scores. (Bug#12779)
2489 2012-11-17  Chong Yidong  <cyd@gnu.org>
2491         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2493         * filecache.el (file-cache-add-file): Handle relative file name in
2494         the argument (Bug#12694).
2496 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2498         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2500 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2502         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2504         * emacs-lisp/cl-lib.el: Set more meaningful version number.
2506 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
2508         * window.el (enlarge-window, shrink-window): Don't mention return
2509         value in doc-string (Bug#12896).
2510         (window--display-buffer): Don't resize frames - it won't work
2511         with all window managers and defeat pop-up-frame-alist.
2512         (display-buffer-alist): In doc-string explain that CONDITION can
2513         be a function and which arguments are passed to it (Bug#12854).
2514         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
2515         expressions (Bug#12854).
2516         (display-buffer): Pass ACTION argument to
2517         display-buffer-assq-regexp.
2519 2012-11-16  Glenn Morris  <rgm@gnu.org>
2521         * window.el (fit-frame-to-buffer-bottom-margin)
2522         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2524         * faces.el (face-underline-p): Use face-attribute-specified-or.
2526 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
2528         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2530 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2534 2012-11-16  Glenn Morris  <rgm@gnu.org>
2536         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
2537         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2539         * faces.el (face-underline-p): Doc fix.  Handle :underline being
2540         things other than `t' (a string, a list).
2541         (face-inverse-video-p): Doc fix.
2542         (set-face-underline): Rename it back from set-face-underline-p.
2543         Doc fix.  Allow interactive input of values other than t.
2544         (read-face-attribute): Apply formatting to :underline,
2545         since like :box and :stipple it can take list values.
2547         * term.el (ansi-term): Don't let C-x escape-char binding
2548         clobber the more standard C-c binding.  (Bug#12842)
2550         * subr.el (set-temporary-overlay-map): Doc fix.
2552 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
2554         * window.el (record-window-buffer)
2555         (display-buffer-record-window): When copying the markers to
2556         window-point preserve window-point-insertion-type. (Bug#12588)
2558 2012-11-16  Glenn Morris  <rgm@gnu.org>
2560         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2561         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2562         Use new names for hooks rather than obsolete aliases.
2564 2012-11-15  Daniel Colascione  <dancol@dancol.org>
2566         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2567         prefix instead of "file:" so that when FILE-NAME begins with "//",
2568         as it does when the target file is on a network share, url-handler
2569         isn't confused.
2571 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2573         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2574         a preactivated advice from an old advice.el; they're not compatible!
2576 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2578         * emacs-lisp/nadvice.el (advice--make-interactive-form):
2579         Fix string-spec case.
2581         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2583 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2586         (advice--buffer-local-function-sample): New var.
2587         (advice--set-buffer-local, advice--buffer-local): New functions.
2588         (add-function, remove-function): Use them.
2590 2012-11-15  Drew Adams  <drew.adams@oracle.com>
2592         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2594 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2596         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2597         potential binding of print-gensym to t, and prettify (back)quotes in
2598         case they appear in args's default values (bug#12884).
2600 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2603         (advice-eval-interactive-spec): New function.
2604         (advice--make-interactive-form): Support around advice (bug#12844).
2606 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2608         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2609         more strict.  Add docstring.
2610         (ruby-expression-expansion-re): Extract from
2611         `ruby-match-expression-expansion'.
2612         (ruby-syntax-propertize-function): After everything else, search
2613         for expansions in string literals, mark their insides as
2614         whitespace syntax and save match data for font-lock.
2615         (ruby-font-lock-keywords): Use the 2nd group from expression
2616         expansion matches.
2617         (ruby-match-expression-expansion): Use the match data saved to the
2618         text property in ruby-syntax-propertize-function.
2620 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2622         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2623         (bug#12879).
2625 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2627         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2628         start/end keyword a bit harder.  Works with different values of N.
2629         Add more comments.
2630         (ruby-end-of-block): Update accordingly.
2632 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2634         * woman.el (woman-file-name): Don't mess with unread-command-events
2635         (bug#12861).
2637         * emacs-lisp/advice.el: Layer on top of nadvice.el.
2638         Remove out of date self-require hack.
2639         (ad-do-advised-functions): Use simple `dolist'.
2640         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
2641         (ad-advice-definition): Redefine as functions.
2642         (ad-advice-classes): Move before first use.
2643         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
2644         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
2645         (ad--defalias-fset): Remove functions.
2646         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
2647         (ad-get-orig-definition): Rewrite.
2648         (ad-make-advised-definition-docstring): Change base docstring.
2649         (ad-real-orig-definition): Rewrite.
2650         (ad-map-arglists): Change name of called function.
2651         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
2652         (ad-make-advised-definition): Simplify.
2653         (ad-assemble-advised-definition): Tweak for new calling context.
2654         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
2655         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
2656         function and call ad-activate if needed.
2657         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
2658         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
2659         (ad-compile-function): Compile ad-Advice-*.
2660         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
2661         (ad-start-advice, ad-stop-advice): Remove.
2663 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2665         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
2666         period before class method names, not after.  Remove handling of
2667         one impossible case.  Add comments.
2669 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2671         * emacs-lisp/advice.el: Remove support for freezing.
2672         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
2673         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
2674         Remove support for `freeze'.
2676         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
2677         override the default.
2678         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
2679         cl--dotimes/dolist.
2680         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
2681         `cl' is loaded.
2683         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
2684         from add-advice.
2685         (advice--strip-macro): New function.
2686         (advice--defalias-fset): Use them to handle macros.
2687         (advice-add): Use them.
2688         (advice-member-p): Correctly handle macros.
2690 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2692         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2693         Never font-lock the beginning of singleton class as heredoc.
2695 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2697         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
2699 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
2701         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
2702         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
2703         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
2705 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2707         Fix end-of-defun misbehavior.
2708         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
2709         python-beginning-of-defun-function.  Handle nested defuns
2710         correctly.
2711         (python-nav-end-of-defun): Rename from
2712         python-end-of-defun-function.  Ensure forward movement.
2713         (python-info-current-defun): Reimplement to work as intended
2714         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
2715         parent defuns as soon as possible.
2717 2012-11-13  Glenn Morris  <rgm@gnu.org>
2719         * progmodes/flymake.el (flymake-error-bitmap)
2720         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
2721         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
2723 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2725         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
2726         backward, always stop at indentation.  Reverts the change from
2727         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
2729 2012-11-13  Glenn Morris  <rgm@gnu.org>
2731         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
2732         Add ibuffer-filter-by-derived-mode.
2734         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
2735         the same name shadowing each other.
2737         * window.el (with-temp-buffer-window): Doc tweak.
2739         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
2741         * help.el (temp-buffer-max-height):
2742         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
2743         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
2745 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * emacs-lisp/nadvice.el: New package.
2748         * subr.el (special-form-p): New function.
2749         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
2750         (elp-all-instrumented-list): Remove var.
2751         (elp-not-profilable): Remove elp-wrapper.
2752         (elp-profilable-p): Use autoloadp and special-form-p.
2753         (elp--advice-name): New const.
2754         (elp-instrument-function): Use advice-add.
2755         (elp--instrumented-p): New predicate.
2756         (elp-restore-function): Use advice-remove.
2757         (elp-restore-all, elp-reset-all): Use mapatoms.
2758         (elp-set-master): Use elp--instrumented-p.
2759         (elp--make-wrapper): Rename from elp-wrapper, return a function
2760         suitable for advice-add.  Use cl-inf.
2761         (elp-results): Use mapatoms+elp--instrumented-p.
2762         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
2763         (debug-function-list): Remove var.
2764         (debug): Rename arg, and then let-bind it explicitly inside.
2765         (debugger-setup-buffer): Rename arg.
2766         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
2767         (debugger-frame-number): Adjust to new debug-on-entry setup.
2768         (debug--implement-debug-on-entry): Rename from
2769         implement-debug-on-entry, add argument.
2770         (debugger-special-form-p): Remove, use special-form-p instead.
2771         (debug-on-entry): Use advice-add.
2772         (debug--function-list): New function.
2773         (cancel-debug-on-entry): Use it, along with advice-remove.
2774         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
2775         (debugger-list-functions): Use debug--function-list instead of
2776         debug-function-list.
2777         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
2778         (ad-special-form-p): Remove, use special-form-p instead.
2779         (ad-set-advice-info): Use add-function and remove-function.
2780         (ad--defalias-fset): Adjust accordingly.
2782 2012-11-10  Glenn Morris  <rgm@gnu.org>
2784         * mail/emacsbug.el (report-emacs-bug-tracker-url)
2785         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2786         (report-emacs-bug-create-existing-bugs-buffer)
2787         (report-emacs-bug-parse-query-results)
2788         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
2790         * term.el (term-default-fg-color, term-default-bg-color):
2791         Make obsolete, rather than just saying "deprecated" in the doc.
2793         * term.el (term): Rename from `term-face'.
2794         (term-current-face, ansi-term-color-vector)
2795         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2796         Update all users.
2798 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
2800         * server.el (server-create-window-system-frame): Handle Nextstep
2801         specially (Bug#12780).
2803 2012-11-10  Glenn Morris  <rgm@gnu.org>
2805         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2806         Unautoload, and make obsolete.  (Bug#7449)
2808 2012-11-10  Chong Yidong  <cyd@gnu.org>
2810         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2811         rename from diff-remove-trailing-whitespace (Bug#12831).
2813 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2815         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
2816         miscompilation of trace.el.
2818 2012-11-10  Glenn Morris  <rgm@gnu.org>
2820         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
2822 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2824         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
2825         (bug#12812).
2827 2012-11-10  Chong Yidong  <cyd@gnu.org>
2829         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
2830         a defcustom with an appropriate :set function.
2831         (minibuffer-default--in-prompt-regexps): New function.
2833 2012-11-10  Glenn Morris  <rgm@gnu.org>
2835         * emacs-lisp/cl.el (define-setf-expander, defsetf)
2836         (define-modify-macro): Doc fixes.
2838         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
2839         (gv-define-simple-setter): Update doc of `fix-return'.
2841 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
2844         twice when `fix-return' is set (bug#12813).
2846         * emacs-lisp/cl.el (defsetf): Pass the third arg to
2847         gv-define-simple-setter (bug#12812).
2849         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
2850         (bug#12756).
2852 2012-11-10  Glenn Morris  <rgm@gnu.org>
2854         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
2856         * emacs-lisp/cl-extra.el (cl-prettyexpand):
2857         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
2858         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
2859         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
2861         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
2863 2012-11-10  Leo Liu  <sdl.web@gmail.com>
2865         * ido.el (ido-set-matches-1): Improve flex matching performance by
2866         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
2868 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
2871         (ad--defalias-fset): New function.
2872         (ad-safe-fset): Remove.
2873         (ad-make-freeze-definition): Use cl-letf*.
2875 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2877         * subr.el (dolist): Don't bind VAR in RESULT.
2879         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
2880         (fset, documentation): Don't save real def since we don't advise.
2881         (ad-do-advised-functions): Remove problematic `result-form'.
2882         (ad-safe-fset): `ad-real-fset' => `fset'.
2883         (ad-read-advised-function): Don't assume that ad-do-advised-functions
2884         uses CL's dolist internally.
2885         (ad-arglist): Remove unused arg `name'.
2886         (ad-docstring, ad-make-advised-docstring):
2887         `ad-real-documentation' => `documentation'.
2888         (warning-suppress-types): Declare.
2889         (ad-set-arguments): Simple CSE.
2890         (ad-recover-normality): Sanity check.
2892         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
2893         (funcall '(lambda ..) ..) into ((lambda ..) ..).
2895 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2897         * ses.el: symbol to coordinate mapping is made by symbol property
2898         `ses-cell'.  This means that the same mapping is done for all SES
2899         sheets.  That is good enough for cells with standard A1 names, but
2900         not for named cell.  So a hash map is added for the latter.
2901         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
2902         (ses-sym-rowcol): Use hashmap for named cell.
2903         (ses-is-cell-sym-p): New defun.
2904         (ses-decode-cell-symbol): New defun.
2905         (ses-create-cell-variable): Add cell to hashmap when name is not
2906         A1-like.
2907         (ses-rename-cell): Check that cell new name is not already in
2908         spreadsheet with the use of ses-is-cell-sym-p
2909         (ses-rename-cell): Use hash map for named cells, but accept also
2910         renaming back to A1-like.
2912 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2914         * emacs-lisp/advice.el: Use new dynamic docstrings.
2915         (ad-make-advised-definition-docstring, ad-advised-definition-p):
2916         Use dynamic-docstring-function instead of ad-advice-info.
2917         (ad--make-advised-docstring): New function extracted from
2918         ad-make-advised-docstring.
2919         (ad-make-advised-docstring): Use it.
2920         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
2921         from sql-help.
2922         (sql-help): Use it with dynamic-docstring-function.
2924         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
2926 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2928         * files.el (hack-one-local-variable--obsolete): New function.
2929         (hack-one-local-variable): Use it for obsolete settings.
2931         * subr.el (locate-user-emacs-file): If both old and new name exist, use
2932         the new name.
2934         * progmodes/js.el (js--filling-paragraph): New var.
2935         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
2936         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
2937         less sneaky.
2939 2012-11-08  Julien Danjou  <julien@danjou.info>
2941         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
2942         `auto-mode-alist' (Bug#12835).
2944 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2946         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
2947         (perl--prettify-symbols-alist): New const.
2948         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
2949         New functions.
2950         (perl-font-lock-keywords-2): Use them.
2951         (perl-electric-noindent-p): New function.
2952         (perl-mode): Use it to set up electric-indent-mode.
2953         (perl-electric-terminator, perl-indent-command): Mark obsolete.
2954         (perl-mode-map): Remove bindings for them.
2955         (perl-imenu-generic-expression, perl-outline-level):
2956         Match functions&packages in column>0.
2958         * env.el (env--substitute-vars-regexp): New const.
2959         (substitute-env-vars): Use it.  Add `only-defined' arg.
2960         * net/tramp.el (tramp-replace-environment-variables): Use it.
2962         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
2963         Byte-compile *before* eval in eval-and-compile.
2964         (byte-compile-log-warning): Remove redundant inhibit-read-only.
2965         (byte-compile-file-form-autoload): Don't hide actual definition.
2966         (byte-compile-maybe-guarded): Accept `functionp' as well.
2968         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
2970 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
2972         * notifications.el (notifications-get-server-information-method):
2973         New defconst.
2974         (notifications-get-capabilities): Fix docstring.
2975         (notifications-get-server-information): New defun.
2977 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2979         * textmodes/ispell.el (ispell-region): Standard re-indent for better
2980         readability.
2982         * textmodes/ispell.el: Experimental support for support debugging.
2983         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
2984         buffer for ispell.
2985         (ispell-print-if-debug): New function to print stuff to
2986         `ispell-debug-buffer' if debugging is enabled.
2987         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
2988         show some debugging info.
2989         (ispell-buffer-with-debug): New function that creates a debugging
2990         buffer and calls `ispell-buffer' with debugging enabled.
2992         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
2993         comment in autoconf mode. (Bug#12768)
2995 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
2997         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
2998         frame-first-window, frame-root-window, frame-selected-window,
2999         minibuffer-selected-window, minibuffer-window,
3000         window-absolute-pixel-edges, window-at, window-body-height,
3001         window-body-width, window-display-table, window-combination-limit,
3002         window-frame, window-fringes, window-inside-absolute-pixel-edges,
3003         window-inside-edges, window-inside-pixel-edges, window-left-child,
3004         window-left-column, window-margins, window-next-buffers,
3005         window-next-sibling, window-new-normal, window-new-total,
3006         window-normal-size, window-parameter, window-parameters, window-parent,
3007         window-pixel-edges, window-point, window-prev-buffers,
3008         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3009         window-start, window-text-height, window-top-child, window-top-line,
3010         window-total-height, window-total-width and window-use-time to the list
3011         of functions without side-effects.
3012         (toplevel): Add window-valid-p to the list of error-free functions
3013         without side-effects.
3015 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3017         * textmodes/ispell.el (ispell-program-name):
3018         Update spellchecker parameters when customized.
3020 2012-11-04  Glenn Morris  <rgm@gnu.org>
3022         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
3024 2012-11-04  Chong Yidong  <cyd@gnu.org>
3026         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3027         same-window-* variables.
3029 2012-11-04  Juri Linkov  <juri@jurta.org>
3031         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3032         (isearch-describe-key, isearch-describe-mode): Use a display
3033         action instead of binding same-window-* variables (Bug#10040).
3035 2012-11-03  Glenn Morris  <rgm@gnu.org>
3037         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3038         Rename handler properties back from cl-- to cl-.  (Bug#12788)
3040         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3042 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
3044         * term/pc-win.el: Don't load term/internal from here.
3046         * loadup.el: Load term/internal from here.
3048 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
3050         * progmodes/python.el (inferior-python-mode): Fix hang in
3051         jit-lock (Bug#12645).
3053 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
3055         * window.el (switch-to-visible-buffer)
3056         (switch-to-buffer-preserve-window-point): Fix doc-strings.
3058 2012-11-03  Glenn Morris  <rgm@gnu.org>
3060         * emacs-lisp/cl-lib.el (cl--random-time):
3061         Rename from cl-random-time.  (Bug#12773)
3062         (cl--gensym-counter, cl--random-state): Update callers.
3063         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3065 2012-11-03  Chong Yidong  <cyd@gnu.org>
3067         * cus-start.el: Make cursor-type customizable (Bug#11633).
3069 2012-11-02  Glenn Morris  <rgm@gnu.org>
3071         * filecache.el: No need to load find-lisp when compiling.
3072         (find-lisp-find-files): Autoload it.
3073         (file-cache-add-directory-recursively): Don't require find-lisp.
3075         * image.el (image-type-from-file-name): Trivial simplification.
3077         * emacs-lisp/bytecomp.el (byte-compile-eval):
3078         Decouple "noruntime" and "cl-functions" warnings.
3080 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
3082         * play/gomoku.el (gomoku-display-statistics): Update mode line
3083         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3085 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
3087         * window.el (quit-restore-window): If the window has been
3088         created on an existing frame and ended up as the sole window on
3089         that frame, do not delete it (Bug#12764).
3091 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3093         * progmodes/sh-script.el (sh--inside-noncommand-expression):
3094         Rename from sh--inside-arithmetic-expression, handle more cases
3095         (bug#11263).
3097         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3098         (sh-font-lock-open-heredoc): Use it (bug#12770).
3100 2012-10-30  Glenn Morris  <rgm@gnu.org>
3102         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
3104         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
3106 2012-10-29  Chong Yidong  <cyd@gnu.org>
3108         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3109         function key is stored in a keyboard macro (Bug#4894).
3111         * thingatpt.el (number-at-point): Apply a thing-at-point property.
3113 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3116         header comments".
3117         (diff-unified->context, diff-context->unified)
3118         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3120         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3122         * files.el (find-alternate-file): Only ask one question (bug#12487).
3124 2012-10-29  Chong Yidong  <cyd@gnu.org>
3126         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3127         Suggested by Dan Nicolaescu (Bug#6326).
3129         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3131         * startup.el (fancy-about-screen): Don't message (Bug#12680).
3133         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3135         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3137         * face-remap.el (face-remap-add-relative): Handle the case where a
3138         face-remapping-alist entry is a cons cell (Bug#12762).
3140 2012-10-29  Kevin Ryde  <user42@zip.com.au>
3142         * woman.el (woman-parse-numeric-value): Handle picas correctly
3143         (Bug#12639).
3145 2012-10-29  Glenn Morris  <rgm@gnu.org>
3147         * emacs-lisp/cl.el (defsetf): Doc fix.
3149 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3151         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3152         syntax to the matching opener, if any (bug#12547).
3153         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3154         matching open as a "case-(".
3155         (sh-smie-rc-grammar): Add a corresponding rule for it.
3157 2012-10-28  Daniel Hackney  <dan@haxney.org>
3159         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3160         "PKGNAME-autoloads.el" in case we created it.
3162 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3164         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3165         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3166         (completion--twq-all): Disable too-strict assertions.
3168         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3170 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
3172         * profiler.el (profiler-report-make-entry-part): Fix help-echo
3173         text to match the real keybindings.
3175 2012-10-27  Juri Linkov  <juri@jurta.org>
3177         * wdired.el (wdired-keep-marker-rename): New defcustom.
3178         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3179         (Bug#11795)
3181         * dired.el (dired-keep-marker-rename): Add reference to
3182         `wdired-keep-marker-rename' in the docstring.
3183         Add default character value ?R to display initially in
3184         Customization UI instead of ?@.
3186 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
3188         * window.el (display-buffer): In doc-string describe
3189         window-height and window-width alist entries.
3191         * time.el (display-time-world): Restore fit-window-to-buffer
3192         behavior.
3194 2012-10-27  Chong Yidong  <cyd@gnu.org>
3196         * subr.el (insert-buffer-substring-as-yank): Doc fix.
3198 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
3200         * minibuffer.el (completion-category-overrides): New completion
3201         category `bookmark' (bug#11131).
3203 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * emacs-lisp/advice.el (ad-assemble-advised-definition):
3206         Silence bogus compiler warnings for ad-do-it.
3208         * bookmark.el (bookmark-completing-read): Set the completion category
3209         to `bookmark' (bug#11131).
3211 2012-10-26  Bastien  <bzg@altern.org>
3212             Stefan Monnier  <monnier@iro.umontreal.ca>
3214         * face-remap.el: Use lexical-binding.
3215         (text-scale-adjust): Improve docstring.  Use itself for the temporary
3216         overlay-map bindings, so as to repeat the "Use..." message each time.
3218 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * emacs-lisp/macroexp.el (macroexp--expand-all):
3221         Obey byte-compile-warning-enabled-p (bug#12486).
3223         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3224         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3226 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
3228         * mouse.el (mouse-drag-line): Move last form into preceding when
3229         clause (Bug#12731).
3231         * help.el (resize-temp-buffer-window): Fix doc-string.
3233 2012-10-25  David Engster  <deng@randomsample.de>
3235         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3236         Remove.  This feature is already integrated in imenu.
3238         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3239         always loaded.  Require `speedbar' unconditionally.
3241 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3245         * minibuffer.el (minibuffer-force-complete): Fix thinko.
3247         * net/ldap.el (ldap-search-internal): The official ldif format starts
3248         with a "version: 1" header (bug#12724).
3250         * emacs-lisp/package.el (package-installed-p): Warn if not ready
3251         (bug#12721).
3253 2012-10-25  Glenn Morris  <rgm@gnu.org>
3255         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3257 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3259         * minibuffer.el (minibuffer-force-complete): Use one more marker
3260         for the temporary-overlay-map command (bug#12619).
3262 2012-10-24  Chong Yidong  <cyd@gnu.org>
3264         * time.el (display-time-world-mode): Derive from special-mode.
3265         (display-time-world): Use display-buffer (Bug#12708).
3266         (display-time-world-mode-map): Variable deleted.
3267         (display-time-world-display): Wrap the final delete-char inside
3268         inhibit-read-only.
3270 2012-10-24  Chong Yidong  <cyd@gnu.org>
3272         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3273         Doc fix.
3275         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3277 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3279         * minibuffer.el (completion--all-sorted-completions-location): New var.
3280         (completion--cache-all-sorted-completions)
3281         (completion--flush-all-sorted-completions): Use it.
3282         (completion-in-region, completion-in-region--postch)
3283         (completion-at-point, completion-help-at-point): Use markers in
3284         completion-in-region--data (bug#12619).
3286 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3288         * progmodes/compile.el (compilation-start): Try to handle common
3289         quoting of `cd' argument (bug#12640).
3291         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3292         (bug#12671).
3294 2012-10-23  Glenn Morris  <rgm@gnu.org>
3296         * progmodes/gud.el (gud-menu-map):
3297         Check gdb-active-process is bound.  (Bug#12358)
3299 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3301         * repeat.el (repeat): Set real-this-command (bug#12232).
3303         * htmlfontify.el (hfy-post-html-hook):
3304         * filesets.el (filesets-cache-fill-content-hook):
3305         * arc-mode.el (archive-extract-hook):
3306         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3307         * net/rcirc.el (rcirc-sentinel-functions)
3308         (rcirc-receive-message-functions, rcirc-activity-functions)
3309         (rcirc-print-functions):
3310         * net/dbus.el (dbus-event-error-functions):
3311         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3312         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3313         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3314         * term/sun.el (sun-raw-prefix-hooks):
3315         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3317 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
3319         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3320         Set `tramp-chunksize' to 1.  This improves the performance.
3321         (tramp-smb-wait-for-output): Add timeout to
3322         `tramp-accept-process-output' calls.
3324 2012-10-23  Chong Yidong  <cyd@gnu.org>
3326         * faces.el (font-list-limit): Define as an obsolete variable.
3328         * startup.el (command-line):
3329         * cus-start.el: Don't refer to font-list-limit.
3331         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3333 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * subr.el (internal-temp-output-buffer-show): Rename from
3336         temp-output-buffer-show, since previously compiled files expect this name.
3338 2012-10-23  Glenn Morris  <rgm@gnu.org>
3340         * image.el (image-type-from-file-name): If multiple types match,
3341         return the first one that is supported.  (Bug#9045)
3343 2012-10-22  Glenn Morris  <rgm@gnu.org>
3345         * image.el (imagemagick-enabled-types): Doc fix.
3347 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
3349         * progmodes/which-func.el (which-func-current): The hash-table may have
3350         an explicit nil (bug#12338).
3352 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3354         * electric.el (electric-pair-delete-selection-self-insert-function):
3355         Rename to electric-pair-will-use-region, return a boolean.
3356         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
3358         * delsel.el (delete-selection-helper): Use a function instead of a hook.
3359         (delete-selection-pre-hook): Use use-region-p.
3360         (delete-selection-self-insert-function): Remove.
3361         (self-insert-command): Obey self-insert-uses-region-functions.
3362         (self-insert-iso): Revert to previous setting, since we don't actually
3363         know what that command does.
3364         (delete-selection-self-insert-hooks): Remove.
3366 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
3368         * delsel.el (delete-selection-helper): New function, extracted from
3369         delete-selection-pre-hook.
3370         (delete-selection-pre-hook): Use it.
3371         (delete-selection-self-insert-function): New function.
3372         (delete-selection-self-insert-hooks): New hook.
3373         (self-insert-command, self-insert-iso): Use it.
3374         * electric.el (electric-pair-syntax): New function, extracted from
3375         electric-pair-post-self-insert-function.
3376         (electric-pair-post-self-insert-function): Use it.
3377         (electric-pair-delete-selection-self-insert-function): New function.
3378         (electric-pair-mode): Require delsel and setup
3379         delete-selection-self-insert-hooks (bug#11520).
3381 2012-10-20  Chong Yidong  <cyd@gnu.org>
3383         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3384         no changes to show (Bug#12586).
3386         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3387         list explicitly (Bug#12571).
3389 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
3391         * progmodes/flymake.el (flymake-create-temp-inplace):
3392         Use file-truename.
3394 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
3396         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
3398 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
3400         * calc/calc-units.el (math-extract-units): Properly extract powers
3401         of units.
3403 2012-10-20  Daniel Colascione  <dancol@dancol.org>
3405         * frame.el (make-frame): Set x-display-name as we used to in order
3406         to unbreak creating an X11 frame from an Emacs daemon started
3407         without a display.
3409 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * minibuffer.el (minibuffer-force-complete): Make the next completion use
3412         the same completion-field (bug#12221).
3414 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
3416         * emacs-lisp/debug.el (debug): Record height of debugger window
3417         also when debugger will be back (Bug#8789).
3419 2012-10-18  Chong Yidong  <cyd@gnu.org>
3421         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3422         Convert to defcustom.
3423         (gdb-get-source-file): Don't bind pop-up-windows.
3425         * progmodes/gud.el (gud-display-line): Don't specially re-use
3426         other frames for the gdb-mi case (Bug#12648).
3428 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3430         * emacs-lisp/advice.el: Clean up commentary a bit.
3431         (ad-do-advised-functions, ad-with-originals): Use `declare'.
3432         (byte-code-function-p): Never redefine.
3434         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3436 2012-10-18  Glenn Morris  <rgm@gnu.org>
3438         * dired.el (dired-sort-toggle): Some ls implementations only allow
3439         a single option string.  (Bug#12666)
3441         * minibuffer.el (completion-cycle-threshold): Doc fix.
3443 2012-10-17  Kenichi Handa  <handa@gnu.org>
3445         * international/mule.el (set-keyboard-coding-system):
3446         Recover input meta mode when the new coding system doesn not use 8-bit.
3447         Supply TERMINAL arg to set-input-meta-mode.
3449 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
3451         * wdired.el (wdired-old-marks): New variable.
3452         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3453         (wdired-do-renames): Move point with renamed file and don't lose
3454         mark status (Bug#11795).
3456 2012-10-16  Juri Linkov  <juri@jurta.org>
3458         * replace.el (query-replace-help): Mention multi-buffer replacement
3459         keys in the Help message.  (Bug#12655)
3461 2012-10-15  Chong Yidong  <cyd@gnu.org>
3463         * emacs-lisp/byte-run.el (defsubst): Doc fix.
3465 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
3467         * window.el (display-buffer): Doc fix.
3469         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3470         Adjust the msft regexp to the output of Studio 2010, and move msft
3471         before edg-1.  See the discussion on emacs-devel,
3472         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3473         for the details.
3475 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3477         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3478         (oset): Move uses of object-class-fast macro after its definition.
3480         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3482 2012-10-13  Chong Yidong  <cyd@gnu.org>
3484         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3485         enabled, re-enable it (Bug#11963).
3487 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
3489         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3490         non-nil, restore window configuration (Bug#12623).
3492 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * help-fns.el (describe-variable, describe-function-1):
3495         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3497         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3499 2012-10-12  Glenn Morris  <rgm@gnu.org>
3501         * mail/rmailsum.el (rmail-header-summary):
3502         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
3504 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
3506         * progmodes/python.el (python-mode-map):
3507         Replace subtitute-key-definition with proper command remapping.
3508         (python-nav--up-list): Fix behavior for blocks on the same level.
3510 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3512         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3514         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3515         changes to the format of load-history.
3517         * international/mule-cmds.el (read-char-by-name): Move let-binding of
3518         completion-ignore-case in case that var is buffer-local (bug#12615).
3520 2012-10-11  Kenichi Handa  <handa@gnu.org>
3522         * international/eucjp-ms.el: Re-generated.
3524 2012-10-10  Kenichi Handa  <handa@gnu.org>
3526         * select.el (xselect--encode-string): If a coding is specified for
3527         selection, and that is compatible with COMPOUND_TEXT, use it.
3529 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
3531         * window.el (switch-to-buffer-preserve-window-point): New option.
3532         (switch-to-buffer):
3533         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3535 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3538         Don't document nil as a useful value (bug#12583).
3540 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
3542         * net/tramp.el (tramp-debug-message):
3543         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3544         (with-tramp-progress-reporter): Rename from
3545         `tramp-with-progress-reporter'.
3546         (with-tramp-file-property, with-tramp-connection-property):
3547         Move from tramp-cache.el, rename from `with-file-property' and
3548         `with-connection-property', respectively.
3550         * net/tramp-cache.el: Remove `with-file-property' and
3551         `with-connection-property'.
3553         * net/tramp.el:
3554         * net/tramp-gvfs.el:
3555         * net/tramp-sh.el:
3556         * net/tramp-smb.el: Adapt callees.
3558         * net/trampver.el: Update release number.
3560 2012-10-09  Glenn Morris  <rgm@gnu.org>
3562         * w32-fns.el (set-message-beep):
3563         * term/w32-win.el (set-message-beep): Update declarations.
3565 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3568         (mode-line-widen, mode-line-input-method-map)
3569         (mode-line-coding-system-map, mode-line-remote)
3570         (mode-line-unbury-buffer, mode-line-bury-buffer)
3571         (mode-line-next-buffer, mode-line-previous-buffer):
3572         Replace save-selected-window+select-window => with-selected-window.
3574         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3575         * progmodes/cc-vars.el (bq-process): Remove, unused.
3577         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3579 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
3581         Implemented `backward-up-list'-like navigation.
3582         * progmodes/python.el (python-nav-up-list)
3583         (python-nav-backward-up-list): New functions.
3584         (python-mode-map): Define substitute key for backward-up-list to
3585         python-nav-backward-up-list.
3587 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3589         * progmodes/python.el (python-fill-paragraph): Rename from
3590         python-fill-paragraph-function.  Fixed fill-paragraph for
3591         decorators (Bug#12605).
3593 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3595         * progmodes/python.el (python-shell-output-filter): Handle extra
3596         carriage return in OSX (Bug#12409).
3598 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3600         Fix shell handling of unbalanced quotes and parens in output.
3601         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
3602         (python-syntax-propertize-function): Use it.
3603         (python-shell-output-syntax-table): New var.
3604         (inferior-python-mode): Prevent unbalanced parens/quotes from
3605         previous output mess with current input context.
3607 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
3609         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3610         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3612 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
3614         * ffap.el (ffap-replace-file-component): Support Tramp file name
3615         syntax, not only ange-ftp's one.
3617 2012-10-08  Glenn Morris  <rgm@gnu.org>
3619         * cus-start.el (message-log-max): Set :version.
3621         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3623 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
3625         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3626         the minibuffer window (Bug#10851).
3628 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3630         Enhancements on forward-sexp movement.
3631         * progmodes/python.el (python-nav-beginning-of-statement)
3632         (python-nav-end-of-statement): Return point-marker.
3633         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3634         (python-info-current-symbol)
3635         (python-info-statement-starts-block-p): Rename from
3636         python-info-beginning-of-block-p.
3637         (python-info-statement-ends-block-p): Rename from
3638         python-info-end-of-block-p.
3639         (python-info-beginning-of-statement-p)
3640         (python-info-end-of-statement-p)
3641         (python-info-beginning-of-block-p, python-info-end-of-block-p):
3642         New functions.
3644 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3646         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
3647         frame-selected-windows.
3649 2012-10-08  Daniel Colascione  <dancol@dancol.org>
3651         * battery.el (battery-status-function): Check for
3652         w32-battery-status itself, not system-time windows-nt.
3654         * frame.el: Require cl-lib.
3655         (display-format-alist): New variable mapping frame types to
3656         functions that initialize them.
3657         (window-system-for-display): New function: interprets
3658         display-format-alist.
3659         (make-frame-on-display): Remove existing display-selection logic
3660         and just forward to make-frame, which will now DTRT.
3661         (make-frame): Restructure to use window-system-for-display to
3662         figure out how to create a frame on a given display.
3663         (display-mouse-p): Look for frame-type w32, not a particular
3664         system-type.
3666         * loadup.el: Load w32 lisp code when we have the w32 feature.
3668         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
3669         system-type windows-nt.
3671         * server.el (server-create-window-system-frame): Look for window
3672         type.
3673         (server-proces-filter): Only force a window system when windows-nt
3674         _and_ w32.  Explain why.
3676         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
3677         of window systems we configure for the mode.
3679         * startup.el (command-line): Mark window system is initialized
3680         after we've done it.
3682         * common-win.el (x-select-text): Look for w32, not windows-nt.
3684         * ns-win.el: Require cl-lib.  Add ourselves to
3685         display-format-alist.
3686         (ns-initialize-window-system): Assert we're not initialized twice.
3688         * w32-win.el: Enable lexical binding; require cl-lib; add
3689         ourselves to display-format-alist.
3690         (w32-handle-dropped-file): Convert incoming dropped files from
3691         Windows paths to Cygwin ones before passing them on to the rest of
3692         Emacs.
3693         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
3694         (w32-initialize-window-system): Assert we're not initialized twice.
3696         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
3697         (x-initialize-window-system): Assert we're not initialized twice.
3699         * w32-common-fns.el: New File.
3700         (w32-version, w32-using-nt, w32-get-clipboard-data)
3701         (w32-set-clipboard-data, x-set-selection, x-get-selection)
3702         (w32-charset-info-alist, x-last-selected, text)
3703         (x-get-selection-value, x-selection-value): Move here.
3705         * w32-fns.el: Require w32-common-fns.
3706         (w32-version, w32-using-nt, w32-get-clipboard-data)
3707         (w32-set-clipboard-data, x-set-selection, x-get-selection)
3708         (w32-charset-info-alist, x-last-selected, text)
3709         (x-get-selection-value, x-selection-value): Move to
3710         w32-common-fns.
3712         * w32-vars.el:
3713         (w32-allow-system-shell, w32-system-shells): Define only in
3714         non-cygwin case.
3716 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3718         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
3719         (read-passwd): Remove a few more potential sources of leaks.
3721 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
3723         * progmodes/python.el (inferior-python-mode)
3724         (python-shell-make-comint): Fix initialization of local
3725         variables copied from parent buffer.
3727 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
3729         * term/ns-win.el (ns-read-file-name): Update declaration to match
3730         nsfns.m.
3731         (ns-respond-to-change-font): Change fontsize separatly so we are sure
3732         it is set when font is acted upon.
3734 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
3736         Enhancements to indentation.
3737         * progmodes/python.el (python-indent-context): Give priority to
3738         inside-string context.  Make comments indentation markers.
3739         (python-indent-region): Do not mess with strings, unless it's the
3740         enclosing set of quotes.
3742 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3744         * window.el (internal--before-save-selected-window)
3745         (internal--after-save-selected-window): New functions extracted from
3746         save-selected-window.  Make sure we return the `alist' we construct.
3747         (save-selected-window): Use them.
3749         * textmodes/tex-mode.el (tex-recenter-output-buffer):
3750         Use with-selected-window.
3752         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
3753         forms that define macros (bug#12593).
3755 2012-10-07  Kenichi Handa  <handa@gnu.org>
3757         * international/mule-conf.el (compound-text-with-extensions):
3758         Add :mime-charset property as x-ctext.
3760 2012-10-07  Stefan Merten  <smerten@oekonux.de>
3762         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3763         (rst-indent-literal-normal, rst-indent-literal-minimized)
3764         (rst-indent-comment): Correct :version tag.
3765         (rst-official-cvs-rev): Correct version string.
3767 2012-10-07  Glenn Morris  <rgm@gnu.org>
3769         * mail/rmailmm.el (rmail-mime-process-multipart):
3770         Do not confuse a multipart message with an epilogue
3771         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
3773 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
3775         Fix shell output retrieval and comint-prompt-regexp init.
3776         * progmodes/python.el (inferior-python-mode):
3777         (python-shell-make-comint): Fix initialization of
3778         comint-prompt-regexp from copied file local variables.
3779         (python-shell-fetched-lines): Remove var.
3780         (python-shell-output-filter-in-progress): Rename from
3781         python-shell-fetch-lines-in-progress.
3782         (python-shell-output-filter-buffer): Rename from
3783         python-shell-fetch-lines-string.
3784         (python-shell-fetch-lines-filter): Delete function.
3785         (python-shell-output-filter): New function.
3786         (python-shell-send-string-no-output): Use them.
3788 2012-10-07  Glenn Morris  <rgm@gnu.org>
3790         * hi-lock.el (hi-lock-process-phrase):
3791         Try to make it less fragile.  (Bug#7161)
3793         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3795 2012-10-06  Glenn Morris  <rgm@gnu.org>
3797         * ehelp.el (electric-help-mode): Use help-mode rather than
3798         non-existent mode `help'.
3799         (electric-help-map): Use button-buffer-map.  (Bug#10917)
3801         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3802         (reftex-create-bibtex-footer): Fix custom types.
3804         * progmodes/sh-script.el (sh-indent-after-continuation):
3805         Add explicit :group.
3807         * textmodes/rst.el (rst-preferred-decorations)
3808         (rst-shift-basic-offset): Clarify obsolescence versions.
3810         * profiler.el (profiler): Add missing group :version tag.
3811         * avoid.el (mouse-avoidance-banish-position):
3812         * proced.el (proced-renice-command):
3813         * calc/calc.el (calc-ensure-consistent-units):
3814         * calendar/icalendar.el (icalendar-import-format-uid):
3815         * net/tramp.el (tramp-save-ad-hoc-proxies):
3816         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3817         * progmodes/flymake.el (flymake-error-bitmap)
3818         (flymake-warning-bitmap, flymake-fringe-indicator-position):
3819         * progmodes/sh-script.el (sh-indent-after-continuation):
3820         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
3821         (verilog-before-save-font-hook, verilog-after-save-font-hook):
3822         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
3823         (vhdl-array-index-record-field-in-sensitivity-list)
3824         (vhdl-indent-comment-like-next-code-line):
3825         * textmodes/reftex-vars.el (reftex-ref-style-alist)
3826         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
3827         (reftex-cite-key-separator, reftex-create-bibtex-header)
3828         (reftex-create-bibtex-footer):
3829         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3830         (rst-indent-literal-normal, rst-indent-literal-minimized)
3831         (rst-indent-comment): Add missing custom :version tags.
3833         * calendar/timeclock.el (timeclock-modeline-display):
3834         Add missing obsolete alias for renamed user option.
3836         * strokes.el (strokes-modeline-string):
3837         * emulation/crisp.el (crisp-mode-modeline-string):
3838         * eshell/esh-mode.el (eshell-status-in-modeline):
3839         Aliases to defcustoms must come before the defcustom.
3841         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
3842         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3843         (cal-tex-cursor-week-monday): Doc fixes.
3844         (cal-tex-cursor-week2-summary): Doc fix.
3845         Rename from cal-tex-cursor-week-at-a-glance.
3847         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
3848         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
3850         * calendar/calendar.el (calendar-mode-map):
3851         Add cal-tex-cursor-week2-summary.
3853 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3855         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
3857         * subr.el (read-passwd-map): New var.
3858         (read-passwd): Use `read-string' again.
3859         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
3861 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
3863         * register.el (append-to-register, prepend-to-register):
3864         Deactivate mark, as does `copy-to-register' (bug#12389).
3866 2012-10-06  Chong Yidong  <cyd@gnu.org>
3868         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
3870 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
3872         * international/characters.el: Fix simple mistake ((car chars) ->
3873         elt), delete duplicated code.
3875 2012-10-06  Glenn Morris  <rgm@gnu.org>
3877         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
3879 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3881         * color.el (color-hsl-to-rgb): Fix incorrect results for
3882         small and large hue values.  (Bug#12559)
3884 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
3886         Enhancements to docstring formatting when filling paragraphs.
3887         * progmodes/python.el (python-fill-docstring-style): Rename from
3888         python-fill-string-style.  Added new style.
3889         (python-fill-string): Use new style.  Better checks for
3890         docstrings.
3892 2012-10-05  Glenn Morris  <rgm@gnu.org>
3894         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
3896         * color.el (color-name-to-rgb, color-rgb-to-hex)
3897         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
3898         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
3899         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
3900         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
3902         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
3904 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
3906         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
3907         to get the correct size across symlinks.
3909         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
3911 2012-10-04  Juri Linkov  <juri@jurta.org>
3913         * replace.el (query-replace-interactive): Declare obsolete.
3914         (query-replace-read-from): Add the last incremental search string
3915         to the list of default values accessible via M-n.
3916         (map-query-replace-regexp): Use `read-regexp'.
3917         (query-replace, query-replace-regexp, query-replace-regexp-eval)
3918         (map-query-replace-regexp, replace-string, replace-regexp):
3919         Fix docstrings to replace mentions of `query-replace-interactive'
3920         with alternatives.  (Bug#12526)
3922 2012-10-04  Juri Linkov  <juri@jurta.org>
3924         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
3925         (dired-pop-to-buffer): Declare obsolete.
3926         (dired-mark-pop-up): Doc fix.
3928 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
3930         Allow user to set docstring style for fill-paragraph.
3931         * progmodes/python.el
3932         (python-fill-comment-function, python-fill-string-function)
3933         (python-fill-decorator-function, python-fill-paren-function):
3934         Remove :safe for defcustoms.
3935         (python-fill-string-style): New defcustom
3936         (python-fill-paragraph-function): Enhance context detection.
3937         (python-fill-string): Honor python-fill-string-style settings.
3939 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
3941         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
3942         after setting its buffer (Bug#10805).
3944 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
3946         Fix cornercase for string syntax.
3947         * progmodes/python.el (python-syntax-propertize-function):
3948         Simplify and enhance the regexp for unescaped quotes.  Now it also
3949         matches quotes in weird situations like the single quote in
3950         "something\"'".
3951         (python-syntax-stringify): Simplify num-quotes detecting code.
3953 2012-10-03  Glenn Morris  <rgm@gnu.org>
3955         * help-macro.el (three-step-help):
3956         Revert 2012-09-29 change.  (Bug#12567)
3958 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
3960         * menu-bar.el (kill-this-buffer): Don't do anything when
3961         `menu-frame' is not alive or visible (Bug#8184).
3963         * emacs-lisp/debug.el (debug): When quitting the debugger window
3964         restore current buffer (Bug#12502).
3966 2012-10-02  Chong Yidong  <cyd@gnu.org>
3968         * progmodes/hideif.el (hif-lookup, hif-defined):
3969         Handle semantic-c-takeover-hideif.
3971 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
3973         Change sampling interval units from ms to ns.
3974         * profiler.el (profiler-sampling-interval): Change units
3975         from ms to ns, multiplying the default by 1000000 so that
3976         it remains 1 ms.
3977         (profiler-report-cpu-line-format): Give enough room for
3978         the maximum counters on 64-bit hosts.
3979         (profiler-report-render-calltree-1): Call them "CPU samples",
3980         not "Time (ms)", since they are not milliseconds now (and
3981         never really were).
3983 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
3985         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
3986         Fix querying BBDB for entries without a last name (Bug#11580).
3988 2012-10-02  Chong Yidong  <cyd@gnu.org>
3990         * emacs-lisp/eieio.el: Restore Version header.
3992 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3994         * vc/diff-mode.el (diff--auto-refine-data): New var.
3995         (diff-hunk): Use it to delay refinement.
3996         (diff-mode): Remove overlays when we turn off font-lock.
3998         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
3999         (table-initialize-table-fixed-width-mode)
4000         (table-set-table-fixed-width-mode): Remove functions.
4001         (table-command-list): Move initialization into declaration.
4002         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4003         (table-with-cache-buffer): Use `declare'.
4004         (table-span-cell): Simplify via CSE.
4005         (table-fixed-width-mode): Use define-minor-mode.
4006         (table-call-interactively, table-funcall, table-apply): Remove.
4007         (table-function): New function, to replace them.
4009         * bookmark.el (bookmark-search-pattern): Remove var.
4010         (bookmark-read-search-input): Remove function.
4011         (bookmark-bmenu-search): Reimplement using a minibuffer.
4013         * faces.el (modeline): Remove obsolete face name.
4015         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4016         and give a non-nil default value.
4017         (add-change-log-entry): Simplify accordingly.
4019 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
4021         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4022         (vc-git-log-edit-toggle-amend): New function.
4023         (vc-git-log-edit-toggle-signoff): New function.
4024         (vc-git-log-edit-mode): New major mode.
4025         (vc-git-log-edit-mode-map): Keymap for it.
4026         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4028         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4029         header names.
4030         (log-edit-toggle-header): New function.
4031         (log-edit-extract-headers): Accept function values in HEADERS alist.
4033 2012-10-01  David Engster  <deng@randomsample.de>
4035         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4036         from symbol property and change message to be more consistent with
4037         Emacs proper.
4038         (eieio-describe-generic): Add filename for each implementation.
4039         Fix indices for generic and normal methods.
4040         (eieio-method-def, eieio-class-def): New buttons.
4041         (eieio-help-find-method-definition)
4042         (eieio-help-find-class-definition): New functions.
4043         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4044         class, constructor and method definitions.
4046         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4047         information in symbol property.
4048         (scoped-class): Remove.
4049         (eieio-slot-name-index, call-next-method): Check if it is bound.
4051 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
4053         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4054         (eieio-custom-mode): New major mode.
4055         (eieio-customize-object): Use it.
4057 2012-10-01  Eric Ludlam  <zappo@gnu.org>
4059         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4060         specifying the expected class, and whether subclassing is allowed.
4061         (eieio-persistent-convert-list-to-object):
4062         (eieio-persistent-validate/fix-slot-value)
4063         (eieio-persistent-slot-type-is-class-p): New functions.
4064         (eieio-named::slot-missing): Doc fix.
4066         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4067         Stop using unused publd variable.
4069         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4070         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4071         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4072         (eieio-speedbar-handle-click): Do not specify a class for the
4073         method.  Fixes method invocation order problems with EDE.
4075 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4078         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4080 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
4082         * bookmark.el (bookmark-version-control): Give tags in the
4083         :type choices (Bug#12309), and improve doc string.
4084         (bookmark-write-file): Bind `print-circle' to `t' to allow
4085         circular custom bookmark types.  (Bug#12503)
4087 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
4089         Revert the FOLLOW-SYMLINKS change for file-attributes.
4090         * files.el (remote-file-name-inhibit-cache, after-find-file):
4091         * time.el (display-time-file-nonempty-p): Undo last change.
4093         * profiler.el (profiler-sampling-interval): Change default back to 1.
4094         See Stefan Monnier in
4095         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4097 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
4099         Shell output catching a la gud-gdb.
4100         * progmodes/python.el (python-shell-fetch-lines-in-progress)
4101         (python-shell-fetch-lines-string, python-shell-fetched-lines):
4102         New Vars.
4103         (python-shell-fetch-lines-filter): New function.
4104         (python-shell-send-string-no-output): Use them.
4106 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
4108         * profiler.el (profiler-sampling-interval): Rename from
4109         profiler-sample-interval.
4110         (profiler-sampling-interval): Default to 10.
4111         (profiler-find-profile): New command (was profiler-find-log).
4112         (profiler-find-profile-other-window): New command.
4113         (profiler-find-profile-other-frame): New command.
4114         (profiler-profile): Introduce API-level data structure.
4116 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
4118         file-attributes has a new optional arg FOLLOW-SYMLINKS.
4119         * files.el (remote-file-name-inhibit-cache):
4120         * time.el (display-time-file-nonempty-p): Use it.
4121         * files.el (after-find-file): Don't chase links before calling
4122         file-exists-p, as file-exists-p already does the right thing.
4124 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
4126         Merge from standalone RefTeX repository.
4128         The following ChangeLog entries are shortened versions of the
4129         original ones with file paths adapted.  A not so strongly edited
4130         version of the original ChangeLog can be found in the commit log.
4132         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4133         (reftex-arg-cite): Use `reftex-cite-key-separator'.
4134         Correctly handle new value type returned by `reftex-citation'.
4136         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4137         that entries with whitespace at various places are found.
4138         Doc fix. Include entries that are cross-referenced from cited entries.
4139         Include @String definitions in the resulting bib file.  Add header
4140         and footer defined in `reftex-create-bibtex-header' and
4141         `reftex-create-bibtex-footer'.
4142         (reftex-do-citation): Make it possible again to insert
4143         non-existent entries.  Save match data when asking for optional
4144         arguments. Return all keys, not just the first one.
4145         (reftex-all-used-citation-keys): Fix regexp to correctly extract
4146         all citations in the same line.
4147         (reftex-parse-bibtex-entry): Accept additional optional argument
4148         `raw' and keep quotes or braces if it is non-nil.  Match fields
4149         containing hyphens besides word constituents.
4150         (reftex-get-string-refs): New function.
4151         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4152         and ask if it should be reread in case it did.
4153         (reftex-pop-to-bibtex-entry)
4154         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4155         entries with spaces or tabs in front of arguments.
4156         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4157         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4158         Match entries containing numbers and symbol constituents.
4159         (reftex-do-citation, reftex-figure-out-cite-format):
4160         Use `reftex-cite-key-separator'.
4162         * textmodes/reftex-dcr.el: Move provide statement to end of file.
4163         (reftex-mouse-view-crossref): Explain why point is set.
4165         * textmodes/reftex-global.el: Whitespace changes.
4167         * textmodes/reftex-index.el: Move provide statement to end of
4168         file.
4169         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4170         (reftex-index-visit-phrases-buffer): Set marker when visiting
4171         buffer.  This allows for returning from the phrases file to the
4172         file one was just editing instead of the file where the last
4173         phrases was added from.
4174         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
4175         punctuation syntax as it usually is not used as string quote in
4176         TeX-related modes and may occur unmatched.  The change also
4177         prevents fontification of quoted content.
4178         (reftex-index-phrases-mode): Use it.
4180         * textmodes/reftex-parse.el (reftex-parse-from-file):
4181         Move backward one char if a `\' was matched after a section macro.
4182         (reftex-parse-from-file): Use beginning of match instead of end as
4183         bound.
4185         * textmodes/reftex-ref.el: Adapt creation of
4186         `reftex-<package>-<macro>' functions to new structure of
4187         `reftex-ref-style-alist'.
4188         (reftex-reference): Use `reftex-ref-style-list' function.
4189         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
4190         reference macro if `reftex-ref-macro-prompt' is non-nil.
4191         (reftex-reference): Pass refstyle to `reftex-format-special'.
4192         Determine reference macro by looking at
4193         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4194         Use only one special format function.
4195         (reftex-varioref-vref, reftex-fancyref-fref)
4196         (reftex-fancyref-Fref): Remove definitions.  The functions are now
4197         generated from `reftex-ref-style-alist'.
4198         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4199         Remove.
4200         (reftex-format-special): New function.
4202         * textmodes/reftex-sel.el
4203         (reftex-select-cycle-ref-style-internal): Adapt to new structure
4204         of `reftex-ref-style-alist'. Remove code for testing macro type.
4205         (reftex-select-toggle-varioref)
4206         (reftex-select-toggle-fancyref): Remove.
4207         (reftex-select-cycle-ref-style-internal)
4208         (reftex-select-cycle-ref-style-forward)
4209         (reftex-select-cycle-ref-style-backward): New functions.
4210         (reftex-select-label-map): Use `v' and `V' for general cycling
4211         through reference styles.  Add `p' for switching between number
4212         and page reference types.
4214         * textmodes/reftex-toc.el (reftex-re-enlarge):
4215         Call `enlarge-window' only if there is something to do because in Emacs
4216         the horizontal version throws an error even if the parameter is 0.
4218         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4219         (reftex-plug-into-AUCTeX): Doc fix.
4220         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4221         string.  Adapt to new name.
4222         (reftex-ref-style-alist): Change structure so that it is not
4223         possible to use multiple different package names within a style.
4224         Remove the symbols for symbols for macro type distinction.
4225         Add characters for macro selection.
4226         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4227         (reftex-create-bibtex-footer): New variables.
4228         (reftex-format-ref-function): Mention third argument of special
4229         format function.
4230         (reftex-ref-style-alist, reftex-ref-style-default-list):
4231         New variables.
4232         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4233         to new implementation.  Mark as obsolete.  Add compatibility code
4234         for honoring the variable values in case they are set.
4235         (reftex-cite-format-builtin, reftex-bibliography-commands):
4236         Add support for ConTeXt.
4237         (reftex-format-ref-function, reftex-format-cite-function):
4238         Fix custom type.
4239         (reftex-cite-key-separator): New variable.
4241         * textmodes/reftex.el (reftex-syntax-table-for-bib)
4242         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4243         `reftex-syntax-table' because parens have to retain their paren
4244         syntax in order for parsing of BibTeX entries like @book(...) to
4245         work.
4246         (reftex-in-comment): Do not error out if `comment-start-skip' is
4247         not set.  Deal correctly with escaped comment characters.
4248         (reftex-tie-multifile-symbols): Add doc string.
4249         Initialize `reftex-ref-style-list'.
4250         (reftex-untie-multifile-symbols): Add doc string.
4251         (reftex-add-index-macros): Doc fix.
4252         (reftex-ref-style-activate, reftex-ref-style-toggle)
4253         (reftex-ref-style-list): New functions.
4254         (reftex-mode-menu): Use them.  Adapt to new structure of
4255         `reftex-ref-style-alist'.
4256         (reftex-select-with-char): Kill the RefTeX Select buffer when
4257         done.
4258         (reftex-remove-if): New function.
4259         (reftex-erase-all-selection-and-index-buffers)
4260         (reftex-mode-menu): Reference styles are now computed from
4261         `reftex-ref-style-alist'.  Fix typo.
4262         (reftex-report-bug): New function.
4263         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4264         algorithms with O(n log n).  Introduce optional argument SORT (not
4265         yet used).
4267 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
4269         Enhancements for triple-quote string syntax.
4270         * progmodes/python.el (python-syntax-propertize-function):
4271         Match both quote cases in one regexp.
4272         (python-syntax-stringify): Handle matches properly.
4274 2012-09-30  Juri Linkov  <juri@jurta.org>
4276         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4277         to nil around the call to `insert' to prevent
4278         directory time modification by lock_file.  (Bug#2295)
4279         * tar-mode.el (tar-summarize-buffer): Idem.
4281 2012-09-30  Juri Linkov  <juri@jurta.org>
4283         * facemenu.el (list-colors-sort): Add option "Luminance".
4284         (list-colors-sort-key): Implement it.
4286         * vc/diff-mode.el (diff-refine-removed):
4287         * vc/ediff-init.el (ediff-fine-diff-A):
4288         * vc/smerge-mode.el (smerge-refined-removed):
4289         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
4291 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
4293         * term/ns-win.el (x-file-dialog): New function.
4295 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
4297         * ido.el (ido-max-directory-size): Default to nil; the current
4298         default is small for POSIX systems, and impractical on Windows 7
4299         now that lstat returns directory sizes for NTFS.
4301 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
4303         In buffer display functions handle window-height/window-width
4304         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
4305         * window.el (window--display-buffer): New argument ALIST.
4306         Obey window-height and window-width alist entries.
4307         (window--try-to-split-window): New argument ALIST.
4308         Bind window-combination-limit to t when the window's size shall be
4309         changed and window-combination-limit equals `window-size'.
4310         (display-buffer-in-atom-window)
4311         (display-buffer-in-major-side-window)
4312         (display-buffer-in-side-window, display-buffer-same-window)
4313         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4314         (display-buffer-pop-up-window, display-buffer-below-selected)
4315         (display-buffer-at-bottom, display-buffer-in-previous-window)
4316         (display-buffer-use-some-window): Adjust all callers of
4317         window--display-buffer and window--try-to-split-window.
4318         (fit-frame-to-buffer): New option.
4319         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4320         is non-nil.
4321         (display-buffer-in-major-side-window): Evaluate window-height /
4322         window-width alist entries.
4324         * help.el (temp-buffer-resize-frames)
4325         (temp-buffer-resize-regexps): Remove options.
4326         (temp-buffer-resize-mode): Adjust doc-string.
4327         (resize-temp-buffer-window): Don't consult
4328         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
4329         temp-buffer-resize-frames.
4331         * dired.el (dired-mark-pop-up):
4332         Call display-buffer-below-selected with a fit-window-to-buffer alist
4333         entry.
4335 2012-09-30  Chong Yidong  <cyd@gnu.org>
4337         * server.el (server-host): Document the security implications.
4338         (server-auth-key): Doc fix.
4340         * startup.el (initial-buffer-choice): Doc fix.
4342         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4344         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4345         restriction change.
4347         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4349         * help-fns.el (help-fns--obsolete): Fix last change.
4351 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4354         (minor-mode-map-alist): Remove redundant code.
4356         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4357         visited in a buffer.
4358         (cvs-insert-visited-file): New function.
4359         (find-file-hook): Use it.
4361         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4363         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4364         chose face.
4365         (log-edit-empty-buffer-p): Don't require a space after a header.
4367         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4369         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4371         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4372         a proper minor-mode.
4374         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4376 2012-09-29  Glenn Morris  <rgm@gnu.org>
4378         * winner.el (winner-mode): Remove variable (let define-minor-mode
4379         handle it).
4380         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4381         Doc fixes.
4382         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4383         (winner-mode): Use define-minor-mode.
4385         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4386         the full definition in loaddefs, rather than duplicating it.
4388         * help-macro.el (three-step-help): No need to autoload defcustom.
4390         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4391         (inferior-lisp-program, inferior-lisp-load-command)
4392         (inferior-lisp-prompt, inferior-lisp-mode-hook):
4393         No need to autoload defcustoms.
4395         * hippie-exp.el (hippie-expand-try-functions-list)
4396         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4397         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4398         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4399         (hippie-expand-only-buffers): No need to autoload defcustoms.
4400         * progmodes/vhdl-mode.el (vhdl-line-expand):
4401         Explicitly load hippie-exp, so it does not get autoloaded
4402         while hippie-expand-try-functions-list is let-bound.
4404 2012-09-28  Glenn Morris  <rgm@gnu.org>
4406         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4408         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4409         Only "cl.el" counts as cl these days.
4411 2012-09-28  Juri Linkov  <juri@jurta.org>
4413         Display archive errors in the echo area instead of inserting
4414         to the file buffer.
4416         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4417         to STDERR-TEST that can be a regexp matching a successful output.
4418         Create a temporary file and redirect stderr to it.  Search for
4419         STDERR-TEST in the stderr output and display it in the echo area
4420         if no match is found.
4421         (archive-extract-by-file): New function like
4422         `archive-extract-by-stdout' but extracting archives to files
4423         and looking for successful matches in stdout.  Function body is
4424         mostly copied from `archive-rar-extract'.
4425         (archive-rar-extract): Use `archive-extract-by-file'.
4426         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
4428 2012-09-28  Leo Liu  <sdl.web@gmail.com>
4430         * pcomplete.el (pcomplete-show-completions):
4431         Use minibuffer-message to make pcomplete usable in minibuffer.
4433         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4435 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4437         * type-break.el: Use lexical-binding.
4438         (type-break-mode): Use define-minor-mode.
4440         * emacs-lisp/pcase.el (pcase--mark-used): New.
4441         (pcase--u1): Use it (bug#12512).
4443         * custom.el (load-theme): Set buffer-file-name so the load is recorded
4444         in load-history with the right file name.
4446 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
4448         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4449         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4450         (doc-view-get-bounding-box): Make bounding box slicing work for
4451         ODF and DVI documents.
4453 2012-09-28  Glenn Morris  <rgm@gnu.org>
4455         * type-break.el (type-break-mode, type-break-interval)
4456         (type-break-good-rest-interval, type-break-keystroke-threshold):
4457         No need to autoload.
4458         (type-break-good-rest-interval, type-break-keystroke-threshold):
4459         Add :set-after.
4461 2012-09-28  Chong Yidong  <cyd@gnu.org>
4463         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4464         Add :version tag.
4466 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4468         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4470 2012-09-27  Glenn Morris  <rgm@gnu.org>
4472         * faces.el (x-display-name): Declare (for without-x builds).
4474         * linum.el (linum-format): Don't autoload it.  Improve :type.
4476         * progmodes/tcl.el: Don't require outline when compiling.
4477         (outline-regexp, outline-level): Declare.
4478         * textmodes/sgml-mode.el: Don't require outline when compiling.
4479         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4481         * term.el (term-ansi-reset):
4482         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
4484         * vc/vc.el (vc-next-action): Only gripe about committing read-only
4485         files for RCS and SCCS.  (Bug#9781)
4487 2012-09-27  Chong Yidong  <cyd@gnu.org>
4489         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4490         change; value should be t.
4492 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4494         * image-mode.el: Use lexical-binding.
4495         (image-mode-winprops): Use t to stand for the window of
4496         a buffer that's not displayed.
4497         * doc-view.el (doc-view-new-window-function): Handle the new
4498         t in winprops.
4499         (doc-view-enlarge): Make it a real nop if the size is not changed.
4500         (doc-view-display): Handle the case where the buffer is not (yet?)
4501         displayed in any window.
4502         (doc-view-saved-settings): New var.
4503         (doc-view-mode): Use it.
4504         (doc-view-fallback-mode): Set it.
4506         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4507         Set lexical-binding.
4508         (minibuffer-eldef-shorten-default): New var.
4509         (minibuffer-default-in-prompt-regexps): Use it for new default.
4510         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4512 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
4514         * international/uni-bidi.el:
4515         * international/uni-category.el:
4516         * international/uni-name.el:
4517         * international/uni-numeric.el: Regenerate.
4519 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
4520             Stefan Monnier  <monnier@iro.umontreal.ca>
4522         * profiler.el: New file.
4524 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4526         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4527         (testcover-reinstrument): Simplify with CSE.
4529 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
4531         * window.el (temp-buffer-window-setup): Fix typo in docstring.
4533 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
4535         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4536         (verilog-auto-input, verilog-auto-insert-lisp)
4537         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4538         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4539         (verilog-auto-unused, verilog-auto-wire)
4540         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4541         newline.  Reported by Andrew Jones.
4542         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4543         Reported by Brad Dobbie.
4544         (verilog-batch-delete-trailing-whitespace):
4545         Create verilog-batch-delete-trailing-whitespace.
4546         Reported by Brad Dobbie.
4547         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4548         parameters from another module.  Reported by Dan Katz.
4549         (verilog-auto, verilog-auto-assign-modport)
4550         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4551         AUTOINOUTMODPORT for UVM interface module shell generation.
4552         Reported by Brad Dobbie.
4553         (verilog-auto-inst-interfaced-ports): Make default nil, as more
4554         standard behavior.
4555         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4556         Reported by Matt Martin.
4558 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
4560         * window.el (window--resize-child-windows): When resizing child
4561         windows proportionally, process them in reverse order to
4562         preserve the "when splitting a window the new one gets the odd
4563         line" behavior.
4564         (window--resize-root-window-vertically): When resizing the
4565         minibuffer window try to affect only windows at the bottom of the
4566         frame.  (Bug#12419)
4568 2012-09-25  Chong Yidong  <cyd@gnu.org>
4570         * subr.el (declare): Doc fix.
4572         * help-fns.el (help-fns--obsolete): Handle macros properly.
4574 2012-09-25  Chong Yidong  <cyd@gnu.org>
4576         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4577         this function obsolete.
4579         * calendar/cal-x.el (calendar-two-frame-setup)
4580         (calendar-only-one-frame-setup, calendar-one-frame-setup):
4581         * calendar/calendar.el (american-calendar, european-calendar)
4582         (calendar-for-loop):
4583         * comint.el (comint-dynamic-simple-complete)
4584         (comint-dynamic-complete-as-filename, comint-unquote-filename):
4585         * desktop.el (desktop-load-default):
4586         * dired-x.el (dired-omit-here-always)
4587         (dired-hack-local-variables, dired-default-directory):
4588         * emacs-lisp/derived.el (derived-mode-class):
4589         * emacs-lisp/timer.el (timer-set-time-with-usecs):
4590         * emacs-lock.el (toggle-emacs-lock):
4591         * epa.el (epa-display-verify-result):
4592         * epg.el (epg-sign-keys, epg-start-sign-keys)
4593         (epg-passphrase-callback-function):
4594         * eshell/esh-util.el (eshell-for):
4595         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4596         (eshell-add-to-window-buffer-names):
4597         * files.el (locate-file-completion):
4598         * imenu.el (imenu-example--create-c-index)
4599         (imenu-example--create-lisp-index)
4600         (imenu-example--lisp-extract-index-name)
4601         (imenu-example--name-and-position):
4602         * international/mule-cmds.el (princ-list):
4603         * international/mule-diag.el (decode-codepage-char):
4604         * international/mule-util.el (detect-coding-with-priority):
4605         * iswitchb.el (iswitchb-read-buffer):
4606         * mail/mailalias.el (mail-complete):
4607         * mail/sendmail.el (mail-sent-via):
4608         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4609         (mouse-major-mode-menu):
4610         * password-cache.el (password-read-and-add):
4611         * pcomplete.el (pcomplete-parse-comint-arguments):
4612         * progmodes/sh-script.el (sh-maybe-here-document):
4613         * replace.el (query-replace-regexp-eval):
4614         * savehist.el (savehist-load):
4615         * simple.el (choose-completion-delete-max-match):
4616         * term.el (term-dynamic-simple-complete):
4617         * vc/ediff-init.el (ediff-check-version):
4618         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4619         * vc/vc.el (vc-diff-switches-list):
4620         * view.el (view-return-to-alist-update): Likewise.
4622         * subr.el (eval-next-after-load, makehash, insert-string)
4623         (assoc-ignore-representation, assoc-ignore-case): Use declare to
4624         mark obsolete.
4625         (mode-line-inverse-video): Variable deleted.
4627         * international/mule-util.el (string-to-sequence): Remove.
4629         * calendar/calendar.el (calendar-version):
4630         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4631         (icalendar-convert-diary-to-ical):
4632         * cus-edit.el (custom-mode):
4633         * ansi-color.el (ansi-color-unfontify-region):
4634         * international/latin1-disp.el (latin1-char-displayable-p):
4635         * progmodes/cwarn.el (turn-on-cwarn-mode):
4636         * progmodes/which-func.el (which-func-update-1):
4637         Use define-obsolete-function-alias.
4639         * net/newst-backend.el (newsticker-cache-filename):
4640         * net/newst-treeview.el (newsticker-groups-filename):
4641         Fix incorrect obsolescence declaration.
4643         * allout.el (allout-passphrase-hint-string): Likewise.
4644         (allout-init): Use a declare form to mark obsolete.
4646         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
4647         this applies to functions.
4649         * iswitchb.el (iswitchb-read-buffer): Move code of
4650         iswitchb-define-mode-map here, and delete that obsolete function.
4652         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
4653         font-lock-reference-face.
4655 2012-09-25  Glenn Morris  <rgm@gnu.org>
4657         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4658         Doc fixes.
4660         * eshell/em-term.el (eshell-term-name):
4661         Default to term-term-name.  (Bug#12485)
4663 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
4665         * progmodes/python.el (python-shell-send-buffer): Better handling
4666         of "if __name__ == '__main__':" conditionals when sending the buffer.
4668 2012-09-24  Glenn Morris  <rgm@gnu.org>
4670         * eshell/esh-cmd.el (eshell-find-alias-function):
4671         Tighten up file-name regexp.  (Bug#12499)
4673 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
4675         Enhancements for triple-quote string syntax.
4676         * progmodes/python.el (python-quote-syntax): Remove.
4677         (python-syntax-propertize-function): New value.
4678         (python-syntax-count-quotes, python-syntax-stringify):
4679         New functions.
4681 2012-09-24  Chong Yidong  <cyd@gnu.org>
4683         * mail/supercite.el (sc-version): Remove obsolete function.
4684         (sc-describe): Don't mark as obsolete, since it is bound.
4685         (sc-submit-bug-report): Remove.
4687         * vc/log-edit.el (cvs-changelog-full-paragraphs)
4688         (cvs-commit-buffer-require-final-newline): Remove.
4689         (log-edit-require-final-newline)
4690         (log-edit-changelog-full-paragraphs): Default to t.
4692         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
4693         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4694         * vc/vc.el (vc-checkout-carefully): Likewise.
4696         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
4697         (emerge-version): Remove.
4699         * progmodes/compile.el (compile-internal): Remove.
4700         (compilation-parse-errors-function): Fix typo.
4702         * international/mule.el (set-char-table-default): Remove.
4703         (set-coding-priority, make-coding-system, generic-char-p)
4704         (charset-list, charset-bytes, charset-id): Use declare to mark
4705         functions as obsolete.
4707         * vc/pcvs-defs.el (cvs-buffer-name-alist)
4708         (cvs-invert-ignore-marks): Remove references to obsolete vars.
4709         * vc/vc-hooks.el (vc-default-registered): Don't use
4710         vc-master-templates.
4712         * font-lock.el (font-lock-reference-face):
4713         Use define-obsolete-variable-alias.
4715         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
4716         * calendar/calendar.el (calendar-font-lock-keywords):
4717         * calendar/diary-lib.el (diary-font-lock-keywords)
4718         (diary-fancy-font-lock-keywords):
4719         * textmodes/reftex-sel.el (reftex-insert-docstruct):
4720         * textmodes/reftex-index.el (reftex-insert-index):
4721         * textmodes/reftex-cite.el (reftex-format-bib-entry):
4722         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4723         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4724         * progmodes/prolog.el (prolog-font-lock-keywords):
4725         * progmodes/idlwave.el (idlwave-idl-keywords):
4726         * progmodes/ada-mode.el (ada-font-lock-keywords):
4727         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
4729 2012-09-24  Glenn Morris  <rgm@gnu.org>
4731         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
4733 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
4735         * progmodes/python.el (python-indent-line): More consistent cursor
4736         movement behavior.
4738 2012-09-23  Stefan Merten  <smerten@oekonux.de>
4740         * textmodes/rst.el: Fix compiler warning.
4742 2012-09-23  Roland Winkler  <winkler@gnu.org>
4744         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
4745         Transcribe also LaTeX hyphenation.
4746         (bibtex-reformat): Bug fix. Do not quote twice the elements of
4747         bibtex-reformat-previous-options.
4749 2012-09-23  Roland Winkler  <winkler@gnu.org>
4751         * proced.el (proced-renice-command): New variable.
4752         (proced-marked-processes): New function.
4753         (proced-with-processes-buffer): New macro.
4754         (proced-send-signal): Use them.
4755         (proced-renice): New command bound to r.
4757 2012-09-23  Roland Winkler  <winkler@gnu.org>
4759         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
4760         ibuffer-saved-filter-groups has one element, shortcut the call of
4761         completing-read.  (Bug#12331)
4763 2012-09-23  Chong Yidong  <cyd@gnu.org>
4765         * bindings.el (mode-line-toggle-read-only):
4766         * bs.el (bs-toggle-readonly):
4767         * buff-menu.el (Buffer-menu-toggle-read-only):
4768         * dired.el (dired-toggle-read-only):
4769         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
4771 2012-09-23  Chong Yidong  <cyd@gnu.org>
4773         * image.el (image-type-available-p): Adapt to init-image-library
4774         argument changes.
4776 2012-09-22  Juri Linkov  <juri@jurta.org>
4778         * dired.el (dired-mode-map): Add [remap read-only-mode] for
4779         `dired-toggle-read-only'.  (Bug#12462)
4781 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
4783         * subr.el (temp-output-buffer-show): New function.
4784         (with-output-to-temp-buffer): Call temp-output-buffer-show
4785         instead of internal-temp-output-buffer-show.
4787 2012-09-22  Chong Yidong  <cyd@gnu.org>
4789         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4790         (Bug#12462).
4792         * repeat.el (repeat): Doc fix (Bug#12348).
4794         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4795         (Bug#10909).
4797         * simple.el (shell-command-on-region): Doc fix.
4798         (read-only-mode): Doc fix.
4800 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
4802         * emacs-lisp/timer.el (run-with-idle-timer)
4803         (timer-activate-when-idle): Warn against reinvoking an idle timer
4804         from within its own timer action.  (Bug#12447)
4806 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
4808         * cus-start.el (window-combination-limit): Add new optional
4809         values.
4810         * window.el (temp-buffer-window-show)
4811         (window--try-to-split-window): Handle new values of
4812         window-combination-limit (Bug#1806).
4813         (split-window): Test window-combination-limit for t instead of
4814         non-nil.
4815         (display-buffer-at-bottom): New buffer display action function.
4816         * help.el (temp-buffer-resize-regexps): New option.
4817         (temp-buffer-resize-mode): Rewrite doc-string.
4818         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
4819         Don't resize reused window.  Suggested by Glenn Morris.
4821 2012-09-22  Stefan Merten  <smerten@oekonux.de>
4823         * textmodes/rst.el: Revamp section title faces.
4824         (rst-official-version)
4825         (rst-package-emacs-version-alist): Sync with official version
4826         V1.4.0.
4827         (rst-faces-defaults, rst-set-level-default)
4828         (rst-level-face-max, rst-level-face-base-color)
4829         (rst-level-face-base-light, rst-level-face-format-light)
4830         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
4831         (rst-adornment-faces-alist): Match new setup.
4832         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
4833         (rst-level-5, rst-level-6): New faces.
4835 2012-09-22  Chong Yidong  <cyd@gnu.org>
4837         * simple.el (undo): Handle indirect buffers (Bug#8207).
4839 2012-09-21  Leo Liu  <sdl.web@gmail.com>
4841         IDO: Disable match re-ordering for buffer switching.
4842         * ido.el (ido-buffer-disable-smart-matches): New variable.
4843         (ido-set-matches-1): Use it.  (Bug#2042)
4845 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
4847         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4848         Fix 2011-05-17 change.  (Bug#12418)
4850 2012-09-21  Leo Liu  <sdl.web@gmail.com>
4852         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
4854 2012-09-21  Glenn Morris  <rgm@gnu.org>
4856         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
4857         Be more robust about locating simple.el.
4859 2012-09-21  Glenn Morris  <rgm@gnu.org>
4861         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
4863 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
4865         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
4867 2012-09-20  Juri Linkov  <juri@jurta.org>
4869         * replace.el (query-replace-read-from): Use `read-regexp' instead
4870         of `read-from-minibuffer' when `regexp-flag' is non-nil.
4871         (occur-read-primary-args): Use `read-regexp' instead of
4872         `read-string'.
4873         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
4874         `read-from-minibuffer'.
4875         * isearch.el (isearch-occur): Use `read-regexp' instead of
4876         `read-string'.
4877         * dired.el (dired-read-regexp): Use `read-regexp' instead of
4878         `read-from-minibuffer'.
4879         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
4880         of `read-string'.  (Bug#7567)
4882         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
4883         and allow accepting a list of strings prepended to a list of
4884         standard default values.  Doc fix.  (Bug#12321)
4886         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
4888         * replace.el (read-regexp): Don't add ": " when PROMPT already
4889         ends with a colon and space.  (Bug#12321)
4891 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
4893         * doc-view.el (doc-view-display): Better fix for the cl-assertion
4894         error.
4896 2012-09-20  Stefan Merten  <smerten@oekonux.de>
4898         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
4899         Fixes feature request bug#11711.
4900         (rst-mode): Create `imenu-create-index-function'.
4901         (rst-get-stripped-line): Delete after refactoring.
4902         (rst-section-tree, rst-section-tree-rec)
4903         (rst-section-tree-point): Refactor and document properly.
4904         (rst-imenu-find-adornments-for-position)
4905         (rst-imenu-convert-cell, rst-imenu-create-index):
4906         New function.
4908 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
4911         (macroexp--expand-all): Use it.
4912         (macroexp--funcall-and-return): Remove by folding it into its sole
4913         caller (macroexp--warn-and-return).
4914         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
4915         Use macroexp--obsolete-warning.
4917         * calc/calc.el: Fix last change by removing the whole chunk, since it
4918         was only needed back when Calc was not bundled.
4920 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
4922         * emacs-lisp/debug.el (debug): Restore assignment to
4923         debugger-old-buffer removed on 2012-09-08.
4925 2012-09-20  Juri Linkov  <juri@jurta.org>
4927         * dired-aux.el (dired-diff): Remove (require 'diff) since
4928         `diff-latest-backup-file' is now autoloaded.
4930 2012-09-20  Chong Yidong  <cyd@gnu.org>
4932         * vc/diff.el (diff-latest-backup-file): Autoload.
4934 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * calc/calc.el: Remove redundant autoload shape check.
4937         (sel-mode): Don't defvar.
4938         (calc-get-stack-element): Add `sel-mode' arg instead.
4939         (calc-top, calc-top-list): Pass it this additional argument.
4940         * calc/calc-store.el (calc-store-map):
4941         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
4942         (calc-map-equation, calc-outer-product, calc-inner-product):
4943         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
4945         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
4947 2012-09-19  Juri Linkov  <juri@jurta.org>
4949         * dired-aux.el (dired-diff): Add (require 'diff) because
4950         `diff-latest-backup-file' is not autoloaded.
4951         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
4952         of `dired-get-filename' to t to not report error when there is
4953         no default file on the current line.
4955 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
4958         macroexp--eval-if-compile.
4959         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
4960         (macroexp--expand-all): Use them (bug#12371).
4962         * doc-view.el (doc-view-guess-paper-size)
4963         (doc-view-scale-bounding-box): Fix unbound `caddr'.
4965 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
4967         New feature: set optimal slice from BoundingBox information.
4968         * doc-view.el (doc-view-mode-map): Add keybinding.
4969         (doc-view-menu): Add menu entry.
4970         (doc-view-set-slice): Adapt docstring.
4971         (doc-view-get-bounding-box, doc-view-guess-paper-size)
4972         (doc-view-scale-bounding-box)
4973         (doc-view-set-slice-from-bounding-box): New functions.
4974         (doc-view-paper-sizes): New defvar.
4976 2012-09-19  Glenn Morris  <rgm@gnu.org>
4978         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
4979         (byte-compile-log-warning): Autoload.  (Bug#12371)
4981         * calendar/calendar.el (calendar-american-month-header)
4982         (calendar-european-month-header, calendar-iso-month-header)
4983         (calendar-month-header): New options.
4984         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
4985         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
4987 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
4989         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
4991 2012-09-18  Juri Linkov  <juri@jurta.org>
4993         * dired-aux.el (dired-diff): Restore original functionality of
4994         getting the default value, but keep new feature of using the
4995         latest existing backup file (`diff-latest-backup-file').
4997 2012-09-18  Juri Linkov  <juri@jurta.org>
4999         * dired.el (dired-mark): If the region is active in Transient Mark
5000         mode, mark all files in the active region.  Doc fix.
5001         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5002         Doc fix.  (Bug#10624)
5004 2012-09-18  Juri Linkov  <juri@jurta.org>
5006         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5007         attributes for M-n are pulled from the file at point.
5008         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5009         Suggested by Drew Adams.  (Bug#10624)
5011 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
5013         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5014         whitespace after "end".
5015         (ruby-do-end-to-brace): Collapse block to one line if it fits
5016         within fill-column.
5018 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
5020         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5021         value.
5022         (debug): Don't remove debugger window when debugger is expected
5023         to be back.
5025 2012-09-18  Chong Yidong  <cyd@gnu.org>
5027         * custom.el (defface): Doc fix.
5029         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5031 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
5033         * progmodes/compile.el (compilation-start): Use compilation-always-kill
5034         to initialize query-on-exit; then test that instead (bug#12288).
5036 2012-09-17  Stefan Merten  <smerten@oekonux.de>
5038         * textmodes/rst.el: Add support for `testcover'.
5039         (rst-defcustom-testcover, rst-testcover-add-compose)
5040         (rst-testcover-add-1value): New functions.
5041         (rst-portable-mark-active-p): Replace by `use-region-p'.
5042         (rst-update-section, rst-classify-adornment)
5043         (rst-find-title-line): Mark `1value' forms.
5044         (rst-classify-adornment): Remove superfluous form.
5045         (rst-update-section, rst-get-adornments-around)
5046         (rst-adornment-complete-p, rst-get-next-adornment)
5047         (rst-adjust, rst-promote-region)
5048         (rst-display-adornments-hierarchy, rst-straighten-adornments)
5049         (rst-find-pfx-in-region, rst-section-tree-rec)
5050         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5051         (rst-toc-node, rst-toc, rst-forward-section)
5052         (rst-iterate-leftmost-paragraphs)
5053         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5054         (rst-bullet-list-region)
5055         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5056         (rst-compile-find-conf, rst-compile)
5057         (rst-repeat-last-character): Fix style.
5059 2012-09-17  Chong Yidong  <cyd@gnu.org>
5061         * comint.el (comint--complete-file-name-data): Don't add a space
5062         if the status is `sole'; that adds a gratuitous space in the
5063         completion-cycling case (Bug#12092).
5065         * pcomplete.el (pcomplete-completions-at-point): Likewise.
5067 2012-09-17  Richard Stallman  <rms@gnu.org>
5069         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5070         only in the mime-shown mode, not in raw mode.
5071         (rmail-mime): Toggle off mime by displaying the message without
5072         mime processing.  (Bug#12305)
5074         * mail/rmail.el (rmail-retry-failure):
5075         Turn off mime processing first.  (Bug#12037)
5077         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5079 2012-09-17  Chong Yidong  <cyd@gnu.org>
5081         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5082         (shell-dynamic-complete-functions): Convert to defcustom.
5083         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5085         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5086         * comint.el (comint-prompt-read-only):
5087         * custom.el (defcustom):
5088         * hi-lock.el (hi-lock-mode):
5089         * ibuffer.el (ibuffer-formats):
5090         * ielm.el (ielm-prompt-read-only):
5091         * novice.el (disable-command):
5092         * saveplace.el (toggle-save-place):
5093         * speedbar.el (speedbar-supported-extension-expressions):
5094         * startup.el (auto-save-list-file-prefix, init-file-user)
5095         (after-init-hook, inhibit-startup-echo-area-message):
5096         * strokes.el (strokes-help):
5097         * time-stamp.el (time-stamp):
5098         * calendar/calendar.el (calendar, diary-file):
5099         * calendar/diary-lib.el (diary-mail-entries, diary)
5100         (diary-list-entries-hook):
5101         * calendar/holidays.el (holidays, calendar-holidays):
5102         * calendar/lunar.el (lunar-phases):
5103         * calendar/solar.el (sunrise-sunset):
5104         * emulation/edt.el (edt-load-keys):
5105         * emulation/viper.el (viper-mode):
5106         * eshell/em-alias.el (eshell-command-aliases-list):
5107         * eshell/esh-util.el (eshell-convert-numeric-arguments):
5108         * international/ogonek.el (ogonek-information):
5109         * net/tramp-cmds.el (tramp-bug):
5110         * net/quickurl.el (quickurl-reread-hook-postfix):
5111         * play/decipher.el (decipher-font-lock-keywords):
5112         * progmodes/cc-styles.el (c-set-style):
5113         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5114         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5115         * progmodes/octave-mod.el (octave-mode):
5116         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5117         * progmodes/verilog-mode.el (verilog-read-defines):
5118         * textmodes/two-column.el (2C-mode): Likewise.
5120 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5122         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5123         that holds many addresses.
5125 2012-09-16  Chong Yidong  <cyd@gnu.org>
5127         * align.el (align-areas): Call the indication function with
5128         positions instead of markers for arguments (Bug#12343).
5130         * files.el (parse-colon-path): Use split-string (Bug#12351).
5132         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5133         (display-buffer-function): Mark as obsolete.
5135         * progmodes/compile.el (compilation-parse-errors): Accept list
5136         values similar to font-lock-keywords (Bug#12136).
5137         Suggested by Oleksandr Manzyuk.
5138         (compilation-error-regexp-alist): Doc fix.
5140 2012-09-15  Glenn Morris  <rgm@gnu.org>
5142         * version.el (emacs-bzr-version-bzr): New function.
5143         (emacs-bzr-get-version): Add optional EXTERNAL argument.
5145         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5146         checkouts, check the parent dirstate matches the branch.
5147         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
5148         empty string.
5150         * version.el (emacs-bzr-version): Doc fix.
5151         (emacs-bzr-version-dirstate): New function.
5152         (emacs-bzr-get-version): For lightweight checkouts, if the parent
5153         is local try and check that it matches the branch.  If not, just
5154         use dirstate information.  (Bug#12441)
5156 2012-09-14  Juri Linkov  <juri@jurta.org>
5158         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5159         (Bug#12399)
5161 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5165         * emacs-lisp/edebug.el: Miscellaneous cleanup.
5166         Remove obsolete byte-compiler hack that tried to silence some warnings.
5167         (edebug-submit-bug-report): Remove.
5168         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5169         Remove aliases, use the un-prefixed name instead.
5170         (edebug-pop-to-buffer): Consider other frames.
5171         (edebug-original-read):: Make it more obvious that it's always defined.
5172         (edebug--make-form-data-entry, edebug--form-data-name)
5173         (edebug--form-data-begin, edebug--form-data-end): Rename from the
5174         single-dashed name, and implement with cl-defstruct.
5175         (edebug-set-form-data-entry): Use the standard accessors.
5176         (edebug-make-top-form-data-entry): Use push.
5177         (edebug-no-match): Drop useless `funcall'.
5178         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5179         to functions.
5180         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5181         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5182         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5183         (easy-menu-define, with-custom-print): Remove redundant specs.
5184         (edebug-outside-overriding-local-map)
5185         (edebug-outside-overriding-terminal-local-map): Remove, unused.
5186         (edebug--display): Bind unread-command-events directly to nil rather
5187         than binding it to unread-command-events and later setting it to nil.
5188         (edebug--display): Kill edebug-eval-buffer here...
5189         (edebug--recursive-edit): ...rather than here.
5190         Bind standard-output and standard-input.
5191         (edebug-eval): Check cl-macroexpand-all is fboundp.
5192         (edebug-temp-display-freq-count): Fix last change.
5194         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5195         * subr.el (noreturn, 1value): Add `debug' spec.
5196         * emacs-lisp/advice.el: Require cl-lib.
5197         (ad-copy-tree): Remove, use copy-tree instead.
5198         (ad-dolist): Remove use dolist or cl-dolist instead.
5199         (ad-do-return): Remove, use cl-return instead.
5200         (defadvice): Add `debug' spec.
5202 2012-09-13  Juri Linkov  <juri@jurta.org>
5204         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5205         (Bug#12399)
5207 2012-09-13  Glenn Morris  <rgm@gnu.org>
5209         * calc/calc.el (math-compose-expr):
5210         * calc/calc-ext.el (math-compose-expr):
5211         * progmodes/cc-defs.el (cl-macroexpand-all):
5212         * progmodes/cc-langs.el (delete-duplicates, mapcan)
5213         (cl-macroexpand-all): Update declarations.
5215         * vc/vc.el: No need to require ediff.
5216         (ediff-load-version-control): Declare.
5217         (ediff-vc-internal): Fix declaration.
5218         (vc-version-ediff): Require ediff.
5220 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5222         Use a more backwards-compatible timer format (Bug#12430).
5223         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5224         being right after USECS, as that better supports old code that
5225         inadvisedly looked directly at the timer vector.
5227 2012-09-13  Kenichi Handa  <handa@gnu.org>
5229         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5230         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5231         `coding-priority' property of these language environment.
5233 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5235         Fix glitches caused by addition of psec to timers (Bug#12430).
5236         * image.el (image-animate-timer):
5237         * time.el (display-time-world-timer):
5238         Use timer--function and timer--args rather than raw access to
5239         timer vector.
5241 2012-09-13  Glenn Morris  <rgm@gnu.org>
5243         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5244         If not compiling a file, try using load-file-name.
5246 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5248         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5249         Fix last change.
5250         (edebug-update-eval-list): Use `push'.
5252         * emacs-lisp/edebug.el: Use lexical-binding.
5253         Remove the "edebug-" prefix from non-dynamically-scoped variables.
5254         Mark unused args with underscore.
5255         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5256         (edebug-form-data): Use defvar-local.
5257         (edebug-make-before-and-after-form, edebug-make-after-form):
5258         Use backquote.
5259         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5260         Not dynamically scoped any more.
5261         (edebug--enter-trace): Add arguments `function' and `args'.
5262         Rename from edebug-enter-trace.
5263         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
5264         (edebug--update-coverage): Add `after-index' and `value' args.
5265         Rename from edebug-update-coverage.
5266         (edebug-slow-after): Call it accordingly.
5267         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
5268         edebug-recursive-edit.
5269         (edebug--display): Call it accordingly.  Add args `value',
5270         `offset-index', and `arg-mode'.  Rename from edebug-display.
5271         (edebug-debugger, edebug): Call it accordingly.
5272         (edebug-eval-display-list): Use dolist.
5274 2012-09-12  Juri Linkov  <juri@jurta.org>
5276         * info.el (Info-search): Don't check for isearch-mode and
5277         isearch-regexp before let-binding search-spaces-regexp to
5278         Info-search-whitespace-regexp.
5279         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5280         search-whitespace-regexp if isearch-lax-whitespace or
5281         isearch-regexp-lax-whitespace is non-nil.
5282         (Info-mode): Don't set local variable search-whitespace-regexp.
5283         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5285 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5287         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5288         (debugger-env-macro): Remove support for unread-command-char.
5290         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5291         the temporary map re-appearing on emulation-mode-map-alists.
5293         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5294         since 22.1.
5296         * ehelp.el (with-electric-help): Accept functions in
5297         electric-help-form-to-execute.
5298         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5299         And replace unread-command-char -> unread-command-events.
5301 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
5303         Sync with Tramp 2.2.6.
5305         * net/tramp.el (tramp-accept-process-output): Don't use
5306         JUST-THIS-ONE in the XEmacs case.
5308         * net/trampver.el: Update release number.
5310 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
5312         * emacs-lisp/debug.el (debugger-previous-window-height):
5313         New variable.
5314         (debug): When debugger-jumping-flag is non-nil try to restore
5315         height of debugger window.  (Bug#8789)
5317 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5320         overriding-local-map and pre/post-command-hook here.
5321         (edebug-recursive-edit): Do it here instead (bug#12345).
5322         (edebug-outside-unread-command-char): Remove all uses of
5323         unread-command-char.
5325         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5326         inhibit-debugger is bound instead.
5328 2012-09-11  Bastien Guerry  <bzg@gnu.org>
5330         * subr.el (set-temporary-overlay-map): Add a docstring.
5331         (Bug#12346)
5333 2012-09-11  Bastien Guerry  <bzg@gnu.org>
5335         * minibuffer.el (completion-table-subvert): Fix docstring.
5336         (Bug#12347)
5338 2012-09-11  Bastien Guerry  <bzg@gnu.org>
5340         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
5342 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
5344         * progmodes/sql.el: Version 3.1
5345         (sql-db2-escape-newlines): New variable.
5346         (sql-escape-newlines-filter): Use it.
5348 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
5350         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5352 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
5354         * vc/diff-mode.el (diff-mode-menu):
5355         Bind diff-remove-trailing-whitespace.
5357 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5359         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5360         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5361         (emacs-lisp-byte-code-mode): New functions.
5362         (eval-sexp-add-defvars): Don't skip defvars in column >0.
5363         (eval-defun-2): Remove bogus interactive spec.
5364         (lisp-indent-line): Remove redundant whole-exp code, now done in
5365         indent-according-to-mode.
5366         (save-match-data): Remove redundant indent data.
5368         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5369         Use `declare'.
5371 2012-09-09  Juri Linkov  <juri@jurta.org>
5373         * replace.el (replace-regexp-lax-whitespace): New defcustom.
5374         (replace-lax-whitespace, query-replace-regexp)
5375         (query-replace-regexp-eval, replace-regexp): Doc fix.
5376         (perform-replace, replace-highlight): Let-bind
5377         isearch-lax-whitespace to replace-lax-whitespace and
5378         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5380         * isearch.el (isearch-query-replace): Let-bind
5381         replace-lax-whitespace to isearch-lax-whitespace and
5382         replace-regexp-lax-whitespace to
5383         isearch-regexp-lax-whitespace.  (Bug#10885)
5385 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5389 2012-09-09  Alan Mackenzie  <acm@muc.de>
5391         * progmodes/cc-engine.el (c-state-cache-init):
5392         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5393         (c-record-parse-state-state):
5394         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5396 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
5398         * register.el (register-separator): Rename from
5399         separator-register.  All uses changed.  Doc fix.
5400         (register): Fix version.
5402 2012-09-09  Chong Yidong  <cyd@gnu.org>
5404         * replace.el (query-replace-map): Bind four new symbols for
5405         requesting window scrolling.
5407         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5408         query-replace-map (Bug#8948).
5410         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5412         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5413         since they are now in query-replace-map.
5415         * window.el (scroll-other-window-down): Make the arg optional.
5417 2012-09-09  Chong Yidong  <cyd@gnu.org>
5419         * files.el (hack-local-variables-confirm): Use quit-window to kill
5420         the *Local Variables* buffer.
5422 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
5424         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5425         not just expect to be at its beginning.  Adjust callees.
5426         Succeed when do-end block has no space before the pipe character.
5427         (ruby-brace-to-do-end): When the original block is one-liner,
5428         convert to multiline.  Reindent the result.
5430 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
5432         * register.el (register): New group.
5433         (separator-register): New user option.
5434         (increment-register): Route it to `append-to-register', if
5435         register contains text.  Implication is that `C-x r +' can now be
5436         used for appending to a text register (bug#12217).
5437         (append-to-register, prepend-to-register): Add separator based on
5438         `separator-register'.
5440 2012-09-08  Alan Mackenzie  <acm@muc.de>
5442         AWK Mode: make auto-newline work when there's "==" in the pattern.
5443         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5444         correctly.
5445         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5446         Test more rigorously for "=" token.
5448 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
5450         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5451         Only fail when reached LIMIT.
5453 2012-09-08  Chong Yidong  <cyd@gnu.org>
5455         * dired.el (dired-mode-map): Don't bind M-=.
5457         * dired-aux.el (dired-diff): Use backup file as default.
5459 2012-09-08  Drew Adams  <drew.adams@oracle.com>
5461         * subr.el (add-to-history): Fix delete usage (Bug#12314).
5463 2012-09-08  Chong Yidong  <cyd@gnu.org>
5465         * subr.el (syntax-after, syntax-class): Doc fix.
5467 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
5469         * window.el (display-buffer-in-previous-window): New buffer
5470         display action function.
5472         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5473         (debugger-previous-window): New variable.
5474         (debug): Rewrite using display-buffer-in-previous-window,
5475         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
5477 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5479         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
5481 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
5483         * progmodes/python.el (python-shell-send-string):
5484         When default-directory is remote, create temp file on remote
5485         filesystem.
5486         (python-shell-send-file): When file is remote, pass local view of
5487         file paths to remote Python interpreter.  (Bug#12340)
5489 2012-09-07  Chong Yidong  <cyd@gnu.org>
5491         * window.el (switch-to-buffer): Doc fix (Bug#12181).
5493         * files.el (after-find-file): Don't fail on a read-only buffer if
5494         require-final-newline is `visit' or `visit-save' (Bug#11156).
5496         * subr.el (read-char-choice): Allow quitting via ESC ESC.
5498         * userlock.el (ask-user-about-supersession-threat):
5499         Use read-char-choice (Bug#12093).
5501 2012-09-07  Chong Yidong  <cyd@gnu.org>
5503         * subr.el (buffer-narrowed-p): New function.
5505         * ses.el (ses-widen):
5506         * simple.el (count-words--buffer-message):
5507         * net/browse-url.el (browse-url-of-buffer): Use it.
5509         * simple.el (count-words-region): Don't signal an error if there
5510         is a non-nil prefix arg and the mark is not set.
5512         * help.el (describe-key-briefly): Allow the message to be seen
5513         when invoked from the minibuffer (Bug#7014).
5515 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
5517         * progmodes/ruby-mode.el (ruby-end-of-defun)
5518         (ruby-beginning-of-defun): Simplify, allow indentation before
5519         block beginning and end keywords.
5520         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5521         (ruby-end-of-defun): Expect that the point is at the beginning of
5522         the defun.
5524 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5526         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5527         (bug#12367).
5528         (cl--make-usage-args): Strip _ from argument names.
5530 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5532         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5533         obsolete alias speedbar-key-map.
5534         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5535         (vhdl-index-menu-init): Don't use obsolete variable
5536         font-lock-maximum-size.
5538 2012-09-06  Chong Yidong  <cyd@gnu.org>
5540         * frame.el (window-system-version): Mark as obsolete.
5542         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5543         of obsolete variable speedbar-key-map.
5545 2012-09-06  Juri Linkov  <juri@jurta.org>
5547         * replace.el (replace-lax-whitespace): New defcustom.
5548         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5549         (replace-string, replace-regexp): Mention it in docstrings.
5550         (perform-replace, replace-highlight): Let-bind
5551         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5552         to the values of replace-lax-whitespace and regexp-flag.
5553         Don't let-bind search-whitespace-regexp.  (Bug#10885)
5555         * isearch.el (isearch-query-replace): Let-bind
5556         replace-lax-whitespace instead of let-binding
5557         replace-search-function and replace-re-search-function.
5558         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5559         and isearch-regexp-lax-whitespace to lazy-highlight variables.
5560         (isearch-toggle-symbol): Set isearch-regexp to nil
5561         in isearch-word mode (like in isearch-toggle-word).
5563 2012-09-06  Juri Linkov  <juri@jurta.org>
5565         * replace.el (replace-search-function)
5566         (replace-re-search-function): Set default values to nil.
5567         (perform-replace): Let-bind isearch-related variables based on
5568         replace-related values, call `isearch-search-fun' and let-bind
5569         the result to `search-function'.  Remove code that sets
5570         `search-function' and `search-string' separately for
5571         `delimited-flag'.
5572         (replace-highlight): Add new argument `delimited-flag' and
5573         rename other arguments to the names used in `perform-replace'.
5574         Let-bind `isearch-word' to the argument `delimited-flag'.
5575         (Bug#10885, bug#10887)
5577 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
5579         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5580         ruby-beginning-of-indent, simplify, allow all keywords to have
5581         indentation before them.
5582         (ruby-beginning-of-indent): Adjust for above.  Search until the
5583         found point is not inside a string or comment.
5584         (ruby-font-lock-keywords): Allow symbols to start with "@"
5585         character, give them higher priority than variables.
5586         (ruby-syntax-propertize-function)
5587         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5588         matchers.  Expression expansions are not comments when inside a
5589         string, and there comment syntax status is irrelevant.
5590         (ruby-match-expression-expansion): New function.  Check that
5591         expression expansion is inside a string, and it's not escaped.
5592         (ruby-font-lock-keywords): Use it.
5594 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
5596         * help.el (temp-buffer-max-height): New default value.
5597         (temp-buffer-resize-frames): New option.
5598         (resize-temp-buffer-window): Optionally resize frame.
5600         * window.el (fit-frame-to-buffer-bottom-margin): New option.
5601         (fit-frame-to-buffer): New function.
5603 2012-09-05  Glenn Morris  <rgm@gnu.org>
5605         * emulation/cua-rect.el (cua--init-rectangles):
5606         * textmodes/picture.el (picture-mode-map):
5607         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5608         like forward-char and backward-char.  (Bug#12317)
5610 2012-09-05  Leo Liu  <sdl.web@gmail.com>
5612         * progmodes/flymake.el (flymake-warning-re): New variable.
5613         (flymake-parse-line): Use it.
5615 2012-09-05  Glenn Morris  <rgm@gnu.org>
5617         * calendar/holidays.el (holiday-christian-holidays):
5618         Rename an entry.  (Bug#12289)
5620 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5622         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5623         (bug#12222).
5625 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * loadup.el: Load macroexp.  Remove hack.
5628         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5629         (macroexp--expand-all): Use it to get better warnings.
5630         (macroexp--backtrace, macroexp--trim-backtrace-frame)
5631         (internal-macroexpand-for-load): New functions.
5632         (macroexp--pending-eager-loads): New var.
5633         (emacs-startup-hook): New hack to replace one in loadup.el.
5634         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5635         (cl--compiler-macro-cXXr): Move to top, before they can be used.
5636         (cl-psetf): Simplify.
5637         (cl-defstruct): Add indent rule.
5639 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
5641         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
5642         over `user-mail-address' for the SMTP MAIL FROM envelope.
5643         (smtpmail-via-smtp): Ditto.
5645 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
5647         * progmodes/ruby-mode.el: Clean up keybindings.
5648         (ruby-mode-map): Don't bind ruby-electric-brace,
5649         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
5650         backward-kill-word, reindent-then-newline-and-indent.
5651         (ruby-mark-defun): Remove.
5652         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
5653         (ruby-mode): Set local beginning-of-defun-function and
5654         end-of-defun-function values.
5656 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
5658         * window.el (temp-buffer-window-setup-hook)
5659         (temp-buffer-window-show-hook): New hooks.
5660         (temp-buffer-window-setup, temp-buffer-window-show)
5661         (with-temp-buffer-window): New functions.
5662         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
5663         (special-display-popup-frame): Make sure the window used shows BUFFER.
5665         * help.el (temp-buffer-resize-mode): Fix doc-string.
5666         (resize-temp-buffer-window): New optional argument WINDOW.
5668         * files.el (recover-file, save-buffers-kill-emacs):
5669         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
5671 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
5673         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
5674         remote definition of `default-directory', ensure we can connect.
5676 2012-09-02  Juri Linkov  <juri@jurta.org>
5678         Toggle whitespace matching mode with M-s SPC.
5679         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
5681         * isearch.el (search-whitespace-regexp): Doc fix.
5682         Remove cons cell customization.
5683         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
5684         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
5685         New variables.
5686         (isearch-forward, isearch-forward-regexp): Doc fix.
5687         (isearch-toggle-lax-whitespace): New command.
5688         (search-forward-lax-whitespace, search-backward-lax-whitespace)
5689         (re-search-forward-lax-whitespace)
5690         (re-search-backward-lax-whitespace): New functions.
5691         (isearch-whitespace-regexp): Remove function.
5692         (isearch-query-replace): Let-bind replace-search-function and
5693         replace-re-search-function.
5694         (isearch-occur): Let-bind search-spaces-regexp according to the
5695         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
5696         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
5697         condition for C-q SPC.
5698         (isearch-search-fun-default): Use new functions mentioned above.
5699         (isearch-search-forward, isearch-search-backward): Remove functions.
5700         (isearch-search): Don't let-bind search-spaces-regexp.
5701         (isearch-lazy-highlight-space-regexp): Remove variable.
5702         (isearch-lazy-highlight-lax-whitespace)
5703         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
5704         (isearch-lazy-highlight-new-loop): Use them.
5705         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
5707 2012-09-02  Chong Yidong  <cyd@gnu.org>
5709         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
5711 2012-09-02  Glenn Morris  <rgm@gnu.org>
5713         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
5715 2012-09-01  Glenn Morris  <rgm@gnu.org>
5717         * term.el: Tidy up menu definitions.
5718         (term-mode-map): Use easymenu for In/Out, Complete menus.
5719         (term-pager-break-map): Initialize in the defvar.
5720         (term-terminal-menu, term-signals-menu): Define with easymenu.
5721         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
5722         (term-pager-menu): New, extracted from term-process-pager.
5723         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
5724         (term-update-mode-line): Propertize line/char and page items.
5725         (term-process-pager): Move keymap initialization elsewhere.
5727 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
5729         * window.el (switch-to-prev-buffer): Handle additional values of
5730         BURY-OR-KILL argument.  Don't switch in minibuffer window.
5731         (switch-to-next-buffer): Don't switch in minibuffer window.
5732         (quit-restore-window): New function based on quit-window.
5733         Handle additional values of former KILL argument.
5734         (quit-window): Call quit-restore-window with appropriate
5735         interpretation of KILL argument.
5736         (display-buffer-below-selected): New buffer display action
5737         function.
5739 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * minibuffer.el (completion-at-point-functions): Complete docstring
5742         (bug#12254).
5744 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5746         Better seed support for (random).
5747         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
5748         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
5749         * play/mpuz.el, play/tetris.el, play/zone.el:
5750         * calc/calc-comb.el (math-init-random-base):
5751         * play/blackbox.el (bb-init-board):
5752         * play/life.el (life):
5753         * server.el (server-use-tcp):
5754         * type-break.el (type-break):
5755         Remove unnecessary call to (random t).
5756         * net/sasl.el (sasl-unique-id-function):
5757         Change (random t) to (random), now that the latter is more random.
5758         * play/life.el (life-initialized): Remove no-longer-needed var.
5760 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
5762         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5763         Consider frame's buffer predicate when choosing the buffer.
5764         (Bug#12081)
5766 2012-08-30  Richard Stallman  <rms@gnu.org>
5768         * simple.el (special-mode-map): Delete binding for `z'.
5770 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
5772         * progmodes/compile.el (compilation-always-kill): Doc fix.
5774 2012-08-30  Chong Yidong  <cyd@gnu.org>
5776         * window.el (display-buffer-reuse-frames): Make the obsolescence
5777         message more informative.
5779 2012-08-30  Glenn Morris  <rgm@gnu.org>
5781         * paren.el (show-paren-delay):
5782         Add a :set function.  Doc fix.  (Bug#12297)
5784 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
5786         * progmodes/compile.el (compilation-always-kill): New var.
5787         (compilation-start): Use it.
5789 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5791         * simple.el (read-only-mode): Move from files.el for bootstrapping.
5792         * files.el (read-only-mode): Move to simple.el.
5794         * files.el (read-only-mode): New minor mode.
5795         (toggle-read-only): Use it and mark obsolete.
5796         (find-file--read-only):
5797         * vc/vc.el (vc-next-action, vc-checkout):
5798         * vc/vc-cvs.el (vc-cvs-checkout):
5799         * obsolete/vc-mcvs.el (vc-mcvs-update):
5800         * ffap.el (ffap--toggle-read-only): Update callers.
5802 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
5804         * eshell/esh-ext.el (eshell-external-command): Do not examine
5805         remote shell scripts.
5806         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
5808         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5809         "/usr/local/sbin".
5811 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
5815 2012-08-28  Leo Liu  <sdl.web@gmail.com>
5817         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
5818         completion-at-point.  (Bug#12220)
5820         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
5822         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
5824 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
5827         be buffer-local; add delete-trailing-whitespace (bug#12259).
5829 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
5831         * progmodes/hideif.el (hif-compress-define-list):
5832         Fix typo.  (Bug#11951)
5834 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
5836         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
5837         buffer local setting.
5839         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
5840         rcirc-encode-coding-system.
5842 2012-08-28  Leo Liu  <sdl.web@gmail.com>
5844         * net/rcirc.el (rcirc-split-message): New function.
5845         (rcirc-send-message): Use it.  (Bug#12051)
5847 2012-08-28  Juri Linkov  <juri@jurta.org>
5849         * info.el (Info-fontify-node): Hide empty lines at the end of
5850         the node.  (Bug#12272)
5852 2012-08-27  Drew Adams  <drew.adams@oracle.com>
5854         * dired.el (dired-pop-to-buffer): Make window start at beginning
5855         of buffer (Bug#12281).
5857 2012-08-26  Chong Yidong  <cyd@gnu.org>
5859         * window.el (special-display-regexps, special-display-frame-alist)
5860         (special-display-buffer-names, special-display-function)
5861         (display-buffer-reuse-frames): Mark as obsolete.
5863         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
5865         * help.el (help-print-return-message): Don't treat
5866         display-buffer-reuse-frames specially.
5868 2012-08-26  Chong Yidong  <cyd@gnu.org>
5870         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5871         New variable, replacing gdb-frame-parameters.
5872         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
5873         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
5874         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
5875         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
5876         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
5877         the functions directly with gdb-display-buffer-other-frame-action.
5878         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
5879         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
5880         (gdb-display-stack-buffer, gdb-display-locals-buffer)
5881         (gdb-display-registers-buffer): Define directly.
5882         (def-gdb-display-buffer): Macro deleted.
5883         (gdb-display-buffer): Remove second and third args, callers don't
5884         use them.  Defer to the default display-buffer behavior, apart
5885         from making windows dedicated.
5886         (gdb-setup-windows): Don't call display-buffer unnecessarily.
5888         * progmodes/gud.el (gud-display-line): Just use display-buffer.
5890         * window.el (display-buffer-pop-up-frame): Handle a
5891         pop-up-frame-parameters alist entry.
5892         (display-buffer): Document it.
5894 2012-08-26  Chong Yidong  <cyd@gnu.org>
5896         * isearch.el (search-whitespace-regexp): Make string and nil
5897         values apply to both ordinary and regexp search.  Allow a cons
5898         cell value to distinguish between the two.
5899         (isearch-whitespace-regexp, isearch-search-forward)
5900         (isearch-search-backward): New functions.
5901         (isearch-occur, isearch-search-fun-default, isearch-search)
5902         (isearch-lazy-highlight-new-loop): Use them.
5903         (isearch-forward, isearch-forward-regexp): Doc fix.
5905 2012-08-26  Chong Yidong  <cyd@gnu.org>
5907         * faces.el (help-argument-name): Always inherit from italic
5908         (Bug#12213).
5910 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
5912         * window.el (window--even-window-heights): Even heights when
5913         WINDOW and the selected window form a vertical combination.
5914         (display-buffer-use-some-window): Provide that window used gets
5915         sized back by quit-window.  (Bug#11880) and (Bug#12091)
5917 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
5919         Fix file time stamp problem with bzr and CVS (Bug#12001).
5920         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
5921         in the file's time stamp, since the version control system loses
5922         that information.
5924 2012-08-22  Juri Linkov  <juri@jurta.org>
5926         * info.el (Info-fontify-node): Hide the suffix of the
5927         Info file name in the header line.  (Bug#12187)
5929 2012-08-22  Glenn Morris  <rgm@gnu.org>
5931         * calendar/cal-tex.el (cal-tex-weekly-common):
5932         Restore leading blank page.
5934 2012-08-22  Le Wang  <l26wang@gmail.com>
5936         * misc.el (forward-to-word, backward-to-word): Activate or extend
5937         the region under `shift-select-mode'.  (Bug#12231)
5939 2012-08-22  Bastien Guerry  <bzg@gnu.org>
5941         * progmodes/executable.el (executable-prefix): Set to "#!" instead
5942         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
5943         gives details on why the space is never needed.
5945 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
5947         * window.el (walk-window-tree, window-with-parameter):
5948         New optional argument MINIBUF to control whether these functions
5949         should run on the minibuffer window.
5950         (window-at-side-list): Don't operate on minibuffer window.
5951         (window-in-direction): Simplify and rewrite doc-string.
5952         (window--size-ignore): Rename to window--size-ignore-p.
5953         Update callers.
5954         (display-buffer-in-atom-window, window--major-non-side-window)
5955         (window--major-side-window, display-buffer-in-major-side-window)
5956         (delete-side-window, display-buffer-in-side-window):
5957         New functions.
5958         (window--side-check, window-deletable-p, delete-window)
5959         (delete-other-windows, split-window): Handle side windows and
5960         atomic windows appropriately.
5961         (window--display-buffer): Call display-buffer-record-window also
5962         when the window buffer did not change.
5964 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
5966         * help-fns.el (help-fns--key-bindings):
5967         Abbreviate non-symbol remap targets.  (Bug#12174)
5969 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
5971         * dired.el (dired-mark-remembered): Don't clobber point.
5972         (Bug#11795)
5974 2012-08-22  Glenn Morris  <rgm@gnu.org>
5976         * progmodes/bug-reference.el (bug-reference): New custom group.
5977         (bug-reference-bug-regexp): Make it a defcustom.
5979 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
5981         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
5982         (js-paren-indent-offset, js-square-indent-offset)
5983         (js-curly-indent-offset): Add :safe (Bug#12257).
5985 2012-08-22  Edward O'Connor  <hober0@gmail.com>
5987         * json.el (json-key-format): Add error properties.
5988         (json-encode-key): New function.
5989         (json-encode-hash-table, json-encode-alist, json-encode-plist):
5990         Use json-encode-key.
5992 2012-08-22  Glenn Morris  <rgm@gnu.org>
5994         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
5995         (cal-tex-leftday, cal-tex-rightday): Remove functions.
5996         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
5997         Update for above change.
5999 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
6001         * cus-face.el (custom-face-attributes): Fix customize type for the
6002         :underline attribute.  (Bug#11805)
6004 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
6006         * window.el (window-point-1, set-window-point-1): Remove.
6007         (window-in-direction, record-window-buffer)
6008         (set-window-buffer-start-and-point, split-window-below)
6009         (window--state-get-1, display-buffer-record-window):
6010         Replace calls to window-point-1 and set-window-point-1 by calls to
6011         window-point and set-window-point respectively.
6013 2012-08-21  Glenn Morris  <rgm@gnu.org>
6015         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6016         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6017         Use it.
6019         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6020         (cal-tex-shortday): New function.
6021         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6022         (cal-tex-cursor-filofax-daily): Use the above.
6024         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6025         New functions.
6026         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6027         (cal-tex-cursor-filofax-week): Use them.
6029         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6030         New constants.
6031         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6032         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6034         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6035         (cal-tex-end-document): Don't rely on buffer name.
6037         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6038         Use cal-tex-vspace.
6039         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6040         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6041         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6042         Use cal-tex-arg.
6044         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6045         (cal-tex-cursor-week, cal-tex-cursor-week2)
6046         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6047         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6048         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6049         (cal-tex-insert-preamble, cal-tex-b-document)
6050         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6051         Improve cal-tex-cmd usage.
6053         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6054         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6055         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6056         (cal-tex-weekly-paper): New function.
6057         (cal-tex-cursor-week, cal-tex-cursor-week2)
6058         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6059         (cal-tex-cursor-day): Use it.
6061         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6062         (cal-tex-cursor-filofax-week): Remove leading blank page.
6064         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6065         Add autoload cookie.  For now at least, don't use color, since
6066         no other cal-tex function does.
6068         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6069         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6070         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6072 2012-08-21  Juri Linkov  <juri@jurta.org>
6074         * info.el (Info-file-attributes): New variable.
6075         (info-insert-file-contents): Add file attributes to
6076         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
6077         `Info-toc-nodes' when previous modtime of the Info file is less
6078         than new modtime.
6079         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6080         of info.el.  (Bug#12230)
6082 2012-08-20  Glenn Morris  <rgm@gnu.org>
6084         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6085         * calendar/holidays.el (calendar-holiday-list):
6086         Report errors with display-warning rather than beep'n'sleep.
6088 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
6090         * net/tramp.el (tramp-accept-process-output): Accept only output
6091         from PROC.  Otherwise, process filters and sentinels might be
6092         confused.  (Bug#12145)
6094 2012-08-20  Chong Yidong  <cyd@gnu.org>
6096         * descr-text.el (describe-text-properties-1): Use overlays-in to
6097         report on empty overlays (Bug#3322).
6099 2012-08-20  Glenn Morris  <rgm@gnu.org>
6101         * mail/rmailout.el (rmail-output-read-file-name):
6102         Trap and report errors in rmail-output-file-alist elements.
6104         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6105         since most non-font-lock faces are not also variables).
6107 2012-08-20  Edward Reingold  <reingold@iit.edu>
6109         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6110         New function.  (Bug12160)
6112 2012-08-19  Glenn Morris  <rgm@gnu.org>
6114         * mail/rmailout.el (rmail-output-read-file-name):
6115         Fix previous change (when the alist is nil or does not match).
6117 2012-08-19  Chong Yidong  <cyd@gnu.org>
6119         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6120         (Bug#12228).
6122 2012-08-18  Chong Yidong  <cyd@gnu.org>
6124         * simple.el (yank-handled-properties): New defcustom.
6125         (yank-excluded-properties): Add font-lock-face and category.
6126         (yank): Doc fix.
6128         * subr.el (remove-yank-excluded-properties):
6129         Obey yank-handled-properties.  The special handling of font-lock-face
6130         and category is now done this way, instead of being hard-coded.
6131         (insert-for-yank-1): Remove font-lock-face handling.
6132         (yank-handle-font-lock-face-property)
6133         (yank-handle-category-property): New function.
6135 2012-08-17  Glenn Morris  <rgm@gnu.org>
6137         * mail/rmailout.el (rmail-output-read-file-name):
6138         Check rmail-output-file-alist against the full message body
6139         in the correct rmail buffer.  (Bug#12214)
6141 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
6143         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6144         Eliminate superfluous prompt.  (Bug#12203)
6146 2012-08-17  Chong Yidong  <cyd@gnu.org>
6148         * mouse.el (mouse-appearance-menu): If x-select-font returns a
6149         font spec, set the font directly (Bug#3228).
6151 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
6153         * window.el (delete-window): Fix last fix.
6155 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
6157         * window.el (window-valid-p): Move to window.c.
6158         (window-child, window-child-count, window-last-child)
6159         (window-normalize-window, window-combined-p)
6160         (window-combinations, window-atom-root, window-min-size)
6161         (window-sizable, window-sizable-p, window-size-fixed-p)
6162         (window-min-delta, window-max-delta, window--resizable)
6163         (window--resizable-p, window-resizable, window-total-size)
6164         (window-full-height-p, window-full-width-p, window-body-size)
6165         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6166         (minimize-window, window-deletable-p, delete-window)
6167         (delete-other-windows, set-window-buffer-start-and-point)
6168         (next-buffer, previous-buffer, split-window, balance-windows-2)
6169         (set-window-text-height, window-buffer-height)
6170         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6171         (truncated-partial-width-window-p): Minor code adjustments.
6172         In doc-strings state whether the argument window has to denote a
6173         live, valid or any window.
6175 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
6177         * progmodes/subword.el (subword-forward-function)
6178         (subword-backward-function, subword-forward-regexp)
6179         (subword-backward-regexp): New variables.
6180         (subword-forward, subword-forward-internal, subword-backward-internal):
6181         Use new variables, eg so that different "word" definitions
6182         can be easily used.  (Bug#11411)
6184 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6186         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6187         for composite selectors.
6188         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6189         operation just because we can't find a previous revision.
6191 2012-08-15  Chong Yidong  <cyd@gnu.org>
6193         * frame.el (set-frame-font): Accept font objects.
6195 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6197         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6199 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
6201         * man.el (Man-overstrike-face, Man-underline-face)
6202         (Man-reverse-face): Remove variables.
6203         (Man-overstrike, Man-underline, Man-reverse): New faces.
6204         (Man-fontify-manpage): Use them instead of the variables.
6205         (Man-cleanup-manpage): Comment change.
6206         (Man-ansi-color-map): New variable.
6207         (Man-fontify-manpage): Use it.
6208         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6210         Implement ANSI SGR parameters 22-27 (bug#12146).
6211         * ansi-color.el (ansi-colors): Doc fix.
6212         (ansi-color-context, ansi-color-context-region): Doc fix.
6213         (ansi-color--find-face): New function.
6214         (ansi-color-apply, ansi-color-apply-on-region): Use it.
6215         Rename the local variable `face' to `codes' since it is now a list of
6216         ansi codes.  Doc fix.
6217         (ansi-color-get-face): Remove.
6218         (ansi-color-parse-sequence): New function, derived from
6219         ansi-color-get-face.
6220         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
6221         codes 22-27.
6223 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * subr.el (read-passwd): Allow use from a minibuffer.
6227 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
6229         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6230         inside comments and strings as identifiers.
6232         * progmodes/gud.el (gud-tooltip-print-command): Quote the
6233         expression to evaluate.  This allows to evaluate expressions with
6234         embedded whitespace.
6235         (gud-tooltip-tips): Add a blank before the newline in the
6236         message-box text, for the benefit of message-box emulation on
6237         MS-Windows.
6239         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6240         messages from GDB, pop them up in a tooltip to give feedback to
6241         user.
6242         (gdb-tooltip-print-1): Quote the expression to evaluate.
6243         This allows to evaluate expressions with embedded whitespace.
6244         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6245         if the TTY name is nil or empty (which happens when communicating
6246         with the inferior via pipes, e.g. on MS-Windows).
6247         (gdb-internals): If GDB sends a "&\n" empty debugging message,
6248         don't send that to the GUD buffer.
6250 2012-08-14  Glenn Morris  <rgm@gnu.org>
6252         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6253         Optimize away setq-default with no args, as for setq.  (Bug#12195)
6255 2012-08-14  Chong Yidong  <cyd@gnu.org>
6257         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6259         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6260         (Bug#12085).
6262 2012-08-14  Glenn Morris  <rgm@gnu.org>
6264         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6266 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
6268         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6269         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6270         Use cached shell name.
6272 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
6274         * progmodes/python.el (python-shell-send-string):
6275         (python-shell-send-setup-code): Do not use `format' with `message'.
6277 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
6279         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6280         (ruby-percent-literal-beg-re): New constant.
6281         (ruby-syntax-general-delimiters-goto-beg): Rename to
6282         `ruby-syntax-enclosing-percent-literal', improve literal type check.
6283         (ruby-syntax-propertize-general-delimiters): Rename to
6284         `ruby-syntax-propertize-percent-literal', it's a shorter and more
6285         popular term.  Adjust comments everywhere.
6286         (ruby-syntax-propertize-percent-literal): Only propertize when not
6287         inside a simple string or comment.  When the literal is unclosed,
6288         leave the text after it unpropertized.
6289         (ruby-syntax-methods-before-regexp): New constant.
6290         (ruby-syntax-propertize-function): Use it to recognize regexps.
6291         Don't look at the text after regexp, just use the whitelist.
6293 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
6295         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6296         non-nil always load the compiled file if it exists.  (Bug#12197)
6298 2012-08-14  Chong Yidong  <cyd@gnu.org>
6300         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6301         (hi-lock-set-pattern): When deciding whether to use font lock or
6302         overlays, look at font-lock-mode instead of font-lock-fontified
6303         (Bug#12168).
6304         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6305         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6307 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
6309         * subr.el (internal--after-with-selected-window): Fix typo
6310         (Bug#12193).
6312 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
6314         Use `completion-table-dynamic' for completion functions.
6315         * progmodes/python.el
6316         (python-shell-completion--do-completion-at-point)
6317         (python-shell-completion--get-completions):
6318         Remove functions.
6319         (python-shell-completion-complete-at-point): New function.
6320         (python-completion-complete-at-point): Use it.
6322 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
6324         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6325         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6327 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6329         * subr.el (function-get): Refine `autoload' arg so it can also
6330         autoload functions for gv.el (bug#12191).
6331         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6332         autoloads macros.
6334         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6335         Prefer pcase-let over destructuring-bind.
6336         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6337         Also, remove whitespace as we go, rather than after accumulating the
6338         various places.
6340         * subr.el (internal--before-with-selected-window)
6341         (internal--after-with-selected-window): Fix typo seleted->selected.
6342         (with-selected-window): Adjust callers.
6343         Reported by Dmitry Gutov <dgutov@yandex.ru>.
6345 2012-08-13  Bastien Guerry  <bzg@gnu.org>
6347         * window.el (special-display-popup-frame): Minor docstring
6348         enhancement.  (Bug#12172)
6350 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6352         * tar-mode.el (tar-header-data-end): Only ignore size for files of
6353         type 1-6.
6354         (tar-header-block-summarize, tar-get-descriptor): Handle pax
6355         extended headers.
6357         * files.el (hack-local-variables-filter): Remove useless eval.
6359 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
6361         * subr.el (with-selected-window): Fix last change.
6363 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6365         * subr.el (internal--before-with-seleted-window)
6366         (internal--after-with-seleted-window): New functions.
6367         (with-selected-window): Use them, to replace dependency on
6368         tty-top-frame.
6370 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
6372         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6373         binding for `newline'.
6374         (ruby-move-to-block): When moving backward, stop at block opening,
6375         not indentation.
6376         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6377         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6378         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6379         `ruby-toggle-block'.
6381 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * ibuffer.el (ibuffer-do-toggle-read-only):
6384         * dired.el (dired-toggle-read-only):
6385         * buff-menu.el (Buffer-menu-toggle-read-only):
6386         * bindings.el (mode-line-toggle-read-only):
6387         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6389 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
6391         * descr-text.el (describe-char): Put the overlays over the
6392         "displayed as" character.
6394 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
6396         * calc/calc-units.el (math-default-units-table): Give an
6397         initial value.
6398         (math-put-default-units): Add options to put composite units and
6399         unit systems in the default units table.
6400         (calc-convert-units): Send composite units to
6401         `math-put-default-units' when appropriate.
6403 2012-08-11  Glenn Morris  <rgm@gnu.org>
6405         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6407         * tutorial.el (help-with-tutorial):
6408         * emacs-lisp/copyright.el (copyright-update-directory):
6409         * emacs-lisp/autoload.el (autoload-find-generated-file)
6410         (autoload-find-file): Disable local eval: (for insurance).
6412         * files.el (hack-local-variables-filter): If an eval: form is not
6413         known to be safe, and enable-local-variables is :safe, then ignore
6414         the form totally, as is done for non-eval forms.  (Bug#12155)
6415         This is CVE-2012-3479.
6417 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6420         (rx-form): Simplify.
6422 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
6424         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6425         ?, _, and : are symbol constituents, ! is not (but kinda should be).
6426         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6427         (ruby-syntax-propertize-function): Adjust for changes in
6428         `ruby-syntax-propertize-heredoc'.
6430 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
6432         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6433         binding (use `M-;' instead).
6434         (ruby-singleton-class-p): New function.
6435         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6437 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6441 2012-08-10  Chong Yidong  <cyd@gnu.org>
6443         * progmodes/python.el (python-shell-get-process-name): Don't mess
6444         with same-window-buffer-names.
6446         * eshell/eshell.el (eshell-add-to-window-buffer-names)
6447         (eshell-remove-from-window-buffer-names): Make obsolete.
6448         (eshell-buffer-name, eshell-unload-hook): Don't use them.
6449         (eshell): Just use pop-to-buffer-same-window instead.
6451 2012-08-10  Chong Yidong  <cyd@gnu.org>
6453         * bindings.el: Bind M-= back to count-words-region.
6455         * simple.el (count-words-region): Accept a prefix arg for acting
6456         on the entire buffer.
6457         (count-words--buffer-message): New helper function.
6459 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6462         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6463         (event-start, event-end): Use posn-at-point to return a more
6464         informative posn.
6465         (posnp): New function.
6466         * mouse.el (popup-menu-normalize-position): Use it.
6468 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
6470         * mouse.el (popup-menu-normalize-position): New function.
6471         (popup-menu): Use `popup-menu-normalize-position' to normalize
6472         the form for POSITION argument.
6474         * term/x-win.el (x-menu-bar-open):
6475         Use the value returend from (posn-at-point) as position
6476         passed to `popup-menu'.
6478 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
6480         * calc/calccomp.el (math-compose-expr): Add extra argument
6481         indicating that parentheses should be put around products in
6482         denominators.  Give multiplication precedence over division during
6483         composition.
6485 2012-08-09  Chong Yidong  <cyd@gnu.org>
6487         * man.el (Man-switches, Man-sed-command, Man-awk-command)
6488         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6489         (Man-untabify-command, manual-program): Convert to defcustom
6490         (Bug#10429).
6492         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6494         * descr-text.el (describe-char): Don't insert extra newlines
6495         (Bug#10127).
6497         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6498         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6500         * align.el (align-region): Delete temporary markers (Bug#10047).
6501         Plus some code cleanups.
6503 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6505         * progmodes/python.el (python-pdbtrack-tracked-buffer)
6506         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6507         (python-shell-internal-last-output): Use make-local-variable
6508         instead of make-variable-buffer-local.
6510 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6512         * progmodes/python.el: Enhancements to forward-sexp.
6513         (python-nav-forward-sexp): Rename from
6514         python-nav-forward-sexp-function.
6515         (python-nav--forward-sexp, python-nav--backward-sexp):
6516         New functions.
6518 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
6520         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6521         modes and simplification modes.
6523 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6525         * delsel.el (delete-selection-pre-hook): Don't propagate the
6526         file-supersession signals (bug#12161).
6528 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6531         (cl-map-extents): Add compatibility aliases (bug#12135).
6533 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
6535         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6536         tests by `ignore-error'.
6537         (tramp-find-shell): Open also a new shell, when cache is already
6538         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
6540 2012-08-08  Juri Linkov  <juri@jurta.org>
6542         * bookmark.el: Add `defaults' property to the bookmark record.
6543         (bookmark-current-buffer): Doc fix.
6544         (bookmark-make-record): Add `defaults' property with default values
6545         to the bookmark record.
6546         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6547         with `bookmark-insert-current-bookmark'.
6548         (bookmark-set): Get `defaults' property from the bookmark record
6549         and use it in `read-from-minibuffer'.
6550         (bookmark-insert-current-bookmark): Remove function.
6552         * info.el (Info-bookmark-make-record): Add `defaults' property
6553         with values of canonical Info node name, the current Info file
6554         name and the current Info node name.  (Bug#12107)
6556 2012-08-08  Juri Linkov  <juri@jurta.org>
6558         * files.el (basic-save-buffer): Use `buffer-name' as the default
6559         of `read-file-name' when buffer is not visiting a file (bug#12128).
6561 2012-08-08  Juri Linkov  <juri@jurta.org>
6563         * info.el (Info-isearch-search): Doc fix.
6564         (Info-search): Change search-failed message from "initial node" to
6565         "end of node" (bug#12078).
6566         (Info-isearch-search): Change `isearch-string-state' to
6567         `isearch--state-string'.
6569 2012-08-08  Glenn Morris  <rgm@gnu.org>
6571         * language/persian.el: Remove file.
6572         * language/misc-lang.el: Move unique part of persian.el here.
6573         * loadup.el: Remove language/persian.
6575 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
6577         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6579 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6581         * progmodes/python.el: Fix defsubst warning.
6582         (python-syntax-context) Rename from python-info-ppss-context.
6583         (python-syntax-context-type): Rename from
6584         python-info-ppss-context-type.
6585         (python-syntax-comment-or-string-p): Rename from
6586         python-info-ppss-comment-or-string-p.
6588 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
6590         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6592 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
6594         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6595         a defcustom that is quoted with backquote.
6597         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6598         Fix handling of interactive spec when the body uses return.
6599         (math-do-arg-check, math-define-function-body): Use backquote forms.
6600         * calc/calc-ext.el (math-defcache): Likewise.
6601         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6602         * allout.el (allout-new-exposure): Likewise.
6603         * calc/calcalg2.el (math-tracing-integral): Likewise.
6604         * info.el (Info-last-menu-item): Likewise.
6605         * emulation/vip.el (vip-loop): Likewise.
6606         * textmodes/artist.el (artist-funcall): Likewise.
6607         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6608         Construct menu-item directly.
6610         * progmodes/autoconf.el (font-lock-syntactic-keywords):
6611         Don't declare.
6613 2012-08-07  Chong Yidong  <cyd@gnu.org>
6615         * simple.el (deactivate-mark): Preserve text properties when
6616         saving the primary selection (Bug#8384).
6618 2012-08-07  Kevin Ryde  <user42@zip.com.au>
6620         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6621         (woman-parse-numeric-value): On a bad .IP line, issue a warning
6622         and continue processing (Bug#12110).
6624 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6626         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6627         syntax-propertize-function (bug#10095).
6629 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6631         * help-fns.el (help-fns--key-bindings, help-fns--signature)
6632         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6633         describe-function-1.
6634         (describe-function-1): Use them.  Move compiler macro after sig.
6635         (help-fns--compiler-macro): Use function-get.  Assume we're already in
6636         standard-output.  Adjust layout to new call order.
6638         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
6639         re-binding a symbol that has a symbol-macro (bug#12119).
6641 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
6643         * language/persian.el: New file.  (Bug#11812)
6644         * loadup.el: Add language/persian.el.
6646 2012-08-06  Chong Yidong  <cyd@gnu.org>
6648         * window.el (window--maybe-raise-frame): New function.
6649         (window--display-buffer): Split off from here.
6650         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6651         (display-buffer-pop-up-window, display-buffer-use-some-window):
6652         Obey an inhibit-switch-frame action alist entry.
6653         (display-buffer): Update doc.
6655         * replace.el (occur-after-change-function): Avoid losing focus by
6656         using the inhibit-switch-frame display parameter (Bug#12139).
6658 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
6660         Make internal shell process buffer names start with space.
6661         * progmodes/python.el (python-shell-make-comint): Add optional
6662         argument INTERNAL.
6663         (run-python-internal): Use it.
6664         (python-shell-internal-get-or-create-process): Check for new
6665         internal buffer names.
6667 2012-08-06  Glenn Morris  <rgm@gnu.org>
6669         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
6670         Do less getting and setting of environment variables.
6672 2012-08-05  Chong Yidong  <cyd@gnu.org>
6674         * proced.el (proced): Add substitution string to docstring to
6675         trigger autoloading of the proced library on C-h f (Bug#1768).
6677         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6678         Don't show defvars which have no second argument (Bug#8638).
6680         * imenu.el (imenu-generic-expression): Move documentation here
6681         from imenu--generic-function.
6682         (imenu--generic-function): Refer to imenu-generic-expression.
6684 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
6686         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
6687         indentation declaration.
6688         (viper-loop): Add indentation declaration (Bug#7025).
6690 2012-08-05  Chong Yidong  <cyd@gnu.org>
6692         * help-fns.el (describe-variable): Add hyperlink for
6693         directory-local variables files.  Improve buffer-local and
6694         permanent-local reporting; suggested by MON KEY (Bug#6644).
6696         * help-mode.el (help-dir-local-var-def): New button type.
6698         * files.el (kill-buffer-hook): Provide a defvar.
6700 2012-08-05  Glenn Morris  <rgm@gnu.org>
6702         * eshell/esh-ext.el (eshell/addpath):
6703         Also update eshell-path-env.  (Bug#12013)
6705 2012-08-05  Chong Yidong  <cyd@gnu.org>
6707         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
6709         * fringe.el (fringe-styles): Add docstring.
6710         (fringe--check-mode): New function.
6711         (set-fringe-mode, set-fringe-style): Use it.
6712         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
6714         * files.el (set-auto-mode): Fix invalid setq call.
6716 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * isearch.el: Misc simplification; use defstruct.
6719         (isearch-mode-map): Dense maps now work like sparse ones.
6720         (isearch--state): New defstruct.
6721         (isearch-string-state, isearch-message-state, isearch-point-state)
6722         (isearch-success-state, isearch-forward-state)
6723         (isearch-other-end-state, isearch-word-state, isearch-error-state)
6724         (isearch-wrapped-state, isearch-barrier-state)
6725         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
6726         replaced by defstruct's accessors.
6727         (isearch--set-state): Rename from isearch-top-state and change
6728         calling convention.
6729         (isearch-push-state): Use new isearch--get-state.
6730         (isearch-toggle-word): Disable regexp when enabling word.
6731         (isearch-message-prefix): Remove unused arg _c-q-hack.
6732         (isearch-message-suffix): Remove unused arg _ellipsis.
6734 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
6736         * simple.el (list-processes--refresh): For a server use :host or
6737         :local as the address.
6738         (list-processes): Doc fix.
6740 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
6742         * lisp/mpc.el: Support password in host argument.
6743         (mpc--proc-connect): Parse and use new password element.
6744         Set mpc-proc variable instead of returning process.
6745         (mpc-proc): Adjust accordingly.
6747 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
6749         * whitespace.el (whitespace-display-mappings): Use Unicode
6750         codepoints, instead of emacs-mule codepoints.  See
6751         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
6752         for the details.
6754         * files.el (file-truename): Don't skip symlink-chasing part on
6755         windows-nt.  Incorporate the resolution of 8+3 short aliases on
6756         Windows into the loop that recursively chases symlinks.
6757         Compare directory and its parent case-insensitively on MS-Windows and
6758         MS-DOS.
6760 2012-08-03  Chong Yidong  <cyd@gnu.org>
6762         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
6764         * sort.el (sort-regexp-fields): Doc fix.
6766 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
6768         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
6769         labels regex position point at the expected place.
6771 2012-08-03  MON KEY  <monkey@sandpframing.com>
6773         * net/imap.el (imap-interactive-login, imap-authenticate)
6774         (imap-mailbox-lsub, imap-mailbox-list)
6775         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
6776         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
6777         (imap-parse-response): Doc fix.
6779 2012-08-03  João Távora  <joaotavora@gmail.com>
6781         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
6782         if sexp scanning does not move point (Bug#5734).
6784 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
6786         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6787         Add listings, minted, and ctable packages.
6788         (reftex-label-alist-builtin): Move listings, minted, and ctable
6789         entries before LaTeX.
6790         (reftex-label-alist): Docfix.
6792 2012-08-02  Bastien Guerry  <bzg@gnu.org>
6794         * replace.el (occur): Fix docstring (bug#12122).
6796 2012-08-02  Glenn Morris  <rgm@gnu.org>
6798         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6800 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
6802         Obsolete alias inactivate-current-input-method-function (Bug#10150).
6803         * international/mule-cmds.el: Create
6804         inactivate-current-input-method-function as an obsolete alias for
6805         deactivate-current-input-method-function.  See Katsumi Yamaoka in
6806         <http://bugs.gnu.org/10150#46>.
6808 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
6810         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6811         of nested `if's.
6813 2012-08-01  Glenn Morris  <rgm@gnu.org>
6815         * progmodes/autoconf.el (autoconf-definition-regexp):
6816         Add AH_TEMPLATE, adjust submatch numbering.
6817         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
6818         (autoconf-current-defun-function): Update for above change.
6819         (autoconf-current-defun-function): First skip to end of current word.
6821 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
6823         * calendar/cal-html.el (cal-html-insert-agenda-days):
6824         Fix typo.  (Bug#12018)
6826 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
6828         Shell processes: enhancements to startup and CEDET compatibility.
6829         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
6830         (python-shell-make-comint): accept-process-output at startup.
6831         (run-python-internal): Set inferior-python-mode-hook to nil.
6832         (python-shell-internal-get-or-create-process): call sit-for.
6833         (python-preoutput-result): Add obsolete alias.
6834         (python-shell-internal-send-string): Use it.
6835         (python-shell-send-setup-code): Remove call to
6836         accept-process-output.
6838 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
6840         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
6841         (Bug#12108)
6843 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
6845         * calc-mode.el (calc-basic-simplification-mode): Rename from
6846         `calc-limited-simplification-mode'.
6847         (calc-alg-simplification-mode): New function.
6848         (calc-set-simplify-mode): Adjust message.
6850         * calc.el (calc-set-mode-line): Adjust mode line display for
6851         basic simplification mode.
6853         * calc-help.el (calc-m-prefix-help): Update help message.
6855         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
6856         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
6858 2012-07-31  Bastien Guerry  <bzg@gnu.org>
6860         * man.el (man): Fix comment.  (bug#12101)
6862 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
6864         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6865         Don't return a non-nil value when no suitable buffer was found.
6867 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
6869         * progmodes/python.el (run-python-internal): Disable font lock for
6870         internal shells.
6872 2012-07-30  Stefan Merten  <smerten@oekonux.de>
6874         * textmodes/rst.el: Silence `checkdoc-ispell'.
6875         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
6876         (rst-official-version, rst-official-cvs-rev)
6877         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
6878         (rst-mode-map): New key binding.
6880 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
6882         Update .PHONY listings in makefiles.
6883         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
6884         autoloads, update-subdirs, updates, bzr-update, update-authors,
6885         compile-onefile, compile-calc, backup-compiled-files,
6886         compile-after-backup, compile-one-process, mh-autoloads,
6887         bootstrap-clean, distclean, maintainer-clean.
6889 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6891         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
6892         (calc-set-mode-line): Don't display "AlgSimp ".
6894         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
6895         (calc-lim-simplify-mode): New function.
6896         (calc-set-simplify-mode): Default to 'alg.
6897         (calc-default-simplify-mode): Make algebraic simplifications
6898         the default.
6900         * calc/calc-ext.el (calc-init-extensions): Remove binding for
6901         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
6903         * calc/calc-help.el (calc-m-prefix-help): Change messages to
6904         indicate new simplification modes.
6906         * calc/README: Mention new default simplification mode.
6908         * calc/calc.el (math-normalize-error): New variable.
6909         (math-normalize): Set `math-normalize-error' to t
6910         when there's an error.
6912         * calc/calc-alg.el (math-simplify): Don't simplify when
6913         `math-normalize' returns an error.
6915 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
6917         * international/mule-cmds.el (set-locale-environment): Revert last
6918         change, since display-graphic-p returns nil when this function is
6919         called during startup.  Instead...
6921         * term/w32console.el (terminal-init-w32console): ...setup the
6922         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
6924 2012-07-29  Juri Linkov  <juri@jurta.org>
6926         * simple.el (goto-line): Don't display default line number in the
6927         prompt because it should be displayed by `read-number' (bug#9952).
6928         Add the current line number to the defaults of `goto-line' to
6929         allow its easier modification by users with `M-n' (bug#9201).
6931         * subr.el (read-number): Support multiple default values like in
6932         other minibuffer reading functions.  Replace `read' with
6933         `string-to-number' for consistency with `number-to-string'.
6935 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
6937         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
6938         * emulation/viper-init.el (viper-deactivate-input-method-action):
6939         Rename from viper-inactivate-input-method-action.
6940         (viper-deactivate-input-method):
6941         Rename from viper-inactivate-input-method.
6942         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
6943         * international/mule-cmds.el (deactivate-input-method):
6944         Rename from inactivate-input-method.
6945         Also run input-method-deactivate-hook.
6946         (deactivate-current-input-method-function):
6947         Rename from inactivate-current-input-method-function.
6948         (input-method-deactivate-hook): New hook.
6949         (input-method-inactivate-hook): Mark obsolete.
6950         (inactivate-input-method): Mark obsolete.
6952         * international/quail.el (quail-activate):
6953         Also run quail-deactivate-hook.
6954         (quail-deactivate): Rename from quail-inactivate.
6955         * international/robin.el (robin-activate):
6956         Also run robin-deactivate-hook.
6957         (robin-deactivate): Rename from robin-inactivate.
6959 2012-07-29  Chong Yidong  <cyd@gnu.org>
6961         * simple.el (indicate-copied-region): New function.
6962         (kill-ring-save): Split off from here.
6964         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
6965         (kill-rectangle): Set deactivate-mark to t on read-only error.
6967         * register.el (copy-to-register, copy-rectangle-to-register):
6968         Deactivate the mark, and use indicate-copied-region (Bug#10056).
6969         (append-to-register, prepend-to-register): Call indicate-copied-region.
6971 2012-07-29  Juri Linkov  <juri@jurta.org>
6973         * simple.el (async-shell-command-buffer): New defcustom.
6974         (shell-command): Use it.  (Bug#4719)
6976 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
6978         * international/mule-cmds.el (set-locale-environment): In a
6979         console session on MS-Windows, set up keyboard and terminal
6980         encoding from the OEM codepage, not the ANSI codepage.
6981         (Bug#12055)
6983 2012-07-28  Chong Yidong  <cyd@gnu.org>
6985         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
6986         gdb-get-location.
6988 2012-07-28  Leo Liu  <sdl.web@gmail.com>
6990         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
6991         the alist (bug#12029).
6993 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
6995         * makefile.w32-in (custom-deps, finder-data, updates, compile)
6996         (compile-always, compile-first)
6997         ($(lisp)/calendar/cal-loaddefs.el)
6998         ($(lisp)/calendar/diary-loaddefs.el)
6999         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7000         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7001         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7002         instead of on update-subdirs.
7003         (bootstrap-clean): Delete $(lisp)/subdirs.el.
7005 2012-07-28  Chong Yidong  <cyd@gnu.org>
7007         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7008         directory if vc-deduce-backend returns nil (Bug#7350).
7010         * simple.el (delete-trailing-lines): New option.
7011         (delete-trailing-whitespace): Obey it (Bug#11879).
7013 2012-07-28  David Engster  <deng@randomsample.de>
7015         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7016         Explanation of new 'symbol-qnames feature in doc-strings.
7017         (xml-maybe-do-ns): Return expanded names as plain symbols if
7018         'symbol-qnames was provided in XML-NS argument (Bug#11916).
7019         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7021 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
7023         Consistent completion in inferior python with emacs -nw.
7024         * progmodes/python.el (inferior-python-mode): replace "<tab>"
7025         binding in inferior-python-mode-map with "\t".
7026         (python-shell-completion-complete-at-point)
7027         (python-completion-complete-at-point): Remove interactive spec.
7029 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
7031         * calc/calccomp.el (math-compose-expr): Undo previous change.
7033 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
7035         * progmodes/python.el (python-mode-map): Add keybinding for
7036         run-python.
7037         (python-shell-make-comint): Fix pop-to-buffer call.
7038         (run-python): Autoload.  New arg SHOW.
7039         (python-shell-get-or-create-process): Do not pop python process
7040         buffer.
7042 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
7044         * notifications.el (notifications-on-action-signal)
7045         (notifications-on-closed-signal): Use also the bus address for the map.
7046         (notifications-notify, notifications-close-notification)
7047         (notifications-get-capabilities): Add optional argument BUS.
7049 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
7051         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7052         Add support for the lstlisting and minted environments, and for the
7053         ctable macro.
7054         * textmodes/reftex.el (reftex-compile-variables): Also recognize
7055         labels written in keyvals syntax.
7057 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
7059         * calc/calccomp.el (math-compose-expr): Use parentheses when
7060         there is a product in the denominator of a fraction.
7062 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
7064         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7065         ($(lisp)/calendar/diary-loaddefs.el)
7066         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7067         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7068         Fixes failures in parallel bootstrap because subdirs.el is being
7069         rewritten while the autoload files are built at the same time,
7070         which needs to load subdirs.el.
7072 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
7074         * mouse.el (popup-menu): Fix doc-string and re-indent code.
7075         (mouse-drag-line): Don't exit tracking when a switch-frame or
7076         switch-window event occurs (Bug#12006).
7078 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7080         * mouse.el (popup-menu): Fix last change.
7082 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7084         Autoload from Lisp with more care.  Follow aliases when looking for
7085         function properties.
7086         * subr.el (autoloadp): New function.
7087         (symbol-file): Use it.
7088         (function-get): New function.
7089         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7090         autoload-do-load.
7091         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7092         (lisp-indent-function):
7093         * emacs-lisp/gv.el (gv-get):
7094         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7095         * emacs-lisp/byte-opt.el (byte-optimize-form):
7096         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7097         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7098         Use function-get.
7099         * emacs-lisp/cl.el: Don't propagate function properties any more.
7101         * speedbar.el (speedbar-add-localized-speedbar-support):
7102         * emacs-lisp/disass.el (disassemble-internal):
7103         * desktop.el (desktop-load-file):
7104         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7105         (describe-function-1):
7106         * emacs-lisp/find-func.el (find-function-noselect):
7107         * emacs-lisp/elp.el (elp-instrument-function):
7108         * emacs-lisp/advice.el (ad-has-proper-definition):
7109         * apropos.el (apropos-safe-documentation, apropos-macrop):
7110         * emacs-lisp/debug.el (debug-on-entry):
7111         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7112         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7113         * calc/calc.el (name): Use autoloadp & autoload-do-load.
7115 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
7117         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7118         function, not an obsolete variable (Bug#12046).
7120 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
7122         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
7124 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
7126         * emacs-lisp/pp.el (pp-display-expression): Select old selected
7127         window only if it is still live (Bug#12034).
7129 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
7131         * subr.el (redirect-frame-focus): Add advertised calling
7132         convention (Bug#12030).
7134 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7136         Prefer typical American spelling for "acknowledgment".
7137         * vc/add-log.el (change-log-acknowledgment): Rename from
7138         change-log-acknowledgement, with an alias for the old name.
7140 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
7142         * calc-alg.el (math-simplify-divide): Don't cross multiply
7143         in an equation when the lhs is a variable.
7145 2012-07-24  Julien Danjou  <julien@danjou.info>
7147         * net/netrc.el (netrc-find-service-number, netrc-store-data):
7148         Remove, unused.
7150 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
7152         * startup.el (command-line): Don't display an empty user name in
7153         the error message about non-existent home directory, when
7154         init-file-user was set to an empty string.  See
7155         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7156         for the details and context.
7158 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7160         * ses.el (ses-cell-formula-aset): New macro.
7161         (ses-cell-references-aset): New macro.
7162         (ses-cell-p): New function.
7163         (ses-rename-cell): Do no longer rely on complex operations like
7164         ses-cell-set-formula or ses-set-cell to change the cell and handle
7165         the undo at the same time, but rather use lower level new macros
7166         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7167         the undo directly.  Refresh the mode line.
7169 2012-07-21  Leo Liu  <sdl.web@gmail.com>
7171         * progmodes/cc-cmds.el (c-defun-name):
7172         Use match-string-no-properties instead for consistency.
7174 2012-07-20  Leo Liu  <sdl.web@gmail.com>
7176         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7177         (Bug#7879)
7179         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7181 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7183         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7184         * progmodes/bug-reference.el, misearch.el: Provide themselves
7185         (bug#11915).
7187         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7188         of narrowed buffer (bug#11966).
7190 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7192         * ses.el (ses-rename-cell): Set new name also in reference list of
7193         cells of which the renamed cell depends.
7195 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
7197         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7198         to check whether menu-bar is shown or not.  If not shown,
7199         show the menu-bar as a popup menu instead of using tmm.
7200         * mouse.el (popup-menu): Accept `point' as `position' argument.
7202 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
7204         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7205         up inside string symbol literal (bug#11923).
7207 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
7209         * startup.el (fancy-startup-text): Read the whole tutorial, not
7210         just its first 256 bytes.  Prevents gibberish in display of the
7211         tutorial title.
7213 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
7215         Drop idle buffer compaction due to an absence of the
7216         proved efficiency.
7217         * compact.el: Remove.
7219 2012-07-19  Sam Steingold  <sds@gnu.org>
7221         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7222         vc-bzr-pull & vc-bzr-merge-branch.
7223         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7224         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7225         for consistency with compilation-error-regexp-alist.
7226         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7227         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7228         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7229         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7231 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7233         * emacs-lisp/chart.el: Use lexical-binding.
7234         (chart-emacs-storage): Don't hardcode the list of entries.
7236 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
7238         Next round of tweaks caused by Fgarbage_collect changes.
7239         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7241 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
7243         Compact buffers when idle.
7244         * compact.el: New file.
7246 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7248         * subr.el (eventp): Presume that if it looks vaguely like an event,
7249         it's an event (bug#10190).
7251 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
7253         Enhancements to ppss related code (thanks Stefan).
7254         * progmodes/python.el (python-indent-context)
7255         (python-indent-calculate-indentation, python-indent-dedent-line)
7256         (python-indent-electric-colon, python-nav-forward-block)
7257         (python-mode-abbrev-table)
7258         (python-info-assignment-continuation-line-p): Simplify checks
7259         for ppss context.
7260         (python-info-continuation-line-p): Cleanup.
7261         (python-info-ppss-context): Do not catch 'quote.
7262         (python-info-ppss-context-type)
7263         (python-info-ppss-comment-or-string-p): Simplify.
7265 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
7267         * progmodes/python.el: Enhancements to eldoc support.
7268         (python-info-current-symbol): New function.
7269         (python-eldoc-at-point): Use python-info-current-symbol.
7270         (python-info-current-defun): Fix cornercase on first defun scan.
7271         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7272         and signal error when no inferior python process is available.
7274 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
7276         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7277         assume it's always t.
7278         (vc-git-registered): Remove caching, the function is only called
7279         once.
7280         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7282 2012-07-18  Chong Yidong  <cyd@gnu.org>
7284         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7286         * simple.el (count-words): Report on narrowing (Bug#9959).
7288         * bindings.el: Bind M-= to count-words.
7290         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7292 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
7294         * progmodes/sh-script.el (sh-imenu-generic-expression):
7295         Capture a function with `function' keyword and without parentheses
7296         like "function FOO" (bug#11856).
7298 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
7300         * window.el (split-window-sensibly): Make WINDOW argument
7301         optional.
7303 2012-07-18  Chong Yidong  <cyd@gnu.org>
7305         * subr.el (keyboard-translate): Doc fix (Bug#7261).
7307         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7308         and make C-x 8 RET exit isearch (Bug#11439).
7310         * international/iso-transl.el: Move isearch-mode-map key
7311         definitions to isearch.el.
7313 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7316         (eieio-defclass): Use gv-define-setter when possible.
7318 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
7320         Reflect recent changes in Fgarbage_collect.
7321         * emacs-lisp/chart.el (chart-emacs-storage): Change to
7322         reflect new format of data returned by Fgarbage_collect.
7324 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
7326         New utility functions + python-info-ppss-context fix (Bug#11910).
7327         * progmodes/python.el (python-info-beginning-of-block-statement-p)
7328         (python-info-ppss-comment-or-string-p): New functions.
7329         (python-info-ppss-context): Small fix for string check.
7331 2012-07-17  Juri Linkov  <juri@jurta.org>
7333         * dired-aux.el (dired-do-async-shell-command): Doc fix.
7334         (dired-do-async-shell-command): Don't add `*' at the end of the
7335         command (Bug#11815).
7336         (dired-do-shell-command): Doc fix.
7337         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7338         Join the individual commands using either "&" or ";" as the
7339         separator depending on the values of these trailing characters.
7340         At the end re-add the trailing "&".  (Bug#10598)
7342         * simple.el (async-shell-command): Sync the interactive spec with
7343         `shell-command'.  Doc fix.
7344         (shell-command): Doc fix.
7346 2012-07-17  Juri Linkov  <juri@jurta.org>
7348         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
7350 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
7352         Final renames and doc fixes for movement commands (bug#11899).
7353         * progmodes/python.el (python-nav-beginning-of-statement):
7354         Rename from python-nav-statement-start.
7355         (python-nav-end-of-statement): Rename from
7356         python-nav-statement-end.
7357         (python-nav-beginning-of-block): Rename from
7358         python-nav-block-start.
7359         (python-nav-end-of-block): Rename from python-nav-block-end.
7361 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
7363         * progmodes/python.el (python-shell-send-string-no-output):
7364         Allow accept-process-output to quit, keeping shell process ready for
7365         future interactions (Bug#11868).
7367 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7369         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7371         * emacs-lisp/elint.el (elint-find-args-in-code):
7372         Use help-function-arglist, so as to handle lexical byte-code.
7374         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7375         change (bug#11826).
7377 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7380         Avoid spuriously marking the buffer as modified because of c-is-sws.
7382         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7383         as not-a-comment (bug#11946).
7385         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7386         for uninterned vars.
7388         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7389         Use read-event since we don't really want to read chars but bytes.
7391         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7392         $$..$$ but also $..$ using regexps (bug#11953).
7393         Use tex-verbatim for \url and \path.
7394         (tex-font-lock-keywords): Define as defconst like the others.
7395         (tex-common-initialization): Don't use font-lock-syntax-table any more.
7397 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
7399         * international/mule-cmds.el (ucs-insert): Make it an obsolete
7400         alias for insert-char.
7402 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
7404         * progmodes/python.el: Simplified imenu implementation.
7405         (python-nav-jump-to-defun): Remove command.
7406         (python-mode-map): Use `imenu' instead.
7407         (python-nav-list-defun-positions-cache)
7408         (python-imenu-include-defun-type, python-imenu-make-tree)
7409         (python-imenu-subtree-root-label, python-imenu-index-alist):
7410         Remove vars.
7411         (python-nav-list-defun-positions, python-nav-read-defun)
7412         (python-imenu-tree-assoc, python-imenu-make-element-tree)
7413         (python-imenu-make-tree, python-imenu-create-index):
7414         Remove functions.
7415         (python-mode): Update to interact with imenu by setting
7416         `imenu-extract-index-name-function' only.
7418 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
7420         * progmodes/python.el: Enhancements to navigation commands.
7421         (python-nav-backward-sentence)
7422         (python-nav-forward-sentence): Remove.
7423         (python-nav-backward-statement, python-nav-forward-statement)
7424         (python-nav-statement-start, python-nav-statement-end)
7425         (python-nav-backward-block, python-nav-forward-block)
7426         (python-nav-block-start, python-nav-block-end)
7427         (python-nav-forward-sexp-function)
7428         (python-info-current-line-comment-p)
7429         (python-info-current-line-empty-p): New functions.
7430         (python-indent-context): Use `python-nav-statement-start'.
7432 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
7434         * eshell/em-ls.el (eshell/ls): Use `apply'.
7436         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7437         multi-hops, instead of Tramp internals.
7439         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7441         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7442         when F1 and F2 are located on different hosts.
7444 2012-07-14  Chong Yidong  <cyd@gnu.org>
7446         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7447         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7448         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7449         (xterm-mouse--read-event-sequence-1000)
7450         (xterm-mouse--read-event-sequence-1006): New functions.  For old
7451         mouse protocol, handle M-mouse-X events correctly.
7452         (xterm-mouse-event): New arg specifying mouse protocol.
7453         (turn-on-xterm-mouse-tracking-on-terminal)
7454         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7455         sequence to toggle extended coordinates on newer XTerms.
7456         This appears to be harmless on terminals which do not support this.
7458 2012-07-14  Leo Liu  <sdl.web@gmail.com>
7460         Add fringe bitmap indicators for flymake.  (Bug#11253)
7461         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7462         (flymake-make-overlay): New arg BITMAP.
7463         (flymake-error-bitmap, flymake-warning-bitmap)
7464         (flymake-fringe-indicator-position): New user variables.
7466         * fringe.el: New bitmap exclamation-mark.
7468 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
7470         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7471         also (Bug#7879).
7473 2012-07-14  Chong Yidong  <cyd@gnu.org>
7475         * electric.el (electric-pair-post-self-insert-function): Fix pair
7476         insertion in empty-region case (Bug#11520).
7478 2012-07-14  Chong Yidong  <cyd@gnu.org>
7480         * bindings.el: Consolidate ctl-x-r-map bindings.
7481         Bind copy-rectangle-as-kill to C-x r w.
7483         * rect.el, register.el: Move bindings to bindings.el.
7485 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
7487         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7489 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7491         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
7493 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
7495         * bindings.el (top): Use `mapc' instead of `mapcar'.
7497         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7499 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
7501         * progmodes/sql.el (sql-comint): Suppress the check for program on
7502         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
7503         (Bug#11908)
7505 2012-07-13  Chong Yidong  <cyd@gnu.org>
7507         * bindings.el: Assign a non-nil permanent-local property to
7508         per-buffer variables which lack a default value (Bug#11930).
7510         * help-fns.el (describe-variable): In the "automatically becomes
7511         local" notice, take note of permanent-local variables.
7513 2012-07-13  Chong Yidong  <cyd@gnu.org>
7515         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
7516         to allow printing the message when called from Lisp.
7518         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7519         Remove toggle-read-only.
7521         * bs.el (bs-toggle-readonly):
7522         * buff-menu.el (Buffer-menu-toggle-read-only):
7523         Remove with-no-warnings around toggle-read-only.
7525         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7526         Remove with-no-warnings around toggle-read-only.
7527         (ffap-read-only, ffap-read-only-other-window)
7528         (ffap-read-only-other-frame): Callers changed.
7530         * help-mode.el: Don't require view package.
7531         (help-mode-finish): Set buffer-read-only instead of calling
7532         toggle-read-only.
7534         * bindings.el (mode-line-toggle-read-only):
7535         * dired.el (dired-toggle-read-only):
7536         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7537         with non-nil second arg.
7539         * emacs-lisp/eieio-custom.el (eieio-customize-object):
7540         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7541         directly.
7543 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
7545         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7546         not incf.
7548 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         More CL cleanups and reduction of use of cl.el.
7551         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7552         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7553         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7554         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7555         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7556         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7557         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7558         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7559         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7560         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7561         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7562         * eshell/em-cmpl.el, eshell/em-banner.el:
7563         * calendar/parse-time.el: Use cl-lib.
7564         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7565         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7566         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7567         * term/ns-win.el, term.el, shell.el, ps-samp.el:
7568         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7569         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7570         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7571         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7572         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7573         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7574         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7575         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7576         `lambda' rather than with `quote'.
7577         (eshell-do-opt): Adjust accordingly.
7578         (eshell-process-option): Simplify.
7579         * eshell/esh-var.el:
7580         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7581         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7582         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7583         to `pcase--dontcare'.
7584         * emacs-lisp/cl.el (labels): Mark obsolete.
7585         (cl--letf, letf): Move to cl-lib.
7586         (cl--letf*, letf*): Remove.
7587         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7588         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7589         (cl-progv): Rewrite.
7590         (cl--letf, cl-letf): Move from cl.el.
7591         (cl-letf*): New macro.
7592         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7594 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
7596         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7598 2012-07-11  Chong Yidong  <cyd@gnu.org>
7600         * vc/log-edit.el (log-edit-vc-backend): New variable.
7601         (log-edit): Doc fix.
7603         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
7604         argument of log-edit to set up all local variables.
7605         (vc-start-logentry): New optional arg specifying VC backend.
7607         * vc/vc.el (vc-checkin): Use it.
7608         (vc-deduce-fileset): Handle Log Edit buffers.
7609         (vc-diff): Make first argument optional too.
7611         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7613 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
7615         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7616         command, just in case.  The function is not needed anymore.
7617         (eshell-external-command): Do not call `eshell-remote-command'.
7619 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7621         Reduce use of (require 'cl).
7622         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7623         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7624         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7625         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7626         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7627         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7628         * battery.el, avoid.el, abbrev.el: Use cl-lib.
7629         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7630         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7631         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7632         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7633         * calculator.el, autorevert.el, apropos.el: Don't require CL.
7634         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7635         (byte-compile-unfold-bcf, byte-compile-check-variable):
7636         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7637         (byte-compile-nilconstp):
7638         * emacs-lisp/autoload.el (make-autoload): Use pcase.
7639         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
7641         * emacs-lisp/gv.el (cond): Make it a valid place.
7642         (if): Simplify slightly.
7644         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
7645         (pcase--self-quoting-p): New function.
7646         (pcase--u1): Use it.
7648 2012-07-10  Glenn Morris  <rgm@gnu.org>
7650         * emacs-lisp/authors.el (authors-fixed-entries):
7651         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
7653 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7655         Rename configure.in to configure.ac (Bug#11603).
7656         * emacs-lisp/authors.el (authors-canonical-file-name):
7657         * progmodes/autoconf.el (autoconf-mode):
7658         Prefer configure.ac to configure.in.
7660 2012-07-08  Chong Yidong  <cyd@gnu.org>
7662         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
7663         Implement the mouse-1-click-follows-link handling properly.
7665         * info.el (Info-link-keymap): Use follow-link mechanism for
7666         header-line links (Bug#374).
7668         * simple.el (deactivate-mark): Do not set the primary selection
7669         if another program has acquired it (Bug#11772).
7671 2012-07-07  Kevin Ryde  <user42@zip.com.au>
7673         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
7674         (woman-decode-region): Replace escaped-escapes without destroying
7675         bold or underline (Bug#11552).
7676         (woman2-process-escapes): Handle nofill regions (Bug#11591).
7678 2012-07-07  Chong Yidong  <cyd@gnu.org>
7680         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
7681         (interprogram-cut-function, interprogram-paste-function):
7682         Mention that we typically mean the clipboard.
7684 2012-07-06  Glenn Morris  <rgm@gnu.org>
7686         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
7688         * files.el (toggle-read-only): Restrict message to interactive use.
7690 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
7692         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
7694         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
7696 2012-07-06  Glenn Morris  <rgm@gnu.org>
7698         * Makefile.in (compile-one-process): Rename from "recompile".
7700         * Makefile.in (bzr-update): "compile" is the same as "recompile
7701         autoloads", but parallelizable, so use that instead.
7703 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
7705         * window.el (quit-window): Always restore window height when
7706         it's saved in quit-restore parameter (Bug#11810).
7708 2012-07-06  Glenn Morris  <rgm@gnu.org>
7710         * simple.el (kill-whole-line): Doc tweak.
7712 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
7714         * files.el (file-relative-name): Compare file names
7715         case-insensitively if on MS-Windows or MS-DOS, or if
7716         read-file-name-completion-ignore-case is non-nil.  Don't use
7717         case-fold-search for this purpose.  (Bug#11827)
7719 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
7721         * calendar/cal-dst.el (calendar-current-time-zone):
7722         Return calendar-current-time-zone-cache if non-nil.
7724 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
7725 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
7727         * calendar/cal-dst.el (calendar-current-time-zone):
7728         Return calendar-current-time-zone-cache if non-nil.
7730 2012-07-06  Glenn Morris  <rgm@gnu.org>
7732         * Makefile.in (cvs-update): Remove old alias.
7734 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
7736         Sync with Tramp 2.2.6-pre.
7738         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
7739         compatible declaration.
7741         * net/tramp-cmds.el (tramp-append-tramp-buffers):
7742         Protect `list-load-path-shadows' call.
7744         * net/tramp-compat.el (top): Require packages, which aren't
7745         autoloaded anymore for XEmacs.  Protect call of
7746         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
7747         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
7748         it hurts at least for SXEmacs.
7749         (tramp-compat-temporary-file-directory): In XEmacs, there is no
7750         standard-value for `temporary-file-directory'.
7752         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
7753         Redirect stderr to /dev/null.
7754         (tramp-sh-handle-write-region): uid and gid can be floats.
7755         Reported by Russell Sim <russell.sim@gmail.com>.
7756         (tramp-sh-handle-vc-registered): Hide errors.
7757         (tramp-vc-file-name-handler): Use dummy results for `process-file'
7758         and `start-file-process'.
7759         (tramp-maybe-open-connection): Check also whether `non-essential'
7760         is bound.
7762 2012-07-04  Chong Yidong  <cyd@gnu.org>
7764         * xml.el (xml--parse-buffer): Use xml-syntax-table.
7765         (xml-parse-tag): Likewise, and avoid changing entity tables.
7766         (xml-syntax-table): Define from scratch, making sure not to give
7767         x2000 and other Unicode spaces whitespace syntax, since those are
7768         not spaces in XML.
7769         (xml-parse-fragment): Delete unused function.
7770         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
7771         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
7772         (xml-entity-ref, xml-pe-reference-re)
7773         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
7774         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
7775         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
7776         (xml-entity-value-re): Use syntax references in regexps where
7777         possible; no need to define inside a let-binding.
7778         (xml-parse-dtd): Use xml-pe-reference-re.
7779         (xml-entity-or-char-ref-re): New defconst.
7780         (xml-parse-string, xml-substitute-special): Use it.
7782 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * files.el (locate-dominating-file): Allow `name' to be a predicate.
7785         (find-file--read-only): New function.
7786         (find-file-read-only, find-file-read-only-other-window)
7787         (find-file-read-only-other-frame): Use it.
7788         (insert-file-contents-literally): Don't `fset'.
7789         (get-free-disk-space): Use locate-dominating-file.
7791         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7792         function is already compiled.
7794         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
7796 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
7798         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7799         files on the same host.
7801 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
7803         * help-fns.el (describe-function-1): Only call
7804         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
7806 2012-07-03  Chong Yidong  <cyd@gnu.org>
7808         * xml.el: Protect parser against XML bombs.
7809         (xml-entity-expansion-limit): New variable.
7810         (xml-parse-string, xml-substitute-special): Use it.
7811         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7813 2012-07-03  Glenn Morris  <rgm@gnu.org>
7815         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7816         Allow linking to specific messages in debbugs reports (eg 123#5).
7818 2012-07-02  Chong Yidong  <cyd@gnu.org>
7820         * xml.el: Fix entity and character reference expansion, allowing
7821         them to expand into markup as per XML spec.
7822         (xml-default-ns): New variable.
7823         (xml-entity-alist): Use XML spec definitions for lt and amp.
7824         (xml-parse-region): Make first two arguments optional.
7825         Discard text properties.
7826         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
7827         All callers changed.
7828         (xml-parse-tag): Call xml-parse-tag-1.  For backward
7829         compatibility, this function should not modify buffer contents.
7830         (xml-parse-tag-1): Fix opening-tag regexp.
7831         (xml-parse-string): Rewrite, handling entity and character
7832         references properly.
7833         (xml--entity-replacement-text): Signal an error if a parameter
7834         entity is undefined.
7836 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7838         * comint.el (comint-output-filter): Filter out repeated prompts.
7840         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
7841         and file-name-absolute-p.
7842         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
7843         internal calls.
7845 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7847         Spelling fixes.
7848         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
7849         Rename from byte-compile--refiy-function.  All uses changed.
7851 2012-07-01  Chong Yidong  <cyd@gnu.org>
7853         * xml.el (xml--parse-buffer): New function.  Move most of
7854         xml-parse-region here.
7855         (xml-parse-region): Copy region into a temporary buffer, since
7856         parameter entity substitution requires changing buffer contents.
7857         Use xml--parse-buffer.
7858         (xml-parse-file): Use xml--parse-buffer.
7859         (xml-parse-dtd): Make parameter entity substitution work right.
7860         Use proper regexps for ELEMENT declarations (Bug#7172).
7862 2012-06-30  Glenn Morris  <rgm@gnu.org>
7864         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
7866         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
7867         Remove outdated and unnecessary dbus declarations.
7869 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
7871         * emacs-lisp/timer.el (timer-until): Subtract results of
7872         float-time, instead of taking float-time of the result of
7873         time-subtract, since float-time signals an error for negative time
7874         arguments.
7876 2012-06-30  Chong Yidong  <cyd@gnu.org>
7878         * xml.el (xml-*-re): Convert defvars into defconsts, and
7879         eval-and-compile them so eval-and-compile works on derivatives.
7880         (xml--entity-replacement-text): Use eval-and-comple.
7882 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
7884         * vc/vc-git.el (vc-git-registered): Use cache property
7885         `git-registered'.
7886         (vc-git-mode-line-string): Call `vc-working-revision' instead of
7887         `vc-git-working-revision' in order to benefit from the cache.
7888         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
7890 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
7892         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
7893         removed (likely outside Emacs).  (Bug#11757)
7895 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7897         * emacs-lisp/cl-lib.el: Require macroexp.
7899 2012-06-30  Chong Yidong  <cyd@gnu.org>
7901         * xml.el: Implement XML parameter entities.
7902         (xml-parameter-entity-alist): New variable.
7903         (xml-parse-region, xml-parse-fragment): Preserve previous values
7904         of xml-entity-alist and xml-parameter-entity-alist, so that
7905         repeated calls on different documents do not change them.
7906         (xml-parse-tag): Fix doctype regexp.
7907         (xml--entity-replacement-text): New function.
7908         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
7909         properly requires url retrieval which is unimplemented.
7910         (xml-escape-string): Doc fix.
7912 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
7916 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
7918         * fringe.el (fringe-mode): Doc fix.
7920 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
7922         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
7923         is non-nil.
7924         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
7925         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
7927 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
7929         * calendar/cal-dst.el (calendar-current-time-zone):
7930         Return calendar-current-time-zone-cache if non-nil.
7932 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
7934         * progmodes/which-func.el (which-func-format):
7935         Add mouse-face.  (Bug#11698)
7937 2012-06-29  Leo Liu  <sdl.web@gmail.com>
7939         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
7941 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * minibuffer.el (minibuffer-confirm-exit-commands):
7944         Add completion-at-point (bug#11725).
7946 2012-06-29  Glenn Morris  <rgm@gnu.org>
7948         * progmodes/f90.el (f90-font-lock-keywords-2):
7949         Add some preprocessor elements.  (Bug#10499)
7951 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7953         * progmodes/cperl-mode.el (cperl-update-syntaxification):
7954         Use syntax-propertize (bug#11739).
7956 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
7958         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
7960 2012-06-28  Julien Danjou  <julien@danjou.info>
7962         * term.el (term-handle-colors-array): Use a set of new faces to
7963         color the terminal.  Also uses :inverse-video property.
7964         (term-default-fg-color): Set to nil by default, deprecate in favor
7965         of `term-face'.
7966         (term-default-bg-color): Set to nil by default, deprecate in favor
7967         of `term-face'.
7968         (term-current-face): Use `term-face' by default.
7969         (term-bold-attribute): Variable deleted.
7971 2012-06-28  Glenn Morris  <rgm@gnu.org>
7973         * simple.el (completion-list-mode-finish):
7974         Don't use toggle-read-only.  (Since completion-list-mode has
7975         a special mode-class, it wasn't doing anything extra anyway.)
7977 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7979         Make inlining of other-mode interpreted functions work (bug#11799).
7980         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
7981         (byte-compile): Use it to fix compilation of lexical-binding closures.
7982         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
7983         function, if needed.
7985 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * help-mode.el (help-make-xrefs): Don't just withstand
7988         cyclic-variable-indirection but any error in documentation-property.
7990         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
7991         memory use.
7992         * bindings.el (bindings--define-key): New function.
7993         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
7994         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
7995         * bindings.el: Use it to purecopy define-key bindings.
7997         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
7999         * emacs-lisp/cl.el (flet): Mark obsolete.
8000         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8001         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8002         * progmodes/js.el (js-c-fill-paragraph):
8003         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8004         (ebrowse-switch-member-buffer-to-derived-class):
8005         * play/5x5.el (5x5-solver): Use cl-flet.
8007         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
8008         (cl--symbol-function): New macro.
8009         (cl--letf, cl--letf*): Use it.
8011         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8012         Strip "toggle-" if any.
8014 2012-06-27  Glenn Morris  <rgm@gnu.org>
8016         * info.el (Info-default-directory-list): Move here from paths.el.
8017         * paths.el: Remove file, which is now empty.
8018         * loadup.el: No longer load "paths".
8020         * custom.el (custom-initialize-delay): Doc fix.
8022         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8023         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8024         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8025         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8026         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8027         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8028         * eshell/eshell.el (eshell-defgroup): Remove alias.
8030 2012-06-27  Chong Yidong  <cyd@gnu.org>
8032         * help.el (help-enable-auto-load): New variable.
8034         * help-fns.el (help-fns--autoloaded-p): New function.
8035         (describe-function-1): Refer to a function as "autoloaded" if it
8036         was autoloaded at any time in the past.  Perform autoloading if
8037         help-enable-auto-load is non-nil.
8039 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
8041         * makefile.w32-in (compile, compile-always): Depend on
8042         update-subdirs, not on subdirs.el.  Otherwise, several different
8043         sub-targets of 'bootstrap' running in parallel could
8044         simultaneously write to subdirs.el, producing a garbled file.
8046 2012-06-26  Sam Steingold  <sds@gnu.org>
8048         * files.el (file-name-base): New convenience function.
8049         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8050         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8051         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8052         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8053         * textmodes/ispell.el, textmodes/reftex-ref.el:
8054         * textmodes/tex-mode.el: Use it.
8055         Did not touch cedet and org because they are maintained elsewhere.
8057 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
8059         * calendar/calendar.el (calendar-exit): Don't try to delete or
8060         iconify last frame.  See:
8061         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8063 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
8065         * server.el (server-process-filter): Remember dir in the
8066         process's `server-client-directory' properties.
8068 2012-06-24  Chong Yidong  <cyd@gnu.org>
8070         * xml.el (xml-parse-tag): Correctly handle comment embedded in
8071         non-tag text.
8073 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
8075         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8077 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8079         * help-fns.el (describe-variable): Don't croak when doc is not found.
8080         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8081         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8082         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8083         * emacs-lisp/smie.el (smie-next-sexp): CSE.
8084         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8085         ((lambda ..) ..).
8086         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8088 2012-06-23  Chong Yidong  <cyd@gnu.org>
8090         * info.el (Info-mouse-follow-link): Accept symbol values of
8091         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
8092         (Info-fontify-node): Use Info-link-keymap for all navigation
8093         buttons, with link-args property to perform the desired action.
8094         (Info-link-keymap): Doc fix.
8095         (Info-next-link-keymap, Info-prev-link-keymap)
8096         (Info-up-link-keymap): Delete now-unused keymaps.
8098 2012-06-23  Chong Yidong  <cyd@gnu.org>
8100         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8102         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8103         system abbrevs.
8105         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8107 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8109         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8110         (bug#11719).
8112         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8113         the requote function doesn't work properly (bug#11714).
8115 2012-06-23  Glenn Morris  <rgm@gnu.org>
8117         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8119 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8121         Further GV/CL cleanups.
8122         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8123         gv-expander.
8124         (gv--defun-declaration): New function.
8125         (defun-declarations-alist): Use it.
8126         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8127         (gv-place): Autoload.
8128         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8129         original definition of dotimes and dolist.
8130         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8131         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8132         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8133         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8134         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8135         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8136         to the function's definition.
8137         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8138         * window.el:
8139         * files.el:
8140         * faces.el:
8141         * env.el: Don't use CL.
8143 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8145         Support higher-resolution time stamps (Bug#9000).
8147         * calendar/time-date.el (with-decoded-time-value): New arg
8148         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
8149         (encode-time-value): New optional arg PICO.  New type 3.
8150         (time-to-seconds) [!float-time]: Support the new picoseconds
8151         component if it's used.
8152         (seconds-to-time, time-subtract, time-add):
8153         Support ps-resolution time stamps as well.
8155         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
8156         (timerp): Timer vectors now have length 9, not 8.
8157         (timer--time): Support new-style (4-part) time stamps.
8158         (timer-next-integral-multiple-of-time): Time stamps now have
8159         picosecond resolution, so take a bit more care about rounding.
8160         (timer-relative-time, timer-inc-time): New optional arg psecs.
8161         (timer-set-time-with-usecs): Set psecs to 0.
8162         (timer--activate): Check psecs component, too.
8164         * proced.el (proced-time-lessp): Support ps-resolution stamps.
8166 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8168         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8169         Move the non-essential binding to the post/pre-command-hook where it is
8170         more obviously correct.
8172         * subr.el (read-passwd): Don't use a history at all.
8173         * savehist.el (savehist-save): Remove password saved accidentally
8174         because of the above bug.
8176 2012-06-22  Bastien Guerry  <bzg@gnu.org>
8178         * files.el (toggle-read-only): Display a message telling whether
8179         the buffer is read-only or not (bug#11726).
8181 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * emacs-lisp/gv.el: New file.
8184         * subr.el (push, pop): Extend to generalized variables.
8185         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8186         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8187         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
8188         gv-define-simple-setter, and gv-define-expander.
8189         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
8190         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8191         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8192         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8193         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8194         gv-letplace.
8195         (cl-defstruct): Don't define setf-method any more.
8196         * emacs-lisp/cl.el (flet): Don't autoload.
8197         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8198         (define-setf-expander, defsetf, define-modify-macro)
8199         (cl-struct-setf-expander): Move from cl-lib.el.
8200         * emacs-lisp/syntax.el:
8201         * emacs-lisp/ewoc.el:
8202         * emacs-lisp/smie.el:
8203         * emacs-lisp/cconv.el:
8204         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8205         (timer--time): Use gv-define-simple-setter.
8206         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8207         to avoid coding-system problems in subr.el.  Adjust all users.
8208         (macroexp--maxsize, macroexp-small-p): New functions.
8209         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8210         * scroll-bar.el (scroll-bar-mode):
8211         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8212         (normal-erase-is-backspace-mode): Don't use the `eq' place.
8213         * winner.el (winner-configuration, winner-make-point-alist)
8214         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8215         * files.el (locate-file-completion-table): Avoid list*.
8217 2012-06-22  Chong Yidong  <cyd@gnu.org>
8219         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8220         (dired-create-files): Doc fix (Bug#11329).
8221         (dired-do-copy): Doc fix (Bug#11334).
8222         (dired-mark-read-string): Doc fix (Bug#11553).
8224         * dired.el (dired-recursive-copies, dired-recursive-deletes):
8225         Doc fix (Bug#11326).
8226         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
8227         (dired-dwim-target): Doc fix.
8229         * wdired.el (wdired-mode): Doc fix.
8231 2012-06-22  Glenn Morris  <rgm@gnu.org>
8233         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8234         (pcmpl-rpm-cache-stamp-file): New constant.
8235         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8236         (pcmpl-rpm-packages): Optionally cache list of packages.
8238         * pcmpl-rpm.el (pcmpl-rpm): New group.
8239         (pcmpl-rpm-query-options): New option.
8240         (pcmpl-rpm-packages): No need to inline it.
8241         Use pcmpl-rpm-query-options.
8243         * calendar/calendar.el (calendar-in-read-only-buffer):
8244         Avoid some needless mode changes.
8246 2012-06-21  Chong Yidong  <cyd@gnu.org>
8248         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8249         (desktop-path): Remove . from the default value (Bug#10977).
8250         (desktop-read): Use user-emacs-directory if desktop-path is nil.
8252 2012-06-20  Chong Yidong  <cyd@gnu.org>
8254         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8256 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
8258         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8259         (bug#11201).
8261 2012-06-20  Chong Yidong  <cyd@gnu.org>
8263         * term.el (term-window-width): Handle the case of a missing right
8264         fringe (Bug#8837).
8265         (term-check-size): Use window-text-height (Bug#5445).
8266         (term-mode): Use define-derived-mode.  Minor cleanups.
8267         Set font-lock-defaults (Bug#7692).
8268         (term-move-columns, term-insert-char, term-emulate-terminal)
8269         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8271 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
8273         * net/ange-ftp.el (ange-ftp-get-passwd):
8274         Bind `enable-recursive-minibuffers'.
8275         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8277 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
8279         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8281 2012-06-19  Glenn Morris  <rgm@gnu.org>
8283         * progmodes/python.el (python-mode): Derive from prog-mode.
8285 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
8287         * emulation/edt.el (edt-default-menu-bar-update-buffers)
8288         (edt-user-menu-bar-update-buffers): New functions.
8289         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8291 2012-06-19  Chong Yidong  <cyd@gnu.org>
8293         * subr.el (with-selected-window): Preserve the selected window's
8294         terminal's top-frame (Bug#4702).
8296         * window.el (save-selected-window): Likewise.
8298 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8300         * progmodes/python.el (python-rx-constituents): Move backquote.
8301         (python-skeleton-define, python-define-auxiliary-skeleton):
8302         Use `declare'.
8304 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
8306         * minibuffer.el (read-file-name-default): Revert the patch from
8307         2012-06-17.
8309 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8311         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8312         (pcase--u1, pcase--q1): Don't use apply-partially.
8314 2012-06-18  Glenn Morris  <rgm@gnu.org>
8316         * progmodes/python.el (python-proc, python-buffer)
8317         (python-send-receive, python-send-string): Fix obsolete versions.
8319 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
8321         * window.el (special-display-p): Completely remove stringp
8322         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8324 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
8326         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8328         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8330         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8331         * net/tramp-sh.el (tramp-maybe-open-connection):
8332         Throw if `non-essential' is non-nil.
8334 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
8336         * window.el (special-display-p): Signal an error if BUFFER-NAME
8337         is not a string (Bug#11713).
8339 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
8341         * progmodes/python.el (python-info-beginning-of-backslash):
8342         Rename from python-info-beginning-of-backlash, as a spelling fix.
8344 2012-06-17  Chong Yidong  <cyd@gnu.org>
8346         * term.el (term-emulate-terminal): If term-check-size is called,
8347         move point to the process mark without resetting point (Bug#4635).
8349 2012-06-17  Glenn Morris  <rgm@gnu.org>
8351         * international/mule-cmds.el (mule-menu-keymap)
8352         (set-language-environment, set-locale-environment): Doc tweaks.
8354 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
8356         * cus-face.el (custom-face-attributes): Add wave-style underline
8357         attribute.
8358         * faces.el (set-face-attribute): Update docstring to describe
8359         wave-style underline attribute.
8361 2012-06-16  Chong Yidong  <cyd@gnu.org>
8363         * term/xterm.el (terminal-init-xterm): Discard input before
8364         querying background mode (Bug#10959).
8366 2012-06-16  Stefan Merten  <smerten@oekonux.de>
8368         * textmodes/rst.el: Added and corrected some comments.
8369         (rst-re-alist-def): Improve symbol syntax.
8370         (rst-mode-syntax-table): Correct syntax entries.
8371         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8372         (rst-official-version, rst-official-cvs-rev): Update version
8373         information.
8375 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
8377         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8378         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8380 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
8382         * progmodes/python.el: New python.el merge.
8383         (python-guess-indent): Obsolete var.
8384         (python-indent-guess-indent-offset): New defcustom.
8385         (python-indent): Obsolete var.
8386         (python-indent-offset): New defcustom.
8387         (python-python-command, python-jython-command): Delete var.
8388         (python-shell-interpreter): New defcustom.
8389         (python-pdbtrack-do-tracking-p): Delete var.
8390         (python-pdbtrack-activate): New defcustom.
8391         (python-use-skeletons): Obsolete var.
8392         (python-skeleton-autoinsert): New defcustom.
8393         (inferior-python-filter-regexp, python-continuation-offset)
8394         (python-honour-comment-indentation, python-indent-string-contents)
8395         (python-jython-packages, python-mode-hook)
8396         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8397         (python-shell-prompt-alist)
8398         (python-source-modes): Delete defcustoms.
8399         (python-check-buffer-name, python-eldoc-setup-code)
8400         (python-eldoc-string-code, python-ffap-setup-code)
8401         (python-ffap-string-code, python-fill-comment-function)
8402         (python-fill-decorator-function, python-fill-paren-function)
8403         (python-fill-string-function, python-imenu-include-defun-type)
8404         (python-imenu-make-tree, python-imenu-subtree-root-label)
8405         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8406         (python-shell-compilation-regexp-alist)
8407         (python-shell-completion-module-string-code)
8408         (python-shell-completion-pdb-string-code)
8409         (python-shell-completion-setup-code)
8410         (python-shell-completion-string-code)
8411         (python-shell-enable-font-lock, python-shell-exec-path)
8412         (python-shell-extra-pythonpaths)
8413         (python-shell-internal-buffer-name, python-shell-interpreter-args)
8414         (python-shell-process-environment)
8415         (python-shell-prompt-block-regexp)
8416         (python-shell-prompt-output-regexp)
8417         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8418         (python-shell-send-setup-max-wait, python-shell-setup-codes)
8419         (python-shell-virtualenv-path): New defcustoms.
8420         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8421         (inferior-python-mode-syntax-table, python--prompt-regexp)
8422         (python-buffer, python-command python-python-command)
8423         (python-default-template, python-imports, python-indent-index)
8424         (python-indent-list, python-indent-list-length)
8425         (python-mode-running, python-pdbtrack-is-tracking-p)
8426         (python-preoutput-continuation, python-preoutput-leftover)
8427         (python-preoutput-result, python-preoutput-skip-next-prompt)
8428         (python-prev-dir/file, python-recursing)
8429         (python-saved-check-command, python-version-checked)
8430         (python-which-func-length-limit)
8431         (view-return-to-alist): Delete vars.
8432         (python-check-custom-command, python-dotty-syntax-table)
8433         (python-imenu-index-alist, python-indent-current-level)
8434         (python-indent-dedenters, python-indent-levels)
8435         (python-nav-beginning-of-defun-regexp)
8436         (python-nav-list-defun-positions-cache)
8437         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8438         (python-shell-internal-buffer)
8439         (python-skeleton-available): New vars.
8440         (def-python-skeleton): Delete macro.
8441         (python-skeleton-define): New macro.
8442         (python-define-auxiliary-skeleton, python-rx): New macros.
8443         (python-insert-class): Delete command.
8444         (python-skeleton-class): New command.
8445         (python-insert-def): Delete command.
8446         (python-skeleton-def): New command.
8447         (python-insert-for): Delete command.
8448         (python-skeleton-for): New command.
8449         (python-insert-if): Delete command.
8450         (python-skeleton-if): New command.
8451         (python-insert-try/except, python-insert-try/finally): Delete commands.
8452         (python-skeleton-try): New command.
8453         (python-insert-while): Delete command.
8454         (python-skeleton-while): New command.
8455         (python-backspace): Delete command.
8456         (python-indent-dedent-line-backspace): New command.
8457         (python-electric-colon): Delete command.
8458         (python-indent-electric-colon): New command.
8459         (python-guess-indent): Delete command.
8460         (python-indent-guess-indent-offset): New command.
8461         (python-shift-left): Delete command.
8462         (python-indent-shift-left): New command.
8463         (python-shift-right): Delete command.
8464         (python-indent-shift-right): New command.
8465         (python-find-function): Delete command.
8466         (python-nav-jump-to-defun): New command.
8467         (python-next-statement): Delete command.
8468         (python-nav-forward-sentence): New command.
8469         (python-previous-statement): Delete command.
8470         (python-nav-backward-sentence): New command.
8471         (python-fill-paragraph): Delete command.
8472         (python-fill-paragraph-function): New command.
8473         (python-send-buffer): Delete command.
8474         (python-shell-send-buffer): New command.
8475         (python-send-defun): Delete command.
8476         (python-shell-send-defun): New command.
8477         (python-send-region, python-send-region-and-go): Delete commands.
8478         (python-shell-send-region)
8479         (python-shell-switch-to-shell): New commands.
8480         (python-send-string): Delete command.
8481         (python-shell-send-string): New command.
8482         (python-switch-to-python): Delete command.
8483         (python-shell-switch-to-shell): New command.
8484         (python-describe-symbol): Delete command.
8485         (python-eldoc-at-point): New command.
8486         (python--set-prompt-regexp, python-args-to-list)
8487         (python-after-info-look, python-check-version)
8488         (python-check-comint-prompt, python-find-imports)
8489         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8490         (python-unload-function, python-expand-template)
8491         (python-maybe-jython, python-preoutput-filter)
8492         (python-pdbtrack-get-source-buffer)
8493         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8494         (python-pdbtrack-toggle-stack-tracking)
8495         (python-pdbtrack-track-stack-file, python-initial-text)
8496         (python-first-word, python-comment-line-p, python-send-command)
8497         (python-setup-brm, python-sentinel, python-set-proc)
8498         (python-skip-out, python-input-filter, python-outdent-p)
8499         (python-outline-level, python-backslash-continuation-line-p)
8500         (python-end-of-block, python-end-of-statement, python-mark-block)
8501         (python-beginning-of-block, python-beginning-of-statement)
8502         (python-blank-line-p, python-beginning-of-string)
8503         (python-open-block-statement-p): Delete functions.
8504         (python-indent-line, python-indent-line-1): Delete functions.
8505         (python-indent-line): New function.
8506         (python-indentation-levels): Delete function.
8507         (python-indent-calculate-levels): New function.
8508         (python-proc): Delete function.
8509         (python-shell-get-process): New function.
8510         (python-send-receive): Delete function.
8511         (python-shell-send-string-no-output): New function.
8512         (python-module-path): Delete function.
8513         (python-ffap-module-path): New function.
8514         (python-completion-at-point)
8515         (python-symbol-completions): Delete functions.
8516         (python-completion-complete-at-point): New function.
8517         (python-load-file): Delete function.
8518         (python-shell-send-file): New function.
8519         (python-calculate-indentation): Delete function.
8520         (python-indent-calculate-indentation): New function.
8521         (python-skip-comments/blanks): Delete function.
8522         (python-util-forward-comment): New function.
8523         (python-continuation-line-p): Delete function.
8524         (python-info-continuation-line-p): New function.
8525         (python-which-func, python-current-defun): Delete function.
8526         (python-info-current-defun): New function.
8527         (python-beginning-of-defun): Delete function.
8528         (python-nav-beginning-of-defun): New function.
8529         (python-close-block-statement-p)
8530         (python-block-end-p): Delete function.
8531         (python-info-closing-block): New function.
8532         (python-comint-output-filter-function)
8533         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8534         (python-fill-comment, python-fill-decorator, python-fill-paren)
8535         (python-fill-string, python-imenu-make-element-tree)
8536         (python-imenu-make-tree, python-imenu-tree-assoc)
8537         (python-indent-context, python-indent-dedent-line)
8538         (python-indent-line-function)
8539         (python-indent-post-self-insert-function)
8540         (python-indent-toggle-levels)
8541         (python-info-assignment-continuation-line-p)
8542         (python-info-beginning-of-backlash)
8543         (python-info-block-continuation-line-p)
8544         (python-info-closing-block-message)
8545         (python-info-line-ends-backslash-p)
8546         (python-info-looking-at-beginning-of-defun)
8547         (python-info-ppss-context, python-info-ppss-context-type)
8548         (python-nav-list-defun-positions, python-nav-read-defun)
8549         (python-nav-sentence-end, python-nav-sentence-start)
8550         (python-pdbtrack-comint-output-filter-function)
8551         (python-pdbtrack-set-tracked-buffer)
8552         (python-shell-calculate-exec-path)
8553         (python-shell-calculate-process-environment)
8554         (python-shell-completion--do-completion-at-point)
8555         (python-shell-completion--get-completions)
8556         (python-shell-completion-complete-at-point)
8557         (python-shell-completion-complete-or-indent)
8558         (python-shell-get-or-create-process)
8559         (python-shell-get-process-name)
8560         (python-shell-internal-get-or-create-process)
8561         (python-shell-internal-get-process-name)
8562         (python-shell-internal-send-string, python-shell-make-comint)
8563         (python-shell-parse-command, python-shell-send-setup-code)
8564         (python-skeleton-add-menu-items)
8565         (python-util-clone-local-variables, python-util-position)
8566         (run-python-internal, python-indentation-levels)
8567         (python-nav-beginning-of-defun)
8568         (python-completion-complete-at-point): New functions.
8569         (run-python): Change arguments.  New API requirements.
8571 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8573         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8574         (bug#11649).
8576         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8577         (macroexp--expand-all): Use it.
8579         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8580         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8581         Use `cl-function' instead.
8583 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
8585         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8586         Suggested by Stefan Monnier while discussing bug#11657.
8588 2012-06-14  Sam Steingold  <sds@gnu.org>
8590         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8592 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8594         * play/doctor.el (doctor-doc): Remove parameter and use
8595         doctor-sent instead of sent.
8596         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
8598 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8600         * files.el: Require cl-lib.
8601         (file-name-non-special): Replace case -> cl-case.
8603         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8605         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8606         mapping from #' to function*.
8608 2012-06-13  Chong Yidong  <cyd@gnu.org>
8610         * mouse.el (mouse-drag-track): Do not set the mark if the user
8611         releases the mouse without selecting anything (Bug#11588).
8613 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8615         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8616         as well (bug#11646).
8618         * loadup.el: Count byte-code functions as well.
8620         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8621         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8623         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8624         (bug#11649).  Add cl-defun and cl-defmacro.
8626 2012-06-13  Drew Adams  <drew.adams@oracle.com>
8628         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8629         Fix last change.
8631 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
8633         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8634         Otherwise, it blocks in batch mode.
8636 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
8638         * help-mode.el (bookmark-make-record-default): Declare.
8640 2012-06-13  Chong Yidong  <cyd@gnu.org>
8642         * emacs-lisp/package.el (list-packages): Compute a list of
8643         packages that are newly-available since the last list-packages
8644         invocation.
8645         (package-menu--new-package-list): New var.
8646         (package-menu--generate, package-menu--print-info)
8647         (package-menu--status-predicate, package-menu-mark-install):
8648         Handle new status label "new".
8650 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8652         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
8653         conversion to backquotes.
8655 2012-06-12  Chong Yidong  <cyd@gnu.org>
8657         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
8658         Rename from gud-inhibit-global-bindings.
8660         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
8662         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
8663         hook from nxml-glyph-set-hook.
8665         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
8666         declaration.
8668         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
8670         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
8671         Convert to defcustom.
8673 2012-06-12  Drew Adams  <drew.adams@oracle.com>
8675         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8676         New functions.
8677         (help-mode): Use them.
8679 2012-06-11  Glenn Morris  <rgm@gnu.org>
8681         * progmodes/fortran.el (fortran-font-lock-keywords-3):
8682         Use preprocessor face for directives.
8683         (fortran-directive-re): Doc fix.
8685 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8687         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
8688         conversion to backquotes (bug#11652).
8690         Fix compiler-expansion of CL's cXXr functions (bug#11673).
8691         * emacs-lisp/cl-lib.el (cl--defalias): New function.
8692         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
8693         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
8694         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8695         (cl-ninth, cl-tenth): Mark them as inlinable.
8696         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
8697         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
8698         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
8699         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
8700         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
8701         (cl-list*, cl-adjoin): Don't put an autoload manually.
8702         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
8703         (cl--compiler-macro-list*): Add autoload cookie.
8704         (cl--compiler-macro-cXXr): New function.
8706         * help-fns.el (help-fns--compiler-macro): New function extracted from
8707         describe-function-1; follow aliases and use `compiler-macro' property.
8708         (describe-function-1): Use it.
8710 2012-06-11  Chong Yidong  <cyd@gnu.org>
8712         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
8713         is uninstalled, if imagemagick is installed.
8715 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * emacs-lisp/cl-lib.el: Use lexical-binding.
8718         (cl-map-extents, cl-maclisp-member): Remove.
8719         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
8720         (cl--set-substring, cl--block-wrapper, cl--block-throw)
8721         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
8722         * emacs-lisp/cl-extra.el: Use lexical-binding.
8723         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
8724         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
8725         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
8726         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
8727         * emacs-lisp/cl-seq.el: Use lexical-binding.
8728         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
8729         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
8730         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
8731         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
8732         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
8733         CL's internals.
8735 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
8737         Sync with Tramp 2.2.6-pre.
8739         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
8740         `print-length' and `print-level' to nil, in order to avoid
8741         truncation.  Reported by Christopher Schmidt
8742         <christopher@ristopher.com>.
8744         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
8746         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
8747         New defmacro.
8748         (tramp-compat-copy-directory): Add optional argument
8749         COPY-CONTENTS.  It is not handled yet.
8751         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
8752         (tramp-ftp-file-name-p): Simplify.
8754         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
8755         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
8756         connection vector.
8758         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
8759         (tramp-methods): Do not use `tramp-password-end-of-line'.
8760         (tramp-completion-function-alist-putty): Handle UNIX case.
8761         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
8762         (tramp-do-file-attributes-with-stat)
8763         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
8764         gid as real numbers.  They could run out of integer range on cygwin.
8765         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
8766         (tramp-sh-handle-expand-file-name): Handle hops.
8767         (tramp-open-connection-setup-interactive-shell):
8768         Use `tramp-cleanup'.  Move check for busyboxes ...
8769         (tramp-find-shell): ... here.  Simplify implementation.
8770         Set "remote-shell" property also for alternative shells.
8771         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
8772         If failing, a regular file would be written otherwise.
8773         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
8774         (tramp-find-inline-encoding): Cache the coding commands in the
8775         process cache.  Apply test command on the remote side, if defined.
8776         (tramp-find-inline-compress): Cache the compress commands in the
8777         process cache.
8778         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
8779         when requested.  Handle hops.
8780         (tramp-current-connection): New defvar.
8781         (tramp-maybe-open-connection): Use `tramp-cleanup'.
8782         Throw `suppress', if there was a failed connection shortly before.
8783         Handle user interrupt.  (Bug#10187)
8784         (tramp-get-inline-compress, tramp-get-inline-coding):
8785         Read connection properties from the process cache.
8787         * net/tramp-smb.el (tramp-smb-server-version)
8788         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8789         New defconsts.
8790         (tramp-smb-prompt): Extend for powershell prompt.
8791         (tramp-smb-file-name-handler-alist): Add handlers for
8792         `process-file', `shell-command' and `start-file-process'.
8793         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8794         (tramp-smb-winexe-shell-command-switch): New defcustoms.
8795         (tramp-smb-file-name-p): Simplify.
8796         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8797         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8798         (tramp-smb-shell-quote-argument): New defuns.
8799         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8800         Implement using "tar".  By this, time-stamps are preserved.
8801         (tramp-smb-handle-copy-file): Handle also the case of directories.
8802         (tramp-smb-do-file-attributes-with-stat)
8803         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8804         Use `tramp-get-connection-buffer').
8805         (tramp-smb-handle-rename-file): Use "rename", when source and
8806         target are on the same share.
8807         (tramp-smb-maybe-open-connection): Handle wrong passwords.
8808         Use `tramp-smb-server-version'.
8809         (tramp-smb-wait-for-output): Remove prompt.
8811         * net/tramp.el (top): Require 'cl.
8812         (tramp-methods, tramp-rsh-end-of-line):
8813         Remove `tramp-password-end-of-line' from docstring.
8814         (tramp-save-ad-hoc-proxies): New defcustom.
8815         (tramp-completion-function-alist): Adapt docstring.
8816         (tramp-default-password-end-of-line): Remove defcustom.
8817         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
8818         (tramp-user-regexp, tramp-file-name-regexp-unified)
8819         (tramp-file-name-regexp-url): Extend regexp by hop separator.
8820         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
8821         (tramp-remote-file-name-spec-regexp): New defconst.
8822         (tramp-file-name-structure): Extend structure for hops.
8823         (tramp-get-method-parameter): Move up.
8824         (tramp-file-name-p, tramp-dissect-file-name)
8825         (with-parsed-tramp-file-name): Handle hops.
8826         (tramp-file-name-hop): New defun.
8827         (tramp-make-tramp-file-name): New optional arg HOP.
8828         (tramp-message-show-progress-reporter-message): New defvar.
8829         (tramp-with-progress-reporter): Use it.  We cannot use
8830         `tramp-message-show-message' here, because this suppresses also
8831         error buffers.
8832         (tramp-error-with-buffer): Suppress buffer view, if
8833         `tramp-message-show-message' is nil.
8834         Use `tramp-get-connection-buffer'.
8835         (tramp-cleanup): New defun.
8836         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
8837         (tramp-file-name-handler): If `debug-on-error' is set, propagate
8838         an error unchanged.
8839         (tramp-completion-handle-file-name-all-completions): Handle hops.
8840         Fix an error when called from ido.
8841         (tramp-completion-dissect-file-name): Use better local variable
8842         name.  Add hop to the vector.
8843         (tramp-handle-insert-file-contents): Use progress-reporter for the
8844         whole scenario.
8845         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
8846         to `t'.
8847         (tramp-check-for-regexp): Simplify search.
8848         (tramp-enter-password): Remove it.  Move implementation ...
8849         (tramp-action-password): ... here.
8850         (tramp-mode-string-to-int, tramp-local-host-p)
8851         (tramp-make-tramp-temp-file, tramp-read-passwd)
8852         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
8853         Set tramp-autoload cookie.
8855         * net/trampver.el: Update release number.
8857 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8858             Michael Albinus  <michael.albinus@gmx.de>
8860         * net/tramp.el (tramp-set-completion-function): Fix docstring.
8861         (tramp-parse-group, tramp-parse-file)
8862         (tramp-parse-shostkeys-sknownhosts): New defuns.
8863         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
8864         (tramp-parse-shosts-group, tramp-parse-sconfig)
8865         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
8866         (tramp-parse-sknownhosts, tramp-parse-hosts)
8867         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
8868         Use them.
8869         (tramp-parse-passwd-group, tramp-parse-netrc-group)
8870         (tramp-parse-putty-group): Don't narrow.
8871         (tramp-parse-putty): Make a loop.
8872         (tramp-file-name-handler): Catch the `suppress' signal.
8874 2012-06-11  Chong Yidong  <cyd@gnu.org>
8876         * image.el (imagemagick-register-types): Put the ImageMagick entry
8877         at the end of image-type-file-name-regexps.
8879 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
8881         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
8882         (pcase, pcase-let*, pcase-dolist): Use them.
8884 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8886         * emacs-lisp/pcase.el (pcase--let*): New function.
8887         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
8888         (pcase--expand): Use macroexp-let².
8890 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
8893         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
8894         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
8895         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
8896         * emacs-lisp/derived.el: Use pcase instead of `cl'.
8897         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
8899 2012-06-10  Glenn Morris  <rgm@gnu.org>
8901         * mail/rmail.el (rmail-yank-current-message): Leave point at
8902         correct position.  (Bug#11660)
8904 2012-06-10  Chong Yidong  <cyd@gnu.org>
8906         * allout-widgets.el: Fix code header.
8908 2012-06-10  Chong Yidong  <cyd@gnu.org>
8910         * cus-edit.el (customize-changed-options-previous-release):
8911         Bump to 24.1.
8913 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
8915         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
8917 2012-06-09  Chong Yidong  <cyd@gnu.org>
8919         * ebuff-menu.el (electric-buffer-list): Preserve header line.
8921 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
8923         * window.el (special-display-popup-frame): Don't use
8924         window--display-buffer (Bug#11651).
8926 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
8928         Fix parallel builds: make sure loaddefs.el is not being written
8929         while Lisp files are compiled.
8930         (compile): Don't depend on 'mh-autoloads'.
8931         (compile-CMD, compile-SH): Depend on 'autoloads'.
8932         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
8934         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
8936 2012-06-09  Chong Yidong  <cyd@gnu.org>
8938         * face-remap.el (face-remap-add-relative, face-remap-set-base)
8939         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
8940         Doc fixes (Bug#11225).
8942 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
8945         a function if there's a clear indication that it has a compiler-macro.
8946         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
8947         (macro-declarations-alist): Add arglist to declaration functions.
8948         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
8949         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
8950         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
8951         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
8952         Also add autoload to find the compiler macro.
8953         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
8954         (cl--compiler-macro-member, cl--compiler-macro-assoc)
8955         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
8956         (cl--compiler-macro-get): New functions, replacing calls to
8957         cl-define-compiler-macro.
8958         (cl-typep) [compiler-macro]: Use macroexp-let².
8960 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
8962         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
8963         string properly, fixes Bug#11473.
8965 2012-06-08  Chong Yidong  <cyd@gnu.org>
8967         * faces.el (set-face-attribute): Doc fix.
8968         (modify-face): Don't use :bold and :italic.
8969         (error, warning, success): Tweak definitions.
8971         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
8972         (custom-modified, custom-set, custom-changed, custom-themed)
8973         (custom-saved, custom-button, custom-button-mouse)
8974         (custom-button-pressed, custom-state, custom-comment-tag)
8975         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
8976         (custom-group-subtitle): Use new-style face specs.
8977         (custom-invalid-face, custom-rogue-face, custom-modified-face)
8978         (custom-set-face, custom-changed-face, custom-saved-face)
8979         (custom-button-face, custom-button-pressed-face)
8980         (custom-documentation-face, custom-state-face)
8981         (custom-comment-face, custom-comment-tag-face)
8982         (custom-variable-tag-face, custom-variable-button-face)
8983         (custom-face-tag-face, custom-group-tag-face-1)
8984         (custom-group-tag-face): Remove obsolete face alias.
8986         * epa.el (epa-validity-high, epa-validity-medium)
8987         (epa-validity-low, epa-mark, epa-field-name, epa-string)
8988         (epa-field-name, epa-field-body):
8989         * font-lock.el (font-lock-comment-face, font-lock-string-face)
8990         (font-lock-keyword-face, font-lock-builtin-face)
8991         (font-lock-function-name-face, font-lock-variable-name-face)
8992         (font-lock-type-face, font-lock-constant-face):
8993         * ido.el (ido-first-match, ido-only-match, ido-subdir)
8994         (ido-virtual, ido-indicator, ido-incomplete-regexp):
8995         * speedbar.el (speedbar-button-face, speedbar-file-face)
8996         (speedbar-directory-face, speedbar-tag-face)
8997         (speedbar-selected-face, speedbar-highlight-face)
8998         (speedbar-separator-face):
8999         * whitespace.el (whitespace-newline, whitespace-space)
9000         (whitespace-hspace, whitespace-tab, whitespace-trailing)
9001         (whitespace-line, whitespace-space-before-tab)
9002         (whitespace-space-after-tab, whitespace-indentation)
9003         (whitespace-empty):
9004         * emulation/cua-base.el (cua-global-mark):
9005         * eshell/em-prompt.el (eshell-prompt):
9006         * net/newst-plainview.el (newsticker-new-item-face)
9007         (newsticker-old-item-face, newsticker-immortal-item-face)
9008         (newsticker-obsolete-item-face, newsticker-date-face)
9009         (newsticker-statistics-face, newsticker-default-face):
9010         * net/newst-reader.el (newsticker-feed-face)
9011         (newsticker-extra-face, newsticker-enclosure-face):
9012         * net/newst-treeview.el (newsticker-treeview-face)
9013         (newsticker-treeview-new-face, newsticker-treeview-old-face)
9014         (newsticker-treeview-immortal-face)
9015         (newsticker-treeview-obsolete-face)
9016         (newsticker-treeview-selection-face):
9017         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9018         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9019         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9020         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9021         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9022         (nxml-outline-active-indicator, nxml-outline-ellipsis):
9023         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9024         (mpuz-text):
9025         * progmodes/vera-mode.el (vera-font-lock-number)
9026         (vera-font-lock-function, vera-font-lock-interface):
9027         * textmodes/table.el (table-cell): Use new-style face specs, and
9028         don't use the old :bold and :italic attributes.
9030         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9031         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9032         (ebrowse-member-class, ebrowse-progress): Likewise.
9033         (ebrowse-tree-mark-face, ebrowse-root-class-face)
9034         (ebrowse-file-name-face, ebrowse-default-face)
9035         (ebrowse-member-attribute-face, ebrowse-member-class-face)
9036         (ebrowse-progress-face): Remove obsolete faces.
9038         * progmodes/flymake.el (flymake-errline, flymake-warnline):
9039         Inherit from error and warning faces respectively.
9041         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9042         Likewise.
9043         (flyspell-incorrect-face, flyspell-duplicate-face):
9044         Remove obsolete aliases.
9046 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
9048         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9049         Avoid infloop.
9051 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9053         * startup.el (argv, argi): Make lexically scoped.
9054         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9055         * emacs-lisp/cl-macs.el: Use lexical-binding.
9056         Rename cl-bind-* to cl--bind-*.
9057         * files.el: Don't require `cl' since it doesn't use it.
9058         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9060 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
9062         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9063         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9064         instead of calling external sort utility.
9065         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9067 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
9069         * descr-text.el (describe-char): Mention how to insert the
9070         character, if the current input method doesn't support it.
9071         See the discussion in this thread for the details:
9072         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9074 2012-06-08  Sam Steingold  <sds@gnu.org>
9076         * bindings.el (global-map): Bind XF86Forward to next-buffer and
9077         XF86Back to previous-buffer.
9078         (minibuffer-local-map): Bind them to next-history-element and
9079         previous-history-element respectively.
9080         * help-mode.el (help-mode-map): Bind them to help-go-forward and
9081         help-go-back respectively.
9082         * info.el (Info-mode-map): Bind them to Info-history-forward and
9083         Info-history-back respectively.
9084         These are the keys next to Up on the ThinkPad keyboard.
9086 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9089         * emacs-lisp/cl-macs.el: Provide itself.
9090         (cl--labels-convert-cache): New var.
9091         (cl--labels-convert): New function.
9092         (cl-flet, cl-labels): New implementation with new semantics, relying on
9093         lexical-binding.
9094         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9095         (cl-closure-vars, cl--function-convert-cache)
9096         (cl--function-convert): Move from cl-macs.el.
9097         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9098         rename by removing the "cl-" prefix.
9099         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9101 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9103         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9104         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9105         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9106         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9107         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9108         (cl-hash-table-count): Add old compatibility aliases.
9110         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9111         Use macroexpand-all-environment instead.
9112         (cl--old-macroexpand): New var.
9113         (cl--sm-macroexpand): New function.
9114         (cl-symbol-macrolet): Use it during macro expansion.
9115         (cl--function-convert-cache): New var.
9116         (cl--function-convert): New function, extracted from
9117         cl-macroexpand-all.
9118         (cl-lexical-let): Use it.
9120         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9121         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9122         (cl-member): Remove old alias.
9124         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9125         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9126         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9127         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9128         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9129         (cl-macroexpand-cmacs): Remove var.
9130         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9131         Use macroexpand-all instead.
9133 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9135         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9136         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9137         (macroexp-copyable-p): New functions and macros.
9138         * emacs-lisp/edebug.el (edebug-unwrap):
9139         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9140         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9141         (pcase--let*): Remove.
9142         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9143         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
9144         macroexp-const-p instead.
9145         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9147         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9148         instead of "cl-" for internal definitions.  Use macroexp-const-p.
9149         (cl-old-bc-file-form): Remove var.
9150         (cl-const-exprs-p): Remove fun.
9151         (cl-labels, cl-macrolet): Use backquote.
9152         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
9153         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9154         (cl-define-setf-expander): Rename from cl-define-setf-method.
9155         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9157         * international/mule-cmds.el: Don't require CL.
9158         (view-hello-file): Don't use `letf'.
9160 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9162         * tmm.el (tmm-prompt): Use string-prefix-p.
9163         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9164         (tmm-add-prompt): Use minibuffer-completion-help.
9165         (tmm-delete-map): Remove.
9167         * subr.el (kbd): Make it its own function.
9169 2012-06-07  Stefan Merten  <smerten@oekonux.de>
9171         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9172         Silence compiler warnings.  Fix versions.
9173         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9174         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9175         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9176         (rst-package-emacs-version-alist): Correct Emacs version to
9177         represent major merge with upstream.
9178         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9180 2012-06-06  Glenn Morris  <rgm@gnu.org>
9182         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9183         Only print environment variables if set.
9185 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9187         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9188         (macroexp--cons): Rename from maybe-cons.
9189         (macroexp--accumulate): Rename from macroexp-accumulate.
9190         (macroexp--all-forms): Rename from macroexpand-all-forms.
9191         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9192         (macroexp--expand-all): Rename from macroexpand-all-1.
9194 2012-06-06  Sam Steingold  <sds@gnu.org>
9196         * calendar/calendar.el (calendar-in-read-only-buffer):
9197         Call `special-mode' to enable the standard read-only keybindings.
9199 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9201         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9202         with "loading" messages (bug#11635).
9204 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
9206         * files.el (enable-remote-dir-locals): New option.
9207         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
9209         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9210         Ensure, that the temp directory is local.
9212         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9213         `temporary-file-directory'.
9215         * progmodes/python.el (python-send-region): Ensure, that the
9216         temporary file is created also in the remote case.
9218 2012-06-06  Glenn Morris  <rgm@gnu.org>
9220         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9221         (vc-rcs-update-changelog): Use it.
9223         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9225         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9226         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9227         (vc-sccs-diff): Replace use of the external vcdiff script.
9229 2012-06-05  Glenn Morris  <rgm@gnu.org>
9231         * ledit.el: Move to obsolete/.
9233 2012-06-05  Sam Steingold  <sds@gnu.org>
9235         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9236         patch (Bug#11140).
9238 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9240         * emacs-lisp/cust-print.el: Move to obsolete.
9242         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9243         compiler-macro expansion.
9245         Add native compiler-macro support.
9246         * emacs-lisp/macroexp.el (macroexpand-all-1):
9247         Support compiler-macros directly.  Properly follow aliases and apply
9248         the compiler macros more thoroughly.
9249         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9250         macroexpand now properly follows aliases.
9251         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9252         (cl-compiler-macroexpand): Use new prop.
9253         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9255         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9257 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
9259         * window.el (get-lru-window, get-mru-window, get-largest-window):
9260         New argument NOT-SELECTED to avoid picking the selected window.
9261         (window--display-buffer-1, window--display-buffer-2): Replace by
9262         new function window--display-buffer
9263         (display-buffer-same-window, display-buffer-reuse-window)
9264         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9265         Use window--display-buffer.
9266         (display-buffer-use-some-window): Remove temporary dedication
9267         hack by calling get-lru-window and get-largest-window with
9268         NOT-SELECTED argument non-nil.  Call window--display-buffer.
9270 2012-06-05  Glenn Morris  <rgm@gnu.org>
9272         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9273         Replace external vcdiff script.
9275 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9277         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9279 2012-06-04  Chong Yidong  <cyd@gnu.org>
9281         * image.el (imagemagick-types-inhibit): Revert last change.
9282         Add INFO and M.
9283         (imagemagick-enabled-types): Remove CIN and EPS*.
9285 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * emacs-lisp/cl-lib.el: Rename from cl.el.
9288         * emacs-lisp/cl.el: New compatibility file.
9289         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9290         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9291         to obey the "cl-" prefix.
9292         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9294 2012-06-03  Glenn Morris  <rgm@gnu.org>
9296         * emacs-lisp/authors.el (authors-aliases): Addition.
9298         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9299         Fix :version.
9301 2012-06-03  Stefan Merten  <smerten@oekonux.de>
9303         * textmodes/rst.el: Add comments.
9304         (rst-transition, rst-adornment): New faces.
9305         (rst-adornment-faces-alist): Make default safe to reevaluate.
9306         Fixes
9307         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9308         Improve customization tags.
9309         (rst-define-level-faces): Clarify meaning.
9311 2012-06-03  Chong Yidong  <cyd@gnu.org>
9313         * progmodes/compile.el (compilation-mode-line-fail)
9314         (compilation-mode-line-run, compilation-mode-line-exit):
9315         New faces.
9316         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9318 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
9320         * progmodes/which-func.el (which-func-update-ediff-windows):
9321         New function.  Use it in ediff-select-hook (Bug#11478).
9323 2012-06-03  Chong Yidong  <cyd@gnu.org>
9325         * bindings.el: Remove explicit help text from format-mode-line.
9326         It is now supplied by mode-line-default-help-echo.
9327         (mode-line-front-space, mode-line-end-spaces)
9328         (mode-line-misc-info): New variables.
9329         (mode-line-modes, mode-line-position): Move the default value to
9330         the variable definition.
9331         (mode-line-default-help-echo): New defcustom.
9332         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9333         (mode-line-modified-help-echo): New functions.
9334         (mode-line-mule-info, mode-line-modified): Use them.
9335         (mode-line-eol-desc, propertized-buffer-identification):
9336         Consistency fixes for help text.
9337         (mode-line-coding-system-map): Allow using mouse-3 to invoke
9338         set-buffer-file-coding-system (Bug#289).
9339         (mode-line-mule-info-help-echo): Update help text.
9341 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9343         * simple.el (execute-extended-command): Set real-this-command
9344         (bug#11506).
9346 2012-06-02  Chong Yidong  <cyd@gnu.org>
9348         Remove incorrect uses of "modeline" in comments, docstrings, and
9349         function/variable names (Bug#10329).
9351         * cus-edit.el (mode-line):
9352         * dframe.el (dframe-mouse-hscroll):
9353         * emacs-lisp/re-builder.el:
9354         * emacs-lisp/easy-mmode.el (define-minor-mode):
9355         * frame.el (set-frame-name):
9356         * help.el (lookup-minor-mode-from-indicator):
9357         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9358         * progmodes/cc-cmds.el (c-toggle-auto-newline)
9359         (c-toggle-hungry-state):
9360         * progmodes/antlr-mode.el (antlr-language-alist):
9361         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9362         * progmodes/vhdl-mode.el (vhdl-mode):
9363         * progmodes/which-func.el (which-func, which-func-cleanup-function):
9364         * term/ns-win.el (ns-face-at-pos):
9365         * term/sup-mouse.el (sup-mouse-report):
9366         * textmodes/flyspell.el (flyspell-mode-line-string):
9367         * textmodes/ispell.el (ispell-highlight-face):
9368         * textmodes/reftex-global.el:
9369         * vc/vc-arch.el (vc-arch-mode-line-string):
9370         * vc/vc-cvs.el (vc-cvs-mode-line-string):
9371         * vc/vc-git.el (vc-git-mode-line-string):
9372         * vc/vc-hooks.el (vc-display-status)
9373         (vc-default-mode-line-string):
9374         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9376         * ansi-color.el (ansi-color-faces-vector): Change default faces.
9378         * dired.el (dired-sort-set-mode-line): Rename from
9379         dired-sort-set-modeline.  All callers changed.
9381         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9382         eshell-status-in-modeline.
9384         * foldout.el (foldout-mode-line-string): Rename from
9385         foldout-modeline-string.  All callers changed.
9386         (foldout-update-mode-line): Rename from foldout-update-modeline.
9388         * subr.el (redraw-modeline): Make into obsolete alias.
9390         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9391         timeclock-modeline-display.  Make old name an alias.
9392         (timeclock-update-mode-line): Likewise.  All callers changed.
9393         (timeclock-mode-line-display): No need to check before using
9394         add-hook.
9395         (timeclock-relative, timeclock-day-over-hook)
9396         (timeclock-use-elapsed, timeclock-mode-string)
9397         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9399         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9400         crisp-mode-modeline-string.
9402         * play/solitaire.el (solitaire-build-mode-line): Rename from
9403         solitaire-build-modeline.  All callers changed.
9405         * play/zone.el (zone-hiding-mode-line): Rename from
9406         zone-hiding-modeline.  All callers changed.
9407         (zone): Remove unusued `modeline-hidden-level' property.
9409         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9410         xscheme-modeline-initialize.  All callers changed.
9412         * strokes.el (strokes-lighter): Rename from
9413         strokes-modeline-string.
9415         * textmodes/sgml-mode.el (html-face-tag-alist)
9416         (html-tag-face-alist): Use mode-line face instead of obsolete
9417         alias modeline.
9419 2012-06-02  Stefan Merten  <smerten@oekonux.de>
9421         * textmodes/rst.el: Always require `cl'.
9422         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9424 2012-06-02  Chong Yidong  <cyd@gnu.org>
9426         * image.el (imagemagick-enabled-types): Rename from
9427         imagemagick-types-enable.  Add many more types.
9428         (imagemagick-types-inhibit): Change default to nil.
9429         (imagemagick-filter-types): Caller changed.
9431 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9433         * emacs-lisp/cl-macs.el: Use backquotes.
9434         (cl-transform-function-property): Use eval-and-compile rather than
9435         abusing `require'.
9436         (defstruct): Use declare-function instead of with-no-warnings.
9438         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9439         (byte-compile-output-docform): Re-add the print-circle bindings.
9440         (byte-compile-fix-header): Use #$ just because it's shorter.
9441         (byte-compile-output-file-form): Remove defun/defmacro.
9443 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
9445         * simple.el (choose-completion): Remove now obsolete binding for
9446         owindow.
9448 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
9450         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9451         in order to avoid "Stack overflow in regexp matcher".
9453 2012-05-31  Glenn Morris  <rgm@gnu.org>
9455         * image.el: For clarity, call imagemagick-register-types at
9456         top-level, rather than relying on a custom :initialize.
9457         (imagemagick-types-enable): New option.  (Bug#11557)
9458         (imagemagick-filter-types): New function.  (Bug#7406)
9459         (imagemagick-register-types): Use imagemagick-filter-types.
9460         If disabling support, remove elements altogether rather
9461         than using an impossible regexp.
9462         (imagemagick-types-inhibit): Give it the default init function.
9464 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9466         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9467         Handle arbitrary file name lengths (Bug#11585).
9469 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
9471         * desktop.el (desktop-read): Clear previous and next buffers for
9472         all windows and bury *Messages* buffer (bug#11556).
9474 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9476         Add `declare' for `defun'.  Align `defmacro's with it.
9477         * emacs-lisp/easy-mmode.el (define-minor-mode)
9478         (define-globalized-minor-mode): Don't autoload the var definitions.
9479         * emacs-lisp/byte-run.el: Use lexical-binding.
9480         (defun-declarations-alist, macro-declarations-alist): New vars.
9481         (defmacro, defun): Use them.
9482         (make-obsolete, define-obsolete-function-alias)
9483         (make-obsolete-variable, define-obsolete-variable-alias):
9484         Use `declare'.
9485         (macro-declaration-function): Mark obsolete.
9486         * emacs-lisp/autoload.el: Use lexical-binding.
9487         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
9489 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9491         * textmodes/ispell.el (ispell-with-no-warnings):
9492         Define as a macro.
9493         (ispell-kill-ispell, ispell-change-dictionary):
9494         Use `called-interactively-p' for Emacs instead of obsolete
9495         `interactive-p'.
9497 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9499         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9500         (macro-declaration-function): Move var from C code.
9501         (macro-declaration-function): Define function with defalias.
9502         * emacs-lisp/macroexp.el (macroexpand-all-1):
9503         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9504         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9505         defun/defmacro any more.
9506         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9507         Provide fallback for unknown arglist.
9508         (byte-compile-arglist-warn): Change calling convention.
9509         (byte-compile-output-file-form): Move print-vars binding.
9510         (byte-compile-output-docform): Simplify accordingly.
9511         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9512         (byte-compile-defmacro-declaration): Remove.
9513         (byte-compile-file-form-defmumble): Generalize to defalias.
9514         (byte-compile-output-as-comment): Return byte-positions.
9515         Simplify callers accordingly.
9516         (byte-compile-lambda): Use `assert'.
9517         (byte-compile-defun, byte-compile-defmacro): Remove.
9518         (byte-compile-file-form-defalias):
9519         Use byte-compile-file-form-defmumble.
9520         (byte-compile-defalias-warn): Remove.
9522 2012-05-29  Stefan Merten  <smerten@oekonux.de>
9524         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9525         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
9527         (rst-mode-abbrev-table): Merge definition.
9528         (rst-mode): Make sure `font-lock-defaults' is buffer local.
9529         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9531 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
9533         * calendar/icalendar.el
9534         (icalendar-export-region): Export UID properly.
9536 2012-05-29  Leo Liu  <sdl.web@gmail.com>
9537         * calendar/icalendar.el (icalendar-import-format):
9538         Add `icalendar-import-format-uid' (Bug#11525).
9539         (icalendar-import-format-uid): New.
9540         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9541         Export UID.
9543 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9545         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9546         different alternative patterns.
9547         (pcase-codegen): Be more careful to preserve identity.
9548         (pcase--u1): Don't forget to mark vars as used.
9550         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9551         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9552         (byte-compile-from-buffer): ...rather than here.
9554         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9555         functions from byte-compile-function-environment.
9557 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
9559         * window.el (window-deletable-p): Avoid deleting the root window
9560         of a frame with an active minibuffer.
9562 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
9564         * simple.el (choose-completion): Use quit-window (Bug#11567).
9566 2012-05-29  Chong Yidong  <cyd@gnu.org>
9568         * whitespace.el (whitespace-cleanup): Fix usage of
9569         whitespace-empty-at-bob-regexp (Bug#11492).
9571 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9573         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9574         revert (Bug#11488).
9576 2012-05-29  Juri Linkov  <juri@jurta.org>
9578         * isearch.el (isearch-mode-map): Bind `M-s _' to
9579         `isearch-toggle-symbol'.  Bind `M-s c' to
9580         `isearch-toggle-case-fold'.
9581         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9582         (isearch-forward): Add `M-s _' to the docstring.
9583         (isearch-forward-symbol, isearch-toggle-case-fold)
9584         (isearch-symbol-regexp): New functions.  (Bug#11381)
9586 2012-05-29  Juri Linkov  <juri@jurta.org>
9588         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
9589         (isearch-occur, isearch-search-and-update): If `isearch-word' is
9590         a function, call it to get the regexp.
9591         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9592         property `isearch-message-prefix' instead of the string "word ".
9593         (isearch-search-fun-default): For the case of `isearch-word',
9594         return a lambda that calls re-search-forward/re-search-backward
9595         with a regexp returned by `word-search-regexp' or by the function
9596         in `isearch-word'.
9598 2012-05-29  Juri Linkov  <juri@jurta.org>
9600         * isearch.el (isearch-search-fun-default): New function.
9601         (isearch-search-fun): Move default part to the new function
9602         `isearch-search-fun-default'.
9603         (isearch-search-fun-function): Set the default value to
9604         `isearch-search-fun-default'.  (Bug#11381)
9606         * comint.el (comint-history-isearch-end):
9607         Use `isearch-search-fun-default'.
9608         (comint-history-isearch-search): Use `isearch-search-fun-default'
9609         and remove spacial case for `isearch-word'.
9610         (comint-history-isearch-wrap): Remove spacial case for
9611         `isearch-word'.
9613         * hexl.el (hexl-isearch-search-function):
9614         Use `isearch-search-fun-default'.
9616         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9617         Use `word-search-regexp' for `isearch-word'.
9619         * misearch.el (multi-isearch-search-fun):
9620         Use `isearch-search-fun-default'.
9622         * simple.el (minibuffer-history-isearch-search):
9623         Use `isearch-search-fun-default' and remove spacial case for
9624         `isearch-word'.
9625         (minibuffer-history-isearch-wrap): Remove spacial case for
9626         `isearch-word'.
9628         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9629         Remove spacial case for `isearch-word'.
9630         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9632 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9634         Decrease XEmacs incompatibilities.
9635         * textmodes/flyspell.el (flyspell-check-pre-word-p):
9636         Use `string-match'.
9637         (flyspell-delete-region-overlays): Use alternative definition for
9638         XEmacs.
9639         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9640         (flyspell-word): Use `process-kill-without-query' if XEmacs.
9641         (flyspell-mode-on): Use `interactive-p' if XEmacs.
9642         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
9643         `define-obsolete-face-alias' under XEmacs, but old method.
9645         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
9646         `with-no-warnings' definition or Emacs alias.
9647         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
9648         (ispell-word): Do not use `region-p' if XEmacs.
9650 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9652         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9653         Check for `ispell-dictionary-base-alist' instead of full
9654         `ispell-dictionary-alist'.
9655         (ispell-init-process): Show spellchecker when starting new Ispell
9656         process.
9658 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9660         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
9661         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
9663 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
9665         * version.el (motif-version-string, gtk-version-string)
9666         (ns-version-string): Declare.
9668 2012-05-27  Juri Linkov  <juri@jurta.org>
9670         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
9671         after the `eval-defun-1' specialcaseing
9672         like in `edebug-eval-defun' (bug#10181).
9674         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
9675         like in `eval-defun-1'.
9677 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
9679         * mail/sendmail.el (mail-yank-region):
9680         Recognize rmail-yank-current-message in addition to insert-buffer.
9681         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
9682         a *mail* buffer created through rmail-start-mail with sendmail as
9683         mail-user-agent.
9685 2012-05-27  Chong Yidong  <cyd@gnu.org>
9687         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
9688         Default to 256 (Bug#11267).
9690         * help.el (describe-mode): Doc fix.
9692 2012-05-26  Glenn Morris  <rgm@gnu.org>
9694         * w32-fns.el (w32-init-info): Remove.
9695         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
9697         * info.el (info-initialize): For self-contained NS builds, put the
9698         included info/ directory at the front.  (Bug#2791)
9700         * paths.el (Info-default-directory-list): Make it a defcustom,
9701         mainly so that we can use custom-initialize-delay.
9703 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9705         * subr.el (buffer-has-markers-at): Mark obsolete.
9707         * subr.el (lambda): Use declare.
9709         * emacs-lisp/lisp-mode.el (lambda):
9710         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
9712 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9714         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
9716 2012-05-26  Glenn Morris  <rgm@gnu.org>
9718         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
9720 2012-05-25  Glenn Morris  <rgm@gnu.org>
9722         * paths.el: Remove no-byte-compile.
9723         * loadup.el: No need to load paths.el uncompiled.
9725         * image.el (imagemagick-types-inhibit): Doc fix.
9727         * version.el: Remove no-byte-compile and associated formatting.
9728         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
9729         is ancient code from when there was an "inc-vers.el".
9731 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9733         * progmodes/gdb-mi.el: Minor style changes.
9734         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
9735         Turn into minor modes.
9736         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
9737         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
9738         (gdb-shell): Remove unneeded let-binding.
9739         (gdb-get-many-fields): Eliminate O(n²) behavior.
9741 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
9743         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
9744         platforms that don't link in fontset.c.
9746 2012-05-25  Juri Linkov  <juri@jurta.org>
9748         Use the same diff color scheme as in modern VCSes (bug#10181).
9750         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
9751         to avoid confusion with `diff-added' that now uses green colors.
9752         (diff-removed): Use shades of red.
9753         (diff-added): Use shades of green.
9754         (diff-changed): Leave just the yellow color.
9755         (diff-use-changed-face): New variable.
9756         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
9757         how to highlight context diff changes.
9758         (diff-refine-change): Use shades of yellow.
9759         (diff-refine-removed): New face that uses shades of red.
9760         (diff-refine-added): New face that uses shades of green.
9761         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
9762         `diff-refine-removed' in the call to `smerge-refine-subst'
9763         depending on the value of `diff-use-changed-face'.
9765         * vc/smerge-mode.el (smerge-mine): Use shades of red.
9766         (smerge-other): Use shades of green.
9767         (smerge-base): Use shades of yellow.
9768         (smerge-refined-change): Empty face.
9769         (smerge-refined-removed): New face that uses shades of red.
9770         (smerge-refined-added): New face that uses shades of green.
9771         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
9772         args `props-r' and `props-a', and use them.  Doc fix.
9773         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
9774         on its value use different faces `smerge-refined-change',
9775         `smerge-refined-removed', `smerge-refined-added' in the call to
9776         `smerge-refine-subst'.
9778         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
9779         Add face condition `min-colors 88' with shades of red.
9780         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
9781         `min-colors 88' with shades of green.
9782         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
9783         `min-colors 88' with shades of yellow.
9785 2012-05-24  Glenn Morris  <rgm@gnu.org>
9787         * paths.el (prune-directory-list, remote-shell-program): Move to...
9788         * files.el (prune-directory-list, remote-shell-program): ...here.
9789         For the latter, delay initialization, prefer ssh, just search PATH.
9791         * paths.el (term-file-prefix): Move to faces.el (the only user).
9792         * faces.el (term-file-prefix): Move here, make it a defcustom.
9794         * paths.el (news-directory, news-path, news-inews-program):
9795         Move to gnus/nnspool.el.
9797         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9799         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9800         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9801         Make the latter a defcustom, with a delayed initialization.
9803         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9804         These were deleted from Gnus itself late 2010.
9806 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
9808         * progmodes/which-func.el (which-func-ff-hook):
9809         Check against user-error, not error.
9811         * emacs-lisp/edebug.el (top): Do not load or set up loading of
9812         cl-specs.el, which no longer exists.
9814 2012-05-22  Glenn Morris  <rgm@gnu.org>
9816         * info.el (info-emacs-bug): New command.
9817         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
9818         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
9820 2012-05-21  Glenn Morris  <rgm@gnu.org>
9822         * makefile.w32-in (update-subdirs-SH):
9823         * Makefile.in (update-subdirs): Update for moved update-subdirs.
9825 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9827         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
9829         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9830         Simplify Maven regexp, and make sure the file can't start with a space
9831         (bug#11517).
9833 2012-05-21  Glenn Morris  <rgm@gnu.org>
9835         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9836         Scrap superfluous subshells.
9838 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9840         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9841         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
9843 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
9845         * calc/calc.el (calc-ensure-consistent-units): New variable.
9847         * calc/calc-units.el (math-consistent-units-p)
9848         (math-check-unit-consistency): New functions.
9849         (calc-quick-units, calc-convert-units):
9850         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
9851         is non-nil.
9852         (calc-extract-units): Fix typo.
9854 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
9858         * textmodes/flyspell.el: Commenting style, plus code simplifications.
9859         (flyspell-default-deplacement-commands): Don't spell check after
9860         repeated window/frame switches (e.g. triggered by mouse-movement).
9861         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
9862         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
9863         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
9864         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
9865         Remove unused vars.
9866         (flyspell-get-casechars, flyspell-get-not-casechars):
9867         Simplify; Don't bother removing a ] just to add it back.
9868         * textmodes/ispell.el (ispell-program-name): Use executable-find.
9870 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9872         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
9873         New functions.
9874         (math-function-table): Add support for more C functions.
9876 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9878         * textmodes/flyspell.el (flyspell-check-pre-word-p)
9879         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9880         Protect delay handling for otherchars against empty otherchars.
9882 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9884         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
9885         their respective macro declarations.
9886         * skeleton.el (define-skeleton):
9887         * progmodes/compile.el (define-compilation-mode):
9888         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
9889         (define-ibuffer-filter):
9890         * emacs-lisp/generic.el (define-generic-mode):
9891         * emacs-lisp/easy-mmode.el (define-minor-mode)
9892         (define-globalized-minor-mode):
9893         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
9894         * emacs-lisp/byte-run.el (defsubst):
9895         * custom.el (deftheme): Add doc-string metadata.
9897 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9899         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
9901 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9903         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
9905         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
9906         * emacs-lisp/cl-macs.el: Idem.
9907         * emacs-lisp/cl-specs.el: Remove.
9909 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9911         Minor renaming of internal CL functions and variables.
9912         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
9913         (cl--position): Rename from cl-position.
9914         (cl--delete-duplicates): Rename from cl-delete-duplicates.
9915         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
9916         (cl--random-state): Rename from *random-state*.
9918 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9920         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
9921         parens around the arg list (bug#11499).
9923 2012-05-17  Juri Linkov  <juri@jurta.org>
9925         * isearch.el (word-search-regexp, word-search-backward)
9926         (word-search-forward, word-search-backward-lax)
9927         (word-search-forward-lax): Move functions from search.c
9928         (bug#10145, bug#11381).
9930 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9932         * textmodes/flyspell.el (flyspell-check-pre-word-p)
9933         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
9934         Delay for otherchars as for normal word components.
9936 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9938         * minibuffer.el (completion--sifn-requote): Fix last change.
9939         (minibuffer-local-must-match-filename-map):
9940         Move define-obsolete-variable-alias before its var.
9942 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9944         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
9946         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
9947         behavior.
9948         (completion--string-equal-p): New function.
9949         (completion--twq-all): Use it to get better assertion failure data.
9951         Only handle ".." and '..' quoting in shell-mode (bug#11466).
9952         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
9953         (shell--requote-argument): New functions.
9954         (shell-completion-vars): Use them.
9955         (shell--parse-pcomplete-arguments): Rename from
9956         shell-parse-pcomplete-arguments.
9957         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
9958         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
9959         Obey comint-file-name-quote-list.
9961         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
9962         (smie-indent-keyword): Use it.
9964 2012-05-14  Stefan Merten  <smerten@oekonux.de>
9966         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
9968 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * net/rlogin.el (rlogin-mode-map): Fix last change.
9972 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
9974         * mail/smtpmail.el (smtpmail-send-command): Send the command and
9975         the following \r\n using a single `process-send-string', since the
9976         Lotus SMTP server refuses to accept any commands if they are sent
9977         with two `process-send-string's (Bug#11444).
9979 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9981         * shell.el (shell-parse-pcomplete-arguments):
9982         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
9984 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
9986         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
9987         (image-transform-scale, image-transform-right-angle-fudge): New vars.
9988         (image-transform-width, image-transform-fit-width): New functions.
9989         (image-transform-properties): Use them.
9990         (image-transform-check-size): New function.
9991         (image-toggle-display-image): Use it (for testing).
9992         (image-transform-set-rotation): Reduce angle mod 360.
9993         Delete obsolete comment.
9995 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
9997         * image-mode.el: Fix scaling (bug#11399).
9998         (image-transform-resize): Doc fix.
9999         (image-transform-properties): Default scale is 1 and height should
10000         be an integer.
10002 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
10004         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10005         than hard-coding `car', to fix misbehavior when moving forward.
10007 2012-05-13  Chong Yidong  <cyd@gnu.org>
10009         * emacs-lisp/tabulated-list.el (tabulated-list-format)
10010         (tabulated-list-entries, tabulated-list-padding)
10011         (tabulated-list-sort-key): Make permanent-local.
10013         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10014         (electric-buffer-list): Put electric buffer menu
10015         command descriptions in this docstring, instead of the docstring
10016         of electric-buffer-menu-mode.  Code cleanups.
10017         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
10018         Electric-buffer-menu-mode.
10019         (electric-buffer-update-highlight): Minor code cleanup.
10021 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
10023         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10024         (Bug#11447)
10026 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10028         Move define-obsolete-variable-alias before the var's definition.
10029         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10030         * tooltip.el (tooltip-hook):
10031         * textmodes/reftex-toc.el (reftex-toc-map):
10032         * textmodes/reftex-sel.el (reftex-select-label-map)
10033         (reftex-select-bib-map):
10034         * textmodes/reftex-index.el (reftex-index-map)
10035         (reftex-index-phrases-map):
10036         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10037         * progmodes/meta-mode.el (meta-mode-map):
10038         * novice.el (disabled-command-hook):
10039         * loadhist.el (unload-hook-features-list):
10040         * frame.el (blink-cursor):
10041         * files.el (find-file-not-found-hooks, write-file-hooks)
10042         (write-contents-hooks):
10043         * emulation/tpu-edt.el (GOLD-map):
10044         * emacs-lock.el (emacs-lock-from-exiting):
10045         * emacs-lisp/generic.el (generic-font-lock-defaults):
10046         * emacs-lisp/chart.el (chart-map):
10047         * dos-fns.el (register-name-alist):
10048         * dired-x.el (dired-omit-files-p):
10049         * desktop.el (desktop-enable):
10050         * cus-edit.el (custom-mode-hook):
10051         * buff-menu.el (buffer-menu-mode-hook):
10052         * bookmark.el (bookmark-read-annotation-text-func)
10053         (bookmark-exit-hooks):
10054         * allout.el (allout-mode-deactivate-hook)
10055         (allout-exposure-change-hook, allout-structure-added-hook)
10056         (allout-structure-deleted-hook, allout-structure-shifted-hook):
10057         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10058         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10059         comes before the corresponding variable's definition.
10061 2012-05-12  Chong Yidong  <cyd@gnu.org>
10063         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10064         (Buffer-menu-mouse-select): Restore function (Bug#11459).
10065         (Buffer-menu-mode-map): Bind it.
10066         (Buffer-menu--pretty-name): Add a mouse-face property.
10068 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
10071         (prolog-upper-case-string, prolog-lower-case-string)
10072         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10073         (prolog-use-smie, prolog-smie-grammar): New vars.
10074         (prolog-smie-forward-token, prolog-smie-backward-token)
10075         (prolog-smie-rules): New funs.
10076         (prolog-comment-indent): Remove.
10077         (prolog-mode-variables): Use default comment indentation instead.
10078         Setup SMIE.
10079         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10080         (prolog-mode): Don't call them any more.
10081         (prolog-electric-colon, prolog-electric-dash)
10082         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10084         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10086         * minibuffer.el (completion--twq-all): Again, allow case differences.
10088         * term.el: Move keymap initialization code to be more idiomatic.
10089         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10090         (term-terminal-menu): Move initialization into declaration.
10091         (term-escape-char): Let the user set it in her .emacs.
10093         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10094         Provide SMIE-based indentation (not enabled by default yet).
10095         (sh-mode-map): Don't bind electric keys.
10096         Use electric-pair-mode instead of skeleton-pair.
10097         (sh-assignment-regexp): Fit within 80 columns.
10098         (sh-indent-supported): Specify actual shell name instead of boolean.
10099         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10100         (sh-maybe-here-document): Use it.  Make obsolete.
10101         (sh-electric-here-document-mode) New minor mode.
10102         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
10103         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10104         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10105         (sh-smie-rc-grammar, sh-use-smie): New vars.
10106         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10107         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10108         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10109         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10110         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10111         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10112         (sh-set-shell): Use smie-setup if requested.
10114         * term.el (term-set-escape-char): Properly set term-escape-char.
10115         See http://stackoverflow.com/questions/10524656.
10117 2012-05-10  Chong Yidong  <cyd@gnu.org>
10119         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10120         Use url-generic-parse-url, and handle host names and Windows
10121         filenames properly.
10122         (ffap-url-unwrap-remote): Use url-generic-parse-url.
10123         (ffap-url-unwrap-remote): Accept list values, specifying a list of
10124         URL schemes to work on.
10125         (ffap--toggle-read-only): New function.
10126         (ffap-read-only, ffap-read-only-other-window)
10127         (ffap-read-only-other-frame): Use it.
10128         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10129         necessary for ffap-url-unwrap-remote.
10131 2012-05-10  Dave Abrahams  <dave@boostpro.com>
10133         * cus-start.el (create-lockfiles): Add it.
10135 2012-05-09  Chong Yidong  <cyd@gnu.org>
10137         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10138         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10140 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10142         * shell.el (shell-completion-vars): Fix last change (bug#11348).
10144 2012-05-09  Chong Yidong  <cyd@gnu.org>
10146         * ansi-color.el (ansi-color-process-output): Check for validity of
10147         comint-last-output-start before using it.  This avoids a bad
10148         interaction with gdb-mi's input/output buffer.
10150 2012-05-09  Glenn Morris  <rgm@gnu.org>
10152         * files.el (dir-locals-read-from-file):
10153         Mention dir-locals in any error message.
10155 2012-05-09  Chong Yidong  <cyd@gnu.org>
10157         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10158         package (Bug#11410).
10160         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10161         variables into description.
10163 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10166         shell-delimiter-argument-list (bug#11348).
10167         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10169 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
10171         * textmodes/rst.el: Silence byte-compiler warnings.
10172         (rst-re-alist, rst-reset-section-caches): Move around.
10173         (rst-re): Use `characterp', not `char-valid-p'.
10174         (font-lock-beg, font-lock-end): Declare.
10176         * progmodes/idlw-shell.el (specs): Remove reference to deleted
10177         variable `idlwave-shell-activate-alt-keybindings' and simplify.
10179         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10181 2012-05-08  Glenn Morris  <rgm@gnu.org>
10183         * files.el (auto-mode-alist): Treat ".make" like ".mk".
10185 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10187         * vc/log-edit.el: Add GNU coding standards highlighting.
10188         (log-edit-font-lock-gnu-style)
10189         (log-edit-font-lock-gnu-keywords): New vars.
10190         (log-edit-font-lock-keywords): New fun.
10191         (log-edit-mode): Don't fold case in font-lock.
10192         (log-edit-font-lock-keywords): Do not assume case-folding.
10194         * imenu.el: Misc cleanup.  Make docstrings out of comments.
10195         Use lexical-binding.
10196         (imenu--index-alist, imenu--last-menubar-index-alist)
10197         (imenu-menubar-modified-tick): Use defvar-local.
10198         (imenu--split-menu): Remove unused var.
10199         (imenu--cleanup-seen): Declare as global.
10200         (imenu--cleanup): Use dolist.
10202         * subr.el (defvar-local): Add debug spec and doc-string position.
10204 2012-05-08  Glenn Morris  <rgm@gnu.org>
10206         * language/burmese.el, language/cham.el, language/czech.el:
10207         * language/english.el, language/georgian.el, language/greek.el:
10208         * language/japanese.el, language/khmer.el, language/korean.el:
10209         * language/lao.el, language/misc-lang.el, language/romanian.el:
10210         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10211         * language/thai.el, language/utf-8-lang.el:
10212         Remove no-byte-compile setting.
10214         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
10216 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
10218         * progmodes/make-mode.el (makefile-browse):
10219         Remove unnecessary interactive.  (Bug#11324)
10221 2012-05-07  Glenn Morris  <rgm@gnu.org>
10223         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10225         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10227 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10229         * loadup.el: Preload newcomment.el.
10230         * newcomment.el: Move autoload-only code to toplevel.
10232         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10233         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10234         Handle new :right-align column property.
10235         (tabulated-list-print-col): Idem, plus use `display' text-property to
10236         try and preserve alignment for variable pitch fonts.
10238 2012-05-07  Chong Yidong  <cyd@gnu.org>
10240         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10241         (tabulated-list-use-header-line): New var.
10242         (tabulated-list-init-header): Use it.
10243         (tabulated-list-print-fake-header): New function.
10244         (tabulated-list-print): Use it.
10245         (tabulated-list-sort-button-map): Add non-header-line commands.
10246         (tabulated-list-init-header): Add column name property to basic
10247         labels as well.
10248         (tabulated-list-col-sort): Handle non-header-line button case.
10249         (tabulated-list--sort-by-column-name): Fix a corner case.
10251         * buff-menu.el (list-buffers--refresh):
10252         Handle Buffer-menu-use-header-line.
10254 2012-05-06  Chong Yidong  <cyd@gnu.org>
10256         * buff-menu.el: Convert to Tabulated List mode.
10257         (Buffer-menu-buffer+size-width): Make obsolete.
10258         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10259         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10260         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
10261         documentation into docstring of buffer-menu.
10262         (Buffer-menu-toggle-files-only): Add an informative message.
10263         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10264         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10265         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10266         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10267         (Buffer-menu-execute, Buffer-menu-select)
10268         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10269         (Buffer-menu-bury): Use Tabulated List machinery.
10270         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10271         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10272         Delete.
10273         (list-buffers--refresh): New function.
10274         (list-buffers-noselect): Use it.
10275         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10276         (Buffer-menu--pretty-file-name): New helper functions.
10278         * loadup.el: Preload tabulated-list.
10280         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10281         tabulated-list-sort-column.
10282         (tabulated-list-init-header): Add the initial aligning space even
10283         if tabulated-list-padding is zero.
10285 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
10287         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10288         whose cdr is not a cons cell correctly (bug#11038).
10290 2012-05-06  Chong Yidong  <cyd@gnu.org>
10292         * emacs-lisp/tabulated-list.el (tabulated-list-format):
10293         Accept additional plist in column descriptors.
10294         (tabulated-list-init-header): Obey it.
10295         (tabulated-list-get-entry): New function.
10296         (tabulated-list-put-tag): Use it.  Use string-width instead of
10297         length.
10298         (tabulated-list--column-number): New function.
10299         (tabulated-list-print): Use it.
10300         (tabulated-list-print-col): New function.
10301         Set `tabulated-list-column-name' property on each column's text.
10302         (tabulated-list-print-entry): Use it.
10303         (tabulated-list-delete-entry, tabulated-list-set-col):
10304         New functions.
10305         (tabulated-list-sort-column): New command (Bug#11337).
10307         * buff-menu.el (list-buffers): Move C-x C-b binding from
10308         buff-menu.el to bindings.el.
10310         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10311         :advertised-binding feature.
10313 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
10315         * progmodes/compile.el (compilation-internal-error-properties):
10316         Calculate start position correctly when end-col is set but
10317         end-line is not (Bug#11382).
10319 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
10321         * man.el (Man-unindent): Use text-property-default-nonsticky to
10322         prevent untabify from inheriting face properties (Bug#11408).
10324 2012-05-05  Stefan Merten  <smerten@oekonux.de>
10326         * textmodes/rst.el: Major merge with upstream development up to
10327         Docutils SVN r7399 / rst.el V1.2.1.
10329         Clarify maintainership and authors.
10331         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10332         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10333         (rst-official-version, rst-official-cvs-rev, rst-version)
10334         (rst-package-emacs-version-alist): New functions and variables
10335         for version information.
10337         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10338         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10339         (rst-mode-syntax-table, rst-mode): New and corrected functions
10340         and variables representing reStructuredText features.
10342         (rst-re): New function for reStructuredText regexes.  Use in
10343         many places.
10345         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10346         (rst-mode-map): Rebind keys.
10348         (rst-mode-lazy, rst-font-lock-keywords)
10349         (rst-font-lock-extend-region)
10350         (rst-font-lock-extend-region-internal)
10351         (rst-font-lock-extend-region-extend)
10352         (rst-font-lock-find-unindented-line-limit)
10353         (rst-font-lock-find-unindented-line-match)
10354         (rst-adornment-level, rst-font-lock-adornment-level)
10355         (rst-font-lock-adornment-match)
10356         (rst-font-lock-handle-adornment-pre-match-form)
10357         (rst-font-lock-handle-adornment-matcher): Major revision of
10358         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
10360         (rst-preferred-adornments, rst-adjust-hook)
10361         (rst-new-adornment-down, rst-preferred-bullets)
10362         (rst-preferred-bullets, rst-indent, rst-indent-width)
10363         (rst-indent-field, rst-indent-literal-normal)
10364         (rst-indent-literal-minimized, rst-indent-comment): Change,
10365         extend and improve customization.
10367         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10368         (rst-normalize-cursor-position, rst-get-decoration)
10369         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10370         (rst-rstrip, rst-toc-insert-find-delete-contents)
10371         (rst-shift-fill-region, rst-compute-bullet-tabs)
10372         (rst-debug-print-tabs, rst-debug-mark-found)
10373         (rst-shift-region-guts, rst-shift-region-right)
10374         (rst-shift-region-left, rst-use-char-classes)
10375         (rst-font-lock-keywords-function)
10376         (rst-font-lock-indentation-point)
10377         (rst-font-lock-find-unindented-line-begin)
10378         (rst-font-lock-find-unindented-line-end)
10379         (rst-font-lock-find-unindented-line)
10380         (rst-font-lock-adornment-point, rst-font-lock-level)
10381         (rst-adornment-level-alist): Remove functions and variables.
10383         (rst-compare-adornments, rst-get-adornment-match)
10384         (rst-suggest-new-adornment, rst-get-adornments-around)
10385         (rst-adornment-complete-p, rst-get-next-adornment)
10386         (rst-adjust-adornment, rst-display-adornments-hierarchy)
10387         (rst-straighten-adornments): Standardize function names to
10388         use "adornment" instead of "decoration".  Correct callers.
10389         Similar standardizing in many places.
10391         (rst-update-section, rst-adjust, rst-promote-region)
10392         (rst-enumerate-region, rst-bullet-list-region)
10393         (rst-repeat-last-character): Correct use of `interactive'.
10395         (rst-classify-adornment, rst-find-all-adornments)
10396         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10397         (rst-find-leftmost-column, rst-repeat-last-character):
10398         Refactor functions.
10400         (rst-find-title-line, rst-reset-section-caches)
10401         (rst-get-adornments-around, rst-adjust-adornment-work)
10402         (rst-arabic-to-roman, rst-roman-to-arabic)
10403         (rst-insert-list-pos, rst-insert-list-new-item)
10404         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10405         New functions.
10407         (rst-all-sections, rst-section-hierarchy)
10408         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10409         New variables.
10411         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10412         configuration instead of only buffer.  Change where necessary.
10414         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10415         (rst-shift-region, rst-adaptive-fill): New functions for
10416         indentation and filling.
10418         (rst-comment-line-break, rst-comment-indent)
10419         (rst-comment-insert-comment, rst-comment-region)
10420         (rst-uncomment-region): New functions for handling comments.
10422         (rst-compile): Quote shell arguments.
10424         (rst-compile-pdf-preview, rst-compile-slides-preview):
10425         Delete temporary files after use.
10427 2012-05-05  Glenn Morris  <rgm@gnu.org>
10429         * calendar/cal-html.el: Optionally include holidays in the output.
10430         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10431         (cal-html-holidays): New option.
10432         (cal-html-css-default): Add holiday entry.
10433         (holiday-in-range): Autoload it.
10434         (cal-html-htmlify-entry): Add optional class argument.
10435         (cal-html-htmlify-list): Add optional holidays argument.
10436         (cal-html-insert-agenda-days): Include holidays in the output.
10437         (cal-html-one-month): Maybe include holidays.
10439         * calendar/holidays.el (holiday-in-range):
10440         Move here from cal-tex-list-holidays.
10441         * calendar/cal-tex.el (cal-tex-list-holidays):
10442         Make it an obsolete alias for holiday-in-range.  Update all callers.
10444 2012-05-05  Chong Yidong  <cyd@gnu.org>
10446         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10447         Nextstep.
10449 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
10451         * files.el (file-auto-mode-skip): New var.
10452         (set-auto-mode-1): Use it.
10454 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10456         * repeat.el: Use lexical-binding.
10457         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10458         (repeat-undo-count): Remove.
10459         (repeat):
10460         * progmodes/octave-mod.el (octave-abbrev-start):
10461         * progmodes/f90.el (f90-abbrev-start):
10462         * face-remap.el (text-scale-adjust):
10463         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10465         * emacs-lisp/pcase.el (pcase--let*): New function.
10466         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10467         a bit more.
10468         (pcase--split-pred): Be more clever about ruling out overlap between
10469         a predicate and some constant pattern.
10470         (pcase--q1): Use `null' instead of (eq foo nil).
10472         * subr.el (setq-local, defvar-local): New macros.
10473         (kbd): Redefine as an alias.
10474         (with-selected-window): Leave unrelated frames alone.
10475         (set-temporary-overlay-map): New function.
10477 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10479         * subr.el (user-error): New function.
10480         * window.el (switch-to-buffer):
10481         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10482         (smerge-match-conflict):
10483         * simple.el (previous-matching-history-element)
10484         (next-matching-history-element, goto-history-element, undo-more)
10485         (undo-start):
10486         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10487         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10488         (next-file, tags-loop-scan, list-tags, complete-tag):
10489         * progmodes/compile.el (compilation-loop):
10490         * mouse.el (mouse-minibuffer-check):
10491         * man.el (Man-bgproc-sentinel, Man-goto-page):
10492         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10493         (Info-history-forward, Info-follow-reference, Info-menu)
10494         (Info-extract-menu-item, Info-extract-menu-counting)
10495         (Info-forward-node, Info-backward-node, Info-next-menu-item)
10496         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10497         (Info-next-reference, Info-prev-reference, Info-index)
10498         (Info-index-next, Info-follow-nearest-node)
10499         (Info-copy-current-node-name):
10500         * imenu.el (imenu--make-index-alist)
10501         (imenu-default-create-index-function, imenu-add-to-menubar):
10502         * files.el (basic-save-buffer, recover-file):
10503         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10504         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10505         (checkdoc-message-text, checkdoc-defun):
10506         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10507         * cus-edit.el (customize-changed-options, customize-rogue)
10508         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10509         (custom-variable-mark-to-reset-standard)
10510         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10511         (custom-file):
10512         * completion.el (check-completion-length):
10513         * comint.el (comint-search-arg)
10514         (comint-previous-matching-input-string-position)
10515         (comint-previous-matching-input)
10516         (comint-replace-by-expanded-history-before-point, comint-send-input)
10517         (comint-copy-old-input, comint-backward-matching-input)
10518         (comint-goto-process-mark, comint-set-process-mark):
10519         * calendar/calendar.el (calendar-cursor-to-date): Use it.
10520         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10522 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10524         * dabbrev.el (dabbrev--ignore-case-p): New function.
10525         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10526         Use it.
10528         * files.el (automount-dir-prefix): Mark as obsolete.
10530 2012-05-04  Glenn Morris  <rgm@gnu.org>
10532         * patcomp.el, play/bruce.el: Move to obsolete/.
10534 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
10536         Fix minor Y10k bugs.
10537         * arc-mode.el (archive-unixdate):
10538         * autoinsert.el (auto-insert-alist):
10539         * calc/calc-forms.el (math-this-year):
10540         * emacs-lisp/copyright.el (copyright-current-year)
10541         (copyright-update-year, copyright):
10542         * tar-mode.el (tar-clip-time-string):
10543         * time.el (display-time-update):
10544         Don't assume years have 4 digits.
10546 2012-05-04  Chong Yidong  <cyd@gnu.org>
10548         * dos-w32.el (file-name-buffer-file-type-alist)
10549         (direct-print-region-use-command-dot-com):
10550         * ffap.el (ffap-menu-regexp):
10551         * find-file.el (ff-special-constructs):
10552         * follow.el (follow-debug):
10553         * forms.el (forms--debug):
10554         * iswitchb.el (iswitchb-all-frames):
10555         * ido.el (ido-all-frames):
10556         * emacs-lisp/timer.el (timer-max-repeats):
10557         * mail/feedmail.el (feedmail-mail-send-hook)
10558         (feedmail-mail-send-hook-queued):
10559         * mail/footnote.el (footnote-signature-separator):
10560         * mail/mailabbrev.el (mail-alias-separator-string)
10561         (mail-abbrev-mode-regexp):
10562         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10563         * progmodes/idlwave.el (idlwave-libinfo-file)
10564         (idlwave-default-completion-case-is-down)
10565         (idlwave-library-routines): Convert defvars to defcustoms.
10567         * mail/rmail.el (rmail-decode-mime-charset):
10568         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10569         (idlwave-shell-fix-inserted-breaks)
10570         (idlwave-shell-activate-alt-keybindings)
10571         (idlwave-shell-use-breakpoint-glyph):
10572         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10574 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10576         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10578 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
10580         * progmodes/verilog-mode.el (font-lock-keywords):
10581         Fix mis-highligting auto.  Reported by Craig Barner.
10582         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
10583         defines from global name space.  Reported by Dan Dever.
10584         (verilog-auto-reset, verilog-auto-reset-widths)
10585         (verilog-auto-tieoff): Support using unbased numbers for
10586         AUTORESET and AUTOTIEOFF.
10587         (verilog-submit-bug-report): Update variable list.
10588         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
10589         parenthesis from not matching.  Reported by Michael Rytting.
10590         (verilog-auto-template-lint): Fix hash error when linting modules
10591         with no used templates.
10592         (verilog-warn, verilog-warn-error)
10593         (verilog-warn-fatal): When non-interactive report multiple
10594         warnings before exiting.  Suggested by Brad Dobbie.
10595         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10596         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10597         to report unused template errors.  Reported by Brad Dobbie.
10598         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
10599         nets, bug438.  Reported by Vns Blore.
10600         (verilog-auto-inout-module, verilog-auto-reg)
10601         (verilog-read-decls, verilog-read-sub-decls-sig)
10602         (verilog-signals-edit-wire-reg, verilog-signals-with):
10603         Fix passing of Verilog data types in ANSI input/output ports
10604         such as "output logic" into the AUTOs.  Special case "wire" and
10605         "reg" for backwards compatibility presuming Verilog 2001.
10606         (verilog-auto-ascii-enum): Add "auto enum" as alias.
10607         (verilog-preprocess): Fix replication of preprocess output.
10608         Reported by Brad Dobbie.
10609         (verilog-auto-inst-interfaced-ports):
10610         Create verilog-auto-inst-interfaced-ports, bug429.
10611         Reported by Julian Gorfajn.
10612         (verilog-after-save-font-hook)
10613         (verilog-before-save-font-hook): New variable.
10614         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10615         (verilog-save-font-mods): Wrap disabling fontification, reported
10616         by David Rogoff.
10617         (verilog-do-indent, verilog-pretty-declarations-auto)
10618         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10619         Reported by Pierre-David Pfister.
10620         (verilog-set-auto-endcomments): Fix endtask auto comments outside
10621         of class declarations, bug292.  Reported by Kevin Heilman.
10622         (verilog-read-decls): Fix 'parameter type' not appearing in
10623         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
10624         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
10625         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
10626         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10627         Reported by David Kravitz.
10629 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
10631         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10632         assignment with tests in ifs and for loops.
10633         (verilog-extended-complete-re, verilog-complete-reg): Change so
10634         that DPI inport functions don't look like fuction declarations.
10635         (verilog-pretty-expr): Don't line up assignment
10636         operations to the test and increment in if and for loops
10637         (verilog-extended-complete-re, verilog-complete-reg): Change so
10638         that DPI inport functions don't look like fuction declarations.
10640 2012-05-03  Kenichi Handa  <handa@m17n.org>
10642         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
10643         decoding, and show a warning message without signaling an error
10644         (Bug#11282).
10646 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * emacs-lisp/bytecomp.el
10649         (byte-compile-file-form-custom-declare-variable): Compile all elements,
10650         since cconv.el might have introduced :fun-body, internal-make-closure,
10651         and friends for bytecomp to handle (bug#11391).
10652         * custom.el (defcustom): Avoid ((λ ..) ..).
10654 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10656         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
10658 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
10660         * notifications.el (dbus-debug):
10661         * term/linux.el (gpm-mouse-enable):
10662         * term/screen.el (xterm-register-default-colors): Declare.
10664 2012-05-02  Chong Yidong  <cyd@gnu.org>
10666         * cus-start.el (gc-cons-percentage, exec-suffixes)
10667         (dos-display-scancodes, dos-hyper-key, dos-super-key)
10668         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
10669         (make-cursor-line-fully-visible, void-text-area-pointer)
10670         (font-list-limit): Add customization data.
10672         * allout.el (allout-exposure-change-functions)
10673         (allout-structure-added-functions)
10674         (allout-structure-deleted-functions)
10675         (allout-structure-shifted-functions): Rename abnormal hooks from
10676         *-hook, and convert to defcustoms.
10677         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
10678         Convert to defcustoms.
10679         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
10681         * allout-widgets.el: Hook callers changed.
10683 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
10685         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
10686         the yanked message in preference to the default value of
10687         buffer-file-coding-system.
10689 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
10691         * window.el (display-buffer--action-function-custom-type):
10692         Fix entry.
10694 2012-05-02  Alan Mackenzie  <acm@muc.de>
10696         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
10698 2012-05-01  Glenn Morris  <rgm@gnu.org>
10700         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
10702         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
10704         * cus-edit.el (custom-variable-documentation): Simplify with format.
10706 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
10707             Stefan Monnier  <monnier@iro.umontreal.ca>
10709         * simple.el (suggest-key-bindings, execute-extended-command):
10710         Move from keyboard.c.
10712 2012-05-01  Chong Yidong  <cyd@gnu.org>
10714         * follow.el: Eliminate advice.
10715         (set-process-filter, process-filter, sit-for): Advice deleted.
10716         (follow-mode-off-hook): Obsolete hook removed.
10717         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
10718         Vars deleted.
10719         (follow-auto): Use a :set function.
10720         (follow-mode): Rewritten.  Don't advise process filters.
10721         (follow-switch-to-current-buffer-all, follow-scroll-up)
10722         (follow-scroll-down): Assume follow-mode is bound.
10723         (follow-comint-scroll-to-bottom)
10724         (follow-align-compilation-windows): New functions.
10725         (follow--window-sorter): New function.
10726         (follow-all-followers): Use it to explicitly sort windows by their
10727         positions; don't make assumptions about next-window order.
10728         (follow-windows-start-end, follow-delete-other-windows-and-split)
10729         (follow-calc-win-start): Doc fix.
10730         (follow-windows-aligned-p, follow-select-if-visible): Don't call
10731         vertical-motion unnecessarily.
10732         (follow-adjust-window): New function.
10733         (follow-post-command-hook): Use it.
10734         (follow-call-set-process-filter, follow-call-process-filter)
10735         (follow-intercept-process-output, follow-tidy-process-filter-alist)
10736         (follow-stop-intercept-process-output, follow-generic-filter):
10737         Functions deleted.
10738         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
10739         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
10740         New functions, replacing advice on scroll-bar-* commands.
10741         (follow-mwheel-scroll): New function (Bug#4112).
10743         * comint.el (comint-adjust-point): New function.
10744         (comint-postoutput-scroll-to-bottom): Use it.
10745         Call follow-comint-scroll-to-bottom for Follow mode buffers.
10747 2012-05-01  Glenn Morris  <rgm@gnu.org>
10749         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
10750         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
10751         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
10752         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
10753         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
10754         Remove no-byte-compile setting.
10756 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10758         * minibuffer.el (completion-table-with-quoting): Fix compatibility
10759         all-completions code to not return a number in the last cdr.
10761 2012-04-30  Leo Liu  <sdl.web@gmail.com>
10763         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
10764         read-only error.
10766 2012-04-29  Chong Yidong  <cyd@gnu.org>
10768         * follow.el (follow-calc-win-end): Rewrite to handle partial
10769         screen lines correctly (Bug#8390).
10770         (follow-avoid-tail-recenter): Minor cleanup.
10772 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         Avoid the obsolete `assoc' package.
10775         * speedbar.el (speedbar-refresh): Avoid adelete.
10776         (speedbar-file-lists): Simplify and avoid aput.
10777         * man.el (Man--sections, Man--refpages): New vars, replacing
10778         Man-sections-alist and Man-refpages-alist.
10779         (Man-build-section-alist, Man-build-references-alist):
10780         Use them; avoid aput.
10781         (Man--last-section, Man--last-refpage): New vars.
10782         (Man-follow-manual-reference): Use them.
10783         Use the `default' arg of completing-read.
10784         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
10786 2012-04-27  Chong Yidong  <cyd@gnu.org>
10788         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10790         * startup.el (x-apply-session-resources): New function.
10792         * term/ns-win.el (ns-initialize-window-system):
10793         * term/w32-win.el (w32-initialize-window-system):
10794         * term/x-win.el (x-initialize-window-system): Use it to properly
10795         set menu-bar-mode and other vars from X resources, even if the
10796         initial frame is not a window-system frame (Bug#2299).
10798         * subr.el (read-key): Avoid running filter function when setting
10799         up temporary tool bar entries (Bug#9922).
10801 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
10803         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10804         (Bug#11344)
10806 2012-04-27  Chong Yidong  <cyd@gnu.org>
10808         * select.el (xselect--encode-string): New function, split from
10809         xselect-convert-to-string.
10810         (xselect-convert-to-string): Use it.
10811         (xselect-convert-to-filename, xselect-convert-to-os)
10812         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10813         returned strings are properly encoded (Bug#11315).
10815 2012-04-27  Chong Yidong  <cyd@gnu.org>
10817         * simple.el (delete-active-region): Move to killing custom group.
10819 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
10821         * progmodes/which-func.el (which-func-current): Quote %
10822         characters for mode-line processing.
10824 2012-04-27  Chong Yidong  <cyd@gnu.org>
10826         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
10827         reaching eob (Bug#11286).
10829 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
10831         * progmodes/gdb-mi.el (gdb-control-level): New variable.
10832         (gdb): Make it buffer-local and init to zero.
10833         (gdb-control-commands-regexp): New variable.
10834         (gdb-send): Don't wrap in "-interpreter-exec console" if
10835         gdb-control-level is positive.  Increment gdb-control-level
10836         whenever the command matches gdb-control-commands-regexp, and
10837         decrement it each time the command is "end".  (Bug#11279)
10839 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
10841         * window.el (adjust-window-trailing-edge, enlarge-window)
10842         (shrink-window, window-resize):
10843         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
10844         windows (Bug#11276).
10846 2012-04-27  Chong Yidong  <cyd@gnu.org>
10848         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
10849         fix "missing prefix" warning.  All callers changed.
10851 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10853         * emacs-lisp/assoc.el: Move to obsolete/.
10855 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10857         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
10859         * term/ns-win.el (ns-define-service):
10860         * progmodes/pascal.el (pascal-goto-defun):
10861         * progmodes/js.el (js--read-tab):
10862         * progmodes/etags.el (tags-lazy-completion-table):
10863         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
10864         * emacs-lisp/ewoc.el (ewoc--wrap):
10865         * emacs-lisp/assoc.el (aput, adelete, amake):
10866         * doc-view.el (doc-view-convert-current-doc):
10867         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
10869 2012-04-26  Chong Yidong  <cyd@gnu.org>
10871         * image.el (image-type-from-buffer): Only return supported image
10872         type (Bug#9045).
10874         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
10875         value, for symmetry with diff-end-of-hunk.
10876         (diff-split-hunk, diff-find-source-location)
10877         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
10878         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
10879         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
10880         compute the relevant hunk or file properly (Bug#6005).
10881         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
10883 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * vc/vc-mtn.el:
10886         * vc/vc-hg.el:
10887         * vc/vc-git.el:
10888         * vc/vc-dir.el:
10889         * vc/vc-cvs.el:
10890         * vc/vc-bzr.el:
10891         * vc/vc-arch.el:
10892         * vc/vc.el: Replace lexical-let by lexical-binding.
10893         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
10894         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
10895         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
10897 2012-04-26  Chong Yidong  <cyd@gnu.org>
10899         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
10900         (diff-mode-shared-map): Bind it to / and [remap undo].
10902         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
10903         (ediff-window-setup-function): Use it as the default, to set up
10904         windows based on whether the current frame is graphical (Bug#2138).
10905         (ediff-choose-window-setup-function-automatically): Make obsolete.
10907         * vc/ediff-init.el: Always define ediff-pixel-width/height.
10909 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10911         * ffap.el: Remove old code for obsolete package.
10912         (ffap-complete-as-file-p): Remove.
10914         Use completion-table-with-quoting for comint and pcomplete.
10915         * comint.el (comint--unquote&requote-argument)
10916         (comint--unquote-argument, comint--requote-argument): New functions.
10917         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
10918         (comint-quote-filename): Use regexp-opt-charset.
10919         (comint--common-suffix, comint--common-quoted-suffix)
10920         (comint--table-subvert): Remove.
10921         (comint-unquote-function, comint-requote-function): New vars.
10922         (comint--complete-file-name-data): Use them with
10923         completion-table-with-quoting.
10924         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
10925         * pcomplete.el (pcomplete-arg-quote-list)
10926         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
10927         (pcomplete-unquote-argument-function): Default to non-nil.
10928         (pcomplete-unquote-argument): Simplify.
10929         (pcomplete--common-quoted-suffix): Remove.
10930         (pcomplete-requote-argument-function): New var.
10931         (pcomplete--common-suffix): New function.
10932         (pcomplete-completions-at-point): Use completion-table-with-quoting
10933         and completion-table-subvert.
10935         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
10936         (minibuffer--double-dollars): Preserve properties.
10937         (completion--sifn-requote): New function.
10938         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
10940         * minibuffer.el: Add support for completion of quoted/escaped data.
10941         (completion-table-with-quoting, completion-table-subvert): New funs.
10942         (completion--twq-try, completion--twq-all): New functions.
10943         (completion--nth-completion): New function.
10944         (completion-try-completion, completion-all-completions): Use it.
10946 2012-04-25  Leo Liu  <sdl.web@gmail.com>
10948         * progmodes/python.el (python-pdbtrack-get-source-buffer):
10949         Use compilation-message if available to find real filename.
10951 2012-04-25  Chong Yidong  <cyd@gnu.org>
10953         * vc/diff-mode.el (diff-setup-whitespace): New function.
10954         (diff-mode): Use it.
10956         * vc/diff.el (diff-sentinel):
10957         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
10958         Whitespace mode variables based on diff style (Bug#8612).
10960 2012-04-25  Leo Liu  <sdl.web@gmail.com>
10962         * progmodes/python.el (python-send-region): Add suffix .py to the
10963         temp file.
10965         * files.el (auto-mode-alist): Use javascript-mode instead.
10967 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
10969         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
10971         * net/soap-client.el (soap-resolve-references-for-sequence-type)
10972         (soap-resolve-references-for-array-type): Hack to prevent self
10973         references, see Bug#9.
10974         (soap-parse-envelope): Report the contents of the 'detail' node
10975         when receiving a fault reply.
10976         (soap-parse-envelope): Report the contents of the entire 'detail' node.
10978         * net/soap-inspect.el (soap-sample-value-for-simple-type)
10979         (soap-inspect-simple-type): New function.
10981         * net/soap-client.el (soap-simple-type): New struct.
10982         (soap-default-xsd-types, soap-default-soapenc-types)
10983         (soap-decode-basic-type, soap-encode-basic-type):
10984         support unsignedInt and double basic types.
10985         (soap-resolve-references-for-simple-type)
10986         (soap-parse-simple-type, soap-encode-simple-type): New function.
10987         (soap-parse-schema): Parse xsd:simpleType declarations.
10989         * net/soap-client.el (soap-default-xsd-types)
10990         (soap-default-soapenc-types): Add integer, byte and anyURI types.
10991         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
10992         the local name of "soapenc:Array".
10993         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
10994         decoding integer, byte and anyURI xsd types.
10996 2012-04-25  Chong Yidong  <cyd@gnu.org>
10998         * cus-edit.el (custom-buffer-create-internal): Update header text.
11000 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
11002         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11003         settings on 'system-type', not on 'window-system'.  On MS-Windows,
11004         set interactive-mode on in GDB.
11006 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11008         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11009         (ruby-syntax-propertize-regexp): Remove.
11010         (ruby-syntax-propertize-function): Split regexp into chunks.
11011         Match following code directly.
11013 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
11015         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11016         (ruby-syntax-propertize-regexp): New function.
11017         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11018         by a special keyword.
11020         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11021         (ruby-syntax-general-delimiters-goto-beg)
11022         (ruby-syntax-propertize-general-delimiters): New functions.
11023         (ruby-syntax-propertize-function): Use them to handle GDL.
11024         (ruby-font-lock-keywords): Move old handling of GDL...
11025         (ruby-font-lock-syntactic-keywords): .. to here.
11026         (ruby-calculate-indent): Adjust indentation for GDL.
11028 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
11030         * notifications.el (top): Remove unneeded declarations.
11031         (notifications-specification-version): Change to "1.2".
11032         (notifications-interface, notifications-notify-method)
11033         (notifications-close-notification-method): Fix docstring.
11034         (notifications-get-capabilities-method): New defconst.
11035         (notifications-notify): Add :action-items, :resident and
11036         :transient hints.  Change "image_data" to "image-data" and
11037         "image_path" to "image-path".
11038         (notifications-get-capabilities): New defun.
11040 2012-04-24  Leo Liu  <sdl.web@gmail.com>
11042         * progmodes/python.el: Move hideshow setup to the end.
11044 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
11046         * window.el (handle-select-window): Clear echo area since this is
11047         no more done by read_char (Bug#11304).
11049 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11051         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11052         and `/ M' to filter-derived-mode.
11053         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11054         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11055         (ibuffer-mark-by-mode): Use default rather than initial-input.
11056         (ibuffer-filter-by-derived-mode): Autoload and require-match.
11058 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
11060         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11061         (ibuffer-filter-by-derived-mode): New filter.
11062         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11064 2012-04-23  Andreas Politz  <politza@fh-trier.de>
11066         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11068 2012-04-23  Chong Yidong  <cyd@gnu.org>
11070         * cus-edit.el (customize-apropos, customize-apropos-options):
11071         Disable matching of non-option variables (Bug#11176).
11072         (customize-option, customize-option-other-window)
11073         (customize-changed-options): Doc fix.
11074         (customize-apropos-options, customize-apropos-faces)
11075         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11077         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11078         Fix word list splitting (Bug#11132).
11079         (apropos-symbol, apropos-keybinding, apropos-label)
11080         (apropos-property, apropos-function-button)
11081         (apropos-variable-button, apropos-misc-button): New faces.
11082         (apropos-symbol-face, apropos-keybinding-face)
11083         (apropos-label-face, apropos-property-face, apropos-match-face):
11084         Variables removed (Bug#8396).
11085         (apropos-library-button, apropos-format-plist, apropos-print)
11086         (apropos-print-doc, apropos-describe-plist): Callers changed.
11088 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
11090         * net/xesam.el (xesam-mode-map): Use let-bound map in
11091         initialization.  (Bug#11292)
11093 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11095         Preserve ispell session localwords when switching back to
11096         original buffer.
11098         * textmodes/ispell.el (ispell-buffer-session-localwords):
11099         New buffer-local variable to hold buffer session localwords.
11100         (ispell-kill-ispell): Add option 'clear to delete session
11101         localwords.
11102         (ispell-command-loop, ispell-change-dictionary)
11103         (ispell-buffer-local-words): Preserve session localwords when
11104         needed.
11106         * textmodes/flyspell.el (flyspell-process-localwords)
11107         (flyspell-do-correct): Preserve session localwords when needed.
11109 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11111         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11112         using obsolete `translation-table-for-input'.
11113         (ispell-word, ispell-process-line, ispell-complete-word):
11114         Use plain `insert' instead of removed `ispell-insert-word'.
11116 2012-04-22  Chong Yidong  <cyd@gnu.org>
11118         * cus-edit.el (custom-variable-menu)
11119         (custom-variable-reset-saved, custom-face-menu)
11120         (custom-face-reset-saved): If there is no saved value, make the
11121         "reset-saved" operation bring back the default (Bug#9509).
11122         (custom-face-state): Properly detect themed faces.
11124         * faces.el (face-spec-set): Stop supporting deprecated form of
11125         third arg.
11127 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
11129         Move functions from C to Lisp.  Make non-blocking method calls
11130         the default.  Implement further D-Bus standard interfaces.
11132         * net/dbus.el (dbus-message-internal): Declare function.
11133         Remove unneeded function declarations.
11134         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11135         (dbus-message-type-method-return, dbus-message-type-error)
11136         (dbus-message-type-signal): Declare variables.  Remove local
11137         definitions.
11138         (dbus-interface-dbus, dbus-interface-peer)
11139         (dbus-interface-introspectable, dbus-interface-properties)
11140         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11141         Adapt docstring.
11142         (dbus-interface-objectmanager): New defconst.
11143         (dbus-call-method, dbus-call-method-asynchronously)
11144         (dbus-send-signal, dbus-method-return-internal)
11145         (dbus-method-error-internal, dbus-register-service)
11146         (dbus-register-signal, dbus-register-method): New defuns, moved
11147         from dbusbind.c
11148         (dbus-call-method-handler, dbus-setenv)
11149         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11150         New defuns.
11151         (dbus-call-method-non-blocking): Make it an obsolete function.
11152         (dbus-unregister-object, dbus-unregister-service)
11153         (dbus-handle-event, dbus-register-property)
11154         (dbus-property-handler): Obey the new structure of
11155         `bus-registered-objects'.
11156         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
11157         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11158         Use `dbus-call-method'.
11160 2012-04-22  Chong Yidong  <cyd@gnu.org>
11162         * cus-edit.el (custom-commands, custom-reset-menu)
11163         (Custom-reset-standard): Tweak labels.
11164         (custom-reset-button-menu): Change default to t.
11165         (custom-buffer-create-internal): For the custom-reset-button-menu
11166         case, put the revert button first.
11167         (custom-group-subtitle): New face.
11168         (custom-group-value-create): Align docstring to a specific column.
11170         * wid-edit.el (widget-documentation-link-add): Don't handle
11171         indentation in this function.
11172         (widget-documentation-string-indent-to): New function.
11173         (widget-documentation-string-value-create): Use it.
11175         * autorevert.el (auto-revert):
11176         * epg-config.el (epg):
11177         * ibuffer.el (ibuffer):
11178         * mpc.el (mpc):
11179         * ses.el (ses):
11180         * eshell/eshell.el (eshell):
11181         * net/ange-ftp.el (ange-ftp):
11182         * progmodes/ebnf2ps.el (postscript):
11183         * progmodes/flymake.el (flymake):
11184         * progmodes/prolog.el (prolog):
11185         * progmodes/verilog-mode.el (verilog-mode):
11186         * progmodes/which-func.el (which-func):
11187         * term/xterm.el (xterm):
11188         * textmodes/picture.el (picture):
11189         * textmodes/tildify.el (tildify):
11190         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11191         customization buffers.
11193 2012-04-22  Alan Mackenzie  <acm@muc.de>
11195         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11196         Adding a ) can hide the resulting (..) from searches.  Fix it.
11197         Bound the backward search to the position of the existing (.
11199 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
11201         * progmodes/verilog-mode.el (verilog-mode): Check whether
11202         which-func-modes is t before adding verilog-mode.
11203         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11205 2012-04-21  Leo Liu  <sdl.web@gmail.com>
11207         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11209 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
11211         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11212         filling of the last column of a table (Bug#5635).
11213         (woman-find-next-control-line): New arg, specifying an additional
11214         regexp component for the control line.
11215         (woman2-roff-buffer): Use it.
11216         (woman-break-table): New function.
11217         (woman2-TS): Use it.
11219 2012-04-21  Chong Yidong  <cyd@gnu.org>
11221         * woman.el (woman-set-buffer-display-table, woman-decode-region)
11222         (woman-horizontal-escapes, woman-negative-vertical-space)
11223         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11224         (WoMan-warn-ignored): Use ?\s instead of ?\ .
11226 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11228         * minibuffer.el (completion-file-name-table): Complete user names.
11230 2012-04-20  Leo Liu  <sdl.web@gmail.com>
11232         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11233         and pcase-let*.
11235 2012-04-20  Chong Yidong  <cyd@gnu.org>
11237         * server.el (server-execute): Respect initial-buffer-choice if it
11238         is a string and there are no files to open (Bug#2825).
11239         (server-create-window-system-frame, server-create-tty-frame):
11240         Don't switch buffers here.
11241         (server-process-filter): Only try to open a window system frame if
11242         compiled with graphical support (Bug#8314).
11244 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
11246         * battery.el (battery-echo-area-format): Display remaining time
11247         for sysfs backend too (Bug#11269).
11248         (battery-linux-sysfs): Fix conditional for the charge.
11250 2012-04-20  Chong Yidong  <cyd@gnu.org>
11252         * progmodes/gdb-mi.el (gdb): Revert previous change.
11253         (gdb-inferior-io--init-proc): New function.
11254         (gdb-init-1): Use it.
11255         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11256         responsible for allocating a new pty and hooking it to gdb when
11257         the old pty gets an EIO due to process exit.
11258         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
11259         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11260         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11262 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
11264         * window.el (window-min-size, window-sizable, window-min-delta)
11265         (window-max-delta, window--resizable, window-resizable)
11266         (window-total-size, window-full-height-p, window-full-width-p)
11267         (window-in-direction, window--resize-mini-window, window-resize)
11268         (window--resize-child-windows-normal)
11269         (window--resize-child-windows, window--resize-siblings)
11270         (window--resize-this-window, adjust-window-trailing-edge)
11271         (enlarge-window, shrink-window): Doc fixes.
11273 2012-04-20  Chong Yidong  <cyd@gnu.org>
11275         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11276         New function to call delete-process on the gdb-inferior buffer's pty.
11277         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11278         pty process (Bug#11273).
11279         (gdb-update): New arg to suppress talking to the gdb process.
11280         (gdb-done-or-error): Use it.
11281         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11282         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11283         sentinel not being called.
11285         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11287         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11289 2012-04-20  Glenn Morris  <rgm@gnu.org>
11291         * net/network-stream.el (open-network-stream): Doc fix.
11293 2012-04-20  Chong Yidong  <cyd@gnu.org>
11295         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11297 2012-04-20  Alan Mackenzie  <acm@muc.de>
11299         Ensure searching for keywords is case sensitive.
11301         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11302         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11303         (c-defun-name, c-mark-function, c-cpp-define-name)
11304         (c-comment-indent, c-scan-conditionals, c-indent-defun)
11305         (c-context-line-break): Bind case-fold-search to nil.
11307         * progmodes/cc-mode.el (c-font-lock-fontify-region):
11308         Bind case-fold-search to nil.
11310 2012-04-20  Chong Yidong  <cyd@gnu.org>
11312         * mail/sendmail.el (mail-bury): Call return action with the right
11313         Rmail buffer (Bug#11242).
11315         * server.el (server-process-filter): Handle corner case where both
11316         tty and nowait options are present (Bug#11102).
11318 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
11320         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11321         (top level): Put into the executable the ident-style '$Id:' tag on
11322         windows-nt as well.
11324 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11326         * electric.el (electric-indent-post-self-insert-function): Check that
11327         electric-indent-mode is enabled in current buffer.
11329 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
11331         * imenu.el (imenu-progress-message): Restore; it is "used" in
11332         erc/erc-imenu.el and net/snmp-mode.el.
11334 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
11336         * avoid.el (mouse-avoidance-mode): Mark unused arg.
11337         (mouse-avoidance-nudge-mouse): Remove unused binding.
11339         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11341         * descr-text.el (describe-char):
11342         * progmodes/python.el (python-describe-symbol):
11343         Don't call `toggle-read-only', set `buffer-read-only'.
11345         * imenu.el (imenu-default-goto-function): Mark unused args.
11346         (imenu-progress-message): Remove obsolete macro; all callers changed.
11348         * subr.el (keymap-canonicalize): Remove unused binding.
11349         (read-passwd): Mark unused arg.
11351         * tutorial.el (tutorial--display-changes): Remove unused binding.
11352         (tutorial--save-tutorial-to): Remove unused variable.
11354         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11355         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11356         (package-generate-autoloads, package-menu--generate)
11357         (package-menu--find-upgrades): Remove unused bindings.
11359         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11360         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
11361         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11362         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11363         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11364         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11365         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11366         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11367         (cua-delete-char-rectangle): Mark unused args.
11368         (cua-align-rectangle): Remove unused binding.
11370         * mail/rmail.el (compilation--message->loc)
11371         (epa--find-coding-system-for-mime-charset): Declare.
11373         * net/dbus.el (dbus-register-service): Declare.
11374         (dbus-name-owner-changed-handler): Remove unused binding.
11376         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11377         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11378         (nxml-scan-backward-within): Mark unused arg.
11379         (nxml-dynamic-markup-word): Remove unused binding.
11381         * mouse.el (mouse-menu-major-mode-map):
11382         * emacs-lisp/authors.el (authors-scan-change-log)
11383         (authors-add-to-author-list):
11384         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11385         * emacs-lisp/smie.el (smie-auto-fill):
11386         * mail/sendmail.el (mail-bury):
11387         * mail/unrmail.el (unrmail):
11388         * net/tls.el (open-tls-stream):
11389         * textmodes/picture.el (picture-mouse-set-point):
11390         Remove unused bindings.
11392 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
11394         * net/tramp.el (tramp-action-password): Let-bind
11395         `enable-recursive-minibuffers' to t.
11397 2012-04-18  Sam Steingold  <sds@gnu.org>
11399         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11400         instead of 'string to accommodate values like [f11].
11401         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11402         * progmodes/gdb-mi.el: Likewise.
11404 2012-04-18  Leo Liu  <sdl.web@gmail.com>
11406         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11407         current buffer.
11408         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11409         LOCAL is nil.
11411 2012-04-18  Chong Yidong  <cyd@gnu.org>
11413         * simple.el (line-move): Use forward-line if in batch mode
11414         (Bug#11053).
11416 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
11418         * files.el (after-find-file): Do not try to add a final newline if
11419         the buffer is read-only (Bug#11156).
11421 2012-04-17  Richard Stallman  <rms@gnu.org>
11423         * mail/rmail.el (rmail-start-mail):
11424         Pass (rmail-mail-return...) for the return-action.
11425         Pass (rmail-yank-current-message...) for the yank-action.
11426         (rmail-yank-current-message): New function.
11427         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11428         (rmail-reply): Likewise.
11429         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11431         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11432         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
11433         buffer, not newbuf.
11435 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
11437         * server.el (server-ensure-safe-dir): Simplify.
11439 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11441         * emacs-lisp/smie.el: Provide smarter auto-filling.
11442         (smie-auto-fill): New function.
11443         (smie-setup): Use it.
11445         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11447 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
11449         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11450         (comment-indent): Use it.
11452 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11454         * ses.el: The overall change is to add cell renaming, that is
11455         setting fancy names for cell symbols other than name matching
11456         "\\`[A-Z]+[0-9]+\\'" regexp .
11457         (ses-localvars): Add ses--renamed-cell-symb-list.
11458         (ses-create-cell-variable): New defun.
11459         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11460         (ses-relocate-formula): Relocate formulas only for cells the
11461         symbols of which are not renamed, i.e. symbols whose names do not
11462         match regexp "\\`[A-Z]+[0-9]+\\'".
11463         (ses-relocate-all): Relocate values only for cells the symbols of
11464         which are not renamed.
11465         (ses-load): Create cells variables as the (ses-cell ...) are read,
11466         in order to check row col consistency with cell symbol name only
11467         for cells that are not renamed.
11468         (ses-replace-name-in-formula): New defun.
11469         (ses-rename-cell): New defun.
11471 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
11473         * progmodes/perl-mode.el (perl-indent-parens-as-block):
11474         New option (bug#11118).
11475         (perl-calculate-indent): Respect it.
11477 2012-04-17  Glenn Morris  <rgm@gnu.org>
11479         * dired-aux.el (dired-mark-read-string): Doc fix.
11481 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
11483         * dired-aux.el (dired-mark-read-string): Offer optional completion.
11484         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
11486 2012-04-17  Glenn Morris  <rgm@gnu.org>
11488         * mouse.el (mouse-drag-track):
11489         * speedbar.el (speedbar-frame-mode):
11490         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11492 2012-04-16  Leo Liu  <sdl.web@gmail.com>
11494         * progmodes/python.el: Trivial cleanup.
11496 2012-04-16  Glenn Morris  <rgm@gnu.org>
11498         * vc/vc.el (vc-string-prefix-p):
11499         * vc/pcvs-util.el (cvs-string-prefix-p):
11500         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11501         * mpc.el (mpc-string-prefix-p):
11502         Make all of these into obsolete aliases for string-prefix-p.
11503         Update callers.
11504         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11506         * textmodes/two-column.el: Move custom options to the start.
11507         (frame-width): Remove compat definition.
11508         (2C-associate-buffer, 2C-dissociate):
11509         Use with-current-buffer rather than save-excursion.
11510         (2C-dissociate): Force a mode-line update.
11511         (2C-autoscroll): Use ignore-errors.
11513         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11514         Autoload trivia.
11516         * emacs-lisp/cl-extra.el (*random-state*):
11517         Remove unnecessary declaration.
11519         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11521         * play/cookie1.el (cookie-snarf):
11522         Give an explicit error if input file cannot be read.
11524         * play/yow.el (yow-file): Use expand-file-name rather than concat.
11526         * progmodes/perl-mode.el (c-macro-expand):
11527         Remove unnecessary autoload (it is in loaddefs.el).
11529         * textmodes/picture.el (picture-desired-column)
11530         (picture-update-desired-column): Convert comments to doc-strings.
11531         (picture-substitute): Remove function.
11532         (picture-mode-map): Initialize in the defvar.
11534         * woman.el: Remove eval-after-load for tar-mode.
11535         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11536         (woman-tar-extract-file): Autoload it.
11538         * frame.el (automatic-hscrolling): Make this alias obsolete.
11540 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11542         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11543         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11544         (ispell-dictionary-base-alist): Revert to original XEmacs
11545         friendly version for default.  [:alpha:] will be added in
11546         `ispell-set-spellchecker-params' if needed.
11548 2012-04-16  Chong Yidong  <cyd@gnu.org>
11550         * image.el (imagemagick--file-regexp): New variable.
11551         (imagemagick-register-types): Use it.
11552         (imagemagick-types-inhibit): Add :set function.  Allow new value
11553         of t to inhibit all types.
11555         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11556         so we can preload it.
11558         * loadup.el (fboundp): Preload regexp-opt, needed by
11559         imagemagick-register-types.
11561 2012-04-15  Chong Yidong  <cyd@gnu.org>
11563         * frame.el (scrolling): Remove nearly unused customization group.
11565         * scroll-all.el (scroll-all-mode): Move to windows group.
11567 2012-04-15  Chong Yidong  <cyd@gnu.org>
11569         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11571 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11573         Avoid the use of ((lambda ...) ...) in lexical-binding code.
11574         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
11576 2012-04-15  Glenn Morris  <rgm@gnu.org>
11578         * simple.el (process-file-side-effects): Doc fix.
11580 2012-04-15  Glenn Morris  <rgm@gnu.org>
11582         * international/mule-cmds.el (set-language-environment): Doc fix.
11584 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
11586         * server.el (server-auth-key, server-generate-key): Doc fixes.
11587         (server-get-auth-key): Doc fix.  Use `string-match-p'.
11588         (server-start): Reflow docstring.
11590 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
11592         * server.el (server-generate-key): `called-interactively-p'
11593         requires a parameter.
11595 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
11597         * server.el (server-auth-key): New variable.
11598         (server-generate-key, server-get-auth-key): New function.
11599         (server-start): Use the new variable and functions to allow
11600         setting a permanent server key (bug#9423).
11602 2012-04-14  Leo Liu  <sdl.web@gmail.com>
11604         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11606 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
11608         Spelling fixes.
11609         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11610         Emacs uses American spelling.
11612 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
11614         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11615         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
11616         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11617         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
11619 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11621         * progmodes/which-func.el (which-func-modes): Change default.
11623 2012-04-14  Kim F. Storm  <storm@cua.dk>
11625         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11626         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11628 2012-04-14  Chong Yidong  <cyd@gnu.org>
11630         * custom.el (custom-theme-set-variables): Doc fix.
11632 2012-04-14  Glenn Morris  <rgm@gnu.org>
11634         * international/mule.el (set-auto-coding-for-load): Doc fix.
11636 2012-04-14  Alan Mackenzie  <acm@muc.de>
11638         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
11639         imenu work again for Objective C Mode.  Correct the *-index values,
11640         these having been disturbed by a previous change in 2011-08.
11642         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
11643         Correct two search limits.
11645 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11647         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
11649 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
11651         * international/characters.el: Fix sorting.
11653 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11655         * international/characters.el: Add more missing Latin case pairs.
11657 2012-04-14  Glenn Morris  <rgm@gnu.org>
11659         * files.el (dir-locals-set-class-variables): Doc fix.
11661 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11663         * international/characters.el: Add set-case-syntax-pair call for
11664         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
11665         counterpart.  (Bug#11209)
11667         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
11669 2012-04-14  Glenn Morris  <rgm@gnu.org>
11671         * calendar/holidays.el (calendar-check-holidays): Doc fix.
11673 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11675         * textmodes/ispell.el (ispell-dictionary-base-alist):
11676         Add data for Hebrew.
11678 2012-04-14  Chong Yidong  <cyd@gnu.org>
11680         * net/rcirc.el (rcirc-cmd-quit):
11681         Revert 2012-03-18 change (Bug#11192).
11683 2012-04-14  Glenn Morris  <rgm@gnu.org>
11685         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
11687 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11689         * minibuffer.el (completion-in-region-mode-map):
11690         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
11692 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
11694         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
11696 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
11698         * minibuffer.el (minibuffer-local-filename-syntax): New variable
11699         to allow `C-M-f' and `C-M-b' to move to the nearest path
11700         separator (bug#9511).
11702 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
11704         * avoid.el: Require cl when compiling.  And also move the
11705         `provide' to the end.
11707 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11709         * avoid.el (mouse-avoidance-banish-position): New variable.
11710         (mouse-avoidance-banish-destination): Use it (bug#10165).
11712 2012-04-13  Leo Liu  <sdl.web@gmail.com>
11714         * progmodes/which-func.el (which-func-modes): Add objc-mode.
11716 2012-04-13  Ken Brown  <kbrown@cornell.edu>
11718         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
11719         this is no longer needed now that cygstart understands file:// URLs.
11720         (browse-url-filename-alist): For the same reason, don't modify
11721         file:// URLs on Cygwin.
11723 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11725         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
11726         the region on shift if the binding is already shifted (bug#11221).
11728 2012-04-12  Glenn Morris  <rgm@gnu.org>
11730         * mail/mailpost.el: Move to obsolete/.
11732 2012-04-12  Drew Adams  <drew.adams@oracle.com>
11734         * imenu.el (imenu--generic-function): Ignore invisible definitions
11735         (bug#10123).
11737 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
11739         * hexl.el (hexl-bits): New variable.
11740         (hexl-options): Mention the variable in the doc string.
11741         (hexl-rulerise, hexl-line-displen): New functions.
11742         (hexl-mode): Mention the new variable.
11743         (hexl-mode, hexl-current-address, hexl-current-address):
11744         Use the displen.
11745         (hexl-ascii-start-column): New function.
11746         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
11747         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
11749 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11751         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
11752         '("-i" ENCODING), in 2 separate command-line arguments, to specify
11753         the encoding, as expected by hunspell.
11755 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11757         * battery.el (battery--linux-sysfs-regexp): New const.
11758         (battery-status-function): Use it.  Remove yeeloong special case.
11759         (battery-yeeloong-sysfs): Remove.
11760         (battery-echo-area-format): Remove yeeloong special case.
11762 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11764         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
11765         Reported by Noah Friedman.
11767         * subr.el (read-passwd): Use read-string.
11769 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11771         * vcursor.el (vcursor-move): Increase the priority of the overlay
11772         (bug#9663).
11774 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
11776         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
11777         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
11779 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
11781         * textmodes/artist.el (artist-mode): Convert artist-mode to use
11782         define-minor-mode (bug#10760).
11784 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11786         * progmodes/grep.el (rgrep): Tweak the find command line so
11787         that directories matching `grep-find-ignored-files' won't be
11788         pruned (bug#10351).
11790 2012-04-11  Chong Yidong  <cyd@gnu.org>
11792         * startup.el (command-line): Remove support for long-obsolete
11793         variable font-lock-face-attributes.
11795 2012-04-11  Glenn Morris  <rgm@gnu.org>
11797         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11799 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11801         * window.el (window--state-get-1): Obey window-point-insertion-type.
11803 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
11805         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11806         to previous function when point is on the first character of a
11807         function.  Take care of that in `narrow-to-defun' (bug#6157).
11809 2012-04-11  Glenn Morris  <rgm@gnu.org>
11811         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11812         not just file-errors.
11814         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
11815         (vc-bzr-sha1): Use internal sha1.
11817 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11819         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
11821 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
11823         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
11824         that start in the middle of the line (bug#10496).
11826 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
11828         * battery.el (battery-linux-proc-acpi): Only one battery is
11829         discharged at a time, but that seems to confuse battery.el when
11830         computing `rate-type' for the battery not being discharged
11831         (bug#10332).
11833 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11835         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
11837         * international/quail.el: Use dolist and simplify.
11838         (quail-define-package, quail-update-keyboard-layout)
11839         (quail-define-rules): Use dolist.
11840         (quail-insert-kbd-layout, quail-get-translation): CSE.
11842         * tmm.el: Use dolist, remove left over hook.
11843         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
11844         Use dolist.
11845         (calendar-load-hook): Don't mess with it.
11847         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
11848         Use derived-mode-p.  Run the diff asynchronously.
11850 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11852         * obsolete/mouse-sel.el: Add an Obsolete-since header.
11854 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
11856         * misc.el: Display absolute path of loaded DLLs (bug#10424).
11857         (list-dynamic-libraries--loaded): New function.
11858         (list-dynamic-libraries--refresh): Use it.
11860 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
11862         * progmodes/python.el (python-fill-paragraph):
11863         Make python-fill-region in a multiline string work when font-lock is
11864         disabled (bug#7018).
11866 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
11868         * language/european.el (cp775): Add oem/legacy (en)coding on
11869         DOS/MS Windows for the Baltic languages.  There are still plenty
11870         of texts written in this encoding/codepage (bug#6519).
11872 2012-04-10  Glenn Morris  <rgm@gnu.org>
11874         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
11875         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
11877 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
11879         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
11880         next-line "n" and previous-line "p" in order to make recentf more
11881         consistent with ibuffer, dired or org-mode (bug#9387).
11883 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11885         * image.el (put-image): Return the overlay created instead of the
11886         optional input string (bug#7834).  Note that this may break code
11887         that is (for some reason or other) depending on `put-image'
11888         returning the string.
11890         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
11892         * simple.el (zap-to-char): Allow zapping using input methods
11893         (bug#1580).
11895         * textmodes/fill.el (fill-region): Leave point and mark where they
11896         were before filling (bug#5399).
11898 2012-04-09  Glenn Morris  <rgm@gnu.org>
11900         * version.el (emacs-bzr-get-version):
11901         Handle lightweight checkouts of local branches.
11903 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
11905         * international/characters.el: Recover lost case pairs.  (Bug#11209)
11907 2012-04-09  Chong Yidong  <cyd@gnu.org>
11909         * custom.el (custom-variable-p): Return nil for non-symbol
11910         arguments instead of signaling an error.
11911         (user-variable-p): Obsolete alias for custom-variable-p.
11913         * apropos.el (apropos-variable):
11914         * files-x.el (read-file-local-variable):
11915         * simple.el (set-variable):
11916         * woman.el (woman-mini-help):
11917         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
11919 2012-04-09  Glenn Morris  <rgm@gnu.org>
11921         * startup.el (normal-top-level): Don't look for leim-list.el
11922         in places where it will not be found.  (Bug#910)
11924         * international/mule-cmds.el (set-default-coding-systems):
11925         * files.el (normal-mode):
11926         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
11927         This function was removed with ucs-tables.el in 2008.
11929 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
11931         * textmodes/ispell.el (ispell-check-version): For hunspell, set
11932         ispell-encoding8-command to "-i", without a trailing space.
11933         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
11934         separate command-line arguments, to specify the encoding, since
11935         that's how hunspell expects it.
11937 2012-04-08  Glenn Morris  <rgm@gnu.org>
11939         * loadup.el: Load bindings before cus-start.
11940         This reduces somewhat the number of "rogue" settings in emacs -Q.
11942 2012-04-07  Glenn Morris  <rgm@gnu.org>
11944         * version.el (emacs-bzr-get-version): New function.
11945         (emacs-bzr-version): New variable.
11946         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
11947         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
11949 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
11951         * international/uni-bidi.el, international/uni-category.el:
11952         * international/uni-combining.el, international/uni-decimal.el:
11953         * international/uni-decomposition.el, international/uni-digit.el:
11954         * international/uni-lowercase.el, international/uni-mirrored.el:
11955         * international/uni-name.el, international/uni-numeric.el:
11956         * international/uni-titlecase.el, international/uni-uppercase.el:
11957         Update for Unicode 6.1.
11959 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
11961         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
11963 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11965         * window.el (shrink-window): Mention the `window-min-height'
11966         variable in the doc string.
11968 2012-04-05  Bastien Guerry  <bzg@altern.org>
11970         * color.el (color-lighten-name): Fix typo.
11972 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11974         * server.el (server--on-display-p): New function.
11975         (server--on-display-p): Use it.
11977 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
11979         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
11980         (bug#11145).
11982 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11984         * comint.el (comint--common-quoted-suffix): Check string boundary
11985         before comparing (bug#11158).
11986         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
11988 2012-04-04  Chong Yidong  <cyd@gnu.org>
11990         * minibuffer.el (completion-extra-properties): Doc fix.
11992         * subr.el (delayed-warnings-hook): Doc fix.
11994 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
11996         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
11997         selection (Bug#11159).
11998         (epa-insert-keys): Inform that the default public key will be
11999         exported if no key is selected.
12001 2012-04-04  Richard Stallman  <rms@gnu.org>
12003         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12005 2012-04-03  Chong Yidong  <cyd@gnu.org>
12007         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12008         mail-insert-file, not its obsolete alias mail-attach-file.
12010 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
12012         * notifications.el (notifications-notify): Fix docstring.
12014 2012-04-02  Glenn Morris  <rgm@gnu.org>
12016         * emacs-lisp/authors.el (authors-aliases): Another addition.
12018 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
12020         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12021         `tramp-compat-call-process' instead of `tramp-local-call-process'.
12022         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12024 2012-04-01  Chong Yidong  <cyd@gnu.org>
12026         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12027         Handle root directory properly.
12028         (copy-directory): Caller changed.
12030         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12031         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12033 2012-03-31  Glenn Morris  <rgm@gnu.org>
12035         * term/xterm.el (xterm-extra-capabilities): Doc fix.
12037         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
12039         * calendar/calendar.el (calendar-window-list)
12040         (calendar-hide-window): Restore.  (Bug#11140)
12041         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12043         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12045 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12047         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12048         Check if file is a symlink (Bug#10489).
12050         * files.el (copy-directory): Likewise.
12052 2012-03-30  Chong Yidong  <cyd@gnu.org>
12054         * image.el (imagemagick-types-inhibit)
12055         (imagemagick-register-types): Doc fix.
12057 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12059         * textmodes/ispell.el (ispell-get-extended-character-mode):
12060         Disable extended-char-mode for hunspell.  hunspell does not support it
12061         and treats ~word as ordinary words in pipe mode.
12063 2012-03-30  Glenn Morris  <rgm@gnu.org>
12065         * tutorial.el (help-with-tutorial): Ensure local variables don't
12066         happen to make the buffer read-only.  (Bug#11127)
12068 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12070         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12071         (perl-calculate-indent): Return `noindent' in strings.
12073 2012-03-28  Sam Steingold  <sds@gnu.org>
12075         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12076         instead of the broken adhockery which does not prevent calendar
12077         buffers from being displayed at random after exit.
12078         (calendar-window-list, calendar-hide-window): Remove the broken
12079         adhockery.
12081 2012-03-28  Glenn Morris  <rgm@gnu.org>
12083         * replace.el (query-replace-map): Doc fix.
12085 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
12087         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12088         contents.  (Bug#11109)
12090 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12092         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12093         (bug#11077).
12094         (avl-tree--check, avl-tree--check-node): New funs.
12096 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
12098         * window.el (switch-to-visible-buffer): New option.
12099         (switch-to-prev-buffer, switch-to-next-buffer):
12100         Observe switch-to-visible-buffer.  Make sure that checking for a window
12101         showing a buffer already is done on the same frame.
12103 2012-03-27  Glenn Morris  <rgm@gnu.org>
12105         * startup.el (mail-host-address): Doc fix.
12107 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12109         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12110         than 197 variables.
12112 2012-03-26  Ami Fischman  <ami@fischman.org>
12114         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12116 2012-03-26  Glenn Morris  <rgm@gnu.org>
12118         * files.el (save-buffers-kill-emacs): Doc fix.
12120         * startup.el (normal-top-level, command-line, command-line-1):
12121         Give them doc strings.
12123 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
12125         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12126         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12128 2012-03-25  Chong Yidong  <cyd@gnu.org>
12130         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12131         theme if it was previously enabled before (Bug#11031).
12133         * cus-theme.el (custom-theme-write-faces): Retrieve current face
12134         spec with custom-face-get-current-spec if its :shown-value is not
12135         determined yet (Bug#9337).
12136         (customize-create-theme, custom-theme-revert): Doc fixes.
12138         * button.el (button-at): Minor addition to docstring.
12140 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
12142         * vc/vc.el (vc-merge): Fix a prompt.
12144 2012-03-24  Chong Yidong  <cyd@gnu.org>
12146         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12147         point (Bug#9623).
12149         * button.el (button-at): Minor addition to docstring.
12151 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         * newcomment.el (comment-choose-indent): No space after BOL.
12155 2012-03-22  Sam Steingold  <sds@gnu.org>
12157         * window.el (switch-to-prev-buffer): Revert last patch because the
12158         bug turned out to be an advertised feature (Elisp manual 28.14).
12160 2012-03-22  Glenn Morris  <rgm@gnu.org>
12162         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
12163         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12165 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12167         * net/network-stream.el (network-stream-open-starttls): Make error
12168         message under Windows be less misleading.
12170 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
12172         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12173         understands (bug#9942).
12175 2012-03-22  Chong Yidong  <cyd@gnu.org>
12177         * simple.el (end-of-visible-line): Handle return value of
12178         next-single-property-change properly (Bug#9371).
12180 2012-03-22  Kenichi Handa  <handa@m17n.org>
12182         * international/quail.el (quail-insert-kbd-layout): Fix previous
12183         change.  To avoid unwanted bidi reordering, use
12184         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12186 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
12188         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12189         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12190         (ruby-beginning-of-indent): Be more careful with the difference
12191         between word-boundary and symbol boundary.
12192         (ruby-mode-syntax-table): Make : a symbol constituent.
12194 2012-03-21  Andreas Politz  <politza@fh-trier.de>
12196         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12198 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12200         * progmodes/etags.el (tags-completion-at-point-function):
12201         Improve last fix.
12203         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12205 2012-03-21  Sam Steingold  <sds@gnu.org>
12207         * progmodes/etags.el (tags-completion-at-point-function):
12208         Avoid the error when point is inside the pattern.
12210 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
12212         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12213         line (Bug#10855).
12215 2012-03-21  Drew Adams  <drew.adams@oracle.com>
12217         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12219 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
12221         * ido.el (ido-set-current-directory, ido-read-internal)
12222         (ido-choose-completion-string, ido-completion-help): Handle nil
12223         value of ido-completion-buffer (Bug#11008).
12225 2012-03-21  Sam Steingold  <sds@gnu.org>
12227         * window.el (switch-to-prev-buffer): Do not switch to a visible
12228         window previous buffer, just like with the frame previous buffers.
12230 2012-03-21  Chong Yidong  <cyd@gnu.org>
12232         * faces.el (make-face, make-empty-face, copy-face):
12233         * face-remap.el (face-remap-add-relative, face-remap-set-base):
12234         Doc fixes.
12236 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12238         * wid-edit.el (widget-complete-field): Remove (bug#11051).
12239         (widget-complete): Remove broken use of it.
12241 2012-03-20  Chong Yidong  <cyd@gnu.org>
12243         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12244         Use string-width and truncate-string-width to handle arbitrary
12245         characters.
12247 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
12249         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12250         to draw rectangles, not squares.  (Regression introduced by revno
12251         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12253 2012-03-18  Chong Yidong  <cyd@gnu.org>
12255         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12256         it is not yet defined (for temacs).
12258 2012-03-18  Leo Liu  <sdl.web@gmail.com>
12260         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12261         prefix.
12263 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
12265         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12266         (ispell-choices-win-default-height, ispell-silently-savep)
12267         (ispell-dictionary-alist, ispell-encoding8-command)
12268         (ispell-check-version, ispell-aspell-find-dictionary)
12269         (ispell-valid-dictionary-list, ispell-words-keyword)
12270         (ispell-get-word, ispell-internal-change-dictionary)
12271         (ispell-region, ispell-skip-region-list)
12272         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12273         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12274         (ispell-message-text-end, ispell-message)
12275         (ispell-buffer-local-parsing): Doc fix.
12277 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
12279         * htmlfontify.el: Add support for code block fontification for ODT
12280         export (Bug #9914).
12281         (hfy-optimisations): Define new option
12282         `body-text-only'
12283         (hfy-fontify-buffer): Honor above setting.
12284         (hfy-begin-span, hfy-end-span): New routines factored out form
12285         `hfy-fontify-buffer'.
12286         (hfy-begin-span-handler, hfy-end-span-handler): New variables
12287         that permit insertion of custom tags.
12288         (hfy-fontify-buffer): Use above handlers.
12289         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12290         (hfy-face-to-css): Re-defined to be a variable.
12291         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
12292         over multiple runs.  This is made possible by having the caller let
12293         bind a special variable `hfy-user-sheet-assoc'.
12294         (htmlfontify-string): New defun.
12295         (hfy-compile-face-map): Make sure that the last char in the
12296         buffer is correctly fontified.
12297         (hfy-face-resolve-face): Whitespace only change.
12299 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
12301         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12302         message more clear.
12304 2012-03-16  Leo Liu  <sdl.web@gmail.com>
12306         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12308 2012-03-16  Alan Mackenzie  <acm@muc.de>
12310         Further optimize the handling of large macros.
12312         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12313         limit to a call of `c-literal-limits'.
12314         (c-determine-+ve-limit): New function.
12315         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12316         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12317         In CASE 5B, restrict a search limit to 500.
12318         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12320         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12321         Restrict macro bounds to +-500 from after-change's BEG END.
12323 2012-03-16  Leo Liu  <sdl.web@gmail.com>
12325         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12327 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
12329         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12330         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
12332 2012-03-16  Glenn Morris  <rgm@gnu.org>
12334         * view.el (view-buffer, view-buffer-other-window)
12335         (view-buffer-other-frame): Doc fixes re special mode-class.
12337         * subr.el (eval-after-load): If named feature is provided not from
12338         a file, run after-load forms.  (Bug#10946)
12340         * calendar/calendar.el (calendar-insert-at-column):
12341         Handle non-unit-width characters a bit better.  (Bug#10978)
12343 2012-03-15  Chong Yidong  <cyd@gnu.org>
12345         * emacs-lisp/ring.el (ring-extend): New function.
12346         (ring-insert+extend): Extend the ring correctly (Bug#11019).
12348         * comint.el (comint-read-input-ring)
12349         (comint-add-to-input-history): Grow comint-input-ring lazily.
12351 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12353         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12354         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12356         * imenu.el: Fix multiple inheritance breakage (bug#9199).
12357         (imenu-add-to-menubar): Don't add a redundant index.
12358         (imenu-update-menubar): Handle a dynamically composed keymap.
12360 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12362         * mail/sendmail.el (mail-encode-header):
12363         Bind rfc2047-encode-encoded-words to nil.
12365 2012-03-13  Glenn Morris  <rgm@gnu.org>
12367         * calendar/calendar.el (calendar-string-spread):
12368         Handle non-unit-width characters a bit better.  (Bug#10978)
12370 2012-03-13  Leo Liu  <sdl.web@gmail.com>
12372         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12373         directory and file as argument (Bug#10822).
12375 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
12377         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12378         For dynamically generated code, follow $PC.
12379         (gdb-disassembly-handler-custom): Handle no function name case.
12381 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
12383         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12384         * emulation/ws-mode.el (ws-query-replace):
12385         * sort.el (sort-regexp-fields):
12386         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
12388 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12390         * dabbrev.el: Fix cycle completion order (bug#10963).
12391         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12392         (dabbrev-completion): Don't use an obarray; provide
12393         a cycle-sort-function.
12395 2012-03-12  Leo Liu  <sdl.web@gmail.com>
12397         * simple.el (kill-new): Use equal-including-properties for comparison.
12398         (kill-do-not-save-duplicates): Doc fix.
12400 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12402         * dabbrev.el: Fix cycle completion (bug#10963).
12403         Use lexical binding and wrap to 80 columns.
12404         (dabbrev-completion): Delay computing the list of completions.
12406 2012-03-12  Kenichi Handa  <handa@m17n.org>
12408         * international/quail.el (quail-insert-kbd-layout): Surround each
12409         row by LRO and PDF instead of inserting many LRMs.  Pad the left
12410         and right of each non-spacing marks.  Insert invisible space
12411         between lower and upper characters to prevent composition.
12413 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12415         * minibuffer.el (minibuffer-complete): Don't get confused when the
12416         function is run twice via different commands (bug#10958).
12417         (complete-with-action): Fix docstring.
12419 2012-03-12  Chong Yidong  <cyd@gnu.org>
12421         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12422         (nxml-completion-at-point-function): New function.
12423         (nxml-mode): Use it.
12424         (nxml-bind-meta-tab-to-complete-flag): Default to t.
12426         * emacs-lisp/package.el (package-unpack, package-unpack-single):
12427         Load generated autoloads file before byte compiling (Bug#10970).
12428         (package--make-autoloads-and-compile): New helper fun.
12430 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
12432         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12434 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
12436         * autorevert.el (auto-revert-handler): Ensure, that
12437         file-readable-p is applied only for local files or in
12438         auto-revert-tail-mode.
12440 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
12442         * server.el (server-eval-at): Handle non-tcp connections.
12443         Decode result string.
12445         * server.el (server-msg-size): New constant.
12446         (server-reply-print): New function.
12447         (server-eval-and-print): Use it.
12448         (server-eval-at): Use server-quote-arg and server-unquote-arg.
12449         Handle -print-nonl.
12451 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
12453         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12454         (Bug#10987).
12456 2012-03-11  Chong Yidong  <cyd@gnu.org>
12458         * simple.el (goto-line): Doc fix (Bug#9938).
12460         * subr.el (save-window-excursion): Doc fix (Bug#9979).
12462         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12463         when finished (Bug#10963).
12465 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
12467         * window.el (split-window-below): Fix bug in case where
12468         split-window-keep-point is nil (Bug#10971).
12470 2012-03-11  Juri Linkov  <juri@jurta.org>
12472         * replace.el (replace-highlight): Set isearch-word to nil
12473         unconditionally.  (Bug#10887)
12475 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
12477         * net/mairix.el (mairix-replace-invalid-chars): Rename from
12478         mairix-replace-illegal-chars; all callers changed.  Don't remove
12479         ^, ~, and = characters: they are meaningful in mairix search specs.
12480         (mairix-widget-create-query): Add usage information about mairix
12481         search forms: negating words, searching for substrings, etc.
12483 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
12485         * international/fontset.el (font-encoding-alist): Add an entry for
12486         ksx1001 (Bug#5667).
12488 2012-03-10  Richard Stallman  <rms@gnu.org>
12490         * mail/sendmail.el (mail-encode-header):
12491         Set rfc2047-encode-encoded-words.
12493         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12495         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12496         view buffer means not swapped.
12497         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12498         (rmail-write-region-annotate): Error if real text has disappeared.
12500         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12502 2012-03-10  Chong Yidong  <cyd@gnu.org>
12504         * emulation/cua-rect.el (cua--init-rectangles):
12505         * emulation/cua-base.el (cua--init-keymaps):
12506         Add delete-forward-char to remappings (Bug#9666).
12508 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
12510         * speedbar.el (speedbar-unhighlight-one-tag-line):
12511         Avoid unhighlighting due to frame switching (Bug#10275).
12513 2012-03-10  Chong Yidong  <cyd@gnu.org>
12515         * minibuffer.el (completion-in-region, completion-help-at-point):
12516         Give the completion field overlay a high priority (Bug#6830).
12518         * dired.el (dired-goto-file): Recognize absolute file name
12519         listings (Bug#7126).
12520         (dired-goto-file-1): New helper function.
12521         (dired-toggle-read-only): Inhibit warnings.
12523 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
12525         * net/dbus.el (dbus-property-handler): Return empty array if
12526         there are no properties.
12528 2012-03-09  Leo Liu  <sdl.web@gmail.com>
12530         * savehist.el (savehist-printable): Stricter check for string
12531         value (Bug#10937).
12533 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
12535         * mail/smtpmail.el (smtpmail-send-it):
12536         Bind coding-system-for-write to *-unix, so that FCC files are kept in
12537         valid mbox format.
12539 2012-03-09  Glenn Morris  <rgm@gnu.org>
12541         * files.el (dir-locals-find-file):
12542         Don't check result is regular, readable.
12543         (dir-locals-read-from-file): Demote errors.
12545 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
12547         * international/quail.el (quail-insert-kbd-layout):
12548         Insert invisible LRM characters before each character in a keyboard
12549         layout cell, to prevent their reordering by bidi display engine.
12550         For details, see the discussion in
12551         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12553 2012-03-08  Alan Mackenzie  <acm@muc.de>
12555         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12556         the starting position; make it extend the marked region when
12557         invoked repeatedly - all under appropriate circumstances.
12558         Fixes bugs #5525, #10906.
12560 2012-03-08  Glenn Morris  <rgm@gnu.org>
12562         * files.el (locate-dominating-file, dir-locals-find-file):
12563         Undo 2012-03-06 change.
12565 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
12567         * international/quail.el (quail-help):
12568         Force bidi-paragraph-direction be left-to-right.  See discussion in
12569         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12570         for the reason.
12572 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
12574         Avoid superfluous registering of signals.  (Bug#10807)
12576         * notifications.el (notifications-on-action-object)
12577         (notifications-on-close-object): New defvars.
12578         (notifications-on-action-signal, notifications-on-closed-signal):
12579         Unregister the signal if not needed any longer.
12580         (notifications-notify): Register `notifications-action-signal' or
12581         `notifications-closed-signal', if :on-action or :on-close has been
12582         passed as argument.
12584 2012-03-07  Chong Yidong  <cyd@gnu.org>
12586         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12587         non-X platforms.
12589 2012-03-06  Glenn Morris  <rgm@gnu.org>
12591         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12592         (x-disown-selection-internal, x-get-selection-internal):
12593         Doc fix (add arglist signatures).  (Bug#10783)
12595 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
12597         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12598         Handle breakpoints with no "type".
12600 2012-03-06  Glenn Morris  <rgm@gnu.org>
12602         * files.el (locate-dominating-file): Add optional predicate argument.
12603         (dir-locals-find-file): Make use of above change.
12605 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
12607         * info.el (Info-insert-dir): Also try "dir.gz".
12609 2012-03-06  Glenn Morris  <rgm@gnu.org>
12611         * files.el (dir-locals-find-file):
12612         Ignore non-readable or non-regular files.  (Bug#10928)
12614         * files.el (locate-dominating-file): Doc fix.
12616 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
12618         * calendar/calendar.el (calendar-set-mode-line):
12619         `getenv' returns a string.  (Bug#10951)
12621 2012-03-05  Leo Liu  <sdl.web@gmail.com>
12623         * simple.el (backward-delete-char-untabify): Constrain point to
12624         field (Bug#10939).
12626         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12628 2012-03-05  Chong Yidong  <cyd@gnu.org>
12630         * simple.el (count-words): If called from Lisp, return the word
12631         count, for symmetry with `count-lines'.  Arglist changed.
12632         (count-words--message): Args changed.  Consolidate counting code
12633         from count-words and count-words-region.
12634         (count-words-region): Caller changed.
12635         (count-lines-region): Make it an obsolete alias.
12637 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
12639         * saveplace.el (save-place-to-alist)
12640         (save-place-ignore-files-regexp): Allow value nil to disable this
12641         feature.
12643 2012-03-04  Chong Yidong  <cyd@gnu.org>
12645         * faces.el (face-spec-reset-face): For the default face, reset the
12646         attributes to default values (Bug#10748).
12648 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12650         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
12651         previous patch: Check `message-send-mail-function', and not the
12652         default function (bug#10897).
12654 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
12656         * notifications.el (notifications-on-action-signal)
12657         (notifications-on-closed-signal): Check for unique service name of
12658         incoming event.  Fix error in removing entry.
12659         (top): Register for signals with wildcard service name.
12660         (notifications-notify): Use daemon unique service name for map entries.
12662 2012-03-04  Chong Yidong  <cyd@gnu.org>
12664         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
12666 2012-03-04  Glenn Morris  <rgm@gnu.org>
12668         * abbrev.el (copy-abbrev-table, abbrev-table-p)
12669         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
12670         (expand-abbrev, define-abbrev-table): Doc fixes.
12672 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12674         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
12675         `message-default-send-mail-function' and not `send-mail-function'
12676         when doing the prompting for `sendmail-query-once' before sending
12677         in Message buffers (bug#10897).
12679         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
12680         This is inconsistent with all the other stream functions, which leave
12681         the setting up to the higher levels (if so wanted) (bug#10931).
12683 2012-03-02  Alan Mackenzie  <acm@muc.de>
12685         Depessimize the handling of very large macros.
12687         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
12688         (c-macro-cache-syntactic): New variables to implement a one
12689         element macro cache.
12690         (c-invalidate-macro-cache): New function.
12691         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
12692         Adapt to use the new cache.
12693         (c-state-safe-place): Use better the cache of safe positions.
12694         (c-state-semi-nonlit-pos-cache)
12695         (c-state-semi-nonlit-pos-cache-limit):
12696         New variables for...
12697         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
12698         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
12699         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
12700         Use c-state-semi-safe-place.
12702         * progmodes/cc-langs.el (c-get-state-before-change-functions):
12703         Add c-invalidate-macro-cache to the C, C++, Obj entries.
12705 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
12707         * jka-compr.el (jka-compr-call-process):
12708         Apply `file-accessible-directory-p' only when the default directory is
12709         not remote.
12711 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
12713         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
12714         access of FILE2, if FILE1 does not exist.
12716         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
12717         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
12719         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
12720         Add "PAGER=" to `process-environment'.
12722 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
12724         * progmodes/sql.el: Bug fix
12725         (sql-get-login-ext): Save login values in globals.
12726         (sql-get-login): Use new version of `sql-get-login-ext'.
12727         (sql-interactive-mode): Set global `sql-connection' to nil.
12728         (sql-connect): Set global values for connection.
12729         (sql-product-interactive): Save global values as buffer local.
12731 2012-02-29  Leo Liu  <sdl.web@gmail.com>
12733         * abbrev.el (define-abbrevs): Reset sys to nil.
12735 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12737         * files.el (file-equal-p): Rename from `files-equal-p'.
12738         Return nil when one or both files don't exist.
12739         (file-subdir-of-p): Now only top directory must exists,
12740         return nil if it doesn't.
12741         (copy-directory): No need to test with `file-subdir-of-p' after
12742         creating dir.
12743         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
12744         to `file-equal-p'.
12746 2012-02-28  Glenn Morris  <rgm@gnu.org>
12748         * shell.el (shell-mode):
12749         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
12750         * play/landmark.el (landmark-font-lock-face-O):
12751         * play/handwrite.el (handwrite):
12752         * play/gomoku.el (gomoku-O):
12753         * net/browse-url.el (browse-url-browser-display):
12754         * international/mule.el (define-charset):
12755         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
12756         * filesets.el (filesets-find-file-delay):
12757         * eshell/em-xtra.el (eshell-xtra):
12758         * eshell/em-unix.el (eshell-grep):
12759         * emulation/viper.el (viper-mode):
12760         * emacs-lisp/regexp-opt.el (regexp-opt-group):
12761         * emacs-lisp/easymenu.el (easy-menu-define):
12762         * calendar/timeclock.el (timeclock-use-display-time):
12763         * bs.el (bs-mode):
12764         * bookmark.el (bookmark-save-flag):
12765         Doc fix (standardize possessive apostrophe usage).
12767 2012-02-27  Chong Yidong  <cyd@gnu.org>
12769         * emulation/viper-cmd.el (viper-intercept-ESC-key):
12770         Fix key-binding lookup for ESC key (Bug#9146).
12772         * font-lock.el (font-lock-specified-p): Rename from
12773         font-lock-spec-present.  Callers changed.
12775 2012-02-27  Daniel Hackney  <dan@haxney.org>
12777         * emacs-lisp/package.el (package-compute-transaction):
12778         Handle holding a package version to t in package-load-list.
12780 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
12782         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
12783         (tramp-get-inode, tramp-get-device): Use cached values.
12785 2012-02-26  Alan Mackenzie  <acm@muc.de>
12787         Check there is a font-lock specification before doing initial
12788         fontification.
12790         * font-core.el (font-lock-mode): Move the conditional from
12791         :after-hook to font-lock-initial-fontify.
12792         (font-lock-default-function): Move the check for a specification
12793         to font-lock-spec-present.
12795         * font-lock.el (font-lock-initial-fontify): Call ...
12796         (font-lock-spec-present): New function.
12798 2012-02-26  Jim Blandy  <jimb@red-bean.com>
12800         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12801         (gdb-send): Apply it to the operand of the '-interpreter-exec
12802         console' command, so that we can pass arguments with (say) quotes
12803         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
12805 2012-02-26  Chong Yidong  <cyd@gnu.org>
12807         * help-fns.el (describe-function-1): Clarify description of
12808         remapping (Bug#10844).
12810         * files.el (files-equal-p): Doc fix.
12811         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
12812         and quit the loop once a mismatch is found.
12814 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
12816         * bs.el (bs--show-with-configuration): Don't throw an error
12817         if the window cannot be split; otherwise, subsequent calls to
12818         bs-show fail, restoring a stale window config.  (Bug#10882)
12820 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
12822         * term/ns-win.el (global-map): Bind ns-drag-file to
12823         ns-find-file (Bug#5855, Bug#10050).
12825 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
12827         * calendar/parse-time.el (parse-time-string): Allow extractor to
12828         return nil.
12830 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
12832         * net/tramp.el (tramp-file-name-for-operation):
12833         Add `files-equal-p' and `file-subdir-of-p'.
12835         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
12836         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12837         Add COPY-CONTENTS argument.
12839 2012-02-25  Chong Yidong  <cyd@gnu.org>
12841         Add custom groups for VC backends, for consistency with vc-bzr.
12843         * vc/vc-arch.el (vc-arch):
12844         * vc/vc-cvs.el (vc-cvs):
12845         * vc/vc-git.el (vc-git):
12846         * vc/vc-hg.el (vc-hg):
12847         * vc/vc-mtn.el (vc-mtn):
12848         * vc/vc-rcs.el (vc-rcs):
12849         * vc/vc-sccs.el (vc-sccs):
12850         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
12851         All relevant defcustoms reassigned.
12853 2012-02-25  Chong Yidong  <cyd@gnu.org>
12855         * newcomment.el (comment-styles): Add autoload (Bug#10868).
12857         * term/x-win.el (x-initialize-window-system): Reduce default for
12858         x-selection-timeout to 5 seconds (Bug#8869).
12860 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12862         * files.el (files-equal-p, file-subdir-of-p): New functions.
12863         (copy-directory): Error when trying to copy a directory on itself.
12864         Add missing copy-contents arg to tramp handler.
12865         * dired-aux.el (dired-copy-file-recursive): Same.
12866         (dired-create-files): Modify destination when source is equal to
12867         dest when copying files.
12868         Return also when dest is a subdir of source.  (Bug#10489)
12870 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
12872         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
12873         (Bug#10874)
12875 2012-02-23  Alan Mackenzie  <acm@muc.de>
12877         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
12878         parameter "after-hook:" to allow the expansion to run code after
12879         the execution of the mode hooks.
12881         * font-lock.el (font-lock-initial-fontify): New function extracted
12882         from font-lock-mode-internal.
12884         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
12885         :after-hook.
12887 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12889         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
12890         (completion--cache-all-sorted-completions): New function.
12891         (completion-all-sorted-completions): Use it.
12892         (completion--do-completion, minibuffer-force-complete):
12893         Use it to re-instate the flush hook.
12895         * icomplete.el (icomplete-completions): Replace last fix with a better
12896         one (bug#10850).
12898 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
12900         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
12901         when it might call us back infinitely (bug#10797).
12903 2012-02-23  Glenn Morris  <rgm@gnu.org>
12905         * minibuffer.el (completion-category-overrides): Doc fix.
12907 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12909         * minibuffer.el (completion-table-with-context): Fix inf-loop.
12910         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
12912 2012-02-23  Glenn Morris  <rgm@gnu.org>
12914         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
12915         (authors-obsolete-files-regexps, authors-ignored-files)
12916         (authors-ambiguous-files, authors-renamed-files-alist):
12917         Add more entries.
12919 2012-02-23  Juri Linkov  <juri@jurta.org>
12921         * isearch.el (isearch-occur): Sync interactive spec with occur's
12922         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
12924         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
12926 2012-02-22  Juri Linkov  <juri@jurta.org>
12928         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
12929         (ucs-insert): Doc fix.  Check for hex digits in the string.
12930         Don't display `nil' in the error message.  (Bug#10857)
12932 2012-02-22  Alan Mackenzie  <acm@muc.de>
12934         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
12936 2012-02-22  Glenn Morris  <rgm@gnu.org>
12938         * ffap.el (ffap-c-path):
12939         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
12941 2012-02-22  Chong Yidong  <cyd@gnu.org>
12943         * custom.el (load-theme): Doc fix.
12945 2012-02-22  Glenn Morris  <rgm@gnu.org>
12947         * dired-x.el (dired-guess-shell-alist-default):
12948         Remove escape sequences from nroff output.  (Bug#172)
12950 2012-02-21  Glenn Morris  <rgm@gnu.org>
12952         * vc/emerge.el (emerge-defvar-local):
12953         Set `permanent-local' property rather than unused `preserved'.
12955         * textmodes/picture.el (picture-delete-char): New alias.
12956         (picture-mode-map): Use it.  (Bug#10860)
12957         (picture-mode): Doc fix.
12959 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
12961         * newcomment.el (uncomment-region-default): Remove unused binding.
12963 2012-02-21  Glenn Morris  <rgm@gnu.org>
12965         * textmodes/picture.el (picture-motion, picture-motion-reverse)
12966         (picture-self-insert, picture-tab-chars): Doc fix.
12967         (picture-mode-map): Fix C-a, C-e.
12969 2012-02-20  Glenn Morris  <rgm@gnu.org>
12971         * emacs-lisp/authors.el (authors-aliases): Add another entry.
12973 2012-02-20  Leo Liu  <sdl.web@gmail.com>
12975         * icomplete.el (icomplete-completions): Check FROM arg before
12976         passing to substring (Bug#10850).
12978 2012-02-19  Chong Yidong  <cyd@gnu.org>
12980         * comint.el: Require ansi-color.
12981         (comint-output-filter-functions): Add ansi-color-process-output.
12983         * ansi-color.el: Don't set comint-output-filter-functions; it is
12984         now in the initial value defined in comint.el.
12985         (ansi-color-apply-face-function): New variable.
12986         (ansi-color-apply-on-region): Use it.
12987         (ansi-color-apply-overlay-face): New function.
12989         * shell.el (shell): No need to require ansi-color.
12990         (shell-mode): Use ansi-color-apply-face-function to highlight
12991         color escapes using font-lock-face property (Bug#10835).
12993 2012-02-19  Chong Yidong  <cyd@gnu.org>
12995         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
12996         mode-line formats (Bug#10839).
12998 2012-02-18  Glenn Morris  <rgm@gnu.org>
13000         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13002         * mail/undigest.el (unforward-rmail-message): Doc fix.
13004         * saveplace.el (save-place-ignore-files-regexp): Add :version.
13006 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
13008         * international/characters.el (script-list): Sync with the latest
13009         Unicode Character Database.
13011 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
13013         * international/titdic-cnv.el: Remove duplicate coding tag.
13014         * language/cham.el: Likewise.
13015         * language/tai-viet.el: Likewise.
13017 2012-02-18  Glenn Morris  <rgm@gnu.org>
13019         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13020         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13021         (calendar-bahai-all-holidays-flag, calendar-other-dates):
13022         * calendar/diary-lib.el (diary-abbreviated-year-flag):
13023         * calendar/holidays.el (holiday-bahai-holidays)
13024         (calendar-holidays, list-holidays):
13025         Use utf-8 Bahá'í in doc-strings, menus, etc.
13027 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
13029         * saveplace.el (save-place-ignore-files-regexp): New variable
13030         allowing for excluding files from saving their location of point.
13031         The default value matches the temporary commit message editing
13032         files from Git, SVN, Bazaar, and Mercurial.
13033         (save-place-to-alist): Use it.
13035 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
13036             Stefan Monnier  <monnier@iro.umontreal.ca>
13038         * newcomment.el (uncomment-region-default): Don't leave extra space
13039         when an arg is provided (bug#8150).
13041 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
13043         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13045 2012-02-17  Glenn Morris  <rgm@gnu.org>
13047         * net/socks.el: Require network-stream.  (Bug#10599)
13049 2012-02-17  Kenichi Handa  <handa@m17n.org>
13051         * international/charprop.el:
13052         * international/uni-name.el:
13053         * international/uni-old-name.el:
13054         * international/uni-comment.el: Regenerate.
13056 2012-02-16  Glenn Morris  <rgm@gnu.org>
13058         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13059         Interactively in calendar buffer, give an error if not on a date.
13061 2012-02-15  Glenn Morris  <rgm@gnu.org>
13063         * shell.el (shell-delimiter-argument-list):
13064         Revert 2011-02-17 change.  (Bug#8027)
13066 2012-02-15  Chong Yidong  <cyd@gnu.org>
13068         * minibuffer.el (completion-at-point-functions): Doc fix.
13070         * custom.el (defcustom): Doc fix; note use of defvar.
13072 2012-02-15  Glenn Morris  <rgm@gnu.org>
13074         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13075         Doc fixes.
13077 2012-02-14  Glenn Morris  <rgm@gnu.org>
13079         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13081 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
13083         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13084         way the ports list is computed.
13085         (smtpmail-query-smtp-server): Prompt the user for a port number if
13086         we can't connect to any of the standard ports (bug#10810).
13088 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13090         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13092 2012-02-13  Glenn Morris  <rgm@gnu.org>
13094         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
13096 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
13098         * net/gnutls.el (gnutls-trustfiles): New variable.
13099         (gnutls-negotiate): Use it.
13101 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
13103         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13104         does its stuff if Gnus is running.
13106 2012-02-13  Alan Mackenzie  <acm@muc.de>
13108         Fix a loop in c-set-fl-decl-start.
13110         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13111         c-backward-syntactic-ws actually moves backwards.
13113 2012-02-13  Leo Liu  <sdl.web@gmail.com>
13115         * net/rcirc.el (rcirc-markup-attributes): Move point to the
13116         beginning so that all \C-o chars are removed.
13118 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
13120         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13122 2012-02-12  Alan Mackenzie  <acm@muc.de>
13124         Fix infinite loop with long macros.
13125         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13127 2012-02-12  Chong Yidong  <cyd@gnu.org>
13129         * window.el (display-buffer): Doc fix (Bug#10785).
13131 2012-02-12  Glenn Morris  <rgm@gnu.org>
13133         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13134         (x-disown-selection-internal, x-get-selection-internal):
13135         Sync docs with the xselect.c versions.
13137         * allout-widgets.el: Add missing license notice.
13139 2012-02-11  Glenn Morris  <rgm@gnu.org>
13141         * select.el (x-get-selection-internal, x-own-selection-internal)
13142         (x-disown-selection-internal):
13143         * x-dnd.el (x-get-selection-internal): Update declarations.
13145         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13147         * window.el (window-sides-slots):
13148         * tool-bar.el (tool-bar-position):
13149         * term/xterm.el (xterm-extra-capabilities):
13150         * ses.el (ses-self-reference-early-detection):
13151         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13152         (verilog-auto-wire-type)
13153         (verilog-auto-delete-trailing-whitespace)
13154         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13155         (verilog-auto-tieoff-declaration):
13156         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13157         (sql-oracle-statement-starters, sql-oracle-scan-on):
13158         * progmodes/prolog.el (prolog-align-comments-flag)
13159         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13160         (prolog-left-indent-regexp, prolog-paren-indent-p)
13161         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13162         (prolog-types, prolog-mode-specificators)
13163         (prolog-determinism-specificators, prolog-directives)
13164         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13165         (prolog-electric-dot-flag)
13166         (prolog-electric-dot-full-predicate-template)
13167         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13168         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13169         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13170         (prolog-program-switches, prolog-prompt-regexp)
13171         (prolog-debug-on-string, prolog-debug-off-string)
13172         (prolog-trace-on-string, prolog-trace-off-string)
13173         (prolog-zip-on-string, prolog-zip-off-string)
13174         (prolog-use-standard-consult-compile-method-flag)
13175         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13176         (prolog-imenu-max-lines, prolog-info-predicate-index)
13177         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13178         (prolog-char-quote-workaround):
13179         * progmodes/cc-vars.el (c-defun-tactic):
13180         * net/tramp.el (tramp-encoding-command-interactive)
13181         (tramp-local-end-of-line):
13182         * net/soap-client.el (soap-client):
13183         * net/netrc.el (netrc-file):
13184         * net/gnutls.el (gnutls):
13185         * minibuffer.el (completion-category-overrides)
13186         (completion-cycle-threshold)
13187         (completion-pcm-complete-word-inserts-delimiters):
13188         * man.el (Man-name-local-regexp):
13189         * mail/feedmail.el (feedmail-display-full-frame):
13190         * international/characters.el (glyphless-char-display-control):
13191         * eshell/em-ls.el (eshell-ls-date-format):
13192         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13193         (lisp-lambda-list-keyword-parameter-indentation)
13194         (lisp-lambda-list-keyword-parameter-alignment):
13195         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13196         * dired-x.el (dired-omit-verbose):
13197         * cus-theme.el (custom-theme-allow-multiple-selections):
13198         * calc/calc.el (calc-highlight-selections-with-faces)
13199         (calc-lu-field-reference, calc-lu-power-reference)
13200         (calc-note-threshold):
13201         * battery.el (battery-mode-line-limit):
13202         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13203         (archive-7z-update):
13204         * allout.el (allout-prefixed-keybindings)
13205         (allout-unprefixed-keybindings)
13206         (allout-inhibit-auto-fill-on-headline)
13207         (allout-flattened-numbering-abbreviation):
13208         * allout-widgets.el (allout-widgets-auto-activation)
13209         (allout-widgets-icons-dark-subdir)
13210         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13211         (allout-widgets-theme-dark-background)
13212         (allout-widgets-theme-light-background)
13213         (allout-widgets-item-image-properties-emacs)
13214         (allout-widgets-item-image-properties-xemacs)
13215         (allout-widgets-run-unit-tests-on-load)
13216         (allout-widgets-time-decoration-activity)
13217         (allout-widgets-hook-error-post-time)
13218         (allout-widgets-track-decoration):
13219         Add missing :version tags to new defcustoms and defgroups.
13221         * progmodes/sql.el (sql-ansi-statement-starters)
13222         (sql-oracle-statement-starters): Add custom type.
13224         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13225         (prolog-system-version): Give it a type.
13227 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
13229         * term/pc-win.el (x-select-text, x-selection-owner-p)
13230         (x-own-selection-internal, x-disown-selection-internal)
13231         (x-get-selection-internal): Sync doc strings and argument lists
13232         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
13234 2012-02-11  Leo Liu  <sdl.web@gmail.com>
13236         * progmodes/python.el (python-end-of-statement): Fix infinite
13237         loop.  (Bug#10788)
13239 2012-02-10  Glenn Morris  <rgm@gnu.org>
13241         * international/mule-cmds.el (unify-8859-on-encoding-mode)
13242         (unify-8859-on-decoding-mode): Properly mark as obsolete.
13244 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
13246         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13247         about SMTP before checking the From header.
13249         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13250         into own function for reuse by emacsbug.el.
13252 2012-02-10  Leo Liu  <sdl.web@gmail.com>
13254         * subr.el (condition-case-unless-debug): Rename from
13255         condition-case-no-debug.  All callers changed.
13256         (with-demoted-errors): Fix caller.
13258         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13259         * nxml/rng-valid.el (rng-do-some-validation):
13260         * emacs-lisp/package.el (package-refresh-contents)
13261         (package-menu-execute):
13262         * desktop.el (desktop-create-buffer):
13263         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13265 2012-02-10  Glenn Morris  <rgm@gnu.org>
13267         * textmodes/bibtex.el:
13268         Add missing :version tags for new/changed defcustoms.
13270         * files.el (remote-file-name-inhibit-cache): Doc fixes.
13272 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
13274         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13275         (smtpmail-via-smtp): Use it, or fall back on the From address.
13276         (smtpmail-send-it): Ditto.
13278 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13280         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13281         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
13282         (byte-compile-tmp-var): New const.
13283         (byte-compile-defvar): Use it to minimize .elc size.
13284         Just use `defvar' rather than simulate it (bug#10761).
13286 2012-02-09  Glenn Morris  <rgm@gnu.org>
13288         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
13290         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13291         Add :version tags.
13293         * progmodes/compile.el (compilation-error-screen-columns)
13294         (compilation-first-column, compilation-filter-start): Doc fixes.
13296         * vc/log-view.el (log-view-toggle-entry-display):
13297         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13299         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13300         (report-emacs-bug-can-use-xdg-email):
13301         (report-emacs-bug-insert-to-mailer): Doc fixes.
13302         (report-emacs-bug): Message fix.
13304         * net/browse-url.el (browse-url-can-use-xdg-open)
13305         (browse-url-xdg-open): Doc fixes.
13307         * electric.el (electric-indent-mode, electric-pair-mode)
13308         (electric-layout-rules, electric-layout-mode): Doc fixes.
13309         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13311 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
13313         * server.el (server-unselect-display): Don't inadvertently kill
13314         the current buffer.  (Bug#10729)
13316 2012-02-08  Glenn Morris  <rgm@gnu.org>
13318         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13319         (sql-list-table): Doc fixes.
13321         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13322         Comment out (does nothing).
13324         * completion.el (dynamic-completion-mode):
13325         * dirtrack.el (dirtrack-debug-mode):
13326         * electric.el (electric-layout-mode):
13327         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13328         * face-remap.el (text-scale-mode, buffer-face-mode):
13329         * iimage.el (iimage-mode):
13330         * image-mode.el (image-transform-mode):
13331         * minibuffer.el (completion-in-region-mode):
13332         * scroll-lock.el (scroll-lock-mode):
13333         * simple.el (next-error-follow-minor-mode):
13334         * tar-mode.el (tar-subfile-mode):
13335         * tooltip.el (tooltip-mode):
13336         * vcursor.el (vcursor-use-vcursor-map):
13337         * wid-browse.el (widget-minor-mode):
13338         * emulation/tpu-edt.el (tpu-edt-mode):
13339         * emulation/tpu-extras.el (tpu-cursor-free-mode):
13340         * international/iso-ascii.el (iso-ascii-mode):
13341         * language/thai-util.el (thai-word-mode):
13342         * mail/supercite.el (sc-minor-mode):
13343         * net/goto-addr.el (goto-address-mode):
13344         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13345         * progmodes/cwarn.el (cwarn-mode):
13346         * progmodes/flymake.el (flymake-mode):
13347         * progmodes/glasses.el (glasses-mode):
13348         * progmodes/hideshow.el (hs-minor-mode):
13349         * progmodes/pascal.el (pascal-outline-mode):
13350         * textmodes/enriched.el (enriched-mode):
13351         * vc/smerge-mode.el (smerge-mode):
13352         Doc fixes (minor mode argument).
13354 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
13356         * ls-lisp.el (ls-lisp-sanitize): New function.
13357         (ls-lisp-insert-directory): Use it to fix or remove any elements
13358         in file-alist with missing attributes.  (Bug#4673)
13360 2012-02-07  Alan Mackenzie  <acm@muc.de>
13362         Fix spurious recognition of c-in-knr-argdecl.
13364         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13365         putative K&R region.
13367 2012-02-07  Alan Mackenzie  <acm@muc.de>
13369         * progmodes/cc-engine.el (c-forward-objc-directive):
13370         Prevent looping in "#pragma mark @implementation".
13372 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
13374         * notifications.el (notifications-on-closed-signal): Make `reason'
13375         optional.  (Bug#10744)
13377 2012-02-07  Glenn Morris  <rgm@gnu.org>
13379         * emacs-lisp/easy-mmode.el (define-minor-mode):
13380         Doc fixes for the macro and the mode it defines.
13382         * image.el (imagemagick-types-inhibit): Doc fix.
13384         * cus-start.el (imagemagick-render-type): Add it.
13386 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
13388         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13389         Set the default at load time, too, so that `font-lock-fontify-buffer'
13390         can be called without setting up the entire mode first.  This fixes
13391         a bug in `mm-inline-text' with C MIME parts.
13393 2012-02-06  Chong Yidong  <cyd@gnu.org>
13395         * simple.el (list-processes--refresh): Delete exited processes
13396         (Bug#8094).
13398         * comint.el (comint-next-prompt): next-single-char-property-change
13399         and prev-single-char-property-change never return nil (Bug#8657).
13401         * custom.el (defcustom): Doc fix (Bug#9711).
13403 2012-02-05  Chong Yidong  <cyd@gnu.org>
13405         * cus-edit.el (custom-variable-reset-backup): Quote the value
13406         before storing it in the customized-value property (Bug#6712).
13407         (custom-display): Add a customization type tag.
13408         (custom-buffer-create-internal): Improve tooltip message.
13410         * wid-edit.el (widget-field-value-get): New optional arg to
13411         suppress trailing whitespace truncation.
13412         (character): Use it (Bug#2689).
13414 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
13416         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13417         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13419 2012-02-05  Chong Yidong  <cyd@gnu.org>
13421         * cus-edit.el (custom-variable-value-create): For mismatched
13422         types, show the current value (Bug#7600).
13424         * custom.el (defcustom): Doc fix.
13426 2012-02-05  Glenn Morris  <rgm@gnu.org>
13428         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13430 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
13432         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13433         (pp-buffer): Use `ignore-errors', `looking-at-p'.
13434         (pp-last-sexp): Use `looking-at-p'.
13436 2012-02-04  Glenn Morris  <rgm@gnu.org>
13438         * files.el (revert-buffer):
13439         Doc fix (mention revert-buffer-in-progress-p).
13441         * emacs-lisp/ert-x.el (ert-simulate-command):
13442         Check deferred-action-list (which is obsolete) is bound.
13444         * subr.el (with-wrapper-hook): Doc fixes.
13446         * simple.el (filter-buffer-substring-functions)
13447         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13449 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
13451         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13452         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
13454 2012-02-04  Leo Liu  <sdl.web@gmail.com>
13456         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13458 2012-02-04  Glenn Morris  <rgm@gnu.org>
13460         * image.el (image-extension-data): Add obsolete alias.
13462         * isearch.el (isearch-update): Doc fix.
13464         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13466         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13468 2012-02-03  Glenn Morris  <rgm@gnu.org>
13470         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
13471         (image-animate-timeout): Doc fix.
13473         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13475 2012-02-02  Glenn Morris  <rgm@gnu.org>
13477         * server.el (server-auth-dir): Doc fix.
13478         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
13480         * subr.el (run-mode-hooks): Doc fix.
13482 2012-02-02  Juri Linkov  <juri@jurta.org>
13484         * image-mode.el (image-toggle-display-image): Remove tautological
13485         `major-mode' from the `derived-mode-p' test.
13487 2012-02-02  Kenichi Handa  <handa@m17n.org>
13489         * composite.el (compose-region): Cancel previous change.
13491 2012-02-02  Kenichi Handa  <handa@m17n.org>
13493         * composite.el (compose-region, compose-string): Signal error for
13494         a null string component (Bug#6988).
13496 2012-02-01  Chong Yidong  <cyd@gnu.org>
13498         * view.el (view-buffer-other-window, view-buffer-other-frame):
13499         Handle special modes like view-buffer (Bug#10650).
13500         (view-buffer): Simplify.
13502         * frame.el (set-frame-font): Tweak meaning of third argument.
13504         * dynamic-setting.el (font-setting-change-default-font):
13505         Use set-frame-font (Bug#9982).
13507 2012-02-01  Glenn Morris  <rgm@gnu.org>
13509         * progmodes/compile.el (compilation-internal-error-properties):
13510         Respect compilation-first-column in the "*compilation*" buffer.
13512         * emacs-lisp/easy-mmode.el (define-minor-mode):
13513         Relax :variable's test for a named function.
13515 2012-01-31  Alan Mackenzie  <acm@muc.de>
13517         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13518         off by one error.
13520 2012-01-31  Chong Yidong  <cyd@gnu.org>
13522         * frame.el (set-frame-font): New arg ALL-FRAMES.
13524         * menu-bar.el (menu-set-font): Use set-frame-font.
13526         * faces.el (face-spec-reset-face): Don't apply unspecified
13527         attribute values to the default face.
13529 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
13531         * progmodes/cwarn.el (cwarn): Remove dead link.
13532         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13533         Remove * from defcustom docstrings.
13534         (turn-on-cwarn-mode): Make obsolete.
13535         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13536         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13538 2012-01-31  Glenn Morris  <rgm@gnu.org>
13540         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13541         Fix :variable handling of mode a symbol not equal to modefun.
13542         Allow named functions to be used as the cdr of :variable.
13544 2012-01-30  Glenn Morris  <rgm@gnu.org>
13546         * emacs-lisp/authors.el (authors-fixed-entries):
13547         Remove reference to deleted file rnewspost.el.
13549 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
13551         * window.el (window-with-parameter): Remove unused variable `windows'.
13552         (window--side-check): Remove unused variable `code'.
13553         (window--resize-siblings): Remove unused variable `first'.
13554         (adjust-window-trailing-edge): Remove unused variable `failed'.
13555         (window-deletable-p, window--delete): Remove unused variable `buffer'.
13556         Use `let', not `let*'.
13557         (balance-windows-2): Remove unused variable `found'.
13558         (window--state-put-2): Remove unused variable `splits'.
13559         (window-state-put): Remove unused variable `selected'.
13560         (same-window-p): Use `string-match-p'.
13561         (display-buffer-assq-regexp): Remove unused variable `value'.
13562         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13563         Mark argument ALIST as ignored.
13564         (pop-to-buffer): Remove unused variable `old-window'.
13566 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
13568         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13569         and .lzma compressed files.
13571 2012-01-29  Chong Yidong  <cyd@gnu.org>
13573         * frame.el (window-system-default-frame-alist): Doc fix.
13575         * dynamic-setting.el (font-setting-change-default-font): Don't
13576         change the default face if SET-FONT argument is non-nil (Bug#9982).
13578 2012-01-29  Samuel Bronson  <naesten@gmail.com>
13580         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13582 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
13584         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13585         breakpoints in files outside current directory (Bug#6098).
13587 2012-01-29  Chong Yidong  <cyd@gnu.org>
13589         * progmodes/python.el: Require ansi-color at top-level.
13591         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13592         Define and use in Emacs Lisp mode (Bug#9360).
13593         (lisp-mode-abbrev-table): Add doc.
13594         (lisp-mode-variables): Don't set local-abbrev-table.
13595         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13597 2012-01-28  Roland Winkler  <winkler@gnu.org>
13599         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13601 2012-01-28  Roland Winkler  <winkler@gnu.org>
13603         * textmodes/bibtex.el (bibtex-entry-alist): New function.
13604         (bibtex-set-dialect): Use it.  Either set global values of
13605         dialect-dependent variables or bind these variables buffer-locally
13606         (Bug#10254).
13607         (bibtex-mode): Call bibtex-set-dialect via
13608         hack-local-variables-hook.
13609         (bibtex-dialect): Update docstring.
13610         Add safe-local-variable predicate.
13611         (bibtex-entry-alist, bibtex-field-alist): Initialize via
13612         bibtex-set-dialect.
13613         (bibtex-mode-map): Define menu for each dialect.
13614         (bibtex-entry): Fix docstring.
13616 2012-01-28  Chong Yidong  <cyd@gnu.org>
13618         * eshell/esh-arg.el (eshell-quote-argument): New function.
13620         * eshell/esh-ext.el (eshell-invoke-batch-file):
13621         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13622         first arg to eshell-parse-command (Bug#10523).
13624 2012-01-28  Drew Adams  <drew.adams@oracle.com>
13626         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13627         `default-directory' is non-nil.
13629 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
13631         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13632         line that displays system-configuration-options.  (Bug#9924)
13634 2012-01-28  Drew Adams  <drew.adams@oracle.com>
13636         * descr-text.el (describe-char): Show information about POS, in
13637         addition to information about the character at POS.  Improve and
13638         update the doc string.  Change "code point" to "code point in
13639         charset", to avoid confusion with the character's Unicode code
13640         point shown above that.  (Bug#10129)
13642 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
13644         * descr-text.el (describe-char): Show the raw character, not only
13645         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
13646         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
13647         for the reasons.
13649 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
13651         * emacs-lisp/package.el (package-install):
13652         Run package-refresh-contents if there is no archive yet (Bug#9798).
13654 2012-01-28  Chong Yidong  <cyd@gnu.org>
13656         * emacs-lisp/package.el (package-maybe-load-descriptor):
13657         New function, split from package-maybe-load-descriptor.
13658         (package-maybe-load-descriptor): Use it.
13659         (package-download-transaction): Fully load required packages
13660         inside the loop, so that `require' calls work (Bug#10593).
13661         (package-install): No need to call package-initialize now.
13663 2012-01-28  Chong Yidong  <cyd@gnu.org>
13665         * simple.el (deactivate-mark): Doc fix (Bug#8614).
13667         * tooltip.el (tooltip-mode): Doc fix.
13668         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
13670         * frame.el (set-cursor-color): Doc fix (Bug#352).
13672         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
13673         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
13675         * cus-edit.el (custom-buffer-create-internal): Fix search button
13676         action (Bug#10542).
13677         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
13679 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
13681         * dired.el (dired-mark-files-regexp):
13682         Include any subdirectory components.  (Bug#10445)
13684 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
13686         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
13687         Handle [host]:port syntax.  (Bug#10533)
13689 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
13691         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
13693 2012-01-26  Glenn Morris  <rgm@gnu.org>
13695         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
13696         * term.el (term-raw-escape-map): Use Control-X-prefix.
13697         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
13699 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
13701         * window.el (window-state-get, window--state-get-1): Don't deal
13702         with fixed-sizeness of windows.  Simplify code.
13704 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
13706         * window.el (window--state-get-1, window--state-put-2):
13707         Don't save and restore the mark.
13709 2012-01-25  Chong Yidong  <cyd@gnu.org>
13711         * custom.el (custom-variable-p): Doc fix.
13713 2012-01-25  Glenn Morris  <rgm@gnu.org>
13715         * dired.el (dired-goto-file): Handle some of the more common
13716         characters that `ls -b' escapes.  (Bug#10596)
13718         * progmodes/compile.el (compilation-next-error-function):
13719         Respect compilation-first-column in the "*compilation*" buffer.
13720         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
13722         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
13724 2012-01-24  Glenn Morris  <rgm@gnu.org>
13726         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
13728 2012-01-24  Julien Danjou  <julien@danjou.info>
13730         * color.el (color-rgb-to-hsl): Fix value computing.
13731         (color-hue-to-rgb): New function.
13732         (color-hsl-to-rgb): New function.
13733         (color-clamp, color-saturate-hsl, color-saturate-name)
13734         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
13735         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
13737 2012-01-24  Glenn Morris  <rgm@gnu.org>
13739         * vc/vc-rcs.el (vc-rcs-create-tag):
13740         * vc/vc-sccs.el (vc-sccs-create-tag):
13741         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
13743 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
13745         * eshell/esh-util.el (eshell-read-hosts-file):
13746         Skip comment lines.  (Bug#10549)
13748         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
13750 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
13752         * subr.el (display-delayed-warnings): Doc fix.
13753         (collapse-delayed-warnings): New function to collapse identical
13754         adjacent warnings.
13755         (delayed-warnings-hook): Add it.
13757 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
13759         * net/tramp.el (tramp-action-login): Set connection property "login-as".
13761         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
13762         (tramp-default-user-alist): Don't add "pscp".
13763         (tramp-do-copy-or-rename-file-out-of-band): Use connection
13764         property "login-as", if set.  (Bug#10530)
13766 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
13768         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
13769         "plink1" and "psftp".  (Bug#10530)
13771 2012-01-21  Kenichi Handa  <handa@m17n.org>
13773         * international/mule-cmds.el (prefer-coding-system): Show a
13774         warning message if the default value of file-name-coding-system
13775         was not changed.
13777 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
13779         * windmove.el (windmove-reference-loc):
13780         Fix windmove-reference-loc miscalculation.
13782 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
13784         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13785         default unit.
13787 2012-01-21  Glenn Morris  <rgm@gnu.org>
13789         * international/mule.el (auto-coding-alist): Add .tbz.
13791         * files.el (local-enable-local-variables): Doc fix.
13792         (inhibit-local-variables-regexps): Rename from
13793         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
13794         Doc fix.  Add some extensions from auto-coding-alist.
13795         (inhibit-local-variables-suffixes):
13796         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
13797         (inhibit-local-variables-p):
13798         New function, extracted from set-auto-mode-1.
13799         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
13800         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
13801         (hack-local-variables): Doc fix.  Make the mode-only case
13802         respect enable-local-variables and friends.
13803         Respect inhibit-local-variables-regexps for file-locals, but
13804         not for directory-locals.
13805         (set-visited-file-name):
13806         Take account of inhibit-local-variables-regexps.
13807         Whether it applies may change as the file name is changed.
13808         * jka-cmpr-hook.el (jka-compr-install):
13809         * jka-compr.el (jka-compr-uninstall):
13810         Update for inhibit-first-line-modes-suffixes name change.
13812 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
13814         * help-macro.el (make-help-screen): Temporarily restore original
13815         binding for minor-mode-map-alist (Bug#10454).
13817 2012-01-19  Julien Danjou  <julien@danjou.info>
13819         * color.el (color-name-to-rgb): Use the white color to find the max
13820         color component value and return correctly computed values.
13821         (color-name-to-rgb): Add missing float conversion for max value.
13823 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
13825         * window.el (window--state-get-1, window-state-get): Do not use
13826         special state value for window-persistent-parameters.
13827         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
13828         (window--state-put-2): Reset all window parameters to nil before
13829         assigning values of persistent parameters.
13831 2012-01-18  Alan Mackenzie  <acm@muc.de>
13833         Eliminate sluggishness and hangs in fontification of "semicolon
13834         deserts".
13836         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
13837         Change value 10000 -> 3000.
13838         (c-state-safe-place): Reformulate so it doesn't stack up an
13839         infinite number of wrong entries in c-state-nonlit-pos-cache.
13840         (c-determine-limit-get-base, c-determine-limit): New functions to
13841         determine backward search limits disregarding literals.
13842         (c-find-decl-spots): Amend commenting.
13843         (c-cheap-inside-bracelist-p): New function which detects "={".
13845         * progmodes/cc-fonts.el
13846         (c-make-font-lock-BO-decl-search-function): Give a limit to a
13847         backward search.
13848         (c-font-lock-declarations): Fix an occurrence of point being
13849         undefined.  Check additionally for point being in a bracelist or
13850         near a macro invocation without a semicolon so as to avoid a
13851         fruitless time consuming search for a declarator.  Give a more
13852         precise search limit for declarators using the new
13853         c-determine-limit.
13855 2012-01-18  Glenn Morris  <rgm@gnu.org>
13857         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
13858         (set-auto-mode): Doc fixes.
13860 2012-01-17  Glenn Morris  <rgm@gnu.org>
13862         * isearch.el (search-nonincremental-instead): Fix doc typo.
13864         * dired.el (dired-insert-directory): Handle newlines in directory name.
13865         (dired-build-subdir-alist): Unescape newlines in directory name.
13867 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
13869         * net/tramp.el (tramp-local-end-of-line): New defcustom.
13870         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
13871         (tramp-action-terminal): Use it.  (Bug#10530)
13873 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13875         * minibuffer.el (completion--replace): Strip properties (bug#10062).
13877 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
13879         * window.el (window-state-ignored-parameters): Remove variable.
13880         (window--state-get-1): Rename argument MARKERS to IGNORE.
13881         Handle persistent window parameters.  Make copy of clone-of
13882         parameter only if requested.  (Bug#10348)
13883         (window--state-put-2): Install a window parameter only if it has
13884         a non-nil value or an existing parameter shall be overwritten.
13886 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
13888         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
13890 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
13892         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
13893         don't pass the (nil) value of `upnode' to string-match.
13895 2012-01-14  Chong Yidong  <cyd@gnu.org>
13897         * startup.el (command-line): Fix X resource class for cursorColor.
13898         Fix values recognized by the cursorBlink resource.
13900 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
13902         * epg.el (epg--make-temp-file): Avoid permission race condition
13903         when running on old Emacs versions (bug#10403).
13905 2012-01-14  Glenn Morris  <rgm@gnu.org>
13907         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
13909 2012-01-13  Alan Mackenzie  <acm@muc.de>
13911         Fix filling for when filladapt mode is enabled.
13913         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
13914         c-mask-paragraph, pass in `fill-paragraph' rather than
13915         `fill-region-as-paragraph'.  (This is a reversion of a previous
13916         change.)
13917         * progmodes/cc-mode.el (c-basic-common-init):
13918         Make fill-paragraph-handle-comment buffer local and set it to nil.
13920 2012-01-13  Glenn Morris  <rgm@gnu.org>
13922         * dired.el (dired-switches-escape-p): New function.
13923         (dired-insert-directory): Use dired-switches-escape-p.
13924         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
13926         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
13928 2012-01-12  Glenn Morris  <rgm@gnu.org>
13930         * mail/sendmail.el (mail-mode): Update paragraph-separate for
13931         changes in adaptive-fill-regexp.  (Bug#10276)
13933 2012-01-11  Alan Mackenzie  <acm@muc.de>
13935         Fix Emacs bug #10463 - put `widen's around the critical spots.
13937         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
13938         widen around each invocation of c-state-pp-to-literal.  Remove an
13939         unused let variable.
13941 2012-01-11  Glenn Morris  <rgm@gnu.org>
13943         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
13944         Doc fix.
13946 2012-01-10  Chong Yidong  <cyd@gnu.org>
13948         * net/network-stream.el (network-stream-open-starttls):
13949         Avoid emitting a confusing error message when the server gives a bad
13950         response to the capability command.
13952 2012-01-10  Glenn Morris  <rgm@gnu.org>
13954         * mail/unrmail.el (unrmail): Tweak previous change.
13956 2012-01-09  Chong Yidong  <cyd@gnu.org>
13958         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
13960 2012-01-08  Alan Mackenzie  <acm@muc.de>
13962         Optimize font locking in long enum definitions.
13964         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
13965         arm to a cond form to handle enums.
13966         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
13967         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
13969 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
13971         * files.el (move-file-to-trash): Preserve default file modes on error.
13972         (Bug#10401)
13974 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13976         * faces.el (set-face-attribute): Clarify the meaning of the nil
13977         frame (bug#10294).
13979         * subr.el (with-selected-frame): Mention that the selected frame
13980         is restored (bug#9980).
13982         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
13983         (bug#9759).
13985         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
13986         (password-read): Don't autoload unused function.
13988 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
13990         * progmodes/which-func.el (which-func-mode): Turn into a
13991         non-interactive function and mark as obsolete (bug#10428).
13993 2012-01-06  Chong Yidong  <cyd@gnu.org>
13995         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
13996         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
13997         functions, along with 1 and -1.
13999 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
14001         * time.el (display-time-load-average)
14002         (display-time-default-load-average): Doc fixes.  See the thread
14003         starting at
14004         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14005         for the details.
14007 2012-01-06  Glenn Morris  <rgm@gnu.org>
14009         * mail/unrmail.el (unrmail): Give an explicit error if the input file
14010         has no messages.  (Bug#10377)
14012         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14013         than Info-edit.  (Bug#10385)
14015         * time.el (display-time-load-average, display-time-next-load-average):
14016         Doc fixes.
14018         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14019         local setting of buffer-read-only to the input buffer.  (Bug#10419)
14021         * calendar/calendar.el (calendar-mode):
14022         Locally set scroll-margin to 0.  (Bug#10379)
14024 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
14026         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
14028 2012-01-05  Glenn Morris  <rgm@gnu.org>
14030         * eshell/em-unix.el (diff-no-select): Autoload it.
14031         (eshell/diff): Use diff-no-select.  (Bug#10420)
14033 2012-01-05  Chong Yidong  <cyd@gnu.org>
14035         * shell.el (shell-dynamic-complete-functions): Revert last change.
14036         (shell-command-completion-function): New function.
14037         (shell-completion-vars): Use it to implement
14038         shell-completion-execonly (Bug#10417).
14040         * custom.el (enable-theme): Don't set custom-safe-themes.
14042         * cus-theme.el (custom-theme-merge-theme):
14043         Ignore custom-enabled-themes and custom-safe-themes.
14045 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
14047         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14048         first prompt in `sql-interacive-mode'.
14049         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14050         keywords.
14051         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14052         (sql-product-interactive): Bug fix: Set `sql-buffer' in
14053         context of original buffer.  Invoke `sql-login-hook'.
14055 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
14057         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14058         letters in cite-prefix.
14060 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14064 2012-01-03  Chong Yidong  <cyd@gnu.org>
14066         * shell.el (shell-dynamic-complete-functions):
14067         Put pcomplete-completions-at-point, so as to try
14068         comint-filename-completion first (Bug#10417).
14070 2012-01-02  Richard Stallman  <rms@gnu.org>
14072         * battery.el (battery-status-function):
14073         Detect when to use battery-yeeloong-sysfs.
14074         (battery-echo-area-format): Add string for Yeeloong.
14075         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14076         (battery-yeeloong-sysfs): New function.
14078 2012-01-02  Chong Yidong  <cyd@gnu.org>
14080         * dirtrack.el (dirtrack-list): Eliminate unused third element.
14081         (dirtrack): Merge code for handling relative filenames in prompt
14082         from shell-dir-cookie-watcher.
14083         (dirtrack-debug-message): New arg to avoid excess format calls.
14085         * shell.el (shell-dir-cookie-re): Variable deleted.
14086         (shell-dir-cookie-watcher): Function deleted.
14087         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14088         with dirtrack-mode.
14090 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
14092         * term/w32-win.el (dynamic-library-alist) <gnutls>:
14093         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14094         libgnutls-26.dll.
14096 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
14098         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14100 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
14102         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14103         headers of non-MIME messages, when rmail-enable-mime is non-nil.
14105 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
14107         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14108         also for alternative shells.
14109         (tramp-open-connection-setup-interactive-shell): Check, whether
14110         the shell is a busybox.
14111         (tramp-send-command): Don't suppress multiple prompts for
14112         busyboxes, it hurts.
14114 2011-12-28  Chong Yidong  <cyd@gnu.org>
14116         * progmodes/gdb-mi.el (gdb-get-source-file-list)
14117         (gdb-get-source-file): Move mode line update to
14118         gdb-get-source-file (Bug#10087).
14120 2011-12-25  Chong Yidong  <cyd@gnu.org>
14122         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14123         gud-gdb-marker-filter without taking it as an argument.
14124         (gud-gdb-run-command-fetch-lines): Caller changed.
14125         (gud-gdb-completion-function): New variable.
14126         (gud-gdb-completion-at-point): Use it.
14127         (gud-gdb-completions-1): Split from gud-gdb-completions.
14129         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14130         function as separate arguments.
14131         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14132         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14133         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14134         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14135         (gdb-stopped, def-gdb-auto-update-trigger)
14136         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14137         (gdb-get-changed-registers, gdb-get-main-selected-frame):
14138         Callers changed.
14139         (gud-gdbmi-completions): New function.
14140         (gdb): Use it for generating the completion table.
14142 2011-12-24  Alan Mackenzie  <acm@muc.de>
14144         Introduce a mechanism to widen the region used in context font
14145         locking.  Use this to protect declarations from losing their contexts.
14147         * progmodes/cc-langs.el (c-before-font-lock-functions):
14148         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14149         (c-before-context-fontification-functions): New defvar, a list of
14150         functions to be run just before context (etc.) font locking.
14152         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14153         New, functionality extracted from
14154         c-neutralize-syntax-in-and-mark-CPP.
14155         (c-in-after-change-fontification): New variable.
14156         (c-after-change): Set c-in-after-change-fontification.
14157         (c-set-fl-decl-start): Rejig its interface, so it can be called
14158         from both after-change and context fontifying.
14159         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14160         New functions.
14161         (c-standard-font-lock-fontify-region-function): New variable.
14162         (c-font-lock-fontify-region): New function.
14164 2011-12-24  Juri Linkov  <juri@jurta.org>
14166         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14167         (Bug#10348)
14169 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
14171         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14172         existence of source file.  (Bug#10325)
14174 2011-12-23  Alan Mackenzie  <acm@muc.de>
14176         Fix unstable fontification inside templates.
14178         * progmodes/cc-langs.el (c-before-font-lock-functions):
14179         Newly created from the singular version.  The (c c++ objc) entry now
14180         additionally has c-set-fl-decl-start.  The other languages (apart
14181         from AWK) have that as a single entry.
14183         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14184         The functionality for "local" declarations has been extracted to
14185         c-set-fl-decl-start.
14187         * progmodes/cc-mode.el (c-common-init, c-after-change):
14188         Changes due to pluralisation of c-before-font-lock-functions.
14189         (c-set-fl-decl-start): New function, extracted from
14190         c-font-lock-enclosing-decls and enhanced.
14192 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
14194         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14196 2011-12-22  Juri Linkov  <juri@jurta.org>
14198         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
14200 2011-12-22  Chong Yidong  <cyd@gnu.org>
14202         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14204 2011-12-21  Drew Adams  <drew.adams@oracle.com>
14206         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
14208 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
14210         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14212 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14214         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
14215         highlighting and support.  Fix up comments for capitalization.
14216         (cfengine-mode-debug): New var.
14217         (cfengine3-mode): Change the modeline indicator to "CFE3".
14218         (cfengine3-font-lock-keywords): Improve defun highlighting.
14219         (cfengine2-actions): Rename from `cfengine-actions'.
14220         (cfengine2-font-lock-keywords): Rename from
14221         `cfengine-font-lock-keywords'.
14222         (cfengine2-imenu-expression): Rename from
14223         `cfengine-imenu-expression'.
14224         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14225         (cfengine2-beginning-of-defun): Rename from
14226         `cfengine-beginning-of-defun'.
14227         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14228         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14229         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
14230         modeline indicator to "CFE2".
14231         (cfengine-mode): Defalias to `cfengine-auto-mode'.
14232         (cfengine-mode-abbrevs): Mark obsolete.
14234 2011-12-21  Chong Yidong  <cyd@gnu.org>
14236         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14237         filename argument.
14239 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
14241         * window.el (window-normalize-buffer-to-display): Remove.
14242         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14244 2011-12-19  Chong Yidong  <cyd@gnu.org>
14246         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14247         Don't signal an error in a predicate function; return non-nil.
14248         (vc-dir-mark-file): Move the error here.
14249         (vc-dir-mark-unmark): If acting on the region, keep going if one
14250         of the entries cannot be marked/unmarked.
14251         (vc-dir-mark-all-files): If current entry is a directory, mark
14252         only child files, as documented.
14254 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14256         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14257         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14258         addition.
14260 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
14262         * term/ns-win.el (ns-get-selection-internal)
14263         (ns-store-selection-internal): Declare.
14264         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14265         Declare as obsolete.
14266         (ns-get-pasteboard, ns-paste-secondary):
14267         Use ns-get-selection-internal.
14268         (ns-set-pasteboard, ns-copy-including-secondary):
14269         Use ns-store-selection-internal.
14271 2011-12-17  Chong Yidong  <cyd@gnu.org>
14273         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14274         (vc-deduce-fileset): Doc fix.
14276 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
14278         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14280 2011-12-13  Sam Steingold  <sds@gnu.org>
14282         * man.el (Man-getpage-in-background): When running under a
14283         window-system, ignore $MANWIDTH and $COLUMNS.
14285 2011-12-15  Kenichi Handa  <handa@m17n.org>
14287         * language/ethio-util.el: Change coding tag to utf-8-emacs.
14288         (setup-ethiopic-environment-internal): Comment out key-binding for
14289         ethio-toggle-punctuation.
14291 2011-12-13  Alan Mackenzie  <acm@muc.de>
14293         Add the switch statement to AWK Mode.
14295         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14296         "default" to the keywords regexp.
14298         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14299         expression as the rest.
14300         (c-nonlabel-token-key): Allow string literals for AWK.
14301         Refactor for the other modes.
14303         Large brace-block initialisation makes CC Mode slow: Fix.
14304         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14305         routines.  Limit backward searching in c-font-lock-enclosing.decl.
14307         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14308         pp-state and literal type in addition to the limits.
14309         (c-state-safe-place): New defun, extracted from c-state-literal-at.
14310         (c-state-literal-at): Use the above new defun.
14311         (c-slow-in-literal, c-fast-in-literal): Remove.
14312         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14314         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14315         being in a literal.  Add a limit for backward searching.
14317         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14318         c-slow-in-literal.
14320 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14322         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14324 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
14326         * window.el (delete-other-windows): Use correct frame in call to
14327         window-with-parameter.
14329 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
14331         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14332         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14333         (makefile-gmake-statements, makefile-makepp-statements):
14334         Use it and add new makepp keywords.
14335         (makefile-makepp-font-lock-keywords): Add new patterns.
14336         (makefile-match-function-end): Match new [...] and [[...]].
14338 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
14340         * ses.el (ses-call-printer-return, ses-cell-property-get)
14341         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14342         (ses-create-cell-variable, ses-reset-header-string)
14343         (ses-cell-set-formula, ses-repair-cell-reference-all)
14344         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14345         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14346         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14347         (ses-aset-with-undo, ses-load, ses-truncate-cell)
14348         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14349         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14350         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14351         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14352         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14353         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14354         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14355         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14357 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14359         * ses.el: The overall change is to add cell renaming, that is
14360         setting fancy names for cell symbols other than name matching
14361         "\\`[A-Z]+[0-9]+\\'" regexp .
14362         (ses-create-cell-variable): New defun.
14363         (ses-relocate-formula): Relocate formulas only for cells the
14364         symbols of which are not renamed, i.e. symbols whose names do not
14365         match regexp "\\`[A-Z]+[0-9]+\\'".
14366         (ses-relocate-all): Relocate values only for cells the symbols of
14367         which are not renamed.
14368         (ses-load): Create cells variables as the (ses-cell ...) are read,
14369         in order to check row col consistency with cell symbol name only
14370         for cells that are not renamed.
14371         (ses-replace-name-in-formula): New defun.
14372         (ses-rename-cell): New defun.
14374 2011-12-11  Chong Yidong  <cyd@gnu.org>
14376         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14377         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14379 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
14381         * window.el (other-window): Fix docstring.
14383 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
14385         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14386         `from' or `to' address before taking its substring.
14387         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14388         encoded name is chopped in the middle of the encoded string, and
14389         thus displayed encoded.
14391 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
14393         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14395 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
14397         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
14398         to use texinfo-update-node and commands that call it if the
14399         Texinfo file uses @node lines without next/prev/up pointers.
14400         Correct outdated description about texinfo-master-menu.
14401         (texinfo-all-menus-update, texinfo-master-menu)
14402         (texinfo-update-node, texinfo-every-node-update)
14403         (texinfo-multiple-files-update): Doc fix.  Warn against updating
14404         all the @node lines.
14405         (texinfo-master-menu): Only call texinfo-update-node if the prefix
14406         argument is numeric.  Explain better in the doc string what the
14407         function really does.
14408         (texinfo-insert-master-menu-list): Improve the error message
14409         displayed if there's no menu in the Top node.
14410         (Bug#2975)  See also this thread:
14411         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14413 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
14415         * speedbar.el (speedbar-supported-extension-expressions):
14416         Add .adb and .ads, commonly used for Ada source code (bug#10256).
14418 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
14420         * printing.el (pr-mode-alist):
14421         * simple.el (filter-buffer-substring-functions)
14422         (completion-list-insert-choice-function):
14423         * window.el (window-with-parameter, window-atom-root)
14424         (window-sides-slots, window-size-fixed, window-min-delta)
14425         (window-max-delta, window--resize-mini-window)
14426         (window--resize-child-windows-normal, window-tree)
14427         (delete-other-windows, quit-window, split-window)
14428         (display-buffer-record-window, special-display-buffer-names)
14429         (special-display-regexps, special-display-popup-frame)
14430         (same-window-p, split-window-sensibly)
14431         (display-buffer-overriding-action, display-buffer-alist)
14432         (display-buffer-base-action, display-buffer, switch-to-buffer)
14433         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14434         (fit-window-to-buffer, recenter-positions)
14435         (mouse-autoselect-window-state, mouse-autoselect-window-select):
14436         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14437         and remove unneeded backslashes in docstrings.
14439 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14441         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14443         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14444         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14445         end in ".mk".
14446         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14447         when reading the makefile (bug#10116).
14449 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14451         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14452         (bug#10116).
14454 2011-12-06  Glenn Morris  <rgm@gnu.org>
14456         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14458 2011-12-06  Chong Yidong  <cyd@gnu.org>
14460         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14462 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
14464         * textmodes/table.el (table-shorten-cell): Fix typo.
14466 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
14468         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14470 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
14472         * descr-text.el (describe-char): Fix display of strong
14473         right-to-left characters and directional embeddings and overrides.
14475         * simple.el (what-cursor-position): Fix display of codepoints of
14476         strong right-to-left characters.
14478 2011-12-05  Chong Yidong  <cyd@gnu.org>
14480         * faces.el (read-color): Doc fix.
14482 2011-12-05  Glenn Morris  <rgm@gnu.org>
14484         * align.el (align--set-marker): Add doc-string.
14485         Don't try to move something that is not a marker.  (Bug#10216)
14487 2011-12-04  Glenn Morris  <rgm@gnu.org>
14489         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14490         overly zealous deletion of trailing whitespace.
14492 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
14494         * server.el (server-delete-client): On Windows, do not try to delete
14495         the only terminal.
14496         (server-process-filter): On Windows, treat requests for a tty frame as
14497         if they were for a GUI frame if the running server is in GUI mode.
14499 2011-12-03  Glenn Morris  <rgm@gnu.org>
14501         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
14503 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14505         * electric.el: Streamline electric-indent's hook.
14506         (electric-indent-chars): Revert to simple list.
14507         (electric-indent-functions): New var.
14508         (electric-indent-post-self-insert-function): Use it.
14510         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14511         there's no inferior buffer (bug#10196).
14512         (prolog-consult-compile): Don't use toggle-read-only.
14514 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
14516         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14517         interrupt.  (Bug#10187)
14519 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14521         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14522         (bug#9160).
14524         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14525         (bug#10191).
14527 2011-12-02  Juri Linkov  <juri@jurta.org>
14529         * info.el (Info-search): Display "end of manual" when Isearch
14530         reaches the end of single-file Info manual.  (Bug#9918)
14532 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
14534         * isearch.el (isearch-message-prefix): Run the input method part
14535         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
14537 2011-12-02  Juri Linkov  <juri@jurta.org>
14539         * isearch.el (isearch-occur): Use `word-search-regexp' for
14540         `isearch-word'.
14541         (isearch-search-and-update): Add condition for `isearch-word' and
14542         call `word-search-regexp'.  (Bug#10145)
14544 2011-12-01  Glenn Morris  <rgm@gnu.org>
14546         * eshell/em-hist.el (eshell-hist-initialize):
14547         Handle eshell-history-size nil and HISTSIZE set or unset.
14548         (eshell-history-file-name, eshell-history-size): Fix custom type.
14550 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14552         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14554 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
14556         * progmodes/verilog-mode.el (verilog-pretty-expr):
14557         Rework verilog-pretty-expr to handle new assignment operators in system
14558         verilog, such as += *= and the like.
14559         (verilog-assignment-operator-re): Regular expression to find the
14560         assigment operator in a verilog assignment.
14561         (verilog-assignment-operation-re): Regular expression to find an
14562         assignment statement for pretty-expr.
14563         (verilog-in-attribute-p): Query returns true if point is in an
14564         attribute context; used to skip these for expression line up from
14565         pretty-expr.
14566         (verilog-in-parameter-p): Query returns true if point is in an
14567         parameter definition context; used to skip these for expression
14568         line up from pretty-expr.
14569         (verilog-in-parenthesis-p): Query returns true if point is in a
14570         parenthetical expression, specifically ( ) but not [ ] or { };
14571         used by pretty-expr.
14572         (verilog-just-one-space): If there is no space, don't add one.
14573         (verilog-get-lineup-indent-2): Specifically skip just attribute
14574         contexts for expression lineup, rather than skipping all
14575         parenthetical expressions.
14576         (verilog-calculate-indent): Fix comment, and fix indent.
14577         (verilog-do-indent): Indent declarations in lists (suggested by
14578         Joachim Lechner).
14579         (verilog-mode-abbrev-table): Populate abbrev mode with the various
14580         skeleton items.
14581         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14582         by Alain Mellan).
14584 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
14586         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14587         parameters with embedded comments.  Reported by Ray Stevens.
14588         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14589         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14590         Reported by Tim Holt.
14591         (verilog-auto): Fix AUTOing a upper module then AUTOing module
14592         instantiated by upper module causing wrong expansion until AUTOed a
14593         second time.  Reported by K C Buckenmaier.
14594         (verilog-diff-auto): Fix showing .* as a difference when
14595         `verilog-auto-star-save' off.  Reported by Dan Dever.
14596         (verilog-auto-reset, verilog-read-always-signals)
14597         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14598         temporary signals in reset list if
14599         verilog-auto-reset-blocking-in-non is nil, and match assignment
14600         style to each signal's assignment type, bug381.
14601         Reported by Thomas Esposito.
14602         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14603         (verilog-uvm-statement-re): Support UVM indentation and
14604         highlighting, with old OVM keywords only.
14605         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
14606         Support AUTOTIEOFF creating non-wire data types.
14607         Suggested by Jonathan Greenlaw.
14608         (verilog-auto-insert-lisp, verilog-delete-to-paren)
14609         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14610         (verilog-inject-sense, verilog-read-inst-pins)
14611         (verilog-read-sub-decls, verilog-read-sub-decls-line):
14612         Fix mismatching parenthesis inside commented out code when deleting
14613         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
14614         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14615         non-numeric vector width.  Reported by Alex Reed.
14616         (verilog-auto-ascii-enum): Add "onehot" option to work around not
14617         detecting signals with parameter widths.  Reported by Alex Reed.
14618         (verilog-auto-delete-trailing-whitespace):
14619         With `verilog-auto-delete-trailing-whitespace' remove trailing
14620         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
14621         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14622         Fix verilog-scan-cache corruption when running user AUTO expansion
14623         hooks that call indentation routines.
14624         (verilog-simplify-range-expression): Fix typo ignoring lower case
14625         identifiers.
14626         (verilog-delete-auto): Fix delete-autos to also remove user created
14627         automatics, as long as they start with AUTO.
14628         (verilog-batch-diff-auto, verilog-diff-auto)
14629         (verilog-diff-function): Add `verilog-diff-auto' and bind to
14630         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
14631         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14632         (verilog-in-paren-quick, verilog-re-search-backward-quick)
14633         (verilog-re-search-forward-quick, verilog-syntax-ppss):
14634         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
14635         is disabled and its cache will get corrupt, causing AUTOS not to
14636         expand.  Instead use only -quick functions.
14637         (verilog-scan-region): Fix scanning over escaped quotes.
14638         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
14639         (verilog-re-search-backward-quick)
14640         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
14641         related functions now ignore strings, to fix misparsing of strings
14642         with magic comments embedded in them.
14643         (verilog-read-auto-template):
14644         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
14645         Reported by Brad Dobbie.
14646         (verilog-read-auto-template):
14647         Fix 'verilog-auto-inst-template-numbers' with comments.
14648         Reported by Brad Dobbie.
14649         (verilog-auto-inst, verilog-auto-inst-param)
14650         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
14651         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
14652         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
14653         debugging templates without merge conflicts, bug357.
14654         Reported by Brad Dobbie.
14655         (verilog-read-auto-template):
14656         Fix verilog-auto-inst-template-numbers with multiple templates.
14657         Reported by Brad Dobbie.
14658         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
14659         abbrevs so user won't be asked to save.
14660         (verilog-read-auto-lisp-present): Fix to start at beginning of
14661         buffer in case called outside of verilog-auto.
14662         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
14663         to "X-2".  Reported by Matthew Myers.
14664         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
14665         all inputs from module templates.  Reported by Leith Johnson.
14666         (verilog-module-inside-filename-p): Fix locating programs as with
14667         modules.
14668         (verilog-auto-inst-port): Fix vl-width expressions when using
14669         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
14670         (verilog-decls-get-regs, verilog-decls-get-signals,
14671         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
14672         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
14673         verilog-read-decls): Combine reg and wire structures into one var
14674         structure to represent SystemVerilog concepts.
14675         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
14676         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
14677         (verilog-auto-wire-type, verilog-insert-definition):
14678         Add verilog-auto-wire-type and AUTOLOGIC to support using
14679         SystemVerilog "logic" keyword instead of "wire"/"reg".
14680         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
14681         to declares outputs that also have assignments (presumably in an
14682         ifdef or generate if so there's not a driver conflict).
14683         Reported by Matthew Myers.
14684         (verilog-auto-declare-nettype, verilog-insert-definition):
14685         Add verilog-auto-declare-nettype to fix declarations using
14686         `default_nettype none.  Reported by Julian Gorfajn.
14687         (verilog-read-always-signals-recurse, verilog-read-decls)
14688         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
14689         malformed end statement, bug325.  Reported by Joshua Wise and
14690         Andrew Drake.
14691         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
14692         (verilog-inst-comment-re): Fix not deleting Interfaced comment
14693         when expanding .* in interfaces, bug320.
14694         Reported by Pierre-David Pfister.
14695         (verilog-read-module-name): Fix import statements between module
14696         name and open parenthesis, bug317.
14697         Reported by Pierre-David Pfister.
14698         (verilog-simplify-range-expression): Fix simplification of
14699         multiplications inside AUTOWIRE connections, bug303.
14700         (verilog-auto-inst-port): Support parameter expansion in
14701         multidimensional arrays.
14702         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
14703         after "assert property".  Reported by Julian Gorfajn.
14704         (verilog-simplify-range-expression): Fix "couldn't merge" errors
14705         with multiplication, bug303.
14706         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
14707         Reported by Jan Frode Lonnum.
14709 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
14711         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
14712         (hfy-shell-file-name, hfy-shell):
14713         * international/fontset.el (x-decompose-font-name): Fix typos.
14715 2011-11-29  Ken Brown  <kbrown@cornell.edu>
14717         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
14718         (gdb-version): Remove defvar.
14719         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
14720         (gdb-gud-context-command, gdb-non-stop-handler)
14721         (gdb-current-context-command, gdb-stopped): Use it.
14722         (gdb-init-1): Enable pretty printing here.
14723         (gdb-non-stop-handler): Don't enable pretty-printing here.
14724         Check to see if the target supports non-stop mode; if not, turn off
14725         non-stop mode.  Use the following.
14726         (gdb-check-target-async): New defun.
14727         (gud-watch, gdb-stopped): Fix whitespace.
14728         (gdb-get-source-file): Don't try to display the source file if
14729         `gdb-main-file' is nil.
14731 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14733         * align.el: Try to generate fewer markers (bug#10047).
14734         (align--set-marker): New macro.
14735         (align-region): Use it.
14737 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14739         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
14741 2011-11-29  Chong Yidong  <cyd@gnu.org>
14743         * indent.el (indent-for-tab-command, indent-according-to-mode):
14744         Doc fix.
14745         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
14747 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
14749         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
14750         aware of remote file names.  (Bug#10124)
14752 2011-11-29  Chong Yidong  <cyd@gnu.org>
14754         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
14756 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14758         * files.el (find-file): Don't use force-same-window (bug#10144).
14759         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
14760         use pop-to-buffer if the selected window can't be used.
14761         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
14763 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
14765         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
14766         special-mode-map.
14768 2011-11-28  Chong Yidong  <cyd@gnu.org>
14770         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
14772 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
14774         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
14775           gdb-get-source-file-list on gdb-create-source-file-list.
14777 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
14779         * whitespace.el (whitespace-newline): Use a different foreground
14780         color for 16-color light-background displays.
14782 2011-11-24  Chong Yidong  <cyd@gnu.org>
14784         * window.el (display-buffer--special-action): Doc fix.
14786 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
14788         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14789         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14790         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14791         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14792         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14793         (avl-tree-stack-first):
14794         * emacs-lisp/cconv.el (cconv--analyse-use):
14795         * net/gnutls.el (gnutls-negotiate): Fix typos.
14797 2011-11-24  Glenn Morris  <rgm@gnu.org>
14799         * lpr.el (lpr-windows-system, lpr-lp-system):
14800         * mail/binhex.el (binhex-begin-line):
14801         * progmodes/grep.el (grep-history, grep-find-history):
14802         * textmodes/flyspell.el:
14803         * vc/pcvs-defs.el (cvs-global-menu):
14804         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14805         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14806         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14808         * net/tls.el: Fix case of "GnuTLS".
14810         * paths.el (rmail-file-name): Format doc-string for make-docfile.
14812         * version.el (emacs-build-system): Give it a doc-string.
14814 2011-11-24  Juri Linkov  <juri@jurta.org>
14816         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
14818 2011-11-24  Glenn Morris  <rgm@gnu.org>
14820         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
14821         if called on a non-mime message just toggle the headers.  (Bug#8006)
14823 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
14825         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
14826         (allout-lead-with-comment-string, allout-structure-deleted-hook)
14827         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
14828         (allout-rebullet-heading, allout-open-sibtopic)
14829         (allout-toggle-current-subtree-encryption)
14830         (allout-toggle-subtree-encryption, allout-encrypt-string)
14831         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
14832         (allout-distinctive-bullets-string, allout-auto-activation):
14833         * window.el (window-normalize-buffer-to-display):
14834         * progmodes/verilog-mode.el (verilog-batch-indent):
14835         * textmodes/bibtex.el (bibtex-field-braces-opt)
14836         (bibtex-field-strings-opt):
14837         * vc/cvs-status.el (cvs-tree-merge):
14838         Fix typos.
14840 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
14842         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
14843         `non-essential' to t, in order to avoid remote connections.
14845 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
14847         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14848         On MS-DOS and MS-Windows, compare with loaddefs.el
14849         case-insensitively.
14851 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
14853         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
14855 2011-11-23  Glenn Morris  <rgm@gnu.org>
14857         * paths.el (rmail-file-name): Reformat the doc-string so that it
14858         is picked up.
14860         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
14861         (rmail-auto-file): Ignore case in the "special" field names,
14862         as mail-fetch-field does for all others.
14864         * mail/rmail.el (rmail-forward):
14865         * mail/rmailkwd.el (rmail-set-label):
14866         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
14867         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
14869         * mail/rmail.el (rmail-current-message): Doc fix.
14871         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
14873 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14875         * server.el (server-eval-and-print): Allow C-g (bug#6585).
14877 2011-11-22  Glenn Morris  <rgm@gnu.org>
14879         * mail/rmailmm.el (test-rmail-mime-handler)
14880         (test-rmail-mime-bulk-handler)
14881         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
14883 2011-11-21  Juri Linkov  <juri@jurta.org>
14885         * calc/calc.el (calc-read-key-sequence):
14886         Let-bind `input-method-function' to nil.  (Bug#10018)
14888 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14890         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
14891         Tell the caller that the next line needs recomputation, even
14892         though it doesn't start a sexp (bug#10094).
14894 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14896         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
14898 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14900         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
14901         Use force-same-window.
14903 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
14905         * descr-text.el (describe-char-unicode-data):
14906         * json.el (json-string-escape):
14907         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
14908         (Footnote-unicode, Footnote-style-p):
14909         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
14911 2011-11-20  Chong Yidong  <cyd@gnu.org>
14913         * window.el (replace-buffer-in-windows): Restore interactive spec.
14915 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14917         * electric.el (electric-indent-mode): Fix last change (too optimistic).
14919         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
14920         (byte-compile-global-not-obsolete-vars): New var.
14921         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
14922         Use it.
14923         (byte-compile-warn-obsolete): Align text with the one in *Help*.
14925 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
14927         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
14928         * progmodes/pascal.el (electric-pascal-equal):
14929         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
14930         * xml.el (xml-substitute-special): Fix typos.
14932 2011-11-20  Glenn Morris  <rgm@gnu.org>
14934         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
14935         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
14936         Doc fixes.
14937         (rmail-decode-mime-charset): Mark as obsolete.
14939         * mail/rmailsum.el (rmail-message-regexp-p-1):
14940         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
14941         Before using mime functions, check they are set.  (Bug#10077)
14943 2011-11-19  Juri Linkov  <juri@jurta.org>
14945         * info.el (Info-finder-find-node): Use `package--builtins' instead
14946         of `package-alist'.  Use node names formed by the pattern "Keyword "
14947         and the keyword name.
14949 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
14951         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
14953 2011-11-19  Juri Linkov  <juri@jurta.org>
14955         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
14956         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
14957         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
14958         `old-history', `old-history-forward'.  Add let-binding
14959         `window-selected'.  Remove calls to `kill-buffer',
14960         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
14961         before calling `Info-find-node', so `Info-find-node-2' will reread
14962         the Info file.  Restore window positions only when `window-selected'
14963         is non-nil.
14965 2011-11-19  Juri Linkov  <juri@jurta.org>
14967         * isearch.el (isearch-lazy-highlight-new-loop):
14968         Remove condition `(not isearch-error)'.  (Bug#9918)
14970         * misearch.el (multi-isearch-search-fun): Add condition
14971         `(not bound)' to ignore lazy-highlighting search.
14972         Add the search-failed message "end of multi" when the end of
14973         multi-sequence is reached.  Uncapitalize the search-failed
14974         message "Repeat for next buffer".
14976         * info.el (Info-search): Add the search-failed message
14977         "end of the manual" when the end of the manual is reached
14978         in Isearch mode.
14980 2011-11-19  Juri Linkov  <juri@jurta.org>
14982         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
14983         Use non-destructive `remove' instead of `delete' because
14984         `Info-history-list' stored to `Info-isearch-initial-history-list' in
14985         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
14987 2011-11-19  Juri Linkov  <juri@jurta.org>
14989         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
14990         to nil instead of binding `search-ring' and `regexp-search-ring'.
14991         (Bug#9185)
14993 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
14995         * simple.el (line-move): Force movement by logical lines for any
14996         hscrolled window, not only when auto-hscroll-mode is on.
14997         (line-move-visual): Update doc string to that effect.  (Bug#10076)
14999 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
15001         * language/european.el (macintosh): Define as alias for mac-roman.
15003 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
15005         * mail/rmailmm.el (rmail-mime-display-header)
15006         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15007         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15008         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15009         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15010         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15011         of a raw aref.
15012         (rmail-mime-entity-segment): To get past the tagline, move forward
15013         2 more lines, to account for the 2 empty lines that precede and
15014         follow the line with the buttons.
15015         (rmail-mime-update-tagline): Move one more line, to get past the
15016         empty line that follows the buttons in the tagline.  (Bug#9520)
15018 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
15020         * window.el (window-max-delta-1, window-min-delta-1)
15021         (window-min-size-1, window-state-get-1, window-state-put-1)
15022         (window-state-put-2): Use "window--" prefix.
15024 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15026         * emacs-lisp/smie.el: Improve warnings and conflict detection.
15027         (smie-warning-count): New var.
15028         (smie-set-prec2tab): Use it.
15029         (smie-bnf->prec2): Improve warnings.  Add docstring.
15030         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15031         (smie-bnf--set-class): New function.
15032         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
15033         corner case.
15035         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15036         (compilation-error-properties, compilation-move-to-column):
15037         Handle compilation-first-column while in the target buffer.
15039         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15040         Don't hardcode point-min==1.
15042         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15043         (eshell-rewrite-for-command): Remove workaround.
15044         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15045         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15046         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15048         * files-x.el (modify-file-local-variable): Obey commenting conventions.
15050 2011-11-17  Glenn Morris  <rgm@gnu.org>
15052         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15053         Ignore buffer-local generated-autoload-file if it is the same
15054         as the global value.  (Bug#10049)
15056 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
15058         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15059         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15060         (reftex-toc-previous-heading, reftex-toc-max-level)
15061         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15062         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15063         (reftex-toc-do-promote, reftex-toc-promote-prepare)
15064         (reftex-toc-promote-action, reftex-toc-extract-section-number)
15065         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15066         (reftex-toc-rename-label, reftex-toc-visit-location)
15067         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15068         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15069         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15070         leaving "*toc*" only for references to the buffer.
15072 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
15074         * window.el (window-resize, delete-window, split-window):
15075         Replace window-splits by window-combination-resize.
15076         * cus-start.el (window-splits): Replace by window-combination-resize.
15078 2011-11-17  Glenn Morris  <rgm@gnu.org>
15080         * progmodes/sh-script.el (sh-font-lock-keywords-var):
15081         Make bash entry derive from sh entry, not shell entry.
15083 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
15085         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15086         local file name.
15088 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
15090         * menu-bar.el (menu-bar-file-menu):
15091         * printing.el (pr-ps-utility):
15092         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15093         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15094         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15095         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15096         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15097         (icalendar--convert-cyclic-to-ical)
15098         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15099         (icalendar--convert-ical-to-diary)
15100         (icalendar--convert-recurring-to-diary)
15101         (icalendar--convert-non-recurring-all-day-to-diary)
15102         (icalendar-import-format-sample):
15103         * progmodes/idlw-shell.el (idlwave-shell-mode):
15104         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15105         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15106         (vhdl-ps-print-init): Fix typos.
15108 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
15110         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15111         FSF and collapse date sequence, obscure author/maintainer email address
15112         better, remove extra version line, track relocation of author's webpage.
15114         * progmodes/python.el (python-pdbtrack-input-prompt)
15115         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15116         regular python pdb prompts.  Adjustments shamelessly taken exactly as
15117         suggested in EmacsWiki page (tiny change):
15118         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15120 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
15122         * expand.el (expand-pos, expand-index, expand-point):
15123         Remove redundant info from docstring.
15124         (expand-add-abbrevs): Doc fix.
15125         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15126         (expand-sample-perl-mode-expand-list): Fix typos.
15128         * net/dbus.el (dbus-event-member-name):
15129         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15130         * term/pc-win.el (msdos-create-frame-with-faces):
15131         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15133 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
15135         * window.el (split-window, window-state-get-1)
15136         (window-state-put-1, window-state-put-2): Rename occurrences of
15137         window-nest to window-combination-limit.
15138         * cus-start.el (window-nest): Rename to window-combination-limit.
15140 2011-11-16  Chong Yidong  <cyd@gnu.org>
15142         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15143         regexp (Bug#10033).
15145 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15148         `completing-read' will remove *Completions* and will preserve
15149         current-buffer for us.
15150         (tmm-add-prompt): Users of *Completions* will always (re)set its
15151         major mode.
15152         (tmm-old-comp-map): Remove.
15154 2011-11-16  Glenn Morris  <rgm@gnu.org>
15156         * mail/rmailedit.el: Require rmailmm when compiling.
15157         (rmail-old-mime-state): New declaration.
15158         (rmail-edit-current-message): If editing a mime message,
15159         edit the "raw" message from the mbox buffer.
15160         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
15162 2011-11-15  Glenn Morris  <rgm@gnu.org>
15164         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15165         which wasn't being used.  Add optional arg to force given state.
15166         (rmail-mime): Add optional arg to force given state.
15168 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
15170         * allout.el (allout-encryption-plaintext-sanitization-regexps):
15171         * frame.el (display-mm-dimensions-alist):
15172         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15173         (outline-move-subtree-down):
15174         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15175         (newsticker--treeview-do-get-node):
15176         * net/quickurl.el (quickurl-list-buffer-name):
15177         * progmodes/dcl-mode.el (dcl-mode):
15178         * progmodes/gdb-mi.el (gdb-mapcar*):
15179         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15181 2011-11-15  Glenn Morris  <rgm@gnu.org>
15183         * mail/rmail.el (rmail-file-coding-system): It's only ever used
15184         in a boolean sense, so just make it a boolean, and fix the doc.
15185         (rmail-show-mime-function, rmail-mime-feature)
15186         (rmail-require-mime-maybe): Doc fixes.
15187         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15189         * mail/rmailmm.el (rmail-show-mime): Doc fix.
15191 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
15193         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15194         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15195         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15196         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15198 2011-11-15  Glenn Morris  <rgm@gnu.org>
15200         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15201         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15202         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15203         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15204         (rmail-mime, rmail-show-mime): Doc fixes.
15206         * term/ns-win.el (mode-line-frame-identification):
15207         Leave it alone.  (Bug#10051)
15209         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
15211         * mail/rmailout.el (rmail-output-to-rmail-buffer):
15212         Handle empty buffers.  (Bug#9978)
15214 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
15216         * international/mule.el (define-charset):
15217         * mail/rmailmm.el (rmail-mime-find-header-encoding):
15218         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15219         * progmodes/verilog-mode.el (verilog-backward-token):
15220         * textmodes/ispell.el (lookup-words):
15221         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15223 2011-11-14  Glenn Morris  <rgm@gnu.org>
15225         * progmodes/executable.el
15226         (executable-make-buffer-file-executable-if-script-p):
15227         Handle file-modes returning nil.
15229         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15230         message - not necessary, and causes problems.  (Bug#9831)
15232         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15234         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15236         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15237         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
15238         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15240 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
15242         * window.el (window-resize, delete-window): Use window-splits
15243         variable instead of function.
15244         (window-state-get-1, window-state-put-2, window-state-put):
15245         Don't deal with windows' splits status.
15247 2011-11-12  Glenn Morris  <rgm@gnu.org>
15249         * apropos.el (apropos-do-all, apropos-library, apropos-value)
15250         (apropos-documentation): Doc fixes.
15252 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
15254         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15255         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15257 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15259         * electric.el (electric-indent-post-self-insert-function): Make it
15260         possible for a char to only indent in some circumstances.
15261         (electric-indent-mode): Simplify.
15263 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
15265         * window.el (windows-with-parameter): Remove unused function.
15266         (windows-at-side): Rename to window-at-side-list.
15267         (window-check, window-atom-check, window-atom-check-1)
15268         (window-side-check, window-size-ignore, window-size-fixed-1)
15269         (window-in-direction-2): Prefix with "window--".
15270         (window-tree-1): Rename to window--subtree, fix doc-string.
15272 2011-11-11  Glenn Morris  <rgm@gnu.org>
15274         * subr.el (eval-after-load): If FILE is already loaded,
15275         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
15277 2011-11-10  Glenn Morris  <rgm@gnu.org>
15279         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15280         Call svn via vc-svn-command rather than vc-do-command.
15281         (vc-svn-command): Add --non-interactive.  (Bug#9993)
15282         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15284         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15285         Add toggle-read-only.  (Bug#7292)
15286         * files.el (toggle-read-only): Mention that it should only
15287         be used interactively.  (Bug#10006)
15289 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15291         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15292         Adjust regexp for OCaml warnings.
15294         * electric.el (electric-pair-post-self-insert-function): Let user
15295         turn it off buffer-locally (bug#9932).
15297         * progmodes/python.el (python-beginning-of-statement):
15298         Rewrite (bug#2703).
15300         * progmodes/compile.el: Better handle TABs (bug#9749).
15301         (compilation-internal-error-properties)
15302         (compilation-next-error-function): Obey the target buffer's
15303         compilation-error-screen-columns.
15305 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
15307         * progmodes/meta-mode.el: Remove obsolete comments.
15308         (meta-right-comment-regexp, meta-ignore-comment-regexp):
15309         Fix typos in docstrings.
15311 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
15313         * window.el (window-size-fixed-p): Rewrite doc-string.
15314         (window-resizable-p): Rename to window--resizable-p.  Update callers.
15315         (window--resizable): New function.  Make all callers of
15316         window-resizable call window--resizable instead.
15317         (window-resizable): Rewrite in terms of window--resizable.
15319 2011-11-08  Glenn Morris  <rgm@gnu.org>
15321         * progmodes/delphi.el (delphi-mode-syntax-table):
15322         Let define-derived-mode define a proper syntax table.  (Bug#9994)
15324 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15326         * window.el: Stay away from defsubst.
15327         (window-list-no-nils): Remove.
15328         (window-state-get-1, window-state-get): Use backquote instead.
15330 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15332         * emacs-lisp/find-func.el (find-function-read):
15333         Fix incorrect use of default argument in `completing-read'.
15335 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
15337         * window.el (display-buffer-function, special-display-function):
15338         Mention display-buffer-record-window but do not mention
15339         help-setup parameter in doc-strings.
15340         (window-min-delta): Fix doc-string typo.
15342 2011-11-08  Chong Yidong  <cyd@gnu.org>
15344         * window.el (window-total-height, window-total-width): Doc fix.
15345         (window-body-size): Move from C.
15346         (window-body-height, window-body-width): Move to C.
15348 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15350         * window.el: Make special-display like display-buffer-alist (bug#9532).
15351         (display-buffer--special-action): New function, morphed
15352         from display-buffer--special.
15353         (display-buffer): Use it to handle special-display-buffers at higher
15354         priority (just after display-buffer-alist).
15355         (display-buffer-fallback-action, display-buffer--other-frame-action)
15356         (pop-to-buffer-same-window): Remove display-buffer--special.
15358 2011-11-07  Glenn Morris  <rgm@gnu.org>
15360         * calendar/cal-menu.el (cal-menu-set-date-title):
15361         Do nothing if not in a calendar.  (Bug#9976)
15363 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15365         * files.el (find-file): Always use selected-window.
15367 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
15369         * window.el (window-combinations): Make WINDOW argument
15370         mandatory.  Rewrite doc-string.
15371         (walk-window-subtree, window-atom-check, window-min-delta)
15372         (window-max-delta, window--resize-this-window)
15373         (window--resize-root-window-vertically, window-tree)
15374         (balance-windows, window-state-put): Rewrite doc-strings as to
15375         not mention the term "subwindow".
15376         (window--resize-subwindows-skip-p): Rename to
15377         window--resize-child-windows-skip-p.
15378         (window--resize-subwindows-normal): Rename to
15379         window--resize-child-windows-normal.
15380         (window--resize-subwindows): Rename to
15381         window--resize-child-windows.
15382         (window-or-subwindow-p): Rename to window--in-subtree-p.
15384 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
15386         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15387         Ensure that mbox format messages end in two newlines (Bug#9974).
15389 2011-11-06  Chong Yidong  <cyd@gnu.org>
15391         * window.el (window-combination-p): Function deleted; its
15392         side-effect is not used in any existing code.
15393         (window-combinations, window-combined-p): Call window-*-child
15394         directly.
15396 2011-11-05  Chong Yidong  <cyd@gnu.org>
15398         * window.el (window-valid-p): Rename from window-any-p.
15399         (window-size-ignore, window-state-get): Callers changed.
15400         (window-normalize-window): Rename from window-normalize-any-window.
15401         New arg LIVE-ONLY, replacing window-normalize-live-window.
15402         (window-normalize-live-window): Delete.
15403         (window-combination-p, window-combined-p, window-combinations)
15404         (walk-window-subtree, window-atom-root, window-min-size)
15405         (window-sizable, window-sizable-p, window-size-fixed-p)
15406         (window-min-delta, window-max-delta, window-resizable)
15407         (window-resizable-p, window-full-height-p, window-full-width-p)
15408         (window-current-scroll-bars, window-point-1, set-window-point-1)
15409         (window-at-side-p, window-in-direction, window-resize)
15410         (adjust-window-trailing-edge, maximize-window, minimize-window)
15411         (window-deletable-p, delete-window, delete-other-windows)
15412         (record-window-buffer, unrecord-window-buffer)
15413         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15414         (quit-window, split-window, window-state-put)
15415         (set-window-text-height, fit-window-to-buffer)
15416         (shrink-window-if-larger-than-buffer): Callers changed.
15418 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
15420         * mail/rmail.el (rmail-simplified-subject): Decode subject with
15421         rfc2047-decode-string.
15422         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15423         warnings.
15425         * window.el (window-body-height, window-body-width): Mention in
15426         the doc string that the return values are in frame's canonical
15427         units.  (Bug#9949)
15429 2011-11-03  Alan Mackenzie  <acm@muc.de>
15431         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15432         change in cc-engine.el.
15434 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15436         * window.el (switch-to-buffer): Use `force-same-window' interactively.
15438 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
15440         * window.el (quit-window): Call unrecord-window-buffer after
15441         showing another buffer in the window.  (Bug#9937)
15442         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15444 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
15446         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15447         Accept status with more than 9 shelves.  (Bug#9935)
15448         Reported by Colin D Bennett <colin@gibibit.com>.
15450 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
15452         * help.el (with-help-window): Don't reference
15453         temp-buffer-show-specifiers in doc-string.
15455 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
15457         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15458         menu-item.
15460 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15462         * whitespace.el: New version 13.2.2.
15463         (whitespace-newline-mode): Disable properly.  Reported by Sarah
15464         <EmacsWiki>.
15466 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
15468         * net/newst-treeview.el: Remove "Time-stamp".
15469         (newsticker--group-manage-orphan-feeds): Do not call
15470         newsticker--treeview-tree-update.
15471         (newsticker-treeview-update, newsticker-treeview):
15472         Call newsticker--treeview-tree-update if necessary.
15474 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
15476         * window.el (window-iso-combination-p, window-iso-combined-p)
15477         (window-iso-combinations): Remove "iso-" infix.
15478         Suggested by Chong Yidong.
15479         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15480         (window-max-delta-1, window-resize, window--resize-siblings)
15481         (window--resize-this-window, adjust-window-trailing-edge)
15482         (split-window, balance-windows-1)
15483         (shrink-window-if-larger-than-buffer):
15484         * calendar/calendar.el (calendar-generate-window):
15485         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15487 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15489         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15490         in place (bug#9907).
15491         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15492         (eshell-rewrite-if-command, eshell-rewrite-for-command)
15493         (eshell-structure-basic-command, eshell-rewrite-while-command)
15494         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15495         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15496         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15497         (eshell-do-pipelines-synchronously, eshell-eval-command):
15498         Use backquotes and prefer setq to set.
15499         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15500         (eshell-macrop): Use functionp.
15501         (eshell-do-eval): Handle multiple expressions in `while' body.
15503 2011-10-30  Chong Yidong  <cyd@gnu.org>
15505         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15506         instead of set-mark (Bug#9810).
15508 2011-10-30  Chong Yidong  <cyd@gnu.org>
15510         * window.el (split-window-below, split-window-right): Rename from
15511         split-window-above-each-other and split-window-side-by-side
15512         respectively.  All callers changed.
15513         (split-window-sensibly, split-window-sensibly): Use them.
15514         (split-window-keep-point): Doc fix.
15516         * isearch.el: Add isearch-scroll property to split-window-below
15517         and split-window-right.
15519         * follow.el (follow-mode):
15520         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15521         * progmodes/ada-xref.el (ada-gdb-application):
15522         * emulation/vip.el (vip-buffer-in-two-windows):
15523         * image-dired.el (image-dired-dired-with-window-configuration):
15524         * dired-x.el (dired-do-find-marked-files):
15525         * dired.el (dired-pop-to-buffer):
15526         * bs.el (bs--show-with-configuration):
15527         * vc/emerge.el (emerge-setup-windows):
15528         * textmodes/two-column.el (2C-two-columns):
15529         * textmodes/reftex-toc.el (reftex-toc):
15530         * progmodes/gdb-mi.el (gdb-setup-windows):
15531         * progmodes/fortran.el (fortran-window-create):
15532         * net/newst-treeview.el (newsticker--treeview-window-init):
15533         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15534         * emulation/tpu-edt.el (tpu-gold-map):
15535         * emulation/crisp.el (crisp-mode-map):
15536         * calendar/calendar.el (calendar-basic-setup): Callers changed.
15538 2011-10-29  Chong Yidong  <cyd@gnu.org>
15540         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15542         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15544         * textmodes/flyspell.el (flyspell-word): Fix char offset for
15545         forged Ispell output (Bug#7904).
15547         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15549 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15551         * doc-view.el: Avoid ugly errors about not finding nil.
15552         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15553         (doc-view-dvipdf-program, doc-view-unoconv-program)
15554         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15555         Avoid nil or absolute file name as default value.
15556         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15558 2011-10-28  Alan Mackenzie  <acm@muc.de>
15560         * progmodes/cc-defs.el (c-version): -> 5.32.2.
15562 2011-10-28  Alan Mackenzie  <acm@muc.de>
15564         Amend the handling of c-beginning/end-of-defun in nested declaration
15565         scopes.
15567         * progmodes/cc-vars.el (c-defun-tactic): Move here from
15568         cc-langs.el.  Change it to a defcustom.
15570         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15571         cc-vars.el.
15573         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15574         Prevent "class foo : bar" being spuriously recognized as a label.
15576         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
15577         Add parameter `inclusive' (to include enclosing braces in the region).
15578         (c-widen-to-enclosing-decl-scope): New function.
15579         (c-while-widening-to-decl-block): New macro.
15580         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15581         outward for defun boundaries, and correspondingly change symbol
15582         `respect-enclosure' to `go-outward'.
15583         (c-declaration-limits): Change algorithm to report only the "innermost"
15584         defun's boundaries.
15586 2011-10-28  Deniz Dogan  <deniz@dogan.se>
15588         * net/rcirc.el (rcirc-mode): Use hard newlines.
15590 2011-10-28  Alan Mackenzie  <acm@muc.de>
15592         Amend to indent and fontify macros "which include their own semicolon"
15593         correctly, using the "virtual semicolon" mechanism.
15595         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
15597         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15598         Recode to scan one line at a time rather than having \n and \r
15599         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
15600         (c-forward-label): Amend for virtual semicolons.
15601         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
15603         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15604         of the new C macros.
15606         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
15607         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15608         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
15609         (c-opt-cpp-macro-define): Make into a full language variable.
15610         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15611         AWK Mode (including \n, \r) removed, no longer needed.
15613         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15614         Invoke c-make-macro-with-semi-re.
15616         * progmodes/cc-vars.el (c-macro-with-semi-re):
15617         (c-macro-names-with-semicolon): New variables.
15618         (c-make-macro-with-semi-re): New function.
15620 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15622         * vc/log-edit.el: Fill empty field rather than adding new one.
15623         (log-edit-add-field): New function.
15624         (log-edit-insert-changelog): Use it.
15626 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
15628         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15630 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15632         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15633         (gdb--check-interpreter): New function.
15634         (gdb): Use it.
15636 2011-10-27  Glenn Morris  <rgm@gnu.org>
15638         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
15639         (least-positive-float, least-negative-float)
15640         (least-positive-normalized-float, least-negative-normalized-float)
15641         (float-epsilon, float-negative-epsilon):
15642         Remove unnecessary declarations.
15644         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
15645         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
15646         (least-positive-float, least-negative-float)
15647         (least-positive-normalized-float, least-negative-normalized-float)
15648         (float-epsilon, float-negative-epsilon): Add doc-strings,
15649         based on those in cl.texi.
15651         * files.el (set-visited-file-name): If the major-mode changed,
15652         reload the local variables.  (Bug#9796)
15654 2011-10-27  Chong Yidong  <cyd@gnu.org>
15656         * subr.el (change-major-mode-after-body-hook): New hook.
15657         (run-mode-hooks): Run it.
15659         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15660         Use change-major-mode-before-body-hook.
15662         * simple.el (fundamental-mode):
15663         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
15664         change introducing fundamental-mode-hook.
15666 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
15668         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
15670 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
15672         * ido.el (ido-file-name-all-completions-1): Do not require
15673         tramp.el explicitly.  (Bug#7583)
15675 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * progmodes/octave-mod.el:
15678         * progmodes/octave-inf.el: Update maintainer.
15680 2011-10-26  Chong Yidong  <cyd@gnu.org>
15682         * subr.el (with-wrapper-hook): Rewrite doc.
15684 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
15686         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
15687         filenames "/method:foo:".  (Bug#9793)
15689 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15691         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
15692         (bug#9865).
15694 2011-10-24  Glenn Morris  <rgm@gnu.org>
15696         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
15698 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
15700         * notifications.el: Add the requirement of a running D-Bus session
15701         bus to the Commentary.
15703 2011-10-24  Juri Linkov  <juri@jurta.org>
15705         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15706         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
15707         (Bug#9364)
15709 2011-10-24  Juri Linkov  <juri@jurta.org>
15711         * info.el (Info-following-node-name-re): Add newline to the list
15712         of allowed characters for leading space.  (Bug#9824)
15714 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15716         * progmodes/octave-inf.el (inferior-octave-mode-map):
15717         Fix C-c C-h binding.
15718         * progmodes/octave-mod.el (octave-help): Remove.
15720 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
15722         Sync with Tramp 2.2.3.
15724         * net/tramp-cache.el (top): Pacify byte-compiler using
15725         `init-file-user' and `site-run-file'.
15727         * net/trampver.el: Update release number.
15729 2011-10-23  Chong Yidong  <cyd@gnu.org>
15731         * files.el (toggle-read-only): Remove obsolete comment about
15732         version control.
15734         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
15735         for toggle-read-only.  Note that this hasn't called vc-next-action
15736         since 2008-05-02, though it wasn't documented at the time.
15738         * vc/ediff-init.el (ediff-toggle-read-only-function):
15739         Use toggle-read-only.
15741 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
15743         Fix bug #9560, sporadic wrong indentation; improve instrumentation
15744         of c-parse-state.
15746         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15747         correct faulty logical expression.
15748         (c-parse-state-state, c-record-parse-state-state):
15749         (c-replay-parse-state-state): New defvar/defuns.
15750         (c-debug-parse-state): Use new functions.
15752 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
15754         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
15755         last fix.  Use window-in-direction correctly.
15757 2011-10-21  Chong Yidong  <cyd@gnu.org>
15759         * progmodes/idlwave.el (idlwave-mode):
15760         * progmodes/vera-mode.el (vera-mode): No need to set
15761         require-final-newline; that's done in prog-mode.
15762         Suggested by Stefan Monnier.
15764 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
15766         * mouse.el (mouse-drag-window-above)
15767         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
15768         (mouse-drag-mode-line-1, mouse-drag-header-line)
15769         (mouse-drag-vertical-line-rightward-window): Remove.
15770         (mouse-drag-line): New function.
15771         (mouse-drag-mode-line, mouse-drag-header-line)
15772         (mouse-drag-vertical-line): Call mouse-drag-line.
15773         * window.el (window-at-side-p, windows-at-side): New functions.
15775 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
15777         * tar-mode.el (tar-grind-file-mode):
15778         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
15780 2011-10-21  Chong Yidong  <cyd@gnu.org>
15782         * progmodes/idlwave.el (idlwave-mode):
15783         * progmodes/vera-mode.el (vera-mode):
15784         Use mode-require-final-newline.
15786 2011-10-20  Glenn Morris  <rgm@gnu.org>
15788         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
15790 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
15792         * emulation/cua-base.el (cua-set-mark): Fix case of string.
15794 2011-10-20  Chong Yidong  <cyd@gnu.org>
15796         * emulation/cua-base.el (cua-mode):
15797         * mail/footnote.el (footnote-mode):
15798         * mail/mailabbrev.el (mail-abbrevs-mode):
15799         * net/xesam.el (xesam-minor-mode):
15800         * progmodes/bug-reference.el (bug-reference-mode):
15801         * progmodes/cap-words.el (capitalized-words-mode):
15802         * progmodes/compile.el (compilation-minor-mode)
15803         (compilation-shell-minor-mode):
15804         * progmodes/gud.el (gud-tooltip-mode):
15805         * progmodes/hideif.el (hide-ifdef-mode):
15806         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15807         * progmodes/subword.el (subword-mode):
15808         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15809         * progmodes/which-func.el (which-function-mode):
15810         * term/tvi970.el (tvi970-set-keypad-mode):
15811         * term/vt100.el (vt100-wide-mode):
15812         * textmodes/flyspell.el (flyspell-mode):
15813         * textmodes/ispell.el (ispell-minor-mode):
15814         * textmodes/nroff-mode.el (nroff-electric-mode):
15815         * textmodes/paragraphs.el (use-hard-newlines):
15816         * textmodes/refill.el (refill-mode):
15817         * textmodes/reftex.el (reftex-mode):
15818         * textmodes/rst.el (rst-minor-mode):
15819         * textmodes/sgml-mode.el (html-autoview-mode)
15820         (sgml-electric-tag-pair-mode):
15821         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
15822         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
15823         * emulation/crisp.el (crisp-mode):
15824         * emacs-lisp/eldoc.el (eldoc-mode):
15825         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
15826         minor mode behavior.
15828 2011-10-19  Juri Linkov  <juri@jurta.org>
15830         * descr-text.el (describe-char): Add #x2010 and #x2011 to
15831         the list of hard-coded chars with escape-glyph face.
15833 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15835         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
15837 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
15839         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
15840         running process.
15842 2011-10-19  Glenn Morris  <rgm@gnu.org>
15844         * vc/vc-bzr.el (vc-bzr-after-dir-status):
15845         Ignore ignored files.  (Bug#9726)
15847 2011-10-19  Chong Yidong  <cyd@gnu.org>
15849         Doc fix for minor modes, stating that an omitted argument enables
15850         the mode unconditionally when called from Lisp.
15852         * abbrev.el (abbrev-mode):
15853         * allout.el (allout-mode):
15854         * autoinsert.el (auto-insert-mode):
15855         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15856         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15857         (global-auto-revert-mode):
15858         * battery.el (display-battery-mode):
15859         * composite.el (global-auto-composition-mode)
15860         (auto-composition-mode):
15861         * delsel.el (delete-selection-mode):
15862         * desktop.el (desktop-save-mode):
15863         * dired-x.el (dired-omit-mode):
15864         * dirtrack.el (dirtrack-mode):
15865         * doc-view.el (doc-view-minor-mode):
15866         * double.el (double-mode):
15867         * electric.el (electric-indent-mode, electric-pair-mode):
15868         * emacs-lock.el (emacs-lock-mode):
15869         * epa-hook.el (auto-encryption-mode):
15870         * follow.el (follow-mode):
15871         * font-core.el (font-lock-mode):
15872         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
15873         * help.el (temp-buffer-resize-mode):
15874         * hilit-chg.el (highlight-changes-mode)
15875         (highlight-changes-visible-mode):
15876         * hi-lock.el (hi-lock-mode):
15877         * hl-line.el (hl-line-mode, global-hl-line-mode):
15878         * icomplete.el (icomplete-mode):
15879         * ido.el (ido-everywhere):
15880         * image-file.el (auto-image-file-mode):
15881         * image-mode.el (image-minor-mode):
15882         * iswitchb.el (iswitchb-mode):
15883         * jka-cmpr-hook.el (auto-compression-mode):
15884         * linum.el (linum-mode):
15885         * longlines.el (longlines-mode):
15886         * master.el (master-mode):
15887         * mb-depth.el (minibuffer-depth-indicate-mode):
15888         * menu-bar.el (menu-bar-mode):
15889         * minibuf-eldef.el (minibuffer-electric-default-mode):
15890         * mouse-sel.el (mouse-sel-mode):
15891         * msb.el (msb-mode):
15892         * mwheel.el (mouse-wheel-mode):
15893         * outline.el (outline-minor-mode):
15894         * paren.el (show-paren-mode):
15895         * recentf.el (recentf-mode):
15896         * reveal.el (reveal-mode, global-reveal-mode):
15897         * rfn-eshadow.el (file-name-shadow-mode):
15898         * ruler-mode.el (ruler-mode):
15899         * savehist.el (savehist-mode):
15900         * scroll-all.el (scroll-all-mode):
15901         * scroll-bar.el (scroll-bar-mode):
15902         * server.el (server-mode):
15903         * shell.el (shell-dirtrack-mode):
15904         * simple.el (auto-fill-mode, transient-mark-mode)
15905         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
15906         (line-number-mode, column-number-mode, size-indication-mode)
15907         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
15908         * strokes.el (strokes-mode):
15909         * time.el (display-time-mode):
15910         * t-mouse.el (gpm-mouse-mode):
15911         * tool-bar.el (tool-bar-mode):
15912         * tooltip.el (tooltip-mode):
15913         * type-break.el (type-break-mode-line-message-mode)
15914         (type-break-query-mode):
15915         * view.el (view-mode):
15916         * whitespace.el (whitespace-mode, whitespace-newline-mode)
15917         (global-whitespace-mode, global-whitespace-newline-mode):
15918         * xt-mouse.el (xterm-mouse-mode): Doc fix.
15920         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15921         Fix autogenerated docstring.
15923 2011-10-19  Juri Linkov  <juri@jurta.org>
15925         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
15926         by checking environment variables "DESKTOP_SESSION" and
15927         "XDG_CURRENT_DESKTOP".  (Bug#9779)
15929 2011-10-19  Juri Linkov  <juri@jurta.org>
15931         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
15932         (browse-url-chromium-program, browse-url-chromium-arguments):
15933         New defcustoms.
15934         (browse-url-default-browser): Check for `browse-url-chromium' and
15935         call `browse-url-chromium-program'.
15936         (browse-url-chromium): New command.  (Bug#9779)
15938 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
15940         * facemenu.el (list-colors-duplicates): On Windows, detect more
15941         duplicates by assuming that only colors matching "^System" are
15942         special "system colors".  (Bug#9722)
15944 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15946         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
15947         to distinguish the author from the committer.
15949 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
15951         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
15953 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
15955         * international/mule.el (sgml-html-meta-auto-coding-function):
15956         Add support for detecting encoding in HTML5 specified only as
15957         <meta charset="UTF-8">.  Implementation just makes http-equiv and
15958         content-type parts from HTML4 encoding string optional.  (Bug#9716)
15960 2011-10-18  Glenn Morris  <rgm@gnu.org>
15962         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
15964 2011-10-18  Chong Yidong  <cyd@gnu.org>
15966         * faces.el (cursor): Doc fix.
15968 2011-10-17  Chong Yidong  <cyd@gnu.org>
15970         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
15972 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
15974         * dirtrack.el (dirtrack): Support shell buffers with path
15975         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
15977 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
15979         * json.el: Bump version to 1.3 and note change in History.
15980         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
15982 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15984         * comint.el (comint-insert-input, comint-send-input)
15985         (comint-get-old-input-default, comint-backward-matching-input)
15986         (comint-next-prompt): Use nil instead of `input' for field property of
15987         past user input (bug#114).
15989         * minibuffer.el (completion--replace): Inherit surrounding properties
15990         (bug#114).
15991         (minibuffer-complete-and-exit): Use it.
15993         * comint.el (comint--table-subvert): Quote the all-completions output
15994         (bug#9160).
15996 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
15998         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16000         * menu-bar.el (menu-bar-file-menu): Add entry for making new
16001         window on right of selected.  (Bug#9350) Reword other window
16002         entries and separate them from frame entries.
16004 2011-10-15  Glenn Morris  <rgm@gnu.org>
16006         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16007         Doc fixes.
16009 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
16011         * net/network-stream.el (network-stream-open-starttls):
16012         Improve detection of failure due to lack of TLS support.
16014         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16015         putting the input text in front and in bold.
16017 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16021         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16022         empty buffer.
16024         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16025         unread-command-events rather than pushing yet-another event.
16027 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
16029         * mail/sendmail.el (sendmail-query-once): Improve the wording of
16030         the explanation of the possible choices.  Make the options passed
16031         to completing-read shorter.
16033 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
16035         * textmodes/flyspell.el (flyspell-large-region): Make sure
16036         extended character mode is used if defined (Bug#1339).
16038 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
16040         * simple.el (what-cursor-position): Fix the display of the
16041         character info for LRE, LRO, RLE, and RLO characters by appending
16042         an invisible PDF.
16044 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16046         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16047         even in case of error; add debug spec; simplify data flow.
16048         (with-timeout-handler): Remove.
16050 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
16052         Fix Bug#6019, Bug#9315.
16054         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16055         complete `buffer-file-name', the local file name part could look
16056         remotely (for example on VMS).
16058         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16059         `tramp-run-real-handler'.
16060         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16061         already quoted by '"'.
16063         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16064         Let `file-name-handler-alist' be nil, the local file name part
16065         could look remotely (for example on VMS).
16067 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16069         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16070         from here...
16071         (flyspell-post-command-hook): ...to here.
16073 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16075         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16076         if not needed.
16077         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
16078         using completion.  Protect against "slow" callers.
16079         Remove the "message hack".
16081 2011-10-11  Juri Linkov  <juri@jurta.org>
16083         * isearch.el (isearch-lazy-highlight-word): New variable.
16084         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16085         Use it.  (Bug#9727)
16087 2011-10-11  Glenn Morris  <rgm@gnu.org>
16089         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16090         like f90-previous-statement does.
16092 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16094         * eshell/eshell.el (eshell-command): History should be saved
16095         only in interactive use, to avoid error.
16097 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16099         * minibuffer.el (completion-file-name-table): Fix last change,
16100         i.e. ignore normal errors but not the other ones.
16102 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
16104         * window.el (special-display-buffer-names)
16105         (special-display-regexps): Remove some remnants of earlier
16106         changes from doc-strings.
16107         (quit-windows-on): New function.
16109         * vc/vc.el (vc-revert, vc-rollback):
16110         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16111         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
16112         (Bug#6183) (Bug#7074) (Bug#7447)
16114 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
16116         * window.el (frame-auto-hide-function): Add version tag.
16117         (Bug#9699)
16119 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
16121         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16122         condition.
16124 2011-10-09  Leo Liu  <sdl.web@gmail.com>
16126         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16127         (Bug#9701)
16129 2011-10-08  Glenn Morris  <rgm@gnu.org>
16131         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16132         before the first code statement zero indent.  (Bug#9690)
16134 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
16136         * simple.el (count-words-region): Always count in the region.
16137         Report the number of lines and characters too.
16138         (count-words): New command, which counts in the buffer if the
16139         region is inactive, as count-words-region used to.
16140         (count-words--message): New function.  Handle plurals.
16141         (count-lines-region): Make it an alias for count-words-region.
16143         * bindings.el (esc-map): Replace count-lines-region with
16144         count-words-region.
16146 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
16148         * window.el (window--delete): Delete dedicated frame
16149         unconditionally when argument KILL is non-nil.  (Bug#9699)
16150         (switch-to-buffer): Fix doc-string typo.
16152 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16154         * eshell/eshell.el (eshell-command): Avoid using hooks.
16156 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
16158         * bindings.el ([M-left],[M-right]): Bind to left-word and
16159         right-word respectively.
16161 2011-10-07  Glenn Morris  <rgm@gnu.org>
16163         * cus-start.el (debug-on-quit): Fix custom type.
16165 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16167         * subr.el (define-key-after): Clarify that the function is not
16168         useful for non-menu keymaps.
16170         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16172 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16174         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16175         in current minibuffer (Fix bug with recursive minibuffers).
16177 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
16179         * progmodes/gdb-mi.el (gdb): Doc fix.
16181 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
16183         * window.el (frame-auto-hide-function): New option replacing
16184         frame-auto-delete.  Suggested by Stefan Monnier.
16185         (window--delete): Call frame-auto-hide-function instead of
16186         investigating frame-auto-delete.
16187         (window-point-1, set-window-point-1): New functions.
16188         (window-in-direction, record-window-buffer, window-state-get-1)
16189         (display-buffer-record-window): Use window-point-1 instead of
16190         window-point.
16191         (set-window-buffer-start-and-point): Use set-window-point-1.
16193 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16195         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16197 2011-10-05  Glenn Morris  <rgm@gnu.org>
16199         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16200         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
16202 2011-10-05  Leo Liu  <sdl.web@gmail.com>
16204         * subr.el (read-char-choice): Fix argument to buffer-live-p which
16205         works with buffer object.
16207 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16209         * mpc.el (mpc-tool-bar-map): Add labels.
16211 2011-10-04  Glenn Morris  <rgm@gnu.org>
16213         * calendar/holidays.el (calendar-check-holidays): Doc fix.
16215 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
16217         * window.el (window--delete): New function.
16218         (frame-auto-delete): Resuscitate option.
16219         (bury-buffer, replace-buffer-in-windows)
16220         (quit-window): Rewrite using window--delete.
16221         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16222         Pass display-buffer-mark-dedicated to window--display-buffer-2
16223         (Bug#9639).
16225 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16227         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16228         returns a list (bug#9554).  Add remote file name completion.
16229         * comint.el (comint--table-subvert): Curry and get quote&unquote
16230         functions as arguments.
16231         (comint--complete-file-name-data): Adjust call accordingly.
16232         * pcomplete.el (pcomplete--table-subvert): Remove.
16233         (pcomplete-completions-at-point): Use comint--table-subvert instead.
16235         * minibuffer.el (completion-table-case-fold): Use currying.
16236         (completion--styles-type, completion--cycling-threshold-type):
16237         New constants.
16238         (completion-styles, completion-category-overrides)
16239         (completion-cycle-threshold): Use them.
16240         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16241         completion-table-case-fold.
16243 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
16245         * minibuffer.el (completion-category-overrides): Fix type of styles
16246         and add more user friendly tags (bug#9660).
16248 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16250         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16251         (mule-input-method-string): New widget.
16252         (default-input-method, language-info-custom-alist): Use it.
16254 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * pcomplete.el: Require comint.
16257         (pcomplete--common-suffix): Remove.
16258         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16259         (pcomplete--table-subvert): Sync with comint--table-subvert.
16260         (pcomplete--entries): Use comint-completion-file-name-table.
16261         * comint.el (comint-unquote-filename): Simplify.
16262         (comint-completion-file-name-table): New function (bug#9616).
16263         (comint--complete-file-name-data): Use it.
16265         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16266         (pcmpl-gnu-tar-buffer): Remove.
16267         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16268         around.  Make sure pcomplete-suffix-list is only changed temporarily.
16269         Don't look inside the tar's file if it's too large.
16271 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
16273         * cus-edit.el (custom-mode-map):
16274         * epa.el (epa-key-list-mode-map):
16275         * man.el (Man-mode-map):
16276         * startup.el (splash-screen-keymap):
16277         * simple.el (special-mode-map): Use scroll-up-command and
16278         scroll-down-command.
16280         * progmodes/idlw-help.el (idlwave-help-mode-map):
16281         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16282         * net/newst-plainview.el (newsticker-mode-map):
16283         * emulation/ws-mode.el (wordstar-mode-map):
16284         * emulation/vi.el (vi-com-map):
16285         * calc/calc-graph.el (calc-graph-show-dumb):
16286         * term/sun.el (terminal-init-sun):
16287         * term/ns-win.el (global-map):
16288         * progmodes/grep.el (grep-mode-map):
16289         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16290         * mail/rmail.el (rmail-mode-map):
16291         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16293         * custom.el (custom-safe-themes, load-theme): Treat value of t for
16294         custom-safe-themes as special.
16296 2011-10-01  Julien Danjou  <julien@danjou.info>
16298         * notifications.el (notifications-notify): Fix docstring.
16300 2011-10-01  Per Starbäck  <per@starback.se>
16302         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
16304 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
16306         * startup.el (command-line-1): Fix last fix by inserting
16307         initial-scratch-message into *scratch* before displaying it.
16308         (Bug#9605) and (Bug#9636)
16310 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
16312         * simple.el (line-move): If auto-hscroll-mode is disabled and the
16313         window is hscrolled, move by logical lines.  (Bug#9607)
16314         (line-move-visual): Update the doc string to the above effect.
16316 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
16318         * window.el (display-buffer-record-window): When WINDOW is the
16319         selected window use `point' instead of `window-point'.  (Bug#9626)
16321         * startup.el (command-line-1): Use insert-before-markers when
16322         inserting initial-scratch-message.  (Bug#9605)
16324         * help.el (help-window): Remove variable.
16326 2011-09-29  Glenn Morris  <rgm@gnu.org>
16328         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16330 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
16332         * descr-text.el (describe-char-categories): Accept category
16333         descriptions more than one line long.
16335 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16337         * simple.el (delete-trailing-whitespace): Fix last change.
16339         * progmodes/perl-mode.el (perl-syntax-propertize-function):
16340         Don't confuse "y => 3" as the beginning of a `y' operation.
16342         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16343         object has more than 4 slots (bug#9613).
16345 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
16347         * subr.el (with-output-to-temp-buffer):
16348         * net/quickurl.el (quickurl, quickurl-browse-url):
16349         Fix typos in docstrings.
16351 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
16353         * minibuffer.el (completion-styles)
16354         (completion-category-overrides): Cross reference each other in doc
16355         strings.
16357 2011-09-27  Glenn Morris  <rgm@gnu.org>
16359         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16360         to split-string.  (Bug#9606)
16362 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16364         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16365         (bug#9615).
16367 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
16369         * emacs-lisp/package.el (list-packages): Fix echo area message.
16371 2011-09-27  Leo Liu  <sdl.web@gmail.com>
16373         * ido.el (ido-read-internal): Accept cons cell HIST arg.
16375 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
16377         * net/dbus.el (dbus-unregister-object): Don't release services for
16378         registered signals.  (Bug#9581)
16380 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16382         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16383         function that picks between cfengine 2 and 3 support
16384         automatically.  Update docs accordingly.
16386 2011-09-22  Kenichi Handa  <handa@m17n.org>
16388         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16389         ZERO.
16390         (indian-itrans-v5-table-for-tamil): New variable.
16391         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16393 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
16395         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16396         that's true if the current command involved collapsing of text.
16397         It's reset to false at the beginning of the next command.
16398         (allout-post-command-business): Move the cursor to the beginning
16399         of entry if the cursor is hidden and collapsing activity just
16400         happened.
16402 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
16404         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16405         tracking (Bug#9541).
16407 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
16409         * net/newst-reader.el (newsticker-html-renderer)
16410         (newsticker-show-news): Automatically load html rendering package
16411         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
16412         because w3m-fill-column is let-bound" and the error "Symbol's value
16413         as variable is void: w3m-fill-column".
16415 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
16417         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16418         Release services only if they are defined.  (Bug#9581)
16420 2011-09-23  Richard Stallman  <rms@gnu.org>
16422         * textmodes/paragraphs.el (forward-sentence): For backwards case,
16423         distinguish start of paragraph from start of its text.
16425         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16427         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16428         (rmail-generate-viewer-buffer): Put that hook on view buffer.
16429         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16431 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
16433         * international/mule-diag.el (mule-diag): Insert a newline after
16434         each fontset description.
16436 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16438         * simple.el (delete-trailing-whitespace):
16439         Document last change; simplify.
16441 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
16443         * simple.el (delete-trailing-whitespace): Also delete
16444         extra newlines at the end of the buffer.
16446         * textmodes/picture.el: Make motion commands obey shift-select-mode.
16447         (picture-newline): Use forward-line so as to ignore fields.
16449 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16451         * subr.el (with-wrapper-hook): Fix edebug spec.
16453 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16455         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16456         (bug#4538).
16458 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
16460         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16461         Fix nasty bug using wrong cached values.
16463 2011-09-23  Alan Mackenzie  <acm@muc.de>
16465         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16467 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
16469         * window.el (pop-to-buffer): Ensure right window is selected if we
16470         chose another frame.
16472 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
16474         * simple.el (what-cursor-position): Use get-char-property-change
16475         and next-single-char-property-change, to be able to show display
16476         properties that come from overlays as well as text properties.
16478 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
16480         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16482         * cmuscheme.el (run-scheme, switch-to-scheme):
16483         * cus-edit.el (customize-group, custom-buffer-create)
16484         (customize-browse):
16485         * info.el (info):
16486         * shell.el (shell):
16487         * mail/sendmail.el (mail):
16488         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16490 2011-09-22  Richard Stallman  <rms@gnu.org>
16492         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16493         move back only to line beg, don't move back over blank lines.
16495 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
16497         * files.el (copy-directory): Set directory attributes only in case
16498         they could be retrieved from the source directory.  (Bug#9565)
16500 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
16502         * progmodes/hideshow.el (hs-looking-at-block-start-p)
16503         (hs-find-block-beginning, hs-hide-level-recursive):
16504         Ignore strings as well as comments.  (Bug#9502)
16506 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
16508         * progmodes/sql.el (sql-comint-postgres):
16509         Convert port number to a string.  (Bug#9566)
16511 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
16513         * window.el (quit-window): Undedicate window when switching to
16514         previous buffer.  Reported by Thierry Volpiatto
16515         <thierry.volpiatto@gmail.com>.
16516         (special-display-popup-frame): When popping up a new frame reset
16517         its previous buffers to nil.  Simplify code.
16519 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
16521         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16522         and process filter, as done also in `shell-command'.
16524 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
16526         * window.el (set-window-buffer-start-and-point):
16527         Call set-window-start with NOFORCE argument t.
16528         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16529         (quit-window): Reword doc-string.  Handle new format of
16530         quit-restore parameter.  Don't delete window if it has a
16531         previous buffer we can show instead of the present one.
16532         (display-buffer-record-window): Rewrite using a new format for
16533         the quit-restore window parameter
16534         (special-display-popup-frame, display-buffer-same-window)
16535         (display-buffer-reuse-window, display-buffer-pop-up-frame)
16536         (display-buffer-pop-up-window, display-buffer-use-some-window):
16537         Adapt symbol passed to display-buffer-record-window.
16538         * help.el (help-window-setup): Handle new format of quit-restore
16539         parameter.
16541 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16543         * faces.el (face-list): Fix docstring (bug#9564).
16545         * window.el (display-buffer--action-function-custom-type):
16546         Don't include internal functions in the Custom interface.
16548 2011-09-20  Juri Linkov  <juri@jurta.org>
16550         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16551         (Info-forward-node, Info-backward-node, Info-next-preorder)
16552         (Info-last-preorder): Use it.  (Bug#9528)
16554 2011-09-20  Juri Linkov  <juri@jurta.org>
16556         * info.el (Info-last-preorder): Visit last menu item only when
16557         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16559 2011-09-20  Julien Danjou  <julien@danjou.info>
16561         * password-cache.el (password-cache-remove): Remove entries even if the
16562         value is nil, so that password with a nil value (negative caching) is
16563         possible to invalidate.
16565 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
16567         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16568         all whitespace around breakpoint.  (Bug#9553)
16569         (f90-find-breakpoint): Only break at whitespace inside a comment.
16571 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16573         * minibuffer.el (completion-file-name-table): Keep track of errors.
16574         (completion-table-with-predicate): Handle the case where pred1 is nil.
16575         * pcomplete.el (pcomplete-completions-at-point): Simplify.
16577 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16579         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16580         (debugger-return-value): Signal an error if the debugging context does
16581         not await any return value.
16583         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16584         * image-mode.el (image-toggle-display-text)
16585         (image-toggle-display-image): Stay away from evil `intangible'.
16587 2011-09-19  Leo Liu  <sdl.web@gmail.com>
16589         * replace.el (occur-revert-arguments): Make it permanent-local.
16590         (occur-mode): Don't call font-lock-defontify.
16592 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
16594         * net/ldap.el (ldap-search-internal): Don't push empty search
16595         result (Bug#9508).
16597 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16599         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16601 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
16603         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16604         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16606 2011-09-18  Juri Linkov  <juri@jurta.org>
16608         * buff-menu.el (Buffer-menu-mode-map):
16609         * dired.el (dired-mode-map):
16610         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16611         (lisp-interaction-mode-map):
16612         * emacs-lisp/package.el (package-menu-mode-map):
16613         * epa.el (epa-key-list-mode-map):
16614         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16615         (menu-bar-options-menu):
16616         * outline.el (outline-mode-menu-bar-map):
16617         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16618         * vc/vc-dir.el (vc-dir-menu-map):
16619         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16620         Capitalize non-function content words in menu item strings.
16622         * dired.el (dired-mode-map): Add menu item for
16623         `image-dired-dired-toggle-marked-thumbs'.
16625 2011-09-18  Juri Linkov  <juri@jurta.org>
16627         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16628         to `isearch-case-fold-search' and restore its original value
16629         after the `isearch-mode' call.
16631 2011-09-18  Juri Linkov  <juri@jurta.org>
16633         * progmodes/grep.el (grep-process-setup): Don't check code for 1
16634         because `zgrep' returns 1 for successful matches (bug#9226).
16636 2011-09-18  Juri Linkov  <juri@jurta.org>
16638         * info.el (Info-extract-menu-node-name): Check the second match
16639         for empty string (second test-case of bug#9528).
16640         (Info-last-preorder): Let-bind `Info-history' to nil to not add
16641         intermediate nodes to the history (first test-case of bug#9528).
16643 2011-09-18  Juri Linkov  <juri@jurta.org>
16645         * info.el (Info-mode-syntax-table): New variable.
16646         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
16648 2011-09-18  Juri Linkov  <juri@jurta.org>
16650         * info.el (Info-file-supports-index-cookies):
16651         Increment line-beginning-position's arg from 3 to 4 because makeinfo
16652         outputs one more line for long file names (bug#4142).
16654 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
16656         * newcomment.el (comment-normalize-vars): If prompting for
16657         comment-start, set comment-start-skip too (Bug#8424).
16659 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
16661         * icomplete.el: Fix previous fix of Bug#5849.
16662         (icomplete-mode): Don't set completion-show-inline-help.
16663         (icomplete-minibuffer-setup): Set completion-show-inline-help
16664         locally during icompletion.
16666 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
16668         * woman.el (woman2-process-escapes): Don't delete unrecognized
16669         escapes (Bug#7843).
16671         * files.el (inhibit-first-line-modes-regexps): Add image files.
16672         (hack-local-variables-prop-line): Return nil for malformed
16673         prop-lines (Bug#9044).
16675 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
16677         * net/tramp.el (top): Don't require 'shell.
16678         (tramp-methods): Fix docstring.
16679         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
16680         Return complete remote file name.  Handle "smb" case.
16681         Use `tramp-tmpdir', if defined for the respective method.
16682         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
16684         * net/tramp-compat.el (top): Require 'shell.
16686         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16687         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
16688         `tramp-current-host'.
16689         (tramp-get-remote-tmpdir): Remove.
16691         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
16692         `tramp-tmpdir' entries.
16693         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
16694         (tramp-smb-handle-file-attributes): Ignore errors.
16695         (tramp-smb-wait-for-output): Check also for process end.
16697 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16699         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
16700         when sending QUIT (bug#9312).
16702 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
16704         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
16705         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
16706         occur-mode-display-occurrence.
16707         (occur-edit-mode): Add usage message.
16708         (occur-cease-edit): New command.
16709         (occur-after-change-function): Use text properties to find the
16710         position of the prefix text.
16711         (occur-engine): Set stickiness of prefix text properties.
16713 2011-09-17  Glenn Morris  <rgm@gnu.org>
16715         * progmodes/etags.el (complete-tag):
16716         Fix call to completion-in-region.  (Bug#9526)
16718 2011-09-17  Juri Linkov  <juri@jurta.org>
16720         * textmodes/ispell.el (ispell-word): Add to the error message
16721         the word, ispell program name and current dictionary (bug#9121).
16722         (ispell-tex-arg-end): Capitalize "error" in the error message.
16724 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
16726         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
16727         check.  (Bug#4251)
16729 2011-09-17  Juri Linkov  <juri@jurta.org>
16731         * window.el (window-safe-min-height, window-safe-min-width):
16732         Fix typos (followup to bug#9522).
16734 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
16736         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
16738 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
16740         * simple.el (line-move): If goal-column is set, move by logical
16741         lines, not by display lines.  (Bug#971)
16742         (next-line, previous-line, goal-column, line-move-visual): Doc fix
16743         to reflect the above change.
16745 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16747         * image.el (imagemagick-register-types): Use regexp-opt.
16749 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
16751         * window.el (display-buffer-base-action): Rename from
16752         display-buffer-default-action.  Make default value empty.
16753         (display-buffer-overriding-action): Convert to defvar.
16754         (display-buffer-fallback-action): New var.
16756 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
16758         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
16759         declaration.
16760         (package--add-to-archive-contents): If there is a duplicate entry
16761         with an older version, remove it.
16762         (package-menu-mark-delete, package-menu-mark-install)
16763         (package-menu-mark-unmark): Make unused args optional.
16764         (package-menu-mark-obsolete-for-deletion):
16765         Use package-menu-get-status instead of a regexp search.
16766         (package-menu-get-status): Use tabulated-list-entry.
16767         (package-menu-mark-upgrades): New command.
16768         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
16769         (package-menu-execute): Do installation before deletion.
16770         (package-menu-refresh, package-menu-execute): Use derived-mode-p
16771         instead of checking major-mode.
16772         (package-menu--find-upgrades): New function.
16774 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16776         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
16777         passwords in the log buffer.
16778         (smtpmail-process-filter): Update the process marker so that the
16779         "broken by peer" status message is inserted in the right place.
16781 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16783         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
16784         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16785         bibtex-completion-at-point-function.
16786         (bibtex-completion-at-point-function): Use them.
16788         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16790         * mpc.el (mpc-constraints-tag-lookup): New function.
16791         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16792         also to browser "album|playlist".
16794 2011-09-14  Juri Linkov  <juri@jurta.org>
16796         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
16797         (isearch-edit-string): Use length of `isearch-string' when
16798         `isearch-fail-pos' returns nil.
16799         (isearch-message): Remove duplicate code and call
16800         `isearch-fail-pos' with arg `t'.
16802 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
16804         * replace.el (occur-mode-goto-occurrence): Don't force using other
16805         window (Bug#9499).
16807         * dired-aux.el (dired-do-chmod): Don't provide initial input.
16809 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
16811         * window.el (display-buffer-window): Remove.
16812         (display-buffer-record-window): Use help-setup window parameter
16813         instead of variable display-buffer-window.
16814         (display-buffer-function, special-display-buffer-names)
16815         (special-display-function): Mention help-setup parameter instead
16816         of display-buffer-window in doc-string.
16817         * help.el (help-window-setup): New argument help-window.
16818         Use help-window-setup parameter instead of display-buffer-window.
16819         Reword some messages.
16820         (with-help-window): Pass window used for displaying the buffer
16821         to help-window-setup.  Don't set display-buffer-window.
16823 2011-09-13  Glenn Morris  <rgm@gnu.org>
16825         * emacs-lisp/debug.el (debugger-make-xrefs):
16826         Preserve point.  (Bug#9462)
16828 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
16830         * window.el (window-deletable-p): Use next-frame.
16832 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
16834         * window.el (window-auto-delete): Remove.
16835         (window-deletable-p): Remove argument FORCE.  Don't deal with
16836         dedication and previous buffers.
16837         (switch-to-prev-buffer): Don't delete window.
16838         (delete-windows-on): Delete a window's frame if and only if the
16839         window is dedicated.
16840         (replace-buffer-in-windows): Delete buffer's window or frame if
16841         and only if window is dedicated.
16842         (quit-window): Handle quit-restore as before last change.
16843         (bury-buffer): Delete window only if window-deletable-p returns t.
16845 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
16847         * window.el (window-deletable-p): Never delete the last frame on a
16848         given terminal.
16850 2011-09-13  Glenn Morris  <rgm@gnu.org>
16852         * help.el (describe-key-briefly): Copy previous standard-output change.
16854 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
16856         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
16858 2011-09-13  Glenn Morris  <rgm@gnu.org>
16860         * emacs-lisp/lisp-mode.el (lisp-indent-function):
16861         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
16863 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
16865         * dired-aux.el (dired-mark-read-string): Don't return default
16866         value on empty input (Bug#9361).
16867         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
16868         Omit initial minibuffer contents.
16869         (dired-do-chmod): Signal an error on empty input.
16870         (dired-mark-read-string): Don't return default on empty input.
16872         * files.el (file-modes-symbolic-to-number): Doc fix.
16874 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16876         * international/mule-cmds.el (ucs-completions): Remove.
16877         (read-char-by-name): Use complete-with-action instead; add metadata.
16879 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
16881         * window.el (display-buffer--action-function-custom-type)
16882         (display-buffer--action-custom-type): New vars.
16883         (display-buffer-alist, display-buffer-default-action)
16884         (display-buffer-overriding-action): Add defcustom types.
16886         * frame.el (delete-other-frames): Doc fix (Bug#276).
16888 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16890         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
16892 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
16894         Change modes that used same-window-* vars to use switch-to-buffer.
16896         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
16897         Use switch-to-buffer.
16899         * cus-edit.el (customize-group, custom-buffer-create)
16900         (customize-browse, custom-buffer-create-other-window):
16901         Use switch-to-buffer or switch-to-buffer-other-window.
16903         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
16904         (Info-prev, Info-up, Info-speedbar-goto-node)
16905         (info-display-manual): Use switch-to-buffer.
16906         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
16908         * mail/sendmail.el (mail): Use switch-to-buffer.
16909         (mail-recover): Use switch-to-buffer-other-window.
16911         * cmuscheme.el (run-scheme, switch-to-scheme):
16912         * ielm.el (ielm):
16913         * shell.el (shell):
16914         * net/rlogin.el (rlogin):
16915         * net/telnet.el (telnet, rsh):
16916         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
16918 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
16920         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
16922 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16924         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
16925         so don't mention it (bug#9301).
16926         (dired-sort-toggle-or-edit): Clarify string further.
16928         * faces.el (face-spec-set-match-display): Make `(type graphic)'
16929         match `x', `w32' and `ns', like the manual says (bug#9029).
16931         * subr.el (eval-after-load): Doc string clarification (bug#9125).
16932         (process-kill-buffer-query-function): Mention the buffer name in
16933         the query.
16935         * image-mode.el (image-next-line): The line parameter is mandatory
16936         (bug#9258).
16938         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
16939         which can be useful (bug#9301).
16941         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
16943         * subr.el (match-string): Mention that the current buffer should
16944         be the same as the search was done in (bug#9282).
16946         * facemenu.el: Disable the remove-* commands if the mark isn't
16947         active (bug#9162).
16949 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
16951         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
16952         of display-buffer.
16953         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
16955         * replace.el (occur-mode-goto-occurrence)
16956         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
16957         and display-buffer.
16959         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
16960         display-buffer.
16962         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
16963         special-display and same-window variables.
16964         (mail-other-window): Use switch-to-buffer-other-window.
16965         (mail-other-frame): USe switch-to-buffer-other-frame.
16967         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
16968         Use display-buffer-other-frame.
16969         (gdb-display-gdb-buffer): Use pop-to-buffer.
16971         * progmodes/gud.el (gud-goto-info): Use info-other-window.
16973         * progmodes/python.el: Don't set same-window-buffer-names.
16975         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
16977         * window.el (display-buffer-alist): Add *Python*.
16979 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
16981         * window.el (display-buffer-alist): Add entry for buffers
16982         previously handled same-window-*.
16983         (display-buffer-alist, display-buffer-default-action)
16984         (display-buffer-overriding-action): Mark as risky.
16985         (display-buffer-alist): Document action function changes.
16986         (display-buffer--same-window-action)
16987         (display-buffer--other-frame-action): New variables.
16988         (switch-to-buffer, display-buffer-other-frame): Use them.
16989         (display-buffer): Rename reuse-frame entry to reusable-frames.
16990         (display-buffer-reuse-selected-window): Function deleted.
16991         (display-buffer-reuse-window): Handle reusable-frames alist entry.
16992         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
16993         (display-buffer-special): New function.
16994         (display-buffer--maybe-pop-up-frame-or-window): Rename from
16995         display-buffer-reuse-or-pop-window.  Split off special-display
16996         part into display-buffer-special.
16997         (display-buffer-use-some-window): Don't perform any special
16998         pop-up-frames handling.
16999         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17000         (display-buffer--maybe-same-window): Rename from
17001         display-buffer-maybe-same-window.
17003         * info.el: Don't set same-window-regexps.
17004         (info-setup): New function.
17005         (info-other-window, info): Call it.
17007         * cus-edit.el: Don't set same-window-regexps.
17008         (customize-group): New argument.
17009         (customize-group-other-window): Use it.
17010         (customize-face, customize-face-other-window): Likewise.
17011         (custom-buffer-create-other-window): Use pop-to-buffer directly.
17013         * net/rlogin.el:
17014         * net/telnet.el:
17015         * progmodes/gud.el: Don't set same-window-regexps.
17017         * cmuscheme.el:
17018         * ielm.el:
17019         * shell.el:
17020         * mail/sendmail.el:
17021         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17023 2011-09-10  Juri Linkov  <juri@jurta.org>
17025         * isearch.el (isearch-edit-string): Remove obsolete mention of
17026         `C-w' (`isearch-yank-word-or-char') from docstring.
17027         (isearch-query-replace): Fix typo in docstring (bug#9466).
17029 2011-09-10  Juri Linkov  <juri@jurta.org>
17031         * paren.el (show-paren-function): Don't show escaped parens.
17032         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
17034 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
17036         * mail/sendmail.el (mml-to-mime, mml-attach-file)
17037         (mm-default-file-encoding): Remove autoload forms, they are
17038         replaced with autoload cookies in mml.el and mm-encode.el.
17039         (mail-add-attachment): New command.
17040         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17041         (mail-mode): Mention mail-insert-file and mail-add-attachment in
17042         the doc string.
17043         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17045 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
17047         * simple.el (count-words-region): Use buffer if there's no region
17048         (bug#9429).
17050 2011-09-09  Juri Linkov  <juri@jurta.org>
17052         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17053         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17054         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
17056 2011-09-09  Alan Mackenzie  <acm@muc.de>
17058         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17059         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
17061 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
17063         Fix for Savannah bug#9392.
17064         * simple.el (mail-encode-mml): New defvar.
17066         * mail/rmail.el (mail-encode-mml): Add a defvar.
17067         (rmail-enable-mime-composing): Default to t.
17068         (rmail-forward): Use MIME method of forwarding only if both
17069         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17070         Set mail-encode-mml non-nil if the MIME method was used.
17072         * mail/sendmail.el (mml-to-mime): Add autoload form.
17073         (mail-encode-mml): Add a defvar.
17074         (mail-mode): Make mail-encode-mml buffer-local and initialize it
17075         to nil.
17076         (mail-send): If mail-encode-mml is non-nil, run the outgoing
17077         message through mml-to-mime, and reset mail-encode-mml to nil.
17079 2011-09-09  Glenn Morris  <rgm@gnu.org>
17081         * woman.el (woman-if-body): When processing an .el block,
17082         do not delete the next .el block as well.  (Bug#9447)
17083         (woman-special-characters): Add oq, cq, and hy characters.
17085 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
17087         * window.el (window-deletable-p): Make sure window is live before
17088         invoking window-prev-buffers.
17090 2011-09-08  Leo Liu  <sdl.web@gmail.com>
17092         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
17094 2011-09-08  Juri Linkov  <juri@jurta.org>
17096         * progmodes/compile.el (compilation-environment): Make it
17097         a defcustom (bug#8340).
17099 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
17101         * window.el (frame-auto-delete): Rename to window-auto-delete.
17102         Make it control auto-deletion of windows and/or frames.
17103         (window-deletable-p): New argument FORCE.  Rewrite conditions
17104         for deleting window/frame.  (Bug#9419)
17105         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17106         Rewrite handling of case when window/frame can be deleted.
17107         (delete-windows-on): Call window-deletable-p with new FORCE
17108         argument t.  (Bug#9456)
17110 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
17112         * help-mode.el (help-mode): Restore autoload.
17114 2011-09-07  Juri Linkov  <juri@jurta.org>
17116         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17117         `compilation-environment'.  Set buffer-local
17118         `compilation-environment' to `thisenv' later after (funcall mode).
17119         (Bug#8340)
17121         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
17122         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17123         instead of replacing its value.  (Bug#8340)
17125 2011-09-07  Juri Linkov  <juri@jurta.org>
17127         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17128         based on text properties put by `grep-filter' instead of matching
17129         escape sequences.
17130         (grep-mode): Set buffer-local `compilation-error-screen-columns'
17131         to the value of `grep-error-screen-columns' (bug#9438).
17133 2011-09-07  Juri Linkov  <juri@jurta.org>
17135         * simple.el (next-error-highlight, next-error-highlight-no-select):
17136         Doc fix (bug#9432).
17138 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
17140         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17141         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
17143 2011-09-07  Leo Liu  <sdl.web@gmail.com>
17145         * net/rcirc.el (rcirc-mode): Conditionally initialize
17146         rcirc-input-ring.
17148 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17150         * emacs-lisp/find-func.el (find-function-C-source): Only set
17151         find-function-C-source-directory after checking that we found a source
17152         file there (bug#9440).
17154 2011-09-06  Alan Mackenzie  <acm@muc.de>
17156         * isearch.el (isearch-other-meta-char): Wherever a key list is
17157         unread, "unread" the prefix arg, too.  This fixes bug #8901.
17159 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
17161         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17163 2011-09-05  Juri Linkov  <juri@jurta.org>
17165         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17167 2011-09-05  Juri Linkov  <juri@jurta.org>
17169         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17170         keeping point where processing of grep matches begins, and
17171         continue to delete remaining escape sequences from the same point.
17172         (grep-filter): Make leading zero optional in "0?1;31m" because
17173         git-grep emits "\033[1;31m" escape sequences unlike expected
17174         "\033[01;31m" as GNU Grep does (bug#9408).
17175         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17177 2011-09-05  Juri Linkov  <juri@jurta.org>
17179         * subr.el (y-or-n-p): Capitalize "yes".
17181 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
17183         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
17184         `tramp-cache-unload-hook' where appropriate.
17185         (tramp-methods): Rename `tramp-remote-sh' to
17186         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
17187         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17189         * net/tramp-sh.el (top): Don't require 'shell.
17190         (tramp-methods): Add `tramp-remote-shell' and
17191         `tramp-remote-shell-args' entries.
17192         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17193         (tramp-sh-handle-shell-command): Remove.
17194         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17195         Use `tramp-remote-shell'.
17197 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
17199         * mail/sendmail.el (sendmail-query-once-function): Delete.
17200         (sendmail-query-once): Save directly to send-mail-function.
17201         Update message-send-mail-function too.
17203         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17205 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
17207         * progmodes/python.el (python-mode-map): Use correct function to
17208         start python interpreter from menu-bar (as reported by Geert
17209         Kloosterman).
17210         (inferior-python-mode-map): Fix typo.
17211         (python-shell-map): Remove.
17213 2011-09-03  Deniz Dogan  <deniz@dogan.se>
17215         * net/rcirc.el (rcirc-print): Simplify code for
17216         rcirc-scroll-show-maximum-output.  There is no need to walk
17217         through all windows to find the right one.
17219 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
17221         * help.el (help-return-method): Doc fix.
17223 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
17225         * window.el (window-deletable-p): Don't return a non-nil value
17226         when there's a buffer that was shown in the window before.
17227         (Bug#9419)
17228         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17229         Set window's previous buffers to nil.
17231 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
17233         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17234         newline before and after the tag line, so it doesn't interfere
17235         with determining the paragraph direction of bidirectional text.
17237 2011-09-03  Leo Liu  <sdl.web@gmail.com>
17239         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
17241 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
17243         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17244         (pop-to-buffer): Change interactive spec.  Pass second argument
17245         directly to display-buffer.
17246         (display-buffer): Fix interactive spec.  Use functionp to
17247         distinguish between a function and a list of functions.
17249         * abbrev.el (edit-abbrevs):
17250         * arc-mode.el (archive-extract):
17251         * autoinsert.el (auto-insert):
17252         * bookmark.el (bookmark-bmenu-list):
17253         * files.el (find-file):
17254         * view.el (view-buffer):
17255         * progmodes/compile.el (compilation-goto-locus):
17256         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17258 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
17260         * window.el (display-buffer-alist): Doc fix.
17261         (display-buffer): Add docstring.  Don't treat
17262         display-buffer-default specially.
17263         (display-buffer-reuse-selected-window)
17264         (display-buffer-same-window, display-buffer-maybe-same-window)
17265         (display-buffer-reuse-window, display-buffer-pop-up-frame)
17266         (display-buffer-pop-up-window)
17267         (display-buffer-reuse-or-pop-window)
17268         (display-buffer-use-some-window): New functions.
17269         (display-buffer-default-action): Use them.
17270         (display-buffer-default): Delete.
17271         (pop-to-buffer-1): Fix choice of actions.
17273 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17275         * minibuffer.el (completion--insert-strings): Don't get confused by
17276         completion entries that end with an LF char.
17278 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
17280         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17282 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
17284         * window.el (display-buffer): Restore interactive spec.
17285         (display-buffer-same-window, display-buffer-other-window):
17286         New functions.
17287         (pop-to-buffer-1): New function.  Use the above.
17288         (pop-to-buffer, pop-to-buffer-same-window): Use it.
17289         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17291         * view.el (view-buffer-other-window, view-buffer-other-frame):
17292         Just use pop-to-buffer.
17294 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17296         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
17298 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
17300         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
17302 2011-08-31  Richard Stallman  <rms@gnu.org>
17304         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17305         of the separation of rmail-view-buffer from rmail-buffer.
17306         If you say no to "replace original", the decrypt is in the
17307         view buffer.  If you say yes, the decrypt goes into the
17308         rmail buffer also.
17310 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
17312         * window.el (display-buffer-window): Rewrite doc-string.
17313         (display-buffer-record-window): New function.
17314         (display-buffer-macro-specifiers)
17315         (display-buffer-even-window-sizes, display-buffer-set-height)
17316         (display-buffer-set-width, display-buffer-in-window)
17317         (display-buffer-reuse-window, display-buffer-split-specifiers)
17318         (display-buffer-side-specifiers, display-buffer-split-window-1)
17319         (display-buffer-split-window, display-buffer-split-atom-window)
17320         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17321         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17322         (display-buffer-other-window-means-other-frame)
17323         (display-buffer-normalize-special)
17324         (display-buffer-normalize-default)
17325         (display-buffer-normalize-argument)
17326         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17327         (display-buffer-normalize-specifiers, display-buffer-frame)
17328         (display-buffer-same-window, display-buffer-same-frame)
17329         (display-buffer-other-window)
17330         (display-buffer-same-frame-other-window)
17331         (display-buffer-other-frame, pop-to-buffer-same-window)
17332         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17333         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17334         (switch-to-buffer-same-frame)
17335         (switch-to-buffer-other-window-same-frame)
17336         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17337         (display-buffer-alist-set-1, display-buffer-alist-set-2)
17338         (display-buffer-alist-set): Remove.
17339         (display-buffer-function, special-display-buffer-names)
17340         (special-display-regexps, special-display-function):
17341         In doc-string refer to display-buffer-window and quit-restore
17342         parameter.
17343         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17344         (special-display-frame-alist, special-display-popup-frame)
17345         (same-window-buffer-names, same-window-regexps, same-window-p)
17346         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17347         (split-window-preferred-function, split-height-threshold)
17348         (split-width-threshold, window-splittable-p)
17349         (split-window-sensibly, window--try-to-split-window)
17350         (window--frame-usable-p, even-window-heights)
17351         (window--even-window-heights, window--display-buffer-1)
17352         (window--display-buffer-2, display-buffer-other-frame):
17353         Restore old Emacs 23 code, order and doc-strings where applicable.
17354         (display-buffer-default, display-buffer-assq-regexp): New functions.
17355         (display-buffer-alist): Rewrite doc-string.
17356         (display-buffer-default-action)
17357         (display-buffer-overriding-action): New variables.
17358         (display-buffer, switch-to-buffer): Rewrite.
17359         (pop-to-buffer): Restore Emacs 23 behavior but use
17360         window-normalize-buffer-to-display.
17361         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17362         Restore Emacs 23 behavior but use
17363         window-normalize-buffer-to-switch-to.
17364         (pop-to-buffer-same-window): Rewrite.
17365         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17366         Rewrite using Emacs 23 options.
17368 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
17370         * net/tramp.el (tramp-root-regexp): Remove.
17371         (tramp-completion-file-name-regexp-unified)
17372         (tramp-completion-file-name-regexp-separate)
17373         (tramp-completion-file-name-regexp-url): Don't use leading volume
17374         letter on w32 systems.  (Bug#5303, Bug#9311)
17375         (tramp-drop-volume-letter): Simplify definition.
17376         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17378 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17380         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17381         (bug#9356).
17383 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
17385         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17387 2011-08-29  Juri Linkov  <juri@jurta.org>
17389         * isearch.el (isearch-done): Don't display message "Mark saved"
17390         when arg `edit' is non-nil to prevent its flicker in the echo area.
17392 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
17394         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17395         obsolete packages for deletion.
17397 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
17399         * help-mode.el (help-mode-map): Add special-mode-map to parent.
17400         (help-mode): Derive help-mode from special-mode.  Don't invoke
17401         view-mode from help-mode.
17402         (help-xref-override-view-map): Remove.
17403         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17404         view-mode is not used anymore.
17406 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
17408         * server.el (server-port): Doc fix.
17410         * cus-theme.el (custom-theme-choose-mode): Inherit from
17411         special-mode (Bug#9124).
17412         (custom-theme-choose-mode-map): Add special-mode to parent.
17414 2011-08-28  Alan Mackenzie  <acm@muc.de>
17416         * progmodes/cc-fonts.el
17417         (c-make-font-lock-BO-decl-search-function): New function.
17418         (c-basic-matchers-after - "Fontify the clauses after various
17419         keywords"): Extract the three keyword lists for the 3 erroneous
17420         constructs from the list of four, and use the new function above
17421         in place of an old one.
17423 2011-08-28  Deniz Dogan  <deniz@dogan.se>
17425         * net/rcirc.el (rcirc-insert-prev-input)
17426         (rcirc-insert-next-input): Remove unused argument.
17428 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17430         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17432 2011-08-27  Alan Mackenzie  <acm@muc.de>
17434         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17435         handle function pointer parameters properly.
17437 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
17439         * window.el (display-buffer-reuse-window): Fix case where
17440         selected window was reused with non-nil OTHER-WINDOW argument.
17441         (Bug#9381)
17443 2011-08-27  Deniz Dogan  <deniz@dogan.se>
17445         * net/rcirc.el (rcirc-check-auth-status): Adding support for
17446         oftc's NickServ messages.
17448 2011-08-27  Glenn Morris  <rgm@gnu.org>
17450         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
17452 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
17454         * emacs-lisp/package.el (package-install): Call package-initialize
17455         if called interactively.
17457 2011-08-26  Leo Liu  <sdl.web@gmail.com>
17459         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
17461 2011-08-25  Juri Linkov  <juri@jurta.org>
17463         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17464         `search-whitespace-regexp' (bug#9364).
17466 2011-08-25  Juri Linkov  <juri@jurta.org>
17468         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17469         `regexp-search-ring' to their global values to protect from
17470         updating by `read-from-minibuffer' (bug#9185).
17472 2011-08-25  Juri Linkov  <juri@jurta.org>
17474         * textmodes/ispell.el (ispell-command-loop): Add newline
17475         at the end of the "Use option `i'..." line.
17477 2011-08-25  Juri Linkov  <juri@jurta.org>
17479         * battery.el (display-battery-mode): If `battery-status-function'
17480         or `battery-mode-line-format' is nil, display the message and set
17481         `display-battery-mode' to nil (bug#9363).
17483 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
17485         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17486         bidi-string-mark-left-to-right; they are unnecessary now.
17488 2011-08-25  Deniz Dogan  <deniz@dogan.se>
17490         * net/quickurl.el: Documentation typo fixes.
17492 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
17494         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17496 2011-08-25  Glenn Morris  <rgm@gnu.org>
17498         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17500         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17501         (smtpmail-via-smtp): Handle nil response from smtp.
17503 2011-08-24  Juri Linkov  <juri@jurta.org>
17505         * proced.el (proced-marked): Inherit from `error' instead of
17506         `font-lock-warning-face'.
17508         * ibuffer.el (ibuffer-marked-face): Change default face from
17509         `font-lock-warning-face' to `warning'.
17510         (ibuffer-deletion-face): Change default face from
17511         `font-lock-type-face' to `error'.
17513         * battery.el (battery-update): Use the face `error' instead of
17514         `font-lock-warning-face' (bug#6117).
17516 2011-08-24  Juri Linkov  <juri@jurta.org>
17518         * faces.el (success): Change face color from "Green3" to
17519         "ForestGreen" on light background (bug#9353).
17521 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
17523         * window.el (quit-window): Rename from quit-restore-window.
17524         Use same arglist as old quit-window.
17525         (frame-auto-delete): Doc fix.
17527         * view.el (view-mode-exit): Use quit-window.
17529 2011-08-24  Juri Linkov  <juri@jurta.org>
17531         * isearch.el (isearch-ring-adjust1): Start visiting previous
17532         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17533         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17534         for empty search string (when the last search string is reused
17535         automatically) to adjust the isearch ring to the last element and
17536         prepare the correct index for further M-p commands (bug#9185).
17538 2011-08-24  Kenichi Handa  <handa@m17n.org>
17540         * international/ucs-normalize.el: If decomposition property of
17541         CHAR is the default one (i.e. a list of CHAR itself), treat it as
17542         nil.
17543         (nfd, nfkd): Likewise.
17545 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17547         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17548         from process filters aren't reliably transmitted to the surrounding
17549         accept-process-output.
17550         (mpc-proc-check): New function.
17551         (mpc-proc-sync): Use it (bug#8293)
17553 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17555         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17556         Add compatibility functions (bug#9313).
17558 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
17560         * cus-start.el (all): Add entry for bidi-paragraph-direction.
17562         * international/uni-bidi.el: Regenerate.
17564 2011-08-23  Kenichi Handa  <handa@m17n.org>
17566         * international/charprop.el:
17567         * international/uni-bidi.el:
17568         * international/uni-category.el:
17569         * international/uni-combining.el:
17570         * international/uni-comment.el:
17571         * international/uni-decimal.el:
17572         * international/uni-decomposition.el:
17573         * international/uni-digit.el:
17574         * international/uni-lowercase.el:
17575         * international/uni-mirrored.el:
17576         * international/uni-name.el:
17577         * international/uni-numeric.el:
17578         * international/uni-old-name.el:
17579         * international/uni-titlecase.el:
17580         * international/uni-uppercase.el: Regenerate.
17582 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
17584         * help.el (help-window-setup): Fix message displayed when other
17585         window is reused.  (Bug#9341)
17587 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17589         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17590         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17592         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17593         Mark obsolete.
17594         * shell.el (shell-parse-pcomplete-arguments): New function.
17595         (shell-completion-vars): Use it instead (bug#9160).
17597 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17599         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17600         strings and comments (bug#9333).
17602         * emacs-lisp/debug.el (debug-arglist): New function.
17603         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
17604         (debug-on-entry-1): Handle interpreted closures (bug#9120).
17606 2011-08-22  Juri Linkov  <juri@jurta.org>
17608         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17609         Revert regexp that highlights output switches to its old
17610         pre-2010-10-28 value and remove one `?' from it (bug#9319).
17612         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17613         to check for empty output (bug#9226).
17615 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
17617         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17618         symbol-constituent as the default, as that stops font-lock from
17619         working properly (Bug#8843).
17621 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17623         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17624         `coding-system-for-*' around the process open call to avoid
17625         auth-source side effects.
17626         (smtpmail-try-auth-methods): Expand the secret password.
17627         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17628         probe hangs.
17630 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
17632         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17634         * emacs-lisp/find-func.el (find-function-noselect): New arg
17635         lisp-only.
17637         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
17638         signal an error for built-in functions (Bug#6664).
17640 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17642         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
17643         (smtpmail-try-auth-methods): Use it.
17645 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
17647         * font-lock.el (font-lock-fontify-region)
17648         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
17649         (font-lock-default-unfontify-buffer)
17650         (font-lock-default-fontify-region)
17651         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
17653         * progmodes/compile.el (compilation-error-properties):
17654         Fix confusion between file struct and message struct (Bug#9319).
17655         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
17656         `ant' regexp.
17658         * net/browse-url.el (browse-url-firefox): Don't call
17659         browse-url-firefox-sentinel unless using -remote (Bug#9328).
17661 2011-08-20  Glenn Morris  <rgm@gnu.org>
17663         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
17665         * tutorial.el (tutorial--default-keys): Update some default bindings.
17667         * files.el (hack-local-variables): Fully ignore case for "mode:".
17669 2011-08-20  Alan Mackenzie  <acm@muc.de>
17671         Resolve invalid use of a regexp in regexp-opt.
17673         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
17674         detection for a java annotation.
17676         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
17677         detection for a java annotation.
17679         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
17680         handling for java.
17681         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
17683 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
17685         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
17686         (Bug#9274).
17688 2011-08-20  Alan Mackenzie  <acm@muc.de>
17690         Fontify CPP expressions correctly when starting in the middle of
17691         such a construct.  Mainly for when jit-lock etc. starts a chunk
17692         here.
17694         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
17695         variable.
17696         (c-make-font-lock-search-form): New function, extracted from
17697         c-make-font-lock-search-function.
17698         (c-make-font-lock-search-function): Use the above function.
17699         (c-make-font-lock-context-search-function): New function.
17700         (c-cpp-matchers): Enhance the preprocessor expression case with
17701         the above function
17702         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
17703         which takes an expression.
17705         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
17707 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
17709         * window.el (display-buffer-reuse-window)
17710         (display-buffer-pop-up-window): Don't reuse or split a side
17711         window.
17713 2011-08-19  Glenn Morris  <rgm@gnu.org>
17715         * files.el (hack-local-variables-prop-line, hack-local-variables):
17716         Downcase "Mode:".  (Bug#9331)
17718 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
17720         * international/characters.el: Add L and R categories.
17722         * subr.el (bidi-string-mark-left-to-right): Rename from
17723         string-mark-left-to-right.  Use category search.
17725         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
17727 2011-08-18  Juri Linkov  <juri@jurta.org>
17729         * faces.el (error, warning, success): New faces with definitions
17730         copied from old default values of `font-lock-warning-face',
17731         `compilation-warning', `compilation-info' (bug#6117).
17733         * font-lock.el (font-lock-warning-face): Inherit from `error'.
17735         * progmodes/compile.el (compilation-error): Inherit from `error'.
17736         (compilation-warning): Inherit from `warning'.
17737         (compilation-info): Inherit from `success'.
17739         * dired.el (dired-marked): Inherit from `warning'.
17740         (dired-flagged): Inherit from `error'.
17742 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17744         * mail/smtpmail.el (auth-source): Require to avoid problems with
17745         binding variables (bug#9298).  Also clean up some unused
17746         autoloads.
17748         * net/network-stream.el (network-stream-open-starttls):
17749         Support using starttls.el without using gnutls-cli.
17751 2011-08-17  Juri Linkov  <juri@jurta.org>
17753         * progmodes/grep.el (rgrep): Handle the case when
17754         `grep-find-command' is a cons cell (bug#9278).
17756 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
17758         * window.el (display-buffer-pop-up-frame): Run frame creation
17759         function with BUFFER current (as special-display-popup-frame
17760         does).  Reported by Drew Adams.
17762 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
17764         * epa-mail.el: Simplify GnuPG group expansion using
17765         epg-expand-group.
17766         (epa-mail-group-alist, epa-mail-group-modtime)
17767         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
17768         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
17769         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
17770         Remove.
17772 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
17774         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
17776 2011-08-16  Alan Mackenzie  <acm@muc.de>
17778         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
17779         Correct, to avoid the inside of macros.
17781 2011-08-16  Richard Stallman  <rms@gnu.org>
17783         * epa-mail.el: Handle GnuPG group definitions.
17784         (epa-mail-group-alist, epa-mail-group-modtime)
17785         (epa-mail-gnupg-conf-file): New variables.
17786         (epa-mail-parse-groups, epa-mail-sync-groups)
17787         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17788         (epa-mail-expand-recipients): New functions.
17789         (epa-mail-encrypt): Call epa-mail-expand-recipients.
17791         * mail/rmail.el (rmail-epa-decrypt): New command.
17793         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17794         Don't bind buffer-read-only, just inhibit-read-only.
17795         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17796         (epa-decrypt-armor-in-region): Make error message clearer.
17798 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17800         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17801         and "a2b" to "ab" for `prefix'.
17803 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
17805         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17806         filter groups.
17807         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
17808         Fourquet (Bug#8804).
17810 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
17812         * startup.el (argi): Declare as global variable (bug#9275).
17814 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
17816         * subr.el (string-mark-left-to-right): Search the entire string
17817         for RTL script, not just the terminating character.  Doc fix.
17819 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17821         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
17822         New function.
17823         (js--regexp-literal, js-syntax-propertize-function): Remove.
17824         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
17825         (js-mode-map): Don't rebind electric keys.
17826         (js-insert-and-indent): Remove.
17827         (js-mode): Setup electric-layout and electric-indent instead.
17829         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
17831 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
17833         * epa.el (epa-progress-callback-function): Fix the logic of
17834         displaying progress.
17835         * epa-file.el (epa-file-insert-file-contents): Make progress
17836         display more user-friendly.
17837         (epa-file-write-region): Ditto.
17839 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
17841         * subr.el (string-mark-left-to-right): New function.
17843         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
17844         Use string-mark-left-to-right.
17845         (list-buffers-noselect): Caller changed.
17847         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17848         Use string-mark-left-to-right.
17849         (tabulated-list-print): Recenter after moving point.
17851 2011-08-10  Juri Linkov  <juri@jurta.org>
17853         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
17854         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
17855         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
17857 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
17859         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
17860         (Bug#7554).
17862 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
17864         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
17865         character.  (Bug#6594)
17867 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
17869         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
17870         (image-dired--with-db-file): New macro.
17871         (image-dired-write-tags, image-dired-remove-tag)
17872         (image-dired-create-gallery-lists, image-dired-write-comments)
17873         (image-dired-get-comment, image-dired-mark-tagged-files)
17874         (image-dired-list-tags, image-dired-gallery-generate): Use it.
17875         (image-dired-gallery-generate): Use insert-file-contents.
17877         * time.el (display-time-world-list, display-time-world-display):
17878         * time-stamp.el (time-stamp-string):
17879         * vc/add-log.el (add-change-log-entry): Use setenv instead of
17880         set-time-zone-rule (Bug#7337).
17882 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
17884         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
17885         (epg-error-to-string, epg-errors-to-string): New function.
17886         (epg-wait-for-completion): Reverse errors list.
17887         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
17888         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
17889         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
17890         (epg-sign-keys, epg-generate-key-from-file)
17891         (epg-generate-key-from-string): Format errors by using
17892         epg-errors-to-string (bug#9255).
17893         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
17895 2011-08-07  Juri Linkov  <juri@jurta.org>
17897         * faces.el (list-faces-display): Remove extra angle bracket
17898         from `help-mode-map'.
17900         * info.el (Info-history-toc-nodes): Doc fix.
17902         * longlines.el (longlines-mode): Doc fix.
17904 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17906         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
17907         of statements and in a few more cases (bug#9183).
17909         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
17910         New functions.
17911         (cl-transform-lambda): Use them (bug#9239).
17913 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
17915         * window.el (display-buffer-same-window)
17916         (display-buffer-same-frame, display-buffer-other-window)
17917         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
17918         (pop-to-buffer-other-window)
17919         (pop-to-buffer-same-frame-other-window)
17920         (pop-to-buffer-other-frame): Make them defuns.
17921         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
17923 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17925         * subr.el (make-composed-keymap): Move from C.  Change calling
17926         convention, and improve docstring to bring attention to a subtle point.
17927         * minibuffer.el (completing-read-default): Adjust accordingly.
17929 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
17931         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
17932         (tramp-open-shell): Use `tramp-shell-quote-argument'.
17934         * net/trampver.el: Update release number.
17936 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17938         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
17939         "in" (bug#9190).
17941 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17943         * mail/sendmail.el (sendmail-query-once): Restore the current
17944         buffer after querying (bug#9074).
17946         * dired.el (dired-flagged): Use different faces for marked and
17947         flagged files (bug#6117).
17949         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
17950         (bug#4433).
17952         * ido.el (ido-mode): Switch off the message if called
17953         non-interactively.
17955         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
17956         before 587, since it appears that that's more likely to work for
17957         more people.
17959         * cus-edit.el (custom-file): When running under emacs -q, always
17960         refuse to save the customizations, even if the .emacs file doesn't
17961         exist.
17963         * info.el: Remove the `Info-beginning-of-buffer' function
17964         (bug#8325).
17966         * net/network-stream.el (network-stream-open-starttls):
17967         Use `starttls-available-p' to see whether starttls.el can be used.
17969 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
17971         * window.el (display-buffer-in-window): Don't set dedicated status
17972         of window here (Bug#9215).
17973         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17974         (display-buffer-pop-up-side-window)
17975         (display-buffer-in-side-window): Set dedicated status of window here.
17977 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17979         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
17980         before binding generated-autoload-file.
17982 2011-08-01  Deniz Dogan  <deniz@dogan.se>
17984         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
17986 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
17988         Sync with Tramp 2.2.2.
17990         * net/trampver.el: Update release number.
17992 2011-07-30  Juri Linkov  <juri@jurta.org>
17994         * dired-aux.el (dired-touch-initial): Remove function.
17995         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
17996         current time, and `default' to the last modification time of the
17997         current marked file (bug#6887).
17999 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
18001         * simple.el (goto-line): Use string-to-number to provide a
18002         numeric argument to read-number (bug#9163).
18004 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
18006         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18007         connection process, it could be nil.
18009 2011-07-27  Leo Liu  <sdl.web@gmail.com>
18011         Simplify url handling in rcirc-mode.
18013         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18014         (rcirc-browse-url-at-mouse): Remove.
18015         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18017 2011-07-26  Alan Mackenzie  <acm@muc.de>
18019         Fontify bitfield declarations properly.
18021         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18022         (c-symbol-chars): Now exported as a lang variable.
18023         (c-not-primitive-type-keywords): New lang variable.
18025         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18026         QT keyword "more" to prevent "more slots: ...." being spuriously
18027         parsed as a bitfield declaration.
18029         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18030         Refactor and enhance to handle bitfield declarations.
18031         (c-punctuation-in): New function.
18032         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18033         declarations properly.
18035 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
18037         * calendar/icalendar.el (icalendar--all-events): Take care of
18038         multiple vcalendars in a single file.
18039         (icalendar--convert-float-to-ical): Checkdoc fixes.
18041 2011-07-25  Deniz Dogan  <deniz@dogan.se>
18043         * image.el (insert-image): Clarifying docstring.
18045 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
18047         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18048         `tramp-send-command-and-check' if there is no error.
18049         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18051 2011-07-22  Alan Mackenzie  <acm@muc.de>
18053         Prevent cc-langs.elc being loaded at run time.
18055         * progmodes/cc-mode.el: Remove two autoload forms which loaded
18056         cc-langs.
18058         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18059         "(require 'cc-langs)".  Quote a form so it will evaluate at
18060         (cc-mode's) compilation time.
18062 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
18064         * net/tramp.el (tramp-file-name-handler): Avoid recursive
18065         loading.  (Bug#9114)
18067 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
18069         * window.el (display-buffer-pop-up-window)
18070         (display-buffer-pop-up-side-window)
18071         (display-buffer-in-side-window): Call display-buffer-set-height
18072         and display-buffer-set-width after setting the new window's
18073         buffer so `fit-window-to-buffer' and friends work on the right buffer.
18075 2011-07-20  Sam Steingold  <sds@gnu.org>
18077         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18078         (etags-tags-included-tables): Call `convert-standard-filename' on
18079         the file names contained in TAGS so that windows Emacs can handle
18080         TAGS files created by cygwin ctags.
18082 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18084         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18085         which apparently didn't work.
18087 2011-07-19  Roland Winkler  <winkler@gnu.org>
18089         * proced.el (proced-send-signal): For *Marked Processes* buffer
18090         put point at beginning of buffer.
18092 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
18094         * proced.el (proced-format): Make header lines align with the text
18095         (bug#1779).
18097 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18099         * view.el (view-buffer): Allow running in `special' modes if we're
18100         visiting a file (bug#8615).
18102 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
18104         * window.el (display-buffer-alist-of-strings-p)
18105         (display-buffer-alist-set-1, display-buffer-alist-set-2):
18106         New functions.
18107         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18108         more accurately.
18110 2011-07-18  Alan Mackenzie  <acm@muc.de>
18112         Fontify declarators properly when, e.g., a jit-lock chunk begins
18113         inside a declaration.
18115         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18117         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18118         New function.
18119         (c-complex-decl-matchers): Insert reference to
18120         c-font-lock-enclosing-decls.
18122         * progmodes/cc-engine.el (c-backward-single-comment):
18123         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18124         to nil around calls to (forward-comment -1).
18126 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18128         * image.el (put-image): Doc typo fix.
18130         * progmodes/etags.el (tags-search): Doc typo fix.
18132         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18133         password if we get errors 550 to 554.
18135 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18137         * net/gnutls.el (gnutls-log-level): Remove.
18139         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18140         indentation character (bug#6380).
18142         * files.el (buffer-offer-save): Made permanently local (bug#6241).
18144         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18145         to clarify what the problem is (bug#4291).
18147         * simple.el (current-kill): Clarify what
18148         `interprogram-paste-function' does (bug#7500).
18149         (auto-fill-mode): Document `auto-fill-function' in relation to
18150         `auto-fill-mode' (bug#2470).
18152 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
18154         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18155         method if slot is read-only (bug#9035).
18157 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
18159         * frame.el (select-frame-set-input-focus): New argument NORECORD.
18160         * window.el (pop-to-buffer): Select window used even if it was
18161         selected before, see discussion of (Bug#8615), (Bug#6954).
18162         Pass argument NORECORD on to select-frame-set-input-focus.
18164 2011-07-15  Glenn Morris  <rgm@gnu.org>
18166         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
18167         Respect help-form.
18169 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
18171         * net/gnutls.el (gnutls-min-prime-bits): New variable.
18172         (gnutls-negotiate): Use it.
18174 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18176         * net/gnutls.el (gnutls-negotiate):
18177         Upcase `gnutls-algorithm-priority'.
18179 2011-07-15  Glenn Morris  <rgm@gnu.org>
18181         * jka-compr.el (jka-compr-verbose): Move from here...
18182         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
18183         Add missing :version tag.
18184         * info.el: No need to require jka-compr when compiling.
18186 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18188         * net/gnutls.el (gnutls-algorithm-priority): New variable.
18189         (gnutls-negotiate): Use it.
18191         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18193         * info.el (Info-beginning-of-buffer): New command.
18194         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18195         announcing `b' as the key (bug#8325).
18196         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18198         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18200         * international/mule-cmds.el
18201         (describe-specified-language-support): Make the error message
18202         clearer (bug#8905).
18204         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18206         * isearch.el (isearch-barrier): Add a doc string, since it's
18207         mentioned in a function doc string (bug#8678).
18209 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
18211         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18212         buffer argument (Bug#9083) and self-identifying label argument.
18214 2011-07-15  Glenn Morris  <rgm@gnu.org>
18216         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
18218 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18220         * man.el (Man-fontify-manpage): Fix message when formatting the
18221         man page (bug#7929).
18223 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
18225         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18226         argument LRM; if non-nil, append an invisible LRM character to the
18227         buffer name.
18228         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18229         last argument non-nil, when formatting buffer names.
18230         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18231         paragraph direction.
18233 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18235         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18236         the man page name (bug#7929).
18238         * image.el (put-image): Mention the `put-image' overlay property
18239         (bug#7834).
18241         * scroll-bar.el (set-scroll-bar-mode): Mention that
18242         `scroll-bar-mode' lists the values (bug#7772).
18244         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18245         command (bug#7729).
18247         * rect.el (apply-on-rectangle): Return the point after the last
18248         operation.
18249         (string-rectangle): Go to the point after the last operation
18250         (bug#7522).
18252         * printing.el (pr-toggle-region): Clarify the documentation
18253         slightly (bug#7493).
18255         * time.el (display-time-update):
18256         Allow `display-time-mail-function' to return nil (bug#7158).
18257         Fix suggested by Detlev Zundel.
18259         * vc/diff.el (diff): Clarify the order the file names are read
18260         (bug#7111).
18262         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18263         the doc string (bug#7015).
18265         * font-lock.el (font-lock-maximum-decoration): Mention what
18266         numeric levels mean (bug#6935).
18268         * startup.el (initial-buffer-choice): Don't mention the `none'
18269         selection, which is against policy.
18271 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
18273         * window.el (display-buffer-normalize-special):
18274         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18276 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
18278         * subr.el (version<, version<=, version=): Mention "-CVS" and
18279         "-12345" alpha version numbers.
18281 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
18283         * bindings.el: Add advertised binding for set-mark-command
18284         (Bug#5772).
18286 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
18288         * bindings.el (mode-line-other-buffer):
18289         * bookmark.el (bookmark-bmenu-2-window):
18290         * bs.el (bs-cycle-next, bs-cycle-previous):
18291         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18292         switch-to-buffer.
18294         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18295         Delete.
18297 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
18299         * follow.el (follow-debug-message, follow-redisplay):
18300         * jka-cmpr-hook.el (with-auto-compression-mode):
18301         Fix typos in docstrings.
18303 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18305         * subr.el (with-silent-modifications): Clarify somewhat what the
18306         macro inhibits (bug#6525).
18308         * simple.el (eval-expression): Note what it does if called
18309         interactively (bug#6495).
18311 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
18313         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18314         Use pop-to-buffer buffer-or-name if it is nil.
18316         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18317         Remove switch-to-buffer.
18319 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18321         * files.el (make-directory): Clarify that an error will be raised
18322         if there's an error (bug#6397).
18324         * startup.el (initial-buffer-choice): Add `none' as a choice
18325         (bug#6234).
18327         * subr.el (add-hook): Clarify section about buffer-local hooks
18328         (bug#6218).
18330         * dired.el (dired-flagged): Clarify doc string (bug#6117).
18332 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
18334         * tabify.el (untabify): Preserve the current column so that point
18335         doesn't move (bug#6032).
18337 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18339         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18340         Rewrite to avoid awkward possessive "s" (bug#5986).
18342 2011-07-13  Glenn Morris  <rgm@gnu.org>
18344         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
18345         (dired-insert-directory): Give a message the first time
18346         if ls is found not to support --dired.
18348 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18350         * simple.el (toggle-truncate-lines): Clarify what is toggled
18351         (bug#5580).  Text by Drew Adams.
18353 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
18355         * simple.el (blink-matching-open): Make the error message from the
18356         last change less verbose.
18358 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
18360         * font-lock.el (font-lock-comment-face): Use the high contrast
18361         "yellow" color for font-lock-comment-face on low color terminals
18362         using a dark background color (bug#4221).
18364 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18366         * dired.el (dired-insert-set-properties): Make the doc string
18367         reflect what it does now (bug#5325).
18369         * simple.el (blink-matching-open): Say that we were unable to find
18370         the match within the limit, if we're limited (bug#5122).
18372         * international/mule-cmds.el (prefer-coding-system): Add an
18373         example (bug#4869).
18375         * progmodes/etags.el (tags-search): Document `file-list-form'
18376         (bug#4731).
18378 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
18380         * net/browse-url.el (browse-url-default-browser)
18381         (browse-url-browser-function): Make the default browser choice a
18382         bit more logical (bug#4300).  Also clean up the doc string.
18384 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
18386         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18387         binary endings (bug#4440).
18389 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18391         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18392         which can be pretty annoying (bug#8971).
18394         * jka-compr.el (jka-compr-verbose): New variable, and use
18395         throughout (bug#8971).
18397         * info.el (Info-find-file): Fall back on the installation
18398         directory if we can't find the info node anywhere else.
18400 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
18402         * vc/vc.el (vc-revert-file):
18403         Don't set file time-stamp in the past.  (Bug#5181)
18405 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18407         * files.el (after-find-file): Give a better error message when
18408         trying to find a symlink that points to a file that doesn't exist
18409         (bug#4398).
18411         * progmodes/cc-vars.el: Remove (probably) misleading comment
18412         (bug#4396).
18414 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
18416         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18418 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
18420         * mouse-sel.el: Hack restoring functionality, while keeping
18421         compatibility with 2010-07-03 changes to mouse selection.
18422         (mouse-sel-primary-overlay): New var.
18423         (mouse-sel-selection-alist): Use it.
18424         (mouse-sel-mode): Doc fix; remove points that are default features
18425         of mouse.el.
18427 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
18429         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18430         Fix previous fix (bug#2490).
18432 2011-07-12  Roland Winkler  <winkler@gnu.org>
18434         * textmodes/bibtex.el (bibtex-initialize):
18435         Use pop-to-buffer-same-window.
18436         (bibtex-search-entries): Fix interactive call.
18438 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18440         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18441         Fontise bytecomp Error lines more correctly (bug#2490).
18442         Fix suggested by Johan Bockgård.
18444         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18446         * dired-x.el (dired-guess-default): Use `delete-dups'.
18448 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
18450         * dired.el (dired-mark-prompt):
18451         * dired-aux.el (dired-read-shell-command): Doc fix.
18453 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18455         * mail/sendmail.el (sendmail-query-once):
18456         Use `customize-save-variable' unconditionally, now that it works under
18457         emacs -Q.
18459         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18461         * cus-edit.el (custom-file): Take an optional no-error variable.
18462         (customize-save-variable): Set the variable, and give a warning if
18463         running under "emacs -q".
18465 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
18467         * loadhist.el (unload-feature-special-hooks):
18468         Add `auto-coding-functions', `fill-nobreak-predicate' and
18469         `find-directory-functions' (bug#5327).
18471 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18473         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18475         * cus-edit.el (custom-guess-name-alist): -alist variables should
18476         use the `alist' type (bug#3120).  Suggested by Drew Adams.
18478         * printing.el: Add documentation to all the `pr-toggle-' commands.
18480 2011-07-11  Leo Liu  <sdl.web@gmail.com>
18482         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18483         backends where it makes sense (bug#2623).
18485 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18487         * dired-x.el (dired-guess-default): Remove duplicate shell command
18488         entries (bug#2028).
18489         (dired-guess-default): Fix grammar in doc string (bug#2028).
18490         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18492         * subr.el (remove-duplicates): New conveniency function.
18494 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18496         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18497         (bug#1526).
18499 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
18501         * window.el (display-buffer-normalize-default): Don't invert
18502         meaning of even-window-heights.  Reported by Eli Zaretskii
18503         <eliz@gnu.org>.
18505 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
18507         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18509 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
18511         * window.el (display-buffer): Fix arguments to
18512         display-buffer-reuse-window in last change.
18514         * faces.el (link): Use a less saturated blue on light backgrounds.
18516         * startup.el (fancy-startup-text, fancy-about-text)
18517         (fancy-startup-tail): Use font-lock faces, for background safety.
18519 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
18521         * emulation/viper-cmd.el (viper-change-state-to-vi):
18522         Limit triggering of abbrev expansion (Bug#9038).
18524 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
18526         * window.el (display-buffer-default-specifiers): Remove.
18527         (display-buffer-macro-specifiers): Remove default specifiers.
18528         (display-buffer-alist): Default to nil.
18529         (display-buffer-reuse-window): New optional argument other-window.
18530         (display-buffer-pop-up-window): Allow splitting internal
18531         windows.  Check whether a live window was created.
18532         (display-buffer-other-window-means-other-frame)
18533         (display-buffer-normalize-arguments): Rename to
18534         display-buffer-normalize-argument and rewrite.  Set the
18535         other-window specifier.
18536         (display-buffer-normalize-special): New function.
18537         (display-buffer-normalize-options): Rename to
18538         display-buffer-normalize-default and rewrite.
18539         (display-buffer-normalize-options-inhibit): Remove.
18540         (display-buffer-normalize-specifiers): Rewrite.
18541         (display-buffer): Process other-window specifier and call
18542         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
18543         more faithfully.
18544         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18545         (display-buffer-alist-set): Don't handle 'unset default values.
18546         (display-buffer-in-window, display-buffer-alist-set):
18547         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
18548         <tassilo@member.fsf.org>.
18550 2011-07-09  Leo Liu  <sdl.web@gmail.com>
18552         * register.el (insert-register): Restore accidental change on
18553         2011-06-26.  (Bug#9028)
18555 2011-07-09  Glenn Morris  <rgm@gnu.org>
18557         * subr.el (remq): Handle the empty list.  (Bug#9024)
18559 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
18561         * mail/sendmail.el (send-mail-function): No longer delay custom
18562         initialization.
18563         * custom.el (custom-initialize-delay): Doc fix.
18565 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18567         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18569 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
18571         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18572         human-friendly prompt.
18574 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18576         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18577         provided by a particular plugin.
18579 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18582         save customizations (with "emacs -Q"), just set the variable
18583         instead of erroring out.
18585         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18587 2011-07-08  Juri Linkov  <juri@jurta.org>
18589         * arc-mode.el (archive-zip-expunge, archive-zip-update)
18590         (archive-zip-update-case): Use 7z if found by `executable-find'.
18591         The order of searching the available programs is the same as in
18592         `archive-zip-extract' (bug#8968).
18594 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
18596         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18597         (menu-bar-options-menu): Tweak descriptions.
18599 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18601         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18602         menu items into verb phrases (bug#1421).  Also refill to fit under
18603         80 columns.
18605 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
18607         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18608         (Info-read-node-name): Doc fix (Bug#1084).
18610         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18611         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18612         (end-of-sexp, beginning-of-sexp)
18613         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18614         (forward-symbol, forward-same-syntax, word-at-point)
18615         (sentence-at-point): Doc fix (Bug#1144).
18617 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18619         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18620         should cover it (bug#1281).
18622         * cus-edit.el (custom-show): Mark as obsolete.
18624         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
18625         negotiation fails, then possibly try again with a non-encrypted
18626         connection (bug#9017).
18628         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18629         be used.
18631 2011-07-07  Richard Stallman  <rms@gnu.org>
18633         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18634         property, and handle its changed format.
18635         Look for the correct line number.
18636         Use file's line contents (but not past first =) to find
18637         correct line in message.
18639 2011-07-07  Kenichi Handa  <handa@m17n.org>
18641         * international/characters.el (build-unicode-category-table):
18642         Delete it.
18643         (unicode-category-table): Set it by unicode-property-table-internal.
18645         * international/mule-cmds.el (char-code-property-alist): Move to
18646         to src/chartab.c.
18647         (get-char-code-property): Call unicode-property-table-internal to
18648         load a file.  Call get-unicode-property-internal where necessary.
18649         (put-char-code-property): Call unicode-property-table-internal to
18650         load a file.  Call put-unicode-property-internal where necessary.
18651         put-unicode-property-internal where necessary.
18652         (char-code-property-description):
18653         Call unicode-property-table-internal to load a file.
18655         * international/charprop.el:
18656         * international/uni-bidi.el:
18657         * international/uni-category.el:
18658         * international/uni-combining.el:
18659         * international/uni-comment.el:
18660         * international/uni-decimal.el:
18661         * international/uni-decomposition.el:
18662         * international/uni-digit.el:
18663         * international/uni-lowercase.el:
18664         * international/uni-mirrored.el:
18665         * international/uni-name.el:
18666         * international/uni-numeric.el:
18667         * international/uni-old-name.el:
18668         * international/uni-titlecase.el:
18669         * international/uni-uppercase.el: Regenerate.
18671         * loadup.el: Load international/charprop.el before
18672         international/characters.
18674 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
18676         * window.el (next-buffer, previous-buffer): Signal an error if
18677         called from a minibuffer window.
18679         * bindings.el: Revert 2011-07-04 change.
18681 2011-07-06  Richard Stallman  <rms@gnu.org>
18683         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
18684         (rmail-mime-insert-bulk, rmail-mime-insert-text):
18685         Treat markers like ints.
18686         (rmail-mime-entity): Doc fix.
18688 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
18691         defcustom again for backwards compatibility.
18693         * simple.el (shell-command-on-region): Fill.
18695         * dired-aux.el (dired-kill-line): Add a doc string.
18697         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
18698         to "\\sw\\|\\s_" (bug#358).
18700         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
18701         (dired-unmark-backward): Ditto.
18702         (dired-flag-backup-files): Ditto.
18704         * dired-x.el (dired-mark-sexp): Ditto.
18706 2011-07-06  Richard Stallman  <rms@gnu.org>
18708         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
18709         (rmail-mime-entity): New arg TRUNCATED.
18710         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
18711         New functions.
18712         (rmail-mime-save): Warn if entity is truncated.
18713         (rmail-mime-toggle-hidden): Likewise, for showing.
18714         (rmail-mime-process-multipart): Record when an entity is truncated.
18716         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
18717         if ENTITY is a string.
18719 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18721         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
18722         of faces when `M-C-x'-ing their definitions (bug#8378).
18723         Also clean up the code slightly.
18725         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
18726         because that makes the colors go away.
18728         * mail/sendmail.el (send-mail-function): Change the default to
18729         `sendmail-query-once'.
18730         (sendmail-query-once): Add an autoload cookie.
18732         * net/network-stream.el (network-stream-open-starttls): Try using
18733         a plain connection even if the server offered STARTTLS, and we
18734         kinda wanted to use it, if Emacs doesn't have any STARTTLS
18735         capability.  This should make smtpmail.el work in slightly more
18736         configurations.
18738 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
18740         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18741         New defun.
18742         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
18744 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
18746         * progmodes/sql.el: Version 3.0
18747         (sql-product-alist): Add product :completion-object,
18748         :completion-column, and :statement attributes.
18749         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
18750         (sql-mode-syntax-table): Mark all punctuation.
18751         (sql-font-lock-keywords-builder): Temporarily remove fallback on
18752         ansi keywords.
18753         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
18754         (sql-mode-oracle-font-lock-keywords): Improve.
18755         (sql-oracle-show-reserved-words): New function for development.
18756         (sql-product-font-lock): Simplify for source code buffers.
18757         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
18758         New functions.
18759         (sql-highlight-product): Set product specific syntax table.
18760         (sql-mode-map): Add statement movement functions.
18761         (sql-ansi-statement-starters, sql-oracle-statement-starters):
18762         New variable.
18763         (sql-statement-regexp, sql-beginning-of-statement)
18764         (sql-end-of-statement, sql-signum): New functions.
18765         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
18766         (sql-show-sqli-buffer): Bug fix.
18767         (sql-interactive-mode): Store connection data as buffer local.
18768         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
18769         with sql-interactive-mode.
18770         (sql-save-connection): Save buffer local settings.
18771         (sql-connection-menu-filter): Change menu entry name.
18772         (sql-product-interactive): Bug fix.
18773         (sql-preoutput-hold): New variable.
18774         (sql-interactive-remove-continuation-prompt): Bug fixes.
18775         (sql-debug-redirect): New variable.
18776         (sql-str-literal): New function.
18777         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
18778         Redesign.
18779         (sql-oracle-save-settings, sql-oracle-restore-settings)
18780         (sql-oracle-list-all, sql-oracle-list-table): New functions.
18781         (sql-completion-object, sql-completion-column)
18782         (sql-completion-sqlbuf): New variables.
18783         (sql-build-completions-1, sql-build-completions)
18784         (sql-try-completion): New functions.
18785         (sql-read-table-name): Use them.
18786         (sql-contains-names): New buffer local variable.
18787         (sql-list-all, sql-list-table): Use it.
18788         (sql-oracle-completion-types): New variable.
18789         (sql-oracle-completion-object, sql-sqlite-completion-object)
18790         (sql-postgres-completion-object): New functions.
18792 2011-07-06  Glenn Morris  <rgm@gnu.org>
18794         * window.el (pop-to-buffer): Doc fix.
18796 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
18798         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18800 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
18802         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
18804         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
18806 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
18808         * button.el (button): Inherit from link face.  Suggested by Dan
18809         Nicolaescu.
18811 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18813         * progmodes/gdb-mi.el: Fit in 80 columns.
18814         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
18815         switch-to-buffer.
18817         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
18818         if imenu is simply not configured (bug#8941).
18820 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
18822         * allout.el (allout-post-undo-hook): New allout outline-change
18823         event hook to signal undo activity.
18824         (allout-post-command-business): Run allout-post-undo-hook if an
18825         undo just occurred.
18826         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
18827         * allout-widgets.el (allout-widgets-after-undo-function):
18828         Ensure the integrity of the current item's decoration after it has been
18829         in the vicinity of an undo.
18830         (allout-widgets-mode): Include allout-widgets-after-undo-function
18831         on the new allout-post-undo-hook.
18833 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18835         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
18836         Let define-derived-mode define it.
18837         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
18838         cycles of abbrev-table inheritance (bug#8998).
18840 2011-07-05  Roland Winkler  <winkler@gnu.org>
18842         * textmodes/bibtex.el: Add support for biblatex.
18843         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
18844         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
18845         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
18846         (bibtex-entry-alist, bibtex-field-alist): New variables.
18847         (bibtex-entry-field-alist): Obsolete alias for
18848         bibtex-BibTeX-entry-alist.
18849         (bibtex-entry-alist, bibtex-field-alist): New widgets.
18850         (bibtex-set-dialect): New command.
18851         (bibtex-entry-type, bibtex-entry-head)
18852         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
18853         Bind via bibtex-set-dialect.
18854         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
18855         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
18856         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
18857         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
18858         Define via bibtex-set-dialect.
18859         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
18860         Obey bibtex-no-opt-remove-re.
18861         (bibtex-vec-push, bibtex-vec-incr): New functions.
18862         (bibtex-format-entry, bibtex-field-list)
18863         (bibtex-print-help-message, bibtex-validate)
18864         (bibtex-search-entries): Use new format of bibtex-entry-alist.
18866 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18868         * progmodes/compile.el (compilation-goto-locus):
18869         * net/tramp-cmds.el (tramp-append-tramp-buffers):
18870         * bs.el (bs-cycle-next, bs-cycle-previous):
18871         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
18872         * bindings.el (mode-line-other-buffer):
18873         * autoinsert.el (auto-insert):
18874         * arc-mode.el (archive-extract):
18875         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
18877 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
18879         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
18880         Fix check of `emacs-lock-unlockable-modes'.
18881         Coerce true values of `emacs-lock--try-unlocking' to t.
18883 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
18885         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
18886         * emacs-lock.el: New file.
18888 2011-07-05  Julien Danjou  <julien@danjou.info>
18890         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
18891         than `boundp' to check if face is set.
18893 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
18895         * register.el (registerv-make):
18896         * window.el (window-min-height): Fix typos in docstrings.
18898 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
18900         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
18901         Update doc string.
18903 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
18905         * server.el (server-execute): Catch quit and call
18906         `server-return-error' to pass the error back to emacsclient and
18907         close the connection (bug#8942).
18909 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
18911         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
18912         insecure exception for current topic.  Also note that auto-saves
18913         are handled differently.
18915         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
18916         State variables for tracking auto-save inhibition situation.
18918         (allout-write-contents-hook-handler): Rename from
18919         'allout-write-file-hook-handler', and describe how it depends on
18920         write-contents-functions sensitivity to non-nil value to prevent
18921         file write.
18923         (allout-auto-save-hook-handler): Remove.  auto-save does not check
18924         this in individual buffers, only in the starting buffer, so this
18925         is not the right way for us to inhibit auto-save in a buffer
18926         according to its condition.
18928         (allout-mode): Use new allout-write-contents-hook-handler, and
18929         only with write-contents-functions.  Remove auto-save provisions -
18930         they're implemented elsewhere.
18932         (allout-before-change-handler): If undo is in progress, note that
18933         for attention of allout-post-command-business.
18935         (allout-post-command-business): If the command we're following was
18936         an undo, check for change in the status of encrypted items and
18937         adjust auto-save inhibitions accordingly.
18939         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
18940         according to whether there are or aren't any plain-text topics
18941         pending encryption.
18943         (allout-inhibit-auto-save-info-for-decryption):
18944         Adjust buffer-saved-size and some allout state to inhibit auto-saves
18945         if there are plain-text topics pending encryption.
18947         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
18948         buffer-saved-size and some allout state to not inhibit auto-saves
18949         if there are no longer any plain-text topics pending encryption.
18951         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
18952         No longer provide for exemption of the current topic.
18954 2011-07-04  Juri Linkov  <juri@jurta.org>
18956         Add 7z operations to delete and save changed members (bug#8968).
18957         * arc-mode.el (archive-7z-expunge, archive-7z-update):
18958         New defcustoms.
18959         (archive-7z-write-file-member): New function.
18960         (archive-7z-summarize): Fix the number of dashes in the
18961         listing output.
18963 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18965         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
18966         (bug#8958).
18968 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
18970         * bindings.el: Ignore next-buffer and previous-buffer in
18971         minibuffer-local-map.
18973         * font-lock.el (font-lock-builtin-face): Change light background
18974         color to dark slate blue (Bug#6693).
18976 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
18978         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
18980 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18982         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
18983         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18984         Add switch-to-buffer.
18986 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18988         * isearch.el (isearch-search-fun-function): Clarify further the
18989         meaning of the function returned.
18991 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
18993         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
18995         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
18996         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
18997         Use it.
18998         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
18999         `tramp-default-remote-path' does not exist.
19000         (tramp-send-command-and-read): New optional argument NOERROR.
19001         (tramp-open-connection-setup-interactive-shell)
19002         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19003         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19004         (tramp-process-sentinel): Flush also process' connection property.
19005         (tramp-sh-handle-start-file-process): Do not set process
19006         sentinel.  It is done now ...
19007         (tramp-maybe-open-connection): ... here.  (Bug#8929)
19009 2011-07-04  MON KEY  <monkey@sandpframing.com>
19011         * play/animate.el (animate-string): Doc fixes and allow changing
19012         the buffer name (bug#5417).
19014 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19016         * play/animate.el (animation-buffer-name): Rename from *animate*.
19018 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19020         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19021         This is simpler and helps future-proof the code.
19022         (timer-until): Use time-subtract and float-time.
19023         (timer--time-less-p): Use time-less-p.
19025 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
19027         * type-break.el (timep): Use the value of `float-time' to avoid a
19028         byte-compiler warning.
19030         * server.el (server-eval-and-print): Return any result, even nil.
19032 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19034         * type-break.el: Accept time formats that the builtins accept.
19035         (timep, type-break-time-difference): Accept any format that
19036         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19037         This is simpler and helps future-proof the code.
19038         (type-break-time-difference): Round rather than ignoring
19039         subseconds components.
19041 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19043         * info.el (Info-apropos-matches): Make non-interactive, since it
19044         doesn't seem to do anything useful as a command (bug#8829).
19046 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
19048         * frame.el (frame-background-mode, frame-set-background-mode):
19049         Move from faces.el.
19050         (frame-default-terminal-background): New function.
19052         * custom.el (custom-push-theme): Don't record faces in `changed'
19053         theme; this doesn't work correctly for per-frame face settings.
19054         (disable-theme): Use face-set-after-frame-default to reset faces.
19055         (custom--frame-color-default): New function.
19057 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19059         * dired.el (dired-flagging-regexp): Remove unused variable
19060         (bug#8769).
19062 2011-03-29  Kevin Ryde  <user42@zip.com.au>
19064         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19065         `perl-Test2' extend to match possible "fail #N" rep count
19066         (bug#8377).
19068 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19070         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19071         `smtpmail-via-smtp' now returns the error instead of nil.
19073         * isearch.el (isearch-search-fun-function): Clarify the doc string
19074         (bug#8101).
19076 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
19078         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19079         unnecessary spaces (bug#8987).
19081 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19083         * net/network-stream.el (open-network-stream): Use the
19084         :end-of-capability command thoughout.
19086 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19088         * net/network-stream.el (open-network-stream): Add the
19089         :end-of-capability command parameter, used by pop3.el.
19091 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19093         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19095         * fringe.el (fringe-query-style): Remove redundant text " (type ?
19096         for list)" (bug#6475).
19098         * files.el (file-expand-wildcards): Ignore non-readable
19099         sub-directories while trying to find matches instead of signaling
19100         an error (bug#6297).
19102         * man.el (Man-reference-regexp): Allow matching possible
19103         word-wrapped references (bug#6289).
19105         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19106         for consistency with the other vc buffers (bug#6197).
19107         (vc-checkin): Ditto.
19109         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19111         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19113 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19115         * custom.el (defcustom): Clarify that :set is only used in the
19116         Customize user interface (bug#6089).
19118         * progmodes/flymake.el (flymake-mode): If the buffer isn't
19119         associated with a file, refuse to run instead of erroring out
19120         (bug#6084).
19122         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19123         the doc string, since it appears that using `fill-column' always
19124         controls the width (bug#7845).
19126         * simple.el (shell-command-on-region): Say where the error output
19127         went if `shell-command-default-error-buffer' is set (bug#6857).
19129 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
19131         * allout.el (allout-yank-processing): Adjust cursor position for
19132         backwards-deleted space.
19134         (allout-rebullet-heading): Register changes with
19135         allout-exposure-changed-hook, so the modified topic is properly
19136         decorated.
19138 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19140         * minibuffer.el (completion-in-region): Document PREDICATE
19141         (bug#7136).
19143         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19144         of keyword/argument pairs (bug#6904).
19146         * replace.el (multi-occur):
19147         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19149 2011-07-02  Drew Adams  <drew.adams@oracle.com>
19151         * dired.el (dired-mark-if): Make the message about whether it's
19152         marking or unmarking clearer (bug#8523).
19154 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19156         * disp-table.el (display-table-print-array): New function.
19157         (describe-display-table): Use it to print the vectors more pretty
19158         (Bug#8859).
19160 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
19162         * window.el (window-state-get-1): Don't assign clone numbers.
19163         Add clone-of item to list of window parameters.
19164         (window-state-put-2): Don't process clone numbers.
19165         (display-buffer-alist): Fix doc-string.
19167 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19169         * subr.el (remq): Don't allocate if it's not needed.
19170         (keymap--menu-item-binding, keymap--menu-item-with-binding)
19171         (keymap--merge-bindings): New functions.
19172         (keymap-canonicalize): Use them to refine the canonicalization.
19173         * minibuffer.el (minibuffer-local-completion-map)
19174         (minibuffer-local-must-match-map): Move initialization from C.
19175         (minibuffer-local-filename-completion-map): Move initialization from C;
19176         don't inherit from anything here.
19177         (minibuffer-local-filename-must-match-map): Make obsolete.
19178         (completing-read-default): Use make-composed-keymap to combine
19179         minibuffer-local-filename-completion-map with either
19180         minibuffer-local-must-match-map or
19181         minibuffer-local-filename-completion-map.
19183 2011-07-01  Glenn Morris  <rgm@gnu.org>
19185         * type-break.el (type-break-time-sum): Use dolist.
19187         * textmodes/flyspell.el (flyspell-word-search-backward):
19188         Replace CL function.
19190 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19192         * mouse.el (mouse--strip-first-event): New function.
19193         (function-key-map): Use it to map fringe clicks to normal clicks
19194         by default.
19196         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19197         (vc-bzr-revision-completion-table): Add support for annotate and date.
19199         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19200         inherit from parent.
19202 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19204         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19205         (dired-show-file-type): Doc fixup (bug#8818).
19207         * dired.el (dired-mode): Fix up the doc string as suggested by
19208         Drew Adams (bug#8817).
19210         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19211         cookie, since the manual says that it should be possible to add
19212         this function to `find-file-hook' (bug#8709).
19214 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
19216         * progmodes/cfengine.el: Moved all cfengine3.el functionality
19217         here.  Noted Ted Zlatanov as the maintainer.
19218         (cfengine-common-settings, cfengine-common-syntax): New functions
19219         to set up common things between `cfengine-mode' and
19220         `cfengine3-mode'.
19221         (cfengine3-mode): New mode.
19222         (cfengine3-defuns cfengine3-defuns-regex
19223         (cfengine3-class-selector-regex cfengine3-category-regex)
19224         (cfengine3-vartypes cfengine3-font-lock-keywords)
19225         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19226         (cfengine3-indent-line): Add from cfengine3.el.
19228 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
19230         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19232         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19234 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
19236         * window.el (same-window-buffer-names, same-window-regexps)
19237         (same-window-p, special-display-frame-alist)
19238         (special-display-popup-frame, special-display-function)
19239         (special-display-buffer-names, special-display-regexps)
19240         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19241         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19242         (split-window-preferred-function, split-height-threshold)
19243         (split-width-threshold, even-window-heights)
19244         (display-buffer-mark-dedicated, window-splittable-p)
19245         (split-window-sensibly, window-safely-shrinkable-p):
19246         Un-obsolete.
19247         (display-buffer): Don't spread args with function specifier
19248         because special-display-popup-frame won't like it.
19250 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19252         Time-stamp simplifications and fixes.
19253         These improve accuracy slightly, and future-proof the code
19254         against some potential changes to current-time format.
19256         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19257         by using time-since and float-time.
19259         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19260         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
19261         + NNN microseconds".
19263         * type-break.el (type-break-time-sum): Rewrite using time-add.
19265         * play/hanoi.el (hanoi-current-time-float): Remove.
19266         All uses replaced by float-time.
19268         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19269         This yields a more-accurate answer.
19270         (rng-time-to-float): Remove; no longer needed.
19272         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19274         * calendar/timeclock.el (timeclock-seconds-to-time):
19275         Defalias to seconds-to-time, since they're the same thing.
19277         * emacs-lisp/elp.el (elp-elapsed-time):
19278         * emacs-lisp/benchmark.el (benchmark-elapse):
19279         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19281 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19283         * window.el (bury-buffer): Don't iconify the only frame.
19284         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19285         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
19287 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
19289         * eshell/em-smart.el (eshell-smart-display-navigate-list):
19290         Add mouse-yank-primary.
19292 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
19294         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19296 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19298         * emacs-lisp/find-func.el (find-library--load-name): New fun.
19299         (find-library-name): Use it to find relative load names when provided
19300         absolute file name (bug#8803).
19302 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19304         * textmodes/flyspell.el (flyspell-word): Consider words that
19305         differ only in case as potential doublons (bug#5687).
19307         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19308         Remove two rather uninteresting debugging-like messages to make
19309         debbugs.el more silent.
19311         * comint.el (comint-password-prompt-regexp): Accept "Response" as
19312         a password-like phrase.
19314 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
19316         * progmodes/cc-guess.el: New file.
19318         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19320         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19321         derived from `c-basic-common-init'.
19323         * progmodes/cc-mode.el (top-level): Require cc-guess.
19324         (c-basic-common-init): Use `cc-choose-style-for-mode'.
19326 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
19328         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19330 2011-06-30  Alan Mackenzie  <acm@muc.de>
19332         * progmodes/cc-engine.el (c-guess-continued-construct):
19333         Correct the handling of template-args-cont, particularly for when font
19334         lock is disabled.  Name this case as "CASE G".
19336 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
19338         * allout.el (allout-yank-processing): Fix injection of extra space
19339         between bullet and non-whitespace character in first topic when
19340         pasting, ensuring that the actual spacing in the pasted topic
19341         following the bullet char is preserved.  This extra space was
19342         causing pasted encrypted topics to get a decrypted status even
19343         when the content was actually still encrypted.  Now the decryption
19344         status from before the paste is preserved.
19346         (allout-flag-region): Set all allout overlays so they evaporate
19347         when reduced to zero length (evanescent), to prevent overlay
19348         leakage.
19350 2011-06-30  Glenn Morris  <rgm@gnu.org>
19352         * w32-fns.el (w32-charset-info-alist): Declare.
19354         * find-dired.el (find-grep-options): Simplify.
19356         * term/ns-win.el (ns-set-resource): Declare.
19358         * ses.el (row, col): Declare dynamic variables honestly.
19360         * textmodes/reftex-parse.el (index-tags): Declare.
19362 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
19364         * cus-edit.el (customize-push-and-save): New function.
19366         * files.el (hack-local-variables-confirm): Use it.
19368         * custom.el (load-theme): New arg NO-CONFIRM.
19369         Use customize-push-and-save (Bug#8720).
19370         (custom-enabled-themes): Doc fix.
19372         * cus-theme.el (customize-create-theme)
19373         (custom-theme-merge-theme): Callers to load-theme changed.
19375 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19377         * thingatpt.el (thing-at-point-short-url-regexp): Require that
19378         short URLs have at least one dot in them (bug #7614).
19380         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19381         nil, because using a pty is apparently too slow (bug #895).
19383 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19385         * mail/sendmail.el (sendmail-query-once): New function.
19386         (sendmail-query-once-function): New variable.
19388 2011-06-29  Glenn Morris  <rgm@gnu.org>
19390         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19392         * ses.el (top-level): Require cl when compiling.
19393         (ses-set-localvars): Fix error statement.
19394         Call it at compile time to silence a storm of warnings.
19396 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
19398         * window.el (normalize-live-buffer): Rename to
19399         window-normalize-buffer.
19400         (normalize-live-frame): Rename to window-normalize-frame.
19401         (normalize-any-window): Rename to window-normalize-any-window.
19402         (normalize-live-window): Rename to window-normalize-live-window.
19403         (make-window-atom): Rename to window-make-atom.
19404         (window-resize-reset): Rename to window--resize-reset.
19405         (window-resize-reset-1): Rename to window--resize-reset-1.
19406         (resize-mini-window): Rename to window--resize-mini-window.
19407         (resize-subwindows-skip-p): Rename to
19408         window--resize-subwindows-skip-p.
19409         (resize-subwindows-normal): Rename to
19410         window--resize-subwindows-normal.
19411         (resize-subwindows): Rename to window--resize-subwindows.
19412         (resize-other-windows): Rename to window--resize-siblings.
19413         (resize-this-window): Rename to window--resize-this-window.
19414         (resize-root-window): Rename to window--resize-root-window.
19415         (resize-root-window-vertically): Rename to
19416         window--resize-root-window-vertically.
19417         (normalize-buffer-to-display): Rename to
19418         window-normalize-buffer-to-display.
19419         (normalize-buffer-to-switch-to): Rename to
19420         window-normalize-buffer-to-switch-to.
19421         Correspondingly update all callers of the functions listed
19422         above.
19423         (display-buffer-alist, display-buffer-normalize-arguments)
19424         (display-buffer-normalize-options, display-buffer)
19425         (display-buffer-alist-set): Use "function" instead of
19426         "fun-with-args".
19428 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
19430         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19431         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
19432         debbugs.gnu.org.  Mention acknowledgment email.
19434 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19436         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19437         buffer multibyteness, since it shouldn't matter.
19439 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
19441         * window.el (display-buffer-in-side-window): Handle dedicated
19442         windows as in display-buffer-reuse-window.
19443         (display-buffer-normalize-alist): Use value of override
19444         specifier.
19445         (display-buffer-normalize-specifiers): Use value of
19446         other-window-means-other-frame specifier.
19447         (display-buffer-alist): Rewrite some texts in widgets.
19448         (display-buffer): Spread arguments when calling function
19449         specified by fun-with-args.
19451 2011-06-28  Deniz Dogan  <deniz@dogan.se>
19453         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19454         Unnest `let'.
19456         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19457         selectors (Bug#5732).
19458         (css-proprietary-nmstart-re): Use `regexp-opt'.
19460 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
19462         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19463         (eshell-ls-date-format): New defcustom.
19464         (eshell-ls-file): Use it.
19466 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19468         * help-fns.el (describe-variable): Fix message for terminal-local vars.
19470 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19472         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19473         (ange-ftp-make-tmp-name): New arg.
19474         (ange-ftp-file-local-copy): Use it.
19476 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
19478         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19479         no-conversion (Bug#8870).
19481 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
19483         * window.el (window-right, window-left, window-child)
19484         (window-child-count, window-last-child)
19485         (window-iso-combination-p, walk-window-tree-1)
19486         (window-atom-check-1, window-tree-1, delete-window)
19487         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19488         new naming conventions - window-vchild, window-hchild,
19489         window-next and window-prev are now called window-top-child,
19490         window-left-child, window-next-sibling and window-prev-sibling
19491         respectively.
19492         (resize-window-reset): Rename to window-resize-reset.
19493         (resize-window-reset-1): Rename to window-resize-reset-1.
19494         (resize-window): Rename to window-resize.
19495         (window-min-height, window-min-width)
19496         (resize-mini-window, resize-this-window, resize-root-window)
19497         (resize-root-window-vertically, adjust-window-trailing-edge)
19498         (enlarge-window, shrink-window, maximize-window)
19499         (minimize-window, delete-window, quit-restore-window)
19500         (split-window, balance-windows, balance-windows-area-adjust)
19501         (balance-windows-area, window-state-put-2)
19502         (display-buffer-even-window-sizes, display-buffer-set-height)
19503         (display-buffer-set-width, set-window-text-height)
19504         (fit-window-to-buffer): Rename all "resize-window" prefixed
19505         calls to use the "window-resize" prefix convention.
19506         (display-buffer-alist): Fix symbol for label specifier.
19507         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19508         corresponding specifier.
19509         Reported by Juanma Barranquero <lekktu@gmail.com>.
19511 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
19513         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19514         convention.
19515         (ses-call-printer): Does not pass an empty string to formatter when the
19516         cell is empty to keep from barking printer Calc math-format-value.
19518 2011-06-27  Richard Stallman  <rms@gnu.org>
19520         * battery.el (battery-mode-line-limit): New variable.
19521         (battery-update): Handle it.
19523         * mail/rmailmm.el (rmail-mime-process-multipart):
19524         Handle truncated messages.
19526 2011-06-27  Glenn Morris  <rgm@gnu.org>
19528         * progmodes/flymake.el (flymake-err-line-patterns):
19529         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
19531 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
19533         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19534         (ses--clean-!, ses--clean-_): New functions.
19535         (ses-range): Add configurability of readout order, and conversion
19536         to Calc vector.
19538         * ses.el (ses-repair-cell-reference-all): New function.
19539         (ses-cell-symbol): Set macro as safe, so that it can be used in
19540         formulas.
19542         * ses.el: Update cycle detection algorithm.
19543         (ses-localvars): Add ses--Dijkstra-attempt-nb and
19544         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19545         (ses-set-localvars): New function.
19546         (ses-make-cell): Add property-list as a cell element.
19547         (ses-cell-property-get-fun, ses-cell-property-get)
19548         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19549         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19550         New functions.
19551         (ses-cell-property-set, ses-cell-property-pop)
19552         (ses-cell-property-get-handle): New macro.
19553         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19554         New aliases, used for code readability.
19555         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19556         cycle detection.
19557         (ses-self-reference-early-detection): New defcustom.
19558         (ses-formula-references): Robustify against self-referring cells.
19559         (ses-mode): Use ses-set-localvars.
19560         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19561         before lauching the update processing.
19562         (ses-initialize-Dijkstra-attempt): New function.
19563         (ses-recalculate-cell): Update for cycle detection based on
19564         Dijkstra algorithm.
19566         * ses.el: Fix commenting and indenting convention.
19568 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19570         * bs.el (bs-cycle-next): Complete last change.
19572 2011-06-27  Drew Adams  <drew.adams@oracle.com>
19574         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19576 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19578         * net/network-stream.el (network-stream-open-starttls):
19579         Don't re-get capabilities unless we've reestablished connection.
19580         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19582         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19583         to binary to possibly avoid line encoding issues on Windows (among
19584         other things).
19586 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19588         * net/network-stream.el (open-network-stream): Return an :error
19589         saying what the problem was, if possible.
19591         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19592         server.
19594         * net/network-stream.el (network-stream-open-starttls): If we
19595         wanted to use STARTTLS, and the server offered it, but we weren't
19596         able to because we had no STARTTLS support, then close the connection.
19597         (open-network-stream): Return an :error element, if present.
19599 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
19601         * hl-line.el (hl-line-sticky-flag): Doc fix.
19602         (global-hl-line-sticky-flag): New option (Bug#8323).
19603         (global-hl-line-highlight): Obey it.
19605         * vc/vc.el (vc-revert-show-diff): Default to t.
19607 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
19609         * allout-widgets.el (allout-widgets-post-command-business):
19610         Stop decorating intermediate isearch matches.  They're not being
19611         undecorated when an isearch is continued past, and isearch
19612         automatically collapses them.  This leads to "widget leaks", where
19613         decorated items accumulate in collapsed areas.  Lines with lots of
19614         hidden widgets can slow down cursor travel, substantially.
19615         Too much complicated machinery would be needed to ensure undecoration,
19616         so we're doing without this nicety.
19618         (allout-widgets-tally-string): Don't try to do a hash-table-count
19619         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
19620         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19621         *Messages* when allout-widgets-maintain-tally is t.
19623 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
19625         * window.el (display-buffer-normalize-argument): Rename to
19626         display-buffer-normalize-arguments.  Handle special meaning of
19627         LABEL argument.  Respect special-display-function when popping up
19628         a new frame.  Fix code searching for a window showing the buffer
19629         on another frame.
19630         (display-buffer-normalize-specifiers):
19631         Call display-buffer-normalize-arguments.
19632         (display-buffer-in-window): Don't undedicate the window if its
19633         buffer remains the same.
19634         Reported by Drew Adams <drew.adams@oracle.com>.
19635         (display-buffer-alist): Add choice for same-window macro
19636         specfier.
19637         (display-buffer): Mention special meaning of LABEL argument in
19638         doc-string.  Fix quoting.  Don't pop up a new frame even as
19639         fallback.
19641 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
19643         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
19644         avoid deleting the current window in some cases (bug#8911).
19646 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
19648         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
19649         (Bug#8934)
19651 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19653         * net/network-stream.el (network-stream-open-starttls):
19654         Use built-in TLS support if `gnutls-available-p' is true.
19655         (network-stream-open-tls): Ditto.
19657 2011-06-26  Leo Liu  <sdl.web@gmail.com>
19659         * register.el (registerv): New struct.
19660         (registerv-make): New function.
19661         (jump-to-register, describe-register-1, insert-register):
19662         Support the jump-func, print-func and insert-func slot of a registerv
19663         struct.  (Bug#8415)
19665 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
19667         * vc/vc.el (vc-revert-show-diff): New defcustom.
19668         (vc-diff-internal): New arg specifying diff buffer.
19669         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
19670         reuse an existing *vc-diff* buffer (Bug#8927).
19672         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
19674 2011-06-26  Glenn Morris  <rgm@gnu.org>
19676         * progmodes/f90.el (f90-critical-indent): New option.
19677         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
19678         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
19679         (f90-mode): Doc fix.
19680         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
19681         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
19682         (f90-beginning-of-block, f90-next-block, f90-indent-region)
19683         (f90-match-end): Handle block, critical.
19685 2011-06-25  Glenn Morris  <rgm@gnu.org>
19687         * calendar/diary-lib.el (diary-included-files): Doc fix.
19688         (diary-include-files): New function, extracted from
19689         diary-include-other-diary-files and diary-mark-included-diary-files.
19690         (diary-include-other-diary-files, diary-mark-included-diary-files):
19691         Just call diary-include-files.
19692         (diary-mark-entries): Reset diary-included-files on first call.
19694         * calendar/diary-lib.el (diary-mark-entries)
19695         (diary-mark-included-diary-files):
19696         Visit included diary-files in temp buffers.
19698         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
19699         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
19700         (f90-start-block-re, f90-imenu-generic-expression)
19701         (f90-looking-at-program-block-start, f90-no-block-limit):
19702         Add support for submodules.
19704         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19705         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
19707 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
19709         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
19710         buffer-file-type before setting its value, to avoid disastrous
19711         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
19713 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
19715         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
19717         * ses.el (ses-unload-function):
19718         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
19720         * proced.el (proced-unload-function):
19721         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
19723 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
19725         * server.el (server-create-window-system-frame): Add parameters arg.
19726         (server-process-filter): Doc fix.  Handle frame-parameters.
19728 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
19730         Fix bug#8730, bug#8781.
19732         * loadhist.el (unload--set-major-mode): New function.
19733         (unload-feature): Use it.
19735         * progmodes/python.el (python-after-info-look): Add autoload cookie.
19736         (python-unload-function): New function.
19738 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19740         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
19742 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
19744         * net/browse-url.el (browse-url-firefox-program): Add icecat to
19745         the candidates list.
19747 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
19749         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
19751 2011-06-23  Richard Stallman  <rms@gnu.org>
19753         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
19754         (rmail-variables): Set next-error-move-function.
19755         (rmail-what-message): Take argument POS.
19756         (rmail-next-error-move): New function.
19758 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19760         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
19761         messages for adjacent non-terminals.
19763 2011-06-23  Richard Stallman  <rms@gnu.org>
19765         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
19766         (rmail-show-message-1): Preserve buffer modified flag.
19767         (rmail-start-mail): Don't specify use of rmail-mail-return;
19768         that's done by mail-bury now.
19769         (rmail-mail-return): Handle arg NEWBUF.
19771 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
19773         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
19774         SIZE is a number.
19776 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
19778         * window.el (get-lru-window, get-mru-window)
19779         (get-largest-window): Never return a minibuffer window.
19780         (display-buffer-pop-up-window): Fix a bug that could lead to
19781         reusing the minibuffer window.
19782         (display-buffer): Pass original specifier argument to
19783         display-buffer-function instead of the normalized one.
19784         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19786 2011-06-22  Leo Liu  <sdl.web@gmail.com>
19788         * minibuffer.el (completing-read-function)
19789         (completing-read-default): Move from minibuf.c.
19791 2011-06-22  Richard Stallman  <rms@gnu.org>
19793         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19794         to Rmail even if not started by a special Rmail command.
19796         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19797         Copy the buffer currently showing just one message.
19799 2011-06-22  Roland Winkler  <winkler@gnu.org>
19801         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19802         (bibtex-clean-entry): First delete the old key so that a
19803         customized algorithm for generating the new key does not get
19804         confused by the old key.
19805         (bibtex-url): Obey regexp of first step.
19806         (bibtex-search-entries): Do not use add-to-list with local
19807         list-var.
19809 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19811         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19812         stored a user name, then query for the password first, instead of
19813         waiting for SMTP to give an error message and the trying again.
19815 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
19817         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
19818         BUFFER in call-process.
19820 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19822         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
19823         QUIT twice.
19824         (smtpmail-try-auth-methods): Require user name and password from
19825         auth-source.
19827 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
19829         * window.el (display-buffer-default-specifiers)
19830         (display-buffer-alist): Remove entries for pop-up-frame-alist.
19831         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
19832         (split-window): Normalize SIDE argument (Bug#8916).
19834         * frame.el (pop-up-frame-alist, pop-up-frame-function)
19835         (special-display-frame-alist, special-display-popup-frame):
19836         Remove duplicate declarations.  These are now in window.el.
19838 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19840         * mail/smtpmail.el (smtpmail-via-smtp):
19841         Set :use-starttls-if-possible so that we always use STARTTLS if the
19842         server supports it.  SMTP servers that support STARTTLS commonly
19843         require it.
19845         * net/network-stream.el (network-stream-open-starttls): Support
19846         upgrading to STARTTLS always, even if we don't have built-in support.
19847         (open-network-stream): Add the :always-query-capabilities keyword.
19849         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
19850         upgrades with `open-network-stream', and rely solely on
19851         auth-source for all credentials.  Big changes throughout the file,
19852         but in particular:
19853         (smtpmail-auth-credentials): Remove.
19854         (smtpmail-starttls-credentials): Remove.
19855         (smtpmail-via-smtp): Check for servers saying they want AUTH after
19856         MAIL FROM, too.
19858         * net/network-stream.el (network-stream-open-starttls):
19859         Provide support for client certificates both for external and built-in
19860         STARTTLS.
19861         (auth-source): Require.
19862         (open-network-stream): Document the :client-certificate keyword.
19863         (network-stream-certificate): Change cert-cert to cert and
19864         cert-key to key.
19866 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
19868         * net/tramp-cache.el (top): Don't load the persistency file when
19869         "emacs -Q" has been called.
19871 2011-06-21  Tim Harper  <timcharper@gmail.com>
19873         * term/ns-win.el (ns-initialize-window-system):
19874         Set application-specific `ApplePressAndHoldEnabled' system
19875         resource to NO as it is not yet supported by the NS port.
19877 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
19879         * misc.el (list-dynamic-libraries--refresh): Compute header here...
19880         (list-dynamic-libraries): ...not here.
19882 2011-06-21  Leo Liu  <sdl.web@gmail.com>
19884         * subr.el (sha1): Implement sha1 using secure-hash.
19886 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
19888         * window.el (display-buffer-alist): In default value do not
19889         enforce searching a window on any but the selected frame.
19890         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19891         (display-buffer-select-window): Remove function.
19892         (display-buffer-in-window): When a window on another frame gets
19893         reused, do not select it any more but just raise its frame if
19894         necessary (Bug#8851) and (Bug#8856).
19895         (display-buffer-normalize-options): Handle pop-up-frames related
19896         options more faithfully.
19897         (pop-to-buffer): Don't rely on `display-buffer' selecting the
19898         window if it is on another frame.
19899         (display-buffer-alist, display-buffer-default-specifiers):
19900         Don't make new frame unsplittable by default.
19901         (display-buffer-normalize-argument): Fix doc-string typo and use
19902         'same-frame-other-window instead of 'other-window when associating
19903         with display-buffer-macro-specifiers.
19905 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
19907         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
19908         New functions.
19909         (5x5-mode-map, 5x5-mode-menu): Bind them.
19910         (5x5-draw-grid): Tweak the solver's rendering.
19912 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19914         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
19915         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
19917 2011-06-21  Drew Adams  <drew.adams@oracle.com>
19919         * menu-bar.el: Use function variable instead of switch-to-buffer.
19920         (menu-bar-select-buffer-function): New variable.
19921         (menu-bar-update-buffers): Use it (bug#8876).
19923 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19925         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
19926         variable's status.
19928 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
19930         * x-dnd.el (x-dnd-version-from-flags)
19931         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
19932         and long as number (Bug#8899).
19933         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
19935 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19937         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
19938         (completion-try-completion, completion-all-completions): Compute the
19939         metadata argument if it's missing; make it optional (bug#8795).
19941         * wid-edit.el: Use lex-bind and move towards completion-at-point.
19942         (widget-complete): Use new :completion-function property.
19943         (widget-completions-at-point): New function.
19944         (default): Use :completion-function instead of :complete.
19945         (widget-default-completions): Rename from widget-default-complete;
19946         Rewrite.
19947         (widget-string-complete, widget-file-complete, widget-color-complete):
19948         Remove functions.
19949         (file, symbol, function, variable, coding-system, color):
19950         * international/mule-cmds.el (default-input-method, charset)
19951         (language-info-custom-alist):
19952         * cus-edit.el (face): Use new property :completions.
19954         * progmodes/pascal.el (pascal-completions-at-point): New function.
19955         (pascal-mode): Use it.
19956         (pascal-mode-map): Use completion-at-point.
19957         (pascal-toggle-completions): Make obsolete.
19958         (pascal-complete-word, pascal-show-completions):
19959         * progmodes/octave-mod.el (octave-complete-symbol):
19960         Redefine as obsolete alias.
19961         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
19962         Signal absence of completion info for old Octave,
19963         (inferior-octave-complete): Redefine as obsolete alias.
19964         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
19965         (meta-completions-at-point): Rename from meta-complete-symbol and
19966         adapt it for use on completion-at-point-functions.
19967         (meta-common-mode): Use it.
19968         (meta-looking-at-backward, meta-match-buffer): Remove.
19969         (meta-complete-symbol): Redefine as obsolete alias.
19970         (meta-common-mode-map): Use completion-at-point.
19971         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
19972         (makefile-mode-map): Use completion-at-point.
19973         (makefile-completions-at-point): Rename from makefile-complete and
19974         adapt it for use on completion-at-point-functions.
19975         (makefile-mode): Use it.
19976         (makefile-complete): Redefine as obsolete alias.
19978 2011-06-20  Deniz Dogan  <deniz@dogan.se>
19980         * net/rcirc.el: Delete trailing whitespaces once and for all.
19982 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
19984         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
19986 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
19988         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
19990         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
19992 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
19994         * window.el (display-buffer-other-window-means-other-frame):
19995         Call display-buffer-normalize-alist.
19996         (display-buffer-normalize-specifiers-1): Rename to
19997         display-buffer-normalize-argument.  New argument other-frame.
19998         Rewrite.
19999         (display-buffer-normalize-specifiers-2): Rename to
20000         display-buffer-normalize-options.
20001         (display-buffer-normalize-alist-1): New function.
20002         (display-buffer-normalize-specifiers-3): Rename to
20003         display-buffer-normalize-alist.
20004         Call display-buffer-normalize-alist-1.
20005         (display-buffer-normalize-options-inhibit): New variable.
20006         (display-buffer-normalize-specifiers): Rewrite calling
20007         display-buffer-normalize-alist,
20008         display-buffer-normalize-argument, and
20009         display-buffer-normalize-options.  Don't call the latter if
20010         display-buffer-normalize-options-inhibit is non-nil.
20011         (frame-auto-delete): New option.
20012         (window-deletable-p): Use frame-auto-delete.
20013         (window-list-no-nils, window-state-ignored-parameters)
20014         (window-state-get-1, window-state-get, window-state-put-list)
20015         (window-state-put-1, window-state-put-2, window-state-put):
20016         New functions.
20017         (display-buffer-normalize-options): Move special-display-p group
20018         after pop-up-frame group (Bug#8851) and (Bug#8856).
20020 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
20022         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20023         groups (Bug#8776).
20024         (rx-submatch-n): New function.
20025         (rx): Document it.
20027         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20028         (Bug#8768).
20030         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20032         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20034         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20035         anytime existing face settings are present (Bug#8889).
20037         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20038         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20039         Remove unused argument.
20041 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
20043         * window.el (display-buffer-default-specifiers):
20044         Remove pop-up-frame.  Add pop-up-window-min-height,
20045         pop-up-window-min-width, and another reuse-window specifier
20046         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
20047         (display-buffer-normalize-specifiers-2):
20048         Handle split-height-threshold and split-width-threshold also when
20049         pop-up-windows is unset.  Add a reuse-window specifier for the
20050         case popping up a new window fails.
20051         (special-display-popup-frame): Remove double quoting.
20052         (display-buffer-normalize-specifiers-1): Fix thinko.
20054 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20056         * shell.el (shell-completion-vars): Set pcomplete-termination-string
20057         according to comint-completion-addsuffix.
20059         * pcomplete.el: Convert to lexical binding and fix bug#8819.
20060         (pcomplete-suffix-list): Mark as obsolete.
20061         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20062         pcomplete-seen in the closure.
20063         (pcomplete-comint-setup): Setup completion-at-point as well.
20064         (pcomplete--entries): New function.
20065         (pcomplete--env-regexp): New var.
20066         (pcomplete-entries): Rewrite to work with partial-completion and
20067         without relying on pcomplete-suffix-list.
20068         (pcomplete-pare-list): Remove, unused.
20070 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
20072         * window.el (display-buffer-alist): Set pop-up-window-min-height
20073         and pop-up-window-min-width in default value.  Reported by
20074         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
20075         other-window-means-other-frame.
20076         (display-buffer-macro-specifiers): Comment out entry for
20077         other-window specifier.
20078         (display-buffer-other-window-means-other-frame): New function.
20079         (display-buffer-normalize-specifiers-1): New arguments
20080         buffer-name and label.  Treat other-window case specially.
20081         (display-buffer-normalize-specifiers-2): Treat other-window case
20082         specially.
20083         (display-buffer-normalize-specifiers-3): New function.
20084         (display-buffer-normalize-specifiers):
20085         Call display-buffer-normalize-specifiers-3.
20087 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
20089         * window.el (same-window-p): Fix two typos introduced when
20090         adding with-no-warnings.
20091         (display-buffer-normalize-specifiers-1): Don't check
20092         pop-up-frames for 'unset initialization.
20093         (display-buffer-normalize-specifiers-2): Major rewrite using
20094         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20095         (pop-up-frames, display-buffer-reuse-frames)
20096         (display-buffer-mark-dedicated): Don't initialize to 'unset.
20097         Suggested by David Engster <deng@randomsample.de>.
20098         (even-window-heights): Initialize to 'unset.
20099         (display-buffer-alist-set): Handle new 'unset initializations.
20100         (display-buffer-macro-specifiers): Don't pop up a new frame in the
20101         other window case.
20103 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
20105         * window.el (display-buffer-normalize-specifiers-1):
20106         Respect current value of pop-up-frames for most reasonable values of
20107         second argument of display-buffer (Bug#8865).
20108         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20109         (switch-to-buffer-other-window-same-frame)
20110         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
20111         Adams (Bug#8875).
20112         (display-buffer): Don't check noninteractive when calling
20113         display-buffer-pop-up-frame.
20114         (display-buffer-pop-up-frame): Never pop up a frame in
20115         noninteractive mode (Bug#8857).
20116         (enlarge-window, shrink-window): Don't report an error when the
20117         window can't be resized as requested (Bug#8862).
20119 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20121         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20123         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20125         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20127 2011-06-15  Alan Mackenzie  <acm@muc.de>
20129         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20130         for declarators, disable knr checking to speed up for normal files.
20131         2: Refactor, replacing a sequence of nested if forms by a cond form.
20133 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20135         * net/network-stream.el (open-network-stream): Add the keyword
20136         :always-query-capabilities for the case where you want to force a
20137         `plain' network connection, but the protocol still requires the
20138         capabilitiy command (i.e., SMTP and EHLO).
20140         * subr.el (process-live-p): Rename from `process-alive-p' for
20141         consistency with other `-live-p' functions.
20143 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20145         * window.el (same-window-buffer-names, same-window-regexps)
20146         (special-display-frame-alist, special-display-popup-frame)
20147         (special-display-function, special-display-buffer-names)
20148         (special-display-regexps, pop-up-frame-alist)
20149         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20150         (pop-up-windows, split-window-preferred-function)
20151         (split-height-threshold, split-width-threshold, even-window-heights)
20152         (display-buffer-mark-dedicated): Don't encourage the use of
20153         display-buffer-alist from Elisp code.
20155 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
20157         * progmodes/python.el (python-mode): Derive from prog-mode.
20158         * progmodes/ps-mode.el (ps-mode):
20159         * progmodes/mixal-mode.el (mixal-mode):
20160         * progmodes/cfengine.el (cfengine-mode):
20161         * progmodes/ld-script.el (ld-script-mode): Likewise.
20163 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
20165         * window.el (display-buffer-alist): Trim default value to avoid
20166         popping up a new frame (Bug#8857) or reusing an arbitrary window
20167         on another frame.
20168         (display-buffer): Do not fall back on popping up a new frame in
20169         batch mode (Bug#8857).
20171 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
20173         * cus-theme.el (describe-theme-1): Use custom-theme-p.
20174         (custom-theme-summary): New function.
20175         (customize-themes): Use it.
20177 2011-06-13  Glenn Morris  <rgm@gnu.org>
20179         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20181 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
20183         * help.el (help-window): Remove variable.
20184         (help-window-point-marker, temp-buffer-max-height)
20185         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20186         (help-print-return-message): Don't set help-window.
20187         (resize-temp-buffer-window): Rewrite cod eand doc-string.
20188         (help-window-setup-finish): Remove.
20189         (help-window-display-message, help-window-setup)
20190         (with-help-window): Major rewrite based on new
20191         display-buffer-window variable.
20193         * help-mode.el (help-mode-finish): Remove help-window related
20194         code.
20196         * view.el (view-exits-all-viewing-windows): Remove reference to
20197         view-return-to-alist in doc-string.
20198         (view-return-to-alist): Make obsolete.
20199         (view-buffer): Call pop-to-buffer-same-window and remove
20200         undo-window code.
20201         (view-buffer-other-window): Call pop-to-buffer-other-window and
20202         simplify code.  Ignore second argument.
20203         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20204         simplify code.  Ignore second argument.
20205         (view-return-to-alist-update): Make obsolete.
20206         (view-mode-enter): Rename second argument to QUIT-RESTORE.
20207         Rewrite using quit-restore window parameters.
20208         (view-mode-exit): Rename second argument to EXIT-ONLY.
20209         Rewrite using quit-restore-window.
20210         (View-exit, View-exit-and-edit, View-leave, View-quit)
20211         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20212         appropriate arguments.
20213         (view-end-message): Use quit-restore window parameter.
20215         * window.el (display-buffer-function): Rewrite doc-string.
20216         (display-buffer-window, display-buffer-alist): New variables.
20217         (display-buffer-split-specifiers)
20218         (display-buffer-side-specifiers)
20219         (display-buffer-macro-specifiers): New constants.
20220         (display-buffer-even-window-sizes, display-buffer-set-height)
20221         (display-buffer-set-width, display-buffer-select-window)
20222         (display-buffer-in-window, display-buffer-reuse-window)
20223         (display-buffer-split-window-1, display-buffer-split-window)
20224         (display-buffer-split-atom-window, display-buffer-pop-up-window)
20225         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20226         (display-buffer-in-side-window, normalize-buffer-to-display)
20227         (display-buffer-normalize-specifiers-1)
20228         (display-buffer-normalize-specifiers-2)
20229         (display-buffer-normalize-specifiers, display-buffer-frame):
20230         New functions.
20231         (display-buffer): Major rewrite.
20232         (display-buffer-other-window, display-buffer-other-frame)
20233         (pop-to-buffer, switch-to-buffer-other-window)
20234         (switch-to-buffer-other-frame): Rewrite.
20235         (display-buffer-same-window, display-buffer-same-frame)
20236         (display-buffer-same-frame-other-window)
20237         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20238         (pop-to-buffer-other-window)
20239         (pop-to-buffer-same-frame-other-window)
20240         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20241         (switch-to-buffer-other-window-same-frame): New functions.
20242         (same-window-p, special-display-p): Rewrite disabling warnings.
20243         Make obsolete.
20244         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20245         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20246         Make obsolete
20247         (same-window-buffer-names, same-window-regexps)
20248         (special-display-frame-alist, special-display-popup-frame)
20249         (special-display-function, special-display-buffer-names)
20250         (special-display-regexps, pop-up-frame-alist)
20251         (pop-up-frame-function, split-window-preferred-function)
20252         (split-height-threshold, split-width-threshold)
20253         (even-window-heights): Make obsolete.
20255 2011-06-12  Glenn Morris  <rgm@gnu.org>
20257         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
20258         Misc simplifications.
20260 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
20262         * window.el (window-safely-shrinkable-p): Restore function which
20263         was inadvertently removed in change from 2011-06-11.  Declare as
20264         obsolete.
20266         * calendar/calendar.el (calendar-generate-window):
20267         Use window-iso-combined-p instead of combination of one-window-p and
20268         window-safely-shrinkable-p.
20270 2011-06-12  Glenn Morris  <rgm@gnu.org>
20272         * progmodes/fortran.el (fortran-mode-syntax-table):
20273         * progmodes/f90.el (f90-mode-syntax-table):
20274         Set % to punctuation.  (Bug#8820)
20275         (f90-find-tag-default): Remove, no longer needed.
20277 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
20279         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20281 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
20283         * image.el (image-animated-p): Return animation delay in seconds.
20284         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20285         (image-animate-timeout): Remove DELAY argument.  Don't assume
20286         every subimage has the same delay; get it from image-animated-p.
20287         (image-animate): Caller changed.
20289 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
20291         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20292         to ignored backtrace functions.
20294 2011-06-11  Glenn Morris  <rgm@gnu.org>
20296         * calendar/appt.el (appt-disp-window-function): Doc fix.
20297         (appt-check): Handle overlapping appointments.  (Bug#8337)
20299 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
20301         * window.el (window-tree-1, window-tree): New functions, moving
20302         the latter to window.el.
20303         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20304         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20305         (bw-refresh-edges): Remove.
20306         (balance-windows-1, balance-windows-2): New functions.
20307         (balance-windows): Rewrite in terms of window tree functions,
20308         balance-windows-1 and balance-windows-2.
20309         (bw-adjust-window): Remove.
20310         (balance-windows-area-adjust): New function with functionality of
20311         bw-adjust-window but using resize-window.
20312         (set-window-text-height): Rewrite doc-string.
20313         Use normalize-live-window and resize-window.
20314         (enlarge-window-horizontally, shrink-window-horizontally):
20315         Rename argument to DELTA.
20316         (window-buffer-height): New function.
20317         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20318         Rewrite using new window resize routines.
20319         (kill-buffer-and-window, mouse-autoselect-window-select):
20320         Use ignore-errors instead of condition-case.
20321         (quit-window): Call delete-frame instead of delete-windows-on
20322         for the only buffer on frame.
20324 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
20326         * loadup.el (top-level): Load window before files for the sake
20327         of replace-buffer-in-windows.
20329         * files.el (read-buffer-to-switch)
20330         (switch-to-buffer-other-window)
20331         (switch-to-buffer-other-frame, display-buffer-other-frame):
20332         Move to window.el.
20334         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20335         (previous-buffer): Move to window.el.
20337         * bindings.el (unbury-buffer): Move to window.el.
20339         * window.el (delete-other-windows-vertically): Move after
20340         definition of delete-other-windows.
20341         (other-window, delete-windows-on, replace-buffer-in-windows):
20342         Move here from window.c.
20343         (record-window-buffer, unrecord-window-buffer)
20344         (set-window-buffer-start-and-point, switch-to-prev-buffer)
20345         (switch-to-next-buffer): New functions.
20346         (get-next-valid-buffer, last-buffer, next-buffer): Move here
20347         from simple.el.  Call switch-to-next-buffer.
20348         (previous-buffer): Move here from simple.el.
20349         Call switch-to-prev-buffer.
20350         (bury-buffer): Move here from buffer.c.  Switch to previous
20351         buffer when window cannot be deleted.
20352         (unbury-buffer): Move here from bindings.el.
20353         (ctl-x-map): Move binding for other-window from window.c to
20354         here.
20355         (read-buffer-to-switch, switch-to-buffer-other-window)
20356         (switch-to-buffer-other-frame): Move here from files.el.
20357         (normalize-buffer-to-switch-to): New functions.
20358         (switch-to-buffer): Move here from buffer.c.
20359         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20361 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
20363         * window.el (window-min-height, window-min-width): Move here
20364         from window.c.  Add defcustoms and rewrite doc-strings.
20365         (resize-mini-window, resize-window): New functions.
20366         (adjust-window-trailing-edge, enlarge-window, shrink-window):
20367         Move here from window.c.
20368         (maximize-window, minimize-window): New functions.
20369         (delete-window, delete-other-windows, split-window): Move here
20370         from window.c.
20371         (window-split-min-size): New function.
20372         (split-window-keep-point): Mention split-window-above-each-other
20373         instead of split-window-vertically.
20374         (split-window-above-each-other, split-window-vertically):
20375         Rename split-window-vertically to split-window-above-each-other
20376         and provide defalias for old definition.
20377         (split-window-side-by-side, split-window-horizontally):
20378         Rename split-window-horizontally to split-window-side-by-side
20379         and provide defalias for the old definition.
20380         (ctl-x-map): Move bindings for delete-window,
20381         delete-other-windows and enlarge-window here from window.c.
20382         Replace bindings for split-window-vertically and
20383         split-window-horizontally by bindings for
20384         split-window-above-each-other and split-window-side-by-side.
20386         * cus-start.el (all): Remove entries for window-min-height and
20387         window-min-width.  Add entries for window-splits and
20388         window-nest.
20390 2011-06-09  Glenn Morris  <rgm@gnu.org>
20392         * calendar/appt.el (appt-mode-line): New function.
20393         (appt-check, appt-disp-window): Use it.
20395         * files.el (hack-one-local-variable-eval-safep):
20396         Allow minor-modes with explicit +/-1 arguments.
20398 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
20400         * term/xterm.el (xterm): Add defgroup.
20401         (xterm-extra-capabilities): Add defcustom to supply known xterm
20402         capabilities, skip querying them, or query them (default).
20403         (terminal-init-xterm): Use it.
20404         (terminal-init-xterm-modify-other-keys): New function to set up
20405         modifyOtherKeys support to simplify `terminal-init-xterm'.
20407 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
20409         * window.el (resize-window-reset, resize-window-reset-1)
20410         (resize-subwindows-skip-p, resize-subwindows-normal)
20411         (resize-subwindows, resize-other-windows, resize-this-window)
20412         (resize-root-window, resize-root-window-vertically)
20413         (window-deletable-p, window-or-subwindow-p)
20414         (frame-root-window-p): New functions.
20416 2011-06-09  Glenn Morris  <rgm@gnu.org>
20418         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20419         (ange-ftp-get-files): Use it.
20421 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
20423         * mail/sendmail.el (mail-recover-1, mail-recover):
20424         * files.el (recover-file, recover-session):
20425         Handle dired-listing-switches not being just a single short option.
20427 2011-06-09  Glenn Morris  <rgm@gnu.org>
20429         * calendar/appt.el (appt-display-message, appt-disp-window):
20430         Handle lists of appointments.
20432 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
20434         * window.el (one-window-p): Move down in code.
20435         Rewrite doc-string.
20436         (window-current-scroll-bars): Rewrite doc-string.
20437         Normalize live window argument.
20438         (walk-windows, get-window-with-predicate, count-windows):
20439         Rewrite doc-string.  Use window-list-1.
20440         (window-in-direction-2, window-in-direction, get-mru-window):
20441         New functions.
20443 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
20445         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20446         Doc fix (Bug#8713).
20448 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
20450         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20452 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
20454         * loadhist.el (unload-feature-special-hooks):
20455         Add `comint-output-filter-functions'.
20457 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
20459         * calendar/appt.el (appt-check): Move some initializations into the let.
20461 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
20463         * window.el (window-height): Defalias to window-total-height.
20464         (window-width): Defalias to window-body-width.
20466 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
20468         * image-mode.el (image-toggle-animation): New command.
20469         (image-mode-map): Bind it to RET.
20470         (image-mode): Update message.
20471         (image-toggle-display-image): Avoid a spurious cache flush.
20472         (image-transform-rotation): Doc fix.
20473         (image-transform-properties): Return quickly in the normal case.
20474         (image-animate-loop): Rename from image-animate-max-time.
20476         * image.el (image-animate-max-time): Move to image-mode.el.
20477         (create-animated-image): Remove unnecessary function.
20478         (image-animate): Rename from image-animate-start.  New arg.
20479         (image-animate-stop): Remove; just use image-animate-timer.
20480         (image-animate-timer): Use car-safe.
20481         (image-animate-timeout): Rename argument.
20483 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
20485         * window.el (get-lru-window, get-largest-window): Move here from
20486         window.c.  Rename first argument to ALL-FRAMES.
20487         Rephrase doc-strings.
20488         (get-buffer-window-list): Rewrite using window-list-1.
20489         Rephrase doc-string.
20490         (window-safe-min-height, window-safe-min-width): New constants.
20491         (window-size-ignore, window-min-size, window-min-size-1)
20492         (window-sizable, window-sizable-p, window-size-fixed-1)
20493         (window-size-fixed-p, window-min-delta-1, window-min-delta)
20494         (window-max-delta-1, window-max-delta, window-resizable)
20495         (window-resizable-p, window-total-height, window-total-width)
20496         (window-body-width): New functions.
20497         (window-full-height-p, window-full-width-p): Rewrite using
20498         window-total-size.
20499         (window-body-height): Rewrite using window-body-size.
20501 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
20503         * window.el (window-right, window-left, window-child)
20504         (window-child-count, window-last-child, window-any-p)
20505         (normalize-live-buffer, normalize-live-frame)
20506         (normalize-any-window, normalize-live-window)
20507         (window-iso-combination-p, window-iso-combined-p)
20508         (window-iso-combinations)
20509         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20510         (windows-with-parameter, window-with-parameter)
20511         (window-atom-root, make-window-atom, window-atom-check-1)
20512         (window-atom-check, window-side-check, window-check):
20513         New functions.
20514         (ignore-window-parameters, window-sides, window-sides-vertical)
20515         (window-sides-slots): New variables.
20516         (window-size-fixed): Move down in code.  Minor doc-string fix.
20518 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
20520         * comint.el (comint-dynamic-complete-as-filename)
20521         (comint-dynamic-complete-filename): Correctly call
20522         completion-in-region.
20524 2011-06-05  Deniz Dogan  <deniz@dogan.se>
20526         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20527         in last change.
20529 2011-06-05  Deniz Dogan  <deniz@dogan.se>
20531         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20532         (rcirc): Use it to prompt for encryption.
20534 2011-06-05  Roland Winkler  <winkler@gnu.org>
20536         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20537         (bibtex-search-entries): New command bound to C-c C-a.
20538         (bibtex-display-entries): New function.
20540 2011-06-05  Roland Winkler  <winkler@gnu.org>
20542         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20543         (bibtex-insert-kill): After yanking insert newline if necessary.
20544         (bibtex-initialize): Call bibtex-string-files-init only once.
20545         (bibtex-mode): Do not call easy-menu-add.
20546         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20547         (bibtex-yank): Set arg properly if nil.
20549 2011-06-05  Roland Winkler  <winkler@gnu.org>
20551         * textmodes/bibtex.el (bibtex-search-entry-globally):
20552         New variable.
20553         (bibtex-search-entry): Use it.
20555 2011-06-05  Roland Winkler  <winkler@gnu.org>
20557         * textmodes/bibtex.el (bibtex-entry-format): New option
20558         sort-fields.
20559         (bibtex-format-entry, bibtex-reformat): Honor this option.
20560         (bibtex-parse-entry): Return fields in proper order.
20562 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
20564         * doc-view.el (doc-view-remove-if): Move computation of result out
20565         of `dolist' to silence misleading lexical-binding warning.
20567 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
20569         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20570         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20572 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
20574         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20575         "SunOS 5.10".
20577 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
20579         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20580         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20581         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20582         (tramp-parse-putty):
20583         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20584         (tramp-completion-function-alist-ssh)
20585         (tramp-completion-function-alist-telnet)
20586         (tramp-completion-function-alist-su)
20587         (tramp-completion-function-alist-putty): Set `tramp-autoload'
20588         cookie.
20590         * net/tramp-ftp.el:
20591         * net/tramp-sh.el:
20592         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20593         load "tramp.el" `tramp-set-completion-function'.
20595 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20597         * shell.el: Require and use pcomplete.
20598         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20599         (shell-completion-vars): Set pcomplete-default-completion-function.
20601 2011-06-04  Deniz Dogan  <deniz@dogan.se>
20603         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20604         `memq' (Bug#8799).
20606 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20608         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20610 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
20612         * bs.el (bs--mark-unmark, bs--nth-wrapper):
20613         * mpc.el (mpc-select-extend, mpc-songpointer-context):
20614         * vc/log-view.el (log-view-beginning-of-defun):
20615         * vc/smerge-mode.el (smerge-apply-resolution-patch)
20616         (smerge-refine-forward, smerge-refine-chopup-region):
20617         Silence warning for unused `dotimes' counter variables.
20619 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20621         * net/tramp.el (tramp-with-progress-reporter): Rename from
20622         with-progress-reporter.  Use `declare'.
20623         * net/tramp-smb.el:
20624         * net/tramp-sh.el:
20625         * net/tramp-gvfs.el: Update all uses.
20627 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
20629         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20630         buffer isn't killed before making it current.
20632 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20634         Silence various byte-compiler warnings.
20635         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20636         `access-type' and new obsolescence format.
20637         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
20638         new format.
20639         (byte-compile-check-variable): New `access-type' argument.
20640         Only warn if the access-type is obsolete.
20641         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20642         (byte-compile-variable-set): Adjust callers.
20643         * help-fns.el (describe-variable): Adjust to new obsolescence format.
20644         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
20645         setting it as obsolete.
20646         * simple.el (minibuffer-completing-symbol):
20647         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
20648         access as obsolete.
20649         * minibuffer.el (minibuffer-completing-file-name): Don't make it
20650         obsolete yet.
20651         * international/quail.el (quail-mouse-choose-completion): Remove unused
20652         code referring to obsolete var.
20653         (quail-choose-completion-string): Remove.
20654         * server.el (server-clients-with, server-kill-buffer-query-function)
20655         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
20656         * proced.el (proced-send-signal):
20657         * emacs-lisp/lisp.el (lisp-complete-symbol):
20658         Replace completion-annotate-function with completion-extra-properties.
20660 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20662         * simple.el (goto-line): Use read-number.
20663         (overriding-map-is-bound): Remove.
20664         (saved-overriding-map): Change default.
20665         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
20666         Take the map as argument.
20667         (universal-argument, negative-argument, digit-argument): Use it.
20668         (restore-overriding-map): Adjust.
20669         (do-auto-fill): Use fill-forward-paragraph.
20670         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
20672         * minibuffer.el (minibuffer-inactive-mode-map): New var.
20673         (minibuffer-inactive-mode): New major mode.
20674         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
20675         the *Messages* buffer" hack.
20676         (mouse-popup-menubar): Don't burp if the event is a normal key.
20678         Miscellaneous tweaks.
20679         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
20680         lexical scoping as in subr.el's dolist and dotimes.
20681         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
20682         Silence compiler warning.
20683         * thingatpt.el (forward-whitespace): Trivial coding style fix.
20684         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
20685         * international/ccl.el (ccl-compile): Trivial simplification.
20686         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
20687         * emacs-lisp/testcover.el (testcover-end): Remove spurious
20688         `printflag' argument.
20689         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
20690         Purecopy the whole obsolescence data.
20692 2011-06-01  Leo Liu  <sdl.web@gmail.com>
20694         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
20695         improve doc-string as suggested by Marco Pessotto
20696         <melmothx@gmail.com>.
20697         (rcirc-print): Fix last change.
20699 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20701         * minibuffer.el (complete-with-action): Return nil for the metadata and
20702         boundaries of non-functional tables.
20703         (completion-table-dynamic): Return nil for the metadata.
20704         (completion-table-with-terminator): Add default case, using
20705         complete-with-action.
20706         (completion--metadata): New function.
20707         (completion-all-sorted-completions, minibuffer-completion-help): Use it
20708         to try and avoid pathological performance problems.
20709         (completion--embedded-envvar-table): Return `category' metadata.
20711 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20713         * subr.el (process-alive-p): New tiny convenience function.
20715 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20717         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
20718         content but also its previous major mode.
20720 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
20722         * emacs-lisp/debug.el (debug): Restore the previous content of the
20723         *Backtrace* buffer when we exit with C-M-c.
20725 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20727         * minibuffer.el: Add metadata method to completion tables.
20728         (completion-category-overrides): New defcustom.
20729         (completion-metadata, completion--field-metadata)
20730         (completion-metadata-get, completion--styles)
20731         (completion--cycle-threshold): New functions.
20732         (completion-try-completion, completion-all-completions):
20733         Add `metadata' argument to choose completion-styles.
20734         (completion--do-completion): Use metadata to choose cycling.
20735         (completion-all-sorted-completions): Use metadata for sorting.
20736         Remove :completion-cycle-penalty which is not needed any more.
20737         (completion--try-word-completion): Add `metadata' argument.
20738         (minibuffer-completion-help): Check metadata for annotation function
20739         and sorting.
20740         (completion-file-name-table): Return `category' metadata.
20741         (minibuffer-completing-file-name): Make obsolete.
20742         * simple.el (minibuffer-completing-symbol): Make obsolete.
20743         * icomplete.el (icomplete-completions): Pass new `metadata' param to
20744         completion-try-completion.
20746 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20748         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
20750 2011-05-30  Leo Liu  <sdl.web@gmail.com>
20752         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
20753         (rcirc-print): Decode all incoming messages (bug#8744).
20754         (rcirc-decode-coding-system): Allow value nil for automatic coding
20755         system detection.
20757 2011-06-01  Glenn Morris  <rgm@gnu.org>
20759         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
20761 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
20763         * image.el (image-animate-max-time): Allow nil and t values.
20764         Default to nil.
20765         (create-animated-image): Doc fix.
20766         (image-animate-start): Remove second arg; just use
20767         image-animate-max-time.
20768         (image-animate-timeout): Doc fix.  Args changed.
20770         * image-mode.el (image-toggle-display-image): Ensure that the
20771         image spec passed to the animate timer is the same object as in
20772         the buffer's display property (Bug#6981).
20773         (image-transform-properties): Doc fix.
20775         * image.el (image-animate-max-time): Default to nil.
20777 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
20779         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
20780         entire buffer list (Bug#8184).
20782 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
20784         * image.el (imagemagick-types-inhibit)
20785         (imagemagick-register-types): Doc fix.
20787 2011-05-29  Deniz Dogan  <deniz@dogan.se>
20789         * net/rcirc.el (rcirc): Use the user's stored encryption method by
20790         default.
20792 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
20794         * select.el: Don't perform clipboard-manager saving in hooks;
20795         leave the hooks empty.
20797 2011-05-28  Leo Liu  <sdl.web@gmail.com>
20799         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20800         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
20801         (occur-edit-mode): New major mode (Bug#8463).
20802         (occur-after-change-function): New function.
20803         (occur-engine): Give Occur tags a read-only property.
20805 2011-05-28  Kevin Ryde  <user42@zip.com.au>
20807         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20809 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
20811         * bindings.el (help-echo): Make the initial non-indicator dash
20812         empty on graphical terminals (Bug#7295).
20814         * files.el (auto-mode-alist): Move config rule after the
20815         in-stripping one (Bug#8547).
20817         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
20819         * startup.el (normal-splash-screen): Remove gratuitous mode-line
20820         setting (Bug#8740).
20822 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
20824         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
20825         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
20826         (Bug#8539).
20828 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
20830         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
20832 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
20834         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
20835         (hs-hide-block-at-point, hs-find-block-beginning)
20836         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
20837         (Bug#8279).
20839 2011-05-28  Glenn Morris  <rgm@gnu.org>
20841         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
20843 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
20845         * help-fns.el (describe-function-1): If the function is a derived
20846         major mode, print the parent mode.
20848         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
20849         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
20851 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20853         * minibuffer.el (completion--capf-wrapper): Check applicability before
20854         returning non-nil for non-exclusive completion data.
20855         * progmodes/etags.el (tags-completion-at-point-function):
20856         * info-look.el (info-lookup-completions-at-point): Mark as
20857         non-exclusive.
20858         (info-complete): Adjust accordingly.
20860         * info-look.el: Convert to lexical-binding and completion-at-point.
20861         (info-lookup-completions-at-point): New function.
20862         (info-complete): Use it and completion-in-region.
20864 2011-05-28  Drew Adams  <drew.adams@oracle.com>
20866         * isearch.el: Let M-e start with point at the first mismatched char.
20867         (isearch-fail-pos): New function.
20868         (isearch-edit-string): Use it.
20870 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
20872         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20874 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
20876         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
20877         traversal functions for avl-trees.
20878         (avl-tree--stack): New struct.
20879         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
20880         (avl-tree-enter): Add optional `updatefun' arg.
20881         (avl-tree--do-enter): Add optional `updatefun' arg.
20882         Change return value.
20883         (avl-tree-delete): Add optional `test' and `nilflag' args.
20884         (avl-tree--do-delete): Add `test' and `nilflag' args.
20885         Change return value.
20886         (avl-tree-member): Add optional `nilflag'
20887         (avl-tree-member-p): New function.
20888         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
20889         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
20890         (avl-tree-stack-empty-p): New functions.
20892         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
20893         avl-tree--del-balance1 and make it work both ways.
20894         (avl-tree--del-balance2): Remove.
20895         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
20896         make it work both ways.
20897         (avl-tree--enter-balance2): Remove.
20898         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
20899         New macros.
20900         (avl-tree--mapc, avl-tree-map): Add direction argument.
20902 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
20904         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
20906 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
20908         * select.el: Support clipboard managers with built-in function
20909         x-clipboard-manager-save, via delete-frame-functions and
20910         kill-emacs-hook.
20911         (xselect-convert-to-targets): Add MULTIPLE target to list.
20912         (xselect-convert-to-save-targets): New function.
20914 2011-05-27  Kenichi Handa  <handa@m17n.org>
20916         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
20917         let-binding rfc2047-encode-encoded-words to nil.
20919 2011-05-27  Glenn Morris  <rgm@gnu.org>
20921         * mail/emacsbug.el: Don't require url-util.
20923         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
20925         * files.el (set-auto-mode):
20926         Also respect mode: entries at the end of the file.  (Bug#8586)
20928 2011-05-26  Glenn Morris  <rgm@gnu.org>
20930         * files.el (hack-local-variables-prop-line, hack-local-variables):
20931         Downcase mode names, as seems to be traditional.
20932         (hack-local-variables, hack-local-variables-apply): Doc fixes.
20934         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
20935         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
20937 2011-05-25  Julien Danjou  <julien@danjou.info>
20939         * textmodes/rst.el (rst-define-level-faces): Do not define face
20940         symbol if it is already defined.
20942 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
20944         * play/5x5.el (5x5-new-game, 5x5-randomize):
20945         Reset 5x5-solver-output to nil when a new grid is cast.
20946         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
20947         these debugging traces, as defmacro breaks the compiled code.
20949 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
20951         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
20953 2011-05-24  Leo Liu  <sdl.web@gmail.com>
20955         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
20956         (vc-bzr-sha1): Adapt.
20958         * sha1.el: Remove.  Function `sha1' is now builtin.
20960         * bindings.el: Provide sha1 feature.
20962 2011-05-24  Kenichi Handa  <handa@m17n.org>
20964         * mail/sendmail.el: Require `rfc2047'.
20965         (mail-insert-from-field): Do not perform RFC2047 encoding.
20966         (mail-encode-header): New function.
20967         (sendmail-send-it): Set buffer-file-coding-system of the work
20968         buffer to the return value of select-message-coding-system.
20969         Call mail-encode-header.
20971         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
20973 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
20975         * mail/supercite.el (sc-default-cite-frame):
20976         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
20978 2011-05-24  Glenn Morris  <rgm@gnu.org>
20980         * progmodes/python.el (brm-menu): Declare.
20982         * emulation/viper.el (viper-set-hooks): Declare.
20984         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
20985         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
20986         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
20987         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
20988         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
20989         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
20991 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20993         Add an :exit-function for completion-at-point.
20995         * minibuffer.el (completion--done): New fun.
20996         (completion--do-completion): Use it.  New arg `expect-exact'.
20997         (minibuffer-complete, minibuffer-complete-word): Don't output message,
20998         since completion--do-completion does it for us now.
20999         (minibuffer-force-complete): Use completion--done and
21000         completion--replace.  Handle sole-completion case with more care.
21001         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21002         (completion-extra-properties): New var.
21003         (completion-annotate-function): Make obsolete.
21004         (minibuffer-completion-help): Adjust accordingly.
21005         Use completion-list-insert-choice-function.
21006         (completion-at-point, completion-help-at-point):
21007         Bind completion-extra-properties.
21008         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21009         * simple.el (completion-list-insert-choice-function): New var.
21010         (completion-setup-function): Preserve it.
21011         (choose-completion): Pay attention to it, shuffle the code a bit.
21012         (choose-completion-string): New arg `insert-function'.
21014         * textmodes/bibtex.el: Convert to lexical binding.
21015         (bibtex-mode-map): Use completion-at-point.
21016         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21017         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21018         (bibtex-complete): Define as obsolete alias.
21019         (bibtex-complete-internal): Remove.
21020         (bibtex-format-entry): Remove unused sub-group in regexp.
21021         * shell.el (shell--command-completion-data)
21022         (shell-environment-variable-completion):
21023         * pcomplete.el (pcomplete-completions-at-point):
21024         * comint.el (comint--complete-file-name-data): Use :exit-function
21025         instead of completion-table-with-terminator so it also works for
21026         choose-completion.
21028 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21030         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21032         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21033         (bug#8710).
21035         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21037 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
21039         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21040         customization variable and implement: If non-nil, auto-fill will
21041         be inhibited while on topic's header line.
21043 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21045         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21046         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
21047         always have a solution in grid size = 5 cases.
21048         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21049         (5x5-solver-output, 5x5-log-buffer): New vars.
21050         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21051         Make these variables buffer local to achieve 5x5 multi-session-ness.
21052         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21053         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21054         (5x5-solve-suggest): New funs.
21055         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21056         randomize a grid so that we ensure that there is always a solution.
21057         (5x5-make-random-grid): Allow other movement than flipping.
21059 2011-05-23  Kevin Ryde  <user42@zip.com.au>
21061         * emacs-lisp/advice.el (ad-read-advised-function):
21062         Use `function-called-at-point' as the default, if it has
21063         advice and passes PREDICATE.
21065 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21067         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21068         byte-compile-lambda if it's actually a lambda.
21070         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21071         Fix function quoting.  Use backquote better.
21073 2011-05-22  Yuanle Song  <sylecn@gmail.com>
21075         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21076         matching (Bug#8516).
21078 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
21080         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21081         different face (Bug#8178).
21083 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
21085         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21086         defface (Bug#8144).
21088 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21090         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21091         funcall as well (bug#8712).  Warn when performing those conversions.
21092         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21094         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21096 2011-05-22  Glenn Morris  <rgm@gnu.org>
21098         * files.el (hack-local-variables-prop-line): Small simplifications.
21099         (hack-local-variables, hack-local-variables-prop-line):
21100         If MODE-ONLY, return the mode, rather than just `t'.
21102 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21104         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21106 2011-05-21  Glenn Morris  <rgm@gnu.org>
21108         * files.el (hack-local-variables-prop-line, hack-local-variables):
21109         If only interested in the mode, don't bother doing the other stuff.
21111         * image-mode.el (image-after-revert-hook):
21112         Redraw all frames on which the image is visible.  (Bug#8567)
21114         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
21116         * wid-edit.el (widget-checklist-match-inline):
21117         Fix 2011-04-19 change.  (Bug#8649)
21119 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21121         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21122         Also allow singlespace after single-letter capitals followed by a dot.
21124         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21125         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21127 2011-05-20  Nix  <nix@esperi.org.uk>
21129         * files.el (basic-save-buffer-2):
21130         Fix handling of break-hardlink-on-save with non-existent files.
21132 2011-05-19  Deniz Dogan  <deniz@dogan.se>
21134         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21135         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21137 2011-05-19  Glenn Morris  <rgm@gnu.org>
21139         * progmodes/f90.el (f90-type-def-re):
21140         Handle "type, bind(c)".  (Bug#8691)
21142         * emacs-lisp/autoload.el (batch-update-autoloads):
21143         Set autoload-excludes by parsing loadup.el rather than Makefiles.
21145 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
21147         * net/tramp.el (tramp-process-actions): Set "first-password-request"
21148         property for the correct connection in case of multihops.
21150 2011-05-18  Glenn Morris  <rgm@gnu.org>
21152         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21153         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21155         Rationalize calendar handling of day and month abbrev-arrays.
21156         * calendar/calendar.el (calendar-customized-p): New function.
21157         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21158         (calendar-day-name-array, calendar-month-name-array): Doc fix.
21159         Add :set function.
21160         (calendar-abbrev-length, calendar-day-abbrev-array)
21161         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21162         (calendar-day-abbrev-array, calendar-month-abbrev-array):
21163         Elements may no longer be nil.
21164         (calendar-day-name, calendar-month-name):
21165         Update for changed nature of abbrev arrays.
21166         * calendar/diary-lib.el (diary-name-pattern):
21167         Update for changed nature of abbrev arrays.
21168         (diary-mark-entries-1): Update calendar-make-alist calls.
21169         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21170         * calendar/cal-html.el (cal-html-day-abbrev-array):
21171         Simply inherit from calendar-day-abbrev-array.
21173 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21175         * progmodes/grep.el (grep-mode): Disable default
21176         compilation-directory-matcher setting (bug#8684).
21178 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
21180         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21181         instead of "head" and "tail".  There were problems with SunOS 5.9,
21182         and it performs better.
21184 2011-05-17  Glenn Morris  <rgm@gnu.org>
21186         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21188         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21189         Replace obsolete function.
21191         * shell.el (pcomplete-parse-arguments-function): Declare.
21193         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21194         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21195         (appt-check): Doc fixes.
21196         (appt-disp-window-function, appt-delete-window-function):
21197         Remove needless special case in custom :type.
21198         (appt-display-count): Default to 0, not nil.
21199         (appt-check): Reset appt-display-count to 0, not nil.
21201 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
21203         * progmodes/python.el (python-font-lock-keywords):
21204         Add the Python 3.X keyword "nonlocal" (bug#8639).
21206 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21208         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21210 2011-05-16  Kevin Ryde  <user42@zip.com.au>
21212         * info-look.el (makefile-automake-mode): New setups, looking in
21213         automake manual, then makefile-mode.
21214         (makefile-mode): Remove automake manual, have it just in
21215         makefile-automake-mode since there's various things different or
21216         not relevant to plain make.
21217         (makefile-mode): Remove "other-modes" non-existent automake-mode,
21218         believe a hypothetical automake-mode would go to makefile-mode,
21219         not the other way around.
21221 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
21223         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21224         hunk-end tags (Bug#8672).
21226         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21227         vc-annotate-show-diff-revision-at-line (Bug#8671).
21229 2011-05-14  Glenn Morris  <rgm@gnu.org>
21231         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21232         in the middle of an existing one with multiple authors.  (Bug#8645)
21233         (change-log-font-lock-keywords): Also handle multiple author lines
21234         with leading tabs.  (Bug#8644)
21236         * calendar/appt.el (appt-check): Rename some local variables.
21237         Some simplification/reordering.
21239         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21240         (feedmail-sendmail-f-doesnt-sell-me-out)
21241         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21242         (feedmail-debug-sit-for, feedmail-queue-express-hook)
21243         (feedmail-queue-runner-message-sender): Set :version.
21244         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21245         (bbdb-dwim-net-address, vm-mail): Declare.
21246         (feedmail-binmail-gnulinuxish-template):
21247         Rename from feedmail-binmail-linuxish-template.
21248         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21249         Use insert-buffer-substring.
21251 2011-05-14  Bill Carpenter  <bill@carpenter.org>
21253         * mail/feedmail.el (feedmail-patch-level): Increase.
21254         (feedmail-debug): New custom group.
21255         (feedmail-confirm-outgoing-timeout)
21256         (feedmail-sendmail-f-doesnt-sell-me-out)
21257         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21258         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21259         (feedmail-sender-line, feedmail-from-line)
21260         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21261         (feedmail-spray-this-address)
21262         (feedmail-spray-address-fiddle-plex-list)
21263         (feedmail-queue-use-send-time-for-date)
21264         (feedmail-queue-use-send-time-for-message-id)
21265         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21266         (feedmail-buffer-eating-function):
21267         Doc fixes.
21268         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21269         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21270         (feedmail-message-action-scroll-down): New functions.
21271         (feedmail-queue-directory, feedmail-queue-draft-directory):
21272         Use expand-file-name.
21273         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21274         Remove C-v help entry.
21275         (feedmail-queue-buffer-file-name): New variable.
21276         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21277         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21278         (feedmail-message-action-send-strong, feedmail-message-action-edit)
21279         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21280         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21281         (feedmail-message-action-toggle-spray)
21282         (feedmail-run-the-queue-no-prompts)
21283         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21284         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21285         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21286         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21287         (feedmail-envelope-deducer, feedmail-fiddle-from)
21288         (feedmail-fiddle-sender, feedmail-default-date-generator)
21289         (feedmail-fiddle-date, feedmail-fiddle-message-id)
21290         (feedmail-fiddle-spray-address)
21291         (feedmail-fiddle-list-of-spray-fiddle-plexes)
21292         (feedmail-fiddle-list-of-fiddle-plexes)
21293         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21294         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21295         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21296         Change default.  Doc fix.
21297         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21298         (feedmail-binmail-linuxish-template): New constant.
21299         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
21300         Respect feedmail-sendmail-f-doesnt-sell-me-out.
21301         (feedmail-send-it): Add debug call.
21302         Use feedmail-queue-buffer-file-name, and
21303         feedmail-send-it-immediately-wrapper.
21304         (feedmail-message-action-send): Add debug call.
21305         Use feedmail-send-it-immediately-wrapper.
21306         (feedmail-queue-express-to-queue): Add debug call.
21307         Run feedmail-queue-express-hook.
21308         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
21309         (feedmail-message-action-help-blat):
21310         Rename from feedmail-queue-send-edit-prompt-help-first.
21311         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
21312         Check line-endings.  Handle errors better.
21313         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21314         Doc fix.  Add debug call.
21315         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
21316         Use feedmail-queue-send-edit-prompt-inner.
21317         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21318         (feedmail-queue-send-edit-prompt-inner): New function, extracted
21319         from feedmail-queue-send-edit-prompt.
21320         (feedmail-queue-send-edit-prompt-help)
21321         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21322         (feedmail-tidy-up-slug): Add debug call.
21323         Respect feedmail-queue-slug-suspect-regexp.
21324         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21325         (feedmail-dump-message-to-queue): Add debug call.
21326         Expand queue-directory.
21327         (feedmail-dump-message-to-queue): Change message slightly.
21328         Use feedmail-say-chatter.
21329         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
21330         (feedmail-send-it-immediately-wrapper): New function.
21331         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
21332         Insert empty string rather than newline.  Handle full-frame case.
21333         Use catch/throw.  Use feedmail-say-chatter.
21334         (feedmail-fiddle-from): Try mail-host-address.
21335         (feedmail-default-message-id-generator): Doc fix.
21336         Bind system-time-locale.  Handle missing end.
21337         (feedmail-fiddle-x-mailer): Add debug call.
21338         Handle feedmail-x-mailer-line being nil.
21339         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21340         Add debug call.  Use buffer-substring-no-properties.
21341         (feedmail-say-debug, feedmail-say-chatter): New functions.
21342         (feedmail-find-eoh): Give an explicit error.
21344 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
21346         * net/newst-treeview.el (newsticker-treeview-face): Change default
21347         family from helvetica to sans.
21348         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21349         etc/images/newsticker.
21351         * net/newst-reader.el (newsticker-feed-face): Change default
21352         family from helvetica to sans.
21354         * net/newst-plainview.el (newsticker-new-item-face)
21355         (newsticker-old-item-face, newsticker-immortal-item-face)
21356         (newsticker-obsolete-item-face, newsticker-date-face)
21357         (newsticker-statistics-face): Change default family from
21358         helvetica to sans.
21359         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21360         etc/images/newsticker.
21362         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21363         (newsticker--process-auto-mark-filter-match): Tell user about
21364         auto-marking.
21366 2011-05-13  Didier Verna  <didier@xemacs.org>
21368         Common Lisp indentation improvements on defmethod and lambda-lists.
21369         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21370         TODO entries.
21371         (lisp-lambda-list-keyword-parameter-indentation)
21372         (lisp-lambda-list-keyword-parameter-alignment)
21373         (lisp-lambda-list-keyword-alignment): New customizable user options.
21374         (lisp-indent-defun-method): Improve docstring.
21375         (extended-loop-p): Fix comment.
21376         (lisp-indent-lambda-list-keywords-regexp): New variable.
21377         (lisp-indent-lambda-list): New function.
21378         (lisp-indent-259): Use it.
21379         (lisp-indent-defmethod): Support for more than one
21380         method qualifier and properly indent methods lambda-lists.
21381         (defgeneric): Provide a missing common-lisp-indent-function property.
21383 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21385         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21386         bounds for the empty string (bug#8667).
21388 2011-05-13  Glenn Morris  <rgm@gnu.org>
21390         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21392         * mail/sendmail.el (sendmail-program): Try executable-find first.
21393         (sendmail-send-it): `sendmail-program' cannot be unbound.
21395         * calendar/appt.el (appt-make-list): Simplify.
21396         (appt-time-msg-list): Doc fix.
21397         (appt-check): Change mode-line message at the time of the appointment.
21399 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
21401         * progmodes/ld-script.el (ld-script-keywords)
21402         (ld-script-builtins): Update keywords list.
21404 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21406         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21408         * shell.el (shell-completion-vars): New function.
21409         (shell-mode):
21410         * simple.el (read-shell-command): Use it.
21411         (blink-matching-open): No need for " [...]" in minibuffer-message.
21413 2011-05-12  Glenn Morris  <rgm@gnu.org>
21415         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21416         (appt-check): Simplify.
21418 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
21420         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21421         literal "/dev/null".
21423 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21425         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21426         Fix typo.
21428 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
21430         * progmodes/which-func.el (which-function):
21431         Use add-log-current-defun instead of add-log-current-defun-function,
21432         which might not be defined (Bug#8260).
21434 2011-05-12  Glenn Morris  <rgm@gnu.org>
21436         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21437         Let byte-compile-initial-macro-environment always take precedence.
21439 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21441         * net/rcirc.el: Add support for SSL/TLS connections.
21442         (rcirc-server-alist): New field `encryption'.
21443         (rcirc): Check `encryption' settings.
21444         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
21445         Merge make-local-variable into `set'.
21446         (rcirc--connection-open-p): New function.
21447         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21448         the process is not a network process (e.g. running gnutls-cli).
21449         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21450         Make rcirc-(en|de)code-coding-system local here.
21451         (rcirc-mode): Merge make-local-variable into `set'.
21452         (rcirc-parent-buffer): Make permanent buffer-local.
21453         (rcirc-multiline-minor-mode): Don't do it here.
21454         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21455         there's no server buffer.
21457 2011-05-11  Glenn Morris  <rgm@gnu.org>
21459         * newcomment.el (comment-kill): Prefix "unused" local.
21461         * term/w32console.el (get-screen-color): Declare.
21463         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21464         Handle symbol elements of byte-compile-initial-macro-environment.
21466 2011-05-10  Leo Liu  <sdl.web@gmail.com>
21468         * bookmark.el (bookmark-bmenu-mode-map):
21469         Bind bookmark-bmenu-search to `/'.
21471         * mail/footnote.el: Convert to utf-8 encoding.
21472         (footnote-unicode-string, footnote-unicode-regexp): New variable.
21473         (Footnote-unicode): New function.
21474         (footnote-style-alist): Add unicode style to the list.
21475         (footnote-style): Doc fix.
21477 2011-05-10  Jim Meyering  <meyering@redhat.com>
21479         Fix doubled-word typos.
21480         * international/quail.el (quail-insert-kbd-layout): and and -> and
21481         * kermit.el: and and -> and
21482         * net/ldap.el (ldap-search-internal): to to -> to
21483         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21484         * progmodes/js.el (js-mode): and and -> and
21485         * textmodes/artist.el (artist-move-to-xy): at at -> at
21486         (artist-draw-region-trim-line-endings): if if -> if
21487         And Safetyc -> Safety.
21488         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21490 2011-05-10  Glenn Morris  <rgm@gnu.org>
21491             Stefan Monnier  <monnier@iro.umontreal.ca>
21493         * files.el (hack-one-local-variable-eval-safep):
21494         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
21496 2011-05-10  Glenn Morris  <rgm@gnu.org>
21498         * calendar/diary-lib.el (diary-list-entries-hook)
21499         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21500         (diary-nongregorian-marking-hook, diary-list-entries)
21501         (diary-include-other-diary-files, diary-mark-entries)
21502         (diary-mark-included-diary-files): Doc fixes.
21504 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
21506         * misc.el: Require tabulated-list.el during compilation.
21508 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
21510         * progmodes/compile.el (compilation-start):
21511         Run compilation-filter-hook for the async case too.
21512         (compilation-filter-hook): Doc fix.
21514 2011-05-09  Deniz Dogan  <deniz@dogan.se>
21516         * wdired.el: Remove outdated installation comment.  Fix usage
21517         comment.
21519 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
21521         * misc.el: Implement new command `list-dynamic-libraries'.
21522         (list-dynamic-libraries--loaded-only-p): New variable.
21523         (list-dynamic-libraries--refresh): New function.
21524         (list-dynamic-libraries): New command.
21526 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
21528         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21529         Fix the ant regexp to handle end-line and end-column info from jikes.
21530         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
21531         higher priority to avoid clobbering by gnu.
21533 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
21535         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21536         if the face has existing theme settings (Bug#8454).
21538 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
21540         * progmodes/perl-mode.el (perl-imenu-generic-expression):
21541         Only match variables declared via `my' or `our' (Bug#8261).
21543         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21544         special file names `.' and `..' (Bug#8259).
21546 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
21548         * progmodes/grep.el (grep-mode-font-lock-keywords):
21549         Remove buffer-changing entries.
21550         (grep-filter): New function.
21551         (grep-mode): Add it to compilation-filter-hook.
21553         * progmodes/compile.el (compilation-filter-hook)
21554         (compilation-filter-start): New defvars.
21555         (compilation-filter): Call compilation-filter-hook prior to
21556         updating the process mark.
21558 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21560         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21562 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
21564         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21565         mailclient-send-it even if window-system is nil.  (Bug#8595)
21567         * term/w32console.el (terminal-init-w32console):
21568         Call get-screen-color and use its output to set the frame
21569         background-mode.  (Bug#8597)
21571 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21573         Make bytecomp.el understand that defmethod defines funs (bug#8631).
21574         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21575         New functions.
21576         (defgeneric, eieio--defmethod): Use them.
21577         (eieio-defgeneric): Remove.
21578         (defmethod): Call defgeneric in a way visible to the byte-compiler.
21580 2011-05-07  Glenn Morris  <rgm@gnu.org>
21582         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21583         Use let rather than let*.
21584         (timeclock-find-discrep): Remove unused local.
21586         * calendar/diary-lib.el (diary-comment-start): Doc fix.
21588         * calendar/appt.el (appt-time-msg-list): Doc fix.
21590 2011-05-06  Noah Friedman  <friedman@splode.com>
21592         * apropos.el (apropos-print-doc): Only use
21593         emacs-lisp-docstring-fill-column when it is bound to an integer,
21594         per that variable's documentation.
21596 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21598         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
21599         and warnings are not silently discarded (e.g. use -d instead of -P).
21601 2011-05-06  Glenn Morris  <rgm@gnu.org>
21603         * calendar/appt.el (appt-message-warning-time): Doc fix.
21604         (appt-warning-time-regexp): New option.
21605         (appt-make-list): Respect appt-message-warning-time.
21607         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21608         New options.
21609         (diary-add-to-list): Strip comments from the displayed string.
21610         (diary-mode): Set comment-start and comment-end.
21612         * vc/diff-mode.el (smerge-refine-subst): Declare.
21613         (diff-refine-hunk): Don't require smerge-mode when compiling.
21615 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
21617         * simple.el (list-processes): Return nil as the docstring says.
21619 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
21621         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21622         to "".
21623         (ange-ftp-write-region, ange-ftp-insert-file-contents)
21624         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21625         determining of binary transfer.  (Bug#7383)
21627 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
21629         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21630         Fix port computation bug.  (Bug#8618)
21632 2011-05-05  Glenn Morris  <rgm@gnu.org>
21634         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21636         * simple.el (shell-dynamic-complete-functions)
21637         (comint-dynamic-complete-functions): Declare.
21639         * net/network-stream.el (gnutls-negotiate):
21640         * simple.el (tabulated-list-print): Fix declarations.
21642         * progmodes/gud.el (syntax-symbol, syntax-point):
21643         Remove unnecessary and incorrect declarations.
21645         * emacs-lisp/check-declare.el (check-declare-scan):
21646         Handle byte-compile-initial-macro-environment in bytecomp.el.
21648 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21650         Fix earlier half-done eieio-defmethod change (bug#8338).
21651         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
21652         Streamline and change calling convention.
21653         (defmethod): Adjust accordingly and simplify.
21654         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
21655         new eieio--defmethod.
21656         (slot-boundp): Minor CSE simplification.
21658 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
21660         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
21661         (glasses-make-readable): Use glasses-separate-capital-groups.
21663 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
21665         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
21666         (warning-series): Doc fix.
21667         (display-warning): Don't try to create the buffer if we just found it.
21669 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
21671         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
21672         (autoload-find-generated-file): New function.
21673         (generate-file-autoloads): Bind generated-autoload-file to
21674         buffer-file-name.
21675         (update-file-autoloads, update-directory-autoloads):
21676         Use autoload-find-generated-file.  If called interactively, prompt for
21677         output file (Bug#7989).
21678         (batch-update-autoloads): Doc fix.
21680 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
21682         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
21684 2011-05-04  Glenn Morris  <rgm@gnu.org>
21686         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
21687         function, so it follows changes in calendar-date-style.
21688         (diary-fancy-date-matcher): New function.
21689         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
21690         (diary-fancy-font-lock-fontify-region-function):
21691         Use diary-fancy-date-pattern as a function.
21693         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
21694         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
21696 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
21698         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
21699         instead of positional arguments.  Allow :keylist and :crlfiles
21700         arguments.
21701         (open-gnutls-stream): Call it.
21703         * net/network-stream.el (network-stream-open-starttls): Adjust to
21704         call `gnutls-negotiate' with :process and :hostname arguments.
21706 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21708         * minibuffer.el (completion--message): New function.
21709         (completion--do-completion, minibuffer-complete)
21710         (minibuffer-force-complete, minibuffer-complete-word): Use it.
21711         (completion--do-completion): Don't ignore completion-auto-help when in
21712         icomplete-mode.
21714         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
21715         internal encoding (e.g. tibetan zero is not whitespace).
21716         (global-whitespace-mode): Prefer save-current-buffer.
21717         (whitespace-trailing-regexp): Remove useless save-match-data.
21718         (whitespace-empty-at-bob-regexp): Minor simplification.
21720 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
21722         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
21724 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
21726         * textmodes/ispell.el (ispell-add-per-file-word-list):
21727         Use `concat' to create string for insertion.
21729 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21731         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
21732         Avoid open-line which runs post-self-insert-hook.
21733         (bibtex-fill-entry): Remove unused `end' var.
21735 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
21737         * textmodes/ispell.el (ispell-add-per-file-word-list):
21738         Protect against `nil' value of `comment-start' (Bug#8579).
21740 2011-05-03  Leo Liu  <sdl.web@gmail.com>
21742         * isearch.el (isearch-yank-pop): New command.
21743         (isearch-mode-map): Bind it to `M-y'.
21744         (isearch-forward): Mention it.
21746 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21748         * simple.el (minibuffer-complete-shell-command): Remove.
21749         (minibuffer-local-shell-command-map): Use completion-at-point.
21750         (read-shell-command): Setup completion vars here instead.
21751         (read-expression-map): Bind TAB to symbol completion.
21753         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
21754         error directly rather via storing it into `results'.
21756 2011-05-02  Leo Liu  <sdl.web@gmail.com>
21758         * vc/diff.el: Fix description.
21760 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21762         * server.el (server-eval-at): New function.
21764 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21766         * net/network-stream.el (open-network-stream): Take a :nowait
21767         parameter and pass it on to `make-network-process'.
21768         (network-stream-open-plain): Ditto.
21770 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
21772         * faces.el (face-spec-set-match-display): Don't match toolkit
21773         options on terminal frames.
21775 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21777         * progmodes/pascal.el: Use lexical binding.
21778         (pascal-mode-map): Remove author preferences.
21780         * pcomplete.el (pcomplete-std-complete): Don't abuse
21781         completion-at-point.
21783 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
21785         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21786         removing code that has been dead since 1991 or so.
21788         * startup.el (command-line): When warning about "_emacs", use a
21789         delayed warning to allow the user to filter it out.
21791 2011-04-28  Deniz Dogan  <deniz@dogan.se>
21793         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21794         user has not joined.
21796 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21798         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21799         aren't any completions at point.
21801 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
21803         * subr.el (display-delayed-warnings): New function.
21804         (delayed-warnings-hook): New variable.
21806 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21808         * minibuffer.el (completion-at-point, completion-help-at-point):
21809         Don't presume that a given completion-at-point-function will always
21810         use the same calling convention.
21812         * pcomplete.el (pcomplete-completions-at-point):
21813         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
21814         pcomplete-seen is non-nil.
21815         (pcomplete-comint-setup): Also recognize the new comint/shell
21816         completion functions.
21817         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
21818         pcomplete-seen is non-nil.
21820 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
21822         * calendar/icalendar.el (diary-lib): Add require statement.
21823         (icalendar--create-uid): Read out a uid from a text-property on
21824         the first character in the entry.  This allows for code to add its
21825         own uid to the entry.
21826         (icalendar--convert-float-to-ical): Add export of
21827         `diary-float'-entries save for those with the optional DAY
21828         argument.
21830 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
21832         * subr.el (shell-quote-argument): Use alternate escaping strategy
21833         when we spot a variable reference in a string.
21835 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
21837         * cus-start.el (all): Define customization for debug-on-event.
21839 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
21841         * subr.el (shell-quote-argument): Escape correctly under Windows.
21843 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21845         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
21847 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
21849         * net/tramp.el (tramp-process-actions): Add POS argument.
21850         Delete region between POS and (pos).
21852         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21853         Use `nil' position in `tramp-process-actions' call.
21854         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
21856         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
21857         position in `tramp-process-actions' call.
21859         * net/trampver.el: Update release number.
21861 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21863         * custom.el (defcustom): Obey lexical-binding.
21865         Fix octave-inf completion problems reported by Alexander Klimov.
21866         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
21867         Inherit from octave-mode-syntax-table.
21868         (inferior-octave-mode): Set info-lookup-mode.
21869         (inferior-octave-completion-at-point): New function.
21870         (inferior-octave-complete): Use it and completion-in-region.
21871         (inferior-octave-dynamic-complete-functions): Use it as well, and use
21872         comint-filename-completion.
21873         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
21874         symbol elements which shouldn't be word elements.
21875         (octave-font-lock-keywords, octave-beginning-of-defun)
21876         (octave-function-header-regexp): Adjust regexps accordingly.
21877         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
21879 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
21881         * net/gnutls.el (gnutls-errorp): Declare before first use.
21883 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
21885         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
21886         verify-error, and verify-hostname-error parameters.  Check whether
21887         default trustfile exists before going to use it.  Add missing
21888         argument to gnutls-message-maybe call.  Return value.
21889         Reported by Claudio Bley <claudio.bley@gmail.com>.
21890         (open-gnutls-stream): Add usage example.
21892         * net/network-stream.el (network-stream-open-starttls): Give host
21893         parameter to `gnutls-negotiate'.
21894         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
21895         * subr.el (shell-quote-argument): Escape correctly under Windows.
21897 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
21899         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
21900         Use correct match group (bug#8438).
21902 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
21904         * emacs-lisp/package.el (package-built-in-p): Fix typo.
21905         (package-menu--generate): New arg specifying packages to show.
21906         (package-menu-refresh, package-menu-execute, list-packages):
21907         Callers changed.
21908         (package-show-package-list): New function, replacing deleted
21909         package--list-packages (renamed because it is non-internal).
21911         * finder.el (finder-list-matches): Use package-show-package-list
21912         instead of deleted package--list-packages.
21914         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
21915         Based on a previous implementation by Juanma Barranquero (Bug#8366).
21916         (vc-annotate-mode-map): Bind it to RET.
21918 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
21920         * progmodes/etags.el (next-file): Don't use set-buffer to change
21921         buffers (Bug#8478).
21923 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
21925         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
21927         * apropos.el (apropos-label-face): Avoid variable-pitch face.
21928         (apropos-accumulator): Doc fix.
21929         (apropos-function, apropos-macro, apropos-command)
21930         (apropos-variable, apropos-face, apropos-group, apropos-widget)
21931         (apropos-plist): Add face property.
21932         (apropos-symbols-internal): Fix indentation.
21933         (apropos-print): Simplify help, and recognize apropos-multi-type.
21934         (apropos-print-doc): Use button-type-get to extract the button's
21935         face property.  Fill docstring (Bug#8352).
21937 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
21939         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
21941         * play/mpuz.el (mpuz-silent): Doc fix.
21942         (mpuz-mode-map): Use mapc.
21943         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
21944         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
21945         Fix typos in docstrings.
21947         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
21948         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
21950         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
21952 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
21954         * minibuffer.el (completion--do-completion): Avoid the "Next char
21955         not unique" prompt if icomplete-mode is enabled (Bug#5849).
21957         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
21958         mouse-2 into unread-command-events, it is interpreted correctly.
21960         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
21961         (image-toggle-display): Doc fix.
21963 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
21965         * textmodes/page.el (what-page): Use line-number-at-pos to
21966         calculate line number (Bug#6825).
21968 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
21970         * eshell/esh-mode.el (find-tag-interactive): Declare function.
21971         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
21972         Pass argument NO-DEFAULT to `find-tag-interactive'.
21974 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
21976         Lexical-binding cleanup.
21978         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
21979         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
21980         * progmodes/ada-prj.el (ada-prj-initialize-values)
21981         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
21982         (ada-prj-show-value):
21983         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
21984         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
21985         (antlr-invalidate-context-cache, antlr-options-menu-filter)
21986         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
21987         * progmodes/bug-reference.el (bug-reference-push-button):
21988         * progmodes/fortran.el (fortran-line-length):
21989         * progmodes/glasses.el (glasses-change):
21990         * progmodes/octave-mod.el (octave-fill-paragraph):
21991         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
21992         (python-pdbtrack-grub-for-buffer, python-sentinel):
21993         * progmodes/sql.el (sql-save-connection):
21994         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
21995         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
21996         Mark unused parameters.
21998         * progmodes/compile.el (compilation--flush-directory-cache)
21999         (compilation--flush-parse, compile-internal): Mark unused parameters.
22000         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22001         (compilation-next-error-function): Remove unused variable `timestamp'.
22003         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22004         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22006         * progmodes/dcl-mode.el (dcl-end-of-command):
22007         Remove unused variable `start'.
22008         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22009         (dcl-option-value-basic, dcl-option-value-offset)
22010         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22011         Mark unused parameters.
22012         (dcl-save-local-variable): Remove unused variable `val'.
22013         (mode): Declare.
22015         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22016         Mark unused parameters.
22017         (delphi-ignore-changes): Move before first use.
22018         (delphi-charset-token-at): Remove unused variable `start'.
22019         (delphi-else-start): Remove unused variable `if-count'.
22020         (delphi-comment-block-start, delphi-comment-block-end):
22021         Remove unused variable `kind'.
22022         (delphi-indent-line): Remove unused variable `new-point'.
22024         * progmodes/ebrowse.el (ebrowse-files-list)
22025         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22026         Mark unused parameters.  Don't quote `lambda'.
22027         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22028         Don't quote `lambda'.
22029         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22030         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22031         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22032         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22033         Use `ignore-errors'.
22034         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22035         (ebrowse-view/find-file-and-search-pattern)
22036         (ebrowse-view/find-member-declaration/definition):
22037         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22038         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22039         Rename parameter PREFIX-ARG to PREFIX.
22040         (ebrowse-tags-read-name): Remove unused variables `start' and
22041         `member-info'.
22042         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22043         to `tags-file'.
22045         * progmodes/etags.el (local-find-tag-hook): Declare.
22046         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22047         Mark unused parameters.
22049         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22050         (executable-interpret): Mark unused parameter.
22052         * progmodes/flymake.el (flymake-process-sentinel)
22053         (flymake-after-change-function)
22054         (flymake-create-temp-with-folder-structure)
22055         (flymake-get-include-dirs-dot): Mark unused parameters.
22056         (flymake-safe-delete-directory): Remove unused variable `err'.
22058         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22059         (speedbar-timer-fn, speedbar-line-text)
22060         (speedbar-change-expand-button-char, speedbar-delete-subblock)
22061         (speedbar-center-buffer-smartly): Declare functions.
22062         (gdb-find-watch-expression): Remove unused variable `array'.
22063         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22064         (gdb-starting): Mark unused parameters.
22065         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22066         (gdb-table-string): Remove unused variable `res'.
22067         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22068         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22069         (gdb-display-buffer): Remove unused variable `cur-size'.
22071         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22072         allow lexical-binding compilation.
22073         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22074         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22075         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22076         Mark unused parameters.
22077         (gud-gdb-marker-filter): Remove unused variable `match'.
22078         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22079         lambda expressions and funcall them, instead of using `fset'.
22081         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22082         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22084         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22085         variable `header-beg'; use `let'.
22087         * progmodes/icon.el (indent-icon-exp): Remove unused variables
22088         `restart', `last-sexp' and `at-do'.
22090         * progmodes/js.el (js--debug): Mark unused parameter.
22091         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22092         (js--splice-into-items): Remove unused variable `item'.
22093         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22095         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22096         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22097         (makefile-complete): Remove unused variable `try'.
22098         (makefile-fill-paragraph, makefile-match-function-end):
22099         Mark unused parameters.
22101         * progmodes/octave-inf.el (inferior-octave-complete):
22102         Remove unused variable `proc'.
22103         (inferior-octave-output-digest): Mark unused parameter.
22105         * progmodes/perl-mode.el (perl-calculate-indent):
22106         Remove unused variable `err'.
22108         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22109         (prolog-indent-line): Mark unused parameters.
22110         (prolog-indent-line): Remove unused variable `beg'.
22112         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22113         (reporter-dont-compact-list): Declare.
22115         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22116         Remove unused variable `char'.
22117         (sh-debug): Mark unused parameter.
22118         (sh-get-indent-info): Remove unused variable `start'.
22119         (sh-calculate-indent): Remove unused variable `var'.
22121         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22122         (simula-electric-keyword): Remove unused variable `null'.
22123         (simula-search-backward, simula-search-forward): Remove unused
22124         variables `begin' and `end'.
22126         * progmodes/vera-mode.el (vera-guess-basic-syntax):
22127         Remove unused variable `pos'.
22128         (vera-electric-tab, vera-comment-uncomment-region):
22129         Mark unused parameters.
22130         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22132 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
22134         * emacs-lisp/package.el (package--builtins, package-alist)
22135         (package-load-descriptor, package-built-in-p, package-activate)
22136         (define-package, package-installed-p)
22137         (package-compute-transaction, package-buffer-info)
22138         (package--push): Doc fix.  Distinguish more clearly between
22139         version strings and version lists.
22141 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
22143         Lexical-binding cleanup.
22145         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22146         (5x5-make-mutate-best):
22147         * play/fortune.el (fortune-in-buffer):
22148         * play/gomoku.el (gomoku-init-display):
22149         * play/solitaire.el (solitaire, solitaire-do-check):
22150         * play/tetris.el (tetris-default-update-speed-function):
22151         Mark unused parameters.
22153         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22154         (bubbles--shift): Remove unused variable `char-org'.
22155         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
22156         (bubbles--show-images): Remove unused variable `char'.
22158         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22159         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22160         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22161         (decipher-analyze-buffer): Use ?\s.
22162         (decipher-make-checkpoint): Remove unused variable `mapping'.
22164         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22166         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22167         Remove unused variable `result'; use `let'.
22169         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22170         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22171         (gametree-children-shown-p, gametree-compute-reduced-score):
22172         Use `ignore-errors'.
22174         * play/handwrite.el (ps-lpr-switches): Declare.
22175         (handwrite): Remove unused variables `pmin' and `lastp'.
22177         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22179         * play/landmark.el (landmark-init-display)
22180         (landmark-update-naught-weights): Mark unused parameters.
22181         (landmark-y): Remove unused variable `noise'.  Simplify.
22182         (landmark-human-plays): Remove unused variable `score'.
22184         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22185         (mpuz-try-proposal): Remove unused variable `game'.
22187         * play/zone.el (life-patterns): Declare.
22189 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
22191         * vc/vc.el (ediff-vc-internal): Declare function.
22193 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22195         * shell.el: Use lexical-binding and std completion UI.
22196         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22197         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22198         comint-preoutput-filter-functions rather than on
22199         comint-output-filter-functions.
22200         (shell-command-completion, shell--command-completion-data)
22201         (shell-filename-completion, shell-environment-variable-completion)
22202         (shell-c-a-p-replace-by-expanded-directory): New functions.
22203         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22204         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22205         (shell-dynamic-complete-environment-variable): Use them.
22206         (shell-dynamic-complete-as-environment-variable)
22207         (shell-dynamic-complete-as-command): Remove.
22208         (shell-match-partial-variable): Match past point.
22209         * comint.el: Clean up use of completion-at-point-functions.
22210         (comint-completion-at-point): New function.
22211         (comint-mode): Use it completion-at-point-functions.
22212         (comint-dynamic-complete): Make it obsolete.
22213         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22214         (comint-c-a-p-replace-by-expanded-history): New function.
22215         (comint-dynamic-complete-functions)
22216         (comint-replace-by-expanded-history): Use it.
22217         * minibuffer.el (completion-table-with-terminator): Allow dynamic
22218         termination strings.  Try harder to avoid second try-completion.
22219         (completion-in-region-mode-map): Disable bindings that don't work yet.
22221         * comint.el: Use lexical-binding.  Require CL.
22222         (comint-dynamic-complete-functions): Use comint-filename-completion.
22223         (comint-completion-addsuffix): Tweak custom type.
22224         (comint-filename-completion, comint--common-suffix)
22225         (comint--common-quoted-suffix, comint--table-subvert)
22226         (comint--complete-file-name-data): New functions.
22227         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22228         (comint-dynamic-list-filename-completions): Use them.
22229         (comint-dynamic-simple-complete): Make obsolete.
22231         * minibuffer.el (completion-in-region-mode):
22232         Keep completion-in-region-mode--predicate global.
22233         (completion-in-region--postch):
22234         Assume completion-in-region-mode--predicate is not null.
22236         * progmodes/flymake.el (flymake-start-syntax-check-process):
22237         Obey `dir'.  Simplify.
22239         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22240         we're in VC after all.
22242 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
22244         * vc/vc.el (vc-diff-build-argument-list-internal)
22245         (vc-version-ediff, vc-ediff): New commands.
22246         (vc-version-diff): Use vc-diff-build-argument-list-internal.
22248 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22250         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22251         add sanity check.
22253         * obsolete/erc-hecomplete.el: Make obsolete.
22254         * obsolete/: Standardize obsolescence info in the header.
22256 2011-04-20  Glenn Morris  <rgm@gnu.org>
22258         * calendar/solar.el (solar-horizontal-coordinates):
22259         Use the longitude argument rather than `calendar-longitude'.
22260         (solar-date-next-longitude): Remove unused locals.
22262 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22264         * whitespace.el: New version 13.2.1.
22266 2011-04-20  felix  <EmacsWiki>  (tiny change)
22268         * whitespace.el (global-whitespace-mode): Keep highlight when
22269         switching between major modes on a file.
22271 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22273         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22274         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22275         multi-line comments as well.
22277 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
22279         Lexical-binding cleanup.
22281         * arc-mode.el (archive-mode-revert):
22282         * cmuscheme.el (scheme-interactively-start-process):
22283         * custom.el (custom-initialize-delay):
22284         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22285         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22286         * emacs-lock.el (emacs-lock-clear-sentinel):
22287         * ezimage.el (defezimage):
22288         * follow.el (follow-avoid-tail-recenter):
22289         * fringe.el (set-fringe-mode-1):
22290         * generic-x.el (bat-generic-mode-compile):
22291         * help-mode.el (help-info-variable, help-do-xref)
22292         (help-mode-revert-buffer):
22293         * help.el (view-emacs-todo):
22294         * iswitchb.el (iswitchb-completion-help):
22295         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22296         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22297         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22298         * locate.el (locate-update):
22299         * longlines.el (longlines-encode-region)
22300         (longlines-after-change-function):
22301         * outline.el (outline-isearch-open-invisible):
22302         * ps-def.el (declare-function, charset-dimension, char-width)
22303         (encode-char):
22304         * ps-mule.el (ps-mule-plot-string):
22305         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22306         (recentf-edit-list-select, recentf-edit-list-validate)
22307         (recentf-open-files-action):
22308         * rect.el (delete-whitespace-rectangle-line)
22309         (rectangle-number-line-callback):
22310         * register.el (window-configuration-to-register)
22311         (frame-configuration-to-register):
22312         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22313         * select.el (xselect-convert-to-string, xselect-convert-to-length)
22314         (xselect-convert-to-targets, xselect-convert-to-delete)
22315         (xselect-convert-to-filename, xselect-convert-to-charpos)
22316         (xselect-convert-to-lineno, xselect-convert-to-colno)
22317         (xselect-convert-to-os, xselect-convert-to-host)
22318         (xselect-convert-to-user, xselect-convert-to-class)
22319         (xselect-convert-to-name, xselect-convert-to-integer)
22320         (xselect-convert-to-atom, xselect-convert-to-identity):
22321         * subr.el (declare, ignore, process-kill-without-query)
22322         (text-clone-maintain):
22323         * terminal.el (te-get-char, te-tic-sentinel):
22324         * tool-bar.el (tool-bar-make-keymap):
22325         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22326         * type-break.el (type-break-mode, type-break-noninteractive-query):
22327         * view.el (View-back-to-mark):
22328         * wid-browse.el (widget-browse-action, widget-browse-widget)
22329         (widget-browse-widgets, widget-browse-sexp):
22330         * widget.el (define-widget-keywords):
22331         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22332         Mark unused parameters.
22334         * align.el (align-adjust-col-for-rule): Mark unused parameter.
22335         (align-areas): Remove unused variable `look'.
22336         (align-region): Remove unused variables `real-end' and `pos-list'.
22338         * apropos.el (apropos-score-doc): Remove unused variable `i'.
22340         * bindings.el (mode-line-modified, mode-line-remote):
22341         Mark unused parameters.
22342         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22344         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22345         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22347         * comint.el (comint-history-isearch-pop-state)
22348         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22349         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22350         (comint-substitute-in-file-name): Doc fix.
22352         * completion.el (cmpl-statistics-block): Mark unused parameter.
22353         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22354         (save-completions-to-file, load-completions-from-file):
22355         Remove unused local variable `e'.
22357         * composite.el (compose-chars): Remove unused variable `len'.
22358         (lgstring-insert-glyph): Remove unused variable `g'.
22359         (compose-glyph-string): Remove unused variables `ascent',
22360         `descent', `lbearing' and `rbearing'.
22361         (compose-glyph-string-relative): Remove unused variables
22362         `lbearing', `rbearing' and `wadjust'.
22363         (compose-gstring-for-graphic): Remove unused variables `header',
22364         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
22365         (compose-gstring-for-terminal): Remove unused variables `header'
22366         and `nchars'.  Use `let', not `let*'.
22368         * cus-edit.el (Custom-set, Custom-save, custom-reset)
22369         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22370         (Custom-buffer-done, custom-buffer-create-internal)
22371         (custom-browse-visibility-action, custom-browse-group-tag-action)
22372         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22373         (widget-magic-mouse-down-action, custom-toggle-parent)
22374         (custom-add-parent-links, custom-toggle-hide-variable)
22375         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22376         (custom-toggle-hide-face, face, hook, custom-group-link-action)
22377         (custom-face-menu-create, custom-variable-menu-create, get)
22378         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22379         (custom-reset-standard-save-and-update): Remove unused variable `value'.
22380         (customize-apropos): Remove unused variable `tests'.
22381         (custom-group-value-create): Remove unused variable `hidden-p'.
22382         (sort-fold-case): Declare.
22384         * cus-theme.el (custom-reset-standard-faces-list)
22385         (custom-reset-standard-variables-list): Declare.
22386         (customize-create-theme, custom-theme-revert, custom-theme-write)
22387         (custom-theme-choose-mode, customize-themes, custom-theme-save):
22388         Mark unused parameters.
22390         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22392         * delim-col.el (delimit-columns-max): Move defvar before first use.
22394         * descr-text.el (describe-char-categories): Don't quote `lambda'.
22395         (describe-char): Don't quote `lambda'.  Mark unused parameter.
22397         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22398         (auto-insert): Declare.
22399         (desktop-restore-file-buffer): Rename desktop-* parameters;
22400         mark unused ones.
22401         (desktop-create-buffer): Rename desktop-* parameters and bind them.
22402         (desktop-buffer): Rename desktop-* parameters.
22404         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22405         (dframe-reposition-frame-xemacs, dframe-help-echo)
22406         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22407         Mark unused parameters.
22409         * dired-aux.el (backup-extract-version-start, overwrite-query)
22410         (overwrite-backup-query, rename-regexp-query)
22411         (rename-non-directory-query): Declare.
22412         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22413         (dired-add-entry): Remove unused variable `orig-file-name'.
22414         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22415         Use parameter PRESERVE-TIME instead of accessing dynamic variable
22416         `dired-copy-preserve-time' directly.
22417         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22418         (dired-insert-subdir-newpos): Rename unused variable `pos'.
22420         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22421         (dired-virtual-revert, dired-make-relative-symlink):
22422         Mark unused parameters.
22423         (manual-program): Declare.
22424         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22425         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22426         wrapped in `with-no-warnings' to avoid replacing one warning by another.
22428         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22430         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22432         * echistory.el (electric-history-in-progress, Helper-return-blurb):
22433         Declare.
22435         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22437         * electric.el (Electric-command-loop): Rename parameter
22438         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22440         * expand.el (expand-in-literal): Remove unused variable `here'.
22442         * facemenu.el (facemenu-add-new-color):
22443         Remove unused variable `docstring'.
22445         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22446         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22447         (face-attr-construct): Mark unused parameter.  Doc fix.
22448         (read-color): Remove unused variable `hex-string'.
22450         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22451         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22452         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22453         (display-buffer-other-frame): Remove unused variable `old-window'.
22454         (kill-buffer-hook): Declare.
22455         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22456         Mark unused parameters.
22457         (after-find-file): Pass 1 to `auto-save-mode', not t.
22459         * files-x.el (auto-insert): Declare.
22460         (modify-file-local-variable-prop-line): Remove unused variable `val'.
22462         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22463         variable `buf'.  Mark unused parameter.
22464         (find-lisp-insert-directory): Mark unused parameter.
22466         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22467         (format-encode-region): Remove unused variables `cur-buf' and `result'.
22468         (format-common-tail): Remove, unused.
22469         (format-deannotate-region): Remove unused variable `loc'.
22470         (format-annotate-region): Remove unused variable `p'.
22471         (format-annotate-single-property-change): Remove unused variables
22472         `default' and `tail'.
22474         * forms.el (read-file-filter): Declare.
22475         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22477         * frame.el (frame-creation-function-alist): Mark unused parameter.
22478         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22480         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22481         Remove unused parameters.
22482         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22483         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22485         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22486         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22487         (hfy-prepare-tag-map): Mark unused parameters.
22488         (htmlfontify-buffer): Use `called-interactively-p'.
22490         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22491         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22492         (ibuffer-do-occur): Mark unused parameters.
22493         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22494         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22496         * ibuffer.el: Don't quote `lambda'.
22497         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22498         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22499         Mark unused parameters.
22501         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22502         (ido-completing-read): Mark unused parameters.
22503         (ido-copy-current-word): Mark unused parameters;
22504         remove unused variable `name'.
22505         (ido-sort-merged-list): Remove unused parameter `dirs'.
22507         * ielm.el (ielm-input-sender): Mark unused parameter.
22508         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22509         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22510         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22511         `ielm-string' as a dynamic variable accessible from the IELM prompt.
22512         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
22514         * image-dired.el (image-dired-display-thumbs): Remove unused
22515         variables `curr-file' and `count'.
22516         (image-dired-remove-tag): Remove unused variable `start'.
22517         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22518         variable `curr-file'
22519         (image-dired-rotate-original): Remove unused variable `temp-file'.
22520         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22521         Remove unused variable `file'.
22522         (image-dired-gallery-generate): Remove unused variable `curr'.
22523         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22525         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22527         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22529         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22531         * isearch.el (minibuffer-history-symbol): Declare.
22532         (isearch-edit-string): Remove unused variable `err'.
22533         (isearch-message-prefix, isearch-message-suffix):
22534         Mark unused parameters.
22536         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22538         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22540         * makesum.el (double-column): Remove unused variable `cnt'.
22542         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22543         (ido-ignore-item-temp-list): Declare.
22545         * mouse-drag.el (mouse-drag-throw): Remove unused variables
22546         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22547         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22548         (mouse-drag-drag): Remove unused variables `mouse-delta' and
22549         `mouse-col-delta'.
22551         * mouse-sel.el (mouse-extend-internal):
22552         Remove unused variable `orig-window-frame'.
22554         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22555         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22556         Move declarations before first use.
22557         (pcomplete-opt): Mark unused parameters; doc fix.
22559         * proced.el (proced-revert): Mark unused parameter.
22560         (proced-send-signal): Remove unused variable `err'.
22562         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22563         Rename parameter PREFIX-ARG to ARG.
22564         (ps-basic-plot-string, ps-basic-plot-whitespace):
22565         Mark unused parameters.
22567         * replace.el (replace-count): Define.
22568         (occur-revert-function): Mark unused parameters.
22569         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22570         (isearch-case-fold-search, isearch-string): Declare.
22571         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22572         bind `case-fold-search'.  Remove unused variables `beg' and `end',
22573         and simplify.
22574         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22575         COUNT and bind `replace-count'.
22576         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22577         to COUNT.
22579         * savehist.el (print-readably, print-string-length): Declare.
22581         * shadowfile.el (shadow-expand-cluster-in-file-name):
22582         Remove unused variable `cluster'.
22583         (shadow-copy-file): Remove unused variable `i'.
22584         (shadow-noquery, shadow-clusters, shadow-site-cluster)
22585         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22586         (shadow-define-literal-group, shadow-define-regexp-group)
22587         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22589         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22590         (shell): Use `called-interactively-p'.
22591         (shell-directory-tracker): Remove unused variable `chdir-failure'.
22593         * simple.el (compilation-context-lines, comint-file-name-quote-list)
22594         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22595         (delete-backward-char): Remove unused variable `ocol'.
22596         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22597         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22598         (event-apply-hyper-modifier, event-apply-shift-modifier)
22599         (event-apply-control-modifier, event-apply-meta-modifier):
22600         Mark unused parameters.
22601         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22602         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22604         * speedbar.el (speedbar-ignored-directory-expressions)
22605         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22606         (speedbar-find-file, speedbar-dir-follow)
22607         (speedbar-directory-buttons-follow, speedbar-tag-find)
22608         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22609         (speedbar-buffers-line-directory, speedbar-buffer-click):
22610         Mark unused parameters.
22611         (speedbar-tag-file): Remove unused variable `mode'.
22612         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22614         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22616         * talk.el (talk): Remove unused variable `display'.
22618         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22619         (tar-write-region-annotate): Mark unused parameter.
22621         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22622         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22623         Declare them, wrapped in `with-no-warnings' to avoid replacing one
22624         warning by another.
22626         * time-stamp.el (time-stamp-string-preprocess):
22627         Remove unused variable `require-padding'.
22629         * tree-widget.el (widget-glyph-enable): Declare.
22630         (tree-widget-action): Mark unused parameter.
22632         * w32-fns.el (x-get-selection): Mark unused parameter.
22633         (autoload-make-program, generated-autoload-file): Declare.
22635         * wdired.el (wdired-revert): Mark unused parameters.
22636         (wdired-xcase-word): Remove unused variable `err'.
22638         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
22639         (whitespace-help-scroll): Remove unused variable `data-help'.
22641         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
22642         (widget-image-insert, widget-after-change, default)
22643         (widget-default-format-handler, widget-default-notify)
22644         (widget-default-prompt-value, widget-info-link-action)
22645         (widget-url-link-action, widget-function-link-action)
22646         (widget-variable-link-action, widget-file-link-action)
22647         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
22648         (widget-field-prompt-internal, widget-field-action, widget-field-match)
22649         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
22650         (widget-insert-button-action, widget-delete-button-action, visibility)
22651         (widget-documentation-link-action, widget-documentation-string-action)
22652         (widget-const-prompt-value, widget-regexp-match, symbol)
22653         (widget-coding-system-prompt-value)
22654         (widget-key-sequence-value-to-external, sexp)
22655         (widget-sexp-value-to-internal, character, vector, cons)
22656         (widget-choice-prompt-value, widget-boolean-prompt-value)
22657         (widget-color--choose-action): Mark unused parameters.
22658         (widget-item-match-inline, widget-choice-match-inline)
22659         (widget-checklist-match, widget-checklist-match-inline)
22660         (widget-group-match): Rename parameter VALUES to VALS.
22661         (widget-field-value-set): Remove unused variable `size'.
22662         (widget-color-action): Remove unused variables `value' and `start'.
22664         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
22665         variable `dir'.  Doc fix.
22666         (windmove-find-other-window): Don't pass it.
22668         * window.el (count-windows): Mark unused parameter.
22669         (bw-adjust-window): Remove unused variable `err'.
22671         * woman.el (woman-file-name): Remove unused variable `default'.
22672         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
22673         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
22674         (global-font-lock-mode): Declare.
22675         (woman-decode-region): Mark unused parameter.
22676         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
22678         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
22679         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
22680         (x-dnd-handle-moz-url): Remove unused variable `title'.
22681         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
22683         * xml.el (xml-parse-tag, xml-parse-attlist):
22684         Remove unused variable `pos'.
22686 2011-04-19  Glenn Morris  <rgm@gnu.org>
22688         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
22689         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
22690         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22691         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
22692         * calendar/cal-html.el (cal-html-insert-minical):
22693         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
22694         (calendar-mark-date-pattern):
22695         Prefix "unused" locals.
22697         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
22698         optional argument `style'.
22700         * calendar/appt.el (appt-make-list):
22701         * calendar/cal-china.el (calendar-chinese-date-string):
22702         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
22703         (diary-hebrew-yahrzeit):
22704         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
22705         * calendar/calendar.el (calendar-generate-window):
22706         * calendar/time-date.el (time-to-days):
22707         Remove unused local variables.
22709 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
22711         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
22712         glyphless-char-display table.
22713         (tabulated-list-glyphless-char-display): New var.
22715 2011-04-18  Sam Steingold  <sds@gnu.org>
22717         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
22718         to acknowledgments.
22720 2011-04-17  Glenn Morris  <rgm@gnu.org>
22722         * calendar/diary-lib.el (diary-sexp-entry):
22723         * calendar/holidays.el (holiday-sexp):
22724         Set debug-on-error rather than the removed stack-trace-on-error.
22726 2011-04-16  Glenn Morris  <rgm@gnu.org>
22728         * progmodes/f90.el: Use lexical-binding.
22729         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
22731 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22733         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
22734         (mail-mode): Setup mailalias completion here instead.
22735         * mail/mailalias.el: Use lexical-binding.
22736         (pattern, mailalias-done): Declare dynamic.
22737         (mail-completion-at-point-function): New function, from mail-complete.
22738         (mail-complete): Use it.
22739         (mail-completion-expand): New function.
22740         (mail-get-names): Use it.
22741         (mail-directory, mail-directory-process, mail-directory-stream):
22742         Don't use `pattern' for lexically bound arg.
22744         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
22746         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
22747         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
22748         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
22750         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
22751         (byte-save-window-excursion, byte-temp-output-buffer-setup)
22752         (byte-interactive-p): Define them again, for use when inlining
22753         old code.
22755 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
22757         * loadup.el: Use `string-to-number', not `string-to-int'.
22759 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22761         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
22762         gud-gdb-complete-command.
22763         (gud-gdb-completions): New function, from gud-gdb-complete-command.
22764         (gud-gdb-completion-at-point): New function.
22765         (gud-gdb-completions): Remove.
22767 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
22769         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
22770         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
22771         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
22772         whether `executable-find' is bound.
22774         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
22776 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22778         * minibuffer.el (completion-in-region-mode-predicate)
22779         (completion-in-region-mode--predicate): New vars.
22780         (completion-in-region, completion-in-region--postch)
22781         (completion-in-region-mode): Use them.
22782         (completion--capf-wrapper): Also return the hook function.
22783         (completion-at-point, completion-help-at-point):
22784         Adjust and provide a predicate.
22786         Preserve arg names for advice of subr and lexical functions (bug#8457).
22787         * help-fns.el (help-function-arglist): Consolidate the subr and
22788         new-byte-code cases.  Add argument `preserve-names' to extract names
22789         from the docstring when needed.
22790         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22791         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22792         (ad-arglist): Use help-function-arglist's new arg.
22793         (ad-definition-type): Use cond.
22795 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
22797         * autorevert.el (auto-revert-handler):
22798         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22799         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22800         Don't quote lambda.
22802         * image-mode.el (image-transform-set-scale):
22803         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22805 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22807         * net/network-stream.el (network-stream-open-starttls): Only do
22808         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
22809         Upgrades via gnutls-cli are too slow to be done opportunistically.
22811 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
22813         * dframe.el (dframe-current-frame): Remove spurious quote.
22815 2011-04-12  Glenn Morris  <rgm@gnu.org>
22817         * calendar/cal-tex.el (cal-tex-end-document):
22818         Try to automatically use latin1 input if needed.
22820         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
22821         Don't try to cons a mark onto an empty element.
22823 2011-04-11  Leo Liu  <sdl.web@gmail.com>
22825         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
22826         buffers.
22827         (ido-kill-buffer-at-head): Support killing virtual buffers.
22829 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
22831         * minibuffer.el (completion-show-inline-help): New var.
22832         (completion--do-completion, minibuffer-complete)
22833         (minibuffer-force-complete, minibuffer-complete-word):
22834         Inhibit minibuffer messages if completion-show-inline-help is nil.
22836         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
22837         to avoid interference from inline help (Bug#5849).
22839 2011-04-10  Leo Liu  <sdl.web@gmail.com>
22841         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22842         Fix typo.
22844 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
22846         * image-mode.el (image-toggle-display-image): Signal an error if
22847         not in Image mode.
22848         (image-transform-mode, image-transform-resize)
22849         (image-transform-set-rotation): Doc fix.
22850         (image-transform-set-resize): Delete.
22851         (image-transform-set-scale, image-transform-fit-to-height)
22852         (image-transform-fit-to-width): Handle image-toggle-display-image
22853         and image-transform-resize directly.
22855 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
22857         * doc-view.el (doc-view-fit-width-to-window)
22858         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
22859         New functions for fitting the shown image to the Emacs window size.
22860         (doc-view-mode-map): Add bindings for the new functions.
22862 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
22864         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
22865         Fix typo in docstring.
22867 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
22869         * files.el (file-size-human-readable): Produce one digit after
22870         decimal, like "ls -lh" does.
22872         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
22873         the file size representation.
22875         * simple.el (list-processes): If async subprocesses are not
22876         available, error out with a clear error message.
22878 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
22880         * help.el (help-form-show): New function, to be called from C.
22881         Put help-form output in a buffer named differently than *Help*.
22883 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
22885         * files.el (file-size-human-readable): New function.
22887         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
22888         computing the representation inline.  Don't require `cl'.
22890 2011-04-08  Glenn Morris  <rgm@gnu.org>
22892         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
22894         * net/browse-url.el (browse-url-firefox):
22895         Test system-type, not system-configuration.
22897         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
22898         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
22899         Use log-edit-empty-buffer-p.  (Bug#7598)
22901         * net/rlogin.el (rlogin-process-connection-type): Simplify.
22902         (rlogin-mode-map): Initialize in the defvar.
22903         (rlogin): Use ignore-errors.
22905         * replace.el (occur-mode-map): Some fixes for menu items.
22907 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
22909         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
22911 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
22913         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
22914         issuing unused warnings.
22916         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
22917         macro directly.
22919         * simple.el: Lisp reimplement of list-processes.  Based on an
22920         earlier reimplementation by Leo Liu, but using tabulated-list.el.
22921         (process-menu-mode): New major mode.
22922         (list-processes--refresh, list-processes):
22923         (process-menu-visit-buffer): New functions.
22925         * files.el (save-buffers-kill-emacs): Don't assume any return
22926         value of list-processes, which is undocumented anyway.
22928 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
22930         * emacs-lisp/tabulated-list.el: New file.
22932         * emacs-lisp/package.el: Use Tabulated List mode.
22933         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
22934         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
22935         table format using Tabulated List mode variables.
22936         (package--push): New macro, replacing package-list-maybe-add.
22937         (package-menu--generate): Use package--push.  Renamed from
22938         package--generate-package-list.
22939         (package-menu-refresh, list-packages): Use it.
22940         (package-menu--print-info): Rename from package-print-package.
22941         Return insertion data instead of inserting it directly.
22942         (package-menu-describe-package, package-menu-execute):
22943         Use tabulated-list-get-id.
22944         (package-menu-mark-delete, package-menu-mark-install)
22945         (package-menu-mark-unmark, package-menu-backup-unmark)
22946         (package-menu-mark-obsolete-for-deletion):
22947         Use tabulated-list-put-tag.
22948         (package--list-packages, package-menu-revert)
22949         (package-menu-get-package, package-menu-get-version)
22950         (package-menu-sort-by-column): Functions deleted.
22951         (package-menu-package-list, package-menu-sort-key): Vars deleted.
22952         (package-menu--status-predicate, package-menu--version-predicate)
22953         (package-menu--name-predicate)
22954         (package-menu--description-predicate): Handle arguments in the
22955         Tabulated List format.
22956         (package-list-packages-no-fetch): Call list-packages.
22958 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
22960         * files.el (after-find-file-from-revert-buffer): Remove variable.
22961         (after-find-file): Don't bind it.
22962         (revert-buffer-in-progress-p): New variable.
22963         (revert-buffer): Bind it.
22964         Pass nil for `after-find-file-from-revert-buffer'.
22966         * saveplace.el (save-place-find-file-hook): Use new variable
22967         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
22969 2011-04-06  Glenn Morris  <rgm@gnu.org>
22971         * Makefile.in (AUTOGEN_VCS): New variable.
22972         (autoloads): Use $AUTOGEN_VCS.
22974         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
22975         * calendar/calendar.el (calendar-mode-map):
22976         Check for toolkit scroll bars.  (Bug#8305)
22978 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
22980         * minibuffer.el (completion-in-region--postch)
22981         (completion-in-region-mode): Remove unnecessary messages.
22983 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
22985         * font-lock.el (font-lock-refresh-defaults):
22986         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
22987         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
22989         * info.el (Info-directory-list, Info-read-node-name-2)
22990         (Info-split-parameter-string): Doc fixes.
22991         (Info-virtual-nodes): Reflow docstring.
22992         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
22993         (Info-apropos-toc-nodes, info-finder, Info-get-token)
22994         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
22995         Fix typos in docstrings.
22996         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
22997         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
22998         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
22999         (Info-restore-desktop-buffer): Mark unused parameters.
23000         (Info-directory-find-file, Info-directory-find-node)
23001         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23002         (Info-virtual-index-find-node, Info-apropos-find-file)
23003         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23004         Mark unused parameters; fix typos in docstrings.
23005         (Info-virtual-index): Remove unused local variable `nodename'.
23007 2011-04-05  Deniz Dogan  <deniz@dogan.se>
23009         * net/rcirc.el: Update my e-mail address.
23010         (rcirc-mode-map): Remove M-o binding.
23012 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
23014         * startup.el (command-line): Save the cursor's theme-face
23015         directly, instead of using face-override-spec.
23017         * custom.el (load-theme): Minor optimization in assigning faces.
23019 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
23021         * help-fns.el (describe-variable): Complete all variables having
23022         documentation, including keywords.
23023         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23025 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
23027         Convert to lexical-binding.
23029         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23030         (bs--get-marked-string, bs--get-modified-string)
23031         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23032         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23033         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23035         * ehelp.el (electric-help-execute-extended)
23036         (electric-help-ctrl-x-prefix):
23037         * hexl.el (hexl-revert-buffer-function):
23038         * linum.el (linum-after-change, linum-after-scroll):
23039         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23041         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23043 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
23045         * epa-dired.el:
23046         * epa-mail.el:
23047         * epa-hook.el:
23048         * epa-file.el:
23049         * epa.el:
23050         * epg.el: Use lexical binding.
23052 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
23054         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23056         * textmodes/flyspell.el (flyspell-word): Recognize default
23057         dictionary case for flyspell-mark-duplications-exceptions.
23058         Use regexp matching for languages.
23059         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23060         default dictionary (Bug#7926).
23062 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
23064         * emacs-lisp/package.el (package--with-work-buffer):
23065         Recognize https URLs.
23067         * net/network-stream.el: Move from gnus/proto-stream.el.
23068         Change prefix to network-stream throughout.
23069         (open-protocol-stream): Merge into open-network-stream, leaving
23070         open-protocol-stream as an alias.  Handle nil BUFFER args.
23072         * subr.el (open-network-stream): Move to net/network-stream.el.
23074 2011-04-02  Glenn Morris  <rgm@gnu.org>
23076         * find-dired.el (find-exec-terminator): New option.
23077         (find-ls-option): Test for -ls support.
23078         (find-ls-subdir-switches): Test for -b in find-ls-option.
23079         (find-dired, find-grep-dired): Doc fixes.
23080         (find-dired): Use find-exec-terminator.
23082         * find-dired.el (find-ls-option, find-ls-subdir-switches)
23083         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23084         (find-name-arg): Remove purecopy.
23086         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23087         (grep-compute-defaults): Check for `-exec COMMAND +' support.
23088         Set grep-find-use-xargs, grep-find-command, and grep-find-template
23089         accordingly.  Don't add the null-device if not needed.
23091         * files.el (save-some-buffers): Doc fix.
23093 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
23095         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23097 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
23099         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23100         Use `dolist' rather than `mapcar'.
23102 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23104         Add lexical binding.
23106         * subr.el (apply-partially): Use new closures rather than CL.
23107         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23108         (dolist, dotimes): Use slightly different expansion for lexical code.
23109         (functionp): Move to C.
23110         (letrec): New macro.
23111         (with-wrapper-hook): Use it and apply-partially instead of CL.
23112         (eval-after-load): Preserve lexical-binding.
23113         (save-window-excursion, with-output-to-temp-buffer): Turn them
23114         into macros.
23116         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23118         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23119         than the arglist.
23120         (help-add-fundoc-usage): Don't add `Not documented'.
23121         (help-function-arglist): Handle closures, subroutines, and new
23122         byte-code-functions.
23123         (help-make-usage): Remove leading underscores.
23124         (describe-function-1): Handle closures.
23125         (describe-variable): Use special-variable-p for completion.
23127         * files.el (lexical-binding): Declare safe.
23129         * emacs-lisp/pcase.el: Don't use destructuring-bind.
23130         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
23131         (pcase): Add `let' pattern.
23132         Change memoization so it actually works.
23133         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23134         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23135         <let>: New case.
23137         * emacs-lisp/macroexp.el: Use lexical binding.
23138         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
23139         Don't convert ' to #' without checking that it's indeed quoting
23140         a lambda.
23142         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23143         Use eval-sexp-add-defvars.
23144         (eval-sexp-add-defvars): New fun.
23146         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23148         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23149         Don't autoload.
23150         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23151         than the internal `byte-compile-lambda'.
23152         (defmethod): Don't hide code under quotes.
23153         (eieio-defmethod): New `code' argument.
23155         * emacs-lisp/eieio-comp.el: Remove.
23157         * emacs-lisp/edebug.el (edebug-eval-defun)
23158         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23159         (edebug-toggle): Avoid `eval'.
23161         * emacs-lisp/disass.el (disassemble-internal): Handle new
23162         `closure' objects.
23163         (disassemble-1): Handle new byte codes.
23165         * emacs-lisp/cl.el (pushnew): Silence warning.
23167         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23168         (cl-byte-compile-throw): Remove.
23169         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23171         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23172         closures.
23174         * emacs-lisp/cconv.el: New file.
23176         * emacs-lisp/bytecomp.el: Use lexical binding instead of
23177         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
23178         (byte-compile-initial-macro-environment):
23179         Handle declare-function here.
23180         (byte-compile--lexical-environment): New var.
23181         (byte-stack-ref, byte-stack-set, byte-discardN)
23182         (byte-discardN-preserve-tos): New lap codes.
23183         (byte-interactive-p): Don't use any more.
23184         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23185         New macros.
23186         (byte-compile-lapcode): Use them and handle new lap codes.
23187         (byte-compile-obsolete): Remove.
23188         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23189         (byte-compile-arglist-warn): Check late def of inlinable funs.
23190         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23191         since they should have been expanded by now.
23192         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23193         (byte-compile-from-buffer): Remove unused second arg.
23194         (byte-compile-preprocess): New function.
23195         (byte-compile-toplevel-file-form): New function to distinguish
23196         file-form calls from outside from file-form calls from hunk-handlers.
23197         (byte-compile-file-form): Simplify.
23198         (byte-compile-file-form-defsubst): Remove.
23199         (byte-compile-file-form-defmumble): Simplify now that
23200         byte-compile-lambda always returns a byte-code-function.
23201         (byte-compile): Preprocess.
23202         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23203         Remove, not used any more.
23204         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23205         (byte-compile-make-args-desc): New funs.
23206         (byte-compile-lambda): Handle lexical functions.  Always return
23207         a byte-code-function.
23208         (byte-compile-reserved-constants): New var, to make up room for
23209         closed-over variables.
23210         (byte-compile-constants-vector): Obey it.
23211         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23212         (byte-compile-macroexpand-declare-function): New function.
23213         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23214         byte-code-functions.
23215         (byte-compile-form): Check obsolescence here.
23216         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23217         (byte-compile-variable-ref): Remove.
23218         (byte-compile-dynamic-variable-op): New fun.
23219         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23220         (byte-compile-variable-set): New funs.
23221         (byte-compile-discard): Add 2 args.
23222         (byte-compile-stack-ref, byte-compile-stack-set)
23223         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23224         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23225         macroexpand-all instead.
23226         (byte-compile-quote-form): Remove.
23227         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23228         (byte-compile-bind, byte-compile-unbind): New funs.
23229         (byte-compile-let): Handle let* and lexical binding.
23230         (byte-compile-let*): Remove.
23231         (byte-compile-catch, byte-compile-unwind-protect)
23232         (byte-compile-track-mouse, byte-compile-condition-case):
23233         Handle a new :fun-body form, used for lexical scoping.
23234         (byte-compile-save-window-excursion)
23235         (byte-compile-with-output-to-temp-buffer): Remove.
23236         (byte-compile-defun): Simplify.
23237         (byte-compile-stack-adjustment): New fun.
23238         (byte-compile-out): Use it.
23239         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23241         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23242         handler any more.
23244         * emacs-lisp/byte-opt.el: Use lexical binding.
23245         (byte-inline-lapcode): Remove (to bytecomp).
23246         (byte-compile-inline-expand): Pay attention to inlining to/from
23247         lexically bound code.
23248         (byte-compile-unfold-lambda): Don't handle byte-code-functions
23249         any more.
23250         (byte-optimize-form-code-walker): Don't handle save-window-excursion
23251         any more and don't call compiler-macros.
23252         (byte-compile-splice-in-already-compiled-code): Remove.
23253         (byte-code): Don't inline any more.
23254         (disassemble-offset): Receive `bytes' as argument rather than via
23255         dynamic scoping.
23256         (byte-compile-tag-number): Declare before first use.
23257         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23258         `return' even if make-spliceable.
23259         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23260         obsolete interactive-p.
23261         (byte-optimize-lapcode): Optimize new lap-codes.
23262         Don't trip up on new form of `byte-constant' lap code.
23264         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23266         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23268         * custom.el (custom-initialize-default, custom-declare-variable):
23269         Use `defvar'.
23271         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23272         New variables.
23273         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23274         (COMPILE_FIRST): Add macroexp and cconv.
23275         * makefile.w32-in: Mirror changes in Makefile.in.
23277         * vc/cvs-status.el:
23278         * vc/diff-mode.el:
23279         * vc/log-edit.el:
23280         * vc/log-view.el:
23281         * vc/smerge-mode.el:
23282         * textmodes/bibtex-style.el:
23283         * textmodes/css-mode.el:
23284         * startup.el:
23285         * uniquify.el:
23286         * minibuffer.el:
23287         * newcomment.el:
23288         * reveal.el:
23289         * server.el:
23290         * mpc.el:
23291         * emacs-lisp/smie.el:
23292         * doc-view.el:
23293         * dired.el:
23294         * abbrev.el: Use lexical binding.
23296 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
23298         * info.el (info-display-manual): New function.
23300 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23302         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23304 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
23306         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23307         an entry for that server in rcirc-authinfo.  (Bug#8385)
23309 2011-03-31  Glenn Morris  <rgm@gnu.org>
23311         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23313         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23315 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
23317         * progmodes/python.el (python-default-interpreter)
23318         (python-python-command-args, python-jython-command-args)
23319         (python-which-shell, python-which-args, python-which-bufname)
23320         (python-file-queue, python-comint-output-filter-function)
23321         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23322         variables and functions.
23324 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23326         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23327         (completion-in-region-mode): New minor mode.
23328         (completion-in-region): Use it.
23329         (completion-in-region--data, completion-in-region-mode-map): New vars.
23330         (completion-in-region--postch): New function.
23331         (completion--capf-misbehave-funs, completion--capf-safe-funs):
23332         New vars.
23333         (completion--capf-wrapper): New function.
23334         (completion-at-point): Use it to track well-behavedness of
23335         hook functions.
23336         (completion-help-at-point): New command.
23338 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
23340         * vc/add-log.el (add-change-log-entry): Don't use whitespace
23341         syntax class to search for whitespace on a single line
23342         (Message-ID: <4D938140.4030905@redhat.com>).
23344 2011-03-30  Leo Liu  <sdl.web@gmail.com>
23346         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23347         New commands.
23348         (edit-abbrevs-map): Bind them here.
23349         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
23351 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
23353         * allout.el (allout-hide-by-annotation, allout-flag-region):
23354         Reduce possibility of overlay leakage by making them volatile.
23356         * allout-widgets.el (allout-widgets-tally): Define as nil so the
23357         hash is not shared between buffers.  Mode initialization is
23358         responsible for giving it a useful starting value.
23359         (allout-item-span): Reduce possibility of overlay leakage by
23360         making them volatile.
23361         (allout-widgets-count-buttons-in-region): Add diagnostic function
23362         for tracking down button overlay leaks.
23364 2011-03-29  Leo Liu  <sdl.web@gmail.com>
23366         * ido.el (ido-read-internal): Use the default history var
23367         minibuffer-history if no HISTORY is specified.
23369 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
23371         * net/imap.el (imap-shell-open, imap-process-connection-type):
23372         Use imap-process-connection-type for 'shell' streams as well as
23373         Kerberos, SSL, other subprocesses.
23375 2011-03-28  Leo Liu  <sdl.web@gmail.com>
23377         * abbrev.el (abbrev-table-empty-p): New function.
23378         (prepare-abbrev-list-buffer): Place empty abbrev tables after
23379         nonempty ones.  (Bug#5937)
23381 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
23383         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23385 2011-03-27  Leo Liu  <sdl.web@gmail.com>
23387         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23388         for foreground and background colors.
23389         (ansi-color-make-color-map): Adapt.
23391 2011-03-25  Leo Liu  <sdl.web@gmail.com>
23393         * midnight.el (midnight-time-float): Remove.  Note it calculates
23394         the microsecond component incorrectly and seconds-to-time does the
23395         same job.
23396         Remove redundant (require 'timer).
23398         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23399         (ido-completions): Remove unused arguments.  (Bug#8329)
23401 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23403         * minibuffer.el (completion--flush-all-sorted-completions):
23404         Remove itself from hook.
23405         (completion-at-point): Let the functions perform the completion
23406         immediately and return nil or t.
23407         * comint.el (comint-dynamic-complete-functions): Now identical to
23408         completion-at-point-functions.
23409         (comint-dynamic-list-input-ring): Remove unused var `index'.
23410         (comint--match-partial-filename, comint--unquote&expand-filename):
23411         New funs, split from comint-match-partial-filename.
23412         (comint-dynamic-complete): Use completion-at-point.
23413         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23415 2011-03-24  Drew Adams  <drew.adams@oracle.com>
23417         * thingatpt.el: Support `defun'.
23419 2011-03-23  Leo Liu  <sdl.web@gmail.com>
23421         * abbrevlist.el: Move to obsolete/abbrevlist.el.
23423         * help-mode.el (help-mode-finish): Tweak regexp.
23425 2011-03-23  Glenn Morris  <rgm@gnu.org>
23427         * eshell/esh-opt.el (eshell-eval-using-options):
23428         Do not bind unused local variable `eshell-option-stub'.
23430         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23432 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
23434         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23435         keymap variable in `with-no-warnings' to avoid a warning when the
23436         keymap has been already `defconst'ed.
23438 2011-03-22  Leo Liu  <sdl.web@gmail.com>
23440         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23441         encode all chars in abbrevs; otherwise use emacs-mule or
23442         utf-8-emacs.  (Bug#8308)
23444 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
23446         * simple.el (backward-delete-char-untabify):
23447         Avoid warning about using `delete-backward-char'.
23449         * image.el (image-type-file-name-regexps): Make it variable.
23450         `imagemagick-register-types' modifies it, and the user may want
23451         to add new extensions for known image types.
23452         (imagemagick-register-types): Throw error if not using ImageMagick.
23454 2011-03-22  Leo Liu  <sdl.web@gmail.com>
23456         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23457         located before rcirc-prompt-end-marker.
23458         (rcirc-complete): Error if point is not after rcirc prompt.
23459         Handle the case when table is nil.
23460         (rcirc-user-authenticated): Define to fix compiler warning.
23462 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
23464         * custom.el (custom--inhibit-theme-enable): Make it affect only
23465         custom-theme-set-variables and custom-theme-set-faces.
23466         (provide-theme): Ignore custom--inhibit-theme-enable.
23467         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23468         (custom-enabling-themes): Delete variable.
23469         (enable-theme): Accept only loaded themes as arguments.
23470         Ignore the special custom-enabled-themes variable.
23471         (custom-enabled-themes): Forbid themes from setting this.
23472         Eliminate use of custom-enabling-themes.
23473         (custom-push-theme): Quote "changed" custom var entry.
23475 2011-03-21  Leo Liu  <sdl.web@gmail.com>
23477         * ido.el (ido-read-internal): Add ido-selected to history instead
23478         of user input.
23480 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23482         * subr.el (deferred-action-list, deferred-action-function):
23483         Mark obsolete.
23485 2011-03-21  Leo Liu  <sdl.web@gmail.com>
23487         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23488         change on 2011-02-13 (bug#8309).
23490         * minibuffer.el (read-file-name-function): Change default value.
23491         (read-file-name--defaults): Rename from read-file-name-defaults.
23492         (read-file-name-default): Rename from read-file-name.
23493         (read-file-name): Call read-file-name-function.
23495 2011-03-21  Glenn Morris  <rgm@gnu.org>
23497         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23498         Doc fixes.
23500 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
23502         * cus-theme.el: Add missing provide statement.
23503         (customize-create-theme): Extract theme value correctly.
23504         (custom-theme-visit-theme): Autoload.
23505         (customize-create-theme): Prompt before inserting default faces.
23507 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
23509         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23510         units and musical notes.
23512 2011-03-20  Leo Liu  <sdl.web@gmail.com>
23514         * ido.el (ido-read-internal): Use completing-read-default.
23515         (ido-completing-read): Fix compatibility with completing-read.
23517 2011-03-20  Christian Ohler  <ohler@gnu.org>
23519         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23520         (ert-delete-all-tests): Use `called-interactively-p' rather than
23521         `interactive-p'.
23522         (ert--make-xrefs-region): Respect END.
23524 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
23526         * dired-aux.el (dired-create-directory): Signal an error if the
23527         directory already exists (Bug#8246).
23529         * facemenu.el (list-colors-display): Call list-faces-display
23530         inside with-help-window.
23531         (list-colors-print): Use display property to align the final
23532         column, instead of checking window-width.
23534 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
23536         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23537         windows-nt systems.
23538         (emerge-protect-metachars): Quote correctly for ms-dos and
23539         windows-nt systems.
23541 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
23543         * info.el (info-initialize): Replace all uses of `:' with
23544         path-separator for compatibility with non-Unix systems.
23545         Cache quoting of path-separator.  (Bug#8258)
23547 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
23549         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23550         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23551         (mouse-avoidance-mode): Fix typos in docstrings.
23553 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
23555         * startup.el (package-subdirectory-regexp): Move from package.el.
23556         Omit \\` and \\', and let callers add them.
23558         * emacs-lisp/package.el (package-strip-version)
23559         (package-load-all-descriptors): Add \\` and \\' to
23560         package-subdirectory-regexp before using it.
23561         (package-untar-buffer): New arg DIR; ensure that file untars only
23562         into this expected directory.  Remove superfluous delete-region.
23563         (package-unpack): Caller changed.
23564         (package-tar-file-info): Use package-subdirectory-regexp.
23566 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23568         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23569         diff-mode-shared-map (bug#8284).
23570         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
23572 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23574         * calendar/time-date.el (format-seconds): Use assoc instead of
23575         assoc-string, since assoc-string doesn't exist in XEmacs.
23577 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
23579         * custom.el (custom-known-themes): Reflow docstring.
23580         (custom-theme-load-path): Fix typo in docstring.
23581         (load-theme): Fix typo in error message.
23582         (custom-available-themes, custom-variable-theme-value):
23583         Use `let', not `let*'.
23585 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
23587         * calc/README: Mention inclusion of musical notes.
23589         * calc/calc-units.el (calc-lu-quant): Rename from
23590         `calc-logunits-quantity'.
23591         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23592         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23593         (calc-db): Rename from `calc-dblevel'.
23594         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23595         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23596         (calc-np): Rename from `calc-nplevel'.
23597         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23598         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23599         (calc-lu-plus): Rename from `calc-logunits-add'.
23600         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23601         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23602         (calc-lu-minus): Rename from `calc-logunits-sub'.
23603         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23604         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23605         (calc-lu-times): Rename from `calc-logunits-mul'.
23606         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23607         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23608         (calc-lu-divide): Rename from `calc-logunits-div'.
23609         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23610         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23612         * calc/calc-ext.el (calc-init-extensions): Update the names of the
23613         functions being autoloaded.
23615         * calc/calc.el (calc-lu-power-reference): Rename from
23616         `calc-logunits-power-reference'.
23617         (calc-lu-field-reference): Rename from
23618         `calc-logunits-field-reference'.
23620         * calc/calc-help.el (calc-l-prefix-help):
23621         Mention musical note functions.
23623 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23625         * minibuffer.el (completion-all-sorted-completions):
23626         Use :completion-cycle-penalty text property if present.
23628 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
23630         * allout.el (allout-yank-processing): Adjust for new rebulleting
23631         regime so bullet being yanked is used without prompting the user
23632         for a choice.
23634 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
23636         * startup.el (command-line): Warn the user that _emacs is deprecated.
23638 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
23640         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
23641         (delphi-verbose, delphi-comment-face, delphi-string-face)
23642         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
23643         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
23644         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
23645         (delphi-new-comment-line, delphi-font-lock-defaults)
23646         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
23647         Fix typos in docstrings.
23649 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
23651         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
23652         Invert the roles of character and string values for INSTEAD, so a
23653         string is used for the more common case of a defaulting prompt.
23655 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23657         * progmodes/ruby-mode.el (ruby-backward-sexp):
23658         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
23659         * play/gamegrid.el (gamegrid-make-face):
23660         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
23661         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
23662         * notifications.el (notifications-notify):
23663         * net/xesam.el (xesam-search-engines):
23664         * net/quickurl.el (quickurl-list-insert):
23665         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
23667 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
23669         * startup.el (command-line): Update package subdirectory regexp.
23671 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23673         * allout.el (allout-abbreviate-flattened-numbering)
23674         (allout-mode-deactivate-hook): Fix up obsolescence "date".
23676         * subr.el (read-char-choice): Only show the cursor after the prompt,
23677         not after the answer.
23679 2011-03-15  Kevin Ryde  <user42@zip.com.au>
23681         * help-fns.el (variable-at-point): Skip leading quotes, if any
23682         (bug#8253).
23684 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23686         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
23687         warning message.
23689 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
23691         * shell.el (shell): When called interactively, offer to change the
23692         shell file name on remote hosts.
23694 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
23696         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
23697         integration for LDAP parameters.  The host, base, user or binddn,
23698         and secret tokens can be specified in a netrc file, for instance.
23699         This is optional because an `auth-source' parameter must be
23700         specified in the search attributes.
23702 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
23704         * help.el (describe-mode): Link to the mode's definition (bug#8185).
23706 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23708         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
23709         into declaration.  Remove redundant and harmful binding.
23711 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
23713         * files.el (file-ownership-preserved-p): Pass `integer' as an
23714         explicit 2nd argument to `file-attributes'.  If the file's owner
23715         is the Administrators group on Windows, and the current user is
23716         Administrator, consider that a match.
23718         * server.el (server-ensure-safe-dir): Consider server directory
23719         safe on MS-Windows if its owner is the Administrators group while
23720         the current Emacs user is Administrator.  Use `=' to compare
23721         numerical UIDs, since they could be integers or floats.
23723 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
23725         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
23727 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
23729         Sync with Tramp 2.2.1.
23731         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
23733         * net/trampver.el: Update release number.
23735 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23737         * progmodes/compile.el (compilation--previous-directory): Fix up
23738         various nil/dead-marker mismatches (bug#8014).
23739         (compilation-directory-properties, compilation-error-properties):
23740         Don't call it at a position past the one we're about to change.
23742         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
23743         Disable obsolescence warnings in the file that declares it.
23745 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
23747         * allout-widgets.el (allout-widgets-tally):
23748         Initialize allout-widgets-tally as a hash table rather than nil to
23749         prevent mode-line redisplay warnings.  Also, clarify the module
23750         description and fix a comment typo.
23752 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
23754         * help-fns.el (describe-variable): Don't complete keywords.
23755         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
23757 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
23759         * emacs-lisp/package.el (package-version-join): Impose a standard
23760         string representation for pre/alpha/beta version lists.
23761         (package-unpack-single): Standardize the directory name by passing
23762         it through package-version-join.
23763         (package-strip-rcs-id): Accept any version string that does not
23764         signal an error in version-to-list.
23766 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
23768         * simple.el (delete-trailing-whitespace): Return nil for the
23769         benefit of `write-file-functions'.
23771 2011-03-10  Glenn Morris  <rgm@gnu.org>
23773         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
23775         * vc/vc-git.el (vc-git-program): New option.
23776         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
23777         (vc-git--call): Use it.
23779         * eshell/esh-util.el (eshell-condition-case): Doc fix.
23781         * cus-edit.el (Custom-newline): If no button at point, look
23782         for a subgroup button at start-of-line.  (Bug#2298)
23784         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23786 2011-03-10  Julien Danjou  <julien@danjou.info>
23788         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23789         `cursor-type' is nil.
23791 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
23793         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23795 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
23797         * allout.el: Change so yank of distinctive-bullet items
23798         preserves the existing header prefix, rebulleting it if necessary,
23799         rather than replacing it.  This is necessary for proper operation
23800         of cooperative addons like allout-widgets.
23801         (allout-make-topic-prefix, allout-rebullet-heading):
23802         Change SOLICIT arg to INSTEAD, and interpret additionally a string
23803         value as alternate bullet to be used, instead of prompting the user
23804         for a bullet character.
23806 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
23808         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23809         Do not use `tramp-file-name-port', because this returns also
23810         `tramp-default-port'.
23812 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
23814         * net/rcirc.el (rcirc-handler-001): Remove useless
23815         with-rcirc-process-buffer.
23816         (rcirc-check-auth-status): Swap arguments to string-match.
23818 2011-03-09  Glenn Morris  <rgm@gnu.org>
23820         * shell.el (shell-mode):
23821         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
23823         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
23824         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
23826 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
23828         * emacs-lisp/package.el (package-refresh-contents)
23829         (package-menu-execute): Use condition-case-no-debug.
23831 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
23833         * simple.el (shell-command-to-string): Use `process-file'.
23835         * emacs-lisp/package.el (package-tar-file-info): Handle also
23836         remote files.
23838         * emacs-lisp/package-x.el (package-upload-buffer-internal):
23839         Use `equal' for upload base check.
23841 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
23843         * textmodes/texinfo.el (texinfo-environments):
23844         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
23846 2011-03-08  Glenn Morris  <rgm@gnu.org>
23848         * cus-start.el (cursor-in-non-selected-windows):
23849         Fix :set quoting oddness.  (Bug#8192)
23851         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
23852         in some setf expressions.  (Bug#2159)
23854 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
23856         * custom.el (custom-available-themes): Return themes in
23857         alphabetical order.
23859 See ChangeLog.15 for earlier changes.
23861 ;; Local Variables:
23862 ;; coding: utf-8
23863 ;; End:
23865   Copyright (C) 2011-2013 Free Software Foundation, Inc.
23867   This file is part of GNU Emacs.
23869   GNU Emacs is free software: you can redistribute it and/or modify
23870   it under the terms of the GNU General Public License as published by
23871   the Free Software Foundation, either version 3 of the License, or
23872   (at your option) any later version.
23874   GNU Emacs is distributed in the hope that it will be useful,
23875   but WITHOUT ANY WARRANTY; without even the implied warranty of
23876   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23877   GNU General Public License for more details.
23879   You should have received a copy of the GNU General Public License
23880   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.