Daniel Colascione 2013-02-03 * emacs.c: Use execvp, not execv, when DAEMON_MUST_EXEC
[emacs.git] / lisp / ChangeLog
blobb676835bfef0ae3e8a4d799262fe4f837bd97634
1 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp.el (tramp-debug-message): Extend function exclude list.
4         (tramp-backtrace): New defun.
5         (tramp-handle-insert-file-contents): Use `visit' when inserting
6         the local copy.
8         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime): Use
9         `remote-file-name-inhibit-cache'.
11 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
14         (bug#13614).
16         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
17         current-load-list (bug#13366).
19 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
21         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22         Identify g++ template instantiation trace.  (Bug#12287)
23         (compilation-mode-hook, compilation-start-hook)
24         (compilation-window-height): Simplify docstrings.  (Bug#13379)
26 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
28         * mouse.el (mouse-drag-track): Always deactivate the mark before
29         running the final event's command since that command is in charge of
30         activating the mark if needed (bug#13523).
32 2013-02-02  Juri Linkov  <juri@jurta.org>
34         * replace.el (perform-replace): Move let-bindings of isearch-*
35         variables deeper to the loop that searches for the next match.
36         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
37         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
38         (Bug#13579)
40         * isearch.el (isearch-search-fun-default): Check for null
41         first element of isearch-cmds as a precaution when it's used
42         with inactive isearch.
44 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
46         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
47         error when buffer in question is narrowed so position 1 is out of
48         visible part.
50 2013-02-02  Glenn Morris  <rgm@gnu.org>
52         * textmodes/remember.el (remember-clipboard): Doc fix.
54 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
56         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
57         properties (bug#13179).
59 2013-02-02  Juri Linkov  <juri@jurta.org>
61         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
62         instead of hard-coded default face `match'.  (Bug#9438)
64 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
66         * vc/vc-arch.el (vc-arch-registered):
67         * vc/vc-bzr.el (vc-bzr-registered):
68         * vc/vc-cvs.el (vc-cvs-registered):
69         * vc/vc-git.el (vc-git-registered):
70         * vc/vc-hg.el (vc-hg-registered):
71         * vc/vc-mtn.el (vc-mtn-registered):
72         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
73         (Bug#13139)
75         * info.el (Info-next-reference, Info-prev-reference): Add numeric
76         prefix argument.  (Bug#11656)
78 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
82 2013-02-01  Glenn Morris  <rgm@gnu.org>
84         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
85         if the backend is known not to support it.
87         * imenu.el (imenu-default-create-index-function):
88         Tweak infinite loop test to check for forward motion as well as none.
90 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
92         * net/soap-client.el (soap-invoke): Encode the string for
93         `url-request-data' as UTF-8.
94         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
96 2013-02-01  Glenn Morris  <rgm@gnu.org>
98         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
100         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
102 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
104         * net/tramp.el (tramp-tramp-file-p): Comment check for
105         `string-as-unibyte'.  The function does not exist on XEmacs, and
106         likely we need another approach.
108         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
109         `tramp-gw-*' variables are bound.
111 2013-01-31  Glenn Morris  <rgm@gnu.org>
113         * files.el (basic-save-buffer-2): Choose coding system for
114         writing the file before backing it up, to reduce delay between
115         backing up and writing the new version.  (Bug#13522)
117 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
119         * simple.el (cycle-spacing): New command.
120         (just-one-space): Use it.
122 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
124         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
125         (opascal-newline-always-indents): Remove custom.
126         (opascal-tab, opascal-newline): Remove commands.
127         (opascal-new-comment-line): Insert "\n" instead of calling newline.
128         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
129         (opascal-save-match-data): Remove, use save-match-data instead.
130         (opascal-save-state): Use with-silent-modifications.
132         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
133         (bug#13585).
135 2013-01-30  Juri Linkov  <juri@jurta.org>
137         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
138         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
139         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
141 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
144         column if we're just deleting the backslashes.
145         (makefile-fill-paragraph): Use eolp.
147 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
149         * autorevert.el (auto-revert-use-notify): Fix docstring.
151 2013-01-30  Leo Liu  <sdl.web@gmail.com>
153         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
155 2013-01-30  Glenn Morris  <rgm@gnu.org>
157         * mouse.el (mouse-drag-line): Avoid pushing same event onto
158         unread-command-events twice in some cases.  This tries to implement
159         the 2012-07-26 changes in a different way.  (Bug#13560)
161 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
163         * progmodes/python.el
164         (python-pdbtrack-comint-output-filter-function): Enhancements on
165         stacktrace detection.  (thanks @gnovak)
167 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
170         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
171         Use defvar-local.
172         (jit-lock-register): Use setq-local.
174 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
176         * calc-units.el (math-default-units-table): Remove initial value.
177         (calc-convert-units): Treat expressions where all the units cancel as
178         if they didn't have units.
180 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
182         * net/tramp.el (tramp-process-connection-type): Fix docstring.
183         (tramp-completion-reread-directory-timeout): Fix type.
184         (tramp-connection-min-time-diff): New defcustom.
186         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
188 2013-01-30  Glenn Morris  <rgm@gnu.org>
190         * imenu.el (imenu-default-create-index-function):
191         Put back a version of the infinite loop test removed 2013-01-23.
193 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
195         * progmodes/python.el (python-shell-parse-command):
196         Find python-shell-interpreter with modified environment.
198 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
200         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
202 2013-01-29  Alan Mackenzie  <acm@muc.de>
204         Amend to fontify /regexp/s in actions correctly.
205         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
206         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
207         are no longer included.
208         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
209         What used to be these variables without "-line" in the name.
210         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
211         (c-awk-non-arith-op-bra-re): Now also matches {.
212         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
213         "return", and "case".
214         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
215         by /.
216         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
217         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
219 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
221         * autorevert.el (auto-revert-use-notify):
222         Use `custom-initialize-default' for initialization.  (Bug#13583)
224         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
226         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
227         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
228         in `tramp-file-name-handler'.
229         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
230         compatibility.
231         (tramp-compute-multi-hops): Check, whether
232         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
234 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
236         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
237         (bug#13297).
239 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
241         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
242         checks made superfluous by the \_< operator.
243         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
244         temporarily) broken indentation.
245         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
246         Highlight nested constants, too.  \_< broke that.
248 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
250         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
251         instead of "\\b".
253 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
255         * autorevert.el (auto-revert-handler): Notifications which result
256         from a saved file shall not be taken into account.  (Bug#13557)
258 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
260         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
261         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
262         (lisp-mode): Pass t for it.  (Bug#13556)
264 2013-01-25  Alan Mackenzie  <acm@muc.de>
266         AWK Mode: Fix indentation bug at top level.  Bug #12274.
268         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
269         just before CASE 5D.
271 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
273         * net/socks.el (socks-nslookup-host): Use string-to-number.
275 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
277         * autorevert.el (auto-revert-remote-files)
278         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
279         (auto-revert-notify-enabled, auto-revert-use-notify)
280         (auto-revert-notify-watch-descriptor-hash-list)
281         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
282         (auto-revert-notify-event-descriptor)
283         (auto-revert-notify-event-action)
284         (auto-revert-notify-event-file-name): Doc fix.
285         (global-auto-revert-mode): Reorder checks.
286         (auto-revert-notify-rm-watch): Respect changed values of
287         `auto-revert-notify-watch-descriptor-hash-list'.
288         (auto-revert-notify-add-watch): Check for
289         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
290         `inotify-add-watch'.  Watch `default-directory' instead of
291         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
292         has a changed meaning now.  (Bug#13540)
293         (auto-revert-notify-handler): Change implementation wrt events
294         returning from a directory.
295         (auto-revert-handler): Reorder implementation for checks of remote
296         files.
297         (auto-revert-buffers): Fix parentheses error.
299 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
301         * progmodes/python.el: Enhancements to header documentation about
302         skeletons.  (Bug#5716)
304         * imenu.el (imenu-default-create-index-function): Remove useless
305         infinite loop check.  (Bug#13438)
307 2013-01-25  Alan Mackenzie  <acm@muc.de>
309         Fix a bug in the state cache mechanism.  Refactor this a bit.
311         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
312         `cache-pos' element from the return value.
313         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
314         buffer to enable proper searching from beyond HERE.  Amend the
315         test for detecting the sought brace pair.  Amend the value written
316         to the "brace desert cache" when the brace isn't found.
317         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
318         and several other variables analogously.
319         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
320         parameter to a locally calculated variable.
321         (c-parse-state-1): Change the calling conventions to the two
322         defuns involving `cache-pos'.
324 2013-01-25  Chong Yidong  <cyd@gnu.org>
326         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
328 2013-01-24  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
330         * paren.el (show-paren-function): Make sure to set 'priority and
331         'face only if the overlay does exist.
333 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
335         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
337         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
338         basic attributes.
339         (tramp-sh-handle-set-file-acl): Improve error checking.
341 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
343         * doc-view.el (doc-view-display): Force mode line update until all
344         document is converted.  Suggested by Stefan Monnier (Bug#13164).
346 2013-01-23  Bastien Guerry  <bzg@gnu.org>
348         * paren.el (show-paren-function): Make sure an overlay exists
349         before trying to delete it.  Also use `pos' as a position only
350         when it is an integer.
352 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
354         * play/gametree.el (gametree-break-line-here): Use point-marker.
356 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
358         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
359         Mark descriptive parts with `display' property.
361 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
363         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
364         New variable to map standard dict names to hunspell ones.
365         (ispell-set-spellchecker-params): Make sure specific dict names
366         are used for standard dicts with hunspell.
368 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
370         * textmodes/reftex-cite.el (reftex-format-citation): Add format
371         chars for note (%N) and url (%U).
372         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
374 2013-01-21  Juri Linkov  <juri@jurta.org>
376         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
377         in addition to existing separate binding `meta f10' in `global-map'.
378         (Bug#13484)
380 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
382         Improve XEmacs compatibility.
384         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
386         * net/tramp-adb.el (top): Require `time-date'.
387         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
388         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
389         Use `tramp-file-name-handler'.
390         (tramp-adb-maybe-open-connection):
391         Use `tramp-compat-set-process-query-on-exit-flag'.
393         * net/tramp-sh.el (tramp-sh-handle-file-acl):
394         Use `tramp-compat-funcall'.
396         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
397         `tramp-compat-funcall'.
399 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
401         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
402         reimplementation using "adb shell command ..." instead of running
403         remote shell interactively.
405 2013-01-20  Glenn Morris  <rgm@gnu.org>
407         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
408         Add native profiler menu entries.
410         * profiler.el (profiler-running-p): New function.
411         (profiler-cpu-profile): Use profiler-running-p.
412         (profiler-report-mode-map): Add some more menu entries.
414 2013-01-19  Glenn Morris  <rgm@gnu.org>
416         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
417         fixes 2012-12-07 change.  (Bug#13499)
419 2013-01-19  Leo Liu  <sdl.web@gmail.com>
421         * dired.el (dired-get-marked-files): Prune erroneous values due to
422         last change.  (Bug#13152)
424 2013-01-19  Glenn Morris  <rgm@gnu.org>
426         * progmodes/etags.el (tags-table-check-computed-list):
427         Preserve point in tags buffer.  (Bug#13412)
429         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
431 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
432             Chong Yidong  <cyd@gnu.org>
434         * image-mode.el (image-next-file, image-previous-file):
435         New commands (Bug#8453).
436         (image-mode-map): Bind them to n and p.
437         (image-mode--images-in-directory): New helper function.
439 2013-01-19  Chong Yidong  <cyd@gnu.org>
441         * image-mode.el (image-mode-fit-frame): Add a frame argument.
442         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
443         save and restore the old window configuration.
445 2013-01-18  Leo Liu  <sdl.web@gmail.com>
447         * progmodes/js.el: Tweak autoload cookie for alias.
449 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
451         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
452         buffer local, again.  This was lost with the fix on 2013-01-12.
454 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
456         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
457         order to support several eshell buffers in parallel.
459 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
461         * autorevert.el (auto-revert-use-notify): In the :set function, do
462         not modify `kill-buffer-hook'.
463         (auto-revert-notify-rm-watch):
464         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
465         (auto-revert-notify-add-watch): Do not call
466         `auto-revert-notify-rm-watch', but add it to a buffer local
467         `kill-buffer-hook'.
469 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
471         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
472         call to `eval' rather than a backquoted lambda.
474 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
476         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
477         to return an explicit nil.
478         (advice--remove-function): Change accordingly.
480         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
481         the use of nadvice.el.
483         * progmodes/which-func.el (which-function): Silence imenu errors
484         (bug#13433).
486 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
488         * progmodes/sql.el: (sql-imenu-generic-expression):
489         (sql-mode-font-lock-object-name): Match schema qualified names.
490         (sql-connect): Use string keys.
491         (sql-product-interactive): Wait for interpreter prompt.
492         (sql-comint-oracle): Set process coding based on NLS_LANG.
494 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
496         * progmodes/sql.el (sql-output-to-send): Remove, unused.
497         (sql-interactive-remove-continuation-prompt):
498         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
500 2013-01-14  Leo Liu  <sdl.web@gmail.com>
502         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
503         (Bug#13420)
505 2013-01-14  Glenn Morris  <rgm@gnu.org>
507         * progmodes/compile.el (compilation-error-regexp-alist-alist):
508         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
510 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
512         * progmodes/python.el (python-nav-end-of-statement):
513         Fix cornercase when handling multiline strings.
515 2013-01-13  Richard Stallman  <rms@gnu.org>
517         * mail/sendmail.el (mail-position-on-field): Add doc string.
519         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
520         Get current message boundaries and pass them to
521         message-forward-make-body-mime.  Minor style changes.
523 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
525         * cus-start.el (all): Avoid warnings about
526         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
528 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
530         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
532 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
534         * jit-lock.el (jit-lock-debug-mode): New minor mode.
535         (jit-lock--debug-fontifying): New var.
536         (jit-lock--debug-fontify): New function.
537         * subr.el (condition-case-unless-debug): Don't prevent catching the
538         error, just let the debbugger run.
539         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
540         timer code and don't drop errors silently.
542 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
544         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
545         `permanent-local' property.
546         (auto-revert-notify-handler): Use `file-equal-p'.
548 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
550         * autorevert.el (auto-revert-notify-handler): Fix filtering of
551         file notification by ACTION. For filtering by file name, compare
552         only the non-directory part of the file name.
554 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * autorevert.el: Use cl-lib instead of cl.
558         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
559         (vc-bzr-checkin): Use it.
560         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
561         will preserve match-data.
563 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
565         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
566         (js--declaration-keyword-re): New var.
567         (js--multi-line-declaration-indentation): New function.
568         (js--proper-indentation): Use it.
570 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
572         * calc/calc.el (calc-highlight-selections-with-faces)
573          (calc-dispatch):
574         * comint.el (comint-history-isearch-message):
575         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
576         * ffap.el (ffap-string-at-point-region, ffap-next)
577         (ffap-string-at-point, ffap-string-around)
578         (ffap-copy-string-as-kill, ffap-highlight-overlay)
579         (ffap-literally):
580         * font-lock.el (font-lock-keywords-alist)
581         (font-lock-removed-keywords-alist):
582         * help-mode.el (help-xref-symbol-regexp):
583         * info.el (Info-find-emacs-command-nodes):
584         * international/mule.el (add-to-coding-system-list):
585         * isearch.el (isearch-message-function, isearch-fail-pos):
586         * misearch.el (multi-isearch-next-buffer-function):
587         * newcomment.el (comment-box):
588         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
589         (pr-setting-database):
590         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
591         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
592         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
593         (pike-font-lock-keywords-3):
594         * progmodes/compile.el (compile):
595         * progmodes/etags.el (tags-table-files)
596         (tags-table-files-function, tags-included-tables-function):
597         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
598         (gdb-restore-windows):
599         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
600         (ps-n-up-filling-database):
601         * server.el (server-buffer, server-log):
602         * simple.el (newline, delete-backward-char, delete-forward-char)
603         (minibuffer-history-isearch-message, kill-line, track-eol)
604         (temporary-goal-column):
605         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
606         (flyspell-default-deplacement-commands):
607         * textmodes/ispell.el (ispell-accept-output):
608         * textmodes/sgml-mode.el (html-tag-help):
609         * vc/compare-w.el (compare-ignore-whitespace)
610         (compare-ignore-case, compare-windows-dehighlight):
611         * vc/diff.el (diff):
612         * whitespace.el (whitespace-point)
613         (whitespace-font-lock-refontify, whitespace-bob-marker)
614         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
616 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
618         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
619         (auto-revert-notify-rm-watch): Ignore errors.
620         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
621         inotify, and '(size last-write-time) for w32notify.
622         Set buffer-local `auto-revert-use-notify' to nil when adding a file
623         watch fails - this is a fallback to the file modification check.
624         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
625         (auto-revert-notify-event-action)
626         (auto-revert-notify-event-file-name): New defuns.
627         (auto-revert-notify-handler): Use them.  Implement first
628         plausibility checks.
629         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
631 2013-01-11  Julien Danjou  <julien@danjou.info>
633         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
634         max are almost equal. Also return the correct value for V which is
635         already between 0 and 1.
637 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
639         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
641 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
643         * autorevert.el (auto-revert-notify-rm-watch)
644         (auto-revert-notify-add-watch): Fix typos in w32notify function
645         names.
647 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
649         * autorevert.el (auto-revert-notify-enabled): Move up.
650         (auto-revert-use-notify): New defcustom.
651         (auto-revert-mode, global-auto-revert-mode)
652         (auto-revert-notify-add-watch, auto-revert-handler)
653         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
654         `auto-revert-notify-enabled'.
656 2013-01-10  Elias Pipping  <pipping@exherbo.org>
658         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
659         * doc-view.el (doc-view-document->bitmap):
660         Use doc-view-single-page-converter-function instead of
661         single-page-converter arg; adjust callers.
663 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
665         * progmodes/which-func.el (which-function): Understand Semantic's use
666         of overlays in imenu--index-alist.
668 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
670         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
671         (Man-man-k-use-anchor): New var.
672         (Man-parse-man-k): New function.
673         (Man-completion-table): Use it.
674         (man): Flush the completion cache between uses.
676 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
678         * autorevert.el: Add file watch support.
679         (auto-revert-notify-enabled): New defconst.
680         (auto-revert-notify-watch-descriptor-hash-list)
681         (auto-revert-notify-watch-descriptor)
682         (auto-revert-notify-modified-p): New defvars.
683         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
684         (auto-revert-notify-handler): New defuns.
685         (auto-revert-mode, global-auto-revert-mode): Remove file watches
686         when mode is disabled.
687         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
688         (auto-revert-buffers): Add file watches for active buffers.
690 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
692         * cus-start.el (toplevel): Only allow float values for
693         scroll-up-aggressively and scroll-down-aggressively.
694         Allow any number for line-spacing.
696 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
699         (doc-view-pdf->png-converter-function): Use mupdf if available.
700         (doc-view-djvu->png-converter-function)
701         (doc-view-ps->png-converter-function): Remove.
702         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
703         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
704         (doc-view-already-converted-p): Adjust accordingly.
705         (doc-view-mode-p): Simplify.
706         (doc-view-enlarge): Use setq-local.
707         (doc-view-pdf->png-converter-ghostscript)
708         (doc-view-djvu->png-converter-ddjvu)
709         (doc-view-pdf->png-converter-mupdf): Rework to call
710         doc-view-start-process directly.
711         (doc-view-pdf/ps->png): Simplify accordingly.
712         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
713         (doc-view-document->bitmap): Rename from doc-view-document->png.
714         (doc-view-convert-current-doc): Merge pdf and djvu cases.
715         (doc-view-set-slice-from-bounding-box): Fix completion table.
716         (doc-view-mode): Use add-hook for after-revert-hook.
718 2013-01-10  Glenn Morris  <rgm@gnu.org>
720         * emacs-lisp/authors.el (authors-ignored-files)
721         (authors-valid-file-names, authors-renamed-files-alist):
722         Add some more entries.
724 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * image-mode.el (image-mode-winprops): Don't throw away the fallback
727         `t' pseudo-window entry.
729 2013-01-10  Alan Mackenzie  <acm@muc.de>
731         Fix bugs in the c-parse-state mechanism.  Reuse some markers
732         instead of continually generating new ones.
734         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
735         (c-state-old-cpp-end-marker): New variables.
736         (c-append-lower-brace-pair-to-state-cache): Start a backward
737         search for "}" definitively outside CPP constructs.
738         (c-remove-stale-state-cache): Inform the caller of a need to
739         search back for a brace pair in certain circumstances.
740         (c-state-maybe-marker): New macro.
741         (c-parse-state): Reuse markers when appropriate.
743 2013-01-10  Glenn Morris  <rgm@gnu.org>
745         * simple.el (execute-extended-command): Doc fix.
746         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
748 2013-01-10  Chong Yidong  <cyd@gnu.org>
750         * faces.el (read-face-name): Doc fix.
752 2013-01-10  Roland Winkler  <winkler@gnu.org>
754         * emacs-lisp/crm.el: Allow any regexp for separators.
755         (crm-default-separator): All spaces around the default comma separator.
756         (crm--completion-command): New macro.
757         (crm-completion-help, crm-complete, crm-complete-word): Use it.
758         (crm-complete-and-exit): Handle non-single-char separators.
760 2013-01-09  Elias Pipping  <pipping@lavabit.com>
762         * doc-view.el: Add support for DjVu (bug#13164).
763         (doc-view-djvu->png-converter-function): New config var.
764         (doc-view-single-page-converter-function, doc-view--image-type)
765         (doc-view--image-file-extension): New vars.
766         (doc-view-mode): Initialize them.
767         (doc-view-goto-page): Use them.
768         (doc-view-mode-p): Add support for ddjvu.
769         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
770         (doc-view-set-up-single-converter): New funs.
771         (doc-view-pdf/ps->png): Extend for djvu.
772         (doc-view-document->png): Rename from doc-view-pdf->png.
773         (doc-view-convert-current-doc): Handle djvu.
774         (doc-view-insert-image, doc-view-display)
775         (doc-view-already-converted-p): Don't hardcode png.
776         (doc-view-set-doc-type): Recognize djvu docs.
778 2013-01-09  Elias Pipping  <pipping@lavabit.com>
780         * doc-view.el: Add support for mupdf converter (bug#13164).
781         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
782         (doc-view-ps->png-converter-function): New config vars.
783         (doc-view-pdf->png-converter-ghostscript)
784         (doc-view-ps->png-converter-ghostscript)
785         (doc-view-pdf->png-converter-mupdf): New functions.
786         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
788 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
790         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
791         first in session cache: When `tramp-own-remote-path' is in
792         `tramp-remote-path', the remote path is only set in the session
793         cache.
795 2013-01-09  Glenn Morris  <rgm@gnu.org>
797         * emacs-lisp/trace.el (trace-function-foreground)
798         (trace-function-background): Doc fix.
800 2013-01-09  Juri Linkov  <juri@jurta.org>
802         * international/mule-cmds.el (read-char-by-name): Move let-binding
803         of completion-ignore-case around completing-read to fix regression
804         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
805         `string-match-p' using the nil value of `case-fold-search' and
806         `completion-ignore-case' in `completion-pcm--all-completions'.
807         (Bug#12615).
809 2013-01-09  Glenn Morris  <rgm@gnu.org>
811         * progmodes/compile.el (compilation-parse-errors):
812         Fix typo.  (Bug#13369)
814 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
816         * comint.el (comint-send-input): Check size of buffer before
817         waiting for process output, in case already accepted.  (Bug#13290)
819 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
821         Spelling fixes.
822         * net/tramp-adb.el (tramp-adb-get-toolbox):
823         Fix misspelling of 'unknown'.
825 2013-01-08  Juri Linkov  <juri@jurta.org>
827         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
828         * progmodes/flymake.el (flymake-errline, flymake-warnline):
829         Use underline style wave on terminals that support it.  (Bug#13000)
831 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
834         the predicate returns nil.
836         * simple.el: Use lexical-binding.
837         (primitive-undo): Use pcase.
838         (minibuffer-history-isearch-push-state): Use a closure.
840 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
842         * simple.el (primitive-undo): Move from undo.c.
844 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
847         (cvs-mode-remove-handled): Use it (bug#13380).
849         * emacs-lisp/nadvice.el (advice--tweak): New function.
850         (advice--remove-function, advice--subst-main): Use it.
852         * emacs-lisp/advice.el: Update commentary.
854 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
856         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
857         Remove spurious entry.
859 2013-01-08  Glenn Morris  <rgm@gnu.org>
861         * net/tramp.el (tramp-default-host-alist): Add :version.
863 2013-01-08  Juri Linkov  <juri@jurta.org>
865         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
866         single completion.  (Bug#12456)
867         (info--manual-names): Expand node completions into an explicit list
868         before appending it to another list.  Filter out internal buffers
869         with the leading space in the buffer name.  (Bug#10771)
871 2013-01-08  Juri Linkov  <juri@jurta.org>
873         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
874         that defaults to the Top node.
875         (Info-goto-node, Info-read-node-name): Doc fix to mention that
876         the short format (FILENAME) goes to the Top node.
877         (Info-build-node-completions): Rename arg `file' to `filename'.
878         (Bug#13365)
880 2013-01-07  Bastien Guerry  <bzg@gnu.org>
882         * menu-bar.el (menu-bar-search-documentation-menu):
883         Use `apropos-user-option' and fix the help message.
885 2013-01-07  Bastien Guerry  <bzg@gnu.org>
887         * apropos.el (apropos-do-all): Update docstring.
888         (apropos-user-option-button): New face.
889         (apropos-user-option): Rename from `apropos-variable' and update
890         docstring.
891         (apropos-variable): Rewrite, now show all variables by default.
892         (apropos-print): Mention "User option" instead of "Variable" when
893         printing doc for user options.  (Bug#13276)
895 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
897         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
898         Handle filename correctly, when parsing "source -> target" symlink
899         output.
900         (tramp-adb-handle-set-file-times): New defun.
902 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
904         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
905         advice list when the interactive-spec of ad-Advice-* changes.
907 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
909         * wid-edit.el (widget-default-get): Work for inlined elements.
910         (Bug#12670)
912 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
914         * net/tramp.el (tramp-default-host-alist): New defcustom.
915         (tramp-find-host): Use it.
916         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
917         `eshell-directory-change-hook'.
919         * net/tramp-adb.el (top): Add adb specific entry in
920         `tramp-default-host-alist'.
921         (tramp-adb-file-name-host): Remove function.
922         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
923         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
925         * net/tramp-sh.el: Move eshell integration code to tramp.el.
927 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
929         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
931 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
933         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
934         consist of more than one digit.
935         (tramp-adb-file-name-handler-alist):
936         Use `tramp-handle-file-exists-p' consistently.
937         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
938         (tramp-adb-handle-file-exists-p): Remove function.
939         (tramp-adb-file-name-host): New defun.
940         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
941         Use it.
942         (tramp-adb-maybe-open-connection): Set "remote-path" property.
944 2013-01-06  Chong Yidong  <cyd@gnu.org>
946         * vc/vc.el (vc-next-action): Detect buffer modifications
947         conflicting with locking VCS operation (Bug#11490).
949         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
951 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
953         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
954         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
956 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
958         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
959         parsing of ls output using regular expression (handle filenames
960         with spaces).  Use virtual device number.
961         (tramp-do-parse-file-attributes-with-ls): New defun (Code
962         cleanup).
964 2013-01-04  Daiki Ueno  <ueno@gnu.org>
966         * epg.el: Silence byte-compiler warnings.
967         (epg--start): Use delete-char instead of delete-backward-char.
968         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
970 2013-01-04  Daiki Ueno  <ueno@gnu.org>
972         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
973         Suggested by Eli Zaretskii  <eliz@gnu.org>.
975 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
977         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
978         non-negative integers.  Otherwise, the default values are used.
979         (tramp-convert-file-attributes): Convert uid and gid to integers.
981 2013-01-04  Glenn Morris  <rgm@gnu.org>
983         * term.el (term-handle-colors-array): Ensure face attributes
984         are fully specified, not nil.  (Bug#13337)
986         * term.el (term-default-fg-color, term-default-bg-color):
987         Fix custom type.
989         * progmodes/etags.el (tags-compression-info-list): Doc fix.
990         (tag-find-file-of-tag-noselect): Check auto-compression-mode
991         rather than 'jka-compr being loaded.  (Bug#13338)
993 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
995         * icomplete.el (icomplete-completions):
996         Honor icomplete-prospects-height once more following
997         2012-11-29 changes.  (Bug#13224)
999 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1001         * subr.el (internal--called-interactively-p--get-frame): Find aliases
1002         of called-interactively-p as well (bug#13237).
1004         * view.el (view--enable, view--disable): Rename from view-mode-enable
1005         and view-mode-disable and assume it's called from view-mode.
1006         (view-mode-enable, view-mode-disable): Redefine as obsolete
1007         compatibility layer above view-mode.
1008         (view-mode-enter): Call `view-mode'.
1010         * files.el (after-find-file): Call `view-mode'.
1012         * doc-view.el (doc-view-scale-internally): New var.
1013         (doc-view-enlarge, doc-view-insert-image): Obey it.
1015 2013-01-03  Daiki Ueno  <ueno@gnu.org>
1017         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1018         exist.  (Bug#13344)
1020 2013-01-03  Glenn Morris  <rgm@gnu.org>
1022         * mail/rmail.el (rmail-set-header-1): Ignore case.
1023         Handle multi-line headers.  (Bug#13330)
1025         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1026         Handle paragraph starting at beginning of buffer.
1028         * subr.el (eval-after-load): Don't purecopy the form, so that it
1029         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
1031         * emacs-lisp/byte-run.el (defun): Place cl declarations
1032         after any interactive spec.  (Bug#13265)
1034 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
1036         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1037         defun.  Don't check for DECL if DOCSTRING isn't a string.
1038         (defun): Likewise.
1040 2013-01-02  Glenn Morris  <rgm@gnu.org>
1042         * eshell/em-cmpl.el (eshell-pcomplete):
1043         More thoroughly imitate pcomplete.  (Bug#13293)
1045         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
1046         Return nil for empty path elements.  (Bug#13296)
1048 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
1050         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1051         order to improve efficiency (Based on Daniel Colascione's
1052         <dancol@dancol.org> patch).  (Bug#13182)
1054 2013-01-02  Glenn Morris  <rgm@gnu.org>
1056         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1058 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
1060         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1061         neither DOCSTRING nor DECL was given.  (Bug#13316)
1063 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
1065         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1066         `error' call.
1067         (tramp-do-copy-or-rename-file): Ignore errors when calling
1068         `set-file-extended-attributes'.
1070         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1071         Add handler for `file-acl'.
1072         (tramp-smb-handle-file-acl): New defun.
1074 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
1076         * calc/README: Mention ISO 8601 week-numbering dates.
1078 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
1080         * view.el (view-mode-enable): New argument run-view-mode-hook.
1081         Run view-mode-hook only when it's non-nil (Bug#13315).
1082         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1083         argument t.
1085 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
1087         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1088         (No device connected, invalid device name). (Bug #13299)
1090 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
1092         * window.el (window-resizable--p): Rename to window-resizable-p.
1093         (window-resize-no-error): New function.
1095         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1096         broken in fix from 2012-12-28.
1098 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1100         * subr.el (special-form-p): Don't signal errors on undef aliases.
1102 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
1104         * calc/calc-forms.el (math-parse-date): Try using
1105         `math-parse-iso-date' when it looks like it might be needed.
1106         Allow times of 24:00.
1107         (math-parse-date-validate, math-parse-iso-date-validate):  Allow times
1108         of 24:00.
1110 2012-12-30  Glenn Morris  <rgm@gnu.org>
1112         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1113         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
1114         (rmail-summary-displayed, rmail-summary): Declare.
1115         (mairix-rmail-display): Just require rmail.
1117 2012-12-30  Chong Yidong  <cyd@gnu.org>
1119         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1120         check for the tarball contents.
1122 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
1124         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1125         tarfile content listings (Bug#13136).
1127 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
1129         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1130         Insert the undecoded text of the message being forwarded.  (Bug#9521)
1132 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
1134         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1135         integers, if they are real numbers.  (Bug#13282)
1137         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1138         Return `t' on success.
1140         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1141         Add handler for `set-file-selinux-context'.
1143 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
1145         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1146         (tramp-sh-handle-set-file-acl): Return `t' on success.
1148 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
1150         * files.el (backup-buffer-copy, basic-save-buffer-2):
1151         If set-file-extended-attributes fails, fall back on set-file-modes
1152         instead of signaling an error.  (Bug#13298)
1153         (basic-save-buffer): Likewise.
1155 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
1157         * progmodes/python.el: Support other commands triggering
1158         python-indent-line so indentation cycling continues to work.
1159         (python-indent-trigger-commands): New defcustom.
1160         (python-indent-line): Use it.
1162 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
1164         * progmodes/python.el (python-shell-send-region): Add blank lines
1165         for non sent code so backtraces remain correct.
1167 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
1169         * progmodes/python.el: Remove cl dependency.
1170         (python-syntax-count-quotes): Replace incf call.
1171         (python-fill-string): Replace setf call.
1173 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
1175         * info.el (info-other-window): New arg, for consistency with info.
1177 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
1179         * mail/rmail.el (rmail-maybe-display-summary):
1180         Rewrite (Bug#13066).
1182 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
1184         * epg.el (epg--start): Modify process-environment locally.
1186 2012-12-28  Daiki Ueno  <ueno@gnu.org>
1188         * epg.el: Support pinentry-curses.
1189         Suggested by Werner Koch in
1190         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1191         (epg-agent-file, epg-agent-mtime): New variable.
1192         (epg--start): Record the modified time of gpg-agent socket file,
1193         to restore Emacs frame after pinentry-curses termination.
1194         (epg-wait-for-completion): Restore Emacs frame here.
1196 2012-12-27  Juri Linkov  <juri@jurta.org>
1198         * info.el (Info-file-completions): New variable.
1199         (Info-read-node-name-1): Complete node names in the Info file
1200         when a file name is given.  Call `Info-build-node-completions'
1201         with a file name.
1202         (Info-build-node-completions): Add new arg `file'.  When it is
1203         non-nil, visit it in a temporary buffer and cache its completions in
1204         `Info-current-file-completions'.  Move most of the function body to
1205         `Info-build-node-completions-1'.
1206         (Info-build-node-completions-1): New function with the body from
1207         `Info-build-node-completions'.  (Bug#12456)
1209 2012-12-27  Juri Linkov  <juri@jurta.org>
1211         * frame.el (frame-maximization-style): Remove user option.
1212         (cycle-frame-maximized): Remove function.
1213         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1214         (toggle-frame-fullscreen): New command bound to <f11> instead of
1215         `toggle-frame-maximized'.
1216         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1218 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
1220         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1222         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1223         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1224         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1225         for `file-accessible-directory-p'.  (Bug#13275)
1227 2012-12-27  Sam Steingold  <sds@gnu.org>
1229         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1230         continuations, see <http://stackoverflow.com/questions/3582436>.
1232 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
1234         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1235         "module" and "def" to have indentation before them.
1236         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1238         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1240 2012-12-27  Alan Mackenzie  <acm@muc.de>
1242         Speed up fontification where there's large brace blocks.
1243         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1244         to a call of c-beginning-of-decl-1.
1246 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
1248         * comint.el (comint-adjust-window-point): New function.
1249         (comint-postoutput-scroll-to-bottom):
1250         Call comint-adjust-window-point (Bug#13248).
1252 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
1254         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1255         Rakefile regexp.
1256         (auto-mode-alist): Associate .gemspec files with ruby-mode
1257         (https://bugs.ruby-lang.org/issues/5453).
1259 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
1261         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1262         Suppress coloring, if possible (required for BusyBox based systems like
1263         CyanogenMod).
1264         (tramp-adb-handle-file-attributes)
1265         (tramp-adb-handle-insert-directory)
1266         (tramp-adb-handle-file-name-all-completions): Use it.
1267         (tramp-adb-get-toolbox): New defun.  Check for remote shell
1268         implementation (BusyBox or Toolbox).
1270 2012-12-24  Constantin Kulikov <zxnotdead@gmail.com>  (tiny change)
1272         * startup.el (initial-buffer-choice): Allow function as value
1273         (Bug#13251).
1274         (command-line-1): Handle case where initial-buffer-choice
1275         specifies a function.
1276         * server.el (server-execute): Handle case where
1277         initial-buffer-choice specifies a function.
1279 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
1281         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1282         its own function.
1283         (smtpmail-try-auth-methods): Forget the user name/password if the
1284         login is unsuccessful (bug#12424).
1286 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
1288         * notifications.el (notifications-notify): Protect body with
1289         `with-demoted-errors'.
1291         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1292         Check properties of remote device.  Restart connection, if there is a
1293         change.
1295 2012-12-21  Chong Yidong  <cyd@gnu.org>
1297         * sort.el (sort-subr): Doc fix (Bug#13056).
1299 2012-12-21  Bastien Guerry  <bzg@gnu.org>
1301         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
1303 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
1305         * simple.el (process-file): Overwrite stderr file, if exists.
1307 2012-12-21  Daiki Ueno  <ueno@gnu.org>
1309         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1310         (epg-error): Set `error-message' property.
1312 2012-12-21  Chong Yidong  <cyd@gnu.org>
1314         * international/mule-cmds.el (read-char-by-name): Signal an error
1315         if the user does not supply a valid character (Bug#13177).
1317         * simple.el (transpose-subr-1): Preserve marker positions by
1318         changing the insertion sequence (Bug#13122).
1320 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
1322         * simple.el (kill-region): Deactivate mark even for empty regions
1323         (Bug#13169).
1325 2012-12-21  Chong Yidong  <cyd@gnu.org>
1327         * help-fns.el (describe-variable): Make sure we get the right
1328         buffer name (Bug#13105).  Suggested by Kelly Dean.
1330 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
1332         * comint.el (comint-redirect-previous-input-string): New variable.
1333         (comint-redirect-setup, comint-redirect-cleanup)
1334         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
1335         (comint-redirect-preoutput-filter): Fix verbose message.
1337 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
1339         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
1340         is too long for Tramp.  See discussion in
1341         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1343         * progmodes/compile.el (compilation-start): Remove line escape
1344         template.
1346 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
1348         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1349         Adjust comment.
1351 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
1353         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1354         following non-comment text (bug#13207).
1355         (lm-header-multiline): Continuation lines need to be indented more than
1356         the first line.
1357         (lm-homepage): New function.
1358         (lm-with-file): Don't be confused if narrowing is in effect.
1360 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1362         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1363         very beginning of a hunk (e.g. killing the first line).
1365 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
1367         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1368         and text properties from returned ACL string.
1369         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1370         for "setfacl" command.
1372 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
1374         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1375         `tramp-cleanup-this-connection', when the process has died.
1376         (Bug#13151)
1378 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1380         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1382 2012-12-17  Kevin Ryde  <user42@zip.com.au>
1384         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1386 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
1388         Add support for preserving ACL entries of files.
1390         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1391         `set-file-acl' handlers.
1393         * net/tramp-adb.el (tramp-adb-handle-copy-file):
1394         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1396         * net/tramp-compat.el (tramp-compat-copy-file):
1397         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1399         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1400         Add `file-acl' and `set-file-acl' handlers.
1401         (tramp-gvfs-handle-copy-file):
1402         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1403         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1404         New defuns.
1406         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1407         Add `file-acl' and `set-file-acl' handlers.
1408         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1409         (tramp-sh-handle-set-file-acl): New defuns.
1410         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1411         Handle PRESERVE-EXTENDED-ATTRIBUTES.
1413         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1414         Add `file-acl' and `set-file-acl' handlers.
1415         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1417 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com> (tiny change)
1419         * help-macro.el (make-help-screen): Instead of switch-to-buffer
1420         use pop-to-buffer with NORECORD argument t.  As buffer name, use
1421         *Metahelp* with a leading space (Bug#13190).
1423 2012-12-16  Romain Francoise  <romain@orebokech.com>
1425         * files.el (file-extended-attributes)
1426         (set-file-extended-attributes): New functions.
1427         (backup-buffer): Use them to handle both SELinux context and ACL
1428         entries.
1429         (backup-buffer-copy): Work with an alist of extended attributes,
1430         rather than an SELinux context.
1431         (basic-save-buffer-2): Ditto.
1433 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
1435         * battery.el (battery-bsd-apm): New function.
1437 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
1439         * calc/calc.el (calc-standard-date-formats): Adjust one of the
1440         standard date formats.
1442 2012-12-15  Juri Linkov  <juri@jurta.org>
1444         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1445         `isearch-insert-char-by-name'.
1446         (with-isearch-suspended): New defmacro with body mostly from
1447         `isearch-edit-string' except the part that sets
1448         `isearch-new-string' and `isearch-new-message'.
1449         (isearch-edit-string): Use new macro `with-isearch-suspended' with
1450         body that sets `isearch-new-string' and `isearch-new-message'.
1451         (isearch-insert-char-by-name): New command.
1452         * international/mule-cmds.el (read-char-by-name): Let-bind
1453         `enable-recursive-minibuffers' to t.
1454         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1456 2012-12-15  Juri Linkov  <juri@jurta.org>
1458         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1459         (Bug#13175)
1461 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
1463         * dired-x.el (dired-guess-shell-command): Put colon at the end of
1464         the prompt.  (Bug#13045)
1466 2012-12-14  Glenn Morris  <rgm@gnu.org>
1468         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1469         Try to include filename in non-bytecomp warning.  (Bug#13132)
1471 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1473         Fix permissions bugs with setgid directories etc. (Bug#13125)
1474         * files.el (backup-buffer): Don't rely on 9th output of
1475         file-attributes, as it's now a placeholder.  Instead, use the new
1476         optional arg of file-ownership-preserved-p.
1477         (file-ownership-preserved-p): New optional arg GROUP.
1478         Fix mishandling of setuid directories that would cause this
1479         function to return t when it should have returned nil.
1480         Document what happens if the file does not exist, and when
1481         it's not known whether the ownership will be preserved.
1482         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1483         Likewise.
1484         (tramp-get-local-gid): Use group-gid for integer, as that's
1485         faster and more reliable.
1487 2012-12-14  Julien Danjou  <julien@danjou.info>
1489         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1490         Update keywords list, data type and PL/pgSQL.
1492 2012-12-14  Dave Abrahams  <dave@boostpro.com>
1494         * vc/ediff-util.el (ediff-buffer-type): New function.
1495         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1496         rather than taking it as as argument.
1497         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1499 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
1501         * json.el: Add pretty-print option (bug#12634).
1502         (json-encoding-separator, json-encoding-default-indentation)
1503         (json--encoding-current-indentation, json-encoding-pretty-print)
1504         (json-encoding-lisp-style-closings): New vars.
1505         (json--with-indentation): New macro.
1506         (json-encode-hash-table, json-encode-alist, json-encode-plist)
1507         (json-encode-array): Use it to obey json-encoding-pretty-print.
1508         (json-pretty-print-buffer, json-pretty-print): New commands.
1510 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
1512         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1513         Extract `ruby-syntax-propertize-expansions'.
1514         (ruby-syntax-propertize-expansions): Only change syntax on
1515         certain string delimiters, to punctuation.  This way the common
1516         functions like forward-word and thing-at-point still work.
1517         (ruby-match-expression-expansion): Improve readability.
1518         (ruby-block-contains-point): New function.
1519         (ruby-add-log-current-method): Handle several edge cases.
1521 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
1523         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1524         unload-feature finishes even when aborting an ongoing edebug session.
1525         Also, do not worry about edebug-mode, unload-feature takes care of it.
1527 2012-12-13  Andreas Schwab  <schwab@suse.de>
1529         * net/tls.el (tls-program): Update customize type.
1531 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
1533         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1534         (edebug-setup-hook, cl-read-load-hooks): Use it.
1535         (edebug-unload-function): New function.  (Bug#13163)
1537 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
1539         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1540         Otherwise, there could be errors in autoloading.  (Bug#13151)
1542 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
1544         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1545         sequences.
1547 2012-12-13  Alan Mackenzie  <acm@muc.de>
1549         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
1550         * progmodes/cc-engine.el (c-backward-comments): Add code to work
1551         around `forward-comment' not recognizing ^M as whitespace.
1553 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
1555         * progmodes/python.el (python-skeleton-class)
1556         (python-skeleton-def): Do not add space after defun name.
1558 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1560         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1561         (cl--symbol-function): Remove (now that funbound is like nil).
1563 2012-12-12  Glenn Morris  <rgm@gnu.org>
1565         * button.el (button--area-button-p): Fix typo.
1567 2012-12-12  Sam Steingold  <sds@gnu.org>
1569         * frame.el (frame-maximization-style): New user option.
1570         (toggle-frame-maximized): Toggle frame maximization according to
1571         `frame-maximization-style', bound to <f11>.
1572         (cycle-frame-maximized): Cycle between all maximization styles and
1573         non-maximized frame, bound to shift-<f11>.
1575 2012-12-12  David Cadé  <codename68@gmail.com>
1577         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1579 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
1581         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1582         (eieio-override-prin1): Don't quote kewords and booleans.
1583         (object-write) <eieio-default-superclass>: Don't put closing parens
1584         on new line, avoid needless empty lines, align values that are objects
1585         with the slot keyword (instead of beginning on the same line).
1586         (eieio-list-prin1): Align value with slot keyword; increase
1587         eieio-print-depth before printing members of the list.
1589 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1592         a display text-property.
1593         (report-emacs-bug-hook): Don't bother deleting it any more.
1595         * hilit-chg.el (highlight-save-buffer-state): Delete.
1596         Use with-silent-modifications instead.
1597         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1599         * button.el: Handle buttons in display text-properties.
1600         (button--area-button-p, button--area-button-string):
1601         Use (STRING . STRING-POS) representation instead of just STRING.
1603 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
1605         * makefile.w32-in (compile4-SH): Fix a typo that caused term
1606         subdirectory be skipped.
1608 2012-12-11  Glenn Morris  <rgm@gnu.org>
1610         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1612         * progmodes/f90.el (f90-line-continued, f90-indent-region):
1613         Treat preprocessor lines embedded in continuations like comments.
1614         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
1616 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
1618         * calc/calc.el (calc-standard-date-formats):  Add more date
1619         formats.
1620         * calc/calc-forms.el (math-parse-iso-date): New function.
1621         (math-parse-date): Use `math-parse-iso-date' when appropriate.
1622         (math-parse-iso-date-validate): Add extra error checking.
1623         (calc-date-notation): Add ability to access new date formats.
1625 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1627         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
1628         font-lock as well as when there's no text-property.
1630 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
1632         * hi-lock.el: Refine the choice of default face.
1633         (hi-lock-keyword->face): New function.  Use it wherever we used
1634         cadadadr instead.
1635         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
1636         (hi-lock--last-face): Remove var.
1637         (hi-lock--unused-faces): New var to replace it.
1638         (hi-lock-read-face-name): Use/maintain it.
1639         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
1640         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
1641         if it has another face.
1643 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
1645         * subr.el (w32notify-handle-event): New function.
1646         (inotify-handle-event): Doc fix.
1648 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1650         * subr.el (inotify-event-p, inotify-handle-event): New functions.
1652 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
1654         * simple.el (just-one-space): Doc fix.
1656 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
1658         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
1660 2012-12-10  Le Wang  <l26wang@gmail.com>
1662         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
1663         narrowed buffer (bug#12361).
1665 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
1667         * vc/vc-hooks.el (vc-state): Doc fix.
1669 2012-12-10  Glenn Morris  <rgm@gnu.org>
1671         * mail/rmail.el (rmail-maybe-display-summary):
1672         Preserve buffer, in case select-window changes it.  (Bug#13066)
1674 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
1677         cl-load-hook where they belong.
1679 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
1683 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
1685         Parallelize byte compilation on MS-Windows.
1686         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
1687         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
1688         (WINS_BASIC): Define as concatenation of the above.
1689         (compile): Subdivide into 4 separate and independent jobs that can
1690         be run in parallel.
1691         (compile0-CMD, compile0-SH): New targets for compiling
1692         COMPILE_FIRST files, which are prerequisites for the rest of the
1693         byte-compilation.
1694         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
1695         New targets for parallel compilation with cmd.exe.
1696         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
1697         compiling under a Unixy shell.
1699 2012-12-09  Chong Yidong  <cyd@gnu.org>
1701         * simple.el (set-mark-default-inactive): Delete this
1702         accidentally-introduced option.
1703         (set-mark-command, exchange-point-and-mark): Remove calls.
1705 2012-12-09  Glenn Morris  <rgm@gnu.org>
1707         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
1708         Respect a defcustom's :set function, if appropriate.  (Bug#109)
1709         (eval-defun): Doc fix.
1711 2012-12-08  Juri Linkov  <juri@jurta.org>
1713         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
1714         (Info-fontify-node, Info-bookmark-make-record): Remove the
1715         file extension from Info-current-file (Bug#13016).
1717 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
1720         point, still provide some default.
1721         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
1722         names, since we don't use it right now.  Actually return the list.
1723         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
1725 2012-12-07  Chong Yidong  <cyd@gnu.org>
1727         * novice.el (disabled-command-function): Remove a spurious help
1728         xref (Bug#13043).  Suggested by Kelly Dean.
1730         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
1731         syntax is specified (Bug#13025).
1733         * info.el (Info-set-mode-line): Remove the file extension from
1734         Info-current-file if there is one (Bug#13016).
1736 2012-12-07  Glenn Morris  <rgm@gnu.org>
1738         * mail/rmail.el (rmail-mime-decoded): New permanent local.
1739         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
1740         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
1741         and rmail-mime-decoded.  (Bug#9841)
1743         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
1744         (batch-unrmail, unrmail): Doc fixes.
1745         (unrmail): Respect unrmail-mbox-format.
1746         * mail/rmail.el (rmail-mbox-format): New option.
1747         (rmail-show-message-1): Respect rmail-mbox-format.
1749 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
1753 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1755         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
1756         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
1757         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
1758         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
1759         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
1760         (cl-progv): Don't rely on dynamic scoping to find the body.
1761         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
1762         (cl--proclaims-deferred): Rename from the "cl-" prefix.
1763         (cl-declaim): Use backquotes.
1764         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
1765         Use "cl--" prefix for the object's tag.
1767         * ses.el: Use advice-add/remove.
1768         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
1769         (copy-region-as-kill, yank): Use advice-add.
1770         (ses-unload-function): Use advice-remove.
1772 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
1774         * button.el: Make them work in header-lines (bug#12817).
1775         (button-map): Add bindings for header-line and mode-line use.
1776         (button-get, button-put, button-label): `button' may now be a string.
1777         (button-activate): Don't make it a defsubst.
1778         (button--area-button-p, button--area-button-string): New functions.
1779         (make-text-button): Fix the return value when `beg' was a string.
1780         (push-button): Handle the mode-line case.
1782 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
1785         (sql-signum): Remove.  Use `cl-signum' instead.
1786         (sql-read-passwd): Remove; use read-passwd instread.
1787         (sql-get-login-ext): Use read-string.
1788         (sql-get-login): Use dolist and pcase.
1789         (sql--completion-table): Rename from sql-try-completion.
1790         Use complete-with-action.
1791         (sql-mode): Don't change abbrev-all-caps globally.
1792         (sql-connect): Don't rely on dynamic scoping for `new-name'.
1793         (sql-postgres-completion-object): Initialize vars in their `let'.
1794         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
1795         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
1796         (sql-comint-interbase): Use a single append, without setq.
1797         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
1799         * hi-lock.el: Rework the default face and the serialize regexp code.
1800         (hi-lock--auto-select-face-defaults): Remove.
1801         (hi-lock-string-serialize-serial): Remove.
1802         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
1803         make weak.
1804         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
1805         equal string.
1806         (hi-lock-set-pattern): Adjust accordingly.
1807         (hi-lock--regexps-at-point): Simplify accordingly.
1808         (hi-lock--auto-select-face-defaults): Remove.
1809         (hi-lock--last-face): New var to replace it.
1810         (hi-lock-read-face-name): Rewrite (bug#11095).
1811         (hi-lock-unface-buffer): Arrange for the face to be the next default.
1813 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
1815         * net/tramp.el (tramp-replace-environment-variables):
1816         Hide compiler warning.
1817         (tramp-file-name-for-operation): Remove `executable-find',
1818         `start-process', `call-process' and `call-process-region'.
1820         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
1822         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
1823         compatibility.
1825         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
1827 2012-12-06  Chong Yidong  <cyd@gnu.org>
1829         * ffap.el (ffap-replace-file-component): Fix typo.
1831 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1833         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
1834         fix open-paren-like token test (bug#12785).
1836 2012-12-06  Glenn Morris  <rgm@gnu.org>
1838         * mail/rmailsum.el (rmail-new-summary): Tweak for
1839         rmail-maybe-display-summary changing buffer.  (Bug#13066)
1841 2012-12-06  Juri Linkov  <juri@jurta.org>
1843         * info.el (Info-fontify-node): Don't hide the last newline.
1844         (Bug#12272)
1846 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1848         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
1849         so as to enable message-read-from-minibuffer to expand mail aliases.
1851 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
1854         the `intangible' property.
1855         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
1857 2012-12-05  Deniz Dogan  <deniz@dogan.se>
1859         * net/rcirc.el (rcirc-urls): Update documentation.
1860         (rcirc-condition-filter): New function.
1861         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
1862         and exclude consecutive duplicate URLs (Bug#6082).
1864 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
1866         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1867         Check return code of copy command.
1869         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
1870         Use group `tramp'.  Add version.
1872 2012-12-05  Chong Yidong  <cyd@gnu.org>
1874         * ffap.el (ffap-url-regexp): Don't require matching at front of
1875         string (Bug#4952).
1876         (ffap-url-p): If only a substring matches, return that.
1877         (ffap-url-at-point): Use the return value of ffap-url-p.
1878         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
1879         (find-file-at-point, dired-at-point, dired-at-point-prompter)
1880         (ffap-guess-file-name-at-point): Likewise.
1881         (ffap-replace-file-component): Fix typo.
1883         * info.el (info-display-manual): Add existing Info buffers, whose
1884         files may not be in Info-directory-list, to the completion.
1885         (info--manual-names): New helper function.
1887 2012-12-05  Glenn Morris  <rgm@gnu.org>
1889         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
1890         New functions, for detecting and resolving conflicts.  (Bug#10709)
1892 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
1894         * hi-lock.el (hi-lock-auto-select-face): New user variable.
1895         (hi-lock-auto-select-face-defaults): New buffer local variable.
1896         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
1897         (hi-lock-unface-buffer): Prompt user with useful defaults.
1898         With prefix arg, unhighlight all hi-lock patterns in buffer.
1900 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1902         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
1904 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
1906         * Makefile.in (TRAMP_SRC):
1907         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
1909 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
1911         * net/tramp-adb.el: New package.
1913 2012-12-04  Chong Yidong  <cyd@gnu.org>
1915         * terminal.el: Move to obsolete/.
1917         * longlines.el: Move to obsolete/.
1919         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
1920         Remove code referring to longlines mode.
1922 2012-12-03  Juri Linkov  <juri@jurta.org>
1924         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
1926 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1928         * textmodes/ispell.el (ispell-init-process)
1929         (ispell-start-process, ispell-internal-change-dictionary):
1930         Make sure personal dictionary name is expanded after initial
1931         `default-directory' value. Use expanded strings for
1932         keep/restart checks and for value (Bug#13019).
1934 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
1936         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
1938 2012-12-03  Leo Liu  <sdl.web@gmail.com>
1940         * files.el (dir-locals-read-from-file): Check file non-empty
1941         before reading.  (Bug#13038)
1943 2012-12-03  Glenn Morris  <rgm@gnu.org>
1945         * jka-cmpr-hook.el (jka-compr-get-compression-info):
1946         Remove any version extension before checking filename.  (Bug#13006)
1947         (jka-compr-compression-info-list): Belated :version bump.
1949 2012-12-03  Chong Yidong  <cyd@gnu.org>
1951         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
1953         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
1954         (buffer-menu): Doc fix (Bug#12294).
1956 2012-12-03  Roland Winkler  <winkler@gnu.org>
1958         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
1959         of diary-show-all-entries in the diary buffer (Bug#12994).
1961 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
1963         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
1964         "<STDIN>".  This is binary safe.
1966 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
1968         * calc/calc-forms.el (math-absolute-from-iso-dt)
1969         (math-date-to-iso-dt, math-parse-iso-date-validate)
1970         (math-iso-dt-to-date): New functions.
1971         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
1972         (math-fd-isoweekday): New variables.
1973         (calc-date-notation, math-parse-standard-date, math-format-date)
1974         (math-format-date-part): Add support for more formatting codes.
1976 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
1978         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
1979         current buffer's file name when called interactively (Bug#12488).
1981 2012-12-02  Juri Linkov  <juri@jurta.org>
1983         * info.el (info-display-manual): Don't clobber an existing Info
1984         buffer (Bug#10770).  Add completion (Bug#10771).
1986 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
1988         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
1989         before using it for comparison (Bug#5297).
1991 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
1993         * textmodes/css-mode.el (css-current-defun-name): New function.
1994         (css-mode): Use it.
1996         * textmodes/sgml-mode.el (html-current-defun-name): New function.
1997         (html-mode): Use it.
1999 2012-12-01  Chong Yidong  <cyd@gnu.org>
2001         Modularize add-log-current-defun (Bug#2224).
2002         Suggested by Jari Aalto.
2004         * vc/add-log.el (add-log-current-defun-function): Doc fix.
2005         (add-log-current-defun): Move mode-specific code to other files.
2006         (add-log-lisp-like-modes, add-log-c-like-modes)
2007         (add-log-tex-like-modes): Variables deleted.
2009         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2010         (lisp-mode-variables): Use it.
2012         * progmodes/cc-mode.el (c-common-init):
2013         * progmodes/cperl-mode.el (cperl-mode): Set a value for
2014         add-log-current-defun-function.
2016         * progmodes/m4-mode.el (m4-current-defun-name): New function.
2017         (m4-mode): Use it.
2019         * progmodes/perl-mode.el (perl-current-defun-name): New.
2020         (perl-mode): Use it.
2022         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2023         Use lisp-current-defun-name.
2025         * textmodes/tex-mode.el (tex-current-defun-name): New.
2026         (tex-common-initialization): Use it.
2028         * textmodes/texinfo.el (texinfo-current-defun-name): New.
2029         (texinfo-mode): Use it.
2031 2012-12-01  Chong Yidong  <cyd@gnu.org>
2033         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2034         * progmodes/autoconf.el (autoconf-mode):
2035         * progmodes/js.el (js-mode):
2036         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2037         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2038         * progmodes/perl-mode.el (perl-mode):
2039         * progmodes/sh-script.el (sh-mode, sh-set-shell):
2040         * textmodes/css-mode.el (css-mode):
2041         * textmodes/sgml-mode.el (html-mode, sgml-mode)
2042         (sgml-tags-invisible, sgml-guess-indent):
2043         * textmodes/tex-mode.el (tex-common-initialization)
2044         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2045         (doctex-mode, plain-tex-mode, latex-mode):
2046         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2048 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
2050         * vc/vc-hg.el (vc-hg-next-revision):
2051         Ensure use of default "tip" output format.  (Bug#6968)
2053 2012-12-01  Kim F. Storm  <storm@cua.dk>
2055         * startup.el (fancy-startup-tail): Add a clickable link
2056         (Bug#2176).
2058 2012-12-01  Chong Yidong  <cyd@gnu.org>
2060         * startup.el (fancy-startup-tail): Improve the message about
2061         auto-save files (Bug#2176).
2063         * files.el (recover-session): Improve the descriptive message, and
2064         use substitute-command-keys.
2066 2012-12-01  Glenn Morris  <rgm@gnu.org>
2068         * ido.el (ido-file-internal):
2069         Handle other-window, other-frame for dired.  (Bug#13036)
2071 2012-11-30  Glenn Morris  <rgm@gnu.org>
2073         * icomplete.el (icomplete-separator): Fix :version.
2075 2012-11-30  Chong Yidong  <cyd@gnu.org>
2077         * shell.el (shell): For C-u M-x shell, use an inactive shell
2078         buffer as the default (Bug#1975).
2079         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2080         (shell-mode): Use them to reapply ansi colorization if Shell mode
2081         is re-enabled.
2083 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
2085         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2087 2012-11-30  Samuel Bronson  <naesten@gmail.com>
2089         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2090         flag to xargs, for compatibility with BSD xargs (Bug#11703).
2092 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2094         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2095         by move-to-column (Bug#3234).
2097 2012-11-30  Chong Yidong  <cyd@gnu.org>
2099         * longlines.el (longlines-wrap-line, longlines-encode-region):
2100         Preserve text properties (Bug#1425).
2102 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
2104         * vc/vc.el (vc-register): Allow registering a file which is
2105         already registered with a different backend (Bug#10589).
2107 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
2108             Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * icomplete.el: Change separator; add ido-style commands.
2111         (icomplete-show-key-bindings): Remove custom var.
2112         (icomplete-get-keys): Remove function.
2113         (icomplete-forward-completions, icomplete-backward-completions):
2114         New commands.
2115         (icomplete-minibuffer-map): New var.
2116         (icomplete-minibuffer-setup): Use it.
2117         (icomplete-exhibit): Don't delay if the list of completions is known.
2118         (icomplete-separator): New custom.
2119         (icomplete-completions): Use it.
2120         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2121         (minibuffer-force-complete-and-exit): New command.
2122         (minibuffer--complete-and-exit): New function extracted from
2123         minibuffer-complete-and-exit.
2124         (minibuffer-complete-and-exit): Use it.
2126         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2127         error message when the file doesn't exist (bug#12974).
2129 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
2131         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2133 2012-11-29  Glenn Morris  <rgm@gnu.org>
2135         * files.el (hack-dir-local-variables): Warn if try to set
2136         coding via dir-locals, since it doesn't work.  (Bug#7169)
2138         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
2139         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2140         Set buffer-local value of desktop-save-buffer.
2141         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2142         New functions.
2143         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2144         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2146         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
2147         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2148         Doc fix.
2149         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2150         Doc fixes.
2152 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
2154         * calc/calc-forms.el (calc-date-notation): Fix regexp
2155         used to find time codes.  Fix symbol for seconds.
2157 2012-11-27  Glenn Morris  <rgm@gnu.org>
2159         * emacs-lisp/derived.el (derived-mode-make-docstring):
2160         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
2162 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2164         * textmodes/table.el (table-insert): Don't use `symbol-name' on
2165         lexically scoped variables (bug#13005).
2167 2012-11-27  Glenn Morris  <rgm@gnu.org>
2169         * vc/vc-hooks.el (vc-mistrust-permissions):
2170         Default to t, to avoid data-loss.  (Bug#11490)
2172 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
2174         * progmodes/python.el (python-indent-guess-indent-offset):
2175         If indentation is guessed make python-indent-offset buffer-local.
2177         Fix Imenu regression.
2178         * progmodes/python.el (python-nav-beginning-of-defun):
2179         Fix forward movement when statement(s) separates point from defun.
2180         (python-imenu-prev-index-position): New function.
2182 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
2184         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
2186         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2187         Don't set buffer-file-type.  Return nil.  (Bug#12989)
2189 2012-11-27  Glenn Morris  <rgm@gnu.org>
2191         * hippie-exp.el (hippie-expand-try-functions-list):
2192         Re-autoload it.  (Bug#12982)
2194 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
2196         * descr-text.el (describe-char-padded-string):
2197         Call internal-char-font only on GUI frames.  (Bug#11964)
2199 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
2201         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2202         and obsoletion message.
2204 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2207         the constructs to keep outside of the `cl-block' (bug#12977).
2209 2012-11-27  Chong Yidong  <cyd@gnu.org>
2211         * mouse.el (mouse-drag-line): Even if the line is not draggable,
2212         keep reading until we get the up-event anyway, in order to process
2213         the up-event for mouse-1-click-follows-link (Bug#12971).
2215 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2217         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2218         base function is not yet defined (bug#12965).
2219         (ad-activate-advised-definition): Use ad-compile-function.
2220         (ad-activate): Use cond.
2222 2012-11-25  Leo Liu  <sdl.web@gmail.com>
2224         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2225         (Bug#12979)
2227 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2229         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2230         reftex-section-info-function in order to be compatible with
2231         Texinfo integration.
2233         * textmodes/reftex.el (reftex-section-pre-regexp)
2234         (reftex-section-post-regexp, reftex-section-info-function):
2235         New variable.
2236         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2237         reftex-section-post-regexp, and reftex-section-info-function in order
2238         to be compatible with Texinfo integration.
2240         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2241         use reftex-section-pre-regexp variable in order to be compatible with
2242         Texinfo integration.
2244 2012-11-25  Chong Yidong  <cyd@gnu.org>
2246         * faces.el: Make face-spec-set more analogous to setq.
2247         (face-spec-set): Change the third arg to specify whether this
2248         function is being called via defface, customize, or a third party.
2249         Set the appropriate symbol properties.  Clear the override spec if
2250         setting via Custom.  Initialize face if necessary.  (Bug#4988)
2251         (face-spec-recalc): Allow theme faces to completely replace the
2252         defface spec, in the same way as custom faces (Bug#8454).
2254         * cus-face.el (custom-declare-face): Move face initialization to
2255         face-spec-set.
2256         (custom-theme-set-faces): Don't initialize the face name here, as
2257         that is now done in face-spec-set.
2259         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2260         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2261         Simplify by using the new arg to face-spec-set.
2263         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2264         reset face-override-spec too, and use custom-declare-face.
2266 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
2268         * term/ns-win.el (ns-initialize-window-system): Move creation of
2269         fontsets here (Bug#11964).
2271 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
2273         * ses.el (ses-rename-cell): Correct bug on mode-line update after
2274         cell renaming.
2276 2012-11-24  Chong Yidong  <cyd@gnu.org>
2278         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2279         obsolete.
2281         * custom.el (custom-theme-set-variables): Use a topological sort
2282         for ordering by custom dependencies (Bug#12952).
2283         (custom--sort-vars, custom--sort-vars-1): New functions.
2285 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2288         lexical-binding (bug#12938).
2290 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
2292         * image-mode.el (image-transform-check-size): Use assertions only
2293         for images of type imagemagick.
2295         Otherwise no error, image-transform-fit-to-{width,height} is
2296         silently ignored, as before.  Doc fix.
2298 2012-11-24  Chong Yidong  <cyd@gnu.org>
2300         * faces.el (color-defined-p): Doc fix (Bug#12853).
2302 2012-11-24  Juri Linkov  <juri@jurta.org>
2304         * dired.el (dired-mark): Add optional arg `interactive'.
2305         Check for `use-region-p' if `interactive' is non-nil.
2306         (dired-unmark, dired-flag-file-deletion): Add optional arg
2307         `interactive'.  Call `dired-mark' with the arg `interactive'.
2308         (Bug#10624)
2310         * wdired.el: Revert 2012-10-17 change partly and replace it with
2311         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2312         (wdired-finish-edit): Add marks for new file names to
2313         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
2314         after `revert-buffer'.
2315         (wdired-do-renames): Remove calls to `dired-remove-file',
2316         `dired-add-file', `dired-add-entry'.  (Bug#11795)
2318 2012-11-24  Alan Mackenzie  <acm@muc.de>
2320         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2322         Fix bugs in the state cache.  Enhance a debugging mechanism.
2323         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2324         "brace at column zero" strategy for C++.
2325         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2326         (c-parse-state-point): New variable.
2327         (c-record-parse-state-state): Record old parse state with
2328         `copy-tree'.  Record previous value of point.
2329         (c-debug-parse-state-double-cons): New debugging function.
2330         (c-debug-parse-state): Call the above new function.
2331         (c-toggle-parse-state-debug): Output a confirmatory message.
2333         * progmodes/cc-mode.el (c-before-change, c-after-change):
2334         Call c-invalidate-state-cache from `c-before-change' instead of
2335         `c-after-change'.
2337 2012-11-23  Chong Yidong  <cyd@gnu.org>
2339         * find-cmd.el (find-constituents): Add executable, ipath,
2340         readable, samefile, writable, daystart, regextype (Bug#12856).
2342 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2346 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2348         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2349         definition.  This fixes a bootstrap failure.
2350         (calc-gregorian-switch): In menu, put dates before regions.
2351         This is easier to follow, lines up better in the menu, and lets us
2352         coalesce regions that switch at the same time.  Give country
2353         names, not "Vatican", as that's better for non-expert users.
2354         Use names that are stable between the date of switch and now, e.g.,
2355         Bohemia and Moravia (which existed then and now) and not
2356         Czechoslovakia (which didn't exist then and doesn't exist now).
2357         What is now the U.S. mostly did not switch at the same time as
2358         Britain, so omit the U.S.  Correct spelling of "Britain".
2359         Catholic Switzerland was too much of a mess, so omit it.
2361 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
2363         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2364         after the variable is changed.
2366 2012-11-21  Daniel Colascione  <dancol@dancol.org>
2368         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2369         in SQL declarations for font-lock.
2370         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2372 2012-11-21  Glenn Morris  <rgm@gnu.org>
2374         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2375         (face-italic-p): Add optional argument "inherit".
2377         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2378         Remove -p suffix from names, for consistency with other set-face-*.
2379         (set-face-inverse-video): Fix interactive spec.
2380         * play/gamegrid.el (gamegrid-make-mono-tty-face):
2381         * textmodes/table.el (table--update-cell-face):
2382         Use set-face-inverse-video rather than now obsolete alias.
2384 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
2386         * simple.el (line-move): Don't call line-move-partial if
2387         scroll-conservatively is in effect.  (Bug#12927)
2389 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2392         Fallback on completion-at-point rather than
2393         pcomplete-expand-and-complete, and only if pcomplete actually failed.
2394         (eshell-cmpl-initialize): Setup completion-at-point.
2396         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2398         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2400 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
2402         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2403         are remote, check out-of-band property for both.
2405 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2407         * window.el (switch-to-buffer): Re-add the warning that was lost in the
2408         code rewrite.
2410 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
2412         More minor time fixes.
2413         * calendar/time-date.el: Commentary fix.
2414         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2415         too much other code depends on (0 0) time stamps.
2416         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2417         Add a couple of FIXME comments.
2419         Minor cleanup for times as lists of four integers.
2420         * files.el (dir-locals-directory-cache):
2421         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2422         Doc fixes.
2423         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2424         * ps-bdf.el (bdf-file-newer-than-time):
2425         Process four-integers time stamps, not two.  Doc fixes.
2427 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * uniquify.el (uniquify-managed): Use defvar-local.
2430         (rename-buffer, create-file-buffer): Advise with advice-add.
2431         (uniquify-unload-function): Unadvise accordingly.
2433         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2434         (trace-buffer): Don't purecopy.
2435         (trace-entry-message, trace-exit-message): Add `context' arg.
2436         (trace--timer): New var.
2437         (trace-make-advice): Adjust for use in nadvice.
2438         Add `context' argument.  Delay `display-buffer' via a timer.
2439         (trace-function-internal): Use advice-add.
2440         (trace--read-args): New function.
2441         (trace-function-foreground, trace-function-background): Use it.
2442         (trace-function): Rename to trace-function-foreground and redefine as
2443         an alias to that new name.
2444         (untrace-function, untrace-all): Adjust to the use of nadvice.
2446         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2448         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2450         * subr.el (called-interactively-p-functions): New var.
2451         (internal--called-interactively-p--get-frame): New macro.
2452         (called-interactively-p, interactive-p): Rewrite in Lisp.
2453         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2454         (called-interactively-p-functions): Use it.
2455         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2456         (called-interactively-p-functions): Use it.
2457         * allout.el (allout-called-interactively-p): Don't assume
2458         called-interactively-p is a subr.
2460 2012-11-20  Glenn Morris  <rgm@gnu.org>
2462         * profiler.el (profiler-report-mode-map): Add a menu.
2463         No need to bind `q' because we derive from special-mode.
2464         (profiler-report-find-entry): Handle calls from the menu-bar.
2466 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2468         * emacs-lisp/byte-run.el (defun-declarations-alist):
2469         Allow a compiler-macro to be a lambda expression.
2471         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
2472         eval-when-compile.
2473         (python-syntax-context): Add compiler-macro.
2474         (python-font-lock-keywords): Simplify with De Morgan.
2476         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2478         * files.el (load-file): Require match in minibuffer selection, as was
2479         the case in Emacs-20 before we changed the spec to allow .elc files
2480         (bug#12935).
2482         * json.el: Don't require cl since we don't use it.
2483         * color.el: Don't require cl.
2484         (color-complement): `caddr' -> `nth 2'.
2486         * calendar/time-date.el (time-to-seconds): De-obsolete.
2488 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2490         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
2491         year numbers.
2492         (math-date-to-julian-dt): Adjust the initial approximation for the
2493         year to deal with the new definition of the DATE.
2495 2012-11-19  Daniel Colascione  <dancol@dancol.org>
2497         * term/w32-win.el (cygwin-convert-path-from-windows):
2498         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2500 2012-11-18  Chong Yidong  <cyd@gnu.org>
2502         * filecache.el (file-cache--read-list): New function.
2503         (file-cache-add-directory-list, file-cache-add-file-list)
2504         (file-cache-delete-file-list, file-cache-delete-directory-list):
2505         Use it to read a list of files or directories (Bug#12846).
2506         (file-cache-add-file, file-cache-add-directory)
2507         (file-cache-delete-file-list, file-cache-delete-file-regexp)
2508         (file-cache-delete-directory): Print an message.
2510 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
2512         * calc/calc-forms.el (math-date-to-dt): Use integer date when
2513         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2515 2012-11-18  Glenn Morris  <rgm@gnu.org>
2517         * image.el (insert-image, insert-sliced-image): Doc fix.
2519 2012-11-18  Chong Yidong  <cyd@gnu.org>
2521         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2522         (Bug#12810).
2524 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
2526         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2527         response when the target file is in a subdirectory (Bug#12757).
2529 2012-11-18  Chong Yidong  <cyd@gnu.org>
2531         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2533 2012-11-18  Glenn Morris  <rgm@gnu.org>
2535         * emacs-lisp/cl-lib.el (face-underline-p):
2536         Use set-face-underline rather than the alias set-face-underline-p.
2538         * window.el (with-temp-buffer-window): Doc fix.
2539         * subr.el (with-output-to-temp-buffer):
2540         Add doc xref to with-temp-buffer-window.
2542 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
2544         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2545         * calc/calc.el (math-format-date-cache): Declare.
2547 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
2549         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2550         It also uses January 1, 1 AD as its day number 1.
2551         * calc/calc-forms.el (math-julian-date-beginning)
2552         (math-julian-date-beginning-int): Implement this.
2554 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
2556         * descr-text.el (quail-find-key):
2557         * dired.el (desktop-file-name):
2558         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2559         * generic-x.el (comint-mode, comint-exec):
2560         * image-dired.el (widget-forward):
2561         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2562         (speedbar-change-expand-button-char)
2563         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2564         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2565         * printing.el (easy-menu-add-item, easy-menu-remove-item)
2566         (widget-field-action, widget-value-set):
2567         * speedbar.el (imenu--make-index-alist):
2568         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2569         (ring-length, ring-insert):
2570         * vcursor.el (compare-windows-skip-whitespace):
2571         * woman.el (dired-get-filename):
2572         Declare functions.
2574         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2576 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
2578         * calc/calc.el (calc-gregorian-switch): New variable.
2580         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2581         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2582         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2583         (math-leap-year-p): Add option to distinguish between Julian
2584         and Gregorian calendars.
2585         (math-day-number): Use `math-day-in-year' to do the computations.
2586         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2587         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2588         to do the computations.
2589         (math-date-to-dt): Use `math-date-to-julian-dt' and
2590         `math-date-to-gregorian-dt' to do the computations.
2591         (calcFunc-weekday, math-format-date-part): Use the new version of
2592         the DATE to determine the weekday.
2593         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2594         when necessary.
2596 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
2598         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2599         Cygwin; otherwise use 'file:'.  (Bug#12914)
2600         (cygwin-convert-path-from-windows): Declare, to avoid
2601         byte-compiler warnings.
2603 2012-11-17  Andreas Politz  <politza@fh-trier.de>
2605         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2606         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2607         prefix and negative numeric prefix args (Bug#12795).
2609 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
2611         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2612         Don't signal an error with a score that is too low to add to the
2613         list of top scores. (Bug#12779)
2615 2012-11-17  Chong Yidong  <cyd@gnu.org>
2617         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2619         * filecache.el (file-cache-add-file): Handle relative file name in
2620         the argument (Bug#12694).
2622 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
2624         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
2626 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2628         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
2630         * emacs-lisp/cl-lib.el: Set more meaningful version number.
2632 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
2634         * window.el (enlarge-window, shrink-window): Don't mention return
2635         value in doc-string (Bug#12896).
2636         (window--display-buffer): Don't resize frames - it won't work
2637         with all window managers and defeat pop-up-frame-alist.
2638         (display-buffer-alist): In doc-string explain that CONDITION can
2639         be a function and which arguments are passed to it (Bug#12854).
2640         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
2641         expressions (Bug#12854).
2642         (display-buffer): Pass ACTION argument to
2643         display-buffer-assq-regexp.
2645 2012-11-16  Glenn Morris  <rgm@gnu.org>
2647         * window.el (fit-frame-to-buffer-bottom-margin)
2648         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
2650         * faces.el (face-underline-p): Use face-attribute-specified-or.
2652 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
2654         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
2656 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2658         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
2660 2012-11-16  Glenn Morris  <rgm@gnu.org>
2662         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
2663         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
2665         * faces.el (face-underline-p): Doc fix.  Handle :underline being
2666         things other than `t' (a string, a list).
2667         (face-inverse-video-p): Doc fix.
2668         (set-face-underline): Rename it back from set-face-underline-p.
2669         Doc fix.  Allow interactive input of values other than t.
2670         (read-face-attribute): Apply formatting to :underline,
2671         since like :box and :stipple it can take list values.
2673         * term.el (ansi-term): Don't let C-x escape-char binding
2674         clobber the more standard C-c binding.  (Bug#12842)
2676         * subr.el (set-temporary-overlay-map): Doc fix.
2678 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
2680         * window.el (record-window-buffer)
2681         (display-buffer-record-window): When copying the markers to
2682         window-point preserve window-point-insertion-type. (Bug#12588)
2684 2012-11-16  Glenn Morris  <rgm@gnu.org>
2686         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
2687         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
2688         Use new names for hooks rather than obsolete aliases.
2690 2012-11-15  Daniel Colascione  <dancol@dancol.org>
2692         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
2693         prefix instead of "file:" so that when FILE-NAME begins with "//",
2694         as it does when the target file is on a network share, url-handler
2695         isn't confused.
2697 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
2700         a preactivated advice from an old advice.el; they're not compatible!
2702 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2704         * emacs-lisp/nadvice.el (advice--make-interactive-form):
2705         Fix string-spec case.
2707         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
2709 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2711         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
2712         (advice--buffer-local-function-sample): New var.
2713         (advice--set-buffer-local, advice--buffer-local): New functions.
2714         (add-function, remove-function): Use them.
2716 2012-11-15  Drew Adams  <drew.adams@oracle.com>
2718         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
2720 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
2723         potential binding of print-gensym to t, and prettify (back)quotes in
2724         case they appear in args's default values (bug#12884).
2726 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2728         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
2729         (advice-eval-interactive-spec): New function.
2730         (advice--make-interactive-form): Support around advice (bug#12844).
2732 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
2734         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
2735         more strict.  Add docstring.
2736         (ruby-expression-expansion-re): Extract from
2737         `ruby-match-expression-expansion'.
2738         (ruby-syntax-propertize-function): After everything else, search
2739         for expansions in string literals, mark their insides as
2740         whitespace syntax and save match data for font-lock.
2741         (ruby-font-lock-keywords): Use the 2nd group from expression
2742         expansion matches.
2743         (ruby-match-expression-expansion): Use the match data saved to the
2744         text property in ruby-syntax-propertize-function.
2746 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
2749         (bug#12879).
2751 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2753         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
2754         start/end keyword a bit harder.  Works with different values of N.
2755         Add more comments.
2756         (ruby-end-of-block): Update accordingly.
2758 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         * woman.el (woman-file-name): Don't mess with unread-command-events
2761         (bug#12861).
2763         * emacs-lisp/advice.el: Layer on top of nadvice.el.
2764         Remove out of date self-require hack.
2765         (ad-do-advised-functions): Use simple `dolist'.
2766         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
2767         (ad-advice-definition): Redefine as functions.
2768         (ad-advice-classes): Move before first use.
2769         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
2770         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
2771         (ad--defalias-fset): Remove functions.
2772         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
2773         (ad-get-orig-definition): Rewrite.
2774         (ad-make-advised-definition-docstring): Change base docstring.
2775         (ad-real-orig-definition): Rewrite.
2776         (ad-map-arglists): Change name of called function.
2777         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
2778         (ad-make-advised-definition): Simplify.
2779         (ad-assemble-advised-definition): Tweak for new calling context.
2780         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
2781         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
2782         function and call ad-activate if needed.
2783         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
2784         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
2785         (ad-compile-function): Compile ad-Advice-*.
2786         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
2787         (ad-start-advice, ad-stop-advice): Remove.
2789 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2791         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
2792         period before class method names, not after.  Remove handling of
2793         one impossible case.  Add comments.
2795 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2797         * emacs-lisp/advice.el: Remove support for freezing.
2798         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
2799         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
2800         Remove support for `freeze'.
2802         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
2803         override the default.
2804         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
2805         cl--dotimes/dolist.
2806         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
2807         `cl' is loaded.
2809         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
2810         from add-advice.
2811         (advice--strip-macro): New function.
2812         (advice--defalias-fset): Use them to handle macros.
2813         (advice-add): Use them.
2814         (advice-member-p): Correctly handle macros.
2816 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2818         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2819         Never font-lock the beginning of singleton class as heredoc.
2821 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2823         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
2825 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
2827         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
2828         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
2829         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
2831 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2833         Fix end-of-defun misbehavior.
2834         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
2835         python-beginning-of-defun-function.  Handle nested defuns
2836         correctly.
2837         (python-nav-end-of-defun): Rename from
2838         python-end-of-defun-function.  Ensure forward movement.
2839         (python-info-current-defun): Reimplement to work as intended
2840         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
2841         parent defuns as soon as possible.
2843 2012-11-13  Glenn Morris  <rgm@gnu.org>
2845         * progmodes/flymake.el (flymake-error-bitmap)
2846         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
2847         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
2849 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
2851         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
2852         backward, always stop at indentation.  Reverts the change from
2853         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
2855 2012-11-13  Glenn Morris  <rgm@gnu.org>
2857         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
2858         Add ibuffer-filter-by-derived-mode.
2860         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
2861         the same name shadowing each other.
2863         * window.el (with-temp-buffer-window): Doc tweak.
2865         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
2867         * help.el (temp-buffer-max-height):
2868         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
2869         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
2871 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2873         * emacs-lisp/nadvice.el: New package.
2874         * subr.el (special-form-p): New function.
2875         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
2876         (elp-all-instrumented-list): Remove var.
2877         (elp-not-profilable): Remove elp-wrapper.
2878         (elp-profilable-p): Use autoloadp and special-form-p.
2879         (elp--advice-name): New const.
2880         (elp-instrument-function): Use advice-add.
2881         (elp--instrumented-p): New predicate.
2882         (elp-restore-function): Use advice-remove.
2883         (elp-restore-all, elp-reset-all): Use mapatoms.
2884         (elp-set-master): Use elp--instrumented-p.
2885         (elp--make-wrapper): Rename from elp-wrapper, return a function
2886         suitable for advice-add.  Use cl-inf.
2887         (elp-results): Use mapatoms+elp--instrumented-p.
2888         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
2889         (debug-function-list): Remove var.
2890         (debug): Rename arg, and then let-bind it explicitly inside.
2891         (debugger-setup-buffer): Rename arg.
2892         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
2893         (debugger-frame-number): Adjust to new debug-on-entry setup.
2894         (debug--implement-debug-on-entry): Rename from
2895         implement-debug-on-entry, add argument.
2896         (debugger-special-form-p): Remove, use special-form-p instead.
2897         (debug-on-entry): Use advice-add.
2898         (debug--function-list): New function.
2899         (cancel-debug-on-entry): Use it, along with advice-remove.
2900         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
2901         (debugger-list-functions): Use debug--function-list instead of
2902         debug-function-list.
2903         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
2904         (ad-special-form-p): Remove, use special-form-p instead.
2905         (ad-set-advice-info): Use add-function and remove-function.
2906         (ad--defalias-fset): Adjust accordingly.
2908 2012-11-10  Glenn Morris  <rgm@gnu.org>
2910         * mail/emacsbug.el (report-emacs-bug-tracker-url)
2911         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
2912         (report-emacs-bug-create-existing-bugs-buffer)
2913         (report-emacs-bug-parse-query-results)
2914         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
2916         * term.el (term-default-fg-color, term-default-bg-color):
2917         Make obsolete, rather than just saying "deprecated" in the doc.
2919         * term.el (term): Rename from `term-face'.
2920         (term-current-face, ansi-term-color-vector)
2921         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
2922         Update all users.
2924 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
2926         * server.el (server-create-window-system-frame): Handle Nextstep
2927         specially (Bug#12780).
2929 2012-11-10  Glenn Morris  <rgm@gnu.org>
2931         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2932         Unautoload, and make obsolete.  (Bug#7449)
2934 2012-11-10  Chong Yidong  <cyd@gnu.org>
2936         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
2937         rename from diff-remove-trailing-whitespace (Bug#12831).
2939 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2941         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
2942         miscompilation of trace.el.
2944 2012-11-10  Glenn Morris  <rgm@gnu.org>
2946         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
2948 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2950         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
2951         (bug#12812).
2953 2012-11-10  Chong Yidong  <cyd@gnu.org>
2955         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
2956         a defcustom with an appropriate :set function.
2957         (minibuffer-default--in-prompt-regexps): New function.
2959 2012-11-10  Glenn Morris  <rgm@gnu.org>
2961         * emacs-lisp/cl.el (define-setf-expander, defsetf)
2962         (define-modify-macro): Doc fixes.
2964         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
2965         (gv-define-simple-setter): Update doc of `fix-return'.
2967 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
2970         twice when `fix-return' is set (bug#12813).
2972         * emacs-lisp/cl.el (defsetf): Pass the third arg to
2973         gv-define-simple-setter (bug#12812).
2975         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
2976         (bug#12756).
2978 2012-11-10  Glenn Morris  <rgm@gnu.org>
2980         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
2982         * emacs-lisp/cl-extra.el (cl-prettyexpand):
2983         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
2984         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
2985         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
2987         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
2989 2012-11-10  Leo Liu  <sdl.web@gmail.com>
2991         * ido.el (ido-set-matches-1): Improve flex matching performance by
2992         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
2994 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
2997         (ad--defalias-fset): New function.
2998         (ad-safe-fset): Remove.
2999         (ad-make-freeze-definition): Use cl-letf*.
3001 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3003         * subr.el (dolist): Don't bind VAR in RESULT.
3005         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
3006         (fset, documentation): Don't save real def since we don't advise.
3007         (ad-do-advised-functions): Remove problematic `result-form'.
3008         (ad-safe-fset): `ad-real-fset' => `fset'.
3009         (ad-read-advised-function): Don't assume that ad-do-advised-functions
3010         uses CL's dolist internally.
3011         (ad-arglist): Remove unused arg `name'.
3012         (ad-docstring, ad-make-advised-docstring):
3013         `ad-real-documentation' => `documentation'.
3014         (warning-suppress-types): Declare.
3015         (ad-set-arguments): Simple CSE.
3016         (ad-recover-normality): Sanity check.
3018         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3019         (funcall '(lambda ..) ..) into ((lambda ..) ..).
3021 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3023         * ses.el: symbol to coordinate mapping is made by symbol property
3024         `ses-cell'.  This means that the same mapping is done for all SES
3025         sheets.  That is good enough for cells with standard A1 names, but
3026         not for named cell.  So a hash map is added for the latter.
3027         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3028         (ses-sym-rowcol): Use hashmap for named cell.
3029         (ses-is-cell-sym-p): New defun.
3030         (ses-decode-cell-symbol): New defun.
3031         (ses-create-cell-variable): Add cell to hashmap when name is not
3032         A1-like.
3033         (ses-rename-cell): Check that cell new name is not already in
3034         spreadsheet with the use of ses-is-cell-sym-p
3035         (ses-rename-cell): Use hash map for named cells, but accept also
3036         renaming back to A1-like.
3038 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * emacs-lisp/advice.el: Use new dynamic docstrings.
3041         (ad-make-advised-definition-docstring, ad-advised-definition-p):
3042         Use dynamic-docstring-function instead of ad-advice-info.
3043         (ad--make-advised-docstring): New function extracted from
3044         ad-make-advised-docstring.
3045         (ad-make-advised-docstring): Use it.
3046         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3047         from sql-help.
3048         (sql-help): Use it with dynamic-docstring-function.
3050         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3052 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3054         * files.el (hack-one-local-variable--obsolete): New function.
3055         (hack-one-local-variable): Use it for obsolete settings.
3057         * subr.el (locate-user-emacs-file): If both old and new name exist, use
3058         the new name.
3060         * progmodes/js.el (js--filling-paragraph): New var.
3061         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3062         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3063         less sneaky.
3065 2012-11-08  Julien Danjou  <julien@danjou.info>
3067         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3068         `auto-mode-alist' (Bug#12835).
3070 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3072         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3073         (perl--prettify-symbols-alist): New const.
3074         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3075         New functions.
3076         (perl-font-lock-keywords-2): Use them.
3077         (perl-electric-noindent-p): New function.
3078         (perl-mode): Use it to set up electric-indent-mode.
3079         (perl-electric-terminator, perl-indent-command): Mark obsolete.
3080         (perl-mode-map): Remove bindings for them.
3081         (perl-imenu-generic-expression, perl-outline-level):
3082         Match functions&packages in column>0.
3084         * env.el (env--substitute-vars-regexp): New const.
3085         (substitute-env-vars): Use it.  Add `only-defined' arg.
3086         * net/tramp.el (tramp-replace-environment-variables): Use it.
3088         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3089         Byte-compile *before* eval in eval-and-compile.
3090         (byte-compile-log-warning): Remove redundant inhibit-read-only.
3091         (byte-compile-file-form-autoload): Don't hide actual definition.
3092         (byte-compile-maybe-guarded): Accept `functionp' as well.
3094         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3096 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
3098         * notifications.el (notifications-get-server-information-method):
3099         New defconst.
3100         (notifications-get-capabilities): Fix docstring.
3101         (notifications-get-server-information): New defun.
3103 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3105         * textmodes/ispell.el (ispell-region): Standard re-indent for better
3106         readability.
3108         * textmodes/ispell.el: Experimental support for support debugging.
3109         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3110         buffer for ispell.
3111         (ispell-print-if-debug): New function to print stuff to
3112         `ispell-debug-buffer' if debugging is enabled.
3113         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3114         show some debugging info.
3115         (ispell-buffer-with-debug): New function that creates a debugging
3116         buffer and calls `ispell-buffer' with debugging enabled.
3118         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3119         comment in autoconf mode. (Bug#12768)
3121 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
3123         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3124         frame-first-window, frame-root-window, frame-selected-window,
3125         minibuffer-selected-window, minibuffer-window,
3126         window-absolute-pixel-edges, window-at, window-body-height,
3127         window-body-width, window-display-table, window-combination-limit,
3128         window-frame, window-fringes, window-inside-absolute-pixel-edges,
3129         window-inside-edges, window-inside-pixel-edges, window-left-child,
3130         window-left-column, window-margins, window-next-buffers,
3131         window-next-sibling, window-new-normal, window-new-total,
3132         window-normal-size, window-parameter, window-parameters, window-parent,
3133         window-pixel-edges, window-point, window-prev-buffers,
3134         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3135         window-start, window-text-height, window-top-child, window-top-line,
3136         window-total-height, window-total-width and window-use-time to the list
3137         of functions without side-effects.
3138         (toplevel): Add window-valid-p to the list of error-free functions
3139         without side-effects.
3141 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3143         * textmodes/ispell.el (ispell-program-name):
3144         Update spellchecker parameters when customized.
3146 2012-11-04  Glenn Morris  <rgm@gnu.org>
3148         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
3150 2012-11-04  Chong Yidong  <cyd@gnu.org>
3152         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3153         same-window-* variables.
3155 2012-11-04  Juri Linkov  <juri@jurta.org>
3157         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3158         (isearch-describe-key, isearch-describe-mode): Use a display
3159         action instead of binding same-window-* variables (Bug#10040).
3161 2012-11-03  Glenn Morris  <rgm@gnu.org>
3163         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3164         Rename handler properties back from cl-- to cl-.  (Bug#12788)
3166         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3168 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
3170         * term/pc-win.el: Don't load term/internal from here.
3172         * loadup.el: Load term/internal from here.
3174 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
3176         * progmodes/python.el (inferior-python-mode): Fix hang in
3177         jit-lock (Bug#12645).
3179 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
3181         * window.el (switch-to-visible-buffer)
3182         (switch-to-buffer-preserve-window-point): Fix doc-strings.
3184 2012-11-03  Glenn Morris  <rgm@gnu.org>
3186         * emacs-lisp/cl-lib.el (cl--random-time):
3187         Rename from cl-random-time.  (Bug#12773)
3188         (cl--gensym-counter, cl--random-state): Update callers.
3189         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3191 2012-11-03  Chong Yidong  <cyd@gnu.org>
3193         * cus-start.el: Make cursor-type customizable (Bug#11633).
3195 2012-11-02  Glenn Morris  <rgm@gnu.org>
3197         * filecache.el: No need to load find-lisp when compiling.
3198         (find-lisp-find-files): Autoload it.
3199         (file-cache-add-directory-recursively): Don't require find-lisp.
3201         * image.el (image-type-from-file-name): Trivial simplification.
3203         * emacs-lisp/bytecomp.el (byte-compile-eval):
3204         Decouple "noruntime" and "cl-functions" warnings.
3206 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
3208         * play/gomoku.el (gomoku-display-statistics): Update mode line
3209         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3211 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
3213         * window.el (quit-restore-window): If the window has been
3214         created on an existing frame and ended up as the sole window on
3215         that frame, do not delete it (Bug#12764).
3217 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3219         * progmodes/sh-script.el (sh--inside-noncommand-expression):
3220         Rename from sh--inside-arithmetic-expression, handle more cases
3221         (bug#11263).
3223         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3224         (sh-font-lock-open-heredoc): Use it (bug#12770).
3226 2012-10-30  Glenn Morris  <rgm@gnu.org>
3228         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
3230         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
3232 2012-10-29  Chong Yidong  <cyd@gnu.org>
3234         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3235         function key is stored in a keyboard macro (Bug#4894).
3237         * thingatpt.el (number-at-point): Apply a thing-at-point property.
3239 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3241         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3242         header comments".
3243         (diff-unified->context, diff-context->unified)
3244         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3246         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3248         * files.el (find-alternate-file): Only ask one question (bug#12487).
3250 2012-10-29  Chong Yidong  <cyd@gnu.org>
3252         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3253         Suggested by Dan Nicolaescu (Bug#6326).
3255         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3257         * startup.el (fancy-about-screen): Don't message (Bug#12680).
3259         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3261         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3263         * face-remap.el (face-remap-add-relative): Handle the case where a
3264         face-remapping-alist entry is a cons cell (Bug#12762).
3266 2012-10-29  Kevin Ryde  <user42@zip.com.au>
3268         * woman.el (woman-parse-numeric-value): Handle picas correctly
3269         (Bug#12639).
3271 2012-10-29  Glenn Morris  <rgm@gnu.org>
3273         * emacs-lisp/cl.el (defsetf): Doc fix.
3275 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3278         syntax to the matching opener, if any (bug#12547).
3279         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3280         matching open as a "case-(".
3281         (sh-smie-rc-grammar): Add a corresponding rule for it.
3283 2012-10-28  Daniel Hackney  <dan@haxney.org>
3285         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3286         "PKGNAME-autoloads.el" in case we created it.
3288 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3290         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3291         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3292         (completion--twq-all): Disable too-strict assertions.
3294         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3296 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
3298         * profiler.el (profiler-report-make-entry-part): Fix help-echo
3299         text to match the real keybindings.
3301 2012-10-27  Juri Linkov  <juri@jurta.org>
3303         * wdired.el (wdired-keep-marker-rename): New defcustom.
3304         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3305         (Bug#11795)
3307         * dired.el (dired-keep-marker-rename): Add reference to
3308         `wdired-keep-marker-rename' in the docstring.
3309         Add default character value ?R to display initially in
3310         Customization UI instead of ?@.
3312 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
3314         * window.el (display-buffer): In doc-string describe
3315         window-height and window-width alist entries.
3317         * time.el (display-time-world): Restore fit-window-to-buffer
3318         behavior.
3320 2012-10-27  Chong Yidong  <cyd@gnu.org>
3322         * subr.el (insert-buffer-substring-as-yank): Doc fix.
3324 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
3326         * minibuffer.el (completion-category-overrides): New completion
3327         category `bookmark' (bug#11131).
3329 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3331         * emacs-lisp/advice.el (ad-assemble-advised-definition):
3332         Silence bogus compiler warnings for ad-do-it.
3334         * bookmark.el (bookmark-completing-read): Set the completion category
3335         to `bookmark' (bug#11131).
3337 2012-10-26  Bastien  <bzg@altern.org>
3338             Stefan Monnier  <monnier@iro.umontreal.ca>
3340         * face-remap.el: Use lexical-binding.
3341         (text-scale-adjust): Improve docstring.  Use itself for the temporary
3342         overlay-map bindings, so as to repeat the "Use..." message each time.
3344 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3346         * emacs-lisp/macroexp.el (macroexp--expand-all):
3347         Obey byte-compile-warning-enabled-p (bug#12486).
3349         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3350         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3352 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
3354         * mouse.el (mouse-drag-line): Move last form into preceding when
3355         clause (Bug#12731).
3357         * help.el (resize-temp-buffer-window): Fix doc-string.
3359 2012-10-25  David Engster  <deng@randomsample.de>
3361         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3362         Remove.  This feature is already integrated in imenu.
3364         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3365         always loaded.  Require `speedbar' unconditionally.
3367 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3369         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3371         * minibuffer.el (minibuffer-force-complete): Fix thinko.
3373         * net/ldap.el (ldap-search-internal): The official ldif format starts
3374         with a "version: 1" header (bug#12724).
3376         * emacs-lisp/package.el (package-installed-p): Warn if not ready
3377         (bug#12721).
3379 2012-10-25  Glenn Morris  <rgm@gnu.org>
3381         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3383 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3385         * minibuffer.el (minibuffer-force-complete): Use one more marker
3386         for the temporary-overlay-map command (bug#12619).
3388 2012-10-24  Chong Yidong  <cyd@gnu.org>
3390         * time.el (display-time-world-mode): Derive from special-mode.
3391         (display-time-world): Use display-buffer (Bug#12708).
3392         (display-time-world-mode-map): Variable deleted.
3393         (display-time-world-display): Wrap the final delete-char inside
3394         inhibit-read-only.
3396 2012-10-24  Chong Yidong  <cyd@gnu.org>
3398         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3399         Doc fix.
3401         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3403 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3405         * minibuffer.el (completion--all-sorted-completions-location): New var.
3406         (completion--cache-all-sorted-completions)
3407         (completion--flush-all-sorted-completions): Use it.
3408         (completion-in-region, completion-in-region--postch)
3409         (completion-at-point, completion-help-at-point): Use markers in
3410         completion-in-region--data (bug#12619).
3412 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3414         * progmodes/compile.el (compilation-start): Try to handle common
3415         quoting of `cd' argument (bug#12640).
3417         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3418         (bug#12671).
3420 2012-10-23  Glenn Morris  <rgm@gnu.org>
3422         * progmodes/gud.el (gud-menu-map):
3423         Check gdb-active-process is bound.  (Bug#12358)
3425 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3427         * repeat.el (repeat): Set real-this-command (bug#12232).
3429         * htmlfontify.el (hfy-post-html-hook):
3430         * filesets.el (filesets-cache-fill-content-hook):
3431         * arc-mode.el (archive-extract-hook):
3432         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3433         * net/rcirc.el (rcirc-sentinel-functions)
3434         (rcirc-receive-message-functions, rcirc-activity-functions)
3435         (rcirc-print-functions):
3436         * net/dbus.el (dbus-event-error-functions):
3437         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3438         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3439         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3440         * term/sun.el (sun-raw-prefix-hooks):
3441         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3443 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
3445         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3446         Set `tramp-chunksize' to 1.  This improves the performance.
3447         (tramp-smb-wait-for-output): Add timeout to
3448         `tramp-accept-process-output' calls.
3450 2012-10-23  Chong Yidong  <cyd@gnu.org>
3452         * faces.el (font-list-limit): Define as an obsolete variable.
3454         * startup.el (command-line):
3455         * cus-start.el: Don't refer to font-list-limit.
3457         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3459 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3461         * subr.el (internal-temp-output-buffer-show): Rename from
3462         temp-output-buffer-show, since previously compiled files expect this name.
3464 2012-10-23  Glenn Morris  <rgm@gnu.org>
3466         * image.el (image-type-from-file-name): If multiple types match,
3467         return the first one that is supported.  (Bug#9045)
3469 2012-10-22  Glenn Morris  <rgm@gnu.org>
3471         * image.el (imagemagick-enabled-types): Doc fix.
3473 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
3475         * progmodes/which-func.el (which-func-current): The hash-table may have
3476         an explicit nil (bug#12338).
3478 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * electric.el (electric-pair-delete-selection-self-insert-function):
3481         Rename to electric-pair-will-use-region, return a boolean.
3482         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
3484         * delsel.el (delete-selection-helper): Use a function instead of a hook.
3485         (delete-selection-pre-hook): Use use-region-p.
3486         (delete-selection-self-insert-function): Remove.
3487         (self-insert-command): Obey self-insert-uses-region-functions.
3488         (self-insert-iso): Revert to previous setting, since we don't actually
3489         know what that command does.
3490         (delete-selection-self-insert-hooks): Remove.
3492 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
3494         * delsel.el (delete-selection-helper): New function, extracted from
3495         delete-selection-pre-hook.
3496         (delete-selection-pre-hook): Use it.
3497         (delete-selection-self-insert-function): New function.
3498         (delete-selection-self-insert-hooks): New hook.
3499         (self-insert-command, self-insert-iso): Use it.
3500         * electric.el (electric-pair-syntax): New function, extracted from
3501         electric-pair-post-self-insert-function.
3502         (electric-pair-post-self-insert-function): Use it.
3503         (electric-pair-delete-selection-self-insert-function): New function.
3504         (electric-pair-mode): Require delsel and setup
3505         delete-selection-self-insert-hooks (bug#11520).
3507 2012-10-20  Chong Yidong  <cyd@gnu.org>
3509         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3510         no changes to show (Bug#12586).
3512         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3513         list explicitly (Bug#12571).
3515 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
3517         * progmodes/flymake.el (flymake-create-temp-inplace):
3518         Use file-truename.
3520 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
3522         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
3524 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
3526         * calc/calc-units.el (math-extract-units): Properly extract powers
3527         of units.
3529 2012-10-20  Daniel Colascione  <dancol@dancol.org>
3531         * frame.el (make-frame): Set x-display-name as we used to in order
3532         to unbreak creating an X11 frame from an Emacs daemon started
3533         without a display.
3535 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * minibuffer.el (minibuffer-force-complete): Make the next completion use
3538         the same completion-field (bug#12221).
3540 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
3542         * emacs-lisp/debug.el (debug): Record height of debugger window
3543         also when debugger will be back (Bug#8789).
3545 2012-10-18  Chong Yidong  <cyd@gnu.org>
3547         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3548         Convert to defcustom.
3549         (gdb-get-source-file): Don't bind pop-up-windows.
3551         * progmodes/gud.el (gud-display-line): Don't specially re-use
3552         other frames for the gdb-mi case (Bug#12648).
3554 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * emacs-lisp/advice.el: Clean up commentary a bit.
3557         (ad-do-advised-functions, ad-with-originals): Use `declare'.
3558         (byte-code-function-p): Never redefine.
3560         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3562 2012-10-18  Glenn Morris  <rgm@gnu.org>
3564         * dired.el (dired-sort-toggle): Some ls implementations only allow
3565         a single option string.  (Bug#12666)
3567         * minibuffer.el (completion-cycle-threshold): Doc fix.
3569 2012-10-17  Kenichi Handa  <handa@gnu.org>
3571         * international/mule.el (set-keyboard-coding-system):
3572         Recover input meta mode when the new coding system doesn not use 8-bit.
3573         Supply TERMINAL arg to set-input-meta-mode.
3575 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
3577         * wdired.el (wdired-old-marks): New variable.
3578         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3579         (wdired-do-renames): Move point with renamed file and don't lose
3580         mark status (Bug#11795).
3582 2012-10-16  Juri Linkov  <juri@jurta.org>
3584         * replace.el (query-replace-help): Mention multi-buffer replacement
3585         keys in the Help message.  (Bug#12655)
3587 2012-10-15  Chong Yidong  <cyd@gnu.org>
3589         * emacs-lisp/byte-run.el (defsubst): Doc fix.
3591 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
3593         * window.el (display-buffer): Doc fix.
3595         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3596         Adjust the msft regexp to the output of Studio 2010, and move msft
3597         before edg-1.  See the discussion on emacs-devel,
3598         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3599         for the details.
3601 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3603         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3604         (oset): Move uses of object-class-fast macro after its definition.
3606         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3608 2012-10-13  Chong Yidong  <cyd@gnu.org>
3610         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3611         enabled, re-enable it (Bug#11963).
3613 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
3615         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3616         non-nil, restore window configuration (Bug#12623).
3618 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * help-fns.el (describe-variable, describe-function-1):
3621         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
3623         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
3625 2012-10-12  Glenn Morris  <rgm@gnu.org>
3627         * mail/rmailsum.el (rmail-header-summary):
3628         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
3630 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
3632         * progmodes/python.el (python-mode-map):
3633         Replace subtitute-key-definition with proper command remapping.
3634         (python-nav--up-list): Fix behavior for blocks on the same level.
3636 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3638         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
3640         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
3641         changes to the format of load-history.
3643         * international/mule-cmds.el (read-char-by-name): Move let-binding of
3644         completion-ignore-case in case that var is buffer-local (bug#12615).
3646 2012-10-11  Kenichi Handa  <handa@gnu.org>
3648         * international/eucjp-ms.el: Re-generated.
3650 2012-10-10  Kenichi Handa  <handa@gnu.org>
3652         * select.el (xselect--encode-string): If a coding is specified for
3653         selection, and that is compatible with COMPOUND_TEXT, use it.
3655 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
3657         * window.el (switch-to-buffer-preserve-window-point): New option.
3658         (switch-to-buffer):
3659         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
3661 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3663         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
3664         Don't document nil as a useful value (bug#12583).
3666 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
3668         * net/tramp.el (tramp-debug-message):
3669         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
3670         (with-tramp-progress-reporter): Rename from
3671         `tramp-with-progress-reporter'.
3672         (with-tramp-file-property, with-tramp-connection-property):
3673         Move from tramp-cache.el, rename from `with-file-property' and
3674         `with-connection-property', respectively.
3676         * net/tramp-cache.el: Remove `with-file-property' and
3677         `with-connection-property'.
3679         * net/tramp.el:
3680         * net/tramp-gvfs.el:
3681         * net/tramp-sh.el:
3682         * net/tramp-smb.el: Adapt callees.
3684         * net/trampver.el: Update release number.
3686 2012-10-09  Glenn Morris  <rgm@gnu.org>
3688         * w32-fns.el (set-message-beep):
3689         * term/w32-win.el (set-message-beep): Update declarations.
3691 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
3694         (mode-line-widen, mode-line-input-method-map)
3695         (mode-line-coding-system-map, mode-line-remote)
3696         (mode-line-unbury-buffer, mode-line-bury-buffer)
3697         (mode-line-next-buffer, mode-line-previous-buffer):
3698         Replace save-selected-window+select-window => with-selected-window.
3700         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
3701         * progmodes/cc-vars.el (bq-process): Remove, unused.
3703         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
3705 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
3707         Implemented `backward-up-list'-like navigation.
3708         * progmodes/python.el (python-nav-up-list)
3709         (python-nav-backward-up-list): New functions.
3710         (python-mode-map): Define substitute key for backward-up-list to
3711         python-nav-backward-up-list.
3713 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3715         * progmodes/python.el (python-fill-paragraph): Rename from
3716         python-fill-paragraph-function.  Fixed fill-paragraph for
3717         decorators (Bug#12605).
3719 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3721         * progmodes/python.el (python-shell-output-filter): Handle extra
3722         carriage return in OSX (Bug#12409).
3724 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3726         Fix shell handling of unbalanced quotes and parens in output.
3727         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
3728         (python-syntax-propertize-function): Use it.
3729         (python-shell-output-syntax-table): New var.
3730         (inferior-python-mode): Prevent unbalanced parens/quotes from
3731         previous output mess with current input context.
3733 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
3735         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
3736         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
3738 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
3740         * ffap.el (ffap-replace-file-component): Support Tramp file name
3741         syntax, not only ange-ftp's one.
3743 2012-10-08  Glenn Morris  <rgm@gnu.org>
3745         * cus-start.el (message-log-max): Set :version.
3747         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
3749 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
3751         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
3752         the minibuffer window (Bug#10851).
3754 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
3756         Enhancements on forward-sexp movement.
3757         * progmodes/python.el (python-nav-beginning-of-statement)
3758         (python-nav-end-of-statement): Return point-marker.
3759         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
3760         (python-info-current-symbol)
3761         (python-info-statement-starts-block-p): Rename from
3762         python-info-beginning-of-block-p.
3763         (python-info-statement-ends-block-p): Rename from
3764         python-info-end-of-block-p.
3765         (python-info-beginning-of-statement-p)
3766         (python-info-end-of-statement-p)
3767         (python-info-beginning-of-block-p, python-info-end-of-block-p):
3768         New functions.
3770 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3772         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
3773         frame-selected-windows.
3775 2012-10-08  Daniel Colascione  <dancol@dancol.org>
3777         * battery.el (battery-status-function): Check for
3778         w32-battery-status itself, not system-time windows-nt.
3780         * frame.el: Require cl-lib.
3781         (display-format-alist): New variable mapping frame types to
3782         functions that initialize them.
3783         (window-system-for-display): New function: interprets
3784         display-format-alist.
3785         (make-frame-on-display): Remove existing display-selection logic
3786         and just forward to make-frame, which will now DTRT.
3787         (make-frame): Restructure to use window-system-for-display to
3788         figure out how to create a frame on a given display.
3789         (display-mouse-p): Look for frame-type w32, not a particular
3790         system-type.
3792         * loadup.el: Load w32 lisp code when we have the w32 feature.
3794         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
3795         system-type windows-nt.
3797         * server.el (server-create-window-system-frame): Look for window
3798         type.
3799         (server-proces-filter): Only force a window system when windows-nt
3800         _and_ w32.  Explain why.
3802         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
3803         of window systems we configure for the mode.
3805         * startup.el (command-line): Mark window system is initialized
3806         after we've done it.
3808         * common-win.el (x-select-text): Look for w32, not windows-nt.
3810         * ns-win.el: Require cl-lib.  Add ourselves to
3811         display-format-alist.
3812         (ns-initialize-window-system): Assert we're not initialized twice.
3814         * w32-win.el: Enable lexical binding; require cl-lib; add
3815         ourselves to display-format-alist.
3816         (w32-handle-dropped-file): Convert incoming dropped files from
3817         Windows paths to Cygwin ones before passing them on to the rest of
3818         Emacs.
3819         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
3820         (w32-initialize-window-system): Assert we're not initialized twice.
3822         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
3823         (x-initialize-window-system): Assert we're not initialized twice.
3825         * w32-common-fns.el: New File.
3826         (w32-version, w32-using-nt, w32-get-clipboard-data)
3827         (w32-set-clipboard-data, x-set-selection, x-get-selection)
3828         (w32-charset-info-alist, x-last-selected, text)
3829         (x-get-selection-value, x-selection-value): Move here.
3831         * w32-fns.el: Require w32-common-fns.
3832         (w32-version, w32-using-nt, w32-get-clipboard-data)
3833         (w32-set-clipboard-data, x-set-selection, x-get-selection)
3834         (w32-charset-info-alist, x-last-selected, text)
3835         (x-get-selection-value, x-selection-value): Move to
3836         w32-common-fns.
3838         * w32-vars.el:
3839         (w32-allow-system-shell, w32-system-shells): Define only in
3840         non-cygwin case.
3842 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3844         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
3845         (read-passwd): Remove a few more potential sources of leaks.
3847 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
3849         * progmodes/python.el (inferior-python-mode)
3850         (python-shell-make-comint): Fix initialization of local
3851         variables copied from parent buffer.
3853 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
3855         * term/ns-win.el (ns-read-file-name): Update declaration to match
3856         nsfns.m.
3857         (ns-respond-to-change-font): Change fontsize separatly so we are sure
3858         it is set when font is acted upon.
3860 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
3862         Enhancements to indentation.
3863         * progmodes/python.el (python-indent-context): Give priority to
3864         inside-string context.  Make comments indentation markers.
3865         (python-indent-region): Do not mess with strings, unless it's the
3866         enclosing set of quotes.
3868 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3870         * window.el (internal--before-save-selected-window)
3871         (internal--after-save-selected-window): New functions extracted from
3872         save-selected-window.  Make sure we return the `alist' we construct.
3873         (save-selected-window): Use them.
3875         * textmodes/tex-mode.el (tex-recenter-output-buffer):
3876         Use with-selected-window.
3878         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
3879         forms that define macros (bug#12593).
3881 2012-10-07  Kenichi Handa  <handa@gnu.org>
3883         * international/mule-conf.el (compound-text-with-extensions):
3884         Add :mime-charset property as x-ctext.
3886 2012-10-07  Stefan Merten  <smerten@oekonux.de>
3888         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3889         (rst-indent-literal-normal, rst-indent-literal-minimized)
3890         (rst-indent-comment): Correct :version tag.
3891         (rst-official-cvs-rev): Correct version string.
3893 2012-10-07  Glenn Morris  <rgm@gnu.org>
3895         * mail/rmailmm.el (rmail-mime-process-multipart):
3896         Do not confuse a multipart message with an epilogue
3897         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
3899 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
3901         Fix shell output retrieval and comint-prompt-regexp init.
3902         * progmodes/python.el (inferior-python-mode):
3903         (python-shell-make-comint): Fix initialization of
3904         comint-prompt-regexp from copied file local variables.
3905         (python-shell-fetched-lines): Remove var.
3906         (python-shell-output-filter-in-progress): Rename from
3907         python-shell-fetch-lines-in-progress.
3908         (python-shell-output-filter-buffer): Rename from
3909         python-shell-fetch-lines-string.
3910         (python-shell-fetch-lines-filter): Delete function.
3911         (python-shell-output-filter): New function.
3912         (python-shell-send-string-no-output): Use them.
3914 2012-10-07  Glenn Morris  <rgm@gnu.org>
3916         * hi-lock.el (hi-lock-process-phrase):
3917         Try to make it less fragile.  (Bug#7161)
3919         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
3921 2012-10-06  Glenn Morris  <rgm@gnu.org>
3923         * ehelp.el (electric-help-mode): Use help-mode rather than
3924         non-existent mode `help'.
3925         (electric-help-map): Use button-buffer-map.  (Bug#10917)
3927         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
3928         (reftex-create-bibtex-footer): Fix custom types.
3930         * progmodes/sh-script.el (sh-indent-after-continuation):
3931         Add explicit :group.
3933         * textmodes/rst.el (rst-preferred-decorations)
3934         (rst-shift-basic-offset): Clarify obsolescence versions.
3936         * profiler.el (profiler): Add missing group :version tag.
3937         * avoid.el (mouse-avoidance-banish-position):
3938         * proced.el (proced-renice-command):
3939         * calc/calc.el (calc-ensure-consistent-units):
3940         * calendar/icalendar.el (icalendar-import-format-uid):
3941         * net/tramp.el (tramp-save-ad-hoc-proxies):
3942         * progmodes/bug-reference.el (bug-reference-bug-regexp):
3943         * progmodes/flymake.el (flymake-error-bitmap)
3944         (flymake-warning-bitmap, flymake-fringe-indicator-position):
3945         * progmodes/sh-script.el (sh-indent-after-continuation):
3946         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
3947         (verilog-before-save-font-hook, verilog-after-save-font-hook):
3948         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
3949         (vhdl-array-index-record-field-in-sensitivity-list)
3950         (vhdl-indent-comment-like-next-code-line):
3951         * textmodes/reftex-vars.el (reftex-ref-style-alist)
3952         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
3953         (reftex-cite-key-separator, reftex-create-bibtex-header)
3954         (reftex-create-bibtex-footer):
3955         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
3956         (rst-indent-literal-normal, rst-indent-literal-minimized)
3957         (rst-indent-comment): Add missing custom :version tags.
3959         * calendar/timeclock.el (timeclock-modeline-display):
3960         Add missing obsolete alias for renamed user option.
3962         * strokes.el (strokes-modeline-string):
3963         * emulation/crisp.el (crisp-mode-modeline-string):
3964         * eshell/esh-mode.el (eshell-status-in-modeline):
3965         Aliases to defcustoms must come before the defcustom.
3967         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
3968         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3969         (cal-tex-cursor-week-monday): Doc fixes.
3970         (cal-tex-cursor-week2-summary): Doc fix.
3971         Rename from cal-tex-cursor-week-at-a-glance.
3973         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
3974         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
3976         * calendar/calendar.el (calendar-mode-map):
3977         Add cal-tex-cursor-week2-summary.
3979 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3981         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
3983         * subr.el (read-passwd-map): New var.
3984         (read-passwd): Use `read-string' again.
3985         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
3987 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
3989         * register.el (append-to-register, prepend-to-register):
3990         Deactivate mark, as does `copy-to-register' (bug#12389).
3992 2012-10-06  Chong Yidong  <cyd@gnu.org>
3994         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
3996 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
3998         * international/characters.el: Fix simple mistake ((car chars) ->
3999         elt), delete duplicated code.
4001 2012-10-06  Glenn Morris  <rgm@gnu.org>
4003         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
4005 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
4007         * color.el (color-hsl-to-rgb): Fix incorrect results for
4008         small and large hue values.  (Bug#12559)
4010 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
4012         Enhancements to docstring formatting when filling paragraphs.
4013         * progmodes/python.el (python-fill-docstring-style): Rename from
4014         python-fill-string-style.  Added new style.
4015         (python-fill-string): Use new style.  Better checks for
4016         docstrings.
4018 2012-10-05  Glenn Morris  <rgm@gnu.org>
4020         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4022         * color.el (color-name-to-rgb, color-rgb-to-hex)
4023         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4024         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4025         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4026         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4028         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
4030 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
4032         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4033         to get the correct size across symlinks.
4035         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4037 2012-10-04  Juri Linkov  <juri@jurta.org>
4039         * replace.el (query-replace-interactive): Declare obsolete.
4040         (query-replace-read-from): Add the last incremental search string
4041         to the list of default values accessible via M-n.
4042         (map-query-replace-regexp): Use `read-regexp'.
4043         (query-replace, query-replace-regexp, query-replace-regexp-eval)
4044         (map-query-replace-regexp, replace-string, replace-regexp):
4045         Fix docstrings to replace mentions of `query-replace-interactive'
4046         with alternatives.  (Bug#12526)
4048 2012-10-04  Juri Linkov  <juri@jurta.org>
4050         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
4051         (dired-pop-to-buffer): Declare obsolete.
4052         (dired-mark-pop-up): Doc fix.
4054 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
4056         Allow user to set docstring style for fill-paragraph.
4057         * progmodes/python.el
4058         (python-fill-comment-function, python-fill-string-function)
4059         (python-fill-decorator-function, python-fill-paren-function):
4060         Remove :safe for defcustoms.
4061         (python-fill-string-style): New defcustom
4062         (python-fill-paragraph-function): Enhance context detection.
4063         (python-fill-string): Honor python-fill-string-style settings.
4065 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
4067         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4068         after setting its buffer (Bug#10805).
4070 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
4072         Fix cornercase for string syntax.
4073         * progmodes/python.el (python-syntax-propertize-function):
4074         Simplify and enhance the regexp for unescaped quotes.  Now it also
4075         matches quotes in weird situations like the single quote in
4076         "something\"'".
4077         (python-syntax-stringify): Simplify num-quotes detecting code.
4079 2012-10-03  Glenn Morris  <rgm@gnu.org>
4081         * help-macro.el (three-step-help):
4082         Revert 2012-09-29 change.  (Bug#12567)
4084 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
4086         * menu-bar.el (kill-this-buffer): Don't do anything when
4087         `menu-frame' is not alive or visible (Bug#8184).
4089         * emacs-lisp/debug.el (debug): When quitting the debugger window
4090         restore current buffer (Bug#12502).
4092 2012-10-02  Chong Yidong  <cyd@gnu.org>
4094         * progmodes/hideif.el (hif-lookup, hif-defined):
4095         Handle semantic-c-takeover-hideif.
4097 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
4099         Change sampling interval units from ms to ns.
4100         * profiler.el (profiler-sampling-interval): Change units
4101         from ms to ns, multiplying the default by 1000000 so that
4102         it remains 1 ms.
4103         (profiler-report-cpu-line-format): Give enough room for
4104         the maximum counters on 64-bit hosts.
4105         (profiler-report-render-calltree-1): Call them "CPU samples",
4106         not "Time (ms)", since they are not milliseconds now (and
4107         never really were).
4109 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
4111         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4112         Fix querying BBDB for entries without a last name (Bug#11580).
4114 2012-10-02  Chong Yidong  <cyd@gnu.org>
4116         * emacs-lisp/eieio.el: Restore Version header.
4118 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4120         * vc/diff-mode.el (diff--auto-refine-data): New var.
4121         (diff-hunk): Use it to delay refinement.
4122         (diff-mode): Remove overlays when we turn off font-lock.
4124         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4125         (table-initialize-table-fixed-width-mode)
4126         (table-set-table-fixed-width-mode): Remove functions.
4127         (table-command-list): Move initialization into declaration.
4128         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4129         (table-with-cache-buffer): Use `declare'.
4130         (table-span-cell): Simplify via CSE.
4131         (table-fixed-width-mode): Use define-minor-mode.
4132         (table-call-interactively, table-funcall, table-apply): Remove.
4133         (table-function): New function, to replace them.
4135         * bookmark.el (bookmark-search-pattern): Remove var.
4136         (bookmark-read-search-input): Remove function.
4137         (bookmark-bmenu-search): Reimplement using a minibuffer.
4139         * faces.el (modeline): Remove obsolete face name.
4141         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4142         and give a non-nil default value.
4143         (add-change-log-entry): Simplify accordingly.
4145 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
4147         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4148         (vc-git-log-edit-toggle-amend): New function.
4149         (vc-git-log-edit-toggle-signoff): New function.
4150         (vc-git-log-edit-mode): New major mode.
4151         (vc-git-log-edit-mode-map): Keymap for it.
4152         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4154         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4155         header names.
4156         (log-edit-toggle-header): New function.
4157         (log-edit-extract-headers): Accept function values in HEADERS alist.
4159 2012-10-01  David Engster  <deng@randomsample.de>
4161         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4162         from symbol property and change message to be more consistent with
4163         Emacs proper.
4164         (eieio-describe-generic): Add filename for each implementation.
4165         Fix indices for generic and normal methods.
4166         (eieio-method-def, eieio-class-def): New buttons.
4167         (eieio-help-find-method-definition)
4168         (eieio-help-find-class-definition): New functions.
4169         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4170         class, constructor and method definitions.
4172         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4173         information in symbol property.
4174         (scoped-class): Remove.
4175         (eieio-slot-name-index, call-next-method): Check if it is bound.
4177 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
4179         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4180         (eieio-custom-mode): New major mode.
4181         (eieio-customize-object): Use it.
4183 2012-10-01  Eric Ludlam  <zappo@gnu.org>
4185         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4186         specifying the expected class, and whether subclassing is allowed.
4187         (eieio-persistent-convert-list-to-object):
4188         (eieio-persistent-validate/fix-slot-value)
4189         (eieio-persistent-slot-type-is-class-p): New functions.
4190         (eieio-named::slot-missing): Doc fix.
4192         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4193         Stop using unused publd variable.
4195         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4196         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4197         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4198         (eieio-speedbar-handle-click): Do not specify a class for the
4199         method.  Fixes method invocation order problems with EDE.
4201 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4203         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4204         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4206 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
4208         * bookmark.el (bookmark-version-control): Give tags in the
4209         :type choices (Bug#12309), and improve doc string.
4210         (bookmark-write-file): Bind `print-circle' to `t' to allow
4211         circular custom bookmark types.  (Bug#12503)
4213 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
4215         Revert the FOLLOW-SYMLINKS change for file-attributes.
4216         * files.el (remote-file-name-inhibit-cache, after-find-file):
4217         * time.el (display-time-file-nonempty-p): Undo last change.
4219         * profiler.el (profiler-sampling-interval): Change default back to 1.
4220         See Stefan Monnier in
4221         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4223 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
4225         Shell output catching a la gud-gdb.
4226         * progmodes/python.el (python-shell-fetch-lines-in-progress)
4227         (python-shell-fetch-lines-string, python-shell-fetched-lines):
4228         New Vars.
4229         (python-shell-fetch-lines-filter): New function.
4230         (python-shell-send-string-no-output): Use them.
4232 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
4234         * profiler.el (profiler-sampling-interval): Rename from
4235         profiler-sample-interval.
4236         (profiler-sampling-interval): Default to 10.
4237         (profiler-find-profile): New command (was profiler-find-log).
4238         (profiler-find-profile-other-window): New command.
4239         (profiler-find-profile-other-frame): New command.
4240         (profiler-profile): Introduce API-level data structure.
4242 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
4244         file-attributes has a new optional arg FOLLOW-SYMLINKS.
4245         * files.el (remote-file-name-inhibit-cache):
4246         * time.el (display-time-file-nonempty-p): Use it.
4247         * files.el (after-find-file): Don't chase links before calling
4248         file-exists-p, as file-exists-p already does the right thing.
4250 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
4252         Merge from standalone RefTeX repository.
4254         The following ChangeLog entries are shortened versions of the
4255         original ones with file paths adapted.  A not so strongly edited
4256         version of the original ChangeLog can be found in the commit log.
4258         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4259         (reftex-arg-cite): Use `reftex-cite-key-separator'.
4260         Correctly handle new value type returned by `reftex-citation'.
4262         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4263         that entries with whitespace at various places are found.
4264         Doc fix. Include entries that are cross-referenced from cited entries.
4265         Include @String definitions in the resulting bib file.  Add header
4266         and footer defined in `reftex-create-bibtex-header' and
4267         `reftex-create-bibtex-footer'.
4268         (reftex-do-citation): Make it possible again to insert
4269         non-existent entries.  Save match data when asking for optional
4270         arguments. Return all keys, not just the first one.
4271         (reftex-all-used-citation-keys): Fix regexp to correctly extract
4272         all citations in the same line.
4273         (reftex-parse-bibtex-entry): Accept additional optional argument
4274         `raw' and keep quotes or braces if it is non-nil.  Match fields
4275         containing hyphens besides word constituents.
4276         (reftex-get-string-refs): New function.
4277         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4278         and ask if it should be reread in case it did.
4279         (reftex-pop-to-bibtex-entry)
4280         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4281         entries with spaces or tabs in front of arguments.
4282         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4283         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4284         Match entries containing numbers and symbol constituents.
4285         (reftex-do-citation, reftex-figure-out-cite-format):
4286         Use `reftex-cite-key-separator'.
4288         * textmodes/reftex-dcr.el: Move provide statement to end of file.
4289         (reftex-mouse-view-crossref): Explain why point is set.
4291         * textmodes/reftex-global.el: Whitespace changes.
4293         * textmodes/reftex-index.el: Move provide statement to end of
4294         file.
4295         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4296         (reftex-index-visit-phrases-buffer): Set marker when visiting
4297         buffer.  This allows for returning from the phrases file to the
4298         file one was just editing instead of the file where the last
4299         phrases was added from.
4300         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
4301         punctuation syntax as it usually is not used as string quote in
4302         TeX-related modes and may occur unmatched.  The change also
4303         prevents fontification of quoted content.
4304         (reftex-index-phrases-mode): Use it.
4306         * textmodes/reftex-parse.el (reftex-parse-from-file):
4307         Move backward one char if a `\' was matched after a section macro.
4308         (reftex-parse-from-file): Use beginning of match instead of end as
4309         bound.
4311         * textmodes/reftex-ref.el: Adapt creation of
4312         `reftex-<package>-<macro>' functions to new structure of
4313         `reftex-ref-style-alist'.
4314         (reftex-reference): Use `reftex-ref-style-list' function.
4315         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
4316         reference macro if `reftex-ref-macro-prompt' is non-nil.
4317         (reftex-reference): Pass refstyle to `reftex-format-special'.
4318         Determine reference macro by looking at
4319         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4320         Use only one special format function.
4321         (reftex-varioref-vref, reftex-fancyref-fref)
4322         (reftex-fancyref-Fref): Remove definitions.  The functions are now
4323         generated from `reftex-ref-style-alist'.
4324         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4325         Remove.
4326         (reftex-format-special): New function.
4328         * textmodes/reftex-sel.el
4329         (reftex-select-cycle-ref-style-internal): Adapt to new structure
4330         of `reftex-ref-style-alist'. Remove code for testing macro type.
4331         (reftex-select-toggle-varioref)
4332         (reftex-select-toggle-fancyref): Remove.
4333         (reftex-select-cycle-ref-style-internal)
4334         (reftex-select-cycle-ref-style-forward)
4335         (reftex-select-cycle-ref-style-backward): New functions.
4336         (reftex-select-label-map): Use `v' and `V' for general cycling
4337         through reference styles.  Add `p' for switching between number
4338         and page reference types.
4340         * textmodes/reftex-toc.el (reftex-re-enlarge):
4341         Call `enlarge-window' only if there is something to do because in Emacs
4342         the horizontal version throws an error even if the parameter is 0.
4344         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4345         (reftex-plug-into-AUCTeX): Doc fix.
4346         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4347         string.  Adapt to new name.
4348         (reftex-ref-style-alist): Change structure so that it is not
4349         possible to use multiple different package names within a style.
4350         Remove the symbols for symbols for macro type distinction.
4351         Add characters for macro selection.
4352         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4353         (reftex-create-bibtex-footer): New variables.
4354         (reftex-format-ref-function): Mention third argument of special
4355         format function.
4356         (reftex-ref-style-alist, reftex-ref-style-default-list):
4357         New variables.
4358         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4359         to new implementation.  Mark as obsolete.  Add compatibility code
4360         for honoring the variable values in case they are set.
4361         (reftex-cite-format-builtin, reftex-bibliography-commands):
4362         Add support for ConTeXt.
4363         (reftex-format-ref-function, reftex-format-cite-function):
4364         Fix custom type.
4365         (reftex-cite-key-separator): New variable.
4367         * textmodes/reftex.el (reftex-syntax-table-for-bib)
4368         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4369         `reftex-syntax-table' because parens have to retain their paren
4370         syntax in order for parsing of BibTeX entries like @book(...) to
4371         work.
4372         (reftex-in-comment): Do not error out if `comment-start-skip' is
4373         not set.  Deal correctly with escaped comment characters.
4374         (reftex-tie-multifile-symbols): Add doc string.
4375         Initialize `reftex-ref-style-list'.
4376         (reftex-untie-multifile-symbols): Add doc string.
4377         (reftex-add-index-macros): Doc fix.
4378         (reftex-ref-style-activate, reftex-ref-style-toggle)
4379         (reftex-ref-style-list): New functions.
4380         (reftex-mode-menu): Use them.  Adapt to new structure of
4381         `reftex-ref-style-alist'.
4382         (reftex-select-with-char): Kill the RefTeX Select buffer when
4383         done.
4384         (reftex-remove-if): New function.
4385         (reftex-erase-all-selection-and-index-buffers)
4386         (reftex-mode-menu): Reference styles are now computed from
4387         `reftex-ref-style-alist'.  Fix typo.
4388         (reftex-report-bug): New function.
4389         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4390         algorithms with O(n log n).  Introduce optional argument SORT (not
4391         yet used).
4393 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
4395         Enhancements for triple-quote string syntax.
4396         * progmodes/python.el (python-syntax-propertize-function):
4397         Match both quote cases in one regexp.
4398         (python-syntax-stringify): Handle matches properly.
4400 2012-09-30  Juri Linkov  <juri@jurta.org>
4402         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4403         to nil around the call to `insert' to prevent
4404         directory time modification by lock_file.  (Bug#2295)
4405         * tar-mode.el (tar-summarize-buffer): Idem.
4407 2012-09-30  Juri Linkov  <juri@jurta.org>
4409         * facemenu.el (list-colors-sort): Add option "Luminance".
4410         (list-colors-sort-key): Implement it.
4412         * vc/diff-mode.el (diff-refine-removed):
4413         * vc/ediff-init.el (ediff-fine-diff-A):
4414         * vc/smerge-mode.el (smerge-refined-removed):
4415         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
4417 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
4419         * term/ns-win.el (x-file-dialog): New function.
4421 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
4423         * ido.el (ido-max-directory-size): Default to nil; the current
4424         default is small for POSIX systems, and impractical on Windows 7
4425         now that lstat returns directory sizes for NTFS.
4427 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
4429         In buffer display functions handle window-height/window-width
4430         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
4431         * window.el (window--display-buffer): New argument ALIST.
4432         Obey window-height and window-width alist entries.
4433         (window--try-to-split-window): New argument ALIST.
4434         Bind window-combination-limit to t when the window's size shall be
4435         changed and window-combination-limit equals `window-size'.
4436         (display-buffer-in-atom-window)
4437         (display-buffer-in-major-side-window)
4438         (display-buffer-in-side-window, display-buffer-same-window)
4439         (display-buffer-reuse-window, display-buffer-pop-up-frame)
4440         (display-buffer-pop-up-window, display-buffer-below-selected)
4441         (display-buffer-at-bottom, display-buffer-in-previous-window)
4442         (display-buffer-use-some-window): Adjust all callers of
4443         window--display-buffer and window--try-to-split-window.
4444         (fit-frame-to-buffer): New option.
4445         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4446         is non-nil.
4447         (display-buffer-in-major-side-window): Evaluate window-height /
4448         window-width alist entries.
4450         * help.el (temp-buffer-resize-frames)
4451         (temp-buffer-resize-regexps): Remove options.
4452         (temp-buffer-resize-mode): Adjust doc-string.
4453         (resize-temp-buffer-window): Don't consult
4454         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
4455         temp-buffer-resize-frames.
4457         * dired.el (dired-mark-pop-up):
4458         Call display-buffer-below-selected with a fit-window-to-buffer alist
4459         entry.
4461 2012-09-30  Chong Yidong  <cyd@gnu.org>
4463         * server.el (server-host): Document the security implications.
4464         (server-auth-key): Doc fix.
4466         * startup.el (initial-buffer-choice): Doc fix.
4468         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4470         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4471         restriction change.
4473         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4475         * help-fns.el (help-fns--obsolete): Fix last change.
4477 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4479         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4480         (minor-mode-map-alist): Remove redundant code.
4482         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4483         visited in a buffer.
4484         (cvs-insert-visited-file): New function.
4485         (find-file-hook): Use it.
4487         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4489         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4490         chose face.
4491         (log-edit-empty-buffer-p): Don't require a space after a header.
4493         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4495         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4497         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4498         a proper minor-mode.
4500         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4502 2012-09-29  Glenn Morris  <rgm@gnu.org>
4504         * winner.el (winner-mode): Remove variable (let define-minor-mode
4505         handle it).
4506         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4507         Doc fixes.
4508         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4509         (winner-mode): Use define-minor-mode.
4511         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4512         the full definition in loaddefs, rather than duplicating it.
4514         * help-macro.el (three-step-help): No need to autoload defcustom.
4516         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4517         (inferior-lisp-program, inferior-lisp-load-command)
4518         (inferior-lisp-prompt, inferior-lisp-mode-hook):
4519         No need to autoload defcustoms.
4521         * hippie-exp.el (hippie-expand-try-functions-list)
4522         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4523         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4524         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4525         (hippie-expand-only-buffers): No need to autoload defcustoms.
4526         * progmodes/vhdl-mode.el (vhdl-line-expand):
4527         Explicitly load hippie-exp, so it does not get autoloaded
4528         while hippie-expand-try-functions-list is let-bound.
4530 2012-09-28  Glenn Morris  <rgm@gnu.org>
4532         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4534         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4535         Only "cl.el" counts as cl these days.
4537 2012-09-28  Juri Linkov  <juri@jurta.org>
4539         Display archive errors in the echo area instead of inserting
4540         to the file buffer.
4542         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4543         to STDERR-TEST that can be a regexp matching a successful output.
4544         Create a temporary file and redirect stderr to it.  Search for
4545         STDERR-TEST in the stderr output and display it in the echo area
4546         if no match is found.
4547         (archive-extract-by-file): New function like
4548         `archive-extract-by-stdout' but extracting archives to files
4549         and looking for successful matches in stdout.  Function body is
4550         mostly copied from `archive-rar-extract'.
4551         (archive-rar-extract): Use `archive-extract-by-file'.
4552         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
4554 2012-09-28  Leo Liu  <sdl.web@gmail.com>
4556         * pcomplete.el (pcomplete-show-completions):
4557         Use minibuffer-message to make pcomplete usable in minibuffer.
4559         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4561 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4563         * type-break.el: Use lexical-binding.
4564         (type-break-mode): Use define-minor-mode.
4566         * emacs-lisp/pcase.el (pcase--mark-used): New.
4567         (pcase--u1): Use it (bug#12512).
4569         * custom.el (load-theme): Set buffer-file-name so the load is recorded
4570         in load-history with the right file name.
4572 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
4574         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4575         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4576         (doc-view-get-bounding-box): Make bounding box slicing work for
4577         ODF and DVI documents.
4579 2012-09-28  Glenn Morris  <rgm@gnu.org>
4581         * type-break.el (type-break-mode, type-break-interval)
4582         (type-break-good-rest-interval, type-break-keystroke-threshold):
4583         No need to autoload.
4584         (type-break-good-rest-interval, type-break-keystroke-threshold):
4585         Add :set-after.
4587 2012-09-28  Chong Yidong  <cyd@gnu.org>
4589         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4590         Add :version tag.
4592 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4594         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4596 2012-09-27  Glenn Morris  <rgm@gnu.org>
4598         * faces.el (x-display-name): Declare (for without-x builds).
4600         * linum.el (linum-format): Don't autoload it.  Improve :type.
4602         * progmodes/tcl.el: Don't require outline when compiling.
4603         (outline-regexp, outline-level): Declare.
4604         * textmodes/sgml-mode.el: Don't require outline when compiling.
4605         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4607         * term.el (term-ansi-reset):
4608         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
4610         * vc/vc.el (vc-next-action): Only gripe about committing read-only
4611         files for RCS and SCCS.  (Bug#9781)
4613 2012-09-27  Chong Yidong  <cyd@gnu.org>
4615         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4616         change; value should be t.
4618 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4620         * image-mode.el: Use lexical-binding.
4621         (image-mode-winprops): Use t to stand for the window of
4622         a buffer that's not displayed.
4623         * doc-view.el (doc-view-new-window-function): Handle the new
4624         t in winprops.
4625         (doc-view-enlarge): Make it a real nop if the size is not changed.
4626         (doc-view-display): Handle the case where the buffer is not (yet?)
4627         displayed in any window.
4628         (doc-view-saved-settings): New var.
4629         (doc-view-mode): Use it.
4630         (doc-view-fallback-mode): Set it.
4632         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
4633         Set lexical-binding.
4634         (minibuffer-eldef-shorten-default): New var.
4635         (minibuffer-default-in-prompt-regexps): Use it for new default.
4636         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
4638 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
4640         * international/uni-bidi.el:
4641         * international/uni-category.el:
4642         * international/uni-name.el:
4643         * international/uni-numeric.el: Regenerate.
4645 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
4646             Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * profiler.el: New file.
4650 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4652         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
4653         (testcover-reinstrument): Simplify with CSE.
4655 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
4657         * window.el (temp-buffer-window-setup): Fix typo in docstring.
4659 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
4661         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
4662         (verilog-auto-input, verilog-auto-insert-lisp)
4663         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4664         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
4665         (verilog-auto-unused, verilog-auto-wire)
4666         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
4667         newline.  Reported by Andrew Jones.
4668         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
4669         Reported by Brad Dobbie.
4670         (verilog-batch-delete-trailing-whitespace):
4671         Create verilog-batch-delete-trailing-whitespace.
4672         Reported by Brad Dobbie.
4673         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
4674         parameters from another module.  Reported by Dan Katz.
4675         (verilog-auto, verilog-auto-assign-modport)
4676         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
4677         AUTOINOUTMODPORT for UVM interface module shell generation.
4678         Reported by Brad Dobbie.
4679         (verilog-auto-inst-interfaced-ports): Make default nil, as more
4680         standard behavior.
4681         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
4682         Reported by Matt Martin.
4684 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
4686         * window.el (window--resize-child-windows): When resizing child
4687         windows proportionally, process them in reverse order to
4688         preserve the "when splitting a window the new one gets the odd
4689         line" behavior.
4690         (window--resize-root-window-vertically): When resizing the
4691         minibuffer window try to affect only windows at the bottom of the
4692         frame.  (Bug#12419)
4694 2012-09-25  Chong Yidong  <cyd@gnu.org>
4696         * subr.el (declare): Doc fix.
4698         * help-fns.el (help-fns--obsolete): Handle macros properly.
4700 2012-09-25  Chong Yidong  <cyd@gnu.org>
4702         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
4703         this function obsolete.
4705         * calendar/cal-x.el (calendar-two-frame-setup)
4706         (calendar-only-one-frame-setup, calendar-one-frame-setup):
4707         * calendar/calendar.el (american-calendar, european-calendar)
4708         (calendar-for-loop):
4709         * comint.el (comint-dynamic-simple-complete)
4710         (comint-dynamic-complete-as-filename, comint-unquote-filename):
4711         * desktop.el (desktop-load-default):
4712         * dired-x.el (dired-omit-here-always)
4713         (dired-hack-local-variables, dired-default-directory):
4714         * emacs-lisp/derived.el (derived-mode-class):
4715         * emacs-lisp/timer.el (timer-set-time-with-usecs):
4716         * emacs-lock.el (toggle-emacs-lock):
4717         * epa.el (epa-display-verify-result):
4718         * epg.el (epg-sign-keys, epg-start-sign-keys)
4719         (epg-passphrase-callback-function):
4720         * eshell/esh-util.el (eshell-for):
4721         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
4722         (eshell-add-to-window-buffer-names):
4723         * files.el (locate-file-completion):
4724         * imenu.el (imenu-example--create-c-index)
4725         (imenu-example--create-lisp-index)
4726         (imenu-example--lisp-extract-index-name)
4727         (imenu-example--name-and-position):
4728         * international/mule-cmds.el (princ-list):
4729         * international/mule-diag.el (decode-codepage-char):
4730         * international/mule-util.el (detect-coding-with-priority):
4731         * iswitchb.el (iswitchb-read-buffer):
4732         * mail/mailalias.el (mail-complete):
4733         * mail/sendmail.el (mail-sent-via):
4734         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
4735         (mouse-major-mode-menu):
4736         * password-cache.el (password-read-and-add):
4737         * pcomplete.el (pcomplete-parse-comint-arguments):
4738         * progmodes/sh-script.el (sh-maybe-here-document):
4739         * replace.el (query-replace-regexp-eval):
4740         * savehist.el (savehist-load):
4741         * simple.el (choose-completion-delete-max-match):
4742         * term.el (term-dynamic-simple-complete):
4743         * vc/ediff-init.el (ediff-check-version):
4744         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
4745         * vc/vc.el (vc-diff-switches-list):
4746         * view.el (view-return-to-alist-update): Likewise.
4748         * subr.el (eval-next-after-load, makehash, insert-string)
4749         (assoc-ignore-representation, assoc-ignore-case): Use declare to
4750         mark obsolete.
4751         (mode-line-inverse-video): Variable deleted.
4753         * international/mule-util.el (string-to-sequence): Remove.
4755         * calendar/calendar.el (calendar-version):
4756         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
4757         (icalendar-convert-diary-to-ical):
4758         * cus-edit.el (custom-mode):
4759         * ansi-color.el (ansi-color-unfontify-region):
4760         * international/latin1-disp.el (latin1-char-displayable-p):
4761         * progmodes/cwarn.el (turn-on-cwarn-mode):
4762         * progmodes/which-func.el (which-func-update-1):
4763         Use define-obsolete-function-alias.
4765         * net/newst-backend.el (newsticker-cache-filename):
4766         * net/newst-treeview.el (newsticker-groups-filename):
4767         Fix incorrect obsolescence declaration.
4769         * allout.el (allout-passphrase-hint-string): Likewise.
4770         (allout-init): Use a declare form to mark obsolete.
4772         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
4773         this applies to functions.
4775         * iswitchb.el (iswitchb-read-buffer): Move code of
4776         iswitchb-define-mode-map here, and delete that obsolete function.
4778         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
4779         font-lock-reference-face.
4781 2012-09-25  Glenn Morris  <rgm@gnu.org>
4783         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
4784         Doc fixes.
4786         * eshell/em-term.el (eshell-term-name):
4787         Default to term-term-name.  (Bug#12485)
4789 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
4791         * progmodes/python.el (python-shell-send-buffer): Better handling
4792         of "if __name__ == '__main__':" conditionals when sending the buffer.
4794 2012-09-24  Glenn Morris  <rgm@gnu.org>
4796         * eshell/esh-cmd.el (eshell-find-alias-function):
4797         Tighten up file-name regexp.  (Bug#12499)
4799 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
4801         Enhancements for triple-quote string syntax.
4802         * progmodes/python.el (python-quote-syntax): Remove.
4803         (python-syntax-propertize-function): New value.
4804         (python-syntax-count-quotes, python-syntax-stringify):
4805         New functions.
4807 2012-09-24  Chong Yidong  <cyd@gnu.org>
4809         * mail/supercite.el (sc-version): Remove obsolete function.
4810         (sc-describe): Don't mark as obsolete, since it is bound.
4811         (sc-submit-bug-report): Remove.
4813         * vc/log-edit.el (cvs-changelog-full-paragraphs)
4814         (cvs-commit-buffer-require-final-newline): Remove.
4815         (log-edit-require-final-newline)
4816         (log-edit-changelog-full-paragraphs): Default to t.
4818         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
4819         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4820         * vc/vc.el (vc-checkout-carefully): Likewise.
4822         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
4823         (emerge-version): Remove.
4825         * progmodes/compile.el (compile-internal): Remove.
4826         (compilation-parse-errors-function): Fix typo.
4828         * international/mule.el (set-char-table-default): Remove.
4829         (set-coding-priority, make-coding-system, generic-char-p)
4830         (charset-list, charset-bytes, charset-id): Use declare to mark
4831         functions as obsolete.
4833         * vc/pcvs-defs.el (cvs-buffer-name-alist)
4834         (cvs-invert-ignore-marks): Remove references to obsolete vars.
4835         * vc/vc-hooks.el (vc-default-registered): Don't use
4836         vc-master-templates.
4838         * font-lock.el (font-lock-reference-face):
4839         Use define-obsolete-variable-alias.
4841         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
4842         * calendar/calendar.el (calendar-font-lock-keywords):
4843         * calendar/diary-lib.el (diary-font-lock-keywords)
4844         (diary-fancy-font-lock-keywords):
4845         * textmodes/reftex-sel.el (reftex-insert-docstruct):
4846         * textmodes/reftex-index.el (reftex-insert-index):
4847         * textmodes/reftex-cite.el (reftex-format-bib-entry):
4848         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4849         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4850         * progmodes/prolog.el (prolog-font-lock-keywords):
4851         * progmodes/idlwave.el (idlwave-idl-keywords):
4852         * progmodes/ada-mode.el (ada-font-lock-keywords):
4853         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
4855 2012-09-24  Glenn Morris  <rgm@gnu.org>
4857         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
4859 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
4861         * progmodes/python.el (python-indent-line): More consistent cursor
4862         movement behavior.
4864 2012-09-23  Stefan Merten  <smerten@oekonux.de>
4866         * textmodes/rst.el: Fix compiler warning.
4868 2012-09-23  Roland Winkler  <winkler@gnu.org>
4870         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
4871         Transcribe also LaTeX hyphenation.
4872         (bibtex-reformat): Bug fix. Do not quote twice the elements of
4873         bibtex-reformat-previous-options.
4875 2012-09-23  Roland Winkler  <winkler@gnu.org>
4877         * proced.el (proced-renice-command): New variable.
4878         (proced-marked-processes): New function.
4879         (proced-with-processes-buffer): New macro.
4880         (proced-send-signal): Use them.
4881         (proced-renice): New command bound to r.
4883 2012-09-23  Roland Winkler  <winkler@gnu.org>
4885         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
4886         ibuffer-saved-filter-groups has one element, shortcut the call of
4887         completing-read.  (Bug#12331)
4889 2012-09-23  Chong Yidong  <cyd@gnu.org>
4891         * bindings.el (mode-line-toggle-read-only):
4892         * bs.el (bs-toggle-readonly):
4893         * buff-menu.el (Buffer-menu-toggle-read-only):
4894         * dired.el (dired-toggle-read-only):
4895         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
4897 2012-09-23  Chong Yidong  <cyd@gnu.org>
4899         * image.el (image-type-available-p): Adapt to init-image-library
4900         argument changes.
4902 2012-09-22  Juri Linkov  <juri@jurta.org>
4904         * dired.el (dired-mode-map): Add [remap read-only-mode] for
4905         `dired-toggle-read-only'.  (Bug#12462)
4907 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
4909         * subr.el (temp-output-buffer-show): New function.
4910         (with-output-to-temp-buffer): Call temp-output-buffer-show
4911         instead of internal-temp-output-buffer-show.
4913 2012-09-22  Chong Yidong  <cyd@gnu.org>
4915         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
4916         (Bug#12462).
4918         * repeat.el (repeat): Doc fix (Bug#12348).
4920         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
4921         (Bug#10909).
4923         * simple.el (shell-command-on-region): Doc fix.
4924         (read-only-mode): Doc fix.
4926 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
4928         * emacs-lisp/timer.el (run-with-idle-timer)
4929         (timer-activate-when-idle): Warn against reinvoking an idle timer
4930         from within its own timer action.  (Bug#12447)
4932 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
4934         * cus-start.el (window-combination-limit): Add new optional
4935         values.
4936         * window.el (temp-buffer-window-show)
4937         (window--try-to-split-window): Handle new values of
4938         window-combination-limit (Bug#1806).
4939         (split-window): Test window-combination-limit for t instead of
4940         non-nil.
4941         (display-buffer-at-bottom): New buffer display action function.
4942         * help.el (temp-buffer-resize-regexps): New option.
4943         (temp-buffer-resize-mode): Rewrite doc-string.
4944         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
4945         Don't resize reused window.  Suggested by Glenn Morris.
4947 2012-09-22  Stefan Merten  <smerten@oekonux.de>
4949         * textmodes/rst.el: Revamp section title faces.
4950         (rst-official-version)
4951         (rst-package-emacs-version-alist): Sync with official version
4952         V1.4.0.
4953         (rst-faces-defaults, rst-set-level-default)
4954         (rst-level-face-max, rst-level-face-base-color)
4955         (rst-level-face-base-light, rst-level-face-format-light)
4956         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
4957         (rst-adornment-faces-alist): Match new setup.
4958         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
4959         (rst-level-5, rst-level-6): New faces.
4961 2012-09-22  Chong Yidong  <cyd@gnu.org>
4963         * simple.el (undo): Handle indirect buffers (Bug#8207).
4965 2012-09-21  Leo Liu  <sdl.web@gmail.com>
4967         IDO: Disable match re-ordering for buffer switching.
4968         * ido.el (ido-buffer-disable-smart-matches): New variable.
4969         (ido-set-matches-1): Use it.  (Bug#2042)
4971 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
4973         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
4974         Fix 2011-05-17 change.  (Bug#12418)
4976 2012-09-21  Leo Liu  <sdl.web@gmail.com>
4978         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
4980 2012-09-21  Glenn Morris  <rgm@gnu.org>
4982         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
4983         Be more robust about locating simple.el.
4985 2012-09-21  Glenn Morris  <rgm@gnu.org>
4987         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
4989 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
4991         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
4993 2012-09-20  Juri Linkov  <juri@jurta.org>
4995         * replace.el (query-replace-read-from): Use `read-regexp' instead
4996         of `read-from-minibuffer' when `regexp-flag' is non-nil.
4997         (occur-read-primary-args): Use `read-regexp' instead of
4998         `read-string'.
4999         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5000         `read-from-minibuffer'.
5001         * isearch.el (isearch-occur): Use `read-regexp' instead of
5002         `read-string'.
5003         * dired.el (dired-read-regexp): Use `read-regexp' instead of
5004         `read-from-minibuffer'.
5005         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5006         of `read-string'.  (Bug#7567)
5008         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5009         and allow accepting a list of strings prepended to a list of
5010         standard default values.  Doc fix.  (Bug#12321)
5012         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
5014         * replace.el (read-regexp): Don't add ": " when PROMPT already
5015         ends with a colon and space.  (Bug#12321)
5017 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
5019         * doc-view.el (doc-view-display): Better fix for the cl-assertion
5020         error.
5022 2012-09-20  Stefan Merten  <smerten@oekonux.de>
5024         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5025         Fixes feature request bug#11711.
5026         (rst-mode): Create `imenu-create-index-function'.
5027         (rst-get-stripped-line): Delete after refactoring.
5028         (rst-section-tree, rst-section-tree-rec)
5029         (rst-section-tree-point): Refactor and document properly.
5030         (rst-imenu-find-adornments-for-position)
5031         (rst-imenu-convert-cell, rst-imenu-create-index):
5032         New function.
5034 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5036         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5037         (macroexp--expand-all): Use it.
5038         (macroexp--funcall-and-return): Remove by folding it into its sole
5039         caller (macroexp--warn-and-return).
5040         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5041         Use macroexp--obsolete-warning.
5043         * calc/calc.el: Fix last change by removing the whole chunk, since it
5044         was only needed back when Calc was not bundled.
5046 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
5048         * emacs-lisp/debug.el (debug): Restore assignment to
5049         debugger-old-buffer removed on 2012-09-08.
5051 2012-09-20  Juri Linkov  <juri@jurta.org>
5053         * dired-aux.el (dired-diff): Remove (require 'diff) since
5054         `diff-latest-backup-file' is now autoloaded.
5056 2012-09-20  Chong Yidong  <cyd@gnu.org>
5058         * vc/diff.el (diff-latest-backup-file): Autoload.
5060 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5062         * calc/calc.el: Remove redundant autoload shape check.
5063         (sel-mode): Don't defvar.
5064         (calc-get-stack-element): Add `sel-mode' arg instead.
5065         (calc-top, calc-top-list): Pass it this additional argument.
5066         * calc/calc-store.el (calc-store-map):
5067         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5068         (calc-map-equation, calc-outer-product, calc-inner-product):
5069         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5071         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5073 2012-09-19  Juri Linkov  <juri@jurta.org>
5075         * dired-aux.el (dired-diff): Add (require 'diff) because
5076         `diff-latest-backup-file' is not autoloaded.
5077         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5078         of `dired-get-filename' to t to not report error when there is
5079         no default file on the current line.
5081 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5083         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5084         macroexp--eval-if-compile.
5085         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5086         (macroexp--expand-all): Use them (bug#12371).
5088         * doc-view.el (doc-view-guess-paper-size)
5089         (doc-view-scale-bounding-box): Fix unbound `caddr'.
5091 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
5093         New feature: set optimal slice from BoundingBox information.
5094         * doc-view.el (doc-view-mode-map): Add keybinding.
5095         (doc-view-menu): Add menu entry.
5096         (doc-view-set-slice): Adapt docstring.
5097         (doc-view-get-bounding-box, doc-view-guess-paper-size)
5098         (doc-view-scale-bounding-box)
5099         (doc-view-set-slice-from-bounding-box): New functions.
5100         (doc-view-paper-sizes): New defvar.
5102 2012-09-19  Glenn Morris  <rgm@gnu.org>
5104         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5105         (byte-compile-log-warning): Autoload.  (Bug#12371)
5107         * calendar/calendar.el (calendar-american-month-header)
5108         (calendar-european-month-header, calendar-iso-month-header)
5109         (calendar-month-header): New options.
5110         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
5111         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
5113 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
5115         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5117 2012-09-18  Juri Linkov  <juri@jurta.org>
5119         * dired-aux.el (dired-diff): Restore original functionality of
5120         getting the default value, but keep new feature of using the
5121         latest existing backup file (`diff-latest-backup-file').
5123 2012-09-18  Juri Linkov  <juri@jurta.org>
5125         * dired.el (dired-mark): If the region is active in Transient Mark
5126         mode, mark all files in the active region.  Doc fix.
5127         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5128         Doc fix.  (Bug#10624)
5130 2012-09-18  Juri Linkov  <juri@jurta.org>
5132         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5133         attributes for M-n are pulled from the file at point.
5134         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5135         Suggested by Drew Adams.  (Bug#10624)
5137 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
5139         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5140         whitespace after "end".
5141         (ruby-do-end-to-brace): Collapse block to one line if it fits
5142         within fill-column.
5144 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
5146         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5147         value.
5148         (debug): Don't remove debugger window when debugger is expected
5149         to be back.
5151 2012-09-18  Chong Yidong  <cyd@gnu.org>
5153         * custom.el (defface): Doc fix.
5155         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5157 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
5159         * progmodes/compile.el (compilation-start): Use compilation-always-kill
5160         to initialize query-on-exit; then test that instead (bug#12288).
5162 2012-09-17  Stefan Merten  <smerten@oekonux.de>
5164         * textmodes/rst.el: Add support for `testcover'.
5165         (rst-defcustom-testcover, rst-testcover-add-compose)
5166         (rst-testcover-add-1value): New functions.
5167         (rst-portable-mark-active-p): Replace by `use-region-p'.
5168         (rst-update-section, rst-classify-adornment)
5169         (rst-find-title-line): Mark `1value' forms.
5170         (rst-classify-adornment): Remove superfluous form.
5171         (rst-update-section, rst-get-adornments-around)
5172         (rst-adornment-complete-p, rst-get-next-adornment)
5173         (rst-adjust, rst-promote-region)
5174         (rst-display-adornments-hierarchy, rst-straighten-adornments)
5175         (rst-find-pfx-in-region, rst-section-tree-rec)
5176         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5177         (rst-toc-node, rst-toc, rst-forward-section)
5178         (rst-iterate-leftmost-paragraphs)
5179         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5180         (rst-bullet-list-region)
5181         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5182         (rst-compile-find-conf, rst-compile)
5183         (rst-repeat-last-character): Fix style.
5185 2012-09-17  Chong Yidong  <cyd@gnu.org>
5187         * comint.el (comint--complete-file-name-data): Don't add a space
5188         if the status is `sole'; that adds a gratuitous space in the
5189         completion-cycling case (Bug#12092).
5191         * pcomplete.el (pcomplete-completions-at-point): Likewise.
5193 2012-09-17  Richard Stallman  <rms@gnu.org>
5195         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5196         only in the mime-shown mode, not in raw mode.
5197         (rmail-mime): Toggle off mime by displaying the message without
5198         mime processing.  (Bug#12305)
5200         * mail/rmail.el (rmail-retry-failure):
5201         Turn off mime processing first.  (Bug#12037)
5203         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5205 2012-09-17  Chong Yidong  <cyd@gnu.org>
5207         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5208         (shell-dynamic-complete-functions): Convert to defcustom.
5209         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5211         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5212         * comint.el (comint-prompt-read-only):
5213         * custom.el (defcustom):
5214         * hi-lock.el (hi-lock-mode):
5215         * ibuffer.el (ibuffer-formats):
5216         * ielm.el (ielm-prompt-read-only):
5217         * novice.el (disable-command):
5218         * saveplace.el (toggle-save-place):
5219         * speedbar.el (speedbar-supported-extension-expressions):
5220         * startup.el (auto-save-list-file-prefix, init-file-user)
5221         (after-init-hook, inhibit-startup-echo-area-message):
5222         * strokes.el (strokes-help):
5223         * time-stamp.el (time-stamp):
5224         * calendar/calendar.el (calendar, diary-file):
5225         * calendar/diary-lib.el (diary-mail-entries, diary)
5226         (diary-list-entries-hook):
5227         * calendar/holidays.el (holidays, calendar-holidays):
5228         * calendar/lunar.el (lunar-phases):
5229         * calendar/solar.el (sunrise-sunset):
5230         * emulation/edt.el (edt-load-keys):
5231         * emulation/viper.el (viper-mode):
5232         * eshell/em-alias.el (eshell-command-aliases-list):
5233         * eshell/esh-util.el (eshell-convert-numeric-arguments):
5234         * international/ogonek.el (ogonek-information):
5235         * net/tramp-cmds.el (tramp-bug):
5236         * net/quickurl.el (quickurl-reread-hook-postfix):
5237         * play/decipher.el (decipher-font-lock-keywords):
5238         * progmodes/cc-styles.el (c-set-style):
5239         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5240         * progmodes/inf-lisp.el (inferior-lisp-prompt):
5241         * progmodes/octave-mod.el (octave-mode):
5242         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5243         * progmodes/verilog-mode.el (verilog-read-defines):
5244         * textmodes/two-column.el (2C-mode): Likewise.
5246 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5248         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5249         that holds many addresses.
5251 2012-09-16  Chong Yidong  <cyd@gnu.org>
5253         * align.el (align-areas): Call the indication function with
5254         positions instead of markers for arguments (Bug#12343).
5256         * files.el (parse-colon-path): Use split-string (Bug#12351).
5258         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5259         (display-buffer-function): Mark as obsolete.
5261         * progmodes/compile.el (compilation-parse-errors): Accept list
5262         values similar to font-lock-keywords (Bug#12136).
5263         Suggested by Oleksandr Manzyuk.
5264         (compilation-error-regexp-alist): Doc fix.
5266 2012-09-15  Glenn Morris  <rgm@gnu.org>
5268         * version.el (emacs-bzr-version-bzr): New function.
5269         (emacs-bzr-get-version): Add optional EXTERNAL argument.
5271         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5272         checkouts, check the parent dirstate matches the branch.
5273         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
5274         empty string.
5276         * version.el (emacs-bzr-version): Doc fix.
5277         (emacs-bzr-version-dirstate): New function.
5278         (emacs-bzr-get-version): For lightweight checkouts, if the parent
5279         is local try and check that it matches the branch.  If not, just
5280         use dirstate information.  (Bug#12441)
5282 2012-09-14  Juri Linkov  <juri@jurta.org>
5284         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5285         (Bug#12399)
5287 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5289         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5291         * emacs-lisp/edebug.el: Miscellaneous cleanup.
5292         Remove obsolete byte-compiler hack that tried to silence some warnings.
5293         (edebug-submit-bug-report): Remove.
5294         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5295         Remove aliases, use the un-prefixed name instead.
5296         (edebug-pop-to-buffer): Consider other frames.
5297         (edebug-original-read):: Make it more obvious that it's always defined.
5298         (edebug--make-form-data-entry, edebug--form-data-name)
5299         (edebug--form-data-begin, edebug--form-data-end): Rename from the
5300         single-dashed name, and implement with cl-defstruct.
5301         (edebug-set-form-data-entry): Use the standard accessors.
5302         (edebug-make-top-form-data-entry): Use push.
5303         (edebug-no-match): Drop useless `funcall'.
5304         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5305         to functions.
5306         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5307         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5308         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5309         (easy-menu-define, with-custom-print): Remove redundant specs.
5310         (edebug-outside-overriding-local-map)
5311         (edebug-outside-overriding-terminal-local-map): Remove, unused.
5312         (edebug--display): Bind unread-command-events directly to nil rather
5313         than binding it to unread-command-events and later setting it to nil.
5314         (edebug--display): Kill edebug-eval-buffer here...
5315         (edebug--recursive-edit): ...rather than here.
5316         Bind standard-output and standard-input.
5317         (edebug-eval): Check cl-macroexpand-all is fboundp.
5318         (edebug-temp-display-freq-count): Fix last change.
5320         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5321         * subr.el (noreturn, 1value): Add `debug' spec.
5322         * emacs-lisp/advice.el: Require cl-lib.
5323         (ad-copy-tree): Remove, use copy-tree instead.
5324         (ad-dolist): Remove use dolist or cl-dolist instead.
5325         (ad-do-return): Remove, use cl-return instead.
5326         (defadvice): Add `debug' spec.
5328 2012-09-13  Juri Linkov  <juri@jurta.org>
5330         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5331         (Bug#12399)
5333 2012-09-13  Glenn Morris  <rgm@gnu.org>
5335         * calc/calc.el (math-compose-expr):
5336         * calc/calc-ext.el (math-compose-expr):
5337         * progmodes/cc-defs.el (cl-macroexpand-all):
5338         * progmodes/cc-langs.el (delete-duplicates, mapcan)
5339         (cl-macroexpand-all): Update declarations.
5341         * vc/vc.el: No need to require ediff.
5342         (ediff-load-version-control): Declare.
5343         (ediff-vc-internal): Fix declaration.
5344         (vc-version-ediff): Require ediff.
5346 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5348         Use a more backwards-compatible timer format (Bug#12430).
5349         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5350         being right after USECS, as that better supports old code that
5351         inadvisedly looked directly at the timer vector.
5353 2012-09-13  Kenichi Handa  <handa@gnu.org>
5355         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5356         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5357         `coding-priority' property of these language environment.
5359 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
5361         Fix glitches caused by addition of psec to timers (Bug#12430).
5362         * image.el (image-animate-timer):
5363         * time.el (display-time-world-timer):
5364         Use timer--function and timer--args rather than raw access to
5365         timer vector.
5367 2012-09-13  Glenn Morris  <rgm@gnu.org>
5369         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5370         If not compiling a file, try using load-file-name.
5372 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5374         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5375         Fix last change.
5376         (edebug-update-eval-list): Use `push'.
5378         * emacs-lisp/edebug.el: Use lexical-binding.
5379         Remove the "edebug-" prefix from non-dynamically-scoped variables.
5380         Mark unused args with underscore.
5381         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5382         (edebug-form-data): Use defvar-local.
5383         (edebug-make-before-and-after-form, edebug-make-after-form):
5384         Use backquote.
5385         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5386         Not dynamically scoped any more.
5387         (edebug--enter-trace): Add arguments `function' and `args'.
5388         Rename from edebug-enter-trace.
5389         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
5390         (edebug--update-coverage): Add `after-index' and `value' args.
5391         Rename from edebug-update-coverage.
5392         (edebug-slow-after): Call it accordingly.
5393         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
5394         edebug-recursive-edit.
5395         (edebug--display): Call it accordingly.  Add args `value',
5396         `offset-index', and `arg-mode'.  Rename from edebug-display.
5397         (edebug-debugger, edebug): Call it accordingly.
5398         (edebug-eval-display-list): Use dolist.
5400 2012-09-12  Juri Linkov  <juri@jurta.org>
5402         * info.el (Info-search): Don't check for isearch-mode and
5403         isearch-regexp before let-binding search-spaces-regexp to
5404         Info-search-whitespace-regexp.
5405         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5406         search-whitespace-regexp if isearch-lax-whitespace or
5407         isearch-regexp-lax-whitespace is non-nil.
5408         (Info-mode): Don't set local variable search-whitespace-regexp.
5409         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5411 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5414         (debugger-env-macro): Remove support for unread-command-char.
5416         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5417         the temporary map re-appearing on emulation-mode-map-alists.
5419         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5420         since 22.1.
5422         * ehelp.el (with-electric-help): Accept functions in
5423         electric-help-form-to-execute.
5424         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5425         And replace unread-command-char -> unread-command-events.
5427 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
5429         Sync with Tramp 2.2.6.
5431         * net/tramp.el (tramp-accept-process-output): Don't use
5432         JUST-THIS-ONE in the XEmacs case.
5434         * net/trampver.el: Update release number.
5436 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
5438         * emacs-lisp/debug.el (debugger-previous-window-height):
5439         New variable.
5440         (debug): When debugger-jumping-flag is non-nil try to restore
5441         height of debugger window.  (Bug#8789)
5443 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5445         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5446         overriding-local-map and pre/post-command-hook here.
5447         (edebug-recursive-edit): Do it here instead (bug#12345).
5448         (edebug-outside-unread-command-char): Remove all uses of
5449         unread-command-char.
5451         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5452         inhibit-debugger is bound instead.
5454 2012-09-11  Bastien Guerry  <bzg@gnu.org>
5456         * subr.el (set-temporary-overlay-map): Add a docstring.
5457         (Bug#12346)
5459 2012-09-11  Bastien Guerry  <bzg@gnu.org>
5461         * minibuffer.el (completion-table-subvert): Fix docstring.
5462         (Bug#12347)
5464 2012-09-11  Bastien Guerry  <bzg@gnu.org>
5466         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
5468 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
5470         * progmodes/sql.el: Version 3.1
5471         (sql-db2-escape-newlines): New variable.
5472         (sql-escape-newlines-filter): Use it.
5474 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
5476         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5478 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
5480         * vc/diff-mode.el (diff-mode-menu):
5481         Bind diff-remove-trailing-whitespace.
5483 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5485         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5486         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5487         (emacs-lisp-byte-code-mode): New functions.
5488         (eval-sexp-add-defvars): Don't skip defvars in column >0.
5489         (eval-defun-2): Remove bogus interactive spec.
5490         (lisp-indent-line): Remove redundant whole-exp code, now done in
5491         indent-according-to-mode.
5492         (save-match-data): Remove redundant indent data.
5494         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5495         Use `declare'.
5497 2012-09-09  Juri Linkov  <juri@jurta.org>
5499         * replace.el (replace-regexp-lax-whitespace): New defcustom.
5500         (replace-lax-whitespace, query-replace-regexp)
5501         (query-replace-regexp-eval, replace-regexp): Doc fix.
5502         (perform-replace, replace-highlight): Let-bind
5503         isearch-lax-whitespace to replace-lax-whitespace and
5504         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5506         * isearch.el (isearch-query-replace): Let-bind
5507         replace-lax-whitespace to isearch-lax-whitespace and
5508         replace-regexp-lax-whitespace to
5509         isearch-regexp-lax-whitespace.  (Bug#10885)
5511 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5513         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5515 2012-09-09  Alan Mackenzie  <acm@muc.de>
5517         * progmodes/cc-engine.el (c-state-cache-init):
5518         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5519         (c-record-parse-state-state):
5520         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5522 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
5524         * register.el (register-separator): Rename from
5525         separator-register.  All uses changed.  Doc fix.
5526         (register): Fix version.
5528 2012-09-09  Chong Yidong  <cyd@gnu.org>
5530         * replace.el (query-replace-map): Bind four new symbols for
5531         requesting window scrolling.
5533         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5534         query-replace-map (Bug#8948).
5536         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5538         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5539         since they are now in query-replace-map.
5541         * window.el (scroll-other-window-down): Make the arg optional.
5543 2012-09-09  Chong Yidong  <cyd@gnu.org>
5545         * files.el (hack-local-variables-confirm): Use quit-window to kill
5546         the *Local Variables* buffer.
5548 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
5550         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5551         not just expect to be at its beginning.  Adjust callees.
5552         Succeed when do-end block has no space before the pipe character.
5553         (ruby-brace-to-do-end): When the original block is one-liner,
5554         convert to multiline.  Reindent the result.
5556 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
5558         * register.el (register): New group.
5559         (separator-register): New user option.
5560         (increment-register): Route it to `append-to-register', if
5561         register contains text.  Implication is that `C-x r +' can now be
5562         used for appending to a text register (bug#12217).
5563         (append-to-register, prepend-to-register): Add separator based on
5564         `separator-register'.
5566 2012-09-08  Alan Mackenzie  <acm@muc.de>
5568         AWK Mode: make auto-newline work when there's "==" in the pattern.
5569         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5570         correctly.
5571         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5572         Test more rigorously for "=" token.
5574 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
5576         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5577         Only fail when reached LIMIT.
5579 2012-09-08  Chong Yidong  <cyd@gnu.org>
5581         * dired.el (dired-mode-map): Don't bind M-=.
5583         * dired-aux.el (dired-diff): Use backup file as default.
5585 2012-09-08  Drew Adams  <drew.adams@oracle.com>
5587         * subr.el (add-to-history): Fix delete usage (Bug#12314).
5589 2012-09-08  Chong Yidong  <cyd@gnu.org>
5591         * subr.el (syntax-after, syntax-class): Doc fix.
5593 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
5595         * window.el (display-buffer-in-previous-window): New buffer
5596         display action function.
5598         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5599         (debugger-previous-window): New variable.
5600         (debug): Rewrite using display-buffer-in-previous-window,
5601         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
5603 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5605         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
5607 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
5609         * progmodes/python.el (python-shell-send-string):
5610         When default-directory is remote, create temp file on remote
5611         filesystem.
5612         (python-shell-send-file): When file is remote, pass local view of
5613         file paths to remote Python interpreter.  (Bug#12340)
5615 2012-09-07  Chong Yidong  <cyd@gnu.org>
5617         * window.el (switch-to-buffer): Doc fix (Bug#12181).
5619         * files.el (after-find-file): Don't fail on a read-only buffer if
5620         require-final-newline is `visit' or `visit-save' (Bug#11156).
5622         * subr.el (read-char-choice): Allow quitting via ESC ESC.
5624         * userlock.el (ask-user-about-supersession-threat):
5625         Use read-char-choice (Bug#12093).
5627 2012-09-07  Chong Yidong  <cyd@gnu.org>
5629         * subr.el (buffer-narrowed-p): New function.
5631         * ses.el (ses-widen):
5632         * simple.el (count-words--buffer-message):
5633         * net/browse-url.el (browse-url-of-buffer): Use it.
5635         * simple.el (count-words-region): Don't signal an error if there
5636         is a non-nil prefix arg and the mark is not set.
5638         * help.el (describe-key-briefly): Allow the message to be seen
5639         when invoked from the minibuffer (Bug#7014).
5641 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
5643         * progmodes/ruby-mode.el (ruby-end-of-defun)
5644         (ruby-beginning-of-defun): Simplify, allow indentation before
5645         block beginning and end keywords.
5646         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
5647         (ruby-end-of-defun): Expect that the point is at the beginning of
5648         the defun.
5650 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5652         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
5653         (bug#12367).
5654         (cl--make-usage-args): Strip _ from argument names.
5656 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5658         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
5659         obsolete alias speedbar-key-map.
5660         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
5661         (vhdl-index-menu-init): Don't use obsolete variable
5662         font-lock-maximum-size.
5664 2012-09-06  Chong Yidong  <cyd@gnu.org>
5666         * frame.el (window-system-version): Mark as obsolete.
5668         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
5669         of obsolete variable speedbar-key-map.
5671 2012-09-06  Juri Linkov  <juri@jurta.org>
5673         * replace.el (replace-lax-whitespace): New defcustom.
5674         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5675         (replace-string, replace-regexp): Mention it in docstrings.
5676         (perform-replace, replace-highlight): Let-bind
5677         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
5678         to the values of replace-lax-whitespace and regexp-flag.
5679         Don't let-bind search-whitespace-regexp.  (Bug#10885)
5681         * isearch.el (isearch-query-replace): Let-bind
5682         replace-lax-whitespace instead of let-binding
5683         replace-search-function and replace-re-search-function.
5684         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
5685         and isearch-regexp-lax-whitespace to lazy-highlight variables.
5686         (isearch-toggle-symbol): Set isearch-regexp to nil
5687         in isearch-word mode (like in isearch-toggle-word).
5689 2012-09-06  Juri Linkov  <juri@jurta.org>
5691         * replace.el (replace-search-function)
5692         (replace-re-search-function): Set default values to nil.
5693         (perform-replace): Let-bind isearch-related variables based on
5694         replace-related values, call `isearch-search-fun' and let-bind
5695         the result to `search-function'.  Remove code that sets
5696         `search-function' and `search-string' separately for
5697         `delimited-flag'.
5698         (replace-highlight): Add new argument `delimited-flag' and
5699         rename other arguments to the names used in `perform-replace'.
5700         Let-bind `isearch-word' to the argument `delimited-flag'.
5701         (Bug#10885, bug#10887)
5703 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
5705         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
5706         ruby-beginning-of-indent, simplify, allow all keywords to have
5707         indentation before them.
5708         (ruby-beginning-of-indent): Adjust for above.  Search until the
5709         found point is not inside a string or comment.
5710         (ruby-font-lock-keywords): Allow symbols to start with "@"
5711         character, give them higher priority than variables.
5712         (ruby-syntax-propertize-function)
5713         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
5714         matchers.  Expression expansions are not comments when inside a
5715         string, and there comment syntax status is irrelevant.
5716         (ruby-match-expression-expansion): New function.  Check that
5717         expression expansion is inside a string, and it's not escaped.
5718         (ruby-font-lock-keywords): Use it.
5720 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
5722         * help.el (temp-buffer-max-height): New default value.
5723         (temp-buffer-resize-frames): New option.
5724         (resize-temp-buffer-window): Optionally resize frame.
5726         * window.el (fit-frame-to-buffer-bottom-margin): New option.
5727         (fit-frame-to-buffer): New function.
5729 2012-09-05  Glenn Morris  <rgm@gnu.org>
5731         * emulation/cua-rect.el (cua--init-rectangles):
5732         * textmodes/picture.el (picture-mode-map):
5733         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
5734         like forward-char and backward-char.  (Bug#12317)
5736 2012-09-05  Leo Liu  <sdl.web@gmail.com>
5738         * progmodes/flymake.el (flymake-warning-re): New variable.
5739         (flymake-parse-line): Use it.
5741 2012-09-05  Glenn Morris  <rgm@gnu.org>
5743         * calendar/holidays.el (holiday-christian-holidays):
5744         Rename an entry.  (Bug#12289)
5746 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
5749         (bug#12222).
5751 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * loadup.el: Load macroexp.  Remove hack.
5754         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
5755         (macroexp--expand-all): Use it to get better warnings.
5756         (macroexp--backtrace, macroexp--trim-backtrace-frame)
5757         (internal-macroexpand-for-load): New functions.
5758         (macroexp--pending-eager-loads): New var.
5759         (emacs-startup-hook): New hack to replace one in loadup.el.
5760         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
5761         (cl--compiler-macro-cXXr): Move to top, before they can be used.
5762         (cl-psetf): Simplify.
5763         (cl-defstruct): Add indent rule.
5765 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
5767         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
5768         over `user-mail-address' for the SMTP MAIL FROM envelope.
5769         (smtpmail-via-smtp): Ditto.
5771 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
5773         * progmodes/ruby-mode.el: Clean up keybindings.
5774         (ruby-mode-map): Don't bind ruby-electric-brace,
5775         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
5776         backward-kill-word, reindent-then-newline-and-indent.
5777         (ruby-mark-defun): Remove.
5778         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
5779         (ruby-mode): Set local beginning-of-defun-function and
5780         end-of-defun-function values.
5782 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
5784         * window.el (temp-buffer-window-setup-hook)
5785         (temp-buffer-window-show-hook): New hooks.
5786         (temp-buffer-window-setup, temp-buffer-window-show)
5787         (with-temp-buffer-window): New functions.
5788         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
5789         (special-display-popup-frame): Make sure the window used shows BUFFER.
5791         * help.el (temp-buffer-resize-mode): Fix doc-string.
5792         (resize-temp-buffer-window): New optional argument WINDOW.
5794         * files.el (recover-file, save-buffers-kill-emacs):
5795         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
5797 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
5799         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
5800         remote definition of `default-directory', ensure we can connect.
5802 2012-09-02  Juri Linkov  <juri@jurta.org>
5804         Toggle whitespace matching mode with M-s SPC.
5805         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
5807         * isearch.el (search-whitespace-regexp): Doc fix.
5808         Remove cons cell customization.
5809         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
5810         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
5811         New variables.
5812         (isearch-forward, isearch-forward-regexp): Doc fix.
5813         (isearch-toggle-lax-whitespace): New command.
5814         (search-forward-lax-whitespace, search-backward-lax-whitespace)
5815         (re-search-forward-lax-whitespace)
5816         (re-search-backward-lax-whitespace): New functions.
5817         (isearch-whitespace-regexp): Remove function.
5818         (isearch-query-replace): Let-bind replace-search-function and
5819         replace-re-search-function.
5820         (isearch-occur): Let-bind search-spaces-regexp according to the
5821         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
5822         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
5823         condition for C-q SPC.
5824         (isearch-search-fun-default): Use new functions mentioned above.
5825         (isearch-search-forward, isearch-search-backward): Remove functions.
5826         (isearch-search): Don't let-bind search-spaces-regexp.
5827         (isearch-lazy-highlight-space-regexp): Remove variable.
5828         (isearch-lazy-highlight-lax-whitespace)
5829         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
5830         (isearch-lazy-highlight-new-loop): Use them.
5831         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
5833 2012-09-02  Chong Yidong  <cyd@gnu.org>
5835         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
5837 2012-09-02  Glenn Morris  <rgm@gnu.org>
5839         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
5841 2012-09-01  Glenn Morris  <rgm@gnu.org>
5843         * term.el: Tidy up menu definitions.
5844         (term-mode-map): Use easymenu for In/Out, Complete menus.
5845         (term-pager-break-map): Initialize in the defvar.
5846         (term-terminal-menu, term-signals-menu): Define with easymenu.
5847         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
5848         (term-pager-menu): New, extracted from term-process-pager.
5849         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
5850         (term-update-mode-line): Propertize line/char and page items.
5851         (term-process-pager): Move keymap initialization elsewhere.
5853 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
5855         * window.el (switch-to-prev-buffer): Handle additional values of
5856         BURY-OR-KILL argument.  Don't switch in minibuffer window.
5857         (switch-to-next-buffer): Don't switch in minibuffer window.
5858         (quit-restore-window): New function based on quit-window.
5859         Handle additional values of former KILL argument.
5860         (quit-window): Call quit-restore-window with appropriate
5861         interpretation of KILL argument.
5862         (display-buffer-below-selected): New buffer display action
5863         function.
5865 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * minibuffer.el (completion-at-point-functions): Complete docstring
5868         (bug#12254).
5870 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
5872         Better seed support for (random).
5873         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
5874         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
5875         * play/mpuz.el, play/tetris.el, play/zone.el:
5876         * calc/calc-comb.el (math-init-random-base):
5877         * play/blackbox.el (bb-init-board):
5878         * play/life.el (life):
5879         * server.el (server-use-tcp):
5880         * type-break.el (type-break):
5881         Remove unnecessary call to (random t).
5882         * net/sasl.el (sasl-unique-id-function):
5883         Change (random t) to (random), now that the latter is more random.
5884         * play/life.el (life-initialized): Remove no-longer-needed var.
5886 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
5888         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
5889         Consider frame's buffer predicate when choosing the buffer.
5890         (Bug#12081)
5892 2012-08-30  Richard Stallman  <rms@gnu.org>
5894         * simple.el (special-mode-map): Delete binding for `z'.
5896 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
5898         * progmodes/compile.el (compilation-always-kill): Doc fix.
5900 2012-08-30  Chong Yidong  <cyd@gnu.org>
5902         * window.el (display-buffer-reuse-frames): Make the obsolescence
5903         message more informative.
5905 2012-08-30  Glenn Morris  <rgm@gnu.org>
5907         * paren.el (show-paren-delay):
5908         Add a :set function.  Doc fix.  (Bug#12297)
5910 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
5912         * progmodes/compile.el (compilation-always-kill): New var.
5913         (compilation-start): Use it.
5915 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5917         * simple.el (read-only-mode): Move from files.el for bootstrapping.
5918         * files.el (read-only-mode): Move to simple.el.
5920         * files.el (read-only-mode): New minor mode.
5921         (toggle-read-only): Use it and mark obsolete.
5922         (find-file--read-only):
5923         * vc/vc.el (vc-next-action, vc-checkout):
5924         * vc/vc-cvs.el (vc-cvs-checkout):
5925         * obsolete/vc-mcvs.el (vc-mcvs-update):
5926         * ffap.el (ffap--toggle-read-only): Update callers.
5928 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
5930         * eshell/esh-ext.el (eshell-external-command): Do not examine
5931         remote shell scripts.
5932         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
5934         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
5935         "/usr/local/sbin".
5937 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5939         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
5941 2012-08-28  Leo Liu  <sdl.web@gmail.com>
5943         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
5944         completion-at-point.  (Bug#12220)
5946         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
5948         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
5950 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
5953         be buffer-local; add delete-trailing-whitespace (bug#12259).
5955 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
5957         * progmodes/hideif.el (hif-compress-define-list):
5958         Fix typo.  (Bug#11951)
5960 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
5962         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
5963         buffer local setting.
5965         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
5966         rcirc-encode-coding-system.
5968 2012-08-28  Leo Liu  <sdl.web@gmail.com>
5970         * net/rcirc.el (rcirc-split-message): New function.
5971         (rcirc-send-message): Use it.  (Bug#12051)
5973 2012-08-28  Juri Linkov  <juri@jurta.org>
5975         * info.el (Info-fontify-node): Hide empty lines at the end of
5976         the node.  (Bug#12272)
5978 2012-08-27  Drew Adams  <drew.adams@oracle.com>
5980         * dired.el (dired-pop-to-buffer): Make window start at beginning
5981         of buffer (Bug#12281).
5983 2012-08-26  Chong Yidong  <cyd@gnu.org>
5985         * window.el (special-display-regexps, special-display-frame-alist)
5986         (special-display-buffer-names, special-display-function)
5987         (display-buffer-reuse-frames): Mark as obsolete.
5989         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
5991         * help.el (help-print-return-message): Don't treat
5992         display-buffer-reuse-frames specially.
5994 2012-08-26  Chong Yidong  <cyd@gnu.org>
5996         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5997         New variable, replacing gdb-frame-parameters.
5998         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
5999         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6000         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6001         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6002         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
6003         the functions directly with gdb-display-buffer-other-frame-action.
6004         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6005         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6006         (gdb-display-stack-buffer, gdb-display-locals-buffer)
6007         (gdb-display-registers-buffer): Define directly.
6008         (def-gdb-display-buffer): Macro deleted.
6009         (gdb-display-buffer): Remove second and third args, callers don't
6010         use them.  Defer to the default display-buffer behavior, apart
6011         from making windows dedicated.
6012         (gdb-setup-windows): Don't call display-buffer unnecessarily.
6014         * progmodes/gud.el (gud-display-line): Just use display-buffer.
6016         * window.el (display-buffer-pop-up-frame): Handle a
6017         pop-up-frame-parameters alist entry.
6018         (display-buffer): Document it.
6020 2012-08-26  Chong Yidong  <cyd@gnu.org>
6022         * isearch.el (search-whitespace-regexp): Make string and nil
6023         values apply to both ordinary and regexp search.  Allow a cons
6024         cell value to distinguish between the two.
6025         (isearch-whitespace-regexp, isearch-search-forward)
6026         (isearch-search-backward): New functions.
6027         (isearch-occur, isearch-search-fun-default, isearch-search)
6028         (isearch-lazy-highlight-new-loop): Use them.
6029         (isearch-forward, isearch-forward-regexp): Doc fix.
6031 2012-08-26  Chong Yidong  <cyd@gnu.org>
6033         * faces.el (help-argument-name): Always inherit from italic
6034         (Bug#12213).
6036 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
6038         * window.el (window--even-window-heights): Even heights when
6039         WINDOW and the selected window form a vertical combination.
6040         (display-buffer-use-some-window): Provide that window used gets
6041         sized back by quit-window.  (Bug#11880) and (Bug#12091)
6043 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
6045         Fix file time stamp problem with bzr and CVS (Bug#12001).
6046         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6047         in the file's time stamp, since the version control system loses
6048         that information.
6050 2012-08-22  Juri Linkov  <juri@jurta.org>
6052         * info.el (Info-fontify-node): Hide the suffix of the
6053         Info file name in the header line.  (Bug#12187)
6055 2012-08-22  Glenn Morris  <rgm@gnu.org>
6057         * calendar/cal-tex.el (cal-tex-weekly-common):
6058         Restore leading blank page.
6060 2012-08-22  Le Wang  <l26wang@gmail.com>
6062         * misc.el (forward-to-word, backward-to-word): Activate or extend
6063         the region under `shift-select-mode'.  (Bug#12231)
6065 2012-08-22  Bastien Guerry  <bzg@gnu.org>
6067         * progmodes/executable.el (executable-prefix): Set to "#!" instead
6068         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
6069         gives details on why the space is never needed.
6071 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
6073         * window.el (walk-window-tree, window-with-parameter):
6074         New optional argument MINIBUF to control whether these functions
6075         should run on the minibuffer window.
6076         (window-at-side-list): Don't operate on minibuffer window.
6077         (window-in-direction): Simplify and rewrite doc-string.
6078         (window--size-ignore): Rename to window--size-ignore-p.
6079         Update callers.
6080         (display-buffer-in-atom-window, window--major-non-side-window)
6081         (window--major-side-window, display-buffer-in-major-side-window)
6082         (delete-side-window, display-buffer-in-side-window):
6083         New functions.
6084         (window--side-check, window-deletable-p, delete-window)
6085         (delete-other-windows, split-window): Handle side windows and
6086         atomic windows appropriately.
6087         (window--display-buffer): Call display-buffer-record-window also
6088         when the window buffer did not change.
6090 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
6092         * help-fns.el (help-fns--key-bindings):
6093         Abbreviate non-symbol remap targets.  (Bug#12174)
6095 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
6097         * dired.el (dired-mark-remembered): Don't clobber point.
6098         (Bug#11795)
6100 2012-08-22  Glenn Morris  <rgm@gnu.org>
6102         * progmodes/bug-reference.el (bug-reference): New custom group.
6103         (bug-reference-bug-regexp): Make it a defcustom.
6105 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
6107         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6108         (js-paren-indent-offset, js-square-indent-offset)
6109         (js-curly-indent-offset): Add :safe (Bug#12257).
6111 2012-08-22  Edward O'Connor  <hober0@gmail.com>
6113         * json.el (json-key-format): Add error properties.
6114         (json-encode-key): New function.
6115         (json-encode-hash-table, json-encode-alist, json-encode-plist):
6116         Use json-encode-key.
6118 2012-08-22  Glenn Morris  <rgm@gnu.org>
6120         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6121         (cal-tex-leftday, cal-tex-rightday): Remove functions.
6122         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6123         Update for above change.
6125 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
6127         * cus-face.el (custom-face-attributes): Fix customize type for the
6128         :underline attribute.  (Bug#11805)
6130 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
6132         * window.el (window-point-1, set-window-point-1): Remove.
6133         (window-in-direction, record-window-buffer)
6134         (set-window-buffer-start-and-point, split-window-below)
6135         (window--state-get-1, display-buffer-record-window):
6136         Replace calls to window-point-1 and set-window-point-1 by calls to
6137         window-point and set-window-point respectively.
6139 2012-08-21  Glenn Morris  <rgm@gnu.org>
6141         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6142         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6143         Use it.
6145         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6146         (cal-tex-shortday): New function.
6147         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6148         (cal-tex-cursor-filofax-daily): Use the above.
6150         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6151         New functions.
6152         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6153         (cal-tex-cursor-filofax-week): Use them.
6155         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6156         New constants.
6157         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6158         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6160         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6161         (cal-tex-end-document): Don't rely on buffer name.
6163         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6164         Use cal-tex-vspace.
6165         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6166         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6167         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6168         Use cal-tex-arg.
6170         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6171         (cal-tex-cursor-week, cal-tex-cursor-week2)
6172         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6173         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6174         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6175         (cal-tex-insert-preamble, cal-tex-b-document)
6176         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6177         Improve cal-tex-cmd usage.
6179         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6180         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6181         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6182         (cal-tex-weekly-paper): New function.
6183         (cal-tex-cursor-week, cal-tex-cursor-week2)
6184         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6185         (cal-tex-cursor-day): Use it.
6187         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6188         (cal-tex-cursor-filofax-week): Remove leading blank page.
6190         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6191         Add autoload cookie.  For now at least, don't use color, since
6192         no other cal-tex function does.
6194         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6195         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6196         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6198 2012-08-21  Juri Linkov  <juri@jurta.org>
6200         * info.el (Info-file-attributes): New variable.
6201         (info-insert-file-contents): Add file attributes to
6202         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
6203         `Info-toc-nodes' when previous modtime of the Info file is less
6204         than new modtime.
6205         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6206         of info.el.  (Bug#12230)
6208 2012-08-20  Glenn Morris  <rgm@gnu.org>
6210         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6211         * calendar/holidays.el (calendar-holiday-list):
6212         Report errors with display-warning rather than beep'n'sleep.
6214 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
6216         * net/tramp.el (tramp-accept-process-output): Accept only output
6217         from PROC.  Otherwise, process filters and sentinels might be
6218         confused.  (Bug#12145)
6220 2012-08-20  Chong Yidong  <cyd@gnu.org>
6222         * descr-text.el (describe-text-properties-1): Use overlays-in to
6223         report on empty overlays (Bug#3322).
6225 2012-08-20  Glenn Morris  <rgm@gnu.org>
6227         * mail/rmailout.el (rmail-output-read-file-name):
6228         Trap and report errors in rmail-output-file-alist elements.
6230         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6231         since most non-font-lock faces are not also variables).
6233 2012-08-20  Edward Reingold  <reingold@iit.edu>
6235         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6236         New function.  (Bug12160)
6238 2012-08-19  Glenn Morris  <rgm@gnu.org>
6240         * mail/rmailout.el (rmail-output-read-file-name):
6241         Fix previous change (when the alist is nil or does not match).
6243 2012-08-19  Chong Yidong  <cyd@gnu.org>
6245         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6246         (Bug#12228).
6248 2012-08-18  Chong Yidong  <cyd@gnu.org>
6250         * simple.el (yank-handled-properties): New defcustom.
6251         (yank-excluded-properties): Add font-lock-face and category.
6252         (yank): Doc fix.
6254         * subr.el (remove-yank-excluded-properties):
6255         Obey yank-handled-properties.  The special handling of font-lock-face
6256         and category is now done this way, instead of being hard-coded.
6257         (insert-for-yank-1): Remove font-lock-face handling.
6258         (yank-handle-font-lock-face-property)
6259         (yank-handle-category-property): New function.
6261 2012-08-17  Glenn Morris  <rgm@gnu.org>
6263         * mail/rmailout.el (rmail-output-read-file-name):
6264         Check rmail-output-file-alist against the full message body
6265         in the correct rmail buffer.  (Bug#12214)
6267 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
6269         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6270         Eliminate superfluous prompt.  (Bug#12203)
6272 2012-08-17  Chong Yidong  <cyd@gnu.org>
6274         * mouse.el (mouse-appearance-menu): If x-select-font returns a
6275         font spec, set the font directly (Bug#3228).
6277 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
6279         * window.el (delete-window): Fix last fix.
6281 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
6283         * window.el (window-valid-p): Move to window.c.
6284         (window-child, window-child-count, window-last-child)
6285         (window-normalize-window, window-combined-p)
6286         (window-combinations, window-atom-root, window-min-size)
6287         (window-sizable, window-sizable-p, window-size-fixed-p)
6288         (window-min-delta, window-max-delta, window--resizable)
6289         (window--resizable-p, window-resizable, window-total-size)
6290         (window-full-height-p, window-full-width-p, window-body-size)
6291         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6292         (minimize-window, window-deletable-p, delete-window)
6293         (delete-other-windows, set-window-buffer-start-and-point)
6294         (next-buffer, previous-buffer, split-window, balance-windows-2)
6295         (set-window-text-height, window-buffer-height)
6296         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6297         (truncated-partial-width-window-p): Minor code adjustments.
6298         In doc-strings state whether the argument window has to denote a
6299         live, valid or any window.
6301 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
6303         * progmodes/subword.el (subword-forward-function)
6304         (subword-backward-function, subword-forward-regexp)
6305         (subword-backward-regexp): New variables.
6306         (subword-forward, subword-forward-internal, subword-backward-internal):
6307         Use new variables, eg so that different "word" definitions
6308         can be easily used.  (Bug#11411)
6310 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6312         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6313         for composite selectors.
6314         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6315         operation just because we can't find a previous revision.
6317 2012-08-15  Chong Yidong  <cyd@gnu.org>
6319         * frame.el (set-frame-font): Accept font objects.
6321 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6323         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6325 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
6327         * man.el (Man-overstrike-face, Man-underline-face)
6328         (Man-reverse-face): Remove variables.
6329         (Man-overstrike, Man-underline, Man-reverse): New faces.
6330         (Man-fontify-manpage): Use them instead of the variables.
6331         (Man-cleanup-manpage): Comment change.
6332         (Man-ansi-color-map): New variable.
6333         (Man-fontify-manpage): Use it.
6334         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6336         Implement ANSI SGR parameters 22-27 (bug#12146).
6337         * ansi-color.el (ansi-colors): Doc fix.
6338         (ansi-color-context, ansi-color-context-region): Doc fix.
6339         (ansi-color--find-face): New function.
6340         (ansi-color-apply, ansi-color-apply-on-region): Use it.
6341         Rename the local variable `face' to `codes' since it is now a list of
6342         ansi codes.  Doc fix.
6343         (ansi-color-get-face): Remove.
6344         (ansi-color-parse-sequence): New function, derived from
6345         ansi-color-get-face.
6346         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
6347         codes 22-27.
6349 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * subr.el (read-passwd): Allow use from a minibuffer.
6353 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
6355         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6356         inside comments and strings as identifiers.
6358         * progmodes/gud.el (gud-tooltip-print-command): Quote the
6359         expression to evaluate.  This allows to evaluate expressions with
6360         embedded whitespace.
6361         (gud-tooltip-tips): Add a blank before the newline in the
6362         message-box text, for the benefit of message-box emulation on
6363         MS-Windows.
6365         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6366         messages from GDB, pop them up in a tooltip to give feedback to
6367         user.
6368         (gdb-tooltip-print-1): Quote the expression to evaluate.
6369         This allows to evaluate expressions with embedded whitespace.
6370         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6371         if the TTY name is nil or empty (which happens when communicating
6372         with the inferior via pipes, e.g. on MS-Windows).
6373         (gdb-internals): If GDB sends a "&\n" empty debugging message,
6374         don't send that to the GUD buffer.
6376 2012-08-14  Glenn Morris  <rgm@gnu.org>
6378         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6379         Optimize away setq-default with no args, as for setq.  (Bug#12195)
6381 2012-08-14  Chong Yidong  <cyd@gnu.org>
6383         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6385         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6386         (Bug#12085).
6388 2012-08-14  Glenn Morris  <rgm@gnu.org>
6390         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6392 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
6394         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6395         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6396         Use cached shell name.
6398 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
6400         * progmodes/python.el (python-shell-send-string):
6401         (python-shell-send-setup-code): Do not use `format' with `message'.
6403 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
6405         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6406         (ruby-percent-literal-beg-re): New constant.
6407         (ruby-syntax-general-delimiters-goto-beg): Rename to
6408         `ruby-syntax-enclosing-percent-literal', improve literal type check.
6409         (ruby-syntax-propertize-general-delimiters): Rename to
6410         `ruby-syntax-propertize-percent-literal', it's a shorter and more
6411         popular term.  Adjust comments everywhere.
6412         (ruby-syntax-propertize-percent-literal): Only propertize when not
6413         inside a simple string or comment.  When the literal is unclosed,
6414         leave the text after it unpropertized.
6415         (ruby-syntax-methods-before-regexp): New constant.
6416         (ruby-syntax-propertize-function): Use it to recognize regexps.
6417         Don't look at the text after regexp, just use the whitelist.
6419 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
6421         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6422         non-nil always load the compiled file if it exists.  (Bug#12197)
6424 2012-08-14  Chong Yidong  <cyd@gnu.org>
6426         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6427         (hi-lock-set-pattern): When deciding whether to use font lock or
6428         overlays, look at font-lock-mode instead of font-lock-fontified
6429         (Bug#12168).
6430         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6431         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6433 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
6435         * subr.el (internal--after-with-selected-window): Fix typo
6436         (Bug#12193).
6438 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
6440         Use `completion-table-dynamic' for completion functions.
6441         * progmodes/python.el
6442         (python-shell-completion--do-completion-at-point)
6443         (python-shell-completion--get-completions):
6444         Remove functions.
6445         (python-shell-completion-complete-at-point): New function.
6446         (python-completion-complete-at-point): Use it.
6448 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
6450         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6451         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6453 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6455         * subr.el (function-get): Refine `autoload' arg so it can also
6456         autoload functions for gv.el (bug#12191).
6457         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6458         autoloads macros.
6460         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6461         Prefer pcase-let over destructuring-bind.
6462         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6463         Also, remove whitespace as we go, rather than after accumulating the
6464         various places.
6466         * subr.el (internal--before-with-selected-window)
6467         (internal--after-with-selected-window): Fix typo seleted->selected.
6468         (with-selected-window): Adjust callers.
6469         Reported by Dmitry Gutov <dgutov@yandex.ru>.
6471 2012-08-13  Bastien Guerry  <bzg@gnu.org>
6473         * window.el (special-display-popup-frame): Minor docstring
6474         enhancement.  (Bug#12172)
6476 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
6478         * tar-mode.el (tar-header-data-end): Only ignore size for files of
6479         type 1-6.
6480         (tar-header-block-summarize, tar-get-descriptor): Handle pax
6481         extended headers.
6483         * files.el (hack-local-variables-filter): Remove useless eval.
6485 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
6487         * subr.el (with-selected-window): Fix last change.
6489 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6491         * subr.el (internal--before-with-seleted-window)
6492         (internal--after-with-seleted-window): New functions.
6493         (with-selected-window): Use them, to replace dependency on
6494         tty-top-frame.
6496 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
6498         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6499         binding for `newline'.
6500         (ruby-move-to-block): When moving backward, stop at block opening,
6501         not indentation.
6502         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6503         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6504         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6505         `ruby-toggle-block'.
6507 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * ibuffer.el (ibuffer-do-toggle-read-only):
6510         * dired.el (dired-toggle-read-only):
6511         * buff-menu.el (Buffer-menu-toggle-read-only):
6512         * bindings.el (mode-line-toggle-read-only):
6513         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6515 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
6517         * descr-text.el (describe-char): Put the overlays over the
6518         "displayed as" character.
6520 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
6522         * calc/calc-units.el (math-default-units-table): Give an
6523         initial value.
6524         (math-put-default-units): Add options to put composite units and
6525         unit systems in the default units table.
6526         (calc-convert-units): Send composite units to
6527         `math-put-default-units' when appropriate.
6529 2012-08-11  Glenn Morris  <rgm@gnu.org>
6531         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6533         * tutorial.el (help-with-tutorial):
6534         * emacs-lisp/copyright.el (copyright-update-directory):
6535         * emacs-lisp/autoload.el (autoload-find-generated-file)
6536         (autoload-find-file): Disable local eval: (for insurance).
6538         * files.el (hack-local-variables-filter): If an eval: form is not
6539         known to be safe, and enable-local-variables is :safe, then ignore
6540         the form totally, as is done for non-eval forms.  (Bug#12155)
6541         This is CVE-2012-3479.
6543 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6545         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6546         (rx-form): Simplify.
6548 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
6550         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6551         ?, _, and : are symbol constituents, ! is not (but kinda should be).
6552         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6553         (ruby-syntax-propertize-function): Adjust for changes in
6554         `ruby-syntax-propertize-heredoc'.
6556 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
6558         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6559         binding (use `M-;' instead).
6560         (ruby-singleton-class-p): New function.
6561         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6563 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6565         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6567 2012-08-10  Chong Yidong  <cyd@gnu.org>
6569         * progmodes/python.el (python-shell-get-process-name): Don't mess
6570         with same-window-buffer-names.
6572         * eshell/eshell.el (eshell-add-to-window-buffer-names)
6573         (eshell-remove-from-window-buffer-names): Make obsolete.
6574         (eshell-buffer-name, eshell-unload-hook): Don't use them.
6575         (eshell): Just use pop-to-buffer-same-window instead.
6577 2012-08-10  Chong Yidong  <cyd@gnu.org>
6579         * bindings.el: Bind M-= back to count-words-region.
6581         * simple.el (count-words-region): Accept a prefix arg for acting
6582         on the entire buffer.
6583         (count-words--buffer-message): New helper function.
6585 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6587         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6588         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6589         (event-start, event-end): Use posn-at-point to return a more
6590         informative posn.
6591         (posnp): New function.
6592         * mouse.el (popup-menu-normalize-position): Use it.
6594 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
6596         * mouse.el (popup-menu-normalize-position): New function.
6597         (popup-menu): Use `popup-menu-normalize-position' to normalize
6598         the form for POSITION argument.
6600         * term/x-win.el (x-menu-bar-open):
6601         Use the value returend from (posn-at-point) as position
6602         passed to `popup-menu'.
6604 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
6606         * calc/calccomp.el (math-compose-expr): Add extra argument
6607         indicating that parentheses should be put around products in
6608         denominators.  Give multiplication precedence over division during
6609         composition.
6611 2012-08-09  Chong Yidong  <cyd@gnu.org>
6613         * man.el (Man-switches, Man-sed-command, Man-awk-command)
6614         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6615         (Man-untabify-command, manual-program): Convert to defcustom
6616         (Bug#10429).
6618         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6620         * descr-text.el (describe-char): Don't insert extra newlines
6621         (Bug#10127).
6623         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
6624         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
6626         * align.el (align-region): Delete temporary markers (Bug#10047).
6627         Plus some code cleanups.
6629 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6631         * progmodes/python.el (python-pdbtrack-tracked-buffer)
6632         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
6633         (python-shell-internal-last-output): Use make-local-variable
6634         instead of make-variable-buffer-local.
6636 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
6638         * progmodes/python.el: Enhancements to forward-sexp.
6639         (python-nav-forward-sexp): Rename from
6640         python-nav-forward-sexp-function.
6641         (python-nav--forward-sexp, python-nav--backward-sexp):
6642         New functions.
6644 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
6646         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
6647         modes and simplification modes.
6649 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6651         * delsel.el (delete-selection-pre-hook): Don't propagate the
6652         file-supersession signals (bug#12161).
6654 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
6657         (cl-map-extents): Add compatibility aliases (bug#12135).
6659 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
6661         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
6662         tests by `ignore-error'.
6663         (tramp-find-shell): Open also a new shell, when cache is already
6664         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
6666 2012-08-08  Juri Linkov  <juri@jurta.org>
6668         * bookmark.el: Add `defaults' property to the bookmark record.
6669         (bookmark-current-buffer): Doc fix.
6670         (bookmark-make-record): Add `defaults' property with default values
6671         to the bookmark record.
6672         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
6673         with `bookmark-insert-current-bookmark'.
6674         (bookmark-set): Get `defaults' property from the bookmark record
6675         and use it in `read-from-minibuffer'.
6676         (bookmark-insert-current-bookmark): Remove function.
6678         * info.el (Info-bookmark-make-record): Add `defaults' property
6679         with values of canonical Info node name, the current Info file
6680         name and the current Info node name.  (Bug#12107)
6682 2012-08-08  Juri Linkov  <juri@jurta.org>
6684         * files.el (basic-save-buffer): Use `buffer-name' as the default
6685         of `read-file-name' when buffer is not visiting a file (bug#12128).
6687 2012-08-08  Juri Linkov  <juri@jurta.org>
6689         * info.el (Info-isearch-search): Doc fix.
6690         (Info-search): Change search-failed message from "initial node" to
6691         "end of node" (bug#12078).
6692         (Info-isearch-search): Change `isearch-string-state' to
6693         `isearch--state-string'.
6695 2012-08-08  Glenn Morris  <rgm@gnu.org>
6697         * language/persian.el: Remove file.
6698         * language/misc-lang.el: Move unique part of persian.el here.
6699         * loadup.el: Remove language/persian.
6701 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
6703         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
6705 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
6707         * progmodes/python.el: Fix defsubst warning.
6708         (python-syntax-context) Rename from python-info-ppss-context.
6709         (python-syntax-context-type): Rename from
6710         python-info-ppss-context-type.
6711         (python-syntax-comment-or-string-p): Rename from
6712         python-info-ppss-comment-or-string-p.
6714 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
6716         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
6718 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
6720         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
6721         a defcustom that is quoted with backquote.
6723         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
6724         Fix handling of interactive spec when the body uses return.
6725         (math-do-arg-check, math-define-function-body): Use backquote forms.
6726         * calc/calc-ext.el (math-defcache): Likewise.
6727         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
6728         * allout.el (allout-new-exposure): Likewise.
6729         * calc/calcalg2.el (math-tracing-integral): Likewise.
6730         * info.el (Info-last-menu-item): Likewise.
6731         * emulation/vip.el (vip-loop): Likewise.
6732         * textmodes/artist.el (artist-funcall): Likewise.
6733         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
6734         Construct menu-item directly.
6736         * progmodes/autoconf.el (font-lock-syntactic-keywords):
6737         Don't declare.
6739 2012-08-07  Chong Yidong  <cyd@gnu.org>
6741         * simple.el (deactivate-mark): Preserve text properties when
6742         saving the primary selection (Bug#8384).
6744 2012-08-07  Kevin Ryde  <user42@zip.com.au>
6746         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
6747         (woman-parse-numeric-value): On a bad .IP line, issue a warning
6748         and continue processing (Bug#12110).
6750 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6752         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
6753         syntax-propertize-function (bug#10095).
6755 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6757         * help-fns.el (help-fns--key-bindings, help-fns--signature)
6758         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
6759         describe-function-1.
6760         (describe-function-1): Use them.  Move compiler macro after sig.
6761         (help-fns--compiler-macro): Use function-get.  Assume we're already in
6762         standard-output.  Adjust layout to new call order.
6764         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
6765         re-binding a symbol that has a symbol-macro (bug#12119).
6767 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
6769         * language/persian.el: New file.  (Bug#11812)
6770         * loadup.el: Add language/persian.el.
6772 2012-08-06  Chong Yidong  <cyd@gnu.org>
6774         * window.el (window--maybe-raise-frame): New function.
6775         (window--display-buffer): Split off from here.
6776         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6777         (display-buffer-pop-up-window, display-buffer-use-some-window):
6778         Obey an inhibit-switch-frame action alist entry.
6779         (display-buffer): Update doc.
6781         * replace.el (occur-after-change-function): Avoid losing focus by
6782         using the inhibit-switch-frame display parameter (Bug#12139).
6784 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
6786         Make internal shell process buffer names start with space.
6787         * progmodes/python.el (python-shell-make-comint): Add optional
6788         argument INTERNAL.
6789         (run-python-internal): Use it.
6790         (python-shell-internal-get-or-create-process): Check for new
6791         internal buffer names.
6793 2012-08-06  Glenn Morris  <rgm@gnu.org>
6795         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
6796         Do less getting and setting of environment variables.
6798 2012-08-05  Chong Yidong  <cyd@gnu.org>
6800         * proced.el (proced): Add substitution string to docstring to
6801         trigger autoloading of the proced library on C-h f (Bug#1768).
6803         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6804         Don't show defvars which have no second argument (Bug#8638).
6806         * imenu.el (imenu-generic-expression): Move documentation here
6807         from imenu--generic-function.
6808         (imenu--generic-function): Refer to imenu-generic-expression.
6810 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
6812         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
6813         indentation declaration.
6814         (viper-loop): Add indentation declaration (Bug#7025).
6816 2012-08-05  Chong Yidong  <cyd@gnu.org>
6818         * help-fns.el (describe-variable): Add hyperlink for
6819         directory-local variables files.  Improve buffer-local and
6820         permanent-local reporting; suggested by MON KEY (Bug#6644).
6822         * help-mode.el (help-dir-local-var-def): New button type.
6824         * files.el (kill-buffer-hook): Provide a defvar.
6826 2012-08-05  Glenn Morris  <rgm@gnu.org>
6828         * eshell/esh-ext.el (eshell/addpath):
6829         Also update eshell-path-env.  (Bug#12013)
6831 2012-08-05  Chong Yidong  <cyd@gnu.org>
6833         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
6835         * fringe.el (fringe-styles): Add docstring.
6836         (fringe--check-mode): New function.
6837         (set-fringe-mode, set-fringe-style): Use it.
6838         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
6840         * files.el (set-auto-mode): Fix invalid setq call.
6842 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * isearch.el: Misc simplification; use defstruct.
6845         (isearch-mode-map): Dense maps now work like sparse ones.
6846         (isearch--state): New defstruct.
6847         (isearch-string-state, isearch-message-state, isearch-point-state)
6848         (isearch-success-state, isearch-forward-state)
6849         (isearch-other-end-state, isearch-word-state, isearch-error-state)
6850         (isearch-wrapped-state, isearch-barrier-state)
6851         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
6852         replaced by defstruct's accessors.
6853         (isearch--set-state): Rename from isearch-top-state and change
6854         calling convention.
6855         (isearch-push-state): Use new isearch--get-state.
6856         (isearch-toggle-word): Disable regexp when enabling word.
6857         (isearch-message-prefix): Remove unused arg _c-q-hack.
6858         (isearch-message-suffix): Remove unused arg _ellipsis.
6860 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
6862         * simple.el (list-processes--refresh): For a server use :host or
6863         :local as the address.
6864         (list-processes): Doc fix.
6866 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
6868         * lisp/mpc.el: Support password in host argument.
6869         (mpc--proc-connect): Parse and use new password element.
6870         Set mpc-proc variable instead of returning process.
6871         (mpc-proc): Adjust accordingly.
6873 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
6875         * whitespace.el (whitespace-display-mappings): Use Unicode
6876         codepoints, instead of emacs-mule codepoints.  See
6877         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
6878         for the details.
6880         * files.el (file-truename): Don't skip symlink-chasing part on
6881         windows-nt.  Incorporate the resolution of 8+3 short aliases on
6882         Windows into the loop that recursively chases symlinks.
6883         Compare directory and its parent case-insensitively on MS-Windows and
6884         MS-DOS.
6886 2012-08-03  Chong Yidong  <cyd@gnu.org>
6888         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
6890         * sort.el (sort-regexp-fields): Doc fix.
6892 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
6894         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
6895         labels regex position point at the expected place.
6897 2012-08-03  MON KEY  <monkey@sandpframing.com>
6899         * net/imap.el (imap-interactive-login, imap-authenticate)
6900         (imap-mailbox-lsub, imap-mailbox-list)
6901         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
6902         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
6903         (imap-parse-response): Doc fix.
6905 2012-08-03  João Távora  <joaotavora@gmail.com>
6907         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
6908         if sexp scanning does not move point (Bug#5734).
6910 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
6912         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
6913         Add listings, minted, and ctable packages.
6914         (reftex-label-alist-builtin): Move listings, minted, and ctable
6915         entries before LaTeX.
6916         (reftex-label-alist): Docfix.
6918 2012-08-02  Bastien Guerry  <bzg@gnu.org>
6920         * replace.el (occur): Fix docstring (bug#12122).
6922 2012-08-02  Glenn Morris  <rgm@gnu.org>
6924         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
6926 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
6928         Obsolete alias inactivate-current-input-method-function (Bug#10150).
6929         * international/mule-cmds.el: Create
6930         inactivate-current-input-method-function as an obsolete alias for
6931         deactivate-current-input-method-function.  See Katsumi Yamaoka in
6932         <http://bugs.gnu.org/10150#46>.
6934 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
6936         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
6937         of nested `if's.
6939 2012-08-01  Glenn Morris  <rgm@gnu.org>
6941         * progmodes/autoconf.el (autoconf-definition-regexp):
6942         Add AH_TEMPLATE, adjust submatch numbering.
6943         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
6944         (autoconf-current-defun-function): Update for above change.
6945         (autoconf-current-defun-function): First skip to end of current word.
6947 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
6949         * calendar/cal-html.el (cal-html-insert-agenda-days):
6950         Fix typo.  (Bug#12018)
6952 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
6954         Shell processes: enhancements to startup and CEDET compatibility.
6955         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
6956         (python-shell-make-comint): accept-process-output at startup.
6957         (run-python-internal): Set inferior-python-mode-hook to nil.
6958         (python-shell-internal-get-or-create-process): call sit-for.
6959         (python-preoutput-result): Add obsolete alias.
6960         (python-shell-internal-send-string): Use it.
6961         (python-shell-send-setup-code): Remove call to
6962         accept-process-output.
6964 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
6966         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
6967         (Bug#12108)
6969 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
6971         * calc-mode.el (calc-basic-simplification-mode): Rename from
6972         `calc-limited-simplification-mode'.
6973         (calc-alg-simplification-mode): New function.
6974         (calc-set-simplify-mode): Adjust message.
6976         * calc.el (calc-set-mode-line): Adjust mode line display for
6977         basic simplification mode.
6979         * calc-help.el (calc-m-prefix-help): Update help message.
6981         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
6982         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
6984 2012-07-31  Bastien Guerry  <bzg@gnu.org>
6986         * man.el (man): Fix comment.  (bug#12101)
6988 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
6990         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6991         Don't return a non-nil value when no suitable buffer was found.
6993 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
6995         * progmodes/python.el (run-python-internal): Disable font lock for
6996         internal shells.
6998 2012-07-30  Stefan Merten  <smerten@oekonux.de>
7000         * textmodes/rst.el: Silence `checkdoc-ispell'.
7001         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7002         (rst-official-version, rst-official-cvs-rev)
7003         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7004         (rst-mode-map): New key binding.
7006 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
7008         Update .PHONY listings in makefiles.
7009         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7010         autoloads, update-subdirs, updates, bzr-update, update-authors,
7011         compile-onefile, compile-calc, backup-compiled-files,
7012         compile-after-backup, compile-one-process, mh-autoloads,
7013         bootstrap-clean, distclean, maintainer-clean.
7015 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7017         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7018         (calc-set-mode-line): Don't display "AlgSimp ".
7020         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7021         (calc-lim-simplify-mode): New function.
7022         (calc-set-simplify-mode): Default to 'alg.
7023         (calc-default-simplify-mode): Make algebraic simplifications
7024         the default.
7026         * calc/calc-ext.el (calc-init-extensions): Remove binding for
7027         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
7029         * calc/calc-help.el (calc-m-prefix-help): Change messages to
7030         indicate new simplification modes.
7032         * calc/README: Mention new default simplification mode.
7034         * calc/calc.el (math-normalize-error): New variable.
7035         (math-normalize): Set `math-normalize-error' to t
7036         when there's an error.
7038         * calc/calc-alg.el (math-simplify): Don't simplify when
7039         `math-normalize' returns an error.
7041 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
7043         * international/mule-cmds.el (set-locale-environment): Revert last
7044         change, since display-graphic-p returns nil when this function is
7045         called during startup.  Instead...
7047         * term/w32console.el (terminal-init-w32console): ...setup the
7048         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
7050 2012-07-29  Juri Linkov  <juri@jurta.org>
7052         * simple.el (goto-line): Don't display default line number in the
7053         prompt because it should be displayed by `read-number' (bug#9952).
7054         Add the current line number to the defaults of `goto-line' to
7055         allow its easier modification by users with `M-n' (bug#9201).
7057         * subr.el (read-number): Support multiple default values like in
7058         other minibuffer reading functions.  Replace `read' with
7059         `string-to-number' for consistency with `number-to-string'.
7061 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
7063         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7064         * emulation/viper-init.el (viper-deactivate-input-method-action):
7065         Rename from viper-inactivate-input-method-action.
7066         (viper-deactivate-input-method):
7067         Rename from viper-inactivate-input-method.
7068         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7069         * international/mule-cmds.el (deactivate-input-method):
7070         Rename from inactivate-input-method.
7071         Also run input-method-deactivate-hook.
7072         (deactivate-current-input-method-function):
7073         Rename from inactivate-current-input-method-function.
7074         (input-method-deactivate-hook): New hook.
7075         (input-method-inactivate-hook): Mark obsolete.
7076         (inactivate-input-method): Mark obsolete.
7078         * international/quail.el (quail-activate):
7079         Also run quail-deactivate-hook.
7080         (quail-deactivate): Rename from quail-inactivate.
7081         * international/robin.el (robin-activate):
7082         Also run robin-deactivate-hook.
7083         (robin-deactivate): Rename from robin-inactivate.
7085 2012-07-29  Chong Yidong  <cyd@gnu.org>
7087         * simple.el (indicate-copied-region): New function.
7088         (kill-ring-save): Split off from here.
7090         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7091         (kill-rectangle): Set deactivate-mark to t on read-only error.
7093         * register.el (copy-to-register, copy-rectangle-to-register):
7094         Deactivate the mark, and use indicate-copied-region (Bug#10056).
7095         (append-to-register, prepend-to-register): Call indicate-copied-region.
7097 2012-07-29  Juri Linkov  <juri@jurta.org>
7099         * simple.el (async-shell-command-buffer): New defcustom.
7100         (shell-command): Use it.  (Bug#4719)
7102 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
7104         * international/mule-cmds.el (set-locale-environment): In a
7105         console session on MS-Windows, set up keyboard and terminal
7106         encoding from the OEM codepage, not the ANSI codepage.
7107         (Bug#12055)
7109 2012-07-28  Chong Yidong  <cyd@gnu.org>
7111         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7112         gdb-get-location.
7114 2012-07-28  Leo Liu  <sdl.web@gmail.com>
7116         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7117         the alist (bug#12029).
7119 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
7121         * makefile.w32-in (custom-deps, finder-data, updates, compile)
7122         (compile-always, compile-first)
7123         ($(lisp)/calendar/cal-loaddefs.el)
7124         ($(lisp)/calendar/diary-loaddefs.el)
7125         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7126         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7127         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7128         instead of on update-subdirs.
7129         (bootstrap-clean): Delete $(lisp)/subdirs.el.
7131 2012-07-28  Chong Yidong  <cyd@gnu.org>
7133         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7134         directory if vc-deduce-backend returns nil (Bug#7350).
7136         * simple.el (delete-trailing-lines): New option.
7137         (delete-trailing-whitespace): Obey it (Bug#11879).
7139 2012-07-28  David Engster  <deng@randomsample.de>
7141         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7142         Explanation of new 'symbol-qnames feature in doc-strings.
7143         (xml-maybe-do-ns): Return expanded names as plain symbols if
7144         'symbol-qnames was provided in XML-NS argument (Bug#11916).
7145         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7147 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
7149         Consistent completion in inferior python with emacs -nw.
7150         * progmodes/python.el (inferior-python-mode): replace "<tab>"
7151         binding in inferior-python-mode-map with "\t".
7152         (python-shell-completion-complete-at-point)
7153         (python-completion-complete-at-point): Remove interactive spec.
7155 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
7157         * calc/calccomp.el (math-compose-expr): Undo previous change.
7159 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
7161         * progmodes/python.el (python-mode-map): Add keybinding for
7162         run-python.
7163         (python-shell-make-comint): Fix pop-to-buffer call.
7164         (run-python): Autoload.  New arg SHOW.
7165         (python-shell-get-or-create-process): Do not pop python process
7166         buffer.
7168 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
7170         * notifications.el (notifications-on-action-signal)
7171         (notifications-on-closed-signal): Use also the bus address for the map.
7172         (notifications-notify, notifications-close-notification)
7173         (notifications-get-capabilities): Add optional argument BUS.
7175 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
7177         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7178         Add support for the lstlisting and minted environments, and for the
7179         ctable macro.
7180         * textmodes/reftex.el (reftex-compile-variables): Also recognize
7181         labels written in keyvals syntax.
7183 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
7185         * calc/calccomp.el (math-compose-expr): Use parentheses when
7186         there is a product in the denominator of a fraction.
7188 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
7190         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7191         ($(lisp)/calendar/diary-loaddefs.el)
7192         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7193         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7194         Fixes failures in parallel bootstrap because subdirs.el is being
7195         rewritten while the autoload files are built at the same time,
7196         which needs to load subdirs.el.
7198 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
7200         * mouse.el (popup-menu): Fix doc-string and re-indent code.
7201         (mouse-drag-line): Don't exit tracking when a switch-frame or
7202         switch-window event occurs (Bug#12006).
7204 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7206         * mouse.el (popup-menu): Fix last change.
7208 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7210         Autoload from Lisp with more care.  Follow aliases when looking for
7211         function properties.
7212         * subr.el (autoloadp): New function.
7213         (symbol-file): Use it.
7214         (function-get): New function.
7215         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7216         autoload-do-load.
7217         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7218         (lisp-indent-function):
7219         * emacs-lisp/gv.el (gv-get):
7220         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7221         * emacs-lisp/byte-opt.el (byte-optimize-form):
7222         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7223         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7224         Use function-get.
7225         * emacs-lisp/cl.el: Don't propagate function properties any more.
7227         * speedbar.el (speedbar-add-localized-speedbar-support):
7228         * emacs-lisp/disass.el (disassemble-internal):
7229         * desktop.el (desktop-load-file):
7230         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7231         (describe-function-1):
7232         * emacs-lisp/find-func.el (find-function-noselect):
7233         * emacs-lisp/elp.el (elp-instrument-function):
7234         * emacs-lisp/advice.el (ad-has-proper-definition):
7235         * apropos.el (apropos-safe-documentation, apropos-macrop):
7236         * emacs-lisp/debug.el (debug-on-entry):
7237         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7238         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7239         * calc/calc.el (name): Use autoloadp & autoload-do-load.
7241 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
7243         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7244         function, not an obsolete variable (Bug#12046).
7246 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
7248         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
7250 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
7252         * emacs-lisp/pp.el (pp-display-expression): Select old selected
7253         window only if it is still live (Bug#12034).
7255 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
7257         * subr.el (redirect-frame-focus): Add advertised calling
7258         convention (Bug#12030).
7260 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
7262         Prefer typical American spelling for "acknowledgment".
7263         * vc/add-log.el (change-log-acknowledgment): Rename from
7264         change-log-acknowledgement, with an alias for the old name.
7266 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
7268         * calc-alg.el (math-simplify-divide): Don't cross multiply
7269         in an equation when the lhs is a variable.
7271 2012-07-24  Julien Danjou  <julien@danjou.info>
7273         * net/netrc.el (netrc-find-service-number, netrc-store-data):
7274         Remove, unused.
7276 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
7278         * startup.el (command-line): Don't display an empty user name in
7279         the error message about non-existent home directory, when
7280         init-file-user was set to an empty string.  See
7281         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7282         for the details and context.
7284 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7286         * ses.el (ses-cell-formula-aset): New macro.
7287         (ses-cell-references-aset): New macro.
7288         (ses-cell-p): New function.
7289         (ses-rename-cell): Do no longer rely on complex operations like
7290         ses-cell-set-formula or ses-set-cell to change the cell and handle
7291         the undo at the same time, but rather use lower level new macros
7292         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7293         the undo directly.  Refresh the mode line.
7295 2012-07-21  Leo Liu  <sdl.web@gmail.com>
7297         * progmodes/cc-cmds.el (c-defun-name):
7298         Use match-string-no-properties instead for consistency.
7300 2012-07-20  Leo Liu  <sdl.web@gmail.com>
7302         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7303         (Bug#7879)
7305         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7307 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7309         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7310         * progmodes/bug-reference.el, misearch.el: Provide themselves
7311         (bug#11915).
7313         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7314         of narrowed buffer (bug#11966).
7316 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
7318         * ses.el (ses-rename-cell): Set new name also in reference list of
7319         cells of which the renamed cell depends.
7321 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
7323         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7324         to check whether menu-bar is shown or not.  If not shown,
7325         show the menu-bar as a popup menu instead of using tmm.
7326         * mouse.el (popup-menu): Accept `point' as `position' argument.
7328 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
7330         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7331         up inside string symbol literal (bug#11923).
7333 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
7335         * startup.el (fancy-startup-text): Read the whole tutorial, not
7336         just its first 256 bytes.  Prevents gibberish in display of the
7337         tutorial title.
7339 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
7341         Drop idle buffer compaction due to an absence of the
7342         proved efficiency.
7343         * compact.el: Remove.
7345 2012-07-19  Sam Steingold  <sds@gnu.org>
7347         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7348         vc-bzr-pull & vc-bzr-merge-branch.
7349         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7350         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7351         for consistency with compilation-error-regexp-alist.
7352         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7353         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7354         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7355         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7357 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * emacs-lisp/chart.el: Use lexical-binding.
7360         (chart-emacs-storage): Don't hardcode the list of entries.
7362 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
7364         Next round of tweaks caused by Fgarbage_collect changes.
7365         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7367 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
7369         Compact buffers when idle.
7370         * compact.el: New file.
7372 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7374         * subr.el (eventp): Presume that if it looks vaguely like an event,
7375         it's an event (bug#10190).
7377 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
7379         Enhancements to ppss related code (thanks Stefan).
7380         * progmodes/python.el (python-indent-context)
7381         (python-indent-calculate-indentation, python-indent-dedent-line)
7382         (python-indent-electric-colon, python-nav-forward-block)
7383         (python-mode-abbrev-table)
7384         (python-info-assignment-continuation-line-p): Simplify checks
7385         for ppss context.
7386         (python-info-continuation-line-p): Cleanup.
7387         (python-info-ppss-context): Do not catch 'quote.
7388         (python-info-ppss-context-type)
7389         (python-info-ppss-comment-or-string-p): Simplify.
7391 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
7393         * progmodes/python.el: Enhancements to eldoc support.
7394         (python-info-current-symbol): New function.
7395         (python-eldoc-at-point): Use python-info-current-symbol.
7396         (python-info-current-defun): Fix cornercase on first defun scan.
7397         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7398         and signal error when no inferior python process is available.
7400 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
7402         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7403         assume it's always t.
7404         (vc-git-registered): Remove caching, the function is only called
7405         once.
7406         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7408 2012-07-18  Chong Yidong  <cyd@gnu.org>
7410         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7412         * simple.el (count-words): Report on narrowing (Bug#9959).
7414         * bindings.el: Bind M-= to count-words.
7416         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7418 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
7420         * progmodes/sh-script.el (sh-imenu-generic-expression):
7421         Capture a function with `function' keyword and without parentheses
7422         like "function FOO" (bug#11856).
7424 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
7426         * window.el (split-window-sensibly): Make WINDOW argument
7427         optional.
7429 2012-07-18  Chong Yidong  <cyd@gnu.org>
7431         * subr.el (keyboard-translate): Doc fix (Bug#7261).
7433         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7434         and make C-x 8 RET exit isearch (Bug#11439).
7436         * international/iso-transl.el: Move isearch-mode-map key
7437         definitions to isearch.el.
7439 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7441         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7442         (eieio-defclass): Use gv-define-setter when possible.
7444 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
7446         Reflect recent changes in Fgarbage_collect.
7447         * emacs-lisp/chart.el (chart-emacs-storage): Change to
7448         reflect new format of data returned by Fgarbage_collect.
7450 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
7452         New utility functions + python-info-ppss-context fix (Bug#11910).
7453         * progmodes/python.el (python-info-beginning-of-block-statement-p)
7454         (python-info-ppss-comment-or-string-p): New functions.
7455         (python-info-ppss-context): Small fix for string check.
7457 2012-07-17  Juri Linkov  <juri@jurta.org>
7459         * dired-aux.el (dired-do-async-shell-command): Doc fix.
7460         (dired-do-async-shell-command): Don't add `*' at the end of the
7461         command (Bug#11815).
7462         (dired-do-shell-command): Doc fix.
7463         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7464         Join the individual commands using either "&" or ";" as the
7465         separator depending on the values of these trailing characters.
7466         At the end re-add the trailing "&".  (Bug#10598)
7468         * simple.el (async-shell-command): Sync the interactive spec with
7469         `shell-command'.  Doc fix.
7470         (shell-command): Doc fix.
7472 2012-07-17  Juri Linkov  <juri@jurta.org>
7474         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
7476 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
7478         Final renames and doc fixes for movement commands (bug#11899).
7479         * progmodes/python.el (python-nav-beginning-of-statement):
7480         Rename from python-nav-statement-start.
7481         (python-nav-end-of-statement): Rename from
7482         python-nav-statement-end.
7483         (python-nav-beginning-of-block): Rename from
7484         python-nav-block-start.
7485         (python-nav-end-of-block): Rename from python-nav-block-end.
7487 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
7489         * progmodes/python.el (python-shell-send-string-no-output):
7490         Allow accept-process-output to quit, keeping shell process ready for
7491         future interactions (Bug#11868).
7493 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7495         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7497         * emacs-lisp/elint.el (elint-find-args-in-code):
7498         Use help-function-arglist, so as to handle lexical byte-code.
7500         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7501         change (bug#11826).
7503 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7505         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7506         Avoid spuriously marking the buffer as modified because of c-is-sws.
7508         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7509         as not-a-comment (bug#11946).
7511         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7512         for uninterned vars.
7514         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7515         Use read-event since we don't really want to read chars but bytes.
7517         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7518         $$..$$ but also $..$ using regexps (bug#11953).
7519         Use tex-verbatim for \url and \path.
7520         (tex-font-lock-keywords): Define as defconst like the others.
7521         (tex-common-initialization): Don't use font-lock-syntax-table any more.
7523 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
7525         * international/mule-cmds.el (ucs-insert): Make it an obsolete
7526         alias for insert-char.
7528 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
7530         * progmodes/python.el: Simplified imenu implementation.
7531         (python-nav-jump-to-defun): Remove command.
7532         (python-mode-map): Use `imenu' instead.
7533         (python-nav-list-defun-positions-cache)
7534         (python-imenu-include-defun-type, python-imenu-make-tree)
7535         (python-imenu-subtree-root-label, python-imenu-index-alist):
7536         Remove vars.
7537         (python-nav-list-defun-positions, python-nav-read-defun)
7538         (python-imenu-tree-assoc, python-imenu-make-element-tree)
7539         (python-imenu-make-tree, python-imenu-create-index):
7540         Remove functions.
7541         (python-mode): Update to interact with imenu by setting
7542         `imenu-extract-index-name-function' only.
7544 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
7546         * progmodes/python.el: Enhancements to navigation commands.
7547         (python-nav-backward-sentence)
7548         (python-nav-forward-sentence): Remove.
7549         (python-nav-backward-statement, python-nav-forward-statement)
7550         (python-nav-statement-start, python-nav-statement-end)
7551         (python-nav-backward-block, python-nav-forward-block)
7552         (python-nav-block-start, python-nav-block-end)
7553         (python-nav-forward-sexp-function)
7554         (python-info-current-line-comment-p)
7555         (python-info-current-line-empty-p): New functions.
7556         (python-indent-context): Use `python-nav-statement-start'.
7558 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
7560         * eshell/em-ls.el (eshell/ls): Use `apply'.
7562         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7563         multi-hops, instead of Tramp internals.
7565         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7567         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7568         when F1 and F2 are located on different hosts.
7570 2012-07-14  Chong Yidong  <cyd@gnu.org>
7572         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7573         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7574         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7575         (xterm-mouse--read-event-sequence-1000)
7576         (xterm-mouse--read-event-sequence-1006): New functions.  For old
7577         mouse protocol, handle M-mouse-X events correctly.
7578         (xterm-mouse-event): New arg specifying mouse protocol.
7579         (turn-on-xterm-mouse-tracking-on-terminal)
7580         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7581         sequence to toggle extended coordinates on newer XTerms.
7582         This appears to be harmless on terminals which do not support this.
7584 2012-07-14  Leo Liu  <sdl.web@gmail.com>
7586         Add fringe bitmap indicators for flymake.  (Bug#11253)
7587         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7588         (flymake-make-overlay): New arg BITMAP.
7589         (flymake-error-bitmap, flymake-warning-bitmap)
7590         (flymake-fringe-indicator-position): New user variables.
7592         * fringe.el: New bitmap exclamation-mark.
7594 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
7596         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7597         also (Bug#7879).
7599 2012-07-14  Chong Yidong  <cyd@gnu.org>
7601         * electric.el (electric-pair-post-self-insert-function): Fix pair
7602         insertion in empty-region case (Bug#11520).
7604 2012-07-14  Chong Yidong  <cyd@gnu.org>
7606         * bindings.el: Consolidate ctl-x-r-map bindings.
7607         Bind copy-rectangle-as-kill to C-x r w.
7609         * rect.el, register.el: Move bindings to bindings.el.
7611 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
7613         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7615 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
7617         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
7619 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
7621         * bindings.el (top): Use `mapc' instead of `mapcar'.
7623         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
7625 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
7627         * progmodes/sql.el (sql-comint): Suppress the check for program on
7628         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
7629         (Bug#11908)
7631 2012-07-13  Chong Yidong  <cyd@gnu.org>
7633         * bindings.el: Assign a non-nil permanent-local property to
7634         per-buffer variables which lack a default value (Bug#11930).
7636         * help-fns.el (describe-variable): In the "automatically becomes
7637         local" notice, take note of permanent-local variables.
7639 2012-07-13  Chong Yidong  <cyd@gnu.org>
7641         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
7642         to allow printing the message when called from Lisp.
7644         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7645         Remove toggle-read-only.
7647         * bs.el (bs-toggle-readonly):
7648         * buff-menu.el (Buffer-menu-toggle-read-only):
7649         Remove with-no-warnings around toggle-read-only.
7651         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
7652         Remove with-no-warnings around toggle-read-only.
7653         (ffap-read-only, ffap-read-only-other-window)
7654         (ffap-read-only-other-frame): Callers changed.
7656         * help-mode.el: Don't require view package.
7657         (help-mode-finish): Set buffer-read-only instead of calling
7658         toggle-read-only.
7660         * bindings.el (mode-line-toggle-read-only):
7661         * dired.el (dired-toggle-read-only):
7662         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
7663         with non-nil second arg.
7665         * emacs-lisp/eieio-custom.el (eieio-customize-object):
7666         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
7667         directly.
7669 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
7671         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
7672         not incf.
7674 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7676         More CL cleanups and reduction of use of cl.el.
7677         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
7678         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
7679         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
7680         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
7681         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
7682         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
7683         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
7684         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
7685         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
7686         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
7687         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
7688         * eshell/em-cmpl.el, eshell/em-banner.el:
7689         * calendar/parse-time.el: Use cl-lib.
7690         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
7691         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
7692         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
7693         * term/ns-win.el, term.el, shell.el, ps-samp.el:
7694         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
7695         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
7696         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
7697         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
7698         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
7699         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
7700         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
7701         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
7702         `lambda' rather than with `quote'.
7703         (eshell-do-opt): Adjust accordingly.
7704         (eshell-process-option): Simplify.
7705         * eshell/esh-var.el:
7706         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
7707         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
7708         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
7709         to `pcase--dontcare'.
7710         * emacs-lisp/cl.el (labels): Mark obsolete.
7711         (cl--letf, letf): Move to cl-lib.
7712         (cl--letf*, letf*): Remove.
7713         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
7714         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
7715         (cl-progv): Rewrite.
7716         (cl--letf, cl-letf): Move from cl.el.
7717         (cl-letf*): New macro.
7718         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
7720 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
7722         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
7724 2012-07-11  Chong Yidong  <cyd@gnu.org>
7726         * vc/log-edit.el (log-edit-vc-backend): New variable.
7727         (log-edit): Doc fix.
7729         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
7730         argument of log-edit to set up all local variables.
7731         (vc-start-logentry): New optional arg specifying VC backend.
7733         * vc/vc.el (vc-checkin): Use it.
7734         (vc-deduce-fileset): Handle Log Edit buffers.
7735         (vc-diff): Make first argument optional too.
7737         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
7739 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
7741         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
7742         command, just in case.  The function is not needed anymore.
7743         (eshell-external-command): Do not call `eshell-remote-command'.
7745 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         Reduce use of (require 'cl).
7748         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
7749         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
7750         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
7751         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
7752         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
7753         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
7754         * battery.el, avoid.el, abbrev.el: Use cl-lib.
7755         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
7756         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
7757         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
7758         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
7759         * calculator.el, autorevert.el, apropos.el: Don't require CL.
7760         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
7761         (byte-compile-unfold-bcf, byte-compile-check-variable):
7762         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
7763         (byte-compile-nilconstp):
7764         * emacs-lisp/autoload.el (make-autoload): Use pcase.
7765         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
7767         * emacs-lisp/gv.el (cond): Make it a valid place.
7768         (if): Simplify slightly.
7770         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
7771         (pcase--self-quoting-p): New function.
7772         (pcase--u1): Use it.
7774 2012-07-10  Glenn Morris  <rgm@gnu.org>
7776         * emacs-lisp/authors.el (authors-fixed-entries):
7777         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
7779 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7781         Rename configure.in to configure.ac (Bug#11603).
7782         * emacs-lisp/authors.el (authors-canonical-file-name):
7783         * progmodes/autoconf.el (autoconf-mode):
7784         Prefer configure.ac to configure.in.
7786 2012-07-08  Chong Yidong  <cyd@gnu.org>
7788         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
7789         Implement the mouse-1-click-follows-link handling properly.
7791         * info.el (Info-link-keymap): Use follow-link mechanism for
7792         header-line links (Bug#374).
7794         * simple.el (deactivate-mark): Do not set the primary selection
7795         if another program has acquired it (Bug#11772).
7797 2012-07-07  Kevin Ryde  <user42@zip.com.au>
7799         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
7800         (woman-decode-region): Replace escaped-escapes without destroying
7801         bold or underline (Bug#11552).
7802         (woman2-process-escapes): Handle nofill regions (Bug#11591).
7804 2012-07-07  Chong Yidong  <cyd@gnu.org>
7806         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
7807         (interprogram-cut-function, interprogram-paste-function):
7808         Mention that we typically mean the clipboard.
7810 2012-07-06  Glenn Morris  <rgm@gnu.org>
7812         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
7814         * files.el (toggle-read-only): Restrict message to interactive use.
7816 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
7818         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
7820         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
7822 2012-07-06  Glenn Morris  <rgm@gnu.org>
7824         * Makefile.in (compile-one-process): Rename from "recompile".
7826         * Makefile.in (bzr-update): "compile" is the same as "recompile
7827         autoloads", but parallelizable, so use that instead.
7829 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
7831         * window.el (quit-window): Always restore window height when
7832         it's saved in quit-restore parameter (Bug#11810).
7834 2012-07-06  Glenn Morris  <rgm@gnu.org>
7836         * simple.el (kill-whole-line): Doc tweak.
7838 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
7840         * files.el (file-relative-name): Compare file names
7841         case-insensitively if on MS-Windows or MS-DOS, or if
7842         read-file-name-completion-ignore-case is non-nil.  Don't use
7843         case-fold-search for this purpose.  (Bug#11827)
7845 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
7847         * calendar/cal-dst.el (calendar-current-time-zone):
7848         Return calendar-current-time-zone-cache if non-nil.
7850 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
7851 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
7853         * calendar/cal-dst.el (calendar-current-time-zone):
7854         Return calendar-current-time-zone-cache if non-nil.
7856 2012-07-06  Glenn Morris  <rgm@gnu.org>
7858         * Makefile.in (cvs-update): Remove old alias.
7860 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
7862         Sync with Tramp 2.2.6-pre.
7864         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
7865         compatible declaration.
7867         * net/tramp-cmds.el (tramp-append-tramp-buffers):
7868         Protect `list-load-path-shadows' call.
7870         * net/tramp-compat.el (top): Require packages, which aren't
7871         autoloaded anymore for XEmacs.  Protect call of
7872         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
7873         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
7874         it hurts at least for SXEmacs.
7875         (tramp-compat-temporary-file-directory): In XEmacs, there is no
7876         standard-value for `temporary-file-directory'.
7878         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
7879         Redirect stderr to /dev/null.
7880         (tramp-sh-handle-write-region): uid and gid can be floats.
7881         Reported by Russell Sim <russell.sim@gmail.com>.
7882         (tramp-sh-handle-vc-registered): Hide errors.
7883         (tramp-vc-file-name-handler): Use dummy results for `process-file'
7884         and `start-file-process'.
7885         (tramp-maybe-open-connection): Check also whether `non-essential'
7886         is bound.
7888 2012-07-04  Chong Yidong  <cyd@gnu.org>
7890         * xml.el (xml--parse-buffer): Use xml-syntax-table.
7891         (xml-parse-tag): Likewise, and avoid changing entity tables.
7892         (xml-syntax-table): Define from scratch, making sure not to give
7893         x2000 and other Unicode spaces whitespace syntax, since those are
7894         not spaces in XML.
7895         (xml-parse-fragment): Delete unused function.
7896         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
7897         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
7898         (xml-entity-ref, xml-pe-reference-re)
7899         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
7900         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
7901         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
7902         (xml-entity-value-re): Use syntax references in regexps where
7903         possible; no need to define inside a let-binding.
7904         (xml-parse-dtd): Use xml-pe-reference-re.
7905         (xml-entity-or-char-ref-re): New defconst.
7906         (xml-parse-string, xml-substitute-special): Use it.
7908 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7910         * files.el (locate-dominating-file): Allow `name' to be a predicate.
7911         (find-file--read-only): New function.
7912         (find-file-read-only, find-file-read-only-other-window)
7913         (find-file-read-only-other-frame): Use it.
7914         (insert-file-contents-literally): Don't `fset'.
7915         (get-free-disk-space): Use locate-dominating-file.
7917         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
7918         function is already compiled.
7920         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
7922 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
7924         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
7925         files on the same host.
7927 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
7929         * help-fns.el (describe-function-1): Only call
7930         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
7932 2012-07-03  Chong Yidong  <cyd@gnu.org>
7934         * xml.el: Protect parser against XML bombs.
7935         (xml-entity-expansion-limit): New variable.
7936         (xml-parse-string, xml-substitute-special): Use it.
7937         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
7939 2012-07-03  Glenn Morris  <rgm@gnu.org>
7941         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7942         Allow linking to specific messages in debbugs reports (eg 123#5).
7944 2012-07-02  Chong Yidong  <cyd@gnu.org>
7946         * xml.el: Fix entity and character reference expansion, allowing
7947         them to expand into markup as per XML spec.
7948         (xml-default-ns): New variable.
7949         (xml-entity-alist): Use XML spec definitions for lt and amp.
7950         (xml-parse-region): Make first two arguments optional.
7951         Discard text properties.
7952         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
7953         All callers changed.
7954         (xml-parse-tag): Call xml-parse-tag-1.  For backward
7955         compatibility, this function should not modify buffer contents.
7956         (xml-parse-tag-1): Fix opening-tag regexp.
7957         (xml-parse-string): Rewrite, handling entity and character
7958         references properly.
7959         (xml--entity-replacement-text): Signal an error if a parameter
7960         entity is undefined.
7962 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7964         * comint.el (comint-output-filter): Filter out repeated prompts.
7966         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
7967         and file-name-absolute-p.
7968         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
7969         internal calls.
7971 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
7973         Spelling fixes.
7974         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
7975         Rename from byte-compile--refiy-function.  All uses changed.
7977 2012-07-01  Chong Yidong  <cyd@gnu.org>
7979         * xml.el (xml--parse-buffer): New function.  Move most of
7980         xml-parse-region here.
7981         (xml-parse-region): Copy region into a temporary buffer, since
7982         parameter entity substitution requires changing buffer contents.
7983         Use xml--parse-buffer.
7984         (xml-parse-file): Use xml--parse-buffer.
7985         (xml-parse-dtd): Make parameter entity substitution work right.
7986         Use proper regexps for ELEMENT declarations (Bug#7172).
7988 2012-06-30  Glenn Morris  <rgm@gnu.org>
7990         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
7992         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
7993         Remove outdated and unnecessary dbus declarations.
7995 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
7997         * emacs-lisp/timer.el (timer-until): Subtract results of
7998         float-time, instead of taking float-time of the result of
7999         time-subtract, since float-time signals an error for negative time
8000         arguments.
8002 2012-06-30  Chong Yidong  <cyd@gnu.org>
8004         * xml.el (xml-*-re): Convert defvars into defconsts, and
8005         eval-and-compile them so eval-and-compile works on derivatives.
8006         (xml--entity-replacement-text): Use eval-and-comple.
8008 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
8010         * vc/vc-git.el (vc-git-registered): Use cache property
8011         `git-registered'.
8012         (vc-git-mode-line-string): Call `vc-working-revision' instead of
8013         `vc-git-working-revision' in order to benefit from the cache.
8014         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
8016 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
8018         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8019         removed (likely outside Emacs).  (Bug#11757)
8021 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8023         * emacs-lisp/cl-lib.el: Require macroexp.
8025 2012-06-30  Chong Yidong  <cyd@gnu.org>
8027         * xml.el: Implement XML parameter entities.
8028         (xml-parameter-entity-alist): New variable.
8029         (xml-parse-region, xml-parse-fragment): Preserve previous values
8030         of xml-entity-alist and xml-parameter-entity-alist, so that
8031         repeated calls on different documents do not change them.
8032         (xml-parse-tag): Fix doctype regexp.
8033         (xml--entity-replacement-text): New function.
8034         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
8035         properly requires url retrieval which is unimplemented.
8036         (xml-escape-string): Doc fix.
8038 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8042 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
8044         * fringe.el (fringe-mode): Doc fix.
8046 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
8048         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8049         is non-nil.
8050         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8051         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
8053 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
8055         * calendar/cal-dst.el (calendar-current-time-zone):
8056         Return calendar-current-time-zone-cache if non-nil.
8058 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
8060         * progmodes/which-func.el (which-func-format):
8061         Add mouse-face.  (Bug#11698)
8063 2012-06-29  Leo Liu  <sdl.web@gmail.com>
8065         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8067 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8069         * minibuffer.el (minibuffer-confirm-exit-commands):
8070         Add completion-at-point (bug#11725).
8072 2012-06-29  Glenn Morris  <rgm@gnu.org>
8074         * progmodes/f90.el (f90-font-lock-keywords-2):
8075         Add some preprocessor elements.  (Bug#10499)
8077 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8079         * progmodes/cperl-mode.el (cperl-update-syntaxification):
8080         Use syntax-propertize (bug#11739).
8082 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
8084         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8086 2012-06-28  Julien Danjou  <julien@danjou.info>
8088         * term.el (term-handle-colors-array): Use a set of new faces to
8089         color the terminal.  Also uses :inverse-video property.
8090         (term-default-fg-color): Set to nil by default, deprecate in favor
8091         of `term-face'.
8092         (term-default-bg-color): Set to nil by default, deprecate in favor
8093         of `term-face'.
8094         (term-current-face): Use `term-face' by default.
8095         (term-bold-attribute): Variable deleted.
8097 2012-06-28  Glenn Morris  <rgm@gnu.org>
8099         * simple.el (completion-list-mode-finish):
8100         Don't use toggle-read-only.  (Since completion-list-mode has
8101         a special mode-class, it wasn't doing anything extra anyway.)
8103 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         Make inlining of other-mode interpreted functions work (bug#11799).
8106         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8107         (byte-compile): Use it to fix compilation of lexical-binding closures.
8108         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8109         function, if needed.
8111 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8113         * help-mode.el (help-make-xrefs): Don't just withstand
8114         cyclic-variable-indirection but any error in documentation-property.
8116         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8117         memory use.
8118         * bindings.el (bindings--define-key): New function.
8119         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8120         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8121         * bindings.el: Use it to purecopy define-key bindings.
8123         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8125         * emacs-lisp/cl.el (flet): Mark obsolete.
8126         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8127         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8128         * progmodes/js.el (js-c-fill-paragraph):
8129         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8130         (ebrowse-switch-member-buffer-to-derived-class):
8131         * play/5x5.el (5x5-solver): Use cl-flet.
8133         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
8134         (cl--symbol-function): New macro.
8135         (cl--letf, cl--letf*): Use it.
8137         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8138         Strip "toggle-" if any.
8140 2012-06-27  Glenn Morris  <rgm@gnu.org>
8142         * info.el (Info-default-directory-list): Move here from paths.el.
8143         * paths.el: Remove file, which is now empty.
8144         * loadup.el: No longer load "paths".
8146         * custom.el (custom-initialize-delay): Doc fix.
8148         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8149         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8150         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8151         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8152         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8153         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8154         * eshell/eshell.el (eshell-defgroup): Remove alias.
8156 2012-06-27  Chong Yidong  <cyd@gnu.org>
8158         * help.el (help-enable-auto-load): New variable.
8160         * help-fns.el (help-fns--autoloaded-p): New function.
8161         (describe-function-1): Refer to a function as "autoloaded" if it
8162         was autoloaded at any time in the past.  Perform autoloading if
8163         help-enable-auto-load is non-nil.
8165 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
8167         * makefile.w32-in (compile, compile-always): Depend on
8168         update-subdirs, not on subdirs.el.  Otherwise, several different
8169         sub-targets of 'bootstrap' running in parallel could
8170         simultaneously write to subdirs.el, producing a garbled file.
8172 2012-06-26  Sam Steingold  <sds@gnu.org>
8174         * files.el (file-name-base): New convenience function.
8175         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8176         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8177         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8178         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8179         * textmodes/ispell.el, textmodes/reftex-ref.el:
8180         * textmodes/tex-mode.el: Use it.
8181         Did not touch cedet and org because they are maintained elsewhere.
8183 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
8185         * calendar/calendar.el (calendar-exit): Don't try to delete or
8186         iconify last frame.  See:
8187         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8189 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
8191         * server.el (server-process-filter): Remember dir in the
8192         process's `server-client-directory' properties.
8194 2012-06-24  Chong Yidong  <cyd@gnu.org>
8196         * xml.el (xml-parse-tag): Correctly handle comment embedded in
8197         non-tag text.
8199 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
8201         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8203 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8205         * help-fns.el (describe-variable): Don't croak when doc is not found.
8206         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8207         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8208         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8209         * emacs-lisp/smie.el (smie-next-sexp): CSE.
8210         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8211         ((lambda ..) ..).
8212         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8214 2012-06-23  Chong Yidong  <cyd@gnu.org>
8216         * info.el (Info-mouse-follow-link): Accept symbol values of
8217         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
8218         (Info-fontify-node): Use Info-link-keymap for all navigation
8219         buttons, with link-args property to perform the desired action.
8220         (Info-link-keymap): Doc fix.
8221         (Info-next-link-keymap, Info-prev-link-keymap)
8222         (Info-up-link-keymap): Delete now-unused keymaps.
8224 2012-06-23  Chong Yidong  <cyd@gnu.org>
8226         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8228         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8229         system abbrevs.
8231         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8233 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8235         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8236         (bug#11719).
8238         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8239         the requote function doesn't work properly (bug#11714).
8241 2012-06-23  Glenn Morris  <rgm@gnu.org>
8243         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8245 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8247         Further GV/CL cleanups.
8248         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8249         gv-expander.
8250         (gv--defun-declaration): New function.
8251         (defun-declarations-alist): Use it.
8252         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8253         (gv-place): Autoload.
8254         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8255         original definition of dotimes and dolist.
8256         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8257         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8258         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8259         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8260         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8261         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8262         to the function's definition.
8263         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8264         * window.el:
8265         * files.el:
8266         * faces.el:
8267         * env.el: Don't use CL.
8269 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
8271         Support higher-resolution time stamps (Bug#9000).
8273         * calendar/time-date.el (with-decoded-time-value): New arg
8274         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
8275         (encode-time-value): New optional arg PICO.  New type 3.
8276         (time-to-seconds) [!float-time]: Support the new picoseconds
8277         component if it's used.
8278         (seconds-to-time, time-subtract, time-add):
8279         Support ps-resolution time stamps as well.
8281         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
8282         (timerp): Timer vectors now have length 9, not 8.
8283         (timer--time): Support new-style (4-part) time stamps.
8284         (timer-next-integral-multiple-of-time): Time stamps now have
8285         picosecond resolution, so take a bit more care about rounding.
8286         (timer-relative-time, timer-inc-time): New optional arg psecs.
8287         (timer-set-time-with-usecs): Set psecs to 0.
8288         (timer--activate): Check psecs component, too.
8290         * proced.el (proced-time-lessp): Support ps-resolution stamps.
8292 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8294         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8295         Move the non-essential binding to the post/pre-command-hook where it is
8296         more obviously correct.
8298         * subr.el (read-passwd): Don't use a history at all.
8299         * savehist.el (savehist-save): Remove password saved accidentally
8300         because of the above bug.
8302 2012-06-22  Bastien Guerry  <bzg@gnu.org>
8304         * files.el (toggle-read-only): Display a message telling whether
8305         the buffer is read-only or not (bug#11726).
8307 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8309         * emacs-lisp/gv.el: New file.
8310         * subr.el (push, pop): Extend to generalized variables.
8311         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8312         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8313         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
8314         gv-define-simple-setter, and gv-define-expander.
8315         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
8316         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8317         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8318         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8319         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8320         gv-letplace.
8321         (cl-defstruct): Don't define setf-method any more.
8322         * emacs-lisp/cl.el (flet): Don't autoload.
8323         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8324         (define-setf-expander, defsetf, define-modify-macro)
8325         (cl-struct-setf-expander): Move from cl-lib.el.
8326         * emacs-lisp/syntax.el:
8327         * emacs-lisp/ewoc.el:
8328         * emacs-lisp/smie.el:
8329         * emacs-lisp/cconv.el:
8330         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8331         (timer--time): Use gv-define-simple-setter.
8332         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8333         to avoid coding-system problems in subr.el.  Adjust all users.
8334         (macroexp--maxsize, macroexp-small-p): New functions.
8335         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8336         * scroll-bar.el (scroll-bar-mode):
8337         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8338         (normal-erase-is-backspace-mode): Don't use the `eq' place.
8339         * winner.el (winner-configuration, winner-make-point-alist)
8340         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8341         * files.el (locate-file-completion-table): Avoid list*.
8343 2012-06-22  Chong Yidong  <cyd@gnu.org>
8345         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8346         (dired-create-files): Doc fix (Bug#11329).
8347         (dired-do-copy): Doc fix (Bug#11334).
8348         (dired-mark-read-string): Doc fix (Bug#11553).
8350         * dired.el (dired-recursive-copies, dired-recursive-deletes):
8351         Doc fix (Bug#11326).
8352         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
8353         (dired-dwim-target): Doc fix.
8355         * wdired.el (wdired-mode): Doc fix.
8357 2012-06-22  Glenn Morris  <rgm@gnu.org>
8359         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8360         (pcmpl-rpm-cache-stamp-file): New constant.
8361         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8362         (pcmpl-rpm-packages): Optionally cache list of packages.
8364         * pcmpl-rpm.el (pcmpl-rpm): New group.
8365         (pcmpl-rpm-query-options): New option.
8366         (pcmpl-rpm-packages): No need to inline it.
8367         Use pcmpl-rpm-query-options.
8369         * calendar/calendar.el (calendar-in-read-only-buffer):
8370         Avoid some needless mode changes.
8372 2012-06-21  Chong Yidong  <cyd@gnu.org>
8374         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8375         (desktop-path): Remove . from the default value (Bug#10977).
8376         (desktop-read): Use user-emacs-directory if desktop-path is nil.
8378 2012-06-20  Chong Yidong  <cyd@gnu.org>
8380         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8382 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
8384         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8385         (bug#11201).
8387 2012-06-20  Chong Yidong  <cyd@gnu.org>
8389         * term.el (term-window-width): Handle the case of a missing right
8390         fringe (Bug#8837).
8391         (term-check-size): Use window-text-height (Bug#5445).
8392         (term-mode): Use define-derived-mode.  Minor cleanups.
8393         Set font-lock-defaults (Bug#7692).
8394         (term-move-columns, term-insert-char, term-emulate-terminal)
8395         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8397 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
8399         * net/ange-ftp.el (ange-ftp-get-passwd):
8400         Bind `enable-recursive-minibuffers'.
8401         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8403 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
8405         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8407 2012-06-19  Glenn Morris  <rgm@gnu.org>
8409         * progmodes/python.el (python-mode): Derive from prog-mode.
8411 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
8413         * emulation/edt.el (edt-default-menu-bar-update-buffers)
8414         (edt-user-menu-bar-update-buffers): New functions.
8415         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8417 2012-06-19  Chong Yidong  <cyd@gnu.org>
8419         * subr.el (with-selected-window): Preserve the selected window's
8420         terminal's top-frame (Bug#4702).
8422         * window.el (save-selected-window): Likewise.
8424 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8426         * progmodes/python.el (python-rx-constituents): Move backquote.
8427         (python-skeleton-define, python-define-auxiliary-skeleton):
8428         Use `declare'.
8430 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
8432         * minibuffer.el (read-file-name-default): Revert the patch from
8433         2012-06-17.
8435 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8437         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8438         (pcase--u1, pcase--q1): Don't use apply-partially.
8440 2012-06-18  Glenn Morris  <rgm@gnu.org>
8442         * progmodes/python.el (python-proc, python-buffer)
8443         (python-send-receive, python-send-string): Fix obsolete versions.
8445 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
8447         * window.el (special-display-p): Completely remove stringp
8448         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8450 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
8452         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8454         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8456         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8457         * net/tramp-sh.el (tramp-maybe-open-connection):
8458         Throw if `non-essential' is non-nil.
8460 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
8462         * window.el (special-display-p): Signal an error if BUFFER-NAME
8463         is not a string (Bug#11713).
8465 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
8467         * progmodes/python.el (python-info-beginning-of-backslash):
8468         Rename from python-info-beginning-of-backlash, as a spelling fix.
8470 2012-06-17  Chong Yidong  <cyd@gnu.org>
8472         * term.el (term-emulate-terminal): If term-check-size is called,
8473         move point to the process mark without resetting point (Bug#4635).
8475 2012-06-17  Glenn Morris  <rgm@gnu.org>
8477         * international/mule-cmds.el (mule-menu-keymap)
8478         (set-language-environment, set-locale-environment): Doc tweaks.
8480 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
8482         * cus-face.el (custom-face-attributes): Add wave-style underline
8483         attribute.
8484         * faces.el (set-face-attribute): Update docstring to describe
8485         wave-style underline attribute.
8487 2012-06-16  Chong Yidong  <cyd@gnu.org>
8489         * term/xterm.el (terminal-init-xterm): Discard input before
8490         querying background mode (Bug#10959).
8492 2012-06-16  Stefan Merten  <smerten@oekonux.de>
8494         * textmodes/rst.el: Added and corrected some comments.
8495         (rst-re-alist-def): Improve symbol syntax.
8496         (rst-mode-syntax-table): Correct syntax entries.
8497         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8498         (rst-official-version, rst-official-cvs-rev): Update version
8499         information.
8501 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
8503         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8504         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8506 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
8508         * progmodes/python.el: New python.el merge.
8509         (python-guess-indent): Obsolete var.
8510         (python-indent-guess-indent-offset): New defcustom.
8511         (python-indent): Obsolete var.
8512         (python-indent-offset): New defcustom.
8513         (python-python-command, python-jython-command): Delete var.
8514         (python-shell-interpreter): New defcustom.
8515         (python-pdbtrack-do-tracking-p): Delete var.
8516         (python-pdbtrack-activate): New defcustom.
8517         (python-use-skeletons): Obsolete var.
8518         (python-skeleton-autoinsert): New defcustom.
8519         (inferior-python-filter-regexp, python-continuation-offset)
8520         (python-honour-comment-indentation, python-indent-string-contents)
8521         (python-jython-packages, python-mode-hook)
8522         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8523         (python-shell-prompt-alist)
8524         (python-source-modes): Delete defcustoms.
8525         (python-check-buffer-name, python-eldoc-setup-code)
8526         (python-eldoc-string-code, python-ffap-setup-code)
8527         (python-ffap-string-code, python-fill-comment-function)
8528         (python-fill-decorator-function, python-fill-paren-function)
8529         (python-fill-string-function, python-imenu-include-defun-type)
8530         (python-imenu-make-tree, python-imenu-subtree-root-label)
8531         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8532         (python-shell-compilation-regexp-alist)
8533         (python-shell-completion-module-string-code)
8534         (python-shell-completion-pdb-string-code)
8535         (python-shell-completion-setup-code)
8536         (python-shell-completion-string-code)
8537         (python-shell-enable-font-lock, python-shell-exec-path)
8538         (python-shell-extra-pythonpaths)
8539         (python-shell-internal-buffer-name, python-shell-interpreter-args)
8540         (python-shell-process-environment)
8541         (python-shell-prompt-block-regexp)
8542         (python-shell-prompt-output-regexp)
8543         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8544         (python-shell-send-setup-max-wait, python-shell-setup-codes)
8545         (python-shell-virtualenv-path): New defcustoms.
8546         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8547         (inferior-python-mode-syntax-table, python--prompt-regexp)
8548         (python-buffer, python-command python-python-command)
8549         (python-default-template, python-imports, python-indent-index)
8550         (python-indent-list, python-indent-list-length)
8551         (python-mode-running, python-pdbtrack-is-tracking-p)
8552         (python-preoutput-continuation, python-preoutput-leftover)
8553         (python-preoutput-result, python-preoutput-skip-next-prompt)
8554         (python-prev-dir/file, python-recursing)
8555         (python-saved-check-command, python-version-checked)
8556         (python-which-func-length-limit)
8557         (view-return-to-alist): Delete vars.
8558         (python-check-custom-command, python-dotty-syntax-table)
8559         (python-imenu-index-alist, python-indent-current-level)
8560         (python-indent-dedenters, python-indent-levels)
8561         (python-nav-beginning-of-defun-regexp)
8562         (python-nav-list-defun-positions-cache)
8563         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8564         (python-shell-internal-buffer)
8565         (python-skeleton-available): New vars.
8566         (def-python-skeleton): Delete macro.
8567         (python-skeleton-define): New macro.
8568         (python-define-auxiliary-skeleton, python-rx): New macros.
8569         (python-insert-class): Delete command.
8570         (python-skeleton-class): New command.
8571         (python-insert-def): Delete command.
8572         (python-skeleton-def): New command.
8573         (python-insert-for): Delete command.
8574         (python-skeleton-for): New command.
8575         (python-insert-if): Delete command.
8576         (python-skeleton-if): New command.
8577         (python-insert-try/except, python-insert-try/finally): Delete commands.
8578         (python-skeleton-try): New command.
8579         (python-insert-while): Delete command.
8580         (python-skeleton-while): New command.
8581         (python-backspace): Delete command.
8582         (python-indent-dedent-line-backspace): New command.
8583         (python-electric-colon): Delete command.
8584         (python-indent-electric-colon): New command.
8585         (python-guess-indent): Delete command.
8586         (python-indent-guess-indent-offset): New command.
8587         (python-shift-left): Delete command.
8588         (python-indent-shift-left): New command.
8589         (python-shift-right): Delete command.
8590         (python-indent-shift-right): New command.
8591         (python-find-function): Delete command.
8592         (python-nav-jump-to-defun): New command.
8593         (python-next-statement): Delete command.
8594         (python-nav-forward-sentence): New command.
8595         (python-previous-statement): Delete command.
8596         (python-nav-backward-sentence): New command.
8597         (python-fill-paragraph): Delete command.
8598         (python-fill-paragraph-function): New command.
8599         (python-send-buffer): Delete command.
8600         (python-shell-send-buffer): New command.
8601         (python-send-defun): Delete command.
8602         (python-shell-send-defun): New command.
8603         (python-send-region, python-send-region-and-go): Delete commands.
8604         (python-shell-send-region)
8605         (python-shell-switch-to-shell): New commands.
8606         (python-send-string): Delete command.
8607         (python-shell-send-string): New command.
8608         (python-switch-to-python): Delete command.
8609         (python-shell-switch-to-shell): New command.
8610         (python-describe-symbol): Delete command.
8611         (python-eldoc-at-point): New command.
8612         (python--set-prompt-regexp, python-args-to-list)
8613         (python-after-info-look, python-check-version)
8614         (python-check-comint-prompt, python-find-imports)
8615         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8616         (python-unload-function, python-expand-template)
8617         (python-maybe-jython, python-preoutput-filter)
8618         (python-pdbtrack-get-source-buffer)
8619         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8620         (python-pdbtrack-toggle-stack-tracking)
8621         (python-pdbtrack-track-stack-file, python-initial-text)
8622         (python-first-word, python-comment-line-p, python-send-command)
8623         (python-setup-brm, python-sentinel, python-set-proc)
8624         (python-skip-out, python-input-filter, python-outdent-p)
8625         (python-outline-level, python-backslash-continuation-line-p)
8626         (python-end-of-block, python-end-of-statement, python-mark-block)
8627         (python-beginning-of-block, python-beginning-of-statement)
8628         (python-blank-line-p, python-beginning-of-string)
8629         (python-open-block-statement-p): Delete functions.
8630         (python-indent-line, python-indent-line-1): Delete functions.
8631         (python-indent-line): New function.
8632         (python-indentation-levels): Delete function.
8633         (python-indent-calculate-levels): New function.
8634         (python-proc): Delete function.
8635         (python-shell-get-process): New function.
8636         (python-send-receive): Delete function.
8637         (python-shell-send-string-no-output): New function.
8638         (python-module-path): Delete function.
8639         (python-ffap-module-path): New function.
8640         (python-completion-at-point)
8641         (python-symbol-completions): Delete functions.
8642         (python-completion-complete-at-point): New function.
8643         (python-load-file): Delete function.
8644         (python-shell-send-file): New function.
8645         (python-calculate-indentation): Delete function.
8646         (python-indent-calculate-indentation): New function.
8647         (python-skip-comments/blanks): Delete function.
8648         (python-util-forward-comment): New function.
8649         (python-continuation-line-p): Delete function.
8650         (python-info-continuation-line-p): New function.
8651         (python-which-func, python-current-defun): Delete function.
8652         (python-info-current-defun): New function.
8653         (python-beginning-of-defun): Delete function.
8654         (python-nav-beginning-of-defun): New function.
8655         (python-close-block-statement-p)
8656         (python-block-end-p): Delete function.
8657         (python-info-closing-block): New function.
8658         (python-comint-output-filter-function)
8659         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
8660         (python-fill-comment, python-fill-decorator, python-fill-paren)
8661         (python-fill-string, python-imenu-make-element-tree)
8662         (python-imenu-make-tree, python-imenu-tree-assoc)
8663         (python-indent-context, python-indent-dedent-line)
8664         (python-indent-line-function)
8665         (python-indent-post-self-insert-function)
8666         (python-indent-toggle-levels)
8667         (python-info-assignment-continuation-line-p)
8668         (python-info-beginning-of-backlash)
8669         (python-info-block-continuation-line-p)
8670         (python-info-closing-block-message)
8671         (python-info-line-ends-backslash-p)
8672         (python-info-looking-at-beginning-of-defun)
8673         (python-info-ppss-context, python-info-ppss-context-type)
8674         (python-nav-list-defun-positions, python-nav-read-defun)
8675         (python-nav-sentence-end, python-nav-sentence-start)
8676         (python-pdbtrack-comint-output-filter-function)
8677         (python-pdbtrack-set-tracked-buffer)
8678         (python-shell-calculate-exec-path)
8679         (python-shell-calculate-process-environment)
8680         (python-shell-completion--do-completion-at-point)
8681         (python-shell-completion--get-completions)
8682         (python-shell-completion-complete-at-point)
8683         (python-shell-completion-complete-or-indent)
8684         (python-shell-get-or-create-process)
8685         (python-shell-get-process-name)
8686         (python-shell-internal-get-or-create-process)
8687         (python-shell-internal-get-process-name)
8688         (python-shell-internal-send-string, python-shell-make-comint)
8689         (python-shell-parse-command, python-shell-send-setup-code)
8690         (python-skeleton-add-menu-items)
8691         (python-util-clone-local-variables, python-util-position)
8692         (run-python-internal, python-indentation-levels)
8693         (python-nav-beginning-of-defun)
8694         (python-completion-complete-at-point): New functions.
8695         (run-python): Change arguments.  New API requirements.
8697 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8699         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
8700         (bug#11649).
8702         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
8703         (macroexp--expand-all): Use it.
8705         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
8706         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
8707         Use `cl-function' instead.
8709 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
8711         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
8712         Suggested by Stefan Monnier while discussing bug#11657.
8714 2012-06-14  Sam Steingold  <sds@gnu.org>
8716         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
8718 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8720         * play/doctor.el (doctor-doc): Remove parameter and use
8721         doctor-sent instead of sent.
8722         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
8724 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8726         * files.el: Require cl-lib.
8727         (file-name-non-special): Replace case -> cl-case.
8729         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
8731         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
8732         mapping from #' to function*.
8734 2012-06-13  Chong Yidong  <cyd@gnu.org>
8736         * mouse.el (mouse-drag-track): Do not set the mark if the user
8737         releases the mouse without selecting anything (Bug#11588).
8739 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8741         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
8742         as well (bug#11646).
8744         * loadup.el: Count byte-code functions as well.
8746         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
8747         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
8749         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
8750         (bug#11649).  Add cl-defun and cl-defmacro.
8752 2012-06-13  Drew Adams  <drew.adams@oracle.com>
8754         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8755         Fix last change.
8757 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
8759         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
8760         Otherwise, it blocks in batch mode.
8762 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
8764         * help-mode.el (bookmark-make-record-default): Declare.
8766 2012-06-13  Chong Yidong  <cyd@gnu.org>
8768         * emacs-lisp/package.el (list-packages): Compute a list of
8769         packages that are newly-available since the last list-packages
8770         invocation.
8771         (package-menu--new-package-list): New var.
8772         (package-menu--generate, package-menu--print-info)
8773         (package-menu--status-predicate, package-menu-mark-install):
8774         Handle new status label "new".
8776 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8778         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
8779         conversion to backquotes.
8781 2012-06-12  Chong Yidong  <cyd@gnu.org>
8783         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
8784         Rename from gud-inhibit-global-bindings.
8786         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
8788         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
8789         hook from nxml-glyph-set-hook.
8791         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
8792         declaration.
8794         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
8796         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
8797         Convert to defcustom.
8799 2012-06-12  Drew Adams  <drew.adams@oracle.com>
8801         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
8802         New functions.
8803         (help-mode): Use them.
8805 2012-06-11  Glenn Morris  <rgm@gnu.org>
8807         * progmodes/fortran.el (fortran-font-lock-keywords-3):
8808         Use preprocessor face for directives.
8809         (fortran-directive-re): Doc fix.
8811 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
8814         conversion to backquotes (bug#11652).
8816         Fix compiler-expansion of CL's cXXr functions (bug#11673).
8817         * emacs-lisp/cl-lib.el (cl--defalias): New function.
8818         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
8819         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
8820         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8821         (cl-ninth, cl-tenth): Mark them as inlinable.
8822         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
8823         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
8824         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
8825         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
8826         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
8827         (cl-list*, cl-adjoin): Don't put an autoload manually.
8828         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
8829         (cl--compiler-macro-list*): Add autoload cookie.
8830         (cl--compiler-macro-cXXr): New function.
8832         * help-fns.el (help-fns--compiler-macro): New function extracted from
8833         describe-function-1; follow aliases and use `compiler-macro' property.
8834         (describe-function-1): Use it.
8836 2012-06-11  Chong Yidong  <cyd@gnu.org>
8838         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
8839         is uninstalled, if imagemagick is installed.
8841 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8843         * emacs-lisp/cl-lib.el: Use lexical-binding.
8844         (cl-map-extents, cl-maclisp-member): Remove.
8845         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
8846         (cl--set-substring, cl--block-wrapper, cl--block-throw)
8847         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
8848         * emacs-lisp/cl-extra.el: Use lexical-binding.
8849         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
8850         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
8851         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
8852         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
8853         * emacs-lisp/cl-seq.el: Use lexical-binding.
8854         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
8855         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
8856         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
8857         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
8858         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
8859         CL's internals.
8861 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
8863         Sync with Tramp 2.2.6-pre.
8865         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
8866         `print-length' and `print-level' to nil, in order to avoid
8867         truncation.  Reported by Christopher Schmidt
8868         <christopher@ristopher.com>.
8870         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
8872         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
8873         New defmacro.
8874         (tramp-compat-copy-directory): Add optional argument
8875         COPY-CONTENTS.  It is not handled yet.
8877         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
8878         (tramp-ftp-file-name-p): Simplify.
8880         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
8881         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
8882         connection vector.
8884         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
8885         (tramp-methods): Do not use `tramp-password-end-of-line'.
8886         (tramp-completion-function-alist-putty): Handle UNIX case.
8887         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
8888         (tramp-do-file-attributes-with-stat)
8889         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
8890         gid as real numbers.  They could run out of integer range on cygwin.
8891         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
8892         (tramp-sh-handle-expand-file-name): Handle hops.
8893         (tramp-open-connection-setup-interactive-shell):
8894         Use `tramp-cleanup'.  Move check for busyboxes ...
8895         (tramp-find-shell): ... here.  Simplify implementation.
8896         Set "remote-shell" property also for alternative shells.
8897         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
8898         If failing, a regular file would be written otherwise.
8899         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
8900         (tramp-find-inline-encoding): Cache the coding commands in the
8901         process cache.  Apply test command on the remote side, if defined.
8902         (tramp-find-inline-compress): Cache the compress commands in the
8903         process cache.
8904         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
8905         when requested.  Handle hops.
8906         (tramp-current-connection): New defvar.
8907         (tramp-maybe-open-connection): Use `tramp-cleanup'.
8908         Throw `suppress', if there was a failed connection shortly before.
8909         Handle user interrupt.  (Bug#10187)
8910         (tramp-get-inline-compress, tramp-get-inline-coding):
8911         Read connection properties from the process cache.
8913         * net/tramp-smb.el (tramp-smb-server-version)
8914         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
8915         New defconsts.
8916         (tramp-smb-prompt): Extend for powershell prompt.
8917         (tramp-smb-file-name-handler-alist): Add handlers for
8918         `process-file', `shell-command' and `start-file-process'.
8919         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
8920         (tramp-smb-winexe-shell-command-switch): New defcustoms.
8921         (tramp-smb-file-name-p): Simplify.
8922         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
8923         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
8924         (tramp-smb-shell-quote-argument): New defuns.
8925         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
8926         Implement using "tar".  By this, time-stamps are preserved.
8927         (tramp-smb-handle-copy-file): Handle also the case of directories.
8928         (tramp-smb-do-file-attributes-with-stat)
8929         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
8930         Use `tramp-get-connection-buffer').
8931         (tramp-smb-handle-rename-file): Use "rename", when source and
8932         target are on the same share.
8933         (tramp-smb-maybe-open-connection): Handle wrong passwords.
8934         Use `tramp-smb-server-version'.
8935         (tramp-smb-wait-for-output): Remove prompt.
8937         * net/tramp.el (top): Require 'cl.
8938         (tramp-methods, tramp-rsh-end-of-line):
8939         Remove `tramp-password-end-of-line' from docstring.
8940         (tramp-save-ad-hoc-proxies): New defcustom.
8941         (tramp-completion-function-alist): Adapt docstring.
8942         (tramp-default-password-end-of-line): Remove defcustom.
8943         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
8944         (tramp-user-regexp, tramp-file-name-regexp-unified)
8945         (tramp-file-name-regexp-url): Extend regexp by hop separator.
8946         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
8947         (tramp-remote-file-name-spec-regexp): New defconst.
8948         (tramp-file-name-structure): Extend structure for hops.
8949         (tramp-get-method-parameter): Move up.
8950         (tramp-file-name-p, tramp-dissect-file-name)
8951         (with-parsed-tramp-file-name): Handle hops.
8952         (tramp-file-name-hop): New defun.
8953         (tramp-make-tramp-file-name): New optional arg HOP.
8954         (tramp-message-show-progress-reporter-message): New defvar.
8955         (tramp-with-progress-reporter): Use it.  We cannot use
8956         `tramp-message-show-message' here, because this suppresses also
8957         error buffers.
8958         (tramp-error-with-buffer): Suppress buffer view, if
8959         `tramp-message-show-message' is nil.
8960         Use `tramp-get-connection-buffer'.
8961         (tramp-cleanup): New defun.
8962         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
8963         (tramp-file-name-handler): If `debug-on-error' is set, propagate
8964         an error unchanged.
8965         (tramp-completion-handle-file-name-all-completions): Handle hops.
8966         Fix an error when called from ido.
8967         (tramp-completion-dissect-file-name): Use better local variable
8968         name.  Add hop to the vector.
8969         (tramp-handle-insert-file-contents): Use progress-reporter for the
8970         whole scenario.
8971         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
8972         to `t'.
8973         (tramp-check-for-regexp): Simplify search.
8974         (tramp-enter-password): Remove it.  Move implementation ...
8975         (tramp-action-password): ... here.
8976         (tramp-mode-string-to-int, tramp-local-host-p)
8977         (tramp-make-tramp-temp-file, tramp-read-passwd)
8978         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
8979         Set tramp-autoload cookie.
8981         * net/trampver.el: Update release number.
8983 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8984             Michael Albinus  <michael.albinus@gmx.de>
8986         * net/tramp.el (tramp-set-completion-function): Fix docstring.
8987         (tramp-parse-group, tramp-parse-file)
8988         (tramp-parse-shostkeys-sknownhosts): New defuns.
8989         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
8990         (tramp-parse-shosts-group, tramp-parse-sconfig)
8991         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
8992         (tramp-parse-sknownhosts, tramp-parse-hosts)
8993         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
8994         Use them.
8995         (tramp-parse-passwd-group, tramp-parse-netrc-group)
8996         (tramp-parse-putty-group): Don't narrow.
8997         (tramp-parse-putty): Make a loop.
8998         (tramp-file-name-handler): Catch the `suppress' signal.
9000 2012-06-11  Chong Yidong  <cyd@gnu.org>
9002         * image.el (imagemagick-register-types): Put the ImageMagick entry
9003         at the end of image-type-file-name-regexps.
9005 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
9007         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9008         (pcase, pcase-let*, pcase-dolist): Use them.
9010 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * emacs-lisp/pcase.el (pcase--let*): New function.
9013         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
9014         (pcase--expand): Use macroexp-let².
9016 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9018         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9019         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9020         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9021         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9022         * emacs-lisp/derived.el: Use pcase instead of `cl'.
9023         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9025 2012-06-10  Glenn Morris  <rgm@gnu.org>
9027         * mail/rmail.el (rmail-yank-current-message): Leave point at
9028         correct position.  (Bug#11660)
9030 2012-06-10  Chong Yidong  <cyd@gnu.org>
9032         * allout-widgets.el: Fix code header.
9034 2012-06-10  Chong Yidong  <cyd@gnu.org>
9036         * cus-edit.el (customize-changed-options-previous-release):
9037         Bump to 24.1.
9039 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
9041         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9043 2012-06-09  Chong Yidong  <cyd@gnu.org>
9045         * ebuff-menu.el (electric-buffer-list): Preserve header line.
9047 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
9049         * window.el (special-display-popup-frame): Don't use
9050         window--display-buffer (Bug#11651).
9052 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
9054         Fix parallel builds: make sure loaddefs.el is not being written
9055         while Lisp files are compiled.
9056         (compile): Don't depend on 'mh-autoloads'.
9057         (compile-CMD, compile-SH): Depend on 'autoloads'.
9058         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9060         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
9062 2012-06-09  Chong Yidong  <cyd@gnu.org>
9064         * face-remap.el (face-remap-add-relative, face-remap-set-base)
9065         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9066         Doc fixes (Bug#11225).
9068 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9070         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9071         a function if there's a clear indication that it has a compiler-macro.
9072         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9073         (macro-declarations-alist): Add arglist to declaration functions.
9074         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9075         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9076         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9077         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9078         Also add autoload to find the compiler macro.
9079         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9080         (cl--compiler-macro-member, cl--compiler-macro-assoc)
9081         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9082         (cl--compiler-macro-get): New functions, replacing calls to
9083         cl-define-compiler-macro.
9084         (cl-typep) [compiler-macro]: Use macroexp-let².
9086 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
9088         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9089         string properly, fixes Bug#11473.
9091 2012-06-08  Chong Yidong  <cyd@gnu.org>
9093         * faces.el (set-face-attribute): Doc fix.
9094         (modify-face): Don't use :bold and :italic.
9095         (error, warning, success): Tweak definitions.
9097         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9098         (custom-modified, custom-set, custom-changed, custom-themed)
9099         (custom-saved, custom-button, custom-button-mouse)
9100         (custom-button-pressed, custom-state, custom-comment-tag)
9101         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9102         (custom-group-subtitle): Use new-style face specs.
9103         (custom-invalid-face, custom-rogue-face, custom-modified-face)
9104         (custom-set-face, custom-changed-face, custom-saved-face)
9105         (custom-button-face, custom-button-pressed-face)
9106         (custom-documentation-face, custom-state-face)
9107         (custom-comment-face, custom-comment-tag-face)
9108         (custom-variable-tag-face, custom-variable-button-face)
9109         (custom-face-tag-face, custom-group-tag-face-1)
9110         (custom-group-tag-face): Remove obsolete face alias.
9112         * epa.el (epa-validity-high, epa-validity-medium)
9113         (epa-validity-low, epa-mark, epa-field-name, epa-string)
9114         (epa-field-name, epa-field-body):
9115         * font-lock.el (font-lock-comment-face, font-lock-string-face)
9116         (font-lock-keyword-face, font-lock-builtin-face)
9117         (font-lock-function-name-face, font-lock-variable-name-face)
9118         (font-lock-type-face, font-lock-constant-face):
9119         * ido.el (ido-first-match, ido-only-match, ido-subdir)
9120         (ido-virtual, ido-indicator, ido-incomplete-regexp):
9121         * speedbar.el (speedbar-button-face, speedbar-file-face)
9122         (speedbar-directory-face, speedbar-tag-face)
9123         (speedbar-selected-face, speedbar-highlight-face)
9124         (speedbar-separator-face):
9125         * whitespace.el (whitespace-newline, whitespace-space)
9126         (whitespace-hspace, whitespace-tab, whitespace-trailing)
9127         (whitespace-line, whitespace-space-before-tab)
9128         (whitespace-space-after-tab, whitespace-indentation)
9129         (whitespace-empty):
9130         * emulation/cua-base.el (cua-global-mark):
9131         * eshell/em-prompt.el (eshell-prompt):
9132         * net/newst-plainview.el (newsticker-new-item-face)
9133         (newsticker-old-item-face, newsticker-immortal-item-face)
9134         (newsticker-obsolete-item-face, newsticker-date-face)
9135         (newsticker-statistics-face, newsticker-default-face):
9136         * net/newst-reader.el (newsticker-feed-face)
9137         (newsticker-extra-face, newsticker-enclosure-face):
9138         * net/newst-treeview.el (newsticker-treeview-face)
9139         (newsticker-treeview-new-face, newsticker-treeview-old-face)
9140         (newsticker-treeview-immortal-face)
9141         (newsticker-treeview-obsolete-face)
9142         (newsticker-treeview-selection-face):
9143         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9144         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9145         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9146         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9147         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9148         (nxml-outline-active-indicator, nxml-outline-ellipsis):
9149         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9150         (mpuz-text):
9151         * progmodes/vera-mode.el (vera-font-lock-number)
9152         (vera-font-lock-function, vera-font-lock-interface):
9153         * textmodes/table.el (table-cell): Use new-style face specs, and
9154         don't use the old :bold and :italic attributes.
9156         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9157         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9158         (ebrowse-member-class, ebrowse-progress): Likewise.
9159         (ebrowse-tree-mark-face, ebrowse-root-class-face)
9160         (ebrowse-file-name-face, ebrowse-default-face)
9161         (ebrowse-member-attribute-face, ebrowse-member-class-face)
9162         (ebrowse-progress-face): Remove obsolete faces.
9164         * progmodes/flymake.el (flymake-errline, flymake-warnline):
9165         Inherit from error and warning faces respectively.
9167         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9168         Likewise.
9169         (flyspell-incorrect-face, flyspell-duplicate-face):
9170         Remove obsolete aliases.
9172 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
9174         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9175         Avoid infloop.
9177 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * startup.el (argv, argi): Make lexically scoped.
9180         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9181         * emacs-lisp/cl-macs.el: Use lexical-binding.
9182         Rename cl-bind-* to cl--bind-*.
9183         * files.el: Don't require `cl' since it doesn't use it.
9184         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9186 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
9188         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9189         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9190         instead of calling external sort utility.
9191         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9193 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
9195         * descr-text.el (describe-char): Mention how to insert the
9196         character, if the current input method doesn't support it.
9197         See the discussion in this thread for the details:
9198         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9200 2012-06-08  Sam Steingold  <sds@gnu.org>
9202         * bindings.el (global-map): Bind XF86Forward to next-buffer and
9203         XF86Back to previous-buffer.
9204         (minibuffer-local-map): Bind them to next-history-element and
9205         previous-history-element respectively.
9206         * help-mode.el (help-mode-map): Bind them to help-go-forward and
9207         help-go-back respectively.
9208         * info.el (Info-mode-map): Bind them to Info-history-forward and
9209         Info-history-back respectively.
9210         These are the keys next to Up on the ThinkPad keyboard.
9212 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9214         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9215         * emacs-lisp/cl-macs.el: Provide itself.
9216         (cl--labels-convert-cache): New var.
9217         (cl--labels-convert): New function.
9218         (cl-flet, cl-labels): New implementation with new semantics, relying on
9219         lexical-binding.
9220         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9221         (cl-closure-vars, cl--function-convert-cache)
9222         (cl--function-convert): Move from cl-macs.el.
9223         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9224         rename by removing the "cl-" prefix.
9225         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9227 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9229         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9230         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9231         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9232         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9233         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9234         (cl-hash-table-count): Add old compatibility aliases.
9236         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9237         Use macroexpand-all-environment instead.
9238         (cl--old-macroexpand): New var.
9239         (cl--sm-macroexpand): New function.
9240         (cl-symbol-macrolet): Use it during macro expansion.
9241         (cl--function-convert-cache): New var.
9242         (cl--function-convert): New function, extracted from
9243         cl-macroexpand-all.
9244         (cl-lexical-let): Use it.
9246         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9247         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9248         (cl-member): Remove old alias.
9250         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9251         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9252         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9253         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9254         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9255         (cl-macroexpand-cmacs): Remove var.
9256         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9257         Use macroexpand-all instead.
9259 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9261         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9262         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9263         (macroexp-copyable-p): New functions and macros.
9264         * emacs-lisp/edebug.el (edebug-unwrap):
9265         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9266         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9267         (pcase--let*): Remove.
9268         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9269         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
9270         macroexp-const-p instead.
9271         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9273         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9274         instead of "cl-" for internal definitions.  Use macroexp-const-p.
9275         (cl-old-bc-file-form): Remove var.
9276         (cl-const-exprs-p): Remove fun.
9277         (cl-labels, cl-macrolet): Use backquote.
9278         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
9279         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9280         (cl-define-setf-expander): Rename from cl-define-setf-method.
9281         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9283         * international/mule-cmds.el: Don't require CL.
9284         (view-hello-file): Don't use `letf'.
9286 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9288         * tmm.el (tmm-prompt): Use string-prefix-p.
9289         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9290         (tmm-add-prompt): Use minibuffer-completion-help.
9291         (tmm-delete-map): Remove.
9293         * subr.el (kbd): Make it its own function.
9295 2012-06-07  Stefan Merten  <smerten@oekonux.de>
9297         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9298         Silence compiler warnings.  Fix versions.
9299         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9300         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9301         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9302         (rst-package-emacs-version-alist): Correct Emacs version to
9303         represent major merge with upstream.
9304         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9306 2012-06-06  Glenn Morris  <rgm@gnu.org>
9308         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9309         Only print environment variables if set.
9311 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9313         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9314         (macroexp--cons): Rename from maybe-cons.
9315         (macroexp--accumulate): Rename from macroexp-accumulate.
9316         (macroexp--all-forms): Rename from macroexpand-all-forms.
9317         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9318         (macroexp--expand-all): Rename from macroexpand-all-1.
9320 2012-06-06  Sam Steingold  <sds@gnu.org>
9322         * calendar/calendar.el (calendar-in-read-only-buffer):
9323         Call `special-mode' to enable the standard read-only keybindings.
9325 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9328         with "loading" messages (bug#11635).
9330 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
9332         * files.el (enable-remote-dir-locals): New option.
9333         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
9335         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9336         Ensure, that the temp directory is local.
9338         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9339         `temporary-file-directory'.
9341         * progmodes/python.el (python-send-region): Ensure, that the
9342         temporary file is created also in the remote case.
9344 2012-06-06  Glenn Morris  <rgm@gnu.org>
9346         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9347         (vc-rcs-update-changelog): Use it.
9349         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9351         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9352         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9353         (vc-sccs-diff): Replace use of the external vcdiff script.
9355 2012-06-05  Glenn Morris  <rgm@gnu.org>
9357         * ledit.el: Move to obsolete/.
9359 2012-06-05  Sam Steingold  <sds@gnu.org>
9361         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9362         patch (Bug#11140).
9364 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9366         * emacs-lisp/cust-print.el: Move to obsolete.
9368         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9369         compiler-macro expansion.
9371         Add native compiler-macro support.
9372         * emacs-lisp/macroexp.el (macroexpand-all-1):
9373         Support compiler-macros directly.  Properly follow aliases and apply
9374         the compiler macros more thoroughly.
9375         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9376         macroexpand now properly follows aliases.
9377         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9378         (cl-compiler-macroexpand): Use new prop.
9379         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9381         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9383 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
9385         * window.el (get-lru-window, get-mru-window, get-largest-window):
9386         New argument NOT-SELECTED to avoid picking the selected window.
9387         (window--display-buffer-1, window--display-buffer-2): Replace by
9388         new function window--display-buffer
9389         (display-buffer-same-window, display-buffer-reuse-window)
9390         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9391         Use window--display-buffer.
9392         (display-buffer-use-some-window): Remove temporary dedication
9393         hack by calling get-lru-window and get-largest-window with
9394         NOT-SELECTED argument non-nil.  Call window--display-buffer.
9396 2012-06-05  Glenn Morris  <rgm@gnu.org>
9398         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9399         Replace external vcdiff script.
9401 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9403         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9405 2012-06-04  Chong Yidong  <cyd@gnu.org>
9407         * image.el (imagemagick-types-inhibit): Revert last change.
9408         Add INFO and M.
9409         (imagemagick-enabled-types): Remove CIN and EPS*.
9411 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9413         * emacs-lisp/cl-lib.el: Rename from cl.el.
9414         * emacs-lisp/cl.el: New compatibility file.
9415         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9416         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9417         to obey the "cl-" prefix.
9418         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9420 2012-06-03  Glenn Morris  <rgm@gnu.org>
9422         * emacs-lisp/authors.el (authors-aliases): Addition.
9424         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9425         Fix :version.
9427 2012-06-03  Stefan Merten  <smerten@oekonux.de>
9429         * textmodes/rst.el: Add comments.
9430         (rst-transition, rst-adornment): New faces.
9431         (rst-adornment-faces-alist): Make default safe to reevaluate.
9432         Fixes
9433         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9434         Improve customization tags.
9435         (rst-define-level-faces): Clarify meaning.
9437 2012-06-03  Chong Yidong  <cyd@gnu.org>
9439         * progmodes/compile.el (compilation-mode-line-fail)
9440         (compilation-mode-line-run, compilation-mode-line-exit):
9441         New faces.
9442         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9444 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
9446         * progmodes/which-func.el (which-func-update-ediff-windows):
9447         New function.  Use it in ediff-select-hook (Bug#11478).
9449 2012-06-03  Chong Yidong  <cyd@gnu.org>
9451         * bindings.el: Remove explicit help text from format-mode-line.
9452         It is now supplied by mode-line-default-help-echo.
9453         (mode-line-front-space, mode-line-end-spaces)
9454         (mode-line-misc-info): New variables.
9455         (mode-line-modes, mode-line-position): Move the default value to
9456         the variable definition.
9457         (mode-line-default-help-echo): New defcustom.
9458         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9459         (mode-line-modified-help-echo): New functions.
9460         (mode-line-mule-info, mode-line-modified): Use them.
9461         (mode-line-eol-desc, propertized-buffer-identification):
9462         Consistency fixes for help text.
9463         (mode-line-coding-system-map): Allow using mouse-3 to invoke
9464         set-buffer-file-coding-system (Bug#289).
9465         (mode-line-mule-info-help-echo): Update help text.
9467 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9469         * simple.el (execute-extended-command): Set real-this-command
9470         (bug#11506).
9472 2012-06-02  Chong Yidong  <cyd@gnu.org>
9474         Remove incorrect uses of "modeline" in comments, docstrings, and
9475         function/variable names (Bug#10329).
9477         * cus-edit.el (mode-line):
9478         * dframe.el (dframe-mouse-hscroll):
9479         * emacs-lisp/re-builder.el:
9480         * emacs-lisp/easy-mmode.el (define-minor-mode):
9481         * frame.el (set-frame-name):
9482         * help.el (lookup-minor-mode-from-indicator):
9483         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9484         * progmodes/cc-cmds.el (c-toggle-auto-newline)
9485         (c-toggle-hungry-state):
9486         * progmodes/antlr-mode.el (antlr-language-alist):
9487         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9488         * progmodes/vhdl-mode.el (vhdl-mode):
9489         * progmodes/which-func.el (which-func, which-func-cleanup-function):
9490         * term/ns-win.el (ns-face-at-pos):
9491         * term/sup-mouse.el (sup-mouse-report):
9492         * textmodes/flyspell.el (flyspell-mode-line-string):
9493         * textmodes/ispell.el (ispell-highlight-face):
9494         * textmodes/reftex-global.el:
9495         * vc/vc-arch.el (vc-arch-mode-line-string):
9496         * vc/vc-cvs.el (vc-cvs-mode-line-string):
9497         * vc/vc-git.el (vc-git-mode-line-string):
9498         * vc/vc-hooks.el (vc-display-status)
9499         (vc-default-mode-line-string):
9500         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9502         * ansi-color.el (ansi-color-faces-vector): Change default faces.
9504         * dired.el (dired-sort-set-mode-line): Rename from
9505         dired-sort-set-modeline.  All callers changed.
9507         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9508         eshell-status-in-modeline.
9510         * foldout.el (foldout-mode-line-string): Rename from
9511         foldout-modeline-string.  All callers changed.
9512         (foldout-update-mode-line): Rename from foldout-update-modeline.
9514         * subr.el (redraw-modeline): Make into obsolete alias.
9516         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9517         timeclock-modeline-display.  Make old name an alias.
9518         (timeclock-update-mode-line): Likewise.  All callers changed.
9519         (timeclock-mode-line-display): No need to check before using
9520         add-hook.
9521         (timeclock-relative, timeclock-day-over-hook)
9522         (timeclock-use-elapsed, timeclock-mode-string)
9523         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9525         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9526         crisp-mode-modeline-string.
9528         * play/solitaire.el (solitaire-build-mode-line): Rename from
9529         solitaire-build-modeline.  All callers changed.
9531         * play/zone.el (zone-hiding-mode-line): Rename from
9532         zone-hiding-modeline.  All callers changed.
9533         (zone): Remove unusued `modeline-hidden-level' property.
9535         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9536         xscheme-modeline-initialize.  All callers changed.
9538         * strokes.el (strokes-lighter): Rename from
9539         strokes-modeline-string.
9541         * textmodes/sgml-mode.el (html-face-tag-alist)
9542         (html-tag-face-alist): Use mode-line face instead of obsolete
9543         alias modeline.
9545 2012-06-02  Stefan Merten  <smerten@oekonux.de>
9547         * textmodes/rst.el: Always require `cl'.
9548         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9550 2012-06-02  Chong Yidong  <cyd@gnu.org>
9552         * image.el (imagemagick-enabled-types): Rename from
9553         imagemagick-types-enable.  Add many more types.
9554         (imagemagick-types-inhibit): Change default to nil.
9555         (imagemagick-filter-types): Caller changed.
9557 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9559         * emacs-lisp/cl-macs.el: Use backquotes.
9560         (cl-transform-function-property): Use eval-and-compile rather than
9561         abusing `require'.
9562         (defstruct): Use declare-function instead of with-no-warnings.
9564         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9565         (byte-compile-output-docform): Re-add the print-circle bindings.
9566         (byte-compile-fix-header): Use #$ just because it's shorter.
9567         (byte-compile-output-file-form): Remove defun/defmacro.
9569 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
9571         * simple.el (choose-completion): Remove now obsolete binding for
9572         owindow.
9574 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
9576         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9577         in order to avoid "Stack overflow in regexp matcher".
9579 2012-05-31  Glenn Morris  <rgm@gnu.org>
9581         * image.el: For clarity, call imagemagick-register-types at
9582         top-level, rather than relying on a custom :initialize.
9583         (imagemagick-types-enable): New option.  (Bug#11557)
9584         (imagemagick-filter-types): New function.  (Bug#7406)
9585         (imagemagick-register-types): Use imagemagick-filter-types.
9586         If disabling support, remove elements altogether rather
9587         than using an impossible regexp.
9588         (imagemagick-types-inhibit): Give it the default init function.
9590 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9592         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9593         Handle arbitrary file name lengths (Bug#11585).
9595 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
9597         * desktop.el (desktop-read): Clear previous and next buffers for
9598         all windows and bury *Messages* buffer (bug#11556).
9600 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9602         Add `declare' for `defun'.  Align `defmacro's with it.
9603         * emacs-lisp/easy-mmode.el (define-minor-mode)
9604         (define-globalized-minor-mode): Don't autoload the var definitions.
9605         * emacs-lisp/byte-run.el: Use lexical-binding.
9606         (defun-declarations-alist, macro-declarations-alist): New vars.
9607         (defmacro, defun): Use them.
9608         (make-obsolete, define-obsolete-function-alias)
9609         (make-obsolete-variable, define-obsolete-variable-alias):
9610         Use `declare'.
9611         (macro-declaration-function): Mark obsolete.
9612         * emacs-lisp/autoload.el: Use lexical-binding.
9613         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
9615 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9617         * textmodes/ispell.el (ispell-with-no-warnings):
9618         Define as a macro.
9619         (ispell-kill-ispell, ispell-change-dictionary):
9620         Use `called-interactively-p' for Emacs instead of obsolete
9621         `interactive-p'.
9623 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9625         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
9626         (macro-declaration-function): Move var from C code.
9627         (macro-declaration-function): Define function with defalias.
9628         * emacs-lisp/macroexp.el (macroexpand-all-1):
9629         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
9630         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
9631         defun/defmacro any more.
9632         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
9633         Provide fallback for unknown arglist.
9634         (byte-compile-arglist-warn): Change calling convention.
9635         (byte-compile-output-file-form): Move print-vars binding.
9636         (byte-compile-output-docform): Simplify accordingly.
9637         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
9638         (byte-compile-defmacro-declaration): Remove.
9639         (byte-compile-file-form-defmumble): Generalize to defalias.
9640         (byte-compile-output-as-comment): Return byte-positions.
9641         Simplify callers accordingly.
9642         (byte-compile-lambda): Use `assert'.
9643         (byte-compile-defun, byte-compile-defmacro): Remove.
9644         (byte-compile-file-form-defalias):
9645         Use byte-compile-file-form-defmumble.
9646         (byte-compile-defalias-warn): Remove.
9648 2012-05-29  Stefan Merten  <smerten@oekonux.de>
9650         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
9651         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
9653         (rst-mode-abbrev-table): Merge definition.
9654         (rst-mode): Make sure `font-lock-defaults' is buffer local.
9655         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
9657 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
9659         * calendar/icalendar.el
9660         (icalendar-export-region): Export UID properly.
9662 2012-05-29  Leo Liu  <sdl.web@gmail.com>
9663         * calendar/icalendar.el (icalendar-import-format):
9664         Add `icalendar-import-format-uid' (Bug#11525).
9665         (icalendar-import-format-uid): New.
9666         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
9667         Export UID.
9669 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9671         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
9672         different alternative patterns.
9673         (pcase-codegen): Be more careful to preserve identity.
9674         (pcase--u1): Don't forget to mark vars as used.
9676         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
9677         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
9678         (byte-compile-from-buffer): ...rather than here.
9680         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
9681         functions from byte-compile-function-environment.
9683 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
9685         * window.el (window-deletable-p): Avoid deleting the root window
9686         of a frame with an active minibuffer.
9688 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
9690         * simple.el (choose-completion): Use quit-window (Bug#11567).
9692 2012-05-29  Chong Yidong  <cyd@gnu.org>
9694         * whitespace.el (whitespace-cleanup): Fix usage of
9695         whitespace-empty-at-bob-regexp (Bug#11492).
9697 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9699         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
9700         revert (Bug#11488).
9702 2012-05-29  Juri Linkov  <juri@jurta.org>
9704         * isearch.el (isearch-mode-map): Bind `M-s _' to
9705         `isearch-toggle-symbol'.  Bind `M-s c' to
9706         `isearch-toggle-case-fold'.
9707         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
9708         (isearch-forward): Add `M-s _' to the docstring.
9709         (isearch-forward-symbol, isearch-toggle-case-fold)
9710         (isearch-symbol-regexp): New functions.  (Bug#11381)
9712 2012-05-29  Juri Linkov  <juri@jurta.org>
9714         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
9715         (isearch-occur, isearch-search-and-update): If `isearch-word' is
9716         a function, call it to get the regexp.
9717         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
9718         property `isearch-message-prefix' instead of the string "word ".
9719         (isearch-search-fun-default): For the case of `isearch-word',
9720         return a lambda that calls re-search-forward/re-search-backward
9721         with a regexp returned by `word-search-regexp' or by the function
9722         in `isearch-word'.
9724 2012-05-29  Juri Linkov  <juri@jurta.org>
9726         * isearch.el (isearch-search-fun-default): New function.
9727         (isearch-search-fun): Move default part to the new function
9728         `isearch-search-fun-default'.
9729         (isearch-search-fun-function): Set the default value to
9730         `isearch-search-fun-default'.  (Bug#11381)
9732         * comint.el (comint-history-isearch-end):
9733         Use `isearch-search-fun-default'.
9734         (comint-history-isearch-search): Use `isearch-search-fun-default'
9735         and remove spacial case for `isearch-word'.
9736         (comint-history-isearch-wrap): Remove spacial case for
9737         `isearch-word'.
9739         * hexl.el (hexl-isearch-search-function):
9740         Use `isearch-search-fun-default'.
9742         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
9743         Use `word-search-regexp' for `isearch-word'.
9745         * misearch.el (multi-isearch-search-fun):
9746         Use `isearch-search-fun-default'.
9748         * simple.el (minibuffer-history-isearch-search):
9749         Use `isearch-search-fun-default' and remove spacial case for
9750         `isearch-word'.
9751         (minibuffer-history-isearch-wrap): Remove spacial case for
9752         `isearch-word'.
9754         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
9755         Remove spacial case for `isearch-word'.
9756         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
9758 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9760         Decrease XEmacs incompatibilities.
9761         * textmodes/flyspell.el (flyspell-check-pre-word-p):
9762         Use `string-match'.
9763         (flyspell-delete-region-overlays): Use alternative definition for
9764         XEmacs.
9765         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
9766         (flyspell-word): Use `process-kill-without-query' if XEmacs.
9767         (flyspell-mode-on): Use `interactive-p' if XEmacs.
9768         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
9769         `define-obsolete-face-alias' under XEmacs, but old method.
9771         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
9772         `with-no-warnings' definition or Emacs alias.
9773         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
9774         (ispell-word): Do not use `region-p' if XEmacs.
9776 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
9778         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9779         Check for `ispell-dictionary-base-alist' instead of full
9780         `ispell-dictionary-alist'.
9781         (ispell-init-process): Show spellchecker when starting new Ispell
9782         process.
9784 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9786         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
9787         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
9789 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
9791         * version.el (motif-version-string, gtk-version-string)
9792         (ns-version-string): Declare.
9794 2012-05-27  Juri Linkov  <juri@jurta.org>
9796         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
9797         after the `eval-defun-1' specialcaseing
9798         like in `edebug-eval-defun' (bug#10181).
9800         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
9801         like in `eval-defun-1'.
9803 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
9805         * mail/sendmail.el (mail-yank-region):
9806         Recognize rmail-yank-current-message in addition to insert-buffer.
9807         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
9808         a *mail* buffer created through rmail-start-mail with sendmail as
9809         mail-user-agent.
9811 2012-05-27  Chong Yidong  <cyd@gnu.org>
9813         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
9814         Default to 256 (Bug#11267).
9816         * help.el (describe-mode): Doc fix.
9818 2012-05-26  Glenn Morris  <rgm@gnu.org>
9820         * w32-fns.el (w32-init-info): Remove.
9821         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
9823         * info.el (info-initialize): For self-contained NS builds, put the
9824         included info/ directory at the front.  (Bug#2791)
9826         * paths.el (Info-default-directory-list): Make it a defcustom,
9827         mainly so that we can use custom-initialize-delay.
9829 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9831         * subr.el (buffer-has-markers-at): Mark obsolete.
9833         * subr.el (lambda): Use declare.
9835         * emacs-lisp/lisp-mode.el (lambda):
9836         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
9838 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
9840         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
9842 2012-05-26  Glenn Morris  <rgm@gnu.org>
9844         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
9846 2012-05-25  Glenn Morris  <rgm@gnu.org>
9848         * paths.el: Remove no-byte-compile.
9849         * loadup.el: No need to load paths.el uncompiled.
9851         * image.el (imagemagick-types-inhibit): Doc fix.
9853         * version.el: Remove no-byte-compile and associated formatting.
9854         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
9855         is ancient code from when there was an "inc-vers.el".
9857 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9859         * progmodes/gdb-mi.el: Minor style changes.
9860         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
9861         Turn into minor modes.
9862         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
9863         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
9864         (gdb-shell): Remove unneeded let-binding.
9865         (gdb-get-many-fields): Eliminate O(n²) behavior.
9867 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
9869         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
9870         platforms that don't link in fontset.c.
9872 2012-05-25  Juri Linkov  <juri@jurta.org>
9874         Use the same diff color scheme as in modern VCSes (bug#10181).
9876         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
9877         to avoid confusion with `diff-added' that now uses green colors.
9878         (diff-removed): Use shades of red.
9879         (diff-added): Use shades of green.
9880         (diff-changed): Leave just the yellow color.
9881         (diff-use-changed-face): New variable.
9882         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
9883         how to highlight context diff changes.
9884         (diff-refine-change): Use shades of yellow.
9885         (diff-refine-removed): New face that uses shades of red.
9886         (diff-refine-added): New face that uses shades of green.
9887         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
9888         `diff-refine-removed' in the call to `smerge-refine-subst'
9889         depending on the value of `diff-use-changed-face'.
9891         * vc/smerge-mode.el (smerge-mine): Use shades of red.
9892         (smerge-other): Use shades of green.
9893         (smerge-base): Use shades of yellow.
9894         (smerge-refined-change): Empty face.
9895         (smerge-refined-removed): New face that uses shades of red.
9896         (smerge-refined-added): New face that uses shades of green.
9897         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
9898         args `props-r' and `props-a', and use them.  Doc fix.
9899         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
9900         on its value use different faces `smerge-refined-change',
9901         `smerge-refined-removed', `smerge-refined-added' in the call to
9902         `smerge-refine-subst'.
9904         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
9905         Add face condition `min-colors 88' with shades of red.
9906         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
9907         `min-colors 88' with shades of green.
9908         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
9909         `min-colors 88' with shades of yellow.
9911 2012-05-24  Glenn Morris  <rgm@gnu.org>
9913         * paths.el (prune-directory-list, remote-shell-program): Move to...
9914         * files.el (prune-directory-list, remote-shell-program): ...here.
9915         For the latter, delay initialization, prefer ssh, just search PATH.
9917         * paths.el (term-file-prefix): Move to faces.el (the only user).
9918         * faces.el (term-file-prefix): Move here, make it a defcustom.
9920         * paths.el (news-directory, news-path, news-inews-program):
9921         Move to gnus/nnspool.el.
9923         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
9925         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
9926         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
9927         Make the latter a defcustom, with a delayed initialization.
9929         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
9930         These were deleted from Gnus itself late 2010.
9932 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
9934         * progmodes/which-func.el (which-func-ff-hook):
9935         Check against user-error, not error.
9937         * emacs-lisp/edebug.el (top): Do not load or set up loading of
9938         cl-specs.el, which no longer exists.
9940 2012-05-22  Glenn Morris  <rgm@gnu.org>
9942         * info.el (info-emacs-bug): New command.
9943         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
9944         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
9946 2012-05-21  Glenn Morris  <rgm@gnu.org>
9948         * makefile.w32-in (update-subdirs-SH):
9949         * Makefile.in (update-subdirs): Update for moved update-subdirs.
9951 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9953         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
9955         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9956         Simplify Maven regexp, and make sure the file can't start with a space
9957         (bug#11517).
9959 2012-05-21  Glenn Morris  <rgm@gnu.org>
9961         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9962         Scrap superfluous subshells.
9964 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9966         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
9967         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
9969 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
9971         * calc/calc.el (calc-ensure-consistent-units): New variable.
9973         * calc/calc-units.el (math-consistent-units-p)
9974         (math-check-unit-consistency): New functions.
9975         (calc-quick-units, calc-convert-units):
9976         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
9977         is non-nil.
9978         (calc-extract-units): Fix typo.
9980 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9982         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
9984         * textmodes/flyspell.el: Commenting style, plus code simplifications.
9985         (flyspell-default-deplacement-commands): Don't spell check after
9986         repeated window/frame switches (e.g. triggered by mouse-movement).
9987         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
9988         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
9989         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
9990         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
9991         Remove unused vars.
9992         (flyspell-get-casechars, flyspell-get-not-casechars):
9993         Simplify; Don't bother removing a ] just to add it back.
9994         * textmodes/ispell.el (ispell-program-name): Use executable-find.
9996 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9998         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
9999         New functions.
10000         (math-function-table): Add support for more C functions.
10002 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10004         * textmodes/flyspell.el (flyspell-check-pre-word-p)
10005         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10006         Protect delay handling for otherchars against empty otherchars.
10008 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10010         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10011         their respective macro declarations.
10012         * skeleton.el (define-skeleton):
10013         * progmodes/compile.el (define-compilation-mode):
10014         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10015         (define-ibuffer-filter):
10016         * emacs-lisp/generic.el (define-generic-mode):
10017         * emacs-lisp/easy-mmode.el (define-minor-mode)
10018         (define-globalized-minor-mode):
10019         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10020         * emacs-lisp/byte-run.el (defsubst):
10021         * custom.el (deftheme): Add doc-string metadata.
10023 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10025         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10027 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10031         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10032         * emacs-lisp/cl-macs.el: Idem.
10033         * emacs-lisp/cl-specs.el: Remove.
10035 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         Minor renaming of internal CL functions and variables.
10038         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10039         (cl--position): Rename from cl-position.
10040         (cl--delete-duplicates): Rename from cl-delete-duplicates.
10041         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10042         (cl--random-state): Rename from *random-state*.
10044 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10046         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10047         parens around the arg list (bug#11499).
10049 2012-05-17  Juri Linkov  <juri@jurta.org>
10051         * isearch.el (word-search-regexp, word-search-backward)
10052         (word-search-forward, word-search-backward-lax)
10053         (word-search-forward-lax): Move functions from search.c
10054         (bug#10145, bug#11381).
10056 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10058         * textmodes/flyspell.el (flyspell-check-pre-word-p)
10059         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10060         Delay for otherchars as for normal word components.
10062 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10064         * minibuffer.el (completion--sifn-requote): Fix last change.
10065         (minibuffer-local-must-match-filename-map):
10066         Move define-obsolete-variable-alias before its var.
10068 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10070         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10072         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10073         behavior.
10074         (completion--string-equal-p): New function.
10075         (completion--twq-all): Use it to get better assertion failure data.
10077         Only handle ".." and '..' quoting in shell-mode (bug#11466).
10078         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10079         (shell--requote-argument): New functions.
10080         (shell-completion-vars): Use them.
10081         (shell--parse-pcomplete-arguments): Rename from
10082         shell-parse-pcomplete-arguments.
10083         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
10084         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10085         Obey comint-file-name-quote-list.
10087         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10088         (smie-indent-keyword): Use it.
10090 2012-05-14  Stefan Merten  <smerten@oekonux.de>
10092         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10094 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10096         * net/rlogin.el (rlogin-mode-map): Fix last change.
10098 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
10100         * mail/smtpmail.el (smtpmail-send-command): Send the command and
10101         the following \r\n using a single `process-send-string', since the
10102         Lotus SMTP server refuses to accept any commands if they are sent
10103         with two `process-send-string's (Bug#11444).
10105 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10107         * shell.el (shell-parse-pcomplete-arguments):
10108         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10110 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
10112         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10113         (image-transform-scale, image-transform-right-angle-fudge): New vars.
10114         (image-transform-width, image-transform-fit-width): New functions.
10115         (image-transform-properties): Use them.
10116         (image-transform-check-size): New function.
10117         (image-toggle-display-image): Use it (for testing).
10118         (image-transform-set-rotation): Reduce angle mod 360.
10119         Delete obsolete comment.
10121 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
10123         * image-mode.el: Fix scaling (bug#11399).
10124         (image-transform-resize): Doc fix.
10125         (image-transform-properties): Default scale is 1 and height should
10126         be an integer.
10128 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
10130         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10131         than hard-coding `car', to fix misbehavior when moving forward.
10133 2012-05-13  Chong Yidong  <cyd@gnu.org>
10135         * emacs-lisp/tabulated-list.el (tabulated-list-format)
10136         (tabulated-list-entries, tabulated-list-padding)
10137         (tabulated-list-sort-key): Make permanent-local.
10139         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10140         (electric-buffer-list): Put electric buffer menu
10141         command descriptions in this docstring, instead of the docstring
10142         of electric-buffer-menu-mode.  Code cleanups.
10143         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
10144         Electric-buffer-menu-mode.
10145         (electric-buffer-update-highlight): Minor code cleanup.
10147 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
10149         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10150         (Bug#11447)
10152 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         Move define-obsolete-variable-alias before the var's definition.
10155         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10156         * tooltip.el (tooltip-hook):
10157         * textmodes/reftex-toc.el (reftex-toc-map):
10158         * textmodes/reftex-sel.el (reftex-select-label-map)
10159         (reftex-select-bib-map):
10160         * textmodes/reftex-index.el (reftex-index-map)
10161         (reftex-index-phrases-map):
10162         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10163         * progmodes/meta-mode.el (meta-mode-map):
10164         * novice.el (disabled-command-hook):
10165         * loadhist.el (unload-hook-features-list):
10166         * frame.el (blink-cursor):
10167         * files.el (find-file-not-found-hooks, write-file-hooks)
10168         (write-contents-hooks):
10169         * emulation/tpu-edt.el (GOLD-map):
10170         * emacs-lock.el (emacs-lock-from-exiting):
10171         * emacs-lisp/generic.el (generic-font-lock-defaults):
10172         * emacs-lisp/chart.el (chart-map):
10173         * dos-fns.el (register-name-alist):
10174         * dired-x.el (dired-omit-files-p):
10175         * desktop.el (desktop-enable):
10176         * cus-edit.el (custom-mode-hook):
10177         * buff-menu.el (buffer-menu-mode-hook):
10178         * bookmark.el (bookmark-read-annotation-text-func)
10179         (bookmark-exit-hooks):
10180         * allout.el (allout-mode-deactivate-hook)
10181         (allout-exposure-change-hook, allout-structure-added-hook)
10182         (allout-structure-deleted-hook, allout-structure-shifted-hook):
10183         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10184         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10185         comes before the corresponding variable's definition.
10187 2012-05-12  Chong Yidong  <cyd@gnu.org>
10189         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10190         (Buffer-menu-mouse-select): Restore function (Bug#11459).
10191         (Buffer-menu-mode-map): Bind it.
10192         (Buffer-menu--pretty-name): Add a mouse-face property.
10194 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10196         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
10197         (prolog-upper-case-string, prolog-lower-case-string)
10198         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10199         (prolog-use-smie, prolog-smie-grammar): New vars.
10200         (prolog-smie-forward-token, prolog-smie-backward-token)
10201         (prolog-smie-rules): New funs.
10202         (prolog-comment-indent): Remove.
10203         (prolog-mode-variables): Use default comment indentation instead.
10204         Setup SMIE.
10205         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10206         (prolog-mode): Don't call them any more.
10207         (prolog-electric-colon, prolog-electric-dash)
10208         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10210         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10212         * minibuffer.el (completion--twq-all): Again, allow case differences.
10214         * term.el: Move keymap initialization code to be more idiomatic.
10215         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10216         (term-terminal-menu): Move initialization into declaration.
10217         (term-escape-char): Let the user set it in her .emacs.
10219         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10220         Provide SMIE-based indentation (not enabled by default yet).
10221         (sh-mode-map): Don't bind electric keys.
10222         Use electric-pair-mode instead of skeleton-pair.
10223         (sh-assignment-regexp): Fit within 80 columns.
10224         (sh-indent-supported): Specify actual shell name instead of boolean.
10225         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10226         (sh-maybe-here-document): Use it.  Make obsolete.
10227         (sh-electric-here-document-mode) New minor mode.
10228         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
10229         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10230         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10231         (sh-smie-rc-grammar, sh-use-smie): New vars.
10232         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10233         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10234         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10235         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10236         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10237         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10238         (sh-set-shell): Use smie-setup if requested.
10240         * term.el (term-set-escape-char): Properly set term-escape-char.
10241         See http://stackoverflow.com/questions/10524656.
10243 2012-05-10  Chong Yidong  <cyd@gnu.org>
10245         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10246         Use url-generic-parse-url, and handle host names and Windows
10247         filenames properly.
10248         (ffap-url-unwrap-remote): Use url-generic-parse-url.
10249         (ffap-url-unwrap-remote): Accept list values, specifying a list of
10250         URL schemes to work on.
10251         (ffap--toggle-read-only): New function.
10252         (ffap-read-only, ffap-read-only-other-window)
10253         (ffap-read-only-other-frame): Use it.
10254         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10255         necessary for ffap-url-unwrap-remote.
10257 2012-05-10  Dave Abrahams  <dave@boostpro.com>
10259         * cus-start.el (create-lockfiles): Add it.
10261 2012-05-09  Chong Yidong  <cyd@gnu.org>
10263         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10264         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10266 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10268         * shell.el (shell-completion-vars): Fix last change (bug#11348).
10270 2012-05-09  Chong Yidong  <cyd@gnu.org>
10272         * ansi-color.el (ansi-color-process-output): Check for validity of
10273         comint-last-output-start before using it.  This avoids a bad
10274         interaction with gdb-mi's input/output buffer.
10276 2012-05-09  Glenn Morris  <rgm@gnu.org>
10278         * files.el (dir-locals-read-from-file):
10279         Mention dir-locals in any error message.
10281 2012-05-09  Chong Yidong  <cyd@gnu.org>
10283         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10284         package (Bug#11410).
10286         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10287         variables into description.
10289 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10291         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10292         shell-delimiter-argument-list (bug#11348).
10293         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10295 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
10297         * textmodes/rst.el: Silence byte-compiler warnings.
10298         (rst-re-alist, rst-reset-section-caches): Move around.
10299         (rst-re): Use `characterp', not `char-valid-p'.
10300         (font-lock-beg, font-lock-end): Declare.
10302         * progmodes/idlw-shell.el (specs): Remove reference to deleted
10303         variable `idlwave-shell-activate-alt-keybindings' and simplify.
10305         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10307 2012-05-08  Glenn Morris  <rgm@gnu.org>
10309         * files.el (auto-mode-alist): Treat ".make" like ".mk".
10311 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10313         * vc/log-edit.el: Add GNU coding standards highlighting.
10314         (log-edit-font-lock-gnu-style)
10315         (log-edit-font-lock-gnu-keywords): New vars.
10316         (log-edit-font-lock-keywords): New fun.
10317         (log-edit-mode): Don't fold case in font-lock.
10318         (log-edit-font-lock-keywords): Do not assume case-folding.
10320         * imenu.el: Misc cleanup.  Make docstrings out of comments.
10321         Use lexical-binding.
10322         (imenu--index-alist, imenu--last-menubar-index-alist)
10323         (imenu-menubar-modified-tick): Use defvar-local.
10324         (imenu--split-menu): Remove unused var.
10325         (imenu--cleanup-seen): Declare as global.
10326         (imenu--cleanup): Use dolist.
10328         * subr.el (defvar-local): Add debug spec and doc-string position.
10330 2012-05-08  Glenn Morris  <rgm@gnu.org>
10332         * language/burmese.el, language/cham.el, language/czech.el:
10333         * language/english.el, language/georgian.el, language/greek.el:
10334         * language/japanese.el, language/khmer.el, language/korean.el:
10335         * language/lao.el, language/misc-lang.el, language/romanian.el:
10336         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10337         * language/thai.el, language/utf-8-lang.el:
10338         Remove no-byte-compile setting.
10340         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
10342 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
10344         * progmodes/make-mode.el (makefile-browse):
10345         Remove unnecessary interactive.  (Bug#11324)
10347 2012-05-07  Glenn Morris  <rgm@gnu.org>
10349         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10351         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10353 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10355         * loadup.el: Preload newcomment.el.
10356         * newcomment.el: Move autoload-only code to toplevel.
10358         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10359         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10360         Handle new :right-align column property.
10361         (tabulated-list-print-col): Idem, plus use `display' text-property to
10362         try and preserve alignment for variable pitch fonts.
10364 2012-05-07  Chong Yidong  <cyd@gnu.org>
10366         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10367         (tabulated-list-use-header-line): New var.
10368         (tabulated-list-init-header): Use it.
10369         (tabulated-list-print-fake-header): New function.
10370         (tabulated-list-print): Use it.
10371         (tabulated-list-sort-button-map): Add non-header-line commands.
10372         (tabulated-list-init-header): Add column name property to basic
10373         labels as well.
10374         (tabulated-list-col-sort): Handle non-header-line button case.
10375         (tabulated-list--sort-by-column-name): Fix a corner case.
10377         * buff-menu.el (list-buffers--refresh):
10378         Handle Buffer-menu-use-header-line.
10380 2012-05-06  Chong Yidong  <cyd@gnu.org>
10382         * buff-menu.el: Convert to Tabulated List mode.
10383         (Buffer-menu-buffer+size-width): Make obsolete.
10384         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10385         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10386         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
10387         documentation into docstring of buffer-menu.
10388         (Buffer-menu-toggle-files-only): Add an informative message.
10389         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10390         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10391         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10392         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10393         (Buffer-menu-execute, Buffer-menu-select)
10394         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10395         (Buffer-menu-bury): Use Tabulated List machinery.
10396         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10397         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10398         Delete.
10399         (list-buffers--refresh): New function.
10400         (list-buffers-noselect): Use it.
10401         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10402         (Buffer-menu--pretty-file-name): New helper functions.
10404         * loadup.el: Preload tabulated-list.
10406         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10407         tabulated-list-sort-column.
10408         (tabulated-list-init-header): Add the initial aligning space even
10409         if tabulated-list-padding is zero.
10411 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
10413         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10414         whose cdr is not a cons cell correctly (bug#11038).
10416 2012-05-06  Chong Yidong  <cyd@gnu.org>
10418         * emacs-lisp/tabulated-list.el (tabulated-list-format):
10419         Accept additional plist in column descriptors.
10420         (tabulated-list-init-header): Obey it.
10421         (tabulated-list-get-entry): New function.
10422         (tabulated-list-put-tag): Use it.  Use string-width instead of
10423         length.
10424         (tabulated-list--column-number): New function.
10425         (tabulated-list-print): Use it.
10426         (tabulated-list-print-col): New function.
10427         Set `tabulated-list-column-name' property on each column's text.
10428         (tabulated-list-print-entry): Use it.
10429         (tabulated-list-delete-entry, tabulated-list-set-col):
10430         New functions.
10431         (tabulated-list-sort-column): New command (Bug#11337).
10433         * buff-menu.el (list-buffers): Move C-x C-b binding from
10434         buff-menu.el to bindings.el.
10436         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10437         :advertised-binding feature.
10439 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
10441         * progmodes/compile.el (compilation-internal-error-properties):
10442         Calculate start position correctly when end-col is set but
10443         end-line is not (Bug#11382).
10445 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
10447         * man.el (Man-unindent): Use text-property-default-nonsticky to
10448         prevent untabify from inheriting face properties (Bug#11408).
10450 2012-05-05  Stefan Merten  <smerten@oekonux.de>
10452         * textmodes/rst.el: Major merge with upstream development up to
10453         Docutils SVN r7399 / rst.el V1.2.1.
10455         Clarify maintainership and authors.
10457         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10458         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10459         (rst-official-version, rst-official-cvs-rev, rst-version)
10460         (rst-package-emacs-version-alist): New functions and variables
10461         for version information.
10463         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10464         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10465         (rst-mode-syntax-table, rst-mode): New and corrected functions
10466         and variables representing reStructuredText features.
10468         (rst-re): New function for reStructuredText regexes.  Use in
10469         many places.
10471         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10472         (rst-mode-map): Rebind keys.
10474         (rst-mode-lazy, rst-font-lock-keywords)
10475         (rst-font-lock-extend-region)
10476         (rst-font-lock-extend-region-internal)
10477         (rst-font-lock-extend-region-extend)
10478         (rst-font-lock-find-unindented-line-limit)
10479         (rst-font-lock-find-unindented-line-match)
10480         (rst-adornment-level, rst-font-lock-adornment-level)
10481         (rst-font-lock-adornment-match)
10482         (rst-font-lock-handle-adornment-pre-match-form)
10483         (rst-font-lock-handle-adornment-matcher): Major revision of
10484         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
10486         (rst-preferred-adornments, rst-adjust-hook)
10487         (rst-new-adornment-down, rst-preferred-bullets)
10488         (rst-preferred-bullets, rst-indent, rst-indent-width)
10489         (rst-indent-field, rst-indent-literal-normal)
10490         (rst-indent-literal-minimized, rst-indent-comment): Change,
10491         extend and improve customization.
10493         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10494         (rst-normalize-cursor-position, rst-get-decoration)
10495         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10496         (rst-rstrip, rst-toc-insert-find-delete-contents)
10497         (rst-shift-fill-region, rst-compute-bullet-tabs)
10498         (rst-debug-print-tabs, rst-debug-mark-found)
10499         (rst-shift-region-guts, rst-shift-region-right)
10500         (rst-shift-region-left, rst-use-char-classes)
10501         (rst-font-lock-keywords-function)
10502         (rst-font-lock-indentation-point)
10503         (rst-font-lock-find-unindented-line-begin)
10504         (rst-font-lock-find-unindented-line-end)
10505         (rst-font-lock-find-unindented-line)
10506         (rst-font-lock-adornment-point, rst-font-lock-level)
10507         (rst-adornment-level-alist): Remove functions and variables.
10509         (rst-compare-adornments, rst-get-adornment-match)
10510         (rst-suggest-new-adornment, rst-get-adornments-around)
10511         (rst-adornment-complete-p, rst-get-next-adornment)
10512         (rst-adjust-adornment, rst-display-adornments-hierarchy)
10513         (rst-straighten-adornments): Standardize function names to
10514         use "adornment" instead of "decoration".  Correct callers.
10515         Similar standardizing in many places.
10517         (rst-update-section, rst-adjust, rst-promote-region)
10518         (rst-enumerate-region, rst-bullet-list-region)
10519         (rst-repeat-last-character): Correct use of `interactive'.
10521         (rst-classify-adornment, rst-find-all-adornments)
10522         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10523         (rst-find-leftmost-column, rst-repeat-last-character):
10524         Refactor functions.
10526         (rst-find-title-line, rst-reset-section-caches)
10527         (rst-get-adornments-around, rst-adjust-adornment-work)
10528         (rst-arabic-to-roman, rst-roman-to-arabic)
10529         (rst-insert-list-pos, rst-insert-list-new-item)
10530         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10531         New functions.
10533         (rst-all-sections, rst-section-hierarchy)
10534         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10535         New variables.
10537         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10538         configuration instead of only buffer.  Change where necessary.
10540         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10541         (rst-shift-region, rst-adaptive-fill): New functions for
10542         indentation and filling.
10544         (rst-comment-line-break, rst-comment-indent)
10545         (rst-comment-insert-comment, rst-comment-region)
10546         (rst-uncomment-region): New functions for handling comments.
10548         (rst-compile): Quote shell arguments.
10550         (rst-compile-pdf-preview, rst-compile-slides-preview):
10551         Delete temporary files after use.
10553 2012-05-05  Glenn Morris  <rgm@gnu.org>
10555         * calendar/cal-html.el: Optionally include holidays in the output.
10556         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10557         (cal-html-holidays): New option.
10558         (cal-html-css-default): Add holiday entry.
10559         (holiday-in-range): Autoload it.
10560         (cal-html-htmlify-entry): Add optional class argument.
10561         (cal-html-htmlify-list): Add optional holidays argument.
10562         (cal-html-insert-agenda-days): Include holidays in the output.
10563         (cal-html-one-month): Maybe include holidays.
10565         * calendar/holidays.el (holiday-in-range):
10566         Move here from cal-tex-list-holidays.
10567         * calendar/cal-tex.el (cal-tex-list-holidays):
10568         Make it an obsolete alias for holiday-in-range.  Update all callers.
10570 2012-05-05  Chong Yidong  <cyd@gnu.org>
10572         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10573         Nextstep.
10575 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
10577         * files.el (file-auto-mode-skip): New var.
10578         (set-auto-mode-1): Use it.
10580 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10582         * repeat.el: Use lexical-binding.
10583         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10584         (repeat-undo-count): Remove.
10585         (repeat):
10586         * progmodes/octave-mod.el (octave-abbrev-start):
10587         * progmodes/f90.el (f90-abbrev-start):
10588         * face-remap.el (text-scale-adjust):
10589         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10591         * emacs-lisp/pcase.el (pcase--let*): New function.
10592         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10593         a bit more.
10594         (pcase--split-pred): Be more clever about ruling out overlap between
10595         a predicate and some constant pattern.
10596         (pcase--q1): Use `null' instead of (eq foo nil).
10598         * subr.el (setq-local, defvar-local): New macros.
10599         (kbd): Redefine as an alias.
10600         (with-selected-window): Leave unrelated frames alone.
10601         (set-temporary-overlay-map): New function.
10603 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10605         * subr.el (user-error): New function.
10606         * window.el (switch-to-buffer):
10607         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10608         (smerge-match-conflict):
10609         * simple.el (previous-matching-history-element)
10610         (next-matching-history-element, goto-history-element, undo-more)
10611         (undo-start):
10612         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10613         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10614         (next-file, tags-loop-scan, list-tags, complete-tag):
10615         * progmodes/compile.el (compilation-loop):
10616         * mouse.el (mouse-minibuffer-check):
10617         * man.el (Man-bgproc-sentinel, Man-goto-page):
10618         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10619         (Info-history-forward, Info-follow-reference, Info-menu)
10620         (Info-extract-menu-item, Info-extract-menu-counting)
10621         (Info-forward-node, Info-backward-node, Info-next-menu-item)
10622         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
10623         (Info-next-reference, Info-prev-reference, Info-index)
10624         (Info-index-next, Info-follow-nearest-node)
10625         (Info-copy-current-node-name):
10626         * imenu.el (imenu--make-index-alist)
10627         (imenu-default-create-index-function, imenu-add-to-menubar):
10628         * files.el (basic-save-buffer, recover-file):
10629         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10630         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10631         (checkdoc-message-text, checkdoc-defun):
10632         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
10633         * cus-edit.el (customize-changed-options, customize-rogue)
10634         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
10635         (custom-variable-mark-to-reset-standard)
10636         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
10637         (custom-file):
10638         * completion.el (check-completion-length):
10639         * comint.el (comint-search-arg)
10640         (comint-previous-matching-input-string-position)
10641         (comint-previous-matching-input)
10642         (comint-replace-by-expanded-history-before-point, comint-send-input)
10643         (comint-copy-old-input, comint-backward-matching-input)
10644         (comint-goto-process-mark, comint-set-process-mark):
10645         * calendar/calendar.el (calendar-cursor-to-date): Use it.
10646         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
10648 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10650         * dabbrev.el (dabbrev--ignore-case-p): New function.
10651         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
10652         Use it.
10654         * files.el (automount-dir-prefix): Mark as obsolete.
10656 2012-05-04  Glenn Morris  <rgm@gnu.org>
10658         * patcomp.el, play/bruce.el: Move to obsolete/.
10660 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
10662         Fix minor Y10k bugs.
10663         * arc-mode.el (archive-unixdate):
10664         * autoinsert.el (auto-insert-alist):
10665         * calc/calc-forms.el (math-this-year):
10666         * emacs-lisp/copyright.el (copyright-current-year)
10667         (copyright-update-year, copyright):
10668         * tar-mode.el (tar-clip-time-string):
10669         * time.el (display-time-update):
10670         Don't assume years have 4 digits.
10672 2012-05-04  Chong Yidong  <cyd@gnu.org>
10674         * dos-w32.el (file-name-buffer-file-type-alist)
10675         (direct-print-region-use-command-dot-com):
10676         * ffap.el (ffap-menu-regexp):
10677         * find-file.el (ff-special-constructs):
10678         * follow.el (follow-debug):
10679         * forms.el (forms--debug):
10680         * iswitchb.el (iswitchb-all-frames):
10681         * ido.el (ido-all-frames):
10682         * emacs-lisp/timer.el (timer-max-repeats):
10683         * mail/feedmail.el (feedmail-mail-send-hook)
10684         (feedmail-mail-send-hook-queued):
10685         * mail/footnote.el (footnote-signature-separator):
10686         * mail/mailabbrev.el (mail-alias-separator-string)
10687         (mail-abbrev-mode-regexp):
10688         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
10689         * progmodes/idlwave.el (idlwave-libinfo-file)
10690         (idlwave-default-completion-case-is-down)
10691         (idlwave-library-routines): Convert defvars to defcustoms.
10693         * mail/rmail.el (rmail-decode-mime-charset):
10694         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
10695         (idlwave-shell-fix-inserted-breaks)
10696         (idlwave-shell-activate-alt-keybindings)
10697         (idlwave-shell-use-breakpoint-glyph):
10698         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
10700 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10702         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
10704 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
10706         * progmodes/verilog-mode.el (font-lock-keywords):
10707         Fix mis-highligting auto.  Reported by Craig Barner.
10708         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
10709         defines from global name space.  Reported by Dan Dever.
10710         (verilog-auto-reset, verilog-auto-reset-widths)
10711         (verilog-auto-tieoff): Support using unbased numbers for
10712         AUTORESET and AUTOTIEOFF.
10713         (verilog-submit-bug-report): Update variable list.
10714         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
10715         parenthesis from not matching.  Reported by Michael Rytting.
10716         (verilog-auto-template-lint): Fix hash error when linting modules
10717         with no used templates.
10718         (verilog-warn, verilog-warn-error)
10719         (verilog-warn-fatal): When non-interactive report multiple
10720         warnings before exiting.  Suggested by Brad Dobbie.
10721         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
10722         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
10723         to report unused template errors.  Reported by Brad Dobbie.
10724         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
10725         nets, bug438.  Reported by Vns Blore.
10726         (verilog-auto-inout-module, verilog-auto-reg)
10727         (verilog-read-decls, verilog-read-sub-decls-sig)
10728         (verilog-signals-edit-wire-reg, verilog-signals-with):
10729         Fix passing of Verilog data types in ANSI input/output ports
10730         such as "output logic" into the AUTOs.  Special case "wire" and
10731         "reg" for backwards compatibility presuming Verilog 2001.
10732         (verilog-auto-ascii-enum): Add "auto enum" as alias.
10733         (verilog-preprocess): Fix replication of preprocess output.
10734         Reported by Brad Dobbie.
10735         (verilog-auto-inst-interfaced-ports):
10736         Create verilog-auto-inst-interfaced-ports, bug429.
10737         Reported by Julian Gorfajn.
10738         (verilog-after-save-font-hook)
10739         (verilog-before-save-font-hook): New variable.
10740         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
10741         (verilog-save-font-mods): Wrap disabling fontification, reported
10742         by David Rogoff.
10743         (verilog-do-indent, verilog-pretty-declarations-auto)
10744         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
10745         Reported by Pierre-David Pfister.
10746         (verilog-set-auto-endcomments): Fix endtask auto comments outside
10747         of class declarations, bug292.  Reported by Kevin Heilman.
10748         (verilog-read-decls): Fix 'parameter type' not appearing in
10749         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
10750         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
10751         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
10752         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
10753         Reported by David Kravitz.
10755 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
10757         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
10758         assignment with tests in ifs and for loops.
10759         (verilog-extended-complete-re, verilog-complete-reg): Change so
10760         that DPI inport functions don't look like fuction declarations.
10761         (verilog-pretty-expr): Don't line up assignment
10762         operations to the test and increment in if and for loops
10763         (verilog-extended-complete-re, verilog-complete-reg): Change so
10764         that DPI inport functions don't look like fuction declarations.
10766 2012-05-03  Kenichi Handa  <handa@m17n.org>
10768         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
10769         decoding, and show a warning message without signaling an error
10770         (Bug#11282).
10772 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10774         * emacs-lisp/bytecomp.el
10775         (byte-compile-file-form-custom-declare-variable): Compile all elements,
10776         since cconv.el might have introduced :fun-body, internal-make-closure,
10777         and friends for bytecomp to handle (bug#11391).
10778         * custom.el (defcustom): Avoid ((λ ..) ..).
10780 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10782         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
10784 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
10786         * notifications.el (dbus-debug):
10787         * term/linux.el (gpm-mouse-enable):
10788         * term/screen.el (xterm-register-default-colors): Declare.
10790 2012-05-02  Chong Yidong  <cyd@gnu.org>
10792         * cus-start.el (gc-cons-percentage, exec-suffixes)
10793         (dos-display-scancodes, dos-hyper-key, dos-super-key)
10794         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
10795         (make-cursor-line-fully-visible, void-text-area-pointer)
10796         (font-list-limit): Add customization data.
10798         * allout.el (allout-exposure-change-functions)
10799         (allout-structure-added-functions)
10800         (allout-structure-deleted-functions)
10801         (allout-structure-shifted-functions): Rename abnormal hooks from
10802         *-hook, and convert to defcustoms.
10803         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
10804         Convert to defcustoms.
10805         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
10807         * allout-widgets.el: Hook callers changed.
10809 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
10811         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
10812         the yanked message in preference to the default value of
10813         buffer-file-coding-system.
10815 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
10817         * window.el (display-buffer--action-function-custom-type):
10818         Fix entry.
10820 2012-05-02  Alan Mackenzie  <acm@muc.de>
10822         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
10824 2012-05-01  Glenn Morris  <rgm@gnu.org>
10826         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
10828         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
10830         * cus-edit.el (custom-variable-documentation): Simplify with format.
10832 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
10833             Stefan Monnier  <monnier@iro.umontreal.ca>
10835         * simple.el (suggest-key-bindings, execute-extended-command):
10836         Move from keyboard.c.
10838 2012-05-01  Chong Yidong  <cyd@gnu.org>
10840         * follow.el: Eliminate advice.
10841         (set-process-filter, process-filter, sit-for): Advice deleted.
10842         (follow-mode-off-hook): Obsolete hook removed.
10843         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
10844         Vars deleted.
10845         (follow-auto): Use a :set function.
10846         (follow-mode): Rewritten.  Don't advise process filters.
10847         (follow-switch-to-current-buffer-all, follow-scroll-up)
10848         (follow-scroll-down): Assume follow-mode is bound.
10849         (follow-comint-scroll-to-bottom)
10850         (follow-align-compilation-windows): New functions.
10851         (follow--window-sorter): New function.
10852         (follow-all-followers): Use it to explicitly sort windows by their
10853         positions; don't make assumptions about next-window order.
10854         (follow-windows-start-end, follow-delete-other-windows-and-split)
10855         (follow-calc-win-start): Doc fix.
10856         (follow-windows-aligned-p, follow-select-if-visible): Don't call
10857         vertical-motion unnecessarily.
10858         (follow-adjust-window): New function.
10859         (follow-post-command-hook): Use it.
10860         (follow-call-set-process-filter, follow-call-process-filter)
10861         (follow-intercept-process-output, follow-tidy-process-filter-alist)
10862         (follow-stop-intercept-process-output, follow-generic-filter):
10863         Functions deleted.
10864         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
10865         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
10866         New functions, replacing advice on scroll-bar-* commands.
10867         (follow-mwheel-scroll): New function (Bug#4112).
10869         * comint.el (comint-adjust-point): New function.
10870         (comint-postoutput-scroll-to-bottom): Use it.
10871         Call follow-comint-scroll-to-bottom for Follow mode buffers.
10873 2012-05-01  Glenn Morris  <rgm@gnu.org>
10875         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
10876         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
10877         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
10878         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
10879         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
10880         Remove no-byte-compile setting.
10882 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10884         * minibuffer.el (completion-table-with-quoting): Fix compatibility
10885         all-completions code to not return a number in the last cdr.
10887 2012-04-30  Leo Liu  <sdl.web@gmail.com>
10889         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
10890         read-only error.
10892 2012-04-29  Chong Yidong  <cyd@gnu.org>
10894         * follow.el (follow-calc-win-end): Rewrite to handle partial
10895         screen lines correctly (Bug#8390).
10896         (follow-avoid-tail-recenter): Minor cleanup.
10898 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10900         Avoid the obsolete `assoc' package.
10901         * speedbar.el (speedbar-refresh): Avoid adelete.
10902         (speedbar-file-lists): Simplify and avoid aput.
10903         * man.el (Man--sections, Man--refpages): New vars, replacing
10904         Man-sections-alist and Man-refpages-alist.
10905         (Man-build-section-alist, Man-build-references-alist):
10906         Use them; avoid aput.
10907         (Man--last-section, Man--last-refpage): New vars.
10908         (Man-follow-manual-reference): Use them.
10909         Use the `default' arg of completing-read.
10910         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
10912 2012-04-27  Chong Yidong  <cyd@gnu.org>
10914         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
10916         * startup.el (x-apply-session-resources): New function.
10918         * term/ns-win.el (ns-initialize-window-system):
10919         * term/w32-win.el (w32-initialize-window-system):
10920         * term/x-win.el (x-initialize-window-system): Use it to properly
10921         set menu-bar-mode and other vars from X resources, even if the
10922         initial frame is not a window-system frame (Bug#2299).
10924         * subr.el (read-key): Avoid running filter function when setting
10925         up temporary tool bar entries (Bug#9922).
10927 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
10929         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
10930         (Bug#11344)
10932 2012-04-27  Chong Yidong  <cyd@gnu.org>
10934         * select.el (xselect--encode-string): New function, split from
10935         xselect-convert-to-string.
10936         (xselect-convert-to-string): Use it.
10937         (xselect-convert-to-filename, xselect-convert-to-os)
10938         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
10939         returned strings are properly encoded (Bug#11315).
10941 2012-04-27  Chong Yidong  <cyd@gnu.org>
10943         * simple.el (delete-active-region): Move to killing custom group.
10945 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
10947         * progmodes/which-func.el (which-func-current): Quote %
10948         characters for mode-line processing.
10950 2012-04-27  Chong Yidong  <cyd@gnu.org>
10952         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
10953         reaching eob (Bug#11286).
10955 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
10957         * progmodes/gdb-mi.el (gdb-control-level): New variable.
10958         (gdb): Make it buffer-local and init to zero.
10959         (gdb-control-commands-regexp): New variable.
10960         (gdb-send): Don't wrap in "-interpreter-exec console" if
10961         gdb-control-level is positive.  Increment gdb-control-level
10962         whenever the command matches gdb-control-commands-regexp, and
10963         decrement it each time the command is "end".  (Bug#11279)
10965 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
10967         * window.el (adjust-window-trailing-edge, enlarge-window)
10968         (shrink-window, window-resize):
10969         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
10970         windows (Bug#11276).
10972 2012-04-27  Chong Yidong  <cyd@gnu.org>
10974         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
10975         fix "missing prefix" warning.  All callers changed.
10977 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10979         * emacs-lisp/assoc.el: Move to obsolete/.
10981 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
10985         * term/ns-win.el (ns-define-service):
10986         * progmodes/pascal.el (pascal-goto-defun):
10987         * progmodes/js.el (js--read-tab):
10988         * progmodes/etags.el (tags-lazy-completion-table):
10989         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
10990         * emacs-lisp/ewoc.el (ewoc--wrap):
10991         * emacs-lisp/assoc.el (aput, adelete, amake):
10992         * doc-view.el (doc-view-convert-current-doc):
10993         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
10995 2012-04-26  Chong Yidong  <cyd@gnu.org>
10997         * image.el (image-type-from-buffer): Only return supported image
10998         type (Bug#9045).
11000         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11001         value, for symmetry with diff-end-of-hunk.
11002         (diff-split-hunk, diff-find-source-location)
11003         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11004         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11005         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11006         compute the relevant hunk or file properly (Bug#6005).
11007         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11009 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11011         * vc/vc-mtn.el:
11012         * vc/vc-hg.el:
11013         * vc/vc-git.el:
11014         * vc/vc-dir.el:
11015         * vc/vc-cvs.el:
11016         * vc/vc-bzr.el:
11017         * vc/vc-arch.el:
11018         * vc/vc.el: Replace lexical-let by lexical-binding.
11019         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11020         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11021         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11023 2012-04-26  Chong Yidong  <cyd@gnu.org>
11025         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11026         (diff-mode-shared-map): Bind it to / and [remap undo].
11028         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11029         (ediff-window-setup-function): Use it as the default, to set up
11030         windows based on whether the current frame is graphical (Bug#2138).
11031         (ediff-choose-window-setup-function-automatically): Make obsolete.
11033         * vc/ediff-init.el: Always define ediff-pixel-width/height.
11035 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11037         * ffap.el: Remove old code for obsolete package.
11038         (ffap-complete-as-file-p): Remove.
11040         Use completion-table-with-quoting for comint and pcomplete.
11041         * comint.el (comint--unquote&requote-argument)
11042         (comint--unquote-argument, comint--requote-argument): New functions.
11043         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11044         (comint-quote-filename): Use regexp-opt-charset.
11045         (comint--common-suffix, comint--common-quoted-suffix)
11046         (comint--table-subvert): Remove.
11047         (comint-unquote-function, comint-requote-function): New vars.
11048         (comint--complete-file-name-data): Use them with
11049         completion-table-with-quoting.
11050         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11051         * pcomplete.el (pcomplete-arg-quote-list)
11052         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11053         (pcomplete-unquote-argument-function): Default to non-nil.
11054         (pcomplete-unquote-argument): Simplify.
11055         (pcomplete--common-quoted-suffix): Remove.
11056         (pcomplete-requote-argument-function): New var.
11057         (pcomplete--common-suffix): New function.
11058         (pcomplete-completions-at-point): Use completion-table-with-quoting
11059         and completion-table-subvert.
11061         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11062         (minibuffer--double-dollars): Preserve properties.
11063         (completion--sifn-requote): New function.
11064         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11066         * minibuffer.el: Add support for completion of quoted/escaped data.
11067         (completion-table-with-quoting, completion-table-subvert): New funs.
11068         (completion--twq-try, completion--twq-all): New functions.
11069         (completion--nth-completion): New function.
11070         (completion-try-completion, completion-all-completions): Use it.
11072 2012-04-25  Leo Liu  <sdl.web@gmail.com>
11074         * progmodes/python.el (python-pdbtrack-get-source-buffer):
11075         Use compilation-message if available to find real filename.
11077 2012-04-25  Chong Yidong  <cyd@gnu.org>
11079         * vc/diff-mode.el (diff-setup-whitespace): New function.
11080         (diff-mode): Use it.
11082         * vc/diff.el (diff-sentinel):
11083         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11084         Whitespace mode variables based on diff style (Bug#8612).
11086 2012-04-25  Leo Liu  <sdl.web@gmail.com>
11088         * progmodes/python.el (python-send-region): Add suffix .py to the
11089         temp file.
11091         * files.el (auto-mode-alist): Use javascript-mode instead.
11093 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
11095         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
11097         * net/soap-client.el (soap-resolve-references-for-sequence-type)
11098         (soap-resolve-references-for-array-type): Hack to prevent self
11099         references, see Bug#9.
11100         (soap-parse-envelope): Report the contents of the 'detail' node
11101         when receiving a fault reply.
11102         (soap-parse-envelope): Report the contents of the entire 'detail' node.
11104         * net/soap-inspect.el (soap-sample-value-for-simple-type)
11105         (soap-inspect-simple-type): New function.
11107         * net/soap-client.el (soap-simple-type): New struct.
11108         (soap-default-xsd-types, soap-default-soapenc-types)
11109         (soap-decode-basic-type, soap-encode-basic-type):
11110         support unsignedInt and double basic types.
11111         (soap-resolve-references-for-simple-type)
11112         (soap-parse-simple-type, soap-encode-simple-type): New function.
11113         (soap-parse-schema): Parse xsd:simpleType declarations.
11115         * net/soap-client.el (soap-default-xsd-types)
11116         (soap-default-soapenc-types): Add integer, byte and anyURI types.
11117         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11118         the local name of "soapenc:Array".
11119         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11120         decoding integer, byte and anyURI xsd types.
11122 2012-04-25  Chong Yidong  <cyd@gnu.org>
11124         * cus-edit.el (custom-buffer-create-internal): Update header text.
11126 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
11128         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11129         settings on 'system-type', not on 'window-system'.  On MS-Windows,
11130         set interactive-mode on in GDB.
11132 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11134         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11135         (ruby-syntax-propertize-regexp): Remove.
11136         (ruby-syntax-propertize-function): Split regexp into chunks.
11137         Match following code directly.
11139 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
11141         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11142         (ruby-syntax-propertize-regexp): New function.
11143         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11144         by a special keyword.
11146         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11147         (ruby-syntax-general-delimiters-goto-beg)
11148         (ruby-syntax-propertize-general-delimiters): New functions.
11149         (ruby-syntax-propertize-function): Use them to handle GDL.
11150         (ruby-font-lock-keywords): Move old handling of GDL...
11151         (ruby-font-lock-syntactic-keywords): .. to here.
11152         (ruby-calculate-indent): Adjust indentation for GDL.
11154 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
11156         * notifications.el (top): Remove unneeded declarations.
11157         (notifications-specification-version): Change to "1.2".
11158         (notifications-interface, notifications-notify-method)
11159         (notifications-close-notification-method): Fix docstring.
11160         (notifications-get-capabilities-method): New defconst.
11161         (notifications-notify): Add :action-items, :resident and
11162         :transient hints.  Change "image_data" to "image-data" and
11163         "image_path" to "image-path".
11164         (notifications-get-capabilities): New defun.
11166 2012-04-24  Leo Liu  <sdl.web@gmail.com>
11168         * progmodes/python.el: Move hideshow setup to the end.
11170 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
11172         * window.el (handle-select-window): Clear echo area since this is
11173         no more done by read_char (Bug#11304).
11175 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11177         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11178         and `/ M' to filter-derived-mode.
11179         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11180         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11181         (ibuffer-mark-by-mode): Use default rather than initial-input.
11182         (ibuffer-filter-by-derived-mode): Autoload and require-match.
11184 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
11186         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11187         (ibuffer-filter-by-derived-mode): New filter.
11188         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11190 2012-04-23  Andreas Politz  <politza@fh-trier.de>
11192         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11194 2012-04-23  Chong Yidong  <cyd@gnu.org>
11196         * cus-edit.el (customize-apropos, customize-apropos-options):
11197         Disable matching of non-option variables (Bug#11176).
11198         (customize-option, customize-option-other-window)
11199         (customize-changed-options): Doc fix.
11200         (customize-apropos-options, customize-apropos-faces)
11201         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11203         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11204         Fix word list splitting (Bug#11132).
11205         (apropos-symbol, apropos-keybinding, apropos-label)
11206         (apropos-property, apropos-function-button)
11207         (apropos-variable-button, apropos-misc-button): New faces.
11208         (apropos-symbol-face, apropos-keybinding-face)
11209         (apropos-label-face, apropos-property-face, apropos-match-face):
11210         Variables removed (Bug#8396).
11211         (apropos-library-button, apropos-format-plist, apropos-print)
11212         (apropos-print-doc, apropos-describe-plist): Callers changed.
11214 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
11216         * net/xesam.el (xesam-mode-map): Use let-bound map in
11217         initialization.  (Bug#11292)
11219 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11221         Preserve ispell session localwords when switching back to
11222         original buffer.
11224         * textmodes/ispell.el (ispell-buffer-session-localwords):
11225         New buffer-local variable to hold buffer session localwords.
11226         (ispell-kill-ispell): Add option 'clear to delete session
11227         localwords.
11228         (ispell-command-loop, ispell-change-dictionary)
11229         (ispell-buffer-local-words): Preserve session localwords when
11230         needed.
11232         * textmodes/flyspell.el (flyspell-process-localwords)
11233         (flyspell-do-correct): Preserve session localwords when needed.
11235 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11237         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11238         using obsolete `translation-table-for-input'.
11239         (ispell-word, ispell-process-line, ispell-complete-word):
11240         Use plain `insert' instead of removed `ispell-insert-word'.
11242 2012-04-22  Chong Yidong  <cyd@gnu.org>
11244         * cus-edit.el (custom-variable-menu)
11245         (custom-variable-reset-saved, custom-face-menu)
11246         (custom-face-reset-saved): If there is no saved value, make the
11247         "reset-saved" operation bring back the default (Bug#9509).
11248         (custom-face-state): Properly detect themed faces.
11250         * faces.el (face-spec-set): Stop supporting deprecated form of
11251         third arg.
11253 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
11255         Move functions from C to Lisp.  Make non-blocking method calls
11256         the default.  Implement further D-Bus standard interfaces.
11258         * net/dbus.el (dbus-message-internal): Declare function.
11259         Remove unneeded function declarations.
11260         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11261         (dbus-message-type-method-return, dbus-message-type-error)
11262         (dbus-message-type-signal): Declare variables.  Remove local
11263         definitions.
11264         (dbus-interface-dbus, dbus-interface-peer)
11265         (dbus-interface-introspectable, dbus-interface-properties)
11266         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11267         Adapt docstring.
11268         (dbus-interface-objectmanager): New defconst.
11269         (dbus-call-method, dbus-call-method-asynchronously)
11270         (dbus-send-signal, dbus-method-return-internal)
11271         (dbus-method-error-internal, dbus-register-service)
11272         (dbus-register-signal, dbus-register-method): New defuns, moved
11273         from dbusbind.c
11274         (dbus-call-method-handler, dbus-setenv)
11275         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11276         New defuns.
11277         (dbus-call-method-non-blocking): Make it an obsolete function.
11278         (dbus-unregister-object, dbus-unregister-service)
11279         (dbus-handle-event, dbus-register-property)
11280         (dbus-property-handler): Obey the new structure of
11281         `bus-registered-objects'.
11282         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
11283         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11284         Use `dbus-call-method'.
11286 2012-04-22  Chong Yidong  <cyd@gnu.org>
11288         * cus-edit.el (custom-commands, custom-reset-menu)
11289         (Custom-reset-standard): Tweak labels.
11290         (custom-reset-button-menu): Change default to t.
11291         (custom-buffer-create-internal): For the custom-reset-button-menu
11292         case, put the revert button first.
11293         (custom-group-subtitle): New face.
11294         (custom-group-value-create): Align docstring to a specific column.
11296         * wid-edit.el (widget-documentation-link-add): Don't handle
11297         indentation in this function.
11298         (widget-documentation-string-indent-to): New function.
11299         (widget-documentation-string-value-create): Use it.
11301         * autorevert.el (auto-revert):
11302         * epg-config.el (epg):
11303         * ibuffer.el (ibuffer):
11304         * mpc.el (mpc):
11305         * ses.el (ses):
11306         * eshell/eshell.el (eshell):
11307         * net/ange-ftp.el (ange-ftp):
11308         * progmodes/ebnf2ps.el (postscript):
11309         * progmodes/flymake.el (flymake):
11310         * progmodes/prolog.el (prolog):
11311         * progmodes/verilog-mode.el (verilog-mode):
11312         * progmodes/which-func.el (which-func):
11313         * term/xterm.el (xterm):
11314         * textmodes/picture.el (picture):
11315         * textmodes/tildify.el (tildify):
11316         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11317         customization buffers.
11319 2012-04-22  Alan Mackenzie  <acm@muc.de>
11321         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11322         Adding a ) can hide the resulting (..) from searches.  Fix it.
11323         Bound the backward search to the position of the existing (.
11325 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
11327         * progmodes/verilog-mode.el (verilog-mode): Check whether
11328         which-func-modes is t before adding verilog-mode.
11329         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11331 2012-04-21  Leo Liu  <sdl.web@gmail.com>
11333         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11335 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
11337         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11338         filling of the last column of a table (Bug#5635).
11339         (woman-find-next-control-line): New arg, specifying an additional
11340         regexp component for the control line.
11341         (woman2-roff-buffer): Use it.
11342         (woman-break-table): New function.
11343         (woman2-TS): Use it.
11345 2012-04-21  Chong Yidong  <cyd@gnu.org>
11347         * woman.el (woman-set-buffer-display-table, woman-decode-region)
11348         (woman-horizontal-escapes, woman-negative-vertical-space)
11349         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11350         (WoMan-warn-ignored): Use ?\s instead of ?\ .
11352 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11354         * minibuffer.el (completion-file-name-table): Complete user names.
11356 2012-04-20  Leo Liu  <sdl.web@gmail.com>
11358         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11359         and pcase-let*.
11361 2012-04-20  Chong Yidong  <cyd@gnu.org>
11363         * server.el (server-execute): Respect initial-buffer-choice if it
11364         is a string and there are no files to open (Bug#2825).
11365         (server-create-window-system-frame, server-create-tty-frame):
11366         Don't switch buffers here.
11367         (server-process-filter): Only try to open a window system frame if
11368         compiled with graphical support (Bug#8314).
11370 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
11372         * battery.el (battery-echo-area-format): Display remaining time
11373         for sysfs backend too (Bug#11269).
11374         (battery-linux-sysfs): Fix conditional for the charge.
11376 2012-04-20  Chong Yidong  <cyd@gnu.org>
11378         * progmodes/gdb-mi.el (gdb): Revert previous change.
11379         (gdb-inferior-io--init-proc): New function.
11380         (gdb-init-1): Use it.
11381         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11382         responsible for allocating a new pty and hooking it to gdb when
11383         the old pty gets an EIO due to process exit.
11384         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
11385         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11386         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11388 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
11390         * window.el (window-min-size, window-sizable, window-min-delta)
11391         (window-max-delta, window--resizable, window-resizable)
11392         (window-total-size, window-full-height-p, window-full-width-p)
11393         (window-in-direction, window--resize-mini-window, window-resize)
11394         (window--resize-child-windows-normal)
11395         (window--resize-child-windows, window--resize-siblings)
11396         (window--resize-this-window, adjust-window-trailing-edge)
11397         (enlarge-window, shrink-window): Doc fixes.
11399 2012-04-20  Chong Yidong  <cyd@gnu.org>
11401         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11402         New function to call delete-process on the gdb-inferior buffer's pty.
11403         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11404         pty process (Bug#11273).
11405         (gdb-update): New arg to suppress talking to the gdb process.
11406         (gdb-done-or-error): Use it.
11407         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11408         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11409         sentinel not being called.
11411         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11413         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11415 2012-04-20  Glenn Morris  <rgm@gnu.org>
11417         * net/network-stream.el (open-network-stream): Doc fix.
11419 2012-04-20  Chong Yidong  <cyd@gnu.org>
11421         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11423 2012-04-20  Alan Mackenzie  <acm@muc.de>
11425         Ensure searching for keywords is case sensitive.
11427         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11428         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11429         (c-defun-name, c-mark-function, c-cpp-define-name)
11430         (c-comment-indent, c-scan-conditionals, c-indent-defun)
11431         (c-context-line-break): Bind case-fold-search to nil.
11433         * progmodes/cc-mode.el (c-font-lock-fontify-region):
11434         Bind case-fold-search to nil.
11436 2012-04-20  Chong Yidong  <cyd@gnu.org>
11438         * mail/sendmail.el (mail-bury): Call return action with the right
11439         Rmail buffer (Bug#11242).
11441         * server.el (server-process-filter): Handle corner case where both
11442         tty and nowait options are present (Bug#11102).
11444 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
11446         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11447         (top level): Put into the executable the ident-style '$Id:' tag on
11448         windows-nt as well.
11450 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11452         * electric.el (electric-indent-post-self-insert-function): Check that
11453         electric-indent-mode is enabled in current buffer.
11455 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
11457         * imenu.el (imenu-progress-message): Restore; it is "used" in
11458         erc/erc-imenu.el and net/snmp-mode.el.
11460 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
11462         * avoid.el (mouse-avoidance-mode): Mark unused arg.
11463         (mouse-avoidance-nudge-mouse): Remove unused binding.
11465         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11467         * descr-text.el (describe-char):
11468         * progmodes/python.el (python-describe-symbol):
11469         Don't call `toggle-read-only', set `buffer-read-only'.
11471         * imenu.el (imenu-default-goto-function): Mark unused args.
11472         (imenu-progress-message): Remove obsolete macro; all callers changed.
11474         * subr.el (keymap-canonicalize): Remove unused binding.
11475         (read-passwd): Mark unused arg.
11477         * tutorial.el (tutorial--display-changes): Remove unused binding.
11478         (tutorial--save-tutorial-to): Remove unused variable.
11480         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11481         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11482         (package-generate-autoloads, package-menu--generate)
11483         (package-menu--find-upgrades): Remove unused bindings.
11485         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11486         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
11487         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11488         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11489         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11490         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11491         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11492         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11493         (cua-delete-char-rectangle): Mark unused args.
11494         (cua-align-rectangle): Remove unused binding.
11496         * mail/rmail.el (compilation--message->loc)
11497         (epa--find-coding-system-for-mime-charset): Declare.
11499         * net/dbus.el (dbus-register-service): Declare.
11500         (dbus-name-owner-changed-handler): Remove unused binding.
11502         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11503         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11504         (nxml-scan-backward-within): Mark unused arg.
11505         (nxml-dynamic-markup-word): Remove unused binding.
11507         * mouse.el (mouse-menu-major-mode-map):
11508         * emacs-lisp/authors.el (authors-scan-change-log)
11509         (authors-add-to-author-list):
11510         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11511         * emacs-lisp/smie.el (smie-auto-fill):
11512         * mail/sendmail.el (mail-bury):
11513         * mail/unrmail.el (unrmail):
11514         * net/tls.el (open-tls-stream):
11515         * textmodes/picture.el (picture-mouse-set-point):
11516         Remove unused bindings.
11518 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
11520         * net/tramp.el (tramp-action-password): Let-bind
11521         `enable-recursive-minibuffers' to t.
11523 2012-04-18  Sam Steingold  <sds@gnu.org>
11525         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11526         instead of 'string to accommodate values like [f11].
11527         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11528         * progmodes/gdb-mi.el: Likewise.
11530 2012-04-18  Leo Liu  <sdl.web@gmail.com>
11532         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11533         current buffer.
11534         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11535         LOCAL is nil.
11537 2012-04-18  Chong Yidong  <cyd@gnu.org>
11539         * simple.el (line-move): Use forward-line if in batch mode
11540         (Bug#11053).
11542 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
11544         * files.el (after-find-file): Do not try to add a final newline if
11545         the buffer is read-only (Bug#11156).
11547 2012-04-17  Richard Stallman  <rms@gnu.org>
11549         * mail/rmail.el (rmail-start-mail):
11550         Pass (rmail-mail-return...) for the return-action.
11551         Pass (rmail-yank-current-message...) for the yank-action.
11552         (rmail-yank-current-message): New function.
11553         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11554         (rmail-reply): Likewise.
11555         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11557         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11558         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
11559         buffer, not newbuf.
11561 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
11563         * server.el (server-ensure-safe-dir): Simplify.
11565 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11567         * emacs-lisp/smie.el: Provide smarter auto-filling.
11568         (smie-auto-fill): New function.
11569         (smie-setup): Use it.
11571         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11573 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
11575         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11576         (comment-indent): Use it.
11578 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
11580         * ses.el: The overall change is to add cell renaming, that is
11581         setting fancy names for cell symbols other than name matching
11582         "\\`[A-Z]+[0-9]+\\'" regexp .
11583         (ses-localvars): Add ses--renamed-cell-symb-list.
11584         (ses-create-cell-variable): New defun.
11585         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11586         (ses-relocate-formula): Relocate formulas only for cells the
11587         symbols of which are not renamed, i.e. symbols whose names do not
11588         match regexp "\\`[A-Z]+[0-9]+\\'".
11589         (ses-relocate-all): Relocate values only for cells the symbols of
11590         which are not renamed.
11591         (ses-load): Create cells variables as the (ses-cell ...) are read,
11592         in order to check row col consistency with cell symbol name only
11593         for cells that are not renamed.
11594         (ses-replace-name-in-formula): New defun.
11595         (ses-rename-cell): New defun.
11597 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
11599         * progmodes/perl-mode.el (perl-indent-parens-as-block):
11600         New option (bug#11118).
11601         (perl-calculate-indent): Respect it.
11603 2012-04-17  Glenn Morris  <rgm@gnu.org>
11605         * dired-aux.el (dired-mark-read-string): Doc fix.
11607 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
11609         * dired-aux.el (dired-mark-read-string): Offer optional completion.
11610         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
11612 2012-04-17  Glenn Morris  <rgm@gnu.org>
11614         * mouse.el (mouse-drag-track):
11615         * speedbar.el (speedbar-frame-mode):
11616         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11618 2012-04-16  Leo Liu  <sdl.web@gmail.com>
11620         * progmodes/python.el: Trivial cleanup.
11622 2012-04-16  Glenn Morris  <rgm@gnu.org>
11624         * vc/vc.el (vc-string-prefix-p):
11625         * vc/pcvs-util.el (cvs-string-prefix-p):
11626         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
11627         * mpc.el (mpc-string-prefix-p):
11628         Make all of these into obsolete aliases for string-prefix-p.
11629         Update callers.
11630         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
11632         * textmodes/two-column.el: Move custom options to the start.
11633         (frame-width): Remove compat definition.
11634         (2C-associate-buffer, 2C-dissociate):
11635         Use with-current-buffer rather than save-excursion.
11636         (2C-dissociate): Force a mode-line update.
11637         (2C-autoscroll): Use ignore-errors.
11639         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
11640         Autoload trivia.
11642         * emacs-lisp/cl-extra.el (*random-state*):
11643         Remove unnecessary declaration.
11645         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
11647         * play/cookie1.el (cookie-snarf):
11648         Give an explicit error if input file cannot be read.
11650         * play/yow.el (yow-file): Use expand-file-name rather than concat.
11652         * progmodes/perl-mode.el (c-macro-expand):
11653         Remove unnecessary autoload (it is in loaddefs.el).
11655         * textmodes/picture.el (picture-desired-column)
11656         (picture-update-desired-column): Convert comments to doc-strings.
11657         (picture-substitute): Remove function.
11658         (picture-mode-map): Initialize in the defvar.
11660         * woman.el: Remove eval-after-load for tar-mode.
11661         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
11662         (woman-tar-extract-file): Autoload it.
11664         * frame.el (automatic-hscrolling): Make this alias obsolete.
11666 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11668         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
11669         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
11670         (ispell-dictionary-base-alist): Revert to original XEmacs
11671         friendly version for default.  [:alpha:] will be added in
11672         `ispell-set-spellchecker-params' if needed.
11674 2012-04-16  Chong Yidong  <cyd@gnu.org>
11676         * image.el (imagemagick--file-regexp): New variable.
11677         (imagemagick-register-types): Use it.
11678         (imagemagick-types-inhibit): Add :set function.  Allow new value
11679         of t to inhibit all types.
11681         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
11682         so we can preload it.
11684         * loadup.el (fboundp): Preload regexp-opt, needed by
11685         imagemagick-register-types.
11687 2012-04-15  Chong Yidong  <cyd@gnu.org>
11689         * frame.el (scrolling): Remove nearly unused customization group.
11691         * scroll-all.el (scroll-all-mode): Move to windows group.
11693 2012-04-15  Chong Yidong  <cyd@gnu.org>
11695         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
11697 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11699         Avoid the use of ((lambda ...) ...) in lexical-binding code.
11700         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
11702 2012-04-15  Glenn Morris  <rgm@gnu.org>
11704         * simple.el (process-file-side-effects): Doc fix.
11706 2012-04-15  Glenn Morris  <rgm@gnu.org>
11708         * international/mule-cmds.el (set-language-environment): Doc fix.
11710 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
11712         * server.el (server-auth-key, server-generate-key): Doc fixes.
11713         (server-get-auth-key): Doc fix.  Use `string-match-p'.
11714         (server-start): Reflow docstring.
11716 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
11718         * server.el (server-generate-key): `called-interactively-p'
11719         requires a parameter.
11721 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
11723         * server.el (server-auth-key): New variable.
11724         (server-generate-key, server-get-auth-key): New function.
11725         (server-start): Use the new variable and functions to allow
11726         setting a permanent server key (bug#9423).
11728 2012-04-14  Leo Liu  <sdl.web@gmail.com>
11730         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
11732 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
11734         Spelling fixes.
11735         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
11736         Emacs uses American spelling.
11738 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
11740         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
11741         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
11742         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
11743         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
11745 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11747         * progmodes/which-func.el (which-func-modes): Change default.
11749 2012-04-14  Kim F. Storm  <storm@cua.dk>
11751         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
11752         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
11754 2012-04-14  Chong Yidong  <cyd@gnu.org>
11756         * custom.el (custom-theme-set-variables): Doc fix.
11758 2012-04-14  Glenn Morris  <rgm@gnu.org>
11760         * international/mule.el (set-auto-coding-for-load): Doc fix.
11762 2012-04-14  Alan Mackenzie  <acm@muc.de>
11764         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
11765         imenu work again for Objective C Mode.  Correct the *-index values,
11766         these having been disturbed by a previous change in 2011-08.
11768         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
11769         Correct two search limits.
11771 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11773         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
11775 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
11777         * international/characters.el: Fix sorting.
11779 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11781         * international/characters.el: Add more missing Latin case pairs.
11783 2012-04-14  Glenn Morris  <rgm@gnu.org>
11785         * files.el (dir-locals-set-class-variables): Doc fix.
11787 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11789         * international/characters.el: Add set-case-syntax-pair call for
11790         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
11791         counterpart.  (Bug#11209)
11793         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
11795 2012-04-14  Glenn Morris  <rgm@gnu.org>
11797         * calendar/holidays.el (calendar-check-holidays): Doc fix.
11799 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11801         * textmodes/ispell.el (ispell-dictionary-base-alist):
11802         Add data for Hebrew.
11804 2012-04-14  Chong Yidong  <cyd@gnu.org>
11806         * net/rcirc.el (rcirc-cmd-quit):
11807         Revert 2012-03-18 change (Bug#11192).
11809 2012-04-14  Glenn Morris  <rgm@gnu.org>
11811         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
11813 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
11815         * minibuffer.el (completion-in-region-mode-map):
11816         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
11818 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
11820         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
11822 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
11824         * minibuffer.el (minibuffer-local-filename-syntax): New variable
11825         to allow `C-M-f' and `C-M-b' to move to the nearest path
11826         separator (bug#9511).
11828 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
11830         * avoid.el: Require cl when compiling.  And also move the
11831         `provide' to the end.
11833 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11835         * avoid.el (mouse-avoidance-banish-position): New variable.
11836         (mouse-avoidance-banish-destination): Use it (bug#10165).
11838 2012-04-13  Leo Liu  <sdl.web@gmail.com>
11840         * progmodes/which-func.el (which-func-modes): Add objc-mode.
11842 2012-04-13  Ken Brown  <kbrown@cornell.edu>
11844         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
11845         this is no longer needed now that cygstart understands file:// URLs.
11846         (browse-url-filename-alist): For the same reason, don't modify
11847         file:// URLs on Cygwin.
11849 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11851         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
11852         the region on shift if the binding is already shifted (bug#11221).
11854 2012-04-12  Glenn Morris  <rgm@gnu.org>
11856         * mail/mailpost.el: Move to obsolete/.
11858 2012-04-12  Drew Adams  <drew.adams@oracle.com>
11860         * imenu.el (imenu--generic-function): Ignore invisible definitions
11861         (bug#10123).
11863 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
11865         * hexl.el (hexl-bits): New variable.
11866         (hexl-options): Mention the variable in the doc string.
11867         (hexl-rulerise, hexl-line-displen): New functions.
11868         (hexl-mode): Mention the new variable.
11869         (hexl-mode, hexl-current-address, hexl-current-address):
11870         Use the displen.
11871         (hexl-ascii-start-column): New function.
11872         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
11873         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
11875 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11877         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
11878         '("-i" ENCODING), in 2 separate command-line arguments, to specify
11879         the encoding, as expected by hunspell.
11881 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11883         * battery.el (battery--linux-sysfs-regexp): New const.
11884         (battery-status-function): Use it.  Remove yeeloong special case.
11885         (battery-yeeloong-sysfs): Remove.
11886         (battery-echo-area-format): Remove yeeloong special case.
11888 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11890         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
11891         Reported by Noah Friedman.
11893         * subr.el (read-passwd): Use read-string.
11895 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897         * vcursor.el (vcursor-move): Increase the priority of the overlay
11898         (bug#9663).
11900 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
11902         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
11903         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
11905 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
11907         * textmodes/artist.el (artist-mode): Convert artist-mode to use
11908         define-minor-mode (bug#10760).
11910 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11912         * progmodes/grep.el (rgrep): Tweak the find command line so
11913         that directories matching `grep-find-ignored-files' won't be
11914         pruned (bug#10351).
11916 2012-04-11  Chong Yidong  <cyd@gnu.org>
11918         * startup.el (command-line): Remove support for long-obsolete
11919         variable font-lock-face-attributes.
11921 2012-04-11  Glenn Morris  <rgm@gnu.org>
11923         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
11925 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11927         * window.el (window--state-get-1): Obey window-point-insertion-type.
11929 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
11931         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
11932         to previous function when point is on the first character of a
11933         function.  Take care of that in `narrow-to-defun' (bug#6157).
11935 2012-04-11  Glenn Morris  <rgm@gnu.org>
11937         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
11938         not just file-errors.
11940         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
11941         (vc-bzr-sha1): Use internal sha1.
11943 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11945         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
11947 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
11949         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
11950         that start in the middle of the line (bug#10496).
11952 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
11954         * battery.el (battery-linux-proc-acpi): Only one battery is
11955         discharged at a time, but that seems to confuse battery.el when
11956         computing `rate-type' for the battery not being discharged
11957         (bug#10332).
11959 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11961         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
11963         * international/quail.el: Use dolist and simplify.
11964         (quail-define-package, quail-update-keyboard-layout)
11965         (quail-define-rules): Use dolist.
11966         (quail-insert-kbd-layout, quail-get-translation): CSE.
11968         * tmm.el: Use dolist, remove left over hook.
11969         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
11970         Use dolist.
11971         (calendar-load-hook): Don't mess with it.
11973         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
11974         Use derived-mode-p.  Run the diff asynchronously.
11976 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11978         * obsolete/mouse-sel.el: Add an Obsolete-since header.
11980 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
11982         * misc.el: Display absolute path of loaded DLLs (bug#10424).
11983         (list-dynamic-libraries--loaded): New function.
11984         (list-dynamic-libraries--refresh): Use it.
11986 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
11988         * progmodes/python.el (python-fill-paragraph):
11989         Make python-fill-region in a multiline string work when font-lock is
11990         disabled (bug#7018).
11992 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
11994         * language/european.el (cp775): Add oem/legacy (en)coding on
11995         DOS/MS Windows for the Baltic languages.  There are still plenty
11996         of texts written in this encoding/codepage (bug#6519).
11998 2012-04-10  Glenn Morris  <rgm@gnu.org>
12000         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12001         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12003 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
12005         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12006         next-line "n" and previous-line "p" in order to make recentf more
12007         consistent with ibuffer, dired or org-mode (bug#9387).
12009 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011         * image.el (put-image): Return the overlay created instead of the
12012         optional input string (bug#7834).  Note that this may break code
12013         that is (for some reason or other) depending on `put-image'
12014         returning the string.
12016         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12018         * simple.el (zap-to-char): Allow zapping using input methods
12019         (bug#1580).
12021         * textmodes/fill.el (fill-region): Leave point and mark where they
12022         were before filling (bug#5399).
12024 2012-04-09  Glenn Morris  <rgm@gnu.org>
12026         * version.el (emacs-bzr-get-version):
12027         Handle lightweight checkouts of local branches.
12029 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
12031         * international/characters.el: Recover lost case pairs.  (Bug#11209)
12033 2012-04-09  Chong Yidong  <cyd@gnu.org>
12035         * custom.el (custom-variable-p): Return nil for non-symbol
12036         arguments instead of signaling an error.
12037         (user-variable-p): Obsolete alias for custom-variable-p.
12039         * apropos.el (apropos-variable):
12040         * files-x.el (read-file-local-variable):
12041         * simple.el (set-variable):
12042         * woman.el (woman-mini-help):
12043         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12045 2012-04-09  Glenn Morris  <rgm@gnu.org>
12047         * startup.el (normal-top-level): Don't look for leim-list.el
12048         in places where it will not be found.  (Bug#910)
12050         * international/mule-cmds.el (set-default-coding-systems):
12051         * files.el (normal-mode):
12052         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
12053         This function was removed with ucs-tables.el in 2008.
12055 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
12057         * textmodes/ispell.el (ispell-check-version): For hunspell, set
12058         ispell-encoding8-command to "-i", without a trailing space.
12059         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12060         separate command-line arguments, to specify the encoding, since
12061         that's how hunspell expects it.
12063 2012-04-08  Glenn Morris  <rgm@gnu.org>
12065         * loadup.el: Load bindings before cus-start.
12066         This reduces somewhat the number of "rogue" settings in emacs -Q.
12068 2012-04-07  Glenn Morris  <rgm@gnu.org>
12070         * version.el (emacs-bzr-get-version): New function.
12071         (emacs-bzr-version): New variable.
12072         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
12073         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12075 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
12077         * international/uni-bidi.el, international/uni-category.el:
12078         * international/uni-combining.el, international/uni-decimal.el:
12079         * international/uni-decomposition.el, international/uni-digit.el:
12080         * international/uni-lowercase.el, international/uni-mirrored.el:
12081         * international/uni-name.el, international/uni-numeric.el:
12082         * international/uni-titlecase.el, international/uni-uppercase.el:
12083         Update for Unicode 6.1.
12085 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
12087         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12089 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12091         * window.el (shrink-window): Mention the `window-min-height'
12092         variable in the doc string.
12094 2012-04-05  Bastien Guerry  <bzg@altern.org>
12096         * color.el (color-lighten-name): Fix typo.
12098 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12100         * server.el (server--on-display-p): New function.
12101         (server--on-display-p): Use it.
12103 2012-04-04  Gabor Vida  <vidagabor@gmail.com>  (tiny change)
12105         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12106         (bug#11145).
12108 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12110         * comint.el (comint--common-quoted-suffix): Check string boundary
12111         before comparing (bug#11158).
12112         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12114 2012-04-04  Chong Yidong  <cyd@gnu.org>
12116         * minibuffer.el (completion-extra-properties): Doc fix.
12118         * subr.el (delayed-warnings-hook): Doc fix.
12120 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
12122         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12123         selection (Bug#11159).
12124         (epa-insert-keys): Inform that the default public key will be
12125         exported if no key is selected.
12127 2012-04-04  Richard Stallman  <rms@gnu.org>
12129         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12131 2012-04-03  Chong Yidong  <cyd@gnu.org>
12133         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12134         mail-insert-file, not its obsolete alias mail-attach-file.
12136 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
12138         * notifications.el (notifications-notify): Fix docstring.
12140 2012-04-02  Glenn Morris  <rgm@gnu.org>
12142         * emacs-lisp/authors.el (authors-aliases): Another addition.
12144 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
12146         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12147         `tramp-compat-call-process' instead of `tramp-local-call-process'.
12148         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12150 2012-04-01  Chong Yidong  <cyd@gnu.org>
12152         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12153         Handle root directory properly.
12154         (copy-directory): Caller changed.
12156         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12157         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12159 2012-03-31  Glenn Morris  <rgm@gnu.org>
12161         * term/xterm.el (xterm-extra-capabilities): Doc fix.
12163         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
12165         * calendar/calendar.el (calendar-window-list)
12166         (calendar-hide-window): Restore.  (Bug#11140)
12167         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12169         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12171 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12173         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12174         Check if file is a symlink (Bug#10489).
12176         * files.el (copy-directory): Likewise.
12178 2012-03-30  Chong Yidong  <cyd@gnu.org>
12180         * image.el (imagemagick-types-inhibit)
12181         (imagemagick-register-types): Doc fix.
12183 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12185         * textmodes/ispell.el (ispell-get-extended-character-mode):
12186         Disable extended-char-mode for hunspell.  hunspell does not support it
12187         and treats ~word as ordinary words in pipe mode.
12189 2012-03-30  Glenn Morris  <rgm@gnu.org>
12191         * tutorial.el (help-with-tutorial): Ensure local variables don't
12192         happen to make the buffer read-only.  (Bug#11127)
12194 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12197         (perl-calculate-indent): Return `noindent' in strings.
12199 2012-03-28  Sam Steingold  <sds@gnu.org>
12201         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12202         instead of the broken adhockery which does not prevent calendar
12203         buffers from being displayed at random after exit.
12204         (calendar-window-list, calendar-hide-window): Remove the broken
12205         adhockery.
12207 2012-03-28  Glenn Morris  <rgm@gnu.org>
12209         * replace.el (query-replace-map): Doc fix.
12211 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
12213         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12214         contents.  (Bug#11109)
12216 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12218         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12219         (bug#11077).
12220         (avl-tree--check, avl-tree--check-node): New funs.
12222 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
12224         * window.el (switch-to-visible-buffer): New option.
12225         (switch-to-prev-buffer, switch-to-next-buffer):
12226         Observe switch-to-visible-buffer.  Make sure that checking for a window
12227         showing a buffer already is done on the same frame.
12229 2012-03-27  Glenn Morris  <rgm@gnu.org>
12231         * startup.el (mail-host-address): Doc fix.
12233 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12235         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12236         than 197 variables.
12238 2012-03-26  Ami Fischman  <ami@fischman.org>
12240         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12242 2012-03-26  Glenn Morris  <rgm@gnu.org>
12244         * files.el (save-buffers-kill-emacs): Doc fix.
12246         * startup.el (normal-top-level, command-line, command-line-1):
12247         Give them doc strings.
12249 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
12251         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12252         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12254 2012-03-25  Chong Yidong  <cyd@gnu.org>
12256         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12257         theme if it was previously enabled before (Bug#11031).
12259         * cus-theme.el (custom-theme-write-faces): Retrieve current face
12260         spec with custom-face-get-current-spec if its :shown-value is not
12261         determined yet (Bug#9337).
12262         (customize-create-theme, custom-theme-revert): Doc fixes.
12264         * button.el (button-at): Minor addition to docstring.
12266 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
12268         * vc/vc.el (vc-merge): Fix a prompt.
12270 2012-03-24  Chong Yidong  <cyd@gnu.org>
12272         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12273         point (Bug#9623).
12275         * button.el (button-at): Minor addition to docstring.
12277 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12279         * newcomment.el (comment-choose-indent): No space after BOL.
12281 2012-03-22  Sam Steingold  <sds@gnu.org>
12283         * window.el (switch-to-prev-buffer): Revert last patch because the
12284         bug turned out to be an advertised feature (Elisp manual 28.14).
12286 2012-03-22  Glenn Morris  <rgm@gnu.org>
12288         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
12289         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12291 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12293         * net/network-stream.el (network-stream-open-starttls): Make error
12294         message under Windows be less misleading.
12296 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
12298         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12299         understands (bug#9942).
12301 2012-03-22  Chong Yidong  <cyd@gnu.org>
12303         * simple.el (end-of-visible-line): Handle return value of
12304         next-single-property-change properly (Bug#9371).
12306 2012-03-22  Kenichi Handa  <handa@m17n.org>
12308         * international/quail.el (quail-insert-kbd-layout): Fix previous
12309         change.  To avoid unwanted bidi reordering, use
12310         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12312 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
12314         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12315         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12316         (ruby-beginning-of-indent): Be more careful with the difference
12317         between word-boundary and symbol boundary.
12318         (ruby-mode-syntax-table): Make : a symbol constituent.
12320 2012-03-21  Andreas Politz  <politza@fh-trier.de>
12322         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12324 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12326         * progmodes/etags.el (tags-completion-at-point-function):
12327         Improve last fix.
12329         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12331 2012-03-21  Sam Steingold  <sds@gnu.org>
12333         * progmodes/etags.el (tags-completion-at-point-function):
12334         Avoid the error when point is inside the pattern.
12336 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
12338         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12339         line (Bug#10855).
12341 2012-03-21  Drew Adams  <drew.adams@oracle.com>
12343         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12345 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
12347         * ido.el (ido-set-current-directory, ido-read-internal)
12348         (ido-choose-completion-string, ido-completion-help): Handle nil
12349         value of ido-completion-buffer (Bug#11008).
12351 2012-03-21  Sam Steingold  <sds@gnu.org>
12353         * window.el (switch-to-prev-buffer): Do not switch to a visible
12354         window previous buffer, just like with the frame previous buffers.
12356 2012-03-21  Chong Yidong  <cyd@gnu.org>
12358         * faces.el (make-face, make-empty-face, copy-face):
12359         * face-remap.el (face-remap-add-relative, face-remap-set-base):
12360         Doc fixes.
12362 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12364         * wid-edit.el (widget-complete-field): Remove (bug#11051).
12365         (widget-complete): Remove broken use of it.
12367 2012-03-20  Chong Yidong  <cyd@gnu.org>
12369         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12370         Use string-width and truncate-string-width to handle arbitrary
12371         characters.
12373 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
12375         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12376         to draw rectangles, not squares.  (Regression introduced by revno
12377         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12379 2012-03-18  Chong Yidong  <cyd@gnu.org>
12381         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12382         it is not yet defined (for temacs).
12384 2012-03-18  Leo Liu  <sdl.web@gmail.com>
12386         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12387         prefix.
12389 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
12391         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12392         (ispell-choices-win-default-height, ispell-silently-savep)
12393         (ispell-dictionary-alist, ispell-encoding8-command)
12394         (ispell-check-version, ispell-aspell-find-dictionary)
12395         (ispell-valid-dictionary-list, ispell-words-keyword)
12396         (ispell-get-word, ispell-internal-change-dictionary)
12397         (ispell-region, ispell-skip-region-list)
12398         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12399         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12400         (ispell-message-text-end, ispell-message)
12401         (ispell-buffer-local-parsing): Doc fix.
12403 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
12405         * htmlfontify.el: Add support for code block fontification for ODT
12406         export (Bug #9914).
12407         (hfy-optimisations): Define new option
12408         `body-text-only'
12409         (hfy-fontify-buffer): Honor above setting.
12410         (hfy-begin-span, hfy-end-span): New routines factored out form
12411         `hfy-fontify-buffer'.
12412         (hfy-begin-span-handler, hfy-end-span-handler): New variables
12413         that permit insertion of custom tags.
12414         (hfy-fontify-buffer): Use above handlers.
12415         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12416         (hfy-face-to-css): Re-defined to be a variable.
12417         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
12418         over multiple runs.  This is made possible by having the caller let
12419         bind a special variable `hfy-user-sheet-assoc'.
12420         (htmlfontify-string): New defun.
12421         (hfy-compile-face-map): Make sure that the last char in the
12422         buffer is correctly fontified.
12423         (hfy-face-resolve-face): Whitespace only change.
12425 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
12427         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12428         message more clear.
12430 2012-03-16  Leo Liu  <sdl.web@gmail.com>
12432         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12434 2012-03-16  Alan Mackenzie  <acm@muc.de>
12436         Further optimize the handling of large macros.
12438         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12439         limit to a call of `c-literal-limits'.
12440         (c-determine-+ve-limit): New function.
12441         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12442         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12443         In CASE 5B, restrict a search limit to 500.
12444         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12446         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12447         Restrict macro bounds to +-500 from after-change's BEG END.
12449 2012-03-16  Leo Liu  <sdl.web@gmail.com>
12451         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12453 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
12455         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12456         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
12458 2012-03-16  Glenn Morris  <rgm@gnu.org>
12460         * view.el (view-buffer, view-buffer-other-window)
12461         (view-buffer-other-frame): Doc fixes re special mode-class.
12463         * subr.el (eval-after-load): If named feature is provided not from
12464         a file, run after-load forms.  (Bug#10946)
12466         * calendar/calendar.el (calendar-insert-at-column):
12467         Handle non-unit-width characters a bit better.  (Bug#10978)
12469 2012-03-15  Chong Yidong  <cyd@gnu.org>
12471         * emacs-lisp/ring.el (ring-extend): New function.
12472         (ring-insert+extend): Extend the ring correctly (Bug#11019).
12474         * comint.el (comint-read-input-ring)
12475         (comint-add-to-input-history): Grow comint-input-ring lazily.
12477 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12479         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12480         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12482         * imenu.el: Fix multiple inheritance breakage (bug#9199).
12483         (imenu-add-to-menubar): Don't add a redundant index.
12484         (imenu-update-menubar): Handle a dynamically composed keymap.
12486 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12488         * mail/sendmail.el (mail-encode-header):
12489         Bind rfc2047-encode-encoded-words to nil.
12491 2012-03-13  Glenn Morris  <rgm@gnu.org>
12493         * calendar/calendar.el (calendar-string-spread):
12494         Handle non-unit-width characters a bit better.  (Bug#10978)
12496 2012-03-13  Leo Liu  <sdl.web@gmail.com>
12498         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12499         directory and file as argument (Bug#10822).
12501 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
12503         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12504         For dynamically generated code, follow $PC.
12505         (gdb-disassembly-handler-custom): Handle no function name case.
12507 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
12509         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12510         * emulation/ws-mode.el (ws-query-replace):
12511         * sort.el (sort-regexp-fields):
12512         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
12514 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * dabbrev.el: Fix cycle completion order (bug#10963).
12517         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12518         (dabbrev-completion): Don't use an obarray; provide
12519         a cycle-sort-function.
12521 2012-03-12  Leo Liu  <sdl.web@gmail.com>
12523         * simple.el (kill-new): Use equal-including-properties for comparison.
12524         (kill-do-not-save-duplicates): Doc fix.
12526 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12528         * dabbrev.el: Fix cycle completion (bug#10963).
12529         Use lexical binding and wrap to 80 columns.
12530         (dabbrev-completion): Delay computing the list of completions.
12532 2012-03-12  Kenichi Handa  <handa@m17n.org>
12534         * international/quail.el (quail-insert-kbd-layout): Surround each
12535         row by LRO and PDF instead of inserting many LRMs.  Pad the left
12536         and right of each non-spacing marks.  Insert invisible space
12537         between lower and upper characters to prevent composition.
12539 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12541         * minibuffer.el (minibuffer-complete): Don't get confused when the
12542         function is run twice via different commands (bug#10958).
12543         (complete-with-action): Fix docstring.
12545 2012-03-12  Chong Yidong  <cyd@gnu.org>
12547         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12548         (nxml-completion-at-point-function): New function.
12549         (nxml-mode): Use it.
12550         (nxml-bind-meta-tab-to-complete-flag): Default to t.
12552         * emacs-lisp/package.el (package-unpack, package-unpack-single):
12553         Load generated autoloads file before byte compiling (Bug#10970).
12554         (package--make-autoloads-and-compile): New helper fun.
12556 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
12558         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12560 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
12562         * autorevert.el (auto-revert-handler): Ensure, that
12563         file-readable-p is applied only for local files or in
12564         auto-revert-tail-mode.
12566 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
12568         * server.el (server-eval-at): Handle non-tcp connections.
12569         Decode result string.
12571         * server.el (server-msg-size): New constant.
12572         (server-reply-print): New function.
12573         (server-eval-and-print): Use it.
12574         (server-eval-at): Use server-quote-arg and server-unquote-arg.
12575         Handle -print-nonl.
12577 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
12579         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12580         (Bug#10987).
12582 2012-03-11  Chong Yidong  <cyd@gnu.org>
12584         * simple.el (goto-line): Doc fix (Bug#9938).
12586         * subr.el (save-window-excursion): Doc fix (Bug#9979).
12588         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12589         when finished (Bug#10963).
12591 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
12593         * window.el (split-window-below): Fix bug in case where
12594         split-window-keep-point is nil (Bug#10971).
12596 2012-03-11  Juri Linkov  <juri@jurta.org>
12598         * replace.el (replace-highlight): Set isearch-word to nil
12599         unconditionally.  (Bug#10887)
12601 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
12603         * net/mairix.el (mairix-replace-invalid-chars): Rename from
12604         mairix-replace-illegal-chars; all callers changed.  Don't remove
12605         ^, ~, and = characters: they are meaningful in mairix search specs.
12606         (mairix-widget-create-query): Add usage information about mairix
12607         search forms: negating words, searching for substrings, etc.
12609 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
12611         * international/fontset.el (font-encoding-alist): Add an entry for
12612         ksx1001 (Bug#5667).
12614 2012-03-10  Richard Stallman  <rms@gnu.org>
12616         * mail/sendmail.el (mail-encode-header):
12617         Set rfc2047-encode-encoded-words.
12619         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12621         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
12622         view buffer means not swapped.
12623         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
12624         (rmail-write-region-annotate): Error if real text has disappeared.
12626         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
12628 2012-03-10  Chong Yidong  <cyd@gnu.org>
12630         * emulation/cua-rect.el (cua--init-rectangles):
12631         * emulation/cua-base.el (cua--init-keymaps):
12632         Add delete-forward-char to remappings (Bug#9666).
12634 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
12636         * speedbar.el (speedbar-unhighlight-one-tag-line):
12637         Avoid unhighlighting due to frame switching (Bug#10275).
12639 2012-03-10  Chong Yidong  <cyd@gnu.org>
12641         * minibuffer.el (completion-in-region, completion-help-at-point):
12642         Give the completion field overlay a high priority (Bug#6830).
12644         * dired.el (dired-goto-file): Recognize absolute file name
12645         listings (Bug#7126).
12646         (dired-goto-file-1): New helper function.
12647         (dired-toggle-read-only): Inhibit warnings.
12649 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
12651         * net/dbus.el (dbus-property-handler): Return empty array if
12652         there are no properties.
12654 2012-03-09  Leo Liu  <sdl.web@gmail.com>
12656         * savehist.el (savehist-printable): Stricter check for string
12657         value (Bug#10937).
12659 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
12661         * mail/smtpmail.el (smtpmail-send-it):
12662         Bind coding-system-for-write to *-unix, so that FCC files are kept in
12663         valid mbox format.
12665 2012-03-09  Glenn Morris  <rgm@gnu.org>
12667         * files.el (dir-locals-find-file):
12668         Don't check result is regular, readable.
12669         (dir-locals-read-from-file): Demote errors.
12671 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
12673         * international/quail.el (quail-insert-kbd-layout):
12674         Insert invisible LRM characters before each character in a keyboard
12675         layout cell, to prevent their reordering by bidi display engine.
12676         For details, see the discussion in
12677         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
12679 2012-03-08  Alan Mackenzie  <acm@muc.de>
12681         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
12682         the starting position; make it extend the marked region when
12683         invoked repeatedly - all under appropriate circumstances.
12684         Fixes bugs #5525, #10906.
12686 2012-03-08  Glenn Morris  <rgm@gnu.org>
12688         * files.el (locate-dominating-file, dir-locals-find-file):
12689         Undo 2012-03-06 change.
12691 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
12693         * international/quail.el (quail-help):
12694         Force bidi-paragraph-direction be left-to-right.  See discussion in
12695         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
12696         for the reason.
12698 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
12700         Avoid superfluous registering of signals.  (Bug#10807)
12702         * notifications.el (notifications-on-action-object)
12703         (notifications-on-close-object): New defvars.
12704         (notifications-on-action-signal, notifications-on-closed-signal):
12705         Unregister the signal if not needed any longer.
12706         (notifications-notify): Register `notifications-action-signal' or
12707         `notifications-closed-signal', if :on-action or :on-close has been
12708         passed as argument.
12710 2012-03-07  Chong Yidong  <cyd@gnu.org>
12712         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
12713         non-X platforms.
12715 2012-03-06  Glenn Morris  <rgm@gnu.org>
12717         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12718         (x-disown-selection-internal, x-get-selection-internal):
12719         Doc fix (add arglist signatures).  (Bug#10783)
12721 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
12723         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
12724         Handle breakpoints with no "type".
12726 2012-03-06  Glenn Morris  <rgm@gnu.org>
12728         * files.el (locate-dominating-file): Add optional predicate argument.
12729         (dir-locals-find-file): Make use of above change.
12731 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
12733         * info.el (Info-insert-dir): Also try "dir.gz".
12735 2012-03-06  Glenn Morris  <rgm@gnu.org>
12737         * files.el (dir-locals-find-file):
12738         Ignore non-readable or non-regular files.  (Bug#10928)
12740         * files.el (locate-dominating-file): Doc fix.
12742 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
12744         * calendar/calendar.el (calendar-set-mode-line):
12745         `getenv' returns a string.  (Bug#10951)
12747 2012-03-05  Leo Liu  <sdl.web@gmail.com>
12749         * simple.el (backward-delete-char-untabify): Constrain point to
12750         field (Bug#10939).
12752         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
12754 2012-03-05  Chong Yidong  <cyd@gnu.org>
12756         * simple.el (count-words): If called from Lisp, return the word
12757         count, for symmetry with `count-lines'.  Arglist changed.
12758         (count-words--message): Args changed.  Consolidate counting code
12759         from count-words and count-words-region.
12760         (count-words-region): Caller changed.
12761         (count-lines-region): Make it an obsolete alias.
12763 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
12765         * saveplace.el (save-place-to-alist)
12766         (save-place-ignore-files-regexp): Allow value nil to disable this
12767         feature.
12769 2012-03-04  Chong Yidong  <cyd@gnu.org>
12771         * faces.el (face-spec-reset-face): For the default face, reset the
12772         attributes to default values (Bug#10748).
12774 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12776         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
12777         previous patch: Check `message-send-mail-function', and not the
12778         default function (bug#10897).
12780 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
12782         * notifications.el (notifications-on-action-signal)
12783         (notifications-on-closed-signal): Check for unique service name of
12784         incoming event.  Fix error in removing entry.
12785         (top): Register for signals with wildcard service name.
12786         (notifications-notify): Use daemon unique service name for map entries.
12788 2012-03-04  Chong Yidong  <cyd@gnu.org>
12790         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
12792 2012-03-04  Glenn Morris  <rgm@gnu.org>
12794         * abbrev.el (copy-abbrev-table, abbrev-table-p)
12795         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
12796         (expand-abbrev, define-abbrev-table): Doc fixes.
12798 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12800         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
12801         `message-default-send-mail-function' and not `send-mail-function'
12802         when doing the prompting for `sendmail-query-once' before sending
12803         in Message buffers (bug#10897).
12805         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
12806         This is inconsistent with all the other stream functions, which leave
12807         the setting up to the higher levels (if so wanted) (bug#10931).
12809 2012-03-02  Alan Mackenzie  <acm@muc.de>
12811         Depessimize the handling of very large macros.
12813         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
12814         (c-macro-cache-syntactic): New variables to implement a one
12815         element macro cache.
12816         (c-invalidate-macro-cache): New function.
12817         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
12818         Adapt to use the new cache.
12819         (c-state-safe-place): Use better the cache of safe positions.
12820         (c-state-semi-nonlit-pos-cache)
12821         (c-state-semi-nonlit-pos-cache-limit):
12822         New variables for...
12823         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
12824         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
12825         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
12826         Use c-state-semi-safe-place.
12828         * progmodes/cc-langs.el (c-get-state-before-change-functions):
12829         Add c-invalidate-macro-cache to the C, C++, Obj entries.
12831 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
12833         * jka-compr.el (jka-compr-call-process):
12834         Apply `file-accessible-directory-p' only when the default directory is
12835         not remote.
12837 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
12839         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
12840         access of FILE2, if FILE1 does not exist.
12842         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
12843         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
12845         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
12846         Add "PAGER=" to `process-environment'.
12848 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
12850         * progmodes/sql.el: Bug fix
12851         (sql-get-login-ext): Save login values in globals.
12852         (sql-get-login): Use new version of `sql-get-login-ext'.
12853         (sql-interactive-mode): Set global `sql-connection' to nil.
12854         (sql-connect): Set global values for connection.
12855         (sql-product-interactive): Save global values as buffer local.
12857 2012-02-29  Leo Liu  <sdl.web@gmail.com>
12859         * abbrev.el (define-abbrevs): Reset sys to nil.
12861 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12863         * files.el (file-equal-p): Rename from `files-equal-p'.
12864         Return nil when one or both files don't exist.
12865         (file-subdir-of-p): Now only top directory must exists,
12866         return nil if it doesn't.
12867         (copy-directory): No need to test with `file-subdir-of-p' after
12868         creating dir.
12869         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
12870         to `file-equal-p'.
12872 2012-02-28  Glenn Morris  <rgm@gnu.org>
12874         * shell.el (shell-mode):
12875         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
12876         * play/landmark.el (landmark-font-lock-face-O):
12877         * play/handwrite.el (handwrite):
12878         * play/gomoku.el (gomoku-O):
12879         * net/browse-url.el (browse-url-browser-display):
12880         * international/mule.el (define-charset):
12881         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
12882         * filesets.el (filesets-find-file-delay):
12883         * eshell/em-xtra.el (eshell-xtra):
12884         * eshell/em-unix.el (eshell-grep):
12885         * emulation/viper.el (viper-mode):
12886         * emacs-lisp/regexp-opt.el (regexp-opt-group):
12887         * emacs-lisp/easymenu.el (easy-menu-define):
12888         * calendar/timeclock.el (timeclock-use-display-time):
12889         * bs.el (bs-mode):
12890         * bookmark.el (bookmark-save-flag):
12891         Doc fix (standardize possessive apostrophe usage).
12893 2012-02-27  Chong Yidong  <cyd@gnu.org>
12895         * emulation/viper-cmd.el (viper-intercept-ESC-key):
12896         Fix key-binding lookup for ESC key (Bug#9146).
12898         * font-lock.el (font-lock-specified-p): Rename from
12899         font-lock-spec-present.  Callers changed.
12901 2012-02-27  Daniel Hackney  <dan@haxney.org>
12903         * emacs-lisp/package.el (package-compute-transaction):
12904         Handle holding a package version to t in package-load-list.
12906 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
12908         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
12909         (tramp-get-inode, tramp-get-device): Use cached values.
12911 2012-02-26  Alan Mackenzie  <acm@muc.de>
12913         Check there is a font-lock specification before doing initial
12914         fontification.
12916         * font-core.el (font-lock-mode): Move the conditional from
12917         :after-hook to font-lock-initial-fontify.
12918         (font-lock-default-function): Move the check for a specification
12919         to font-lock-spec-present.
12921         * font-lock.el (font-lock-initial-fontify): Call ...
12922         (font-lock-spec-present): New function.
12924 2012-02-26  Jim Blandy  <jimb@red-bean.com>
12926         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
12927         (gdb-send): Apply it to the operand of the '-interpreter-exec
12928         console' command, so that we can pass arguments with (say) quotes
12929         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
12931 2012-02-26  Chong Yidong  <cyd@gnu.org>
12933         * help-fns.el (describe-function-1): Clarify description of
12934         remapping (Bug#10844).
12936         * files.el (files-equal-p): Doc fix.
12937         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
12938         and quit the loop once a mismatch is found.
12940 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
12942         * bs.el (bs--show-with-configuration): Don't throw an error
12943         if the window cannot be split; otherwise, subsequent calls to
12944         bs-show fail, restoring a stale window config.  (Bug#10882)
12946 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
12948         * term/ns-win.el (global-map): Bind ns-drag-file to
12949         ns-find-file (Bug#5855, Bug#10050).
12951 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
12953         * calendar/parse-time.el (parse-time-string): Allow extractor to
12954         return nil.
12956 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
12958         * net/tramp.el (tramp-file-name-for-operation):
12959         Add `files-equal-p' and `file-subdir-of-p'.
12961         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
12962         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
12963         Add COPY-CONTENTS argument.
12965 2012-02-25  Chong Yidong  <cyd@gnu.org>
12967         Add custom groups for VC backends, for consistency with vc-bzr.
12969         * vc/vc-arch.el (vc-arch):
12970         * vc/vc-cvs.el (vc-cvs):
12971         * vc/vc-git.el (vc-git):
12972         * vc/vc-hg.el (vc-hg):
12973         * vc/vc-mtn.el (vc-mtn):
12974         * vc/vc-rcs.el (vc-rcs):
12975         * vc/vc-sccs.el (vc-sccs):
12976         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
12977         All relevant defcustoms reassigned.
12979 2012-02-25  Chong Yidong  <cyd@gnu.org>
12981         * newcomment.el (comment-styles): Add autoload (Bug#10868).
12983         * term/x-win.el (x-initialize-window-system): Reduce default for
12984         x-selection-timeout to 5 seconds (Bug#8869).
12986 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12988         * files.el (files-equal-p, file-subdir-of-p): New functions.
12989         (copy-directory): Error when trying to copy a directory on itself.
12990         Add missing copy-contents arg to tramp handler.
12991         * dired-aux.el (dired-copy-file-recursive): Same.
12992         (dired-create-files): Modify destination when source is equal to
12993         dest when copying files.
12994         Return also when dest is a subdir of source.  (Bug#10489)
12996 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
12998         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
12999         (Bug#10874)
13001 2012-02-23  Alan Mackenzie  <acm@muc.de>
13003         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13004         parameter "after-hook:" to allow the expansion to run code after
13005         the execution of the mode hooks.
13007         * font-lock.el (font-lock-initial-fontify): New function extracted
13008         from font-lock-mode-internal.
13010         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13011         :after-hook.
13013 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13015         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13016         (completion--cache-all-sorted-completions): New function.
13017         (completion-all-sorted-completions): Use it.
13018         (completion--do-completion, minibuffer-force-complete):
13019         Use it to re-instate the flush hook.
13021         * icomplete.el (icomplete-completions): Replace last fix with a better
13022         one (bug#10850).
13024 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
13026         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13027         when it might call us back infinitely (bug#10797).
13029 2012-02-23  Glenn Morris  <rgm@gnu.org>
13031         * minibuffer.el (completion-category-overrides): Doc fix.
13033 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13035         * minibuffer.el (completion-table-with-context): Fix inf-loop.
13036         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13038 2012-02-23  Glenn Morris  <rgm@gnu.org>
13040         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13041         (authors-obsolete-files-regexps, authors-ignored-files)
13042         (authors-ambiguous-files, authors-renamed-files-alist):
13043         Add more entries.
13045 2012-02-23  Juri Linkov  <juri@jurta.org>
13047         * isearch.el (isearch-occur): Sync interactive spec with occur's
13048         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
13050         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13052 2012-02-22  Juri Linkov  <juri@jurta.org>
13054         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13055         (ucs-insert): Doc fix.  Check for hex digits in the string.
13056         Don't display `nil' in the error message.  (Bug#10857)
13058 2012-02-22  Alan Mackenzie  <acm@muc.de>
13060         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13062 2012-02-22  Glenn Morris  <rgm@gnu.org>
13064         * ffap.el (ffap-c-path):
13065         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
13067 2012-02-22  Chong Yidong  <cyd@gnu.org>
13069         * custom.el (load-theme): Doc fix.
13071 2012-02-22  Glenn Morris  <rgm@gnu.org>
13073         * dired-x.el (dired-guess-shell-alist-default):
13074         Remove escape sequences from nroff output.  (Bug#172)
13076 2012-02-21  Glenn Morris  <rgm@gnu.org>
13078         * vc/emerge.el (emerge-defvar-local):
13079         Set `permanent-local' property rather than unused `preserved'.
13081         * textmodes/picture.el (picture-delete-char): New alias.
13082         (picture-mode-map): Use it.  (Bug#10860)
13083         (picture-mode): Doc fix.
13085 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
13087         * newcomment.el (uncomment-region-default): Remove unused binding.
13089 2012-02-21  Glenn Morris  <rgm@gnu.org>
13091         * textmodes/picture.el (picture-motion, picture-motion-reverse)
13092         (picture-self-insert, picture-tab-chars): Doc fix.
13093         (picture-mode-map): Fix C-a, C-e.
13095 2012-02-20  Glenn Morris  <rgm@gnu.org>
13097         * emacs-lisp/authors.el (authors-aliases): Add another entry.
13099 2012-02-20  Leo Liu  <sdl.web@gmail.com>
13101         * icomplete.el (icomplete-completions): Check FROM arg before
13102         passing to substring (Bug#10850).
13104 2012-02-19  Chong Yidong  <cyd@gnu.org>
13106         * comint.el: Require ansi-color.
13107         (comint-output-filter-functions): Add ansi-color-process-output.
13109         * ansi-color.el: Don't set comint-output-filter-functions; it is
13110         now in the initial value defined in comint.el.
13111         (ansi-color-apply-face-function): New variable.
13112         (ansi-color-apply-on-region): Use it.
13113         (ansi-color-apply-overlay-face): New function.
13115         * shell.el (shell): No need to require ansi-color.
13116         (shell-mode): Use ansi-color-apply-face-function to highlight
13117         color escapes using font-lock-face property (Bug#10835).
13119 2012-02-19  Chong Yidong  <cyd@gnu.org>
13121         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13122         mode-line formats (Bug#10839).
13124 2012-02-18  Glenn Morris  <rgm@gnu.org>
13126         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13128         * mail/undigest.el (unforward-rmail-message): Doc fix.
13130         * saveplace.el (save-place-ignore-files-regexp): Add :version.
13132 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
13134         * international/characters.el (script-list): Sync with the latest
13135         Unicode Character Database.
13137 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
13139         * international/titdic-cnv.el: Remove duplicate coding tag.
13140         * language/cham.el: Likewise.
13141         * language/tai-viet.el: Likewise.
13143 2012-02-18  Glenn Morris  <rgm@gnu.org>
13145         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13146         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13147         (calendar-bahai-all-holidays-flag, calendar-other-dates):
13148         * calendar/diary-lib.el (diary-abbreviated-year-flag):
13149         * calendar/holidays.el (holiday-bahai-holidays)
13150         (calendar-holidays, list-holidays):
13151         Use utf-8 Bahá'í in doc-strings, menus, etc.
13153 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
13155         * saveplace.el (save-place-ignore-files-regexp): New variable
13156         allowing for excluding files from saving their location of point.
13157         The default value matches the temporary commit message editing
13158         files from Git, SVN, Bazaar, and Mercurial.
13159         (save-place-to-alist): Use it.
13161 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
13162             Stefan Monnier  <monnier@iro.umontreal.ca>
13164         * newcomment.el (uncomment-region-default): Don't leave extra space
13165         when an arg is provided (bug#8150).
13167 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
13169         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13171 2012-02-17  Glenn Morris  <rgm@gnu.org>
13173         * net/socks.el: Require network-stream.  (Bug#10599)
13175 2012-02-17  Kenichi Handa  <handa@m17n.org>
13177         * international/charprop.el:
13178         * international/uni-name.el:
13179         * international/uni-old-name.el:
13180         * international/uni-comment.el: Regenerate.
13182 2012-02-16  Glenn Morris  <rgm@gnu.org>
13184         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13185         Interactively in calendar buffer, give an error if not on a date.
13187 2012-02-15  Glenn Morris  <rgm@gnu.org>
13189         * shell.el (shell-delimiter-argument-list):
13190         Revert 2011-02-17 change.  (Bug#8027)
13192 2012-02-15  Chong Yidong  <cyd@gnu.org>
13194         * minibuffer.el (completion-at-point-functions): Doc fix.
13196         * custom.el (defcustom): Doc fix; note use of defvar.
13198 2012-02-15  Glenn Morris  <rgm@gnu.org>
13200         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13201         Doc fixes.
13203 2012-02-14  Glenn Morris  <rgm@gnu.org>
13205         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13207 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
13209         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13210         way the ports list is computed.
13211         (smtpmail-query-smtp-server): Prompt the user for a port number if
13212         we can't connect to any of the standard ports (bug#10810).
13214 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13216         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13218 2012-02-13  Glenn Morris  <rgm@gnu.org>
13220         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
13222 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
13224         * net/gnutls.el (gnutls-trustfiles): New variable.
13225         (gnutls-negotiate): Use it.
13227 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
13229         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13230         does its stuff if Gnus is running.
13232 2012-02-13  Alan Mackenzie  <acm@muc.de>
13234         Fix a loop in c-set-fl-decl-start.
13236         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13237         c-backward-syntactic-ws actually moves backwards.
13239 2012-02-13  Leo Liu  <sdl.web@gmail.com>
13241         * net/rcirc.el (rcirc-markup-attributes): Move point to the
13242         beginning so that all \C-o chars are removed.
13244 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
13246         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13248 2012-02-12  Alan Mackenzie  <acm@muc.de>
13250         Fix infinite loop with long macros.
13251         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13253 2012-02-12  Chong Yidong  <cyd@gnu.org>
13255         * window.el (display-buffer): Doc fix (Bug#10785).
13257 2012-02-12  Glenn Morris  <rgm@gnu.org>
13259         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13260         (x-disown-selection-internal, x-get-selection-internal):
13261         Sync docs with the xselect.c versions.
13263         * allout-widgets.el: Add missing license notice.
13265 2012-02-11  Glenn Morris  <rgm@gnu.org>
13267         * select.el (x-get-selection-internal, x-own-selection-internal)
13268         (x-disown-selection-internal):
13269         * x-dnd.el (x-get-selection-internal): Update declarations.
13271         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13273         * window.el (window-sides-slots):
13274         * tool-bar.el (tool-bar-position):
13275         * term/xterm.el (xterm-extra-capabilities):
13276         * ses.el (ses-self-reference-early-detection):
13277         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13278         (verilog-auto-wire-type)
13279         (verilog-auto-delete-trailing-whitespace)
13280         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13281         (verilog-auto-tieoff-declaration):
13282         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13283         (sql-oracle-statement-starters, sql-oracle-scan-on):
13284         * progmodes/prolog.el (prolog-align-comments-flag)
13285         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13286         (prolog-left-indent-regexp, prolog-paren-indent-p)
13287         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13288         (prolog-types, prolog-mode-specificators)
13289         (prolog-determinism-specificators, prolog-directives)
13290         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13291         (prolog-electric-dot-flag)
13292         (prolog-electric-dot-full-predicate-template)
13293         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13294         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13295         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13296         (prolog-program-switches, prolog-prompt-regexp)
13297         (prolog-debug-on-string, prolog-debug-off-string)
13298         (prolog-trace-on-string, prolog-trace-off-string)
13299         (prolog-zip-on-string, prolog-zip-off-string)
13300         (prolog-use-standard-consult-compile-method-flag)
13301         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13302         (prolog-imenu-max-lines, prolog-info-predicate-index)
13303         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13304         (prolog-char-quote-workaround):
13305         * progmodes/cc-vars.el (c-defun-tactic):
13306         * net/tramp.el (tramp-encoding-command-interactive)
13307         (tramp-local-end-of-line):
13308         * net/soap-client.el (soap-client):
13309         * net/netrc.el (netrc-file):
13310         * net/gnutls.el (gnutls):
13311         * minibuffer.el (completion-category-overrides)
13312         (completion-cycle-threshold)
13313         (completion-pcm-complete-word-inserts-delimiters):
13314         * man.el (Man-name-local-regexp):
13315         * mail/feedmail.el (feedmail-display-full-frame):
13316         * international/characters.el (glyphless-char-display-control):
13317         * eshell/em-ls.el (eshell-ls-date-format):
13318         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13319         (lisp-lambda-list-keyword-parameter-indentation)
13320         (lisp-lambda-list-keyword-parameter-alignment):
13321         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13322         * dired-x.el (dired-omit-verbose):
13323         * cus-theme.el (custom-theme-allow-multiple-selections):
13324         * calc/calc.el (calc-highlight-selections-with-faces)
13325         (calc-lu-field-reference, calc-lu-power-reference)
13326         (calc-note-threshold):
13327         * battery.el (battery-mode-line-limit):
13328         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13329         (archive-7z-update):
13330         * allout.el (allout-prefixed-keybindings)
13331         (allout-unprefixed-keybindings)
13332         (allout-inhibit-auto-fill-on-headline)
13333         (allout-flattened-numbering-abbreviation):
13334         * allout-widgets.el (allout-widgets-auto-activation)
13335         (allout-widgets-icons-dark-subdir)
13336         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13337         (allout-widgets-theme-dark-background)
13338         (allout-widgets-theme-light-background)
13339         (allout-widgets-item-image-properties-emacs)
13340         (allout-widgets-item-image-properties-xemacs)
13341         (allout-widgets-run-unit-tests-on-load)
13342         (allout-widgets-time-decoration-activity)
13343         (allout-widgets-hook-error-post-time)
13344         (allout-widgets-track-decoration):
13345         Add missing :version tags to new defcustoms and defgroups.
13347         * progmodes/sql.el (sql-ansi-statement-starters)
13348         (sql-oracle-statement-starters): Add custom type.
13350         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13351         (prolog-system-version): Give it a type.
13353 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
13355         * term/pc-win.el (x-select-text, x-selection-owner-p)
13356         (x-own-selection-internal, x-disown-selection-internal)
13357         (x-get-selection-internal): Sync doc strings and argument lists
13358         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
13360 2012-02-11  Leo Liu  <sdl.web@gmail.com>
13362         * progmodes/python.el (python-end-of-statement): Fix infinite
13363         loop.  (Bug#10788)
13365 2012-02-10  Glenn Morris  <rgm@gnu.org>
13367         * international/mule-cmds.el (unify-8859-on-encoding-mode)
13368         (unify-8859-on-decoding-mode): Properly mark as obsolete.
13370 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
13372         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13373         about SMTP before checking the From header.
13375         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13376         into own function for reuse by emacsbug.el.
13378 2012-02-10  Leo Liu  <sdl.web@gmail.com>
13380         * subr.el (condition-case-unless-debug): Rename from
13381         condition-case-no-debug.  All callers changed.
13382         (with-demoted-errors): Fix caller.
13384         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13385         * nxml/rng-valid.el (rng-do-some-validation):
13386         * emacs-lisp/package.el (package-refresh-contents)
13387         (package-menu-execute):
13388         * desktop.el (desktop-create-buffer):
13389         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13391 2012-02-10  Glenn Morris  <rgm@gnu.org>
13393         * textmodes/bibtex.el:
13394         Add missing :version tags for new/changed defcustoms.
13396         * files.el (remote-file-name-inhibit-cache): Doc fixes.
13398 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
13400         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13401         (smtpmail-via-smtp): Use it, or fall back on the From address.
13402         (smtpmail-send-it): Ditto.
13404 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13406         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13407         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
13408         (byte-compile-tmp-var): New const.
13409         (byte-compile-defvar): Use it to minimize .elc size.
13410         Just use `defvar' rather than simulate it (bug#10761).
13412 2012-02-09  Glenn Morris  <rgm@gnu.org>
13414         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
13416         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13417         Add :version tags.
13419         * progmodes/compile.el (compilation-error-screen-columns)
13420         (compilation-first-column, compilation-filter-start): Doc fixes.
13422         * vc/log-view.el (log-view-toggle-entry-display):
13423         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13425         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13426         (report-emacs-bug-can-use-xdg-email):
13427         (report-emacs-bug-insert-to-mailer): Doc fixes.
13428         (report-emacs-bug): Message fix.
13430         * net/browse-url.el (browse-url-can-use-xdg-open)
13431         (browse-url-xdg-open): Doc fixes.
13433         * electric.el (electric-indent-mode, electric-pair-mode)
13434         (electric-layout-rules, electric-layout-mode): Doc fixes.
13435         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13437 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
13439         * server.el (server-unselect-display): Don't inadvertently kill
13440         the current buffer.  (Bug#10729)
13442 2012-02-08  Glenn Morris  <rgm@gnu.org>
13444         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13445         (sql-list-table): Doc fixes.
13447         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13448         Comment out (does nothing).
13450         * completion.el (dynamic-completion-mode):
13451         * dirtrack.el (dirtrack-debug-mode):
13452         * electric.el (electric-layout-mode):
13453         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13454         * face-remap.el (text-scale-mode, buffer-face-mode):
13455         * iimage.el (iimage-mode):
13456         * image-mode.el (image-transform-mode):
13457         * minibuffer.el (completion-in-region-mode):
13458         * scroll-lock.el (scroll-lock-mode):
13459         * simple.el (next-error-follow-minor-mode):
13460         * tar-mode.el (tar-subfile-mode):
13461         * tooltip.el (tooltip-mode):
13462         * vcursor.el (vcursor-use-vcursor-map):
13463         * wid-browse.el (widget-minor-mode):
13464         * emulation/tpu-edt.el (tpu-edt-mode):
13465         * emulation/tpu-extras.el (tpu-cursor-free-mode):
13466         * international/iso-ascii.el (iso-ascii-mode):
13467         * language/thai-util.el (thai-word-mode):
13468         * mail/supercite.el (sc-minor-mode):
13469         * net/goto-addr.el (goto-address-mode):
13470         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13471         * progmodes/cwarn.el (cwarn-mode):
13472         * progmodes/flymake.el (flymake-mode):
13473         * progmodes/glasses.el (glasses-mode):
13474         * progmodes/hideshow.el (hs-minor-mode):
13475         * progmodes/pascal.el (pascal-outline-mode):
13476         * textmodes/enriched.el (enriched-mode):
13477         * vc/smerge-mode.el (smerge-mode):
13478         Doc fixes (minor mode argument).
13480 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
13482         * ls-lisp.el (ls-lisp-sanitize): New function.
13483         (ls-lisp-insert-directory): Use it to fix or remove any elements
13484         in file-alist with missing attributes.  (Bug#4673)
13486 2012-02-07  Alan Mackenzie  <acm@muc.de>
13488         Fix spurious recognition of c-in-knr-argdecl.
13490         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13491         putative K&R region.
13493 2012-02-07  Alan Mackenzie  <acm@muc.de>
13495         * progmodes/cc-engine.el (c-forward-objc-directive):
13496         Prevent looping in "#pragma mark @implementation".
13498 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
13500         * notifications.el (notifications-on-closed-signal): Make `reason'
13501         optional.  (Bug#10744)
13503 2012-02-07  Glenn Morris  <rgm@gnu.org>
13505         * emacs-lisp/easy-mmode.el (define-minor-mode):
13506         Doc fixes for the macro and the mode it defines.
13508         * image.el (imagemagick-types-inhibit): Doc fix.
13510         * cus-start.el (imagemagick-render-type): Add it.
13512 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
13514         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13515         Set the default at load time, too, so that `font-lock-fontify-buffer'
13516         can be called without setting up the entire mode first.  This fixes
13517         a bug in `mm-inline-text' with C MIME parts.
13519 2012-02-06  Chong Yidong  <cyd@gnu.org>
13521         * simple.el (list-processes--refresh): Delete exited processes
13522         (Bug#8094).
13524         * comint.el (comint-next-prompt): next-single-char-property-change
13525         and prev-single-char-property-change never return nil (Bug#8657).
13527         * custom.el (defcustom): Doc fix (Bug#9711).
13529 2012-02-05  Chong Yidong  <cyd@gnu.org>
13531         * cus-edit.el (custom-variable-reset-backup): Quote the value
13532         before storing it in the customized-value property (Bug#6712).
13533         (custom-display): Add a customization type tag.
13534         (custom-buffer-create-internal): Improve tooltip message.
13536         * wid-edit.el (widget-field-value-get): New optional arg to
13537         suppress trailing whitespace truncation.
13538         (character): Use it (Bug#2689).
13540 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
13542         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13543         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13545 2012-02-05  Chong Yidong  <cyd@gnu.org>
13547         * cus-edit.el (custom-variable-value-create): For mismatched
13548         types, show the current value (Bug#7600).
13550         * custom.el (defcustom): Doc fix.
13552 2012-02-05  Glenn Morris  <rgm@gnu.org>
13554         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13556 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
13558         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13559         (pp-buffer): Use `ignore-errors', `looking-at-p'.
13560         (pp-last-sexp): Use `looking-at-p'.
13562 2012-02-04  Glenn Morris  <rgm@gnu.org>
13564         * files.el (revert-buffer):
13565         Doc fix (mention revert-buffer-in-progress-p).
13567         * emacs-lisp/ert-x.el (ert-simulate-command):
13568         Check deferred-action-list (which is obsolete) is bound.
13570         * subr.el (with-wrapper-hook): Doc fixes.
13572         * simple.el (filter-buffer-substring-functions)
13573         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13575 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
13577         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13578         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
13580 2012-02-04  Leo Liu  <sdl.web@gmail.com>
13582         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13584 2012-02-04  Glenn Morris  <rgm@gnu.org>
13586         * image.el (image-extension-data): Add obsolete alias.
13588         * isearch.el (isearch-update): Doc fix.
13590         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13592         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13594 2012-02-03  Glenn Morris  <rgm@gnu.org>
13596         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
13597         (image-animate-timeout): Doc fix.
13599         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13601 2012-02-02  Glenn Morris  <rgm@gnu.org>
13603         * server.el (server-auth-dir): Doc fix.
13604         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
13606         * subr.el (run-mode-hooks): Doc fix.
13608 2012-02-02  Juri Linkov  <juri@jurta.org>
13610         * image-mode.el (image-toggle-display-image): Remove tautological
13611         `major-mode' from the `derived-mode-p' test.
13613 2012-02-02  Kenichi Handa  <handa@m17n.org>
13615         * composite.el (compose-region): Cancel previous change.
13617 2012-02-02  Kenichi Handa  <handa@m17n.org>
13619         * composite.el (compose-region, compose-string): Signal error for
13620         a null string component (Bug#6988).
13622 2012-02-01  Chong Yidong  <cyd@gnu.org>
13624         * view.el (view-buffer-other-window, view-buffer-other-frame):
13625         Handle special modes like view-buffer (Bug#10650).
13626         (view-buffer): Simplify.
13628         * frame.el (set-frame-font): Tweak meaning of third argument.
13630         * dynamic-setting.el (font-setting-change-default-font):
13631         Use set-frame-font (Bug#9982).
13633 2012-02-01  Glenn Morris  <rgm@gnu.org>
13635         * progmodes/compile.el (compilation-internal-error-properties):
13636         Respect compilation-first-column in the "*compilation*" buffer.
13638         * emacs-lisp/easy-mmode.el (define-minor-mode):
13639         Relax :variable's test for a named function.
13641 2012-01-31  Alan Mackenzie  <acm@muc.de>
13643         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
13644         off by one error.
13646 2012-01-31  Chong Yidong  <cyd@gnu.org>
13648         * frame.el (set-frame-font): New arg ALL-FRAMES.
13650         * menu-bar.el (menu-set-font): Use set-frame-font.
13652         * faces.el (face-spec-reset-face): Don't apply unspecified
13653         attribute values to the default face.
13655 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
13657         * progmodes/cwarn.el (cwarn): Remove dead link.
13658         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
13659         Remove * from defcustom docstrings.
13660         (turn-on-cwarn-mode): Make obsolete.
13661         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
13662         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
13664 2012-01-31  Glenn Morris  <rgm@gnu.org>
13666         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
13667         Fix :variable handling of mode a symbol not equal to modefun.
13668         Allow named functions to be used as the cdr of :variable.
13670 2012-01-30  Glenn Morris  <rgm@gnu.org>
13672         * emacs-lisp/authors.el (authors-fixed-entries):
13673         Remove reference to deleted file rnewspost.el.
13675 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
13677         * window.el (window-with-parameter): Remove unused variable `windows'.
13678         (window--side-check): Remove unused variable `code'.
13679         (window--resize-siblings): Remove unused variable `first'.
13680         (adjust-window-trailing-edge): Remove unused variable `failed'.
13681         (window-deletable-p, window--delete): Remove unused variable `buffer'.
13682         Use `let', not `let*'.
13683         (balance-windows-2): Remove unused variable `found'.
13684         (window--state-put-2): Remove unused variable `splits'.
13685         (window-state-put): Remove unused variable `selected'.
13686         (same-window-p): Use `string-match-p'.
13687         (display-buffer-assq-regexp): Remove unused variable `value'.
13688         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
13689         Mark argument ALIST as ignored.
13690         (pop-to-buffer): Remove unused variable `old-window'.
13692 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
13694         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
13695         and .lzma compressed files.
13697 2012-01-29  Chong Yidong  <cyd@gnu.org>
13699         * frame.el (window-system-default-frame-alist): Doc fix.
13701         * dynamic-setting.el (font-setting-change-default-font): Don't
13702         change the default face if SET-FONT argument is non-nil (Bug#9982).
13704 2012-01-29  Samuel Bronson  <naesten@gmail.com>
13706         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
13708 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
13710         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
13711         breakpoints in files outside current directory (Bug#6098).
13713 2012-01-29  Chong Yidong  <cyd@gnu.org>
13715         * progmodes/python.el: Require ansi-color at top-level.
13717         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
13718         Define and use in Emacs Lisp mode (Bug#9360).
13719         (lisp-mode-abbrev-table): Add doc.
13720         (lisp-mode-variables): Don't set local-abbrev-table.
13721         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
13723 2012-01-28  Roland Winkler  <winkler@gnu.org>
13725         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
13727 2012-01-28  Roland Winkler  <winkler@gnu.org>
13729         * textmodes/bibtex.el (bibtex-entry-alist): New function.
13730         (bibtex-set-dialect): Use it.  Either set global values of
13731         dialect-dependent variables or bind these variables buffer-locally
13732         (Bug#10254).
13733         (bibtex-mode): Call bibtex-set-dialect via
13734         hack-local-variables-hook.
13735         (bibtex-dialect): Update docstring.
13736         Add safe-local-variable predicate.
13737         (bibtex-entry-alist, bibtex-field-alist): Initialize via
13738         bibtex-set-dialect.
13739         (bibtex-mode-map): Define menu for each dialect.
13740         (bibtex-entry): Fix docstring.
13742 2012-01-28  Chong Yidong  <cyd@gnu.org>
13744         * eshell/esh-arg.el (eshell-quote-argument): New function.
13746         * eshell/esh-ext.el (eshell-invoke-batch-file):
13747         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
13748         first arg to eshell-parse-command (Bug#10523).
13750 2012-01-28  Drew Adams  <drew.adams@oracle.com>
13752         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
13753         `default-directory' is non-nil.
13755 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
13757         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
13758         line that displays system-configuration-options.  (Bug#9924)
13760 2012-01-28  Drew Adams  <drew.adams@oracle.com>
13762         * descr-text.el (describe-char): Show information about POS, in
13763         addition to information about the character at POS.  Improve and
13764         update the doc string.  Change "code point" to "code point in
13765         charset", to avoid confusion with the character's Unicode code
13766         point shown above that.  (Bug#10129)
13768 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
13770         * descr-text.el (describe-char): Show the raw character, not only
13771         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
13772         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
13773         for the reasons.
13775 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
13777         * emacs-lisp/package.el (package-install):
13778         Run package-refresh-contents if there is no archive yet (Bug#9798).
13780 2012-01-28  Chong Yidong  <cyd@gnu.org>
13782         * emacs-lisp/package.el (package-maybe-load-descriptor):
13783         New function, split from package-maybe-load-descriptor.
13784         (package-maybe-load-descriptor): Use it.
13785         (package-download-transaction): Fully load required packages
13786         inside the loop, so that `require' calls work (Bug#10593).
13787         (package-install): No need to call package-initialize now.
13789 2012-01-28  Chong Yidong  <cyd@gnu.org>
13791         * simple.el (deactivate-mark): Doc fix (Bug#8614).
13793         * tooltip.el (tooltip-mode): Doc fix.
13794         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
13796         * frame.el (set-cursor-color): Doc fix (Bug#352).
13798         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
13799         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
13801         * cus-edit.el (custom-buffer-create-internal): Fix search button
13802         action (Bug#10542).
13803         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
13805 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
13807         * dired.el (dired-mark-files-regexp):
13808         Include any subdirectory components.  (Bug#10445)
13810 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
13812         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
13813         Handle [host]:port syntax.  (Bug#10533)
13815 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
13817         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
13819 2012-01-26  Glenn Morris  <rgm@gnu.org>
13821         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
13822         * term.el (term-raw-escape-map): Use Control-X-prefix.
13823         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
13825 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
13827         * window.el (window-state-get, window--state-get-1): Don't deal
13828         with fixed-sizeness of windows.  Simplify code.
13830 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
13832         * window.el (window--state-get-1, window--state-put-2):
13833         Don't save and restore the mark.
13835 2012-01-25  Chong Yidong  <cyd@gnu.org>
13837         * custom.el (custom-variable-p): Doc fix.
13839 2012-01-25  Glenn Morris  <rgm@gnu.org>
13841         * dired.el (dired-goto-file): Handle some of the more common
13842         characters that `ls -b' escapes.  (Bug#10596)
13844         * progmodes/compile.el (compilation-next-error-function):
13845         Respect compilation-first-column in the "*compilation*" buffer.
13846         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
13848         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
13850 2012-01-24  Glenn Morris  <rgm@gnu.org>
13852         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
13854 2012-01-24  Julien Danjou  <julien@danjou.info>
13856         * color.el (color-rgb-to-hsl): Fix value computing.
13857         (color-hue-to-rgb): New function.
13858         (color-hsl-to-rgb): New function.
13859         (color-clamp, color-saturate-hsl, color-saturate-name)
13860         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
13861         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
13863 2012-01-24  Glenn Morris  <rgm@gnu.org>
13865         * vc/vc-rcs.el (vc-rcs-create-tag):
13866         * vc/vc-sccs.el (vc-sccs-create-tag):
13867         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
13869 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
13871         * eshell/esh-util.el (eshell-read-hosts-file):
13872         Skip comment lines.  (Bug#10549)
13874         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
13876 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
13878         * subr.el (display-delayed-warnings): Doc fix.
13879         (collapse-delayed-warnings): New function to collapse identical
13880         adjacent warnings.
13881         (delayed-warnings-hook): Add it.
13883 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
13885         * net/tramp.el (tramp-action-login): Set connection property "login-as".
13887         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
13888         (tramp-default-user-alist): Don't add "pscp".
13889         (tramp-do-copy-or-rename-file-out-of-band): Use connection
13890         property "login-as", if set.  (Bug#10530)
13892 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
13894         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
13895         "plink1" and "psftp".  (Bug#10530)
13897 2012-01-21  Kenichi Handa  <handa@m17n.org>
13899         * international/mule-cmds.el (prefer-coding-system): Show a
13900         warning message if the default value of file-name-coding-system
13901         was not changed.
13903 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
13905         * windmove.el (windmove-reference-loc):
13906         Fix windmove-reference-loc miscalculation.
13908 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
13910         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
13911         default unit.
13913 2012-01-21  Glenn Morris  <rgm@gnu.org>
13915         * international/mule.el (auto-coding-alist): Add .tbz.
13917         * files.el (local-enable-local-variables): Doc fix.
13918         (inhibit-local-variables-regexps): Rename from
13919         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
13920         Doc fix.  Add some extensions from auto-coding-alist.
13921         (inhibit-local-variables-suffixes):
13922         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
13923         (inhibit-local-variables-p):
13924         New function, extracted from set-auto-mode-1.
13925         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
13926         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
13927         (hack-local-variables): Doc fix.  Make the mode-only case
13928         respect enable-local-variables and friends.
13929         Respect inhibit-local-variables-regexps for file-locals, but
13930         not for directory-locals.
13931         (set-visited-file-name):
13932         Take account of inhibit-local-variables-regexps.
13933         Whether it applies may change as the file name is changed.
13934         * jka-cmpr-hook.el (jka-compr-install):
13935         * jka-compr.el (jka-compr-uninstall):
13936         Update for inhibit-first-line-modes-suffixes name change.
13938 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
13940         * help-macro.el (make-help-screen): Temporarily restore original
13941         binding for minor-mode-map-alist (Bug#10454).
13943 2012-01-19  Julien Danjou  <julien@danjou.info>
13945         * color.el (color-name-to-rgb): Use the white color to find the max
13946         color component value and return correctly computed values.
13947         (color-name-to-rgb): Add missing float conversion for max value.
13949 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
13951         * window.el (window--state-get-1, window-state-get): Do not use
13952         special state value for window-persistent-parameters.
13953         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
13954         (window--state-put-2): Reset all window parameters to nil before
13955         assigning values of persistent parameters.
13957 2012-01-18  Alan Mackenzie  <acm@muc.de>
13959         Eliminate sluggishness and hangs in fontification of "semicolon
13960         deserts".
13962         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
13963         Change value 10000 -> 3000.
13964         (c-state-safe-place): Reformulate so it doesn't stack up an
13965         infinite number of wrong entries in c-state-nonlit-pos-cache.
13966         (c-determine-limit-get-base, c-determine-limit): New functions to
13967         determine backward search limits disregarding literals.
13968         (c-find-decl-spots): Amend commenting.
13969         (c-cheap-inside-bracelist-p): New function which detects "={".
13971         * progmodes/cc-fonts.el
13972         (c-make-font-lock-BO-decl-search-function): Give a limit to a
13973         backward search.
13974         (c-font-lock-declarations): Fix an occurrence of point being
13975         undefined.  Check additionally for point being in a bracelist or
13976         near a macro invocation without a semicolon so as to avoid a
13977         fruitless time consuming search for a declarator.  Give a more
13978         precise search limit for declarators using the new
13979         c-determine-limit.
13981 2012-01-18  Glenn Morris  <rgm@gnu.org>
13983         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
13984         (set-auto-mode): Doc fixes.
13986 2012-01-17  Glenn Morris  <rgm@gnu.org>
13988         * isearch.el (search-nonincremental-instead): Fix doc typo.
13990         * dired.el (dired-insert-directory): Handle newlines in directory name.
13991         (dired-build-subdir-alist): Unescape newlines in directory name.
13993 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
13995         * net/tramp.el (tramp-local-end-of-line): New defcustom.
13996         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
13997         (tramp-action-terminal): Use it.  (Bug#10530)
13999 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14001         * minibuffer.el (completion--replace): Strip properties (bug#10062).
14003 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
14005         * window.el (window-state-ignored-parameters): Remove variable.
14006         (window--state-get-1): Rename argument MARKERS to IGNORE.
14007         Handle persistent window parameters.  Make copy of clone-of
14008         parameter only if requested.  (Bug#10348)
14009         (window--state-put-2): Install a window parameter only if it has
14010         a non-nil value or an existing parameter shall be overwritten.
14012 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
14014         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14016 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
14018         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14019         don't pass the (nil) value of `upnode' to string-match.
14021 2012-01-14  Chong Yidong  <cyd@gnu.org>
14023         * startup.el (command-line): Fix X resource class for cursorColor.
14024         Fix values recognized by the cursorBlink resource.
14026 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
14028         * epg.el (epg--make-temp-file): Avoid permission race condition
14029         when running on old Emacs versions (bug#10403).
14031 2012-01-14  Glenn Morris  <rgm@gnu.org>
14033         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14035 2012-01-13  Alan Mackenzie  <acm@muc.de>
14037         Fix filling for when filladapt mode is enabled.
14039         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14040         c-mask-paragraph, pass in `fill-paragraph' rather than
14041         `fill-region-as-paragraph'.  (This is a reversion of a previous
14042         change.)
14043         * progmodes/cc-mode.el (c-basic-common-init):
14044         Make fill-paragraph-handle-comment buffer local and set it to nil.
14046 2012-01-13  Glenn Morris  <rgm@gnu.org>
14048         * dired.el (dired-switches-escape-p): New function.
14049         (dired-insert-directory): Use dired-switches-escape-p.
14050         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
14052         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
14054 2012-01-12  Glenn Morris  <rgm@gnu.org>
14056         * mail/sendmail.el (mail-mode): Update paragraph-separate for
14057         changes in adaptive-fill-regexp.  (Bug#10276)
14059 2012-01-11  Alan Mackenzie  <acm@muc.de>
14061         Fix Emacs bug #10463 - put `widen's around the critical spots.
14063         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14064         widen around each invocation of c-state-pp-to-literal.  Remove an
14065         unused let variable.
14067 2012-01-11  Glenn Morris  <rgm@gnu.org>
14069         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
14070         Doc fix.
14072 2012-01-10  Chong Yidong  <cyd@gnu.org>
14074         * net/network-stream.el (network-stream-open-starttls):
14075         Avoid emitting a confusing error message when the server gives a bad
14076         response to the capability command.
14078 2012-01-10  Glenn Morris  <rgm@gnu.org>
14080         * mail/unrmail.el (unrmail): Tweak previous change.
14082 2012-01-09  Chong Yidong  <cyd@gnu.org>
14084         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14086 2012-01-08  Alan Mackenzie  <acm@muc.de>
14088         Optimize font locking in long enum definitions.
14090         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14091         arm to a cond form to handle enums.
14092         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14093         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14095 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
14097         * files.el (move-file-to-trash): Preserve default file modes on error.
14098         (Bug#10401)
14100 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14102         * faces.el (set-face-attribute): Clarify the meaning of the nil
14103         frame (bug#10294).
14105         * subr.el (with-selected-frame): Mention that the selected frame
14106         is restored (bug#9980).
14108         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14109         (bug#9759).
14111         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14112         (password-read): Don't autoload unused function.
14114 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
14116         * progmodes/which-func.el (which-func-mode): Turn into a
14117         non-interactive function and mark as obsolete (bug#10428).
14119 2012-01-06  Chong Yidong  <cyd@gnu.org>
14121         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14122         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14123         functions, along with 1 and -1.
14125 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
14127         * time.el (display-time-load-average)
14128         (display-time-default-load-average): Doc fixes.  See the thread
14129         starting at
14130         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14131         for the details.
14133 2012-01-06  Glenn Morris  <rgm@gnu.org>
14135         * mail/unrmail.el (unrmail): Give an explicit error if the input file
14136         has no messages.  (Bug#10377)
14138         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14139         than Info-edit.  (Bug#10385)
14141         * time.el (display-time-load-average, display-time-next-load-average):
14142         Doc fixes.
14144         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14145         local setting of buffer-read-only to the input buffer.  (Bug#10419)
14147         * calendar/calendar.el (calendar-mode):
14148         Locally set scroll-margin to 0.  (Bug#10379)
14150 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
14152         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
14154 2012-01-05  Glenn Morris  <rgm@gnu.org>
14156         * eshell/em-unix.el (diff-no-select): Autoload it.
14157         (eshell/diff): Use diff-no-select.  (Bug#10420)
14159 2012-01-05  Chong Yidong  <cyd@gnu.org>
14161         * shell.el (shell-dynamic-complete-functions): Revert last change.
14162         (shell-command-completion-function): New function.
14163         (shell-completion-vars): Use it to implement
14164         shell-completion-execonly (Bug#10417).
14166         * custom.el (enable-theme): Don't set custom-safe-themes.
14168         * cus-theme.el (custom-theme-merge-theme):
14169         Ignore custom-enabled-themes and custom-safe-themes.
14171 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
14173         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14174         first prompt in `sql-interacive-mode'.
14175         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14176         keywords.
14177         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14178         (sql-product-interactive): Bug fix: Set `sql-buffer' in
14179         context of original buffer.  Invoke `sql-login-hook'.
14181 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
14183         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14184         letters in cite-prefix.
14186 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14188         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14190 2012-01-03  Chong Yidong  <cyd@gnu.org>
14192         * shell.el (shell-dynamic-complete-functions):
14193         Put pcomplete-completions-at-point, so as to try
14194         comint-filename-completion first (Bug#10417).
14196 2012-01-02  Richard Stallman  <rms@gnu.org>
14198         * battery.el (battery-status-function):
14199         Detect when to use battery-yeeloong-sysfs.
14200         (battery-echo-area-format): Add string for Yeeloong.
14201         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14202         (battery-yeeloong-sysfs): New function.
14204 2012-01-02  Chong Yidong  <cyd@gnu.org>
14206         * dirtrack.el (dirtrack-list): Eliminate unused third element.
14207         (dirtrack): Merge code for handling relative filenames in prompt
14208         from shell-dir-cookie-watcher.
14209         (dirtrack-debug-message): New arg to avoid excess format calls.
14211         * shell.el (shell-dir-cookie-re): Variable deleted.
14212         (shell-dir-cookie-watcher): Function deleted.
14213         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14214         with dirtrack-mode.
14216 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
14218         * term/w32-win.el (dynamic-library-alist) <gnutls>:
14219         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14220         libgnutls-26.dll.
14222 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
14224         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14226 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
14228         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14229         headers of non-MIME messages, when rmail-enable-mime is non-nil.
14231 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
14233         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14234         also for alternative shells.
14235         (tramp-open-connection-setup-interactive-shell): Check, whether
14236         the shell is a busybox.
14237         (tramp-send-command): Don't suppress multiple prompts for
14238         busyboxes, it hurts.
14240 2011-12-28  Chong Yidong  <cyd@gnu.org>
14242         * progmodes/gdb-mi.el (gdb-get-source-file-list)
14243         (gdb-get-source-file): Move mode line update to
14244         gdb-get-source-file (Bug#10087).
14246 2011-12-25  Chong Yidong  <cyd@gnu.org>
14248         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14249         gud-gdb-marker-filter without taking it as an argument.
14250         (gud-gdb-run-command-fetch-lines): Caller changed.
14251         (gud-gdb-completion-function): New variable.
14252         (gud-gdb-completion-at-point): Use it.
14253         (gud-gdb-completions-1): Split from gud-gdb-completions.
14255         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14256         function as separate arguments.
14257         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14258         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14259         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14260         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14261         (gdb-stopped, def-gdb-auto-update-trigger)
14262         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14263         (gdb-get-changed-registers, gdb-get-main-selected-frame):
14264         Callers changed.
14265         (gud-gdbmi-completions): New function.
14266         (gdb): Use it for generating the completion table.
14268 2011-12-24  Alan Mackenzie  <acm@muc.de>
14270         Introduce a mechanism to widen the region used in context font
14271         locking.  Use this to protect declarations from losing their contexts.
14273         * progmodes/cc-langs.el (c-before-font-lock-functions):
14274         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14275         (c-before-context-fontification-functions): New defvar, a list of
14276         functions to be run just before context (etc.) font locking.
14278         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14279         New, functionality extracted from
14280         c-neutralize-syntax-in-and-mark-CPP.
14281         (c-in-after-change-fontification): New variable.
14282         (c-after-change): Set c-in-after-change-fontification.
14283         (c-set-fl-decl-start): Rejig its interface, so it can be called
14284         from both after-change and context fontifying.
14285         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14286         New functions.
14287         (c-standard-font-lock-fontify-region-function): New variable.
14288         (c-font-lock-fontify-region): New function.
14290 2011-12-24  Juri Linkov  <juri@jurta.org>
14292         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14293         (Bug#10348)
14295 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
14297         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14298         existence of source file.  (Bug#10325)
14300 2011-12-23  Alan Mackenzie  <acm@muc.de>
14302         Fix unstable fontification inside templates.
14304         * progmodes/cc-langs.el (c-before-font-lock-functions):
14305         Newly created from the singular version.  The (c c++ objc) entry now
14306         additionally has c-set-fl-decl-start.  The other languages (apart
14307         from AWK) have that as a single entry.
14309         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14310         The functionality for "local" declarations has been extracted to
14311         c-set-fl-decl-start.
14313         * progmodes/cc-mode.el (c-common-init, c-after-change):
14314         Changes due to pluralisation of c-before-font-lock-functions.
14315         (c-set-fl-decl-start): New function, extracted from
14316         c-font-lock-enclosing-decls and enhanced.
14318 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
14320         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14322 2011-12-22  Juri Linkov  <juri@jurta.org>
14324         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
14326 2011-12-22  Chong Yidong  <cyd@gnu.org>
14328         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14330 2011-12-21  Drew Adams  <drew.adams@oracle.com>
14332         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
14334 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
14336         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14338 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14340         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
14341         highlighting and support.  Fix up comments for capitalization.
14342         (cfengine-mode-debug): New var.
14343         (cfengine3-mode): Change the modeline indicator to "CFE3".
14344         (cfengine3-font-lock-keywords): Improve defun highlighting.
14345         (cfengine2-actions): Rename from `cfengine-actions'.
14346         (cfengine2-font-lock-keywords): Rename from
14347         `cfengine-font-lock-keywords'.
14348         (cfengine2-imenu-expression): Rename from
14349         `cfengine-imenu-expression'.
14350         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14351         (cfengine2-beginning-of-defun): Rename from
14352         `cfengine-beginning-of-defun'.
14353         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14354         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14355         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
14356         modeline indicator to "CFE2".
14357         (cfengine-mode): Defalias to `cfengine-auto-mode'.
14358         (cfengine-mode-abbrevs): Mark obsolete.
14360 2011-12-21  Chong Yidong  <cyd@gnu.org>
14362         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14363         filename argument.
14365 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
14367         * window.el (window-normalize-buffer-to-display): Remove.
14368         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14370 2011-12-19  Chong Yidong  <cyd@gnu.org>
14372         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14373         Don't signal an error in a predicate function; return non-nil.
14374         (vc-dir-mark-file): Move the error here.
14375         (vc-dir-mark-unmark): If acting on the region, keep going if one
14376         of the entries cannot be marked/unmarked.
14377         (vc-dir-mark-all-files): If current entry is a directory, mark
14378         only child files, as documented.
14380 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14382         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14383         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14384         addition.
14386 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
14388         * term/ns-win.el (ns-get-selection-internal)
14389         (ns-store-selection-internal): Declare.
14390         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14391         Declare as obsolete.
14392         (ns-get-pasteboard, ns-paste-secondary):
14393         Use ns-get-selection-internal.
14394         (ns-set-pasteboard, ns-copy-including-secondary):
14395         Use ns-store-selection-internal.
14397 2011-12-17  Chong Yidong  <cyd@gnu.org>
14399         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14400         (vc-deduce-fileset): Doc fix.
14402 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
14404         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14406 2011-12-13  Sam Steingold  <sds@gnu.org>
14408         * man.el (Man-getpage-in-background): When running under a
14409         window-system, ignore $MANWIDTH and $COLUMNS.
14411 2011-12-15  Kenichi Handa  <handa@m17n.org>
14413         * language/ethio-util.el: Change coding tag to utf-8-emacs.
14414         (setup-ethiopic-environment-internal): Comment out key-binding for
14415         ethio-toggle-punctuation.
14417 2011-12-13  Alan Mackenzie  <acm@muc.de>
14419         Add the switch statement to AWK Mode.
14421         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14422         "default" to the keywords regexp.
14424         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14425         expression as the rest.
14426         (c-nonlabel-token-key): Allow string literals for AWK.
14427         Refactor for the other modes.
14429         Large brace-block initialisation makes CC Mode slow: Fix.
14430         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14431         routines.  Limit backward searching in c-font-lock-enclosing.decl.
14433         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14434         pp-state and literal type in addition to the limits.
14435         (c-state-safe-place): New defun, extracted from c-state-literal-at.
14436         (c-state-literal-at): Use the above new defun.
14437         (c-slow-in-literal, c-fast-in-literal): Remove.
14438         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14440         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14441         being in a literal.  Add a limit for backward searching.
14443         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14444         c-slow-in-literal.
14446 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14448         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14450 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
14452         * window.el (delete-other-windows): Use correct frame in call to
14453         window-with-parameter.
14455 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
14457         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14458         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14459         (makefile-gmake-statements, makefile-makepp-statements):
14460         Use it and add new makepp keywords.
14461         (makefile-makepp-font-lock-keywords): Add new patterns.
14462         (makefile-match-function-end): Match new [...] and [[...]].
14464 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
14466         * ses.el (ses-call-printer-return, ses-cell-property-get)
14467         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14468         (ses-create-cell-variable, ses-reset-header-string)
14469         (ses-cell-set-formula, ses-repair-cell-reference-all)
14470         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14471         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14472         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14473         (ses-aset-with-undo, ses-load, ses-truncate-cell)
14474         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14475         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14476         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14477         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14478         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14479         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14480         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14481         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14483 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
14485         * ses.el: The overall change is to add cell renaming, that is
14486         setting fancy names for cell symbols other than name matching
14487         "\\`[A-Z]+[0-9]+\\'" regexp .
14488         (ses-create-cell-variable): New defun.
14489         (ses-relocate-formula): Relocate formulas only for cells the
14490         symbols of which are not renamed, i.e. symbols whose names do not
14491         match regexp "\\`[A-Z]+[0-9]+\\'".
14492         (ses-relocate-all): Relocate values only for cells the symbols of
14493         which are not renamed.
14494         (ses-load): Create cells variables as the (ses-cell ...) are read,
14495         in order to check row col consistency with cell symbol name only
14496         for cells that are not renamed.
14497         (ses-replace-name-in-formula): New defun.
14498         (ses-rename-cell): New defun.
14500 2011-12-11  Chong Yidong  <cyd@gnu.org>
14502         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14503         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14505 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
14507         * window.el (other-window): Fix docstring.
14509 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
14511         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14512         `from' or `to' address before taking its substring.
14513         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14514         encoded name is chopped in the middle of the encoded string, and
14515         thus displayed encoded.
14517 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
14519         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14521 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
14523         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
14524         to use texinfo-update-node and commands that call it if the
14525         Texinfo file uses @node lines without next/prev/up pointers.
14526         Correct outdated description about texinfo-master-menu.
14527         (texinfo-all-menus-update, texinfo-master-menu)
14528         (texinfo-update-node, texinfo-every-node-update)
14529         (texinfo-multiple-files-update): Doc fix.  Warn against updating
14530         all the @node lines.
14531         (texinfo-master-menu): Only call texinfo-update-node if the prefix
14532         argument is numeric.  Explain better in the doc string what the
14533         function really does.
14534         (texinfo-insert-master-menu-list): Improve the error message
14535         displayed if there's no menu in the Top node.
14536         (Bug#2975)  See also this thread:
14537         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14539 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
14541         * speedbar.el (speedbar-supported-extension-expressions):
14542         Add .adb and .ads, commonly used for Ada source code (bug#10256).
14544 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
14546         * printing.el (pr-mode-alist):
14547         * simple.el (filter-buffer-substring-functions)
14548         (completion-list-insert-choice-function):
14549         * window.el (window-with-parameter, window-atom-root)
14550         (window-sides-slots, window-size-fixed, window-min-delta)
14551         (window-max-delta, window--resize-mini-window)
14552         (window--resize-child-windows-normal, window-tree)
14553         (delete-other-windows, quit-window, split-window)
14554         (display-buffer-record-window, special-display-buffer-names)
14555         (special-display-regexps, special-display-popup-frame)
14556         (same-window-p, split-window-sensibly)
14557         (display-buffer-overriding-action, display-buffer-alist)
14558         (display-buffer-base-action, display-buffer, switch-to-buffer)
14559         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14560         (fit-window-to-buffer, recenter-positions)
14561         (mouse-autoselect-window-state, mouse-autoselect-window-select):
14562         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14563         and remove unneeded backslashes in docstrings.
14565 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14567         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14569         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14570         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14571         end in ".mk".
14572         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14573         when reading the makefile (bug#10116).
14575 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14577         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14578         (bug#10116).
14580 2011-12-06  Glenn Morris  <rgm@gnu.org>
14582         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14584 2011-12-06  Chong Yidong  <cyd@gnu.org>
14586         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14588 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
14590         * textmodes/table.el (table-shorten-cell): Fix typo.
14592 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
14594         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14596 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
14598         * descr-text.el (describe-char): Fix display of strong
14599         right-to-left characters and directional embeddings and overrides.
14601         * simple.el (what-cursor-position): Fix display of codepoints of
14602         strong right-to-left characters.
14604 2011-12-05  Chong Yidong  <cyd@gnu.org>
14606         * faces.el (read-color): Doc fix.
14608 2011-12-05  Glenn Morris  <rgm@gnu.org>
14610         * align.el (align--set-marker): Add doc-string.
14611         Don't try to move something that is not a marker.  (Bug#10216)
14613 2011-12-04  Glenn Morris  <rgm@gnu.org>
14615         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14616         overly zealous deletion of trailing whitespace.
14618 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
14620         * server.el (server-delete-client): On Windows, do not try to delete
14621         the only terminal.
14622         (server-process-filter): On Windows, treat requests for a tty frame as
14623         if they were for a GUI frame if the running server is in GUI mode.
14625 2011-12-03  Glenn Morris  <rgm@gnu.org>
14627         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
14629 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14631         * electric.el: Streamline electric-indent's hook.
14632         (electric-indent-chars): Revert to simple list.
14633         (electric-indent-functions): New var.
14634         (electric-indent-post-self-insert-function): Use it.
14636         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
14637         there's no inferior buffer (bug#10196).
14638         (prolog-consult-compile): Don't use toggle-read-only.
14640 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
14642         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
14643         interrupt.  (Bug#10187)
14645 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14647         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
14648         (bug#9160).
14650         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
14651         (bug#10191).
14653 2011-12-02  Juri Linkov  <juri@jurta.org>
14655         * info.el (Info-search): Display "end of manual" when Isearch
14656         reaches the end of single-file Info manual.  (Bug#9918)
14658 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
14660         * isearch.el (isearch-message-prefix): Run the input method part
14661         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
14663 2011-12-02  Juri Linkov  <juri@jurta.org>
14665         * isearch.el (isearch-occur): Use `word-search-regexp' for
14666         `isearch-word'.
14667         (isearch-search-and-update): Add condition for `isearch-word' and
14668         call `word-search-regexp'.  (Bug#10145)
14670 2011-12-01  Glenn Morris  <rgm@gnu.org>
14672         * eshell/em-hist.el (eshell-hist-initialize):
14673         Handle eshell-history-size nil and HISTSIZE set or unset.
14674         (eshell-history-file-name, eshell-history-size): Fix custom type.
14676 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14678         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
14680 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
14682         * progmodes/verilog-mode.el (verilog-pretty-expr):
14683         Rework verilog-pretty-expr to handle new assignment operators in system
14684         verilog, such as += *= and the like.
14685         (verilog-assignment-operator-re): Regular expression to find the
14686         assigment operator in a verilog assignment.
14687         (verilog-assignment-operation-re): Regular expression to find an
14688         assignment statement for pretty-expr.
14689         (verilog-in-attribute-p): Query returns true if point is in an
14690         attribute context; used to skip these for expression line up from
14691         pretty-expr.
14692         (verilog-in-parameter-p): Query returns true if point is in an
14693         parameter definition context; used to skip these for expression
14694         line up from pretty-expr.
14695         (verilog-in-parenthesis-p): Query returns true if point is in a
14696         parenthetical expression, specifically ( ) but not [ ] or { };
14697         used by pretty-expr.
14698         (verilog-just-one-space): If there is no space, don't add one.
14699         (verilog-get-lineup-indent-2): Specifically skip just attribute
14700         contexts for expression lineup, rather than skipping all
14701         parenthetical expressions.
14702         (verilog-calculate-indent): Fix comment, and fix indent.
14703         (verilog-do-indent): Indent declarations in lists (suggested by
14704         Joachim Lechner).
14705         (verilog-mode-abbrev-table): Populate abbrev mode with the various
14706         skeleton items.
14707         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
14708         by Alain Mellan).
14710 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
14712         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
14713         parameters with embedded comments.  Reported by Ray Stevens.
14714         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
14715         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
14716         Reported by Tim Holt.
14717         (verilog-auto): Fix AUTOing a upper module then AUTOing module
14718         instantiated by upper module causing wrong expansion until AUTOed a
14719         second time.  Reported by K C Buckenmaier.
14720         (verilog-diff-auto): Fix showing .* as a difference when
14721         `verilog-auto-star-save' off.  Reported by Dan Dever.
14722         (verilog-auto-reset, verilog-read-always-signals)
14723         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
14724         temporary signals in reset list if
14725         verilog-auto-reset-blocking-in-non is nil, and match assignment
14726         style to each signal's assignment type, bug381.
14727         Reported by Thomas Esposito.
14728         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
14729         (verilog-uvm-statement-re): Support UVM indentation and
14730         highlighting, with old OVM keywords only.
14731         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
14732         Support AUTOTIEOFF creating non-wire data types.
14733         Suggested by Jonathan Greenlaw.
14734         (verilog-auto-insert-lisp, verilog-delete-to-paren)
14735         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
14736         (verilog-inject-sense, verilog-read-inst-pins)
14737         (verilog-read-sub-decls, verilog-read-sub-decls-line):
14738         Fix mismatching parenthesis inside commented out code when deleting
14739         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
14740         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
14741         non-numeric vector width.  Reported by Alex Reed.
14742         (verilog-auto-ascii-enum): Add "onehot" option to work around not
14743         detecting signals with parameter widths.  Reported by Alex Reed.
14744         (verilog-auto-delete-trailing-whitespace):
14745         With `verilog-auto-delete-trailing-whitespace' remove trailing
14746         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
14747         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
14748         Fix verilog-scan-cache corruption when running user AUTO expansion
14749         hooks that call indentation routines.
14750         (verilog-simplify-range-expression): Fix typo ignoring lower case
14751         identifiers.
14752         (verilog-delete-auto): Fix delete-autos to also remove user created
14753         automatics, as long as they start with AUTO.
14754         (verilog-batch-diff-auto, verilog-diff-auto)
14755         (verilog-diff-function): Add `verilog-diff-auto' and bind to
14756         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
14757         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
14758         (verilog-in-paren-quick, verilog-re-search-backward-quick)
14759         (verilog-re-search-forward-quick, verilog-syntax-ppss):
14760         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
14761         is disabled and its cache will get corrupt, causing AUTOS not to
14762         expand.  Instead use only -quick functions.
14763         (verilog-scan-region): Fix scanning over escaped quotes.
14764         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
14765         (verilog-re-search-backward-quick)
14766         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
14767         related functions now ignore strings, to fix misparsing of strings
14768         with magic comments embedded in them.
14769         (verilog-read-auto-template):
14770         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
14771         Reported by Brad Dobbie.
14772         (verilog-read-auto-template):
14773         Fix 'verilog-auto-inst-template-numbers' with comments.
14774         Reported by Brad Dobbie.
14775         (verilog-auto-inst, verilog-auto-inst-param)
14776         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
14777         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
14778         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
14779         debugging templates without merge conflicts, bug357.
14780         Reported by Brad Dobbie.
14781         (verilog-read-auto-template):
14782         Fix verilog-auto-inst-template-numbers with multiple templates.
14783         Reported by Brad Dobbie.
14784         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
14785         abbrevs so user won't be asked to save.
14786         (verilog-read-auto-lisp-present): Fix to start at beginning of
14787         buffer in case called outside of verilog-auto.
14788         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
14789         to "X-2".  Reported by Matthew Myers.
14790         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
14791         all inputs from module templates.  Reported by Leith Johnson.
14792         (verilog-module-inside-filename-p): Fix locating programs as with
14793         modules.
14794         (verilog-auto-inst-port): Fix vl-width expressions when using
14795         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
14796         (verilog-decls-get-regs, verilog-decls-get-signals,
14797         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
14798         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
14799         verilog-read-decls): Combine reg and wire structures into one var
14800         structure to represent SystemVerilog concepts.
14801         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
14802         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
14803         (verilog-auto-wire-type, verilog-insert-definition):
14804         Add verilog-auto-wire-type and AUTOLOGIC to support using
14805         SystemVerilog "logic" keyword instead of "wire"/"reg".
14806         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
14807         to declares outputs that also have assignments (presumably in an
14808         ifdef or generate if so there's not a driver conflict).
14809         Reported by Matthew Myers.
14810         (verilog-auto-declare-nettype, verilog-insert-definition):
14811         Add verilog-auto-declare-nettype to fix declarations using
14812         `default_nettype none.  Reported by Julian Gorfajn.
14813         (verilog-read-always-signals-recurse, verilog-read-decls)
14814         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
14815         malformed end statement, bug325.  Reported by Joshua Wise and
14816         Andrew Drake.
14817         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
14818         (verilog-inst-comment-re): Fix not deleting Interfaced comment
14819         when expanding .* in interfaces, bug320.
14820         Reported by Pierre-David Pfister.
14821         (verilog-read-module-name): Fix import statements between module
14822         name and open parenthesis, bug317.
14823         Reported by Pierre-David Pfister.
14824         (verilog-simplify-range-expression): Fix simplification of
14825         multiplications inside AUTOWIRE connections, bug303.
14826         (verilog-auto-inst-port): Support parameter expansion in
14827         multidimensional arrays.
14828         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
14829         after "assert property".  Reported by Julian Gorfajn.
14830         (verilog-simplify-range-expression): Fix "couldn't merge" errors
14831         with multiplication, bug303.
14832         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
14833         Reported by Jan Frode Lonnum.
14835 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
14837         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
14838         (hfy-shell-file-name, hfy-shell):
14839         * international/fontset.el (x-decompose-font-name): Fix typos.
14841 2011-11-29  Ken Brown  <kbrown@cornell.edu>
14843         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
14844         (gdb-version): Remove defvar.
14845         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
14846         (gdb-gud-context-command, gdb-non-stop-handler)
14847         (gdb-current-context-command, gdb-stopped): Use it.
14848         (gdb-init-1): Enable pretty printing here.
14849         (gdb-non-stop-handler): Don't enable pretty-printing here.
14850         Check to see if the target supports non-stop mode; if not, turn off
14851         non-stop mode.  Use the following.
14852         (gdb-check-target-async): New defun.
14853         (gud-watch, gdb-stopped): Fix whitespace.
14854         (gdb-get-source-file): Don't try to display the source file if
14855         `gdb-main-file' is nil.
14857 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14859         * align.el: Try to generate fewer markers (bug#10047).
14860         (align--set-marker): New macro.
14861         (align-region): Use it.
14863 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
14867 2011-11-29  Chong Yidong  <cyd@gnu.org>
14869         * indent.el (indent-for-tab-command, indent-according-to-mode):
14870         Doc fix.
14871         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
14873 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
14875         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
14876         aware of remote file names.  (Bug#10124)
14878 2011-11-29  Chong Yidong  <cyd@gnu.org>
14880         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
14882 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14884         * files.el (find-file): Don't use force-same-window (bug#10144).
14885         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
14886         use pop-to-buffer if the selected window can't be used.
14887         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
14889 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
14891         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
14892         special-mode-map.
14894 2011-11-28  Chong Yidong  <cyd@gnu.org>
14896         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
14898 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
14900         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
14901           gdb-get-source-file-list on gdb-create-source-file-list.
14903 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
14905         * whitespace.el (whitespace-newline): Use a different foreground
14906         color for 16-color light-background displays.
14908 2011-11-24  Chong Yidong  <cyd@gnu.org>
14910         * window.el (display-buffer--special-action): Doc fix.
14912 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
14914         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
14915         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
14916         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
14917         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
14918         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
14919         (avl-tree-stack-first):
14920         * emacs-lisp/cconv.el (cconv--analyse-use):
14921         * net/gnutls.el (gnutls-negotiate): Fix typos.
14923 2011-11-24  Glenn Morris  <rgm@gnu.org>
14925         * lpr.el (lpr-windows-system, lpr-lp-system):
14926         * mail/binhex.el (binhex-begin-line):
14927         * progmodes/grep.el (grep-history, grep-find-history):
14928         * textmodes/flyspell.el:
14929         * vc/pcvs-defs.el (cvs-global-menu):
14930         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
14931         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
14932         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
14934         * net/tls.el: Fix case of "GnuTLS".
14936         * paths.el (rmail-file-name): Format doc-string for make-docfile.
14938         * version.el (emacs-build-system): Give it a doc-string.
14940 2011-11-24  Juri Linkov  <juri@jurta.org>
14942         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
14944 2011-11-24  Glenn Morris  <rgm@gnu.org>
14946         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
14947         if called on a non-mime message just toggle the headers.  (Bug#8006)
14949 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
14951         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
14952         (allout-lead-with-comment-string, allout-structure-deleted-hook)
14953         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
14954         (allout-rebullet-heading, allout-open-sibtopic)
14955         (allout-toggle-current-subtree-encryption)
14956         (allout-toggle-subtree-encryption, allout-encrypt-string)
14957         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
14958         (allout-distinctive-bullets-string, allout-auto-activation):
14959         * window.el (window-normalize-buffer-to-display):
14960         * progmodes/verilog-mode.el (verilog-batch-indent):
14961         * textmodes/bibtex.el (bibtex-field-braces-opt)
14962         (bibtex-field-strings-opt):
14963         * vc/cvs-status.el (cvs-tree-merge):
14964         Fix typos.
14966 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
14968         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
14969         `non-essential' to t, in order to avoid remote connections.
14971 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
14973         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14974         On MS-DOS and MS-Windows, compare with loaddefs.el
14975         case-insensitively.
14977 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
14979         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
14981 2011-11-23  Glenn Morris  <rgm@gnu.org>
14983         * paths.el (rmail-file-name): Reformat the doc-string so that it
14984         is picked up.
14986         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
14987         (rmail-auto-file): Ignore case in the "special" field names,
14988         as mail-fetch-field does for all others.
14990         * mail/rmail.el (rmail-forward):
14991         * mail/rmailkwd.el (rmail-set-label):
14992         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
14993         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
14995         * mail/rmail.el (rmail-current-message): Doc fix.
14997         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
14999 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15001         * server.el (server-eval-and-print): Allow C-g (bug#6585).
15003 2011-11-22  Glenn Morris  <rgm@gnu.org>
15005         * mail/rmailmm.el (test-rmail-mime-handler)
15006         (test-rmail-mime-bulk-handler)
15007         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15009 2011-11-21  Juri Linkov  <juri@jurta.org>
15011         * calc/calc.el (calc-read-key-sequence):
15012         Let-bind `input-method-function' to nil.  (Bug#10018)
15014 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15017         Tell the caller that the next line needs recomputation, even
15018         though it doesn't start a sexp (bug#10094).
15020 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15022         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15024 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15026         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15027         Use force-same-window.
15029 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
15031         * descr-text.el (describe-char-unicode-data):
15032         * json.el (json-string-escape):
15033         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15034         (Footnote-unicode, Footnote-style-p):
15035         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15037 2011-11-20  Chong Yidong  <cyd@gnu.org>
15039         * window.el (replace-buffer-in-windows): Restore interactive spec.
15041 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15043         * electric.el (electric-indent-mode): Fix last change (too optimistic).
15045         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15046         (byte-compile-global-not-obsolete-vars): New var.
15047         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15048         Use it.
15049         (byte-compile-warn-obsolete): Align text with the one in *Help*.
15051 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
15053         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15054         * progmodes/pascal.el (electric-pascal-equal):
15055         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15056         * xml.el (xml-substitute-special): Fix typos.
15058 2011-11-20  Glenn Morris  <rgm@gnu.org>
15060         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15061         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15062         Doc fixes.
15063         (rmail-decode-mime-charset): Mark as obsolete.
15065         * mail/rmailsum.el (rmail-message-regexp-p-1):
15066         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15067         Before using mime functions, check they are set.  (Bug#10077)
15069 2011-11-19  Juri Linkov  <juri@jurta.org>
15071         * info.el (Info-finder-find-node): Use `package--builtins' instead
15072         of `package-alist'.  Use node names formed by the pattern "Keyword "
15073         and the keyword name.
15075 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
15077         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15079 2011-11-19  Juri Linkov  <juri@jurta.org>
15081         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15082         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
15083         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15084         `old-history', `old-history-forward'.  Add let-binding
15085         `window-selected'.  Remove calls to `kill-buffer',
15086         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
15087         before calling `Info-find-node', so `Info-find-node-2' will reread
15088         the Info file.  Restore window positions only when `window-selected'
15089         is non-nil.
15091 2011-11-19  Juri Linkov  <juri@jurta.org>
15093         * isearch.el (isearch-lazy-highlight-new-loop):
15094         Remove condition `(not isearch-error)'.  (Bug#9918)
15096         * misearch.el (multi-isearch-search-fun): Add condition
15097         `(not bound)' to ignore lazy-highlighting search.
15098         Add the search-failed message "end of multi" when the end of
15099         multi-sequence is reached.  Uncapitalize the search-failed
15100         message "Repeat for next buffer".
15102         * info.el (Info-search): Add the search-failed message
15103         "end of the manual" when the end of the manual is reached
15104         in Isearch mode.
15106 2011-11-19  Juri Linkov  <juri@jurta.org>
15108         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15109         Use non-destructive `remove' instead of `delete' because
15110         `Info-history-list' stored to `Info-isearch-initial-history-list' in
15111         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15113 2011-11-19  Juri Linkov  <juri@jurta.org>
15115         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15116         to nil instead of binding `search-ring' and `regexp-search-ring'.
15117         (Bug#9185)
15119 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
15121         * simple.el (line-move): Force movement by logical lines for any
15122         hscrolled window, not only when auto-hscroll-mode is on.
15123         (line-move-visual): Update doc string to that effect.  (Bug#10076)
15125 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
15127         * language/european.el (macintosh): Define as alias for mac-roman.
15129 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
15131         * mail/rmailmm.el (rmail-mime-display-header)
15132         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15133         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15134         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15135         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15136         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15137         of a raw aref.
15138         (rmail-mime-entity-segment): To get past the tagline, move forward
15139         2 more lines, to account for the 2 empty lines that precede and
15140         follow the line with the buttons.
15141         (rmail-mime-update-tagline): Move one more line, to get past the
15142         empty line that follows the buttons in the tagline.  (Bug#9520)
15144 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
15146         * window.el (window-max-delta-1, window-min-delta-1)
15147         (window-min-size-1, window-state-get-1, window-state-put-1)
15148         (window-state-put-2): Use "window--" prefix.
15150 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15152         * emacs-lisp/smie.el: Improve warnings and conflict detection.
15153         (smie-warning-count): New var.
15154         (smie-set-prec2tab): Use it.
15155         (smie-bnf->prec2): Improve warnings.  Add docstring.
15156         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15157         (smie-bnf--set-class): New function.
15158         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
15159         corner case.
15161         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15162         (compilation-error-properties, compilation-move-to-column):
15163         Handle compilation-first-column while in the target buffer.
15165         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15166         Don't hardcode point-min==1.
15168         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15169         (eshell-rewrite-for-command): Remove workaround.
15170         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15171         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15172         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15174         * files-x.el (modify-file-local-variable): Obey commenting conventions.
15176 2011-11-17  Glenn Morris  <rgm@gnu.org>
15178         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15179         Ignore buffer-local generated-autoload-file if it is the same
15180         as the global value.  (Bug#10049)
15182 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
15184         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15185         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15186         (reftex-toc-previous-heading, reftex-toc-max-level)
15187         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15188         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15189         (reftex-toc-do-promote, reftex-toc-promote-prepare)
15190         (reftex-toc-promote-action, reftex-toc-extract-section-number)
15191         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15192         (reftex-toc-rename-label, reftex-toc-visit-location)
15193         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15194         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15195         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15196         leaving "*toc*" only for references to the buffer.
15198 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
15200         * window.el (window-resize, delete-window, split-window):
15201         Replace window-splits by window-combination-resize.
15202         * cus-start.el (window-splits): Replace by window-combination-resize.
15204 2011-11-17  Glenn Morris  <rgm@gnu.org>
15206         * progmodes/sh-script.el (sh-font-lock-keywords-var):
15207         Make bash entry derive from sh entry, not shell entry.
15209 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
15211         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15212         local file name.
15214 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
15216         * menu-bar.el (menu-bar-file-menu):
15217         * printing.el (pr-ps-utility):
15218         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15219         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15220         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15221         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15222         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15223         (icalendar--convert-cyclic-to-ical)
15224         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15225         (icalendar--convert-ical-to-diary)
15226         (icalendar--convert-recurring-to-diary)
15227         (icalendar--convert-non-recurring-all-day-to-diary)
15228         (icalendar-import-format-sample):
15229         * progmodes/idlw-shell.el (idlwave-shell-mode):
15230         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15231         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15232         (vhdl-ps-print-init): Fix typos.
15234 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
15236         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15237         FSF and collapse date sequence, obscure author/maintainer email address
15238         better, remove extra version line, track relocation of author's webpage.
15240         * progmodes/python.el (python-pdbtrack-input-prompt)
15241         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15242         regular python pdb prompts.  Adjustments shamelessly taken exactly as
15243         suggested in EmacsWiki page (tiny change):
15244         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15246 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
15248         * expand.el (expand-pos, expand-index, expand-point):
15249         Remove redundant info from docstring.
15250         (expand-add-abbrevs): Doc fix.
15251         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15252         (expand-sample-perl-mode-expand-list): Fix typos.
15254         * net/dbus.el (dbus-event-member-name):
15255         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15256         * term/pc-win.el (msdos-create-frame-with-faces):
15257         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15259 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
15261         * window.el (split-window, window-state-get-1)
15262         (window-state-put-1, window-state-put-2): Rename occurrences of
15263         window-nest to window-combination-limit.
15264         * cus-start.el (window-nest): Rename to window-combination-limit.
15266 2011-11-16  Chong Yidong  <cyd@gnu.org>
15268         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15269         regexp (Bug#10033).
15271 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15273         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15274         `completing-read' will remove *Completions* and will preserve
15275         current-buffer for us.
15276         (tmm-add-prompt): Users of *Completions* will always (re)set its
15277         major mode.
15278         (tmm-old-comp-map): Remove.
15280 2011-11-16  Glenn Morris  <rgm@gnu.org>
15282         * mail/rmailedit.el: Require rmailmm when compiling.
15283         (rmail-old-mime-state): New declaration.
15284         (rmail-edit-current-message): If editing a mime message,
15285         edit the "raw" message from the mbox buffer.
15286         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
15288 2011-11-15  Glenn Morris  <rgm@gnu.org>
15290         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15291         which wasn't being used.  Add optional arg to force given state.
15292         (rmail-mime): Add optional arg to force given state.
15294 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
15296         * allout.el (allout-encryption-plaintext-sanitization-regexps):
15297         * frame.el (display-mm-dimensions-alist):
15298         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15299         (outline-move-subtree-down):
15300         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15301         (newsticker--treeview-do-get-node):
15302         * net/quickurl.el (quickurl-list-buffer-name):
15303         * progmodes/dcl-mode.el (dcl-mode):
15304         * progmodes/gdb-mi.el (gdb-mapcar*):
15305         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15307 2011-11-15  Glenn Morris  <rgm@gnu.org>
15309         * mail/rmail.el (rmail-file-coding-system): It's only ever used
15310         in a boolean sense, so just make it a boolean, and fix the doc.
15311         (rmail-show-mime-function, rmail-mime-feature)
15312         (rmail-require-mime-maybe): Doc fixes.
15313         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15315         * mail/rmailmm.el (rmail-show-mime): Doc fix.
15317 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
15319         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15320         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15321         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15322         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15324 2011-11-15  Glenn Morris  <rgm@gnu.org>
15326         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15327         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15328         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15329         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15330         (rmail-mime, rmail-show-mime): Doc fixes.
15332         * term/ns-win.el (mode-line-frame-identification):
15333         Leave it alone.  (Bug#10051)
15335         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
15337         * mail/rmailout.el (rmail-output-to-rmail-buffer):
15338         Handle empty buffers.  (Bug#9978)
15340 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
15342         * international/mule.el (define-charset):
15343         * mail/rmailmm.el (rmail-mime-find-header-encoding):
15344         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15345         * progmodes/verilog-mode.el (verilog-backward-token):
15346         * textmodes/ispell.el (lookup-words):
15347         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15349 2011-11-14  Glenn Morris  <rgm@gnu.org>
15351         * progmodes/executable.el
15352         (executable-make-buffer-file-executable-if-script-p):
15353         Handle file-modes returning nil.
15355         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15356         message - not necessary, and causes problems.  (Bug#9831)
15358         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15360         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15362         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15363         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
15364         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15366 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
15368         * window.el (window-resize, delete-window): Use window-splits
15369         variable instead of function.
15370         (window-state-get-1, window-state-put-2, window-state-put):
15371         Don't deal with windows' splits status.
15373 2011-11-12  Glenn Morris  <rgm@gnu.org>
15375         * apropos.el (apropos-do-all, apropos-library, apropos-value)
15376         (apropos-documentation): Doc fixes.
15378 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
15380         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15381         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15383 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15385         * electric.el (electric-indent-post-self-insert-function): Make it
15386         possible for a char to only indent in some circumstances.
15387         (electric-indent-mode): Simplify.
15389 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
15391         * window.el (windows-with-parameter): Remove unused function.
15392         (windows-at-side): Rename to window-at-side-list.
15393         (window-check, window-atom-check, window-atom-check-1)
15394         (window-side-check, window-size-ignore, window-size-fixed-1)
15395         (window-in-direction-2): Prefix with "window--".
15396         (window-tree-1): Rename to window--subtree, fix doc-string.
15398 2011-11-11  Glenn Morris  <rgm@gnu.org>
15400         * subr.el (eval-after-load): If FILE is already loaded,
15401         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
15403 2011-11-10  Glenn Morris  <rgm@gnu.org>
15405         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15406         Call svn via vc-svn-command rather than vc-do-command.
15407         (vc-svn-command): Add --non-interactive.  (Bug#9993)
15408         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15410         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15411         Add toggle-read-only.  (Bug#7292)
15412         * files.el (toggle-read-only): Mention that it should only
15413         be used interactively.  (Bug#10006)
15415 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15417         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15418         Adjust regexp for OCaml warnings.
15420         * electric.el (electric-pair-post-self-insert-function): Let user
15421         turn it off buffer-locally (bug#9932).
15423         * progmodes/python.el (python-beginning-of-statement):
15424         Rewrite (bug#2703).
15426         * progmodes/compile.el: Better handle TABs (bug#9749).
15427         (compilation-internal-error-properties)
15428         (compilation-next-error-function): Obey the target buffer's
15429         compilation-error-screen-columns.
15431 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
15433         * progmodes/meta-mode.el: Remove obsolete comments.
15434         (meta-right-comment-regexp, meta-ignore-comment-regexp):
15435         Fix typos in docstrings.
15437 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
15439         * window.el (window-size-fixed-p): Rewrite doc-string.
15440         (window-resizable-p): Rename to window--resizable-p.  Update callers.
15441         (window--resizable): New function.  Make all callers of
15442         window-resizable call window--resizable instead.
15443         (window-resizable): Rewrite in terms of window--resizable.
15445 2011-11-08  Glenn Morris  <rgm@gnu.org>
15447         * progmodes/delphi.el (delphi-mode-syntax-table):
15448         Let define-derived-mode define a proper syntax table.  (Bug#9994)
15450 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15452         * window.el: Stay away from defsubst.
15453         (window-list-no-nils): Remove.
15454         (window-state-get-1, window-state-get): Use backquote instead.
15456 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
15458         * emacs-lisp/find-func.el (find-function-read):
15459         Fix incorrect use of default argument in `completing-read'.
15461 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
15463         * window.el (display-buffer-function, special-display-function):
15464         Mention display-buffer-record-window but do not mention
15465         help-setup parameter in doc-strings.
15466         (window-min-delta): Fix doc-string typo.
15468 2011-11-08  Chong Yidong  <cyd@gnu.org>
15470         * window.el (window-total-height, window-total-width): Doc fix.
15471         (window-body-size): Move from C.
15472         (window-body-height, window-body-width): Move to C.
15474 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15476         * window.el: Make special-display like display-buffer-alist (bug#9532).
15477         (display-buffer--special-action): New function, morphed
15478         from display-buffer--special.
15479         (display-buffer): Use it to handle special-display-buffers at higher
15480         priority (just after display-buffer-alist).
15481         (display-buffer-fallback-action, display-buffer--other-frame-action)
15482         (pop-to-buffer-same-window): Remove display-buffer--special.
15484 2011-11-07  Glenn Morris  <rgm@gnu.org>
15486         * calendar/cal-menu.el (cal-menu-set-date-title):
15487         Do nothing if not in a calendar.  (Bug#9976)
15489 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15491         * files.el (find-file): Always use selected-window.
15493 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
15495         * window.el (window-combinations): Make WINDOW argument
15496         mandatory.  Rewrite doc-string.
15497         (walk-window-subtree, window-atom-check, window-min-delta)
15498         (window-max-delta, window--resize-this-window)
15499         (window--resize-root-window-vertically, window-tree)
15500         (balance-windows, window-state-put): Rewrite doc-strings as to
15501         not mention the term "subwindow".
15502         (window--resize-subwindows-skip-p): Rename to
15503         window--resize-child-windows-skip-p.
15504         (window--resize-subwindows-normal): Rename to
15505         window--resize-child-windows-normal.
15506         (window--resize-subwindows): Rename to
15507         window--resize-child-windows.
15508         (window-or-subwindow-p): Rename to window--in-subtree-p.
15510 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
15512         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15513         Ensure that mbox format messages end in two newlines (Bug#9974).
15515 2011-11-06  Chong Yidong  <cyd@gnu.org>
15517         * window.el (window-combination-p): Function deleted; its
15518         side-effect is not used in any existing code.
15519         (window-combinations, window-combined-p): Call window-*-child
15520         directly.
15522 2011-11-05  Chong Yidong  <cyd@gnu.org>
15524         * window.el (window-valid-p): Rename from window-any-p.
15525         (window-size-ignore, window-state-get): Callers changed.
15526         (window-normalize-window): Rename from window-normalize-any-window.
15527         New arg LIVE-ONLY, replacing window-normalize-live-window.
15528         (window-normalize-live-window): Delete.
15529         (window-combination-p, window-combined-p, window-combinations)
15530         (walk-window-subtree, window-atom-root, window-min-size)
15531         (window-sizable, window-sizable-p, window-size-fixed-p)
15532         (window-min-delta, window-max-delta, window-resizable)
15533         (window-resizable-p, window-full-height-p, window-full-width-p)
15534         (window-current-scroll-bars, window-point-1, set-window-point-1)
15535         (window-at-side-p, window-in-direction, window-resize)
15536         (adjust-window-trailing-edge, maximize-window, minimize-window)
15537         (window-deletable-p, delete-window, delete-other-windows)
15538         (record-window-buffer, unrecord-window-buffer)
15539         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15540         (quit-window, split-window, window-state-put)
15541         (set-window-text-height, fit-window-to-buffer)
15542         (shrink-window-if-larger-than-buffer): Callers changed.
15544 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
15546         * mail/rmail.el (rmail-simplified-subject): Decode subject with
15547         rfc2047-decode-string.
15548         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15549         warnings.
15551         * window.el (window-body-height, window-body-width): Mention in
15552         the doc string that the return values are in frame's canonical
15553         units.  (Bug#9949)
15555 2011-11-03  Alan Mackenzie  <acm@muc.de>
15557         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15558         change in cc-engine.el.
15560 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15562         * window.el (switch-to-buffer): Use `force-same-window' interactively.
15564 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
15566         * window.el (quit-window): Call unrecord-window-buffer after
15567         showing another buffer in the window.  (Bug#9937)
15568         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15570 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
15572         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15573         Accept status with more than 9 shelves.  (Bug#9935)
15574         Reported by Colin D Bennett <colin@gibibit.com>.
15576 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
15578         * help.el (with-help-window): Don't reference
15579         temp-buffer-show-specifiers in doc-string.
15581 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
15583         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15584         menu-item.
15586 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15588         * whitespace.el: New version 13.2.2.
15589         (whitespace-newline-mode): Disable properly.  Reported by Sarah
15590         <EmacsWiki>.
15592 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
15594         * net/newst-treeview.el: Remove "Time-stamp".
15595         (newsticker--group-manage-orphan-feeds): Do not call
15596         newsticker--treeview-tree-update.
15597         (newsticker-treeview-update, newsticker-treeview):
15598         Call newsticker--treeview-tree-update if necessary.
15600 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
15602         * window.el (window-iso-combination-p, window-iso-combined-p)
15603         (window-iso-combinations): Remove "iso-" infix.
15604         Suggested by Chong Yidong.
15605         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15606         (window-max-delta-1, window-resize, window--resize-siblings)
15607         (window--resize-this-window, adjust-window-trailing-edge)
15608         (split-window, balance-windows-1)
15609         (shrink-window-if-larger-than-buffer):
15610         * calendar/calendar.el (calendar-generate-window):
15611         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15613 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15615         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15616         in place (bug#9907).
15617         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15618         (eshell-rewrite-if-command, eshell-rewrite-for-command)
15619         (eshell-structure-basic-command, eshell-rewrite-while-command)
15620         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15621         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
15622         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
15623         (eshell-do-pipelines-synchronously, eshell-eval-command):
15624         Use backquotes and prefer setq to set.
15625         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
15626         (eshell-macrop): Use functionp.
15627         (eshell-do-eval): Handle multiple expressions in `while' body.
15629 2011-10-30  Chong Yidong  <cyd@gnu.org>
15631         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
15632         instead of set-mark (Bug#9810).
15634 2011-10-30  Chong Yidong  <cyd@gnu.org>
15636         * window.el (split-window-below, split-window-right): Rename from
15637         split-window-above-each-other and split-window-side-by-side
15638         respectively.  All callers changed.
15639         (split-window-sensibly, split-window-sensibly): Use them.
15640         (split-window-keep-point): Doc fix.
15642         * isearch.el: Add isearch-scroll property to split-window-below
15643         and split-window-right.
15645         * follow.el (follow-mode):
15646         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15647         * progmodes/ada-xref.el (ada-gdb-application):
15648         * emulation/vip.el (vip-buffer-in-two-windows):
15649         * image-dired.el (image-dired-dired-with-window-configuration):
15650         * dired-x.el (dired-do-find-marked-files):
15651         * dired.el (dired-pop-to-buffer):
15652         * bs.el (bs--show-with-configuration):
15653         * vc/emerge.el (emerge-setup-windows):
15654         * textmodes/two-column.el (2C-two-columns):
15655         * textmodes/reftex-toc.el (reftex-toc):
15656         * progmodes/gdb-mi.el (gdb-setup-windows):
15657         * progmodes/fortran.el (fortran-window-create):
15658         * net/newst-treeview.el (newsticker--treeview-window-init):
15659         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
15660         * emulation/tpu-edt.el (tpu-gold-map):
15661         * emulation/crisp.el (crisp-mode-map):
15662         * calendar/calendar.el (calendar-basic-setup): Callers changed.
15664 2011-10-29  Chong Yidong  <cyd@gnu.org>
15666         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
15668         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
15670         * textmodes/flyspell.el (flyspell-word): Fix char offset for
15671         forged Ispell output (Bug#7904).
15673         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
15675 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * doc-view.el: Avoid ugly errors about not finding nil.
15678         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
15679         (doc-view-dvipdf-program, doc-view-unoconv-program)
15680         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
15681         Avoid nil or absolute file name as default value.
15682         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
15684 2011-10-28  Alan Mackenzie  <acm@muc.de>
15686         * progmodes/cc-defs.el (c-version): -> 5.32.2.
15688 2011-10-28  Alan Mackenzie  <acm@muc.de>
15690         Amend the handling of c-beginning/end-of-defun in nested declaration
15691         scopes.
15693         * progmodes/cc-vars.el (c-defun-tactic): Move here from
15694         cc-langs.el.  Change it to a defcustom.
15696         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
15697         cc-vars.el.
15699         * progmodes/cc-engine.el (c-beginning-of-statement-1):
15700         Prevent "class foo : bar" being spuriously recognized as a label.
15702         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
15703         Add parameter `inclusive' (to include enclosing braces in the region).
15704         (c-widen-to-enclosing-decl-scope): New function.
15705         (c-while-widening-to-decl-block): New macro.
15706         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
15707         outward for defun boundaries, and correspondingly change symbol
15708         `respect-enclosure' to `go-outward'.
15709         (c-declaration-limits): Change algorithm to report only the "innermost"
15710         defun's boundaries.
15712 2011-10-28  Deniz Dogan  <deniz@dogan.se>
15714         * net/rcirc.el (rcirc-mode): Use hard newlines.
15716 2011-10-28  Alan Mackenzie  <acm@muc.de>
15718         Amend to indent and fontify macros "which include their own semicolon"
15719         correctly, using the "virtual semicolon" mechanism.
15721         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
15723         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15724         Recode to scan one line at a time rather than having \n and \r
15725         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
15726         (c-forward-label): Amend for virtual semicolons.
15727         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
15729         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
15730         of the new C macros.
15732         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
15733         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
15734         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
15735         (c-opt-cpp-macro-define): Make into a full language variable.
15736         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
15737         AWK Mode (including \n, \r) removed, no longer needed.
15739         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
15740         Invoke c-make-macro-with-semi-re.
15742         * progmodes/cc-vars.el (c-macro-with-semi-re):
15743         (c-macro-names-with-semicolon): New variables.
15744         (c-make-macro-with-semi-re): New function.
15746 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15748         * vc/log-edit.el: Fill empty field rather than adding new one.
15749         (log-edit-add-field): New function.
15750         (log-edit-insert-changelog): Use it.
15752 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
15754         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
15756 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15758         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
15759         (gdb--check-interpreter): New function.
15760         (gdb): Use it.
15762 2011-10-27  Glenn Morris  <rgm@gnu.org>
15764         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
15765         (least-positive-float, least-negative-float)
15766         (least-positive-normalized-float, least-negative-normalized-float)
15767         (float-epsilon, float-negative-epsilon):
15768         Remove unnecessary declarations.
15770         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
15771         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
15772         (least-positive-float, least-negative-float)
15773         (least-positive-normalized-float, least-negative-normalized-float)
15774         (float-epsilon, float-negative-epsilon): Add doc-strings,
15775         based on those in cl.texi.
15777         * files.el (set-visited-file-name): If the major-mode changed,
15778         reload the local variables.  (Bug#9796)
15780 2011-10-27  Chong Yidong  <cyd@gnu.org>
15782         * subr.el (change-major-mode-after-body-hook): New hook.
15783         (run-mode-hooks): Run it.
15785         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15786         Use change-major-mode-before-body-hook.
15788         * simple.el (fundamental-mode):
15789         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
15790         change introducing fundamental-mode-hook.
15792 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
15794         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
15796 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
15798         * ido.el (ido-file-name-all-completions-1): Do not require
15799         tramp.el explicitly.  (Bug#7583)
15801 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15803         * progmodes/octave-mod.el:
15804         * progmodes/octave-inf.el: Update maintainer.
15806 2011-10-26  Chong Yidong  <cyd@gnu.org>
15808         * subr.el (with-wrapper-hook): Rewrite doc.
15810 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
15812         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
15813         filenames "/method:foo:".  (Bug#9793)
15815 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15817         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
15818         (bug#9865).
15820 2011-10-24  Glenn Morris  <rgm@gnu.org>
15822         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
15824 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
15826         * notifications.el: Add the requirement of a running D-Bus session
15827         bus to the Commentary.
15829 2011-10-24  Juri Linkov  <juri@jurta.org>
15831         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
15832         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
15833         (Bug#9364)
15835 2011-10-24  Juri Linkov  <juri@jurta.org>
15837         * info.el (Info-following-node-name-re): Add newline to the list
15838         of allowed characters for leading space.  (Bug#9824)
15840 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15842         * progmodes/octave-inf.el (inferior-octave-mode-map):
15843         Fix C-c C-h binding.
15844         * progmodes/octave-mod.el (octave-help): Remove.
15846 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
15848         Sync with Tramp 2.2.3.
15850         * net/tramp-cache.el (top): Pacify byte-compiler using
15851         `init-file-user' and `site-run-file'.
15853         * net/trampver.el: Update release number.
15855 2011-10-23  Chong Yidong  <cyd@gnu.org>
15857         * files.el (toggle-read-only): Remove obsolete comment about
15858         version control.
15860         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
15861         for toggle-read-only.  Note that this hasn't called vc-next-action
15862         since 2008-05-02, though it wasn't documented at the time.
15864         * vc/ediff-init.el (ediff-toggle-read-only-function):
15865         Use toggle-read-only.
15867 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
15869         Fix bug #9560, sporadic wrong indentation; improve instrumentation
15870         of c-parse-state.
15872         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
15873         correct faulty logical expression.
15874         (c-parse-state-state, c-record-parse-state-state):
15875         (c-replay-parse-state-state): New defvar/defuns.
15876         (c-debug-parse-state): Use new functions.
15878 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
15880         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
15881         last fix.  Use window-in-direction correctly.
15883 2011-10-21  Chong Yidong  <cyd@gnu.org>
15885         * progmodes/idlwave.el (idlwave-mode):
15886         * progmodes/vera-mode.el (vera-mode): No need to set
15887         require-final-newline; that's done in prog-mode.
15888         Suggested by Stefan Monnier.
15890 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
15892         * mouse.el (mouse-drag-window-above)
15893         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
15894         (mouse-drag-mode-line-1, mouse-drag-header-line)
15895         (mouse-drag-vertical-line-rightward-window): Remove.
15896         (mouse-drag-line): New function.
15897         (mouse-drag-mode-line, mouse-drag-header-line)
15898         (mouse-drag-vertical-line): Call mouse-drag-line.
15899         * window.el (window-at-side-p, windows-at-side): New functions.
15901 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
15903         * tar-mode.el (tar-grind-file-mode):
15904         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
15906 2011-10-21  Chong Yidong  <cyd@gnu.org>
15908         * progmodes/idlwave.el (idlwave-mode):
15909         * progmodes/vera-mode.el (vera-mode):
15910         Use mode-require-final-newline.
15912 2011-10-20  Glenn Morris  <rgm@gnu.org>
15914         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
15916 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
15918         * emulation/cua-base.el (cua-set-mark): Fix case of string.
15920 2011-10-20  Chong Yidong  <cyd@gnu.org>
15922         * emulation/cua-base.el (cua-mode):
15923         * mail/footnote.el (footnote-mode):
15924         * mail/mailabbrev.el (mail-abbrevs-mode):
15925         * net/xesam.el (xesam-minor-mode):
15926         * progmodes/bug-reference.el (bug-reference-mode):
15927         * progmodes/cap-words.el (capitalized-words-mode):
15928         * progmodes/compile.el (compilation-minor-mode)
15929         (compilation-shell-minor-mode):
15930         * progmodes/gud.el (gud-tooltip-mode):
15931         * progmodes/hideif.el (hide-ifdef-mode):
15932         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
15933         * progmodes/subword.el (subword-mode):
15934         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15935         * progmodes/which-func.el (which-function-mode):
15936         * term/tvi970.el (tvi970-set-keypad-mode):
15937         * term/vt100.el (vt100-wide-mode):
15938         * textmodes/flyspell.el (flyspell-mode):
15939         * textmodes/ispell.el (ispell-minor-mode):
15940         * textmodes/nroff-mode.el (nroff-electric-mode):
15941         * textmodes/paragraphs.el (use-hard-newlines):
15942         * textmodes/refill.el (refill-mode):
15943         * textmodes/reftex.el (reftex-mode):
15944         * textmodes/rst.el (rst-minor-mode):
15945         * textmodes/sgml-mode.el (html-autoview-mode)
15946         (sgml-electric-tag-pair-mode):
15947         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
15948         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
15949         * emulation/crisp.el (crisp-mode):
15950         * emacs-lisp/eldoc.el (eldoc-mode):
15951         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
15952         minor mode behavior.
15954 2011-10-19  Juri Linkov  <juri@jurta.org>
15956         * descr-text.el (describe-char): Add #x2010 and #x2011 to
15957         the list of hard-coded chars with escape-glyph face.
15959 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15961         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
15963 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
15965         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
15966         running process.
15968 2011-10-19  Glenn Morris  <rgm@gnu.org>
15970         * vc/vc-bzr.el (vc-bzr-after-dir-status):
15971         Ignore ignored files.  (Bug#9726)
15973 2011-10-19  Chong Yidong  <cyd@gnu.org>
15975         Doc fix for minor modes, stating that an omitted argument enables
15976         the mode unconditionally when called from Lisp.
15978         * abbrev.el (abbrev-mode):
15979         * allout.el (allout-mode):
15980         * autoinsert.el (auto-insert-mode):
15981         * autoarg.el (autoarg-mode, autoarg-kp-mode):
15982         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15983         (global-auto-revert-mode):
15984         * battery.el (display-battery-mode):
15985         * composite.el (global-auto-composition-mode)
15986         (auto-composition-mode):
15987         * delsel.el (delete-selection-mode):
15988         * desktop.el (desktop-save-mode):
15989         * dired-x.el (dired-omit-mode):
15990         * dirtrack.el (dirtrack-mode):
15991         * doc-view.el (doc-view-minor-mode):
15992         * double.el (double-mode):
15993         * electric.el (electric-indent-mode, electric-pair-mode):
15994         * emacs-lock.el (emacs-lock-mode):
15995         * epa-hook.el (auto-encryption-mode):
15996         * follow.el (follow-mode):
15997         * font-core.el (font-lock-mode):
15998         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
15999         * help.el (temp-buffer-resize-mode):
16000         * hilit-chg.el (highlight-changes-mode)
16001         (highlight-changes-visible-mode):
16002         * hi-lock.el (hi-lock-mode):
16003         * hl-line.el (hl-line-mode, global-hl-line-mode):
16004         * icomplete.el (icomplete-mode):
16005         * ido.el (ido-everywhere):
16006         * image-file.el (auto-image-file-mode):
16007         * image-mode.el (image-minor-mode):
16008         * iswitchb.el (iswitchb-mode):
16009         * jka-cmpr-hook.el (auto-compression-mode):
16010         * linum.el (linum-mode):
16011         * longlines.el (longlines-mode):
16012         * master.el (master-mode):
16013         * mb-depth.el (minibuffer-depth-indicate-mode):
16014         * menu-bar.el (menu-bar-mode):
16015         * minibuf-eldef.el (minibuffer-electric-default-mode):
16016         * mouse-sel.el (mouse-sel-mode):
16017         * msb.el (msb-mode):
16018         * mwheel.el (mouse-wheel-mode):
16019         * outline.el (outline-minor-mode):
16020         * paren.el (show-paren-mode):
16021         * recentf.el (recentf-mode):
16022         * reveal.el (reveal-mode, global-reveal-mode):
16023         * rfn-eshadow.el (file-name-shadow-mode):
16024         * ruler-mode.el (ruler-mode):
16025         * savehist.el (savehist-mode):
16026         * scroll-all.el (scroll-all-mode):
16027         * scroll-bar.el (scroll-bar-mode):
16028         * server.el (server-mode):
16029         * shell.el (shell-dirtrack-mode):
16030         * simple.el (auto-fill-mode, transient-mark-mode)
16031         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16032         (line-number-mode, column-number-mode, size-indication-mode)
16033         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16034         * strokes.el (strokes-mode):
16035         * time.el (display-time-mode):
16036         * t-mouse.el (gpm-mouse-mode):
16037         * tool-bar.el (tool-bar-mode):
16038         * tooltip.el (tooltip-mode):
16039         * type-break.el (type-break-mode-line-message-mode)
16040         (type-break-query-mode):
16041         * view.el (view-mode):
16042         * whitespace.el (whitespace-mode, whitespace-newline-mode)
16043         (global-whitespace-mode, global-whitespace-newline-mode):
16044         * xt-mouse.el (xterm-mouse-mode): Doc fix.
16046         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16047         Fix autogenerated docstring.
16049 2011-10-19  Juri Linkov  <juri@jurta.org>
16051         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16052         by checking environment variables "DESKTOP_SESSION" and
16053         "XDG_CURRENT_DESKTOP".  (Bug#9779)
16055 2011-10-19  Juri Linkov  <juri@jurta.org>
16057         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16058         (browse-url-chromium-program, browse-url-chromium-arguments):
16059         New defcustoms.
16060         (browse-url-default-browser): Check for `browse-url-chromium' and
16061         call `browse-url-chromium-program'.
16062         (browse-url-chromium): New command.  (Bug#9779)
16064 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
16066         * facemenu.el (list-colors-duplicates): On Windows, detect more
16067         duplicates by assuming that only colors matching "^System" are
16068         special "system colors".  (Bug#9722)
16070 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16072         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16073         to distinguish the author from the committer.
16075 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
16077         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16079 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
16081         * international/mule.el (sgml-html-meta-auto-coding-function):
16082         Add support for detecting encoding in HTML5 specified only as
16083         <meta charset="UTF-8">.  Implementation just makes http-equiv and
16084         content-type parts from HTML4 encoding string optional.  (Bug#9716)
16086 2011-10-18  Glenn Morris  <rgm@gnu.org>
16088         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
16090 2011-10-18  Chong Yidong  <cyd@gnu.org>
16092         * faces.el (cursor): Doc fix.
16094 2011-10-17  Chong Yidong  <cyd@gnu.org>
16096         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16098 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
16100         * dirtrack.el (dirtrack): Support shell buffers with path
16101         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
16103 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
16105         * json.el: Bump version to 1.3 and note change in History.
16106         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16108 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16110         * comint.el (comint-insert-input, comint-send-input)
16111         (comint-get-old-input-default, comint-backward-matching-input)
16112         (comint-next-prompt): Use nil instead of `input' for field property of
16113         past user input (bug#114).
16115         * minibuffer.el (completion--replace): Inherit surrounding properties
16116         (bug#114).
16117         (minibuffer-complete-and-exit): Use it.
16119         * comint.el (comint--table-subvert): Quote the all-completions output
16120         (bug#9160).
16122 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
16124         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16126         * menu-bar.el (menu-bar-file-menu): Add entry for making new
16127         window on right of selected.  (Bug#9350) Reword other window
16128         entries and separate them from frame entries.
16130 2011-10-15  Glenn Morris  <rgm@gnu.org>
16132         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16133         Doc fixes.
16135 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
16137         * net/network-stream.el (network-stream-open-starttls):
16138         Improve detection of failure due to lack of TLS support.
16140         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16141         putting the input text in front and in bold.
16143 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16145         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16147         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16148         empty buffer.
16150         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16151         unread-command-events rather than pushing yet-another event.
16153 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
16155         * mail/sendmail.el (sendmail-query-once): Improve the wording of
16156         the explanation of the possible choices.  Make the options passed
16157         to completing-read shorter.
16159 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
16161         * textmodes/flyspell.el (flyspell-large-region): Make sure
16162         extended character mode is used if defined (Bug#1339).
16164 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
16166         * simple.el (what-cursor-position): Fix the display of the
16167         character info for LRE, LRO, RLE, and RLO characters by appending
16168         an invisible PDF.
16170 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16172         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16173         even in case of error; add debug spec; simplify data flow.
16174         (with-timeout-handler): Remove.
16176 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
16178         Fix Bug#6019, Bug#9315.
16180         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16181         complete `buffer-file-name', the local file name part could look
16182         remotely (for example on VMS).
16184         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16185         `tramp-run-real-handler'.
16186         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16187         already quoted by '"'.
16189         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16190         Let `file-name-handler-alist' be nil, the local file name part
16191         could look remotely (for example on VMS).
16193 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16195         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16196         from here...
16197         (flyspell-post-command-hook): ...to here.
16199 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16201         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16202         if not needed.
16203         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
16204         using completion.  Protect against "slow" callers.
16205         Remove the "message hack".
16207 2011-10-11  Juri Linkov  <juri@jurta.org>
16209         * isearch.el (isearch-lazy-highlight-word): New variable.
16210         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16211         Use it.  (Bug#9727)
16213 2011-10-11  Glenn Morris  <rgm@gnu.org>
16215         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16216         like f90-previous-statement does.
16218 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16220         * eshell/eshell.el (eshell-command): History should be saved
16221         only in interactive use, to avoid error.
16223 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16225         * minibuffer.el (completion-file-name-table): Fix last change,
16226         i.e. ignore normal errors but not the other ones.
16228 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
16230         * window.el (special-display-buffer-names)
16231         (special-display-regexps): Remove some remnants of earlier
16232         changes from doc-strings.
16233         (quit-windows-on): New function.
16235         * vc/vc.el (vc-revert, vc-rollback):
16236         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16237         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
16238         (Bug#6183) (Bug#7074) (Bug#7447)
16240 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
16242         * window.el (frame-auto-hide-function): Add version tag.
16243         (Bug#9699)
16245 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
16247         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16248         condition.
16250 2011-10-09  Leo Liu  <sdl.web@gmail.com>
16252         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16253         (Bug#9701)
16255 2011-10-08  Glenn Morris  <rgm@gnu.org>
16257         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16258         before the first code statement zero indent.  (Bug#9690)
16260 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
16262         * simple.el (count-words-region): Always count in the region.
16263         Report the number of lines and characters too.
16264         (count-words): New command, which counts in the buffer if the
16265         region is inactive, as count-words-region used to.
16266         (count-words--message): New function.  Handle plurals.
16267         (count-lines-region): Make it an alias for count-words-region.
16269         * bindings.el (esc-map): Replace count-lines-region with
16270         count-words-region.
16272 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
16274         * window.el (window--delete): Delete dedicated frame
16275         unconditionally when argument KILL is non-nil.  (Bug#9699)
16276         (switch-to-buffer): Fix doc-string typo.
16278 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16280         * eshell/eshell.el (eshell-command): Avoid using hooks.
16282 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
16284         * bindings.el ([M-left],[M-right]): Bind to left-word and
16285         right-word respectively.
16287 2011-10-07  Glenn Morris  <rgm@gnu.org>
16289         * cus-start.el (debug-on-quit): Fix custom type.
16291 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16293         * subr.el (define-key-after): Clarify that the function is not
16294         useful for non-menu keymaps.
16296         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16298 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16300         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16301         in current minibuffer (Fix bug with recursive minibuffers).
16303 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
16305         * progmodes/gdb-mi.el (gdb): Doc fix.
16307 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
16309         * window.el (frame-auto-hide-function): New option replacing
16310         frame-auto-delete.  Suggested by Stefan Monnier.
16311         (window--delete): Call frame-auto-hide-function instead of
16312         investigating frame-auto-delete.
16313         (window-point-1, set-window-point-1): New functions.
16314         (window-in-direction, record-window-buffer, window-state-get-1)
16315         (display-buffer-record-window): Use window-point-1 instead of
16316         window-point.
16317         (set-window-buffer-start-and-point): Use set-window-point-1.
16319 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16321         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16323 2011-10-05  Glenn Morris  <rgm@gnu.org>
16325         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16326         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
16328 2011-10-05  Leo Liu  <sdl.web@gmail.com>
16330         * subr.el (read-char-choice): Fix argument to buffer-live-p which
16331         works with buffer object.
16333 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16335         * mpc.el (mpc-tool-bar-map): Add labels.
16337 2011-10-04  Glenn Morris  <rgm@gnu.org>
16339         * calendar/holidays.el (calendar-check-holidays): Doc fix.
16341 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
16343         * window.el (window--delete): New function.
16344         (frame-auto-delete): Resuscitate option.
16345         (bury-buffer, replace-buffer-in-windows)
16346         (quit-window): Rewrite using window--delete.
16347         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16348         Pass display-buffer-mark-dedicated to window--display-buffer-2
16349         (Bug#9639).
16351 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16353         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16354         returns a list (bug#9554).  Add remote file name completion.
16355         * comint.el (comint--table-subvert): Curry and get quote&unquote
16356         functions as arguments.
16357         (comint--complete-file-name-data): Adjust call accordingly.
16358         * pcomplete.el (pcomplete--table-subvert): Remove.
16359         (pcomplete-completions-at-point): Use comint--table-subvert instead.
16361         * minibuffer.el (completion-table-case-fold): Use currying.
16362         (completion--styles-type, completion--cycling-threshold-type):
16363         New constants.
16364         (completion-styles, completion-category-overrides)
16365         (completion-cycle-threshold): Use them.
16366         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16367         completion-table-case-fold.
16369 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
16371         * minibuffer.el (completion-category-overrides): Fix type of styles
16372         and add more user friendly tags (bug#9660).
16374 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16376         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16377         (mule-input-method-string): New widget.
16378         (default-input-method, language-info-custom-alist): Use it.
16380 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16382         * pcomplete.el: Require comint.
16383         (pcomplete--common-suffix): Remove.
16384         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16385         (pcomplete--table-subvert): Sync with comint--table-subvert.
16386         (pcomplete--entries): Use comint-completion-file-name-table.
16387         * comint.el (comint-unquote-filename): Simplify.
16388         (comint-completion-file-name-table): New function (bug#9616).
16389         (comint--complete-file-name-data): Use it.
16391         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16392         (pcmpl-gnu-tar-buffer): Remove.
16393         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16394         around.  Make sure pcomplete-suffix-list is only changed temporarily.
16395         Don't look inside the tar's file if it's too large.
16397 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
16399         * cus-edit.el (custom-mode-map):
16400         * epa.el (epa-key-list-mode-map):
16401         * man.el (Man-mode-map):
16402         * startup.el (splash-screen-keymap):
16403         * simple.el (special-mode-map): Use scroll-up-command and
16404         scroll-down-command.
16406         * progmodes/idlw-help.el (idlwave-help-mode-map):
16407         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16408         * net/newst-plainview.el (newsticker-mode-map):
16409         * emulation/ws-mode.el (wordstar-mode-map):
16410         * emulation/vi.el (vi-com-map):
16411         * calc/calc-graph.el (calc-graph-show-dumb):
16412         * term/sun.el (terminal-init-sun):
16413         * term/ns-win.el (global-map):
16414         * progmodes/grep.el (grep-mode-map):
16415         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16416         * mail/rmail.el (rmail-mode-map):
16417         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16419         * custom.el (custom-safe-themes, load-theme): Treat value of t for
16420         custom-safe-themes as special.
16422 2011-10-01  Julien Danjou  <julien@danjou.info>
16424         * notifications.el (notifications-notify): Fix docstring.
16426 2011-10-01  Per Starbäck  <per@starback.se>
16428         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
16430 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
16432         * startup.el (command-line-1): Fix last fix by inserting
16433         initial-scratch-message into *scratch* before displaying it.
16434         (Bug#9605) and (Bug#9636)
16436 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
16438         * simple.el (line-move): If auto-hscroll-mode is disabled and the
16439         window is hscrolled, move by logical lines.  (Bug#9607)
16440         (line-move-visual): Update the doc string to the above effect.
16442 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
16444         * window.el (display-buffer-record-window): When WINDOW is the
16445         selected window use `point' instead of `window-point'.  (Bug#9626)
16447         * startup.el (command-line-1): Use insert-before-markers when
16448         inserting initial-scratch-message.  (Bug#9605)
16450         * help.el (help-window): Remove variable.
16452 2011-09-29  Glenn Morris  <rgm@gnu.org>
16454         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16456 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
16458         * descr-text.el (describe-char-categories): Accept category
16459         descriptions more than one line long.
16461 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16463         * simple.el (delete-trailing-whitespace): Fix last change.
16465         * progmodes/perl-mode.el (perl-syntax-propertize-function):
16466         Don't confuse "y => 3" as the beginning of a `y' operation.
16468         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16469         object has more than 4 slots (bug#9613).
16471 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
16473         * subr.el (with-output-to-temp-buffer):
16474         * net/quickurl.el (quickurl, quickurl-browse-url):
16475         Fix typos in docstrings.
16477 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
16479         * minibuffer.el (completion-styles)
16480         (completion-category-overrides): Cross reference each other in doc
16481         strings.
16483 2011-09-27  Glenn Morris  <rgm@gnu.org>
16485         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16486         to split-string.  (Bug#9606)
16488 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16490         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16491         (bug#9615).
16493 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
16495         * emacs-lisp/package.el (list-packages): Fix echo area message.
16497 2011-09-27  Leo Liu  <sdl.web@gmail.com>
16499         * ido.el (ido-read-internal): Accept cons cell HIST arg.
16501 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
16503         * net/dbus.el (dbus-unregister-object): Don't release services for
16504         registered signals.  (Bug#9581)
16506 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
16508         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16509         function that picks between cfengine 2 and 3 support
16510         automatically.  Update docs accordingly.
16512 2011-09-22  Kenichi Handa  <handa@m17n.org>
16514         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16515         ZERO.
16516         (indian-itrans-v5-table-for-tamil): New variable.
16517         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16519 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
16521         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16522         that's true if the current command involved collapsing of text.
16523         It's reset to false at the beginning of the next command.
16524         (allout-post-command-business): Move the cursor to the beginning
16525         of entry if the cursor is hidden and collapsing activity just
16526         happened.
16528 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
16530         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16531         tracking (Bug#9541).
16533 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
16535         * net/newst-reader.el (newsticker-html-renderer)
16536         (newsticker-show-news): Automatically load html rendering package
16537         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
16538         because w3m-fill-column is let-bound" and the error "Symbol's value
16539         as variable is void: w3m-fill-column".
16541 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
16543         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16544         Release services only if they are defined.  (Bug#9581)
16546 2011-09-23  Richard Stallman  <rms@gnu.org>
16548         * textmodes/paragraphs.el (forward-sentence): For backwards case,
16549         distinguish start of paragraph from start of its text.
16551         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16553         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16554         (rmail-generate-viewer-buffer): Put that hook on view buffer.
16555         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16557 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
16559         * international/mule-diag.el (mule-diag): Insert a newline after
16560         each fontset description.
16562 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16564         * simple.el (delete-trailing-whitespace):
16565         Document last change; simplify.
16567 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
16569         * simple.el (delete-trailing-whitespace): Also delete
16570         extra newlines at the end of the buffer.
16572         * textmodes/picture.el: Make motion commands obey shift-select-mode.
16573         (picture-newline): Use forward-line so as to ignore fields.
16575 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16577         * subr.el (with-wrapper-hook): Fix edebug spec.
16579 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16581         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16582         (bug#4538).
16584 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
16586         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16587         Fix nasty bug using wrong cached values.
16589 2011-09-23  Alan Mackenzie  <acm@muc.de>
16591         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16593 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
16595         * window.el (pop-to-buffer): Ensure right window is selected if we
16596         chose another frame.
16598 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
16600         * simple.el (what-cursor-position): Use get-char-property-change
16601         and next-single-char-property-change, to be able to show display
16602         properties that come from overlays as well as text properties.
16604 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
16606         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16608         * cmuscheme.el (run-scheme, switch-to-scheme):
16609         * cus-edit.el (customize-group, custom-buffer-create)
16610         (customize-browse):
16611         * info.el (info):
16612         * shell.el (shell):
16613         * mail/sendmail.el (mail):
16614         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16616 2011-09-22  Richard Stallman  <rms@gnu.org>
16618         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16619         move back only to line beg, don't move back over blank lines.
16621 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
16623         * files.el (copy-directory): Set directory attributes only in case
16624         they could be retrieved from the source directory.  (Bug#9565)
16626 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
16628         * progmodes/hideshow.el (hs-looking-at-block-start-p)
16629         (hs-find-block-beginning, hs-hide-level-recursive):
16630         Ignore strings as well as comments.  (Bug#9502)
16632 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
16634         * progmodes/sql.el (sql-comint-postgres):
16635         Convert port number to a string.  (Bug#9566)
16637 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
16639         * window.el (quit-window): Undedicate window when switching to
16640         previous buffer.  Reported by Thierry Volpiatto
16641         <thierry.volpiatto@gmail.com>.
16642         (special-display-popup-frame): When popping up a new frame reset
16643         its previous buffers to nil.  Simplify code.
16645 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
16647         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
16648         and process filter, as done also in `shell-command'.
16650 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
16652         * window.el (set-window-buffer-start-and-point):
16653         Call set-window-start with NOFORCE argument t.
16654         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
16655         (quit-window): Reword doc-string.  Handle new format of
16656         quit-restore parameter.  Don't delete window if it has a
16657         previous buffer we can show instead of the present one.
16658         (display-buffer-record-window): Rewrite using a new format for
16659         the quit-restore window parameter
16660         (special-display-popup-frame, display-buffer-same-window)
16661         (display-buffer-reuse-window, display-buffer-pop-up-frame)
16662         (display-buffer-pop-up-window, display-buffer-use-some-window):
16663         Adapt symbol passed to display-buffer-record-window.
16664         * help.el (help-window-setup): Handle new format of quit-restore
16665         parameter.
16667 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16669         * faces.el (face-list): Fix docstring (bug#9564).
16671         * window.el (display-buffer--action-function-custom-type):
16672         Don't include internal functions in the Custom interface.
16674 2011-09-20  Juri Linkov  <juri@jurta.org>
16676         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
16677         (Info-forward-node, Info-backward-node, Info-next-preorder)
16678         (Info-last-preorder): Use it.  (Bug#9528)
16680 2011-09-20  Juri Linkov  <juri@jurta.org>
16682         * info.el (Info-last-preorder): Visit last menu item only when
16683         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
16685 2011-09-20  Julien Danjou  <julien@danjou.info>
16687         * password-cache.el (password-cache-remove): Remove entries even if the
16688         value is nil, so that password with a nil value (negative caching) is
16689         possible to invalidate.
16691 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
16693         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
16694         all whitespace around breakpoint.  (Bug#9553)
16695         (f90-find-breakpoint): Only break at whitespace inside a comment.
16697 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16699         * minibuffer.el (completion-file-name-table): Keep track of errors.
16700         (completion-table-with-predicate): Handle the case where pred1 is nil.
16701         * pcomplete.el (pcomplete-completions-at-point): Simplify.
16703 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16705         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
16706         (debugger-return-value): Signal an error if the debugging context does
16707         not await any return value.
16709         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
16710         * image-mode.el (image-toggle-display-text)
16711         (image-toggle-display-image): Stay away from evil `intangible'.
16713 2011-09-19  Leo Liu  <sdl.web@gmail.com>
16715         * replace.el (occur-revert-arguments): Make it permanent-local.
16716         (occur-mode): Don't call font-lock-defontify.
16718 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
16720         * net/ldap.el (ldap-search-internal): Don't push empty search
16721         result (Bug#9508).
16723 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16725         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
16727 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
16729         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
16730         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
16732 2011-09-18  Juri Linkov  <juri@jurta.org>
16734         * buff-menu.el (Buffer-menu-mode-map):
16735         * dired.el (dired-mode-map):
16736         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
16737         (lisp-interaction-mode-map):
16738         * emacs-lisp/package.el (package-menu-mode-map):
16739         * epa.el (epa-key-list-mode-map):
16740         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
16741         (menu-bar-options-menu):
16742         * outline.el (outline-mode-menu-bar-map):
16743         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
16744         * vc/vc-dir.el (vc-dir-menu-map):
16745         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
16746         Capitalize non-function content words in menu item strings.
16748         * dired.el (dired-mode-map): Add menu item for
16749         `image-dired-dired-toggle-marked-thumbs'.
16751 2011-09-18  Juri Linkov  <juri@jurta.org>
16753         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
16754         to `isearch-case-fold-search' and restore its original value
16755         after the `isearch-mode' call.
16757 2011-09-18  Juri Linkov  <juri@jurta.org>
16759         * progmodes/grep.el (grep-process-setup): Don't check code for 1
16760         because `zgrep' returns 1 for successful matches (bug#9226).
16762 2011-09-18  Juri Linkov  <juri@jurta.org>
16764         * info.el (Info-extract-menu-node-name): Check the second match
16765         for empty string (second test-case of bug#9528).
16766         (Info-last-preorder): Let-bind `Info-history' to nil to not add
16767         intermediate nodes to the history (first test-case of bug#9528).
16769 2011-09-18  Juri Linkov  <juri@jurta.org>
16771         * info.el (Info-mode-syntax-table): New variable.
16772         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
16774 2011-09-18  Juri Linkov  <juri@jurta.org>
16776         * info.el (Info-file-supports-index-cookies):
16777         Increment line-beginning-position's arg from 3 to 4 because makeinfo
16778         outputs one more line for long file names (bug#4142).
16780 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
16782         * newcomment.el (comment-normalize-vars): If prompting for
16783         comment-start, set comment-start-skip too (Bug#8424).
16785 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
16787         * icomplete.el: Fix previous fix of Bug#5849.
16788         (icomplete-mode): Don't set completion-show-inline-help.
16789         (icomplete-minibuffer-setup): Set completion-show-inline-help
16790         locally during icompletion.
16792 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
16794         * woman.el (woman2-process-escapes): Don't delete unrecognized
16795         escapes (Bug#7843).
16797         * files.el (inhibit-first-line-modes-regexps): Add image files.
16798         (hack-local-variables-prop-line): Return nil for malformed
16799         prop-lines (Bug#9044).
16801 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
16803         * net/tramp.el (top): Don't require 'shell.
16804         (tramp-methods): Fix docstring.
16805         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
16806         Return complete remote file name.  Handle "smb" case.
16807         Use `tramp-tmpdir', if defined for the respective method.
16808         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
16810         * net/tramp-compat.el (top): Require 'shell.
16812         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16813         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
16814         `tramp-current-host'.
16815         (tramp-get-remote-tmpdir): Remove.
16817         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
16818         `tramp-tmpdir' entries.
16819         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
16820         (tramp-smb-handle-file-attributes): Ignore errors.
16821         (tramp-smb-wait-for-output): Check also for process end.
16823 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16825         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
16826         when sending QUIT (bug#9312).
16828 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
16830         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
16831         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
16832         occur-mode-display-occurrence.
16833         (occur-edit-mode): Add usage message.
16834         (occur-cease-edit): New command.
16835         (occur-after-change-function): Use text properties to find the
16836         position of the prefix text.
16837         (occur-engine): Set stickiness of prefix text properties.
16839 2011-09-17  Glenn Morris  <rgm@gnu.org>
16841         * progmodes/etags.el (complete-tag):
16842         Fix call to completion-in-region.  (Bug#9526)
16844 2011-09-17  Juri Linkov  <juri@jurta.org>
16846         * textmodes/ispell.el (ispell-word): Add to the error message
16847         the word, ispell program name and current dictionary (bug#9121).
16848         (ispell-tex-arg-end): Capitalize "error" in the error message.
16850 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
16852         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
16853         check.  (Bug#4251)
16855 2011-09-17  Juri Linkov  <juri@jurta.org>
16857         * window.el (window-safe-min-height, window-safe-min-width):
16858         Fix typos (followup to bug#9522).
16860 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
16862         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
16864 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
16866         * simple.el (line-move): If goal-column is set, move by logical
16867         lines, not by display lines.  (Bug#971)
16868         (next-line, previous-line, goal-column, line-move-visual): Doc fix
16869         to reflect the above change.
16871 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16873         * image.el (imagemagick-register-types): Use regexp-opt.
16875 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
16877         * window.el (display-buffer-base-action): Rename from
16878         display-buffer-default-action.  Make default value empty.
16879         (display-buffer-overriding-action): Convert to defvar.
16880         (display-buffer-fallback-action): New var.
16882 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
16884         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
16885         declaration.
16886         (package--add-to-archive-contents): If there is a duplicate entry
16887         with an older version, remove it.
16888         (package-menu-mark-delete, package-menu-mark-install)
16889         (package-menu-mark-unmark): Make unused args optional.
16890         (package-menu-mark-obsolete-for-deletion):
16891         Use package-menu-get-status instead of a regexp search.
16892         (package-menu-get-status): Use tabulated-list-entry.
16893         (package-menu-mark-upgrades): New command.
16894         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
16895         (package-menu-execute): Do installation before deletion.
16896         (package-menu-refresh, package-menu-execute): Use derived-mode-p
16897         instead of checking major-mode.
16898         (package-menu--find-upgrades): New function.
16900 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16902         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
16903         passwords in the log buffer.
16904         (smtpmail-process-filter): Update the process marker so that the
16905         "broken by peer" status message is inserted in the right place.
16907 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16909         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
16910         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
16911         bibtex-completion-at-point-function.
16912         (bibtex-completion-at-point-function): Use them.
16914         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
16916         * mpc.el (mpc-constraints-tag-lookup): New function.
16917         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
16918         also to browser "album|playlist".
16920 2011-09-14  Juri Linkov  <juri@jurta.org>
16922         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
16923         (isearch-edit-string): Use length of `isearch-string' when
16924         `isearch-fail-pos' returns nil.
16925         (isearch-message): Remove duplicate code and call
16926         `isearch-fail-pos' with arg `t'.
16928 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
16930         * replace.el (occur-mode-goto-occurrence): Don't force using other
16931         window (Bug#9499).
16933         * dired-aux.el (dired-do-chmod): Don't provide initial input.
16935 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
16937         * window.el (display-buffer-window): Remove.
16938         (display-buffer-record-window): Use help-setup window parameter
16939         instead of variable display-buffer-window.
16940         (display-buffer-function, special-display-buffer-names)
16941         (special-display-function): Mention help-setup parameter instead
16942         of display-buffer-window in doc-string.
16943         * help.el (help-window-setup): New argument help-window.
16944         Use help-window-setup parameter instead of display-buffer-window.
16945         Reword some messages.
16946         (with-help-window): Pass window used for displaying the buffer
16947         to help-window-setup.  Don't set display-buffer-window.
16949 2011-09-13  Glenn Morris  <rgm@gnu.org>
16951         * emacs-lisp/debug.el (debugger-make-xrefs):
16952         Preserve point.  (Bug#9462)
16954 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
16956         * window.el (window-deletable-p): Use next-frame.
16958 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
16960         * window.el (window-auto-delete): Remove.
16961         (window-deletable-p): Remove argument FORCE.  Don't deal with
16962         dedication and previous buffers.
16963         (switch-to-prev-buffer): Don't delete window.
16964         (delete-windows-on): Delete a window's frame if and only if the
16965         window is dedicated.
16966         (replace-buffer-in-windows): Delete buffer's window or frame if
16967         and only if window is dedicated.
16968         (quit-window): Handle quit-restore as before last change.
16969         (bury-buffer): Delete window only if window-deletable-p returns t.
16971 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
16973         * window.el (window-deletable-p): Never delete the last frame on a
16974         given terminal.
16976 2011-09-13  Glenn Morris  <rgm@gnu.org>
16978         * help.el (describe-key-briefly): Copy previous standard-output change.
16980 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
16982         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
16984 2011-09-13  Glenn Morris  <rgm@gnu.org>
16986         * emacs-lisp/lisp-mode.el (lisp-indent-function):
16987         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
16989 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
16991         * dired-aux.el (dired-mark-read-string): Don't return default
16992         value on empty input (Bug#9361).
16993         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
16994         Omit initial minibuffer contents.
16995         (dired-do-chmod): Signal an error on empty input.
16996         (dired-mark-read-string): Don't return default on empty input.
16998         * files.el (file-modes-symbolic-to-number): Doc fix.
17000 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17002         * international/mule-cmds.el (ucs-completions): Remove.
17003         (read-char-by-name): Use complete-with-action instead; add metadata.
17005 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
17007         * window.el (display-buffer--action-function-custom-type)
17008         (display-buffer--action-custom-type): New vars.
17009         (display-buffer-alist, display-buffer-default-action)
17010         (display-buffer-overriding-action): Add defcustom types.
17012         * frame.el (delete-other-frames): Doc fix (Bug#276).
17014 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17016         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17018 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
17020         Change modes that used same-window-* vars to use switch-to-buffer.
17022         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17023         Use switch-to-buffer.
17025         * cus-edit.el (customize-group, custom-buffer-create)
17026         (customize-browse, custom-buffer-create-other-window):
17027         Use switch-to-buffer or switch-to-buffer-other-window.
17029         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17030         (Info-prev, Info-up, Info-speedbar-goto-node)
17031         (info-display-manual): Use switch-to-buffer.
17032         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17034         * mail/sendmail.el (mail): Use switch-to-buffer.
17035         (mail-recover): Use switch-to-buffer-other-window.
17037         * cmuscheme.el (run-scheme, switch-to-scheme):
17038         * ielm.el (ielm):
17039         * shell.el (shell):
17040         * net/rlogin.el (rlogin):
17041         * net/telnet.el (telnet, rsh):
17042         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17044 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
17046         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17048 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17050         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17051         so don't mention it (bug#9301).
17052         (dired-sort-toggle-or-edit): Clarify string further.
17054         * faces.el (face-spec-set-match-display): Make `(type graphic)'
17055         match `x', `w32' and `ns', like the manual says (bug#9029).
17057         * subr.el (eval-after-load): Doc string clarification (bug#9125).
17058         (process-kill-buffer-query-function): Mention the buffer name in
17059         the query.
17061         * image-mode.el (image-next-line): The line parameter is mandatory
17062         (bug#9258).
17064         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17065         which can be useful (bug#9301).
17067         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17069         * subr.el (match-string): Mention that the current buffer should
17070         be the same as the search was done in (bug#9282).
17072         * facemenu.el: Disable the remove-* commands if the mark isn't
17073         active (bug#9162).
17075 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
17077         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17078         of display-buffer.
17079         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17081         * replace.el (occur-mode-goto-occurrence)
17082         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17083         and display-buffer.
17085         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17086         display-buffer.
17088         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17089         special-display and same-window variables.
17090         (mail-other-window): Use switch-to-buffer-other-window.
17091         (mail-other-frame): USe switch-to-buffer-other-frame.
17093         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17094         Use display-buffer-other-frame.
17095         (gdb-display-gdb-buffer): Use pop-to-buffer.
17097         * progmodes/gud.el (gud-goto-info): Use info-other-window.
17099         * progmodes/python.el: Don't set same-window-buffer-names.
17101         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17103         * window.el (display-buffer-alist): Add *Python*.
17105 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
17107         * window.el (display-buffer-alist): Add entry for buffers
17108         previously handled same-window-*.
17109         (display-buffer-alist, display-buffer-default-action)
17110         (display-buffer-overriding-action): Mark as risky.
17111         (display-buffer-alist): Document action function changes.
17112         (display-buffer--same-window-action)
17113         (display-buffer--other-frame-action): New variables.
17114         (switch-to-buffer, display-buffer-other-frame): Use them.
17115         (display-buffer): Rename reuse-frame entry to reusable-frames.
17116         (display-buffer-reuse-selected-window): Function deleted.
17117         (display-buffer-reuse-window): Handle reusable-frames alist entry.
17118         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17119         (display-buffer-special): New function.
17120         (display-buffer--maybe-pop-up-frame-or-window): Rename from
17121         display-buffer-reuse-or-pop-window.  Split off special-display
17122         part into display-buffer-special.
17123         (display-buffer-use-some-window): Don't perform any special
17124         pop-up-frames handling.
17125         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17126         (display-buffer--maybe-same-window): Rename from
17127         display-buffer-maybe-same-window.
17129         * info.el: Don't set same-window-regexps.
17130         (info-setup): New function.
17131         (info-other-window, info): Call it.
17133         * cus-edit.el: Don't set same-window-regexps.
17134         (customize-group): New argument.
17135         (customize-group-other-window): Use it.
17136         (customize-face, customize-face-other-window): Likewise.
17137         (custom-buffer-create-other-window): Use pop-to-buffer directly.
17139         * net/rlogin.el:
17140         * net/telnet.el:
17141         * progmodes/gud.el: Don't set same-window-regexps.
17143         * cmuscheme.el:
17144         * ielm.el:
17145         * shell.el:
17146         * mail/sendmail.el:
17147         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17149 2011-09-10  Juri Linkov  <juri@jurta.org>
17151         * isearch.el (isearch-edit-string): Remove obsolete mention of
17152         `C-w' (`isearch-yank-word-or-char') from docstring.
17153         (isearch-query-replace): Fix typo in docstring (bug#9466).
17155 2011-09-10  Juri Linkov  <juri@jurta.org>
17157         * paren.el (show-paren-function): Don't show escaped parens.
17158         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
17160 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
17162         * mail/sendmail.el (mml-to-mime, mml-attach-file)
17163         (mm-default-file-encoding): Remove autoload forms, they are
17164         replaced with autoload cookies in mml.el and mm-encode.el.
17165         (mail-add-attachment): New command.
17166         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17167         (mail-mode): Mention mail-insert-file and mail-add-attachment in
17168         the doc string.
17169         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17171 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
17173         * simple.el (count-words-region): Use buffer if there's no region
17174         (bug#9429).
17176 2011-09-09  Juri Linkov  <juri@jurta.org>
17178         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17179         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17180         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
17182 2011-09-09  Alan Mackenzie  <acm@muc.de>
17184         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17185         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
17187 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
17189         Fix for Savannah bug#9392.
17190         * simple.el (mail-encode-mml): New defvar.
17192         * mail/rmail.el (mail-encode-mml): Add a defvar.
17193         (rmail-enable-mime-composing): Default to t.
17194         (rmail-forward): Use MIME method of forwarding only if both
17195         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17196         Set mail-encode-mml non-nil if the MIME method was used.
17198         * mail/sendmail.el (mml-to-mime): Add autoload form.
17199         (mail-encode-mml): Add a defvar.
17200         (mail-mode): Make mail-encode-mml buffer-local and initialize it
17201         to nil.
17202         (mail-send): If mail-encode-mml is non-nil, run the outgoing
17203         message through mml-to-mime, and reset mail-encode-mml to nil.
17205 2011-09-09  Glenn Morris  <rgm@gnu.org>
17207         * woman.el (woman-if-body): When processing an .el block,
17208         do not delete the next .el block as well.  (Bug#9447)
17209         (woman-special-characters): Add oq, cq, and hy characters.
17211 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
17213         * window.el (window-deletable-p): Make sure window is live before
17214         invoking window-prev-buffers.
17216 2011-09-08  Leo Liu  <sdl.web@gmail.com>
17218         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
17220 2011-09-08  Juri Linkov  <juri@jurta.org>
17222         * progmodes/compile.el (compilation-environment): Make it
17223         a defcustom (bug#8340).
17225 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
17227         * window.el (frame-auto-delete): Rename to window-auto-delete.
17228         Make it control auto-deletion of windows and/or frames.
17229         (window-deletable-p): New argument FORCE.  Rewrite conditions
17230         for deleting window/frame.  (Bug#9419)
17231         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17232         Rewrite handling of case when window/frame can be deleted.
17233         (delete-windows-on): Call window-deletable-p with new FORCE
17234         argument t.  (Bug#9456)
17236 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
17238         * help-mode.el (help-mode): Restore autoload.
17240 2011-09-07  Juri Linkov  <juri@jurta.org>
17242         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17243         `compilation-environment'.  Set buffer-local
17244         `compilation-environment' to `thisenv' later after (funcall mode).
17245         (Bug#8340)
17247         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
17248         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17249         instead of replacing its value.  (Bug#8340)
17251 2011-09-07  Juri Linkov  <juri@jurta.org>
17253         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17254         based on text properties put by `grep-filter' instead of matching
17255         escape sequences.
17256         (grep-mode): Set buffer-local `compilation-error-screen-columns'
17257         to the value of `grep-error-screen-columns' (bug#9438).
17259 2011-09-07  Juri Linkov  <juri@jurta.org>
17261         * simple.el (next-error-highlight, next-error-highlight-no-select):
17262         Doc fix (bug#9432).
17264 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
17266         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17267         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
17269 2011-09-07  Leo Liu  <sdl.web@gmail.com>
17271         * net/rcirc.el (rcirc-mode): Conditionally initialize
17272         rcirc-input-ring.
17274 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17276         * emacs-lisp/find-func.el (find-function-C-source): Only set
17277         find-function-C-source-directory after checking that we found a source
17278         file there (bug#9440).
17280 2011-09-06  Alan Mackenzie  <acm@muc.de>
17282         * isearch.el (isearch-other-meta-char): Wherever a key list is
17283         unread, "unread" the prefix arg, too.  This fixes bug #8901.
17285 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
17287         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17289 2011-09-05  Juri Linkov  <juri@jurta.org>
17291         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17293 2011-09-05  Juri Linkov  <juri@jurta.org>
17295         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17296         keeping point where processing of grep matches begins, and
17297         continue to delete remaining escape sequences from the same point.
17298         (grep-filter): Make leading zero optional in "0?1;31m" because
17299         git-grep emits "\033[1;31m" escape sequences unlike expected
17300         "\033[01;31m" as GNU Grep does (bug#9408).
17301         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17303 2011-09-05  Juri Linkov  <juri@jurta.org>
17305         * subr.el (y-or-n-p): Capitalize "yes".
17307 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
17309         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
17310         `tramp-cache-unload-hook' where appropriate.
17311         (tramp-methods): Rename `tramp-remote-sh' to
17312         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
17313         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17315         * net/tramp-sh.el (top): Don't require 'shell.
17316         (tramp-methods): Add `tramp-remote-shell' and
17317         `tramp-remote-shell-args' entries.
17318         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17319         (tramp-sh-handle-shell-command): Remove.
17320         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17321         Use `tramp-remote-shell'.
17323 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
17325         * mail/sendmail.el (sendmail-query-once-function): Delete.
17326         (sendmail-query-once): Save directly to send-mail-function.
17327         Update message-send-mail-function too.
17329         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17331 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
17333         * progmodes/python.el (python-mode-map): Use correct function to
17334         start python interpreter from menu-bar (as reported by Geert
17335         Kloosterman).
17336         (inferior-python-mode-map): Fix typo.
17337         (python-shell-map): Remove.
17339 2011-09-03  Deniz Dogan  <deniz@dogan.se>
17341         * net/rcirc.el (rcirc-print): Simplify code for
17342         rcirc-scroll-show-maximum-output.  There is no need to walk
17343         through all windows to find the right one.
17345 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
17347         * help.el (help-return-method): Doc fix.
17349 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
17351         * window.el (window-deletable-p): Don't return a non-nil value
17352         when there's a buffer that was shown in the window before.
17353         (Bug#9419)
17354         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17355         Set window's previous buffers to nil.
17357 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
17359         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17360         newline before and after the tag line, so it doesn't interfere
17361         with determining the paragraph direction of bidirectional text.
17363 2011-09-03  Leo Liu  <sdl.web@gmail.com>
17365         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
17367 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
17369         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17370         (pop-to-buffer): Change interactive spec.  Pass second argument
17371         directly to display-buffer.
17372         (display-buffer): Fix interactive spec.  Use functionp to
17373         distinguish between a function and a list of functions.
17375         * abbrev.el (edit-abbrevs):
17376         * arc-mode.el (archive-extract):
17377         * autoinsert.el (auto-insert):
17378         * bookmark.el (bookmark-bmenu-list):
17379         * files.el (find-file):
17380         * view.el (view-buffer):
17381         * progmodes/compile.el (compilation-goto-locus):
17382         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17384 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
17386         * window.el (display-buffer-alist): Doc fix.
17387         (display-buffer): Add docstring.  Don't treat
17388         display-buffer-default specially.
17389         (display-buffer-reuse-selected-window)
17390         (display-buffer-same-window, display-buffer-maybe-same-window)
17391         (display-buffer-reuse-window, display-buffer-pop-up-frame)
17392         (display-buffer-pop-up-window)
17393         (display-buffer-reuse-or-pop-window)
17394         (display-buffer-use-some-window): New functions.
17395         (display-buffer-default-action): Use them.
17396         (display-buffer-default): Delete.
17397         (pop-to-buffer-1): Fix choice of actions.
17399 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17401         * minibuffer.el (completion--insert-strings): Don't get confused by
17402         completion entries that end with an LF char.
17404 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
17406         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17408 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
17410         * window.el (display-buffer): Restore interactive spec.
17411         (display-buffer-same-window, display-buffer-other-window):
17412         New functions.
17413         (pop-to-buffer-1): New function.  Use the above.
17414         (pop-to-buffer, pop-to-buffer-same-window): Use it.
17415         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17417         * view.el (view-buffer-other-window, view-buffer-other-frame):
17418         Just use pop-to-buffer.
17420 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17422         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
17424 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
17426         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
17428 2011-08-31  Richard Stallman  <rms@gnu.org>
17430         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17431         of the separation of rmail-view-buffer from rmail-buffer.
17432         If you say no to "replace original", the decrypt is in the
17433         view buffer.  If you say yes, the decrypt goes into the
17434         rmail buffer also.
17436 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
17438         * window.el (display-buffer-window): Rewrite doc-string.
17439         (display-buffer-record-window): New function.
17440         (display-buffer-macro-specifiers)
17441         (display-buffer-even-window-sizes, display-buffer-set-height)
17442         (display-buffer-set-width, display-buffer-in-window)
17443         (display-buffer-reuse-window, display-buffer-split-specifiers)
17444         (display-buffer-side-specifiers, display-buffer-split-window-1)
17445         (display-buffer-split-window, display-buffer-split-atom-window)
17446         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17447         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17448         (display-buffer-other-window-means-other-frame)
17449         (display-buffer-normalize-special)
17450         (display-buffer-normalize-default)
17451         (display-buffer-normalize-argument)
17452         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17453         (display-buffer-normalize-specifiers, display-buffer-frame)
17454         (display-buffer-same-window, display-buffer-same-frame)
17455         (display-buffer-other-window)
17456         (display-buffer-same-frame-other-window)
17457         (display-buffer-other-frame, pop-to-buffer-same-window)
17458         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17459         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17460         (switch-to-buffer-same-frame)
17461         (switch-to-buffer-other-window-same-frame)
17462         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17463         (display-buffer-alist-set-1, display-buffer-alist-set-2)
17464         (display-buffer-alist-set): Remove.
17465         (display-buffer-function, special-display-buffer-names)
17466         (special-display-regexps, special-display-function):
17467         In doc-string refer to display-buffer-window and quit-restore
17468         parameter.
17469         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17470         (special-display-frame-alist, special-display-popup-frame)
17471         (same-window-buffer-names, same-window-regexps, same-window-p)
17472         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17473         (split-window-preferred-function, split-height-threshold)
17474         (split-width-threshold, window-splittable-p)
17475         (split-window-sensibly, window--try-to-split-window)
17476         (window--frame-usable-p, even-window-heights)
17477         (window--even-window-heights, window--display-buffer-1)
17478         (window--display-buffer-2, display-buffer-other-frame):
17479         Restore old Emacs 23 code, order and doc-strings where applicable.
17480         (display-buffer-default, display-buffer-assq-regexp): New functions.
17481         (display-buffer-alist): Rewrite doc-string.
17482         (display-buffer-default-action)
17483         (display-buffer-overriding-action): New variables.
17484         (display-buffer, switch-to-buffer): Rewrite.
17485         (pop-to-buffer): Restore Emacs 23 behavior but use
17486         window-normalize-buffer-to-display.
17487         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17488         Restore Emacs 23 behavior but use
17489         window-normalize-buffer-to-switch-to.
17490         (pop-to-buffer-same-window): Rewrite.
17491         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17492         Rewrite using Emacs 23 options.
17494 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
17496         * net/tramp.el (tramp-root-regexp): Remove.
17497         (tramp-completion-file-name-regexp-unified)
17498         (tramp-completion-file-name-regexp-separate)
17499         (tramp-completion-file-name-regexp-url): Don't use leading volume
17500         letter on w32 systems.  (Bug#5303, Bug#9311)
17501         (tramp-drop-volume-letter): Simplify definition.
17502         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17504 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17506         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17507         (bug#9356).
17509 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
17511         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17513 2011-08-29  Juri Linkov  <juri@jurta.org>
17515         * isearch.el (isearch-done): Don't display message "Mark saved"
17516         when arg `edit' is non-nil to prevent its flicker in the echo area.
17518 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
17520         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17521         obsolete packages for deletion.
17523 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
17525         * help-mode.el (help-mode-map): Add special-mode-map to parent.
17526         (help-mode): Derive help-mode from special-mode.  Don't invoke
17527         view-mode from help-mode.
17528         (help-xref-override-view-map): Remove.
17529         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17530         view-mode is not used anymore.
17532 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
17534         * server.el (server-port): Doc fix.
17536         * cus-theme.el (custom-theme-choose-mode): Inherit from
17537         special-mode (Bug#9124).
17538         (custom-theme-choose-mode-map): Add special-mode to parent.
17540 2011-08-28  Alan Mackenzie  <acm@muc.de>
17542         * progmodes/cc-fonts.el
17543         (c-make-font-lock-BO-decl-search-function): New function.
17544         (c-basic-matchers-after - "Fontify the clauses after various
17545         keywords"): Extract the three keyword lists for the 3 erroneous
17546         constructs from the list of four, and use the new function above
17547         in place of an old one.
17549 2011-08-28  Deniz Dogan  <deniz@dogan.se>
17551         * net/rcirc.el (rcirc-insert-prev-input)
17552         (rcirc-insert-next-input): Remove unused argument.
17554 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17558 2011-08-27  Alan Mackenzie  <acm@muc.de>
17560         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17561         handle function pointer parameters properly.
17563 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
17565         * window.el (display-buffer-reuse-window): Fix case where
17566         selected window was reused with non-nil OTHER-WINDOW argument.
17567         (Bug#9381)
17569 2011-08-27  Deniz Dogan  <deniz@dogan.se>
17571         * net/rcirc.el (rcirc-check-auth-status): Adding support for
17572         oftc's NickServ messages.
17574 2011-08-27  Glenn Morris  <rgm@gnu.org>
17576         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
17578 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
17580         * emacs-lisp/package.el (package-install): Call package-initialize
17581         if called interactively.
17583 2011-08-26  Leo Liu  <sdl.web@gmail.com>
17585         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
17587 2011-08-25  Juri Linkov  <juri@jurta.org>
17589         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17590         `search-whitespace-regexp' (bug#9364).
17592 2011-08-25  Juri Linkov  <juri@jurta.org>
17594         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17595         `regexp-search-ring' to their global values to protect from
17596         updating by `read-from-minibuffer' (bug#9185).
17598 2011-08-25  Juri Linkov  <juri@jurta.org>
17600         * textmodes/ispell.el (ispell-command-loop): Add newline
17601         at the end of the "Use option `i'..." line.
17603 2011-08-25  Juri Linkov  <juri@jurta.org>
17605         * battery.el (display-battery-mode): If `battery-status-function'
17606         or `battery-mode-line-format' is nil, display the message and set
17607         `display-battery-mode' to nil (bug#9363).
17609 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
17611         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17612         bidi-string-mark-left-to-right; they are unnecessary now.
17614 2011-08-25  Deniz Dogan  <deniz@dogan.se>
17616         * net/quickurl.el: Documentation typo fixes.
17618 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
17620         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17622 2011-08-25  Glenn Morris  <rgm@gnu.org>
17624         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17626         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
17627         (smtpmail-via-smtp): Handle nil response from smtp.
17629 2011-08-24  Juri Linkov  <juri@jurta.org>
17631         * proced.el (proced-marked): Inherit from `error' instead of
17632         `font-lock-warning-face'.
17634         * ibuffer.el (ibuffer-marked-face): Change default face from
17635         `font-lock-warning-face' to `warning'.
17636         (ibuffer-deletion-face): Change default face from
17637         `font-lock-type-face' to `error'.
17639         * battery.el (battery-update): Use the face `error' instead of
17640         `font-lock-warning-face' (bug#6117).
17642 2011-08-24  Juri Linkov  <juri@jurta.org>
17644         * faces.el (success): Change face color from "Green3" to
17645         "ForestGreen" on light background (bug#9353).
17647 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
17649         * window.el (quit-window): Rename from quit-restore-window.
17650         Use same arglist as old quit-window.
17651         (frame-auto-delete): Doc fix.
17653         * view.el (view-mode-exit): Use quit-window.
17655 2011-08-24  Juri Linkov  <juri@jurta.org>
17657         * isearch.el (isearch-ring-adjust1): Start visiting previous
17658         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
17659         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
17660         for empty search string (when the last search string is reused
17661         automatically) to adjust the isearch ring to the last element and
17662         prepare the correct index for further M-p commands (bug#9185).
17664 2011-08-24  Kenichi Handa  <handa@m17n.org>
17666         * international/ucs-normalize.el: If decomposition property of
17667         CHAR is the default one (i.e. a list of CHAR itself), treat it as
17668         nil.
17669         (nfd, nfkd): Likewise.
17671 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17673         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
17674         from process filters aren't reliably transmitted to the surrounding
17675         accept-process-output.
17676         (mpc-proc-check): New function.
17677         (mpc-proc-sync): Use it (bug#8293)
17679 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17681         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
17682         Add compatibility functions (bug#9313).
17684 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
17686         * cus-start.el (all): Add entry for bidi-paragraph-direction.
17688         * international/uni-bidi.el: Regenerate.
17690 2011-08-23  Kenichi Handa  <handa@m17n.org>
17692         * international/charprop.el:
17693         * international/uni-bidi.el:
17694         * international/uni-category.el:
17695         * international/uni-combining.el:
17696         * international/uni-comment.el:
17697         * international/uni-decimal.el:
17698         * international/uni-decomposition.el:
17699         * international/uni-digit.el:
17700         * international/uni-lowercase.el:
17701         * international/uni-mirrored.el:
17702         * international/uni-name.el:
17703         * international/uni-numeric.el:
17704         * international/uni-old-name.el:
17705         * international/uni-titlecase.el:
17706         * international/uni-uppercase.el: Regenerate.
17708 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
17710         * help.el (help-window-setup): Fix message displayed when other
17711         window is reused.  (Bug#9341)
17713 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17715         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
17716         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
17718         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
17719         Mark obsolete.
17720         * shell.el (shell-parse-pcomplete-arguments): New function.
17721         (shell-completion-vars): Use it instead (bug#9160).
17723 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17725         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
17726         strings and comments (bug#9333).
17728         * emacs-lisp/debug.el (debug-arglist): New function.
17729         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
17730         (debug-on-entry-1): Handle interpreted closures (bug#9120).
17732 2011-08-22  Juri Linkov  <juri@jurta.org>
17734         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17735         Revert regexp that highlights output switches to its old
17736         pre-2010-10-28 value and remove one `?' from it (bug#9319).
17738         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
17739         to check for empty output (bug#9226).
17741 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
17743         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
17744         symbol-constituent as the default, as that stops font-lock from
17745         working properly (Bug#8843).
17747 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17749         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
17750         `coding-system-for-*' around the process open call to avoid
17751         auth-source side effects.
17752         (smtpmail-try-auth-methods): Expand the secret password.
17753         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
17754         probe hangs.
17756 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
17758         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
17760         * emacs-lisp/find-func.el (find-function-noselect): New arg
17761         lisp-only.
17763         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
17764         signal an error for built-in functions (Bug#6664).
17766 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17768         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
17769         (smtpmail-try-auth-methods): Use it.
17771 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
17773         * font-lock.el (font-lock-fontify-region)
17774         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
17775         (font-lock-default-unfontify-buffer)
17776         (font-lock-default-fontify-region)
17777         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
17779         * progmodes/compile.el (compilation-error-properties):
17780         Fix confusion between file struct and message struct (Bug#9319).
17781         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
17782         `ant' regexp.
17784         * net/browse-url.el (browse-url-firefox): Don't call
17785         browse-url-firefox-sentinel unless using -remote (Bug#9328).
17787 2011-08-20  Glenn Morris  <rgm@gnu.org>
17789         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
17791         * tutorial.el (tutorial--default-keys): Update some default bindings.
17793         * files.el (hack-local-variables): Fully ignore case for "mode:".
17795 2011-08-20  Alan Mackenzie  <acm@muc.de>
17797         Resolve invalid use of a regexp in regexp-opt.
17799         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
17800         detection for a java annotation.
17802         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
17803         detection for a java annotation.
17805         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
17806         handling for java.
17807         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
17809 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
17811         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
17812         (Bug#9274).
17814 2011-08-20  Alan Mackenzie  <acm@muc.de>
17816         Fontify CPP expressions correctly when starting in the middle of
17817         such a construct.  Mainly for when jit-lock etc. starts a chunk
17818         here.
17820         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
17821         variable.
17822         (c-make-font-lock-search-form): New function, extracted from
17823         c-make-font-lock-search-function.
17824         (c-make-font-lock-search-function): Use the above function.
17825         (c-make-font-lock-context-search-function): New function.
17826         (c-cpp-matchers): Enhance the preprocessor expression case with
17827         the above function
17828         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
17829         which takes an expression.
17831         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
17833 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
17835         * window.el (display-buffer-reuse-window)
17836         (display-buffer-pop-up-window): Don't reuse or split a side
17837         window.
17839 2011-08-19  Glenn Morris  <rgm@gnu.org>
17841         * files.el (hack-local-variables-prop-line, hack-local-variables):
17842         Downcase "Mode:".  (Bug#9331)
17844 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
17846         * international/characters.el: Add L and R categories.
17848         * subr.el (bidi-string-mark-left-to-right): Rename from
17849         string-mark-left-to-right.  Use category search.
17851         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
17853 2011-08-18  Juri Linkov  <juri@jurta.org>
17855         * faces.el (error, warning, success): New faces with definitions
17856         copied from old default values of `font-lock-warning-face',
17857         `compilation-warning', `compilation-info' (bug#6117).
17859         * font-lock.el (font-lock-warning-face): Inherit from `error'.
17861         * progmodes/compile.el (compilation-error): Inherit from `error'.
17862         (compilation-warning): Inherit from `warning'.
17863         (compilation-info): Inherit from `success'.
17865         * dired.el (dired-marked): Inherit from `warning'.
17866         (dired-flagged): Inherit from `error'.
17868 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17870         * mail/smtpmail.el (auth-source): Require to avoid problems with
17871         binding variables (bug#9298).  Also clean up some unused
17872         autoloads.
17874         * net/network-stream.el (network-stream-open-starttls):
17875         Support using starttls.el without using gnutls-cli.
17877 2011-08-17  Juri Linkov  <juri@jurta.org>
17879         * progmodes/grep.el (rgrep): Handle the case when
17880         `grep-find-command' is a cons cell (bug#9278).
17882 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
17884         * window.el (display-buffer-pop-up-frame): Run frame creation
17885         function with BUFFER current (as special-display-popup-frame
17886         does).  Reported by Drew Adams.
17888 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
17890         * epa-mail.el: Simplify GnuPG group expansion using
17891         epg-expand-group.
17892         (epa-mail-group-alist, epa-mail-group-modtime)
17893         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
17894         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
17895         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
17896         Remove.
17898 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
17900         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
17902 2011-08-16  Alan Mackenzie  <acm@muc.de>
17904         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
17905         Correct, to avoid the inside of macros.
17907 2011-08-16  Richard Stallman  <rms@gnu.org>
17909         * epa-mail.el: Handle GnuPG group definitions.
17910         (epa-mail-group-alist, epa-mail-group-modtime)
17911         (epa-mail-gnupg-conf-file): New variables.
17912         (epa-mail-parse-groups, epa-mail-sync-groups)
17913         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
17914         (epa-mail-expand-recipients): New functions.
17915         (epa-mail-encrypt): Call epa-mail-expand-recipients.
17917         * mail/rmail.el (rmail-epa-decrypt): New command.
17919         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
17920         Don't bind buffer-read-only, just inhibit-read-only.
17921         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
17922         (epa-decrypt-armor-in-region): Make error message clearer.
17924 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17926         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
17927         and "a2b" to "ab" for `prefix'.
17929 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
17931         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
17932         filter groups.
17933         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
17934         Fourquet (Bug#8804).
17936 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
17938         * startup.el (argi): Declare as global variable (bug#9275).
17940 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
17942         * subr.el (string-mark-left-to-right): Search the entire string
17943         for RTL script, not just the terminating character.  Doc fix.
17945 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17947         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
17948         New function.
17949         (js--regexp-literal, js-syntax-propertize-function): Remove.
17950         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
17951         (js-mode-map): Don't rebind electric keys.
17952         (js-insert-and-indent): Remove.
17953         (js-mode): Setup electric-layout and electric-indent instead.
17955         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
17957 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
17959         * epa.el (epa-progress-callback-function): Fix the logic of
17960         displaying progress.
17961         * epa-file.el (epa-file-insert-file-contents): Make progress
17962         display more user-friendly.
17963         (epa-file-write-region): Ditto.
17965 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
17967         * subr.el (string-mark-left-to-right): New function.
17969         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
17970         Use string-mark-left-to-right.
17971         (list-buffers-noselect): Caller changed.
17973         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17974         Use string-mark-left-to-right.
17975         (tabulated-list-print): Recenter after moving point.
17977 2011-08-10  Juri Linkov  <juri@jurta.org>
17979         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
17980         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
17981         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
17983 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
17985         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
17986         (Bug#7554).
17988 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
17990         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
17991         character.  (Bug#6594)
17993 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
17995         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
17996         (image-dired--with-db-file): New macro.
17997         (image-dired-write-tags, image-dired-remove-tag)
17998         (image-dired-create-gallery-lists, image-dired-write-comments)
17999         (image-dired-get-comment, image-dired-mark-tagged-files)
18000         (image-dired-list-tags, image-dired-gallery-generate): Use it.
18001         (image-dired-gallery-generate): Use insert-file-contents.
18003         * time.el (display-time-world-list, display-time-world-display):
18004         * time-stamp.el (time-stamp-string):
18005         * vc/add-log.el (add-change-log-entry): Use setenv instead of
18006         set-time-zone-rule (Bug#7337).
18008 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
18010         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18011         (epg-error-to-string, epg-errors-to-string): New function.
18012         (epg-wait-for-completion): Reverse errors list.
18013         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18014         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18015         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18016         (epg-sign-keys, epg-generate-key-from-file)
18017         (epg-generate-key-from-string): Format errors by using
18018         epg-errors-to-string (bug#9255).
18019         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18021 2011-08-07  Juri Linkov  <juri@jurta.org>
18023         * faces.el (list-faces-display): Remove extra angle bracket
18024         from `help-mode-map'.
18026         * info.el (Info-history-toc-nodes): Doc fix.
18028         * longlines.el (longlines-mode): Doc fix.
18030 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18032         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18033         of statements and in a few more cases (bug#9183).
18035         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18036         New functions.
18037         (cl-transform-lambda): Use them (bug#9239).
18039 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
18041         * window.el (display-buffer-same-window)
18042         (display-buffer-same-frame, display-buffer-other-window)
18043         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18044         (pop-to-buffer-other-window)
18045         (pop-to-buffer-same-frame-other-window)
18046         (pop-to-buffer-other-frame): Make them defuns.
18047         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18049 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18051         * subr.el (make-composed-keymap): Move from C.  Change calling
18052         convention, and improve docstring to bring attention to a subtle point.
18053         * minibuffer.el (completing-read-default): Adjust accordingly.
18055 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
18057         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18058         (tramp-open-shell): Use `tramp-shell-quote-argument'.
18060         * net/trampver.el: Update release number.
18062 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18064         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18065         "in" (bug#9190).
18067 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18069         * mail/sendmail.el (sendmail-query-once): Restore the current
18070         buffer after querying (bug#9074).
18072         * dired.el (dired-flagged): Use different faces for marked and
18073         flagged files (bug#6117).
18075         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18076         (bug#4433).
18078         * ido.el (ido-mode): Switch off the message if called
18079         non-interactively.
18081         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18082         before 587, since it appears that that's more likely to work for
18083         more people.
18085         * cus-edit.el (custom-file): When running under emacs -q, always
18086         refuse to save the customizations, even if the .emacs file doesn't
18087         exist.
18089         * info.el: Remove the `Info-beginning-of-buffer' function
18090         (bug#8325).
18092         * net/network-stream.el (network-stream-open-starttls):
18093         Use `starttls-available-p' to see whether starttls.el can be used.
18095 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
18097         * window.el (display-buffer-in-window): Don't set dedicated status
18098         of window here (Bug#9215).
18099         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18100         (display-buffer-pop-up-side-window)
18101         (display-buffer-in-side-window): Set dedicated status of window here.
18103 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18105         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18106         before binding generated-autoload-file.
18108 2011-08-01  Deniz Dogan  <deniz@dogan.se>
18110         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18112 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
18114         Sync with Tramp 2.2.2.
18116         * net/trampver.el: Update release number.
18118 2011-07-30  Juri Linkov  <juri@jurta.org>
18120         * dired-aux.el (dired-touch-initial): Remove function.
18121         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18122         current time, and `default' to the last modification time of the
18123         current marked file (bug#6887).
18125 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
18127         * simple.el (goto-line): Use string-to-number to provide a
18128         numeric argument to read-number (bug#9163).
18130 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
18132         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18133         connection process, it could be nil.
18135 2011-07-27  Leo Liu  <sdl.web@gmail.com>
18137         Simplify url handling in rcirc-mode.
18139         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18140         (rcirc-browse-url-at-mouse): Remove.
18141         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18143 2011-07-26  Alan Mackenzie  <acm@muc.de>
18145         Fontify bitfield declarations properly.
18147         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18148         (c-symbol-chars): Now exported as a lang variable.
18149         (c-not-primitive-type-keywords): New lang variable.
18151         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18152         QT keyword "more" to prevent "more slots: ...." being spuriously
18153         parsed as a bitfield declaration.
18155         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18156         Refactor and enhance to handle bitfield declarations.
18157         (c-punctuation-in): New function.
18158         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18159         declarations properly.
18161 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
18163         * calendar/icalendar.el (icalendar--all-events): Take care of
18164         multiple vcalendars in a single file.
18165         (icalendar--convert-float-to-ical): Checkdoc fixes.
18167 2011-07-25  Deniz Dogan  <deniz@dogan.se>
18169         * image.el (insert-image): Clarifying docstring.
18171 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
18173         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18174         `tramp-send-command-and-check' if there is no error.
18175         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18177 2011-07-22  Alan Mackenzie  <acm@muc.de>
18179         Prevent cc-langs.elc being loaded at run time.
18181         * progmodes/cc-mode.el: Remove two autoload forms which loaded
18182         cc-langs.
18184         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18185         "(require 'cc-langs)".  Quote a form so it will evaluate at
18186         (cc-mode's) compilation time.
18188 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
18190         * net/tramp.el (tramp-file-name-handler): Avoid recursive
18191         loading.  (Bug#9114)
18193 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
18195         * window.el (display-buffer-pop-up-window)
18196         (display-buffer-pop-up-side-window)
18197         (display-buffer-in-side-window): Call display-buffer-set-height
18198         and display-buffer-set-width after setting the new window's
18199         buffer so `fit-window-to-buffer' and friends work on the right buffer.
18201 2011-07-20  Sam Steingold  <sds@gnu.org>
18203         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18204         (etags-tags-included-tables): Call `convert-standard-filename' on
18205         the file names contained in TAGS so that windows Emacs can handle
18206         TAGS files created by cygwin ctags.
18208 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18210         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18211         which apparently didn't work.
18213 2011-07-19  Roland Winkler  <winkler@gnu.org>
18215         * proced.el (proced-send-signal): For *Marked Processes* buffer
18216         put point at beginning of buffer.
18218 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
18220         * proced.el (proced-format): Make header lines align with the text
18221         (bug#1779).
18223 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18225         * view.el (view-buffer): Allow running in `special' modes if we're
18226         visiting a file (bug#8615).
18228 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
18230         * window.el (display-buffer-alist-of-strings-p)
18231         (display-buffer-alist-set-1, display-buffer-alist-set-2):
18232         New functions.
18233         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18234         more accurately.
18236 2011-07-18  Alan Mackenzie  <acm@muc.de>
18238         Fontify declarators properly when, e.g., a jit-lock chunk begins
18239         inside a declaration.
18241         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18243         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18244         New function.
18245         (c-complex-decl-matchers): Insert reference to
18246         c-font-lock-enclosing-decls.
18248         * progmodes/cc-engine.el (c-backward-single-comment):
18249         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18250         to nil around calls to (forward-comment -1).
18252 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18254         * image.el (put-image): Doc typo fix.
18256         * progmodes/etags.el (tags-search): Doc typo fix.
18258         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18259         password if we get errors 550 to 554.
18261 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18263         * net/gnutls.el (gnutls-log-level): Remove.
18265         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18266         indentation character (bug#6380).
18268         * files.el (buffer-offer-save): Made permanently local (bug#6241).
18270         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18271         to clarify what the problem is (bug#4291).
18273         * simple.el (current-kill): Clarify what
18274         `interprogram-paste-function' does (bug#7500).
18275         (auto-fill-mode): Document `auto-fill-function' in relation to
18276         `auto-fill-mode' (bug#2470).
18278 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
18280         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18281         method if slot is read-only (bug#9035).
18283 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
18285         * frame.el (select-frame-set-input-focus): New argument NORECORD.
18286         * window.el (pop-to-buffer): Select window used even if it was
18287         selected before, see discussion of (Bug#8615), (Bug#6954).
18288         Pass argument NORECORD on to select-frame-set-input-focus.
18290 2011-07-15  Glenn Morris  <rgm@gnu.org>
18292         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
18293         Respect help-form.
18295 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
18297         * net/gnutls.el (gnutls-min-prime-bits): New variable.
18298         (gnutls-negotiate): Use it.
18300 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18302         * net/gnutls.el (gnutls-negotiate):
18303         Upcase `gnutls-algorithm-priority'.
18305 2011-07-15  Glenn Morris  <rgm@gnu.org>
18307         * jka-compr.el (jka-compr-verbose): Move from here...
18308         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
18309         Add missing :version tag.
18310         * info.el: No need to require jka-compr when compiling.
18312 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18314         * net/gnutls.el (gnutls-algorithm-priority): New variable.
18315         (gnutls-negotiate): Use it.
18317         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18319         * info.el (Info-beginning-of-buffer): New command.
18320         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18321         announcing `b' as the key (bug#8325).
18322         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18324         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18326         * international/mule-cmds.el
18327         (describe-specified-language-support): Make the error message
18328         clearer (bug#8905).
18330         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18332         * isearch.el (isearch-barrier): Add a doc string, since it's
18333         mentioned in a function doc string (bug#8678).
18335 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
18337         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18338         buffer argument (Bug#9083) and self-identifying label argument.
18340 2011-07-15  Glenn Morris  <rgm@gnu.org>
18342         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
18344 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346         * man.el (Man-fontify-manpage): Fix message when formatting the
18347         man page (bug#7929).
18349 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
18351         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18352         argument LRM; if non-nil, append an invisible LRM character to the
18353         buffer name.
18354         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18355         last argument non-nil, when formatting buffer names.
18356         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18357         paragraph direction.
18359 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18361         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18362         the man page name (bug#7929).
18364         * image.el (put-image): Mention the `put-image' overlay property
18365         (bug#7834).
18367         * scroll-bar.el (set-scroll-bar-mode): Mention that
18368         `scroll-bar-mode' lists the values (bug#7772).
18370         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18371         command (bug#7729).
18373         * rect.el (apply-on-rectangle): Return the point after the last
18374         operation.
18375         (string-rectangle): Go to the point after the last operation
18376         (bug#7522).
18378         * printing.el (pr-toggle-region): Clarify the documentation
18379         slightly (bug#7493).
18381         * time.el (display-time-update):
18382         Allow `display-time-mail-function' to return nil (bug#7158).
18383         Fix suggested by Detlev Zundel.
18385         * vc/diff.el (diff): Clarify the order the file names are read
18386         (bug#7111).
18388         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18389         the doc string (bug#7015).
18391         * font-lock.el (font-lock-maximum-decoration): Mention what
18392         numeric levels mean (bug#6935).
18394         * startup.el (initial-buffer-choice): Don't mention the `none'
18395         selection, which is against policy.
18397 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
18399         * window.el (display-buffer-normalize-special):
18400         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18402 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
18404         * subr.el (version<, version<=, version=): Mention "-CVS" and
18405         "-12345" alpha version numbers.
18407 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
18409         * bindings.el: Add advertised binding for set-mark-command
18410         (Bug#5772).
18412 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
18414         * bindings.el (mode-line-other-buffer):
18415         * bookmark.el (bookmark-bmenu-2-window):
18416         * bs.el (bs-cycle-next, bs-cycle-previous):
18417         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18418         switch-to-buffer.
18420         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18421         Delete.
18423 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
18425         * follow.el (follow-debug-message, follow-redisplay):
18426         * jka-cmpr-hook.el (with-auto-compression-mode):
18427         Fix typos in docstrings.
18429 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18431         * subr.el (with-silent-modifications): Clarify somewhat what the
18432         macro inhibits (bug#6525).
18434         * simple.el (eval-expression): Note what it does if called
18435         interactively (bug#6495).
18437 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
18439         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18440         Use pop-to-buffer buffer-or-name if it is nil.
18442         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18443         Remove switch-to-buffer.
18445 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18447         * files.el (make-directory): Clarify that an error will be raised
18448         if there's an error (bug#6397).
18450         * startup.el (initial-buffer-choice): Add `none' as a choice
18451         (bug#6234).
18453         * subr.el (add-hook): Clarify section about buffer-local hooks
18454         (bug#6218).
18456         * dired.el (dired-flagged): Clarify doc string (bug#6117).
18458 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
18460         * tabify.el (untabify): Preserve the current column so that point
18461         doesn't move (bug#6032).
18463 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18465         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18466         Rewrite to avoid awkward possessive "s" (bug#5986).
18468 2011-07-13  Glenn Morris  <rgm@gnu.org>
18470         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
18471         (dired-insert-directory): Give a message the first time
18472         if ls is found not to support --dired.
18474 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18476         * simple.el (toggle-truncate-lines): Clarify what is toggled
18477         (bug#5580).  Text by Drew Adams.
18479 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
18481         * simple.el (blink-matching-open): Make the error message from the
18482         last change less verbose.
18484 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
18486         * font-lock.el (font-lock-comment-face): Use the high contrast
18487         "yellow" color for font-lock-comment-face on low color terminals
18488         using a dark background color (bug#4221).
18490 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18492         * dired.el (dired-insert-set-properties): Make the doc string
18493         reflect what it does now (bug#5325).
18495         * simple.el (blink-matching-open): Say that we were unable to find
18496         the match within the limit, if we're limited (bug#5122).
18498         * international/mule-cmds.el (prefer-coding-system): Add an
18499         example (bug#4869).
18501         * progmodes/etags.el (tags-search): Document `file-list-form'
18502         (bug#4731).
18504 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
18506         * net/browse-url.el (browse-url-default-browser)
18507         (browse-url-browser-function): Make the default browser choice a
18508         bit more logical (bug#4300).  Also clean up the doc string.
18510 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
18512         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18513         binary endings (bug#4440).
18515 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18517         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18518         which can be pretty annoying (bug#8971).
18520         * jka-compr.el (jka-compr-verbose): New variable, and use
18521         throughout (bug#8971).
18523         * info.el (Info-find-file): Fall back on the installation
18524         directory if we can't find the info node anywhere else.
18526 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
18528         * vc/vc.el (vc-revert-file):
18529         Don't set file time-stamp in the past.  (Bug#5181)
18531 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18533         * files.el (after-find-file): Give a better error message when
18534         trying to find a symlink that points to a file that doesn't exist
18535         (bug#4398).
18537         * progmodes/cc-vars.el: Remove (probably) misleading comment
18538         (bug#4396).
18540 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
18542         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18544 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
18546         * mouse-sel.el: Hack restoring functionality, while keeping
18547         compatibility with 2010-07-03 changes to mouse selection.
18548         (mouse-sel-primary-overlay): New var.
18549         (mouse-sel-selection-alist): Use it.
18550         (mouse-sel-mode): Doc fix; remove points that are default features
18551         of mouse.el.
18553 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
18555         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18556         Fix previous fix (bug#2490).
18558 2011-07-12  Roland Winkler  <winkler@gnu.org>
18560         * textmodes/bibtex.el (bibtex-initialize):
18561         Use pop-to-buffer-same-window.
18562         (bibtex-search-entries): Fix interactive call.
18564 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18566         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18567         Fontise bytecomp Error lines more correctly (bug#2490).
18568         Fix suggested by Johan Bockgård.
18570         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18572         * dired-x.el (dired-guess-default): Use `delete-dups'.
18574 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
18576         * dired.el (dired-mark-prompt):
18577         * dired-aux.el (dired-read-shell-command): Doc fix.
18579 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18581         * mail/sendmail.el (sendmail-query-once):
18582         Use `customize-save-variable' unconditionally, now that it works under
18583         emacs -Q.
18585         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18587         * cus-edit.el (custom-file): Take an optional no-error variable.
18588         (customize-save-variable): Set the variable, and give a warning if
18589         running under "emacs -q".
18591 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
18593         * loadhist.el (unload-feature-special-hooks):
18594         Add `auto-coding-functions', `fill-nobreak-predicate' and
18595         `find-directory-functions' (bug#5327).
18597 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18599         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18601         * cus-edit.el (custom-guess-name-alist): -alist variables should
18602         use the `alist' type (bug#3120).  Suggested by Drew Adams.
18604         * printing.el: Add documentation to all the `pr-toggle-' commands.
18606 2011-07-11  Leo Liu  <sdl.web@gmail.com>
18608         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18609         backends where it makes sense (bug#2623).
18611 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18613         * dired-x.el (dired-guess-default): Remove duplicate shell command
18614         entries (bug#2028).
18615         (dired-guess-default): Fix grammar in doc string (bug#2028).
18616         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18618         * subr.el (remove-duplicates): New conveniency function.
18620 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18622         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
18623         (bug#1526).
18625 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
18627         * window.el (display-buffer-normalize-default): Don't invert
18628         meaning of even-window-heights.  Reported by Eli Zaretskii
18629         <eliz@gnu.org>.
18631 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
18633         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
18635 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
18637         * window.el (display-buffer): Fix arguments to
18638         display-buffer-reuse-window in last change.
18640         * faces.el (link): Use a less saturated blue on light backgrounds.
18642         * startup.el (fancy-startup-text, fancy-about-text)
18643         (fancy-startup-tail): Use font-lock faces, for background safety.
18645 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
18647         * emulation/viper-cmd.el (viper-change-state-to-vi):
18648         Limit triggering of abbrev expansion (Bug#9038).
18650 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
18652         * window.el (display-buffer-default-specifiers): Remove.
18653         (display-buffer-macro-specifiers): Remove default specifiers.
18654         (display-buffer-alist): Default to nil.
18655         (display-buffer-reuse-window): New optional argument other-window.
18656         (display-buffer-pop-up-window): Allow splitting internal
18657         windows.  Check whether a live window was created.
18658         (display-buffer-other-window-means-other-frame)
18659         (display-buffer-normalize-arguments): Rename to
18660         display-buffer-normalize-argument and rewrite.  Set the
18661         other-window specifier.
18662         (display-buffer-normalize-special): New function.
18663         (display-buffer-normalize-options): Rename to
18664         display-buffer-normalize-default and rewrite.
18665         (display-buffer-normalize-options-inhibit): Remove.
18666         (display-buffer-normalize-specifiers): Rewrite.
18667         (display-buffer): Process other-window specifier and call
18668         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
18669         more faithfully.
18670         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
18671         (display-buffer-alist-set): Don't handle 'unset default values.
18672         (display-buffer-in-window, display-buffer-alist-set):
18673         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
18674         <tassilo@member.fsf.org>.
18676 2011-07-09  Leo Liu  <sdl.web@gmail.com>
18678         * register.el (insert-register): Restore accidental change on
18679         2011-06-26.  (Bug#9028)
18681 2011-07-09  Glenn Morris  <rgm@gnu.org>
18683         * subr.el (remq): Handle the empty list.  (Bug#9024)
18685 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
18687         * mail/sendmail.el (send-mail-function): No longer delay custom
18688         initialization.
18689         * custom.el (custom-initialize-delay): Doc fix.
18691 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18693         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
18695 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
18697         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
18698         human-friendly prompt.
18700 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18702         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
18703         provided by a particular plugin.
18705 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18707         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
18708         save customizations (with "emacs -Q"), just set the variable
18709         instead of erroring out.
18711         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18713 2011-07-08  Juri Linkov  <juri@jurta.org>
18715         * arc-mode.el (archive-zip-expunge, archive-zip-update)
18716         (archive-zip-update-case): Use 7z if found by `executable-find'.
18717         The order of searching the available programs is the same as in
18718         `archive-zip-extract' (bug#8968).
18720 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
18722         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
18723         (menu-bar-options-menu): Tweak descriptions.
18725 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18727         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
18728         menu items into verb phrases (bug#1421).  Also refill to fit under
18729         80 columns.
18731 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
18733         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
18734         (Info-read-node-name): Doc fix (Bug#1084).
18736         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
18737         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
18738         (end-of-sexp, beginning-of-sexp)
18739         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
18740         (forward-symbol, forward-same-syntax, word-at-point)
18741         (sentence-at-point): Doc fix (Bug#1144).
18743 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18745         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
18746         should cover it (bug#1281).
18748         * cus-edit.el (custom-show): Mark as obsolete.
18750         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
18751         negotiation fails, then possibly try again with a non-encrypted
18752         connection (bug#9017).
18754         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
18755         be used.
18757 2011-07-07  Richard Stallman  <rms@gnu.org>
18759         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
18760         property, and handle its changed format.
18761         Look for the correct line number.
18762         Use file's line contents (but not past first =) to find
18763         correct line in message.
18765 2011-07-07  Kenichi Handa  <handa@m17n.org>
18767         * international/characters.el (build-unicode-category-table):
18768         Delete it.
18769         (unicode-category-table): Set it by unicode-property-table-internal.
18771         * international/mule-cmds.el (char-code-property-alist): Move to
18772         to src/chartab.c.
18773         (get-char-code-property): Call unicode-property-table-internal to
18774         load a file.  Call get-unicode-property-internal where necessary.
18775         (put-char-code-property): Call unicode-property-table-internal to
18776         load a file.  Call put-unicode-property-internal where necessary.
18777         put-unicode-property-internal where necessary.
18778         (char-code-property-description):
18779         Call unicode-property-table-internal to load a file.
18781         * international/charprop.el:
18782         * international/uni-bidi.el:
18783         * international/uni-category.el:
18784         * international/uni-combining.el:
18785         * international/uni-comment.el:
18786         * international/uni-decimal.el:
18787         * international/uni-decomposition.el:
18788         * international/uni-digit.el:
18789         * international/uni-lowercase.el:
18790         * international/uni-mirrored.el:
18791         * international/uni-name.el:
18792         * international/uni-numeric.el:
18793         * international/uni-old-name.el:
18794         * international/uni-titlecase.el:
18795         * international/uni-uppercase.el: Regenerate.
18797         * loadup.el: Load international/charprop.el before
18798         international/characters.
18800 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
18802         * window.el (next-buffer, previous-buffer): Signal an error if
18803         called from a minibuffer window.
18805         * bindings.el: Revert 2011-07-04 change.
18807 2011-07-06  Richard Stallman  <rms@gnu.org>
18809         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
18810         (rmail-mime-insert-bulk, rmail-mime-insert-text):
18811         Treat markers like ints.
18812         (rmail-mime-entity): Doc fix.
18814 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18816         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
18817         defcustom again for backwards compatibility.
18819         * simple.el (shell-command-on-region): Fill.
18821         * dired-aux.el (dired-kill-line): Add a doc string.
18823         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
18824         to "\\sw\\|\\s_" (bug#358).
18826         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
18827         (dired-unmark-backward): Ditto.
18828         (dired-flag-backup-files): Ditto.
18830         * dired-x.el (dired-mark-sexp): Ditto.
18832 2011-07-06  Richard Stallman  <rms@gnu.org>
18834         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
18835         (rmail-mime-entity): New arg TRUNCATED.
18836         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
18837         New functions.
18838         (rmail-mime-save): Warn if entity is truncated.
18839         (rmail-mime-toggle-hidden): Likewise, for showing.
18840         (rmail-mime-process-multipart): Record when an entity is truncated.
18842         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
18843         if ENTITY is a string.
18845 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18847         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
18848         of faces when `M-C-x'-ing their definitions (bug#8378).
18849         Also clean up the code slightly.
18851         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
18852         because that makes the colors go away.
18854         * mail/sendmail.el (send-mail-function): Change the default to
18855         `sendmail-query-once'.
18856         (sendmail-query-once): Add an autoload cookie.
18858         * net/network-stream.el (network-stream-open-starttls): Try using
18859         a plain connection even if the server offered STARTTLS, and we
18860         kinda wanted to use it, if Emacs doesn't have any STARTTLS
18861         capability.  This should make smtpmail.el work in slightly more
18862         configurations.
18864 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
18866         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18867         New defun.
18868         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
18870 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
18872         * progmodes/sql.el: Version 3.0
18873         (sql-product-alist): Add product :completion-object,
18874         :completion-column, and :statement attributes.
18875         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
18876         (sql-mode-syntax-table): Mark all punctuation.
18877         (sql-font-lock-keywords-builder): Temporarily remove fallback on
18878         ansi keywords.
18879         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
18880         (sql-mode-oracle-font-lock-keywords): Improve.
18881         (sql-oracle-show-reserved-words): New function for development.
18882         (sql-product-font-lock): Simplify for source code buffers.
18883         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
18884         New functions.
18885         (sql-highlight-product): Set product specific syntax table.
18886         (sql-mode-map): Add statement movement functions.
18887         (sql-ansi-statement-starters, sql-oracle-statement-starters):
18888         New variable.
18889         (sql-statement-regexp, sql-beginning-of-statement)
18890         (sql-end-of-statement, sql-signum): New functions.
18891         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
18892         (sql-show-sqli-buffer): Bug fix.
18893         (sql-interactive-mode): Store connection data as buffer local.
18894         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
18895         with sql-interactive-mode.
18896         (sql-save-connection): Save buffer local settings.
18897         (sql-connection-menu-filter): Change menu entry name.
18898         (sql-product-interactive): Bug fix.
18899         (sql-preoutput-hold): New variable.
18900         (sql-interactive-remove-continuation-prompt): Bug fixes.
18901         (sql-debug-redirect): New variable.
18902         (sql-str-literal): New function.
18903         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
18904         Redesign.
18905         (sql-oracle-save-settings, sql-oracle-restore-settings)
18906         (sql-oracle-list-all, sql-oracle-list-table): New functions.
18907         (sql-completion-object, sql-completion-column)
18908         (sql-completion-sqlbuf): New variables.
18909         (sql-build-completions-1, sql-build-completions)
18910         (sql-try-completion): New functions.
18911         (sql-read-table-name): Use them.
18912         (sql-contains-names): New buffer local variable.
18913         (sql-list-all, sql-list-table): Use it.
18914         (sql-oracle-completion-types): New variable.
18915         (sql-oracle-completion-object, sql-sqlite-completion-object)
18916         (sql-postgres-completion-object): New functions.
18918 2011-07-06  Glenn Morris  <rgm@gnu.org>
18920         * window.el (pop-to-buffer): Doc fix.
18922 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
18924         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
18926 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
18928         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
18930         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
18932 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
18934         * button.el (button): Inherit from link face.  Suggested by Dan
18935         Nicolaescu.
18937 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18939         * progmodes/gdb-mi.el: Fit in 80 columns.
18940         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
18941         switch-to-buffer.
18943         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
18944         if imenu is simply not configured (bug#8941).
18946 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
18948         * allout.el (allout-post-undo-hook): New allout outline-change
18949         event hook to signal undo activity.
18950         (allout-post-command-business): Run allout-post-undo-hook if an
18951         undo just occurred.
18952         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
18953         * allout-widgets.el (allout-widgets-after-undo-function):
18954         Ensure the integrity of the current item's decoration after it has been
18955         in the vicinity of an undo.
18956         (allout-widgets-mode): Include allout-widgets-after-undo-function
18957         on the new allout-post-undo-hook.
18959 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18961         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
18962         Let define-derived-mode define it.
18963         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
18964         cycles of abbrev-table inheritance (bug#8998).
18966 2011-07-05  Roland Winkler  <winkler@gnu.org>
18968         * textmodes/bibtex.el: Add support for biblatex.
18969         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
18970         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
18971         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
18972         (bibtex-entry-alist, bibtex-field-alist): New variables.
18973         (bibtex-entry-field-alist): Obsolete alias for
18974         bibtex-BibTeX-entry-alist.
18975         (bibtex-entry-alist, bibtex-field-alist): New widgets.
18976         (bibtex-set-dialect): New command.
18977         (bibtex-entry-type, bibtex-entry-head)
18978         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
18979         Bind via bibtex-set-dialect.
18980         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
18981         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
18982         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
18983         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
18984         Define via bibtex-set-dialect.
18985         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
18986         Obey bibtex-no-opt-remove-re.
18987         (bibtex-vec-push, bibtex-vec-incr): New functions.
18988         (bibtex-format-entry, bibtex-field-list)
18989         (bibtex-print-help-message, bibtex-validate)
18990         (bibtex-search-entries): Use new format of bibtex-entry-alist.
18992 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18994         * progmodes/compile.el (compilation-goto-locus):
18995         * net/tramp-cmds.el (tramp-append-tramp-buffers):
18996         * bs.el (bs-cycle-next, bs-cycle-previous):
18997         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
18998         * bindings.el (mode-line-other-buffer):
18999         * autoinsert.el (auto-insert):
19000         * arc-mode.el (archive-extract):
19001         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19003 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
19005         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19006         Fix check of `emacs-lock-unlockable-modes'.
19007         Coerce true values of `emacs-lock--try-unlocking' to t.
19009 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
19011         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19012         * emacs-lock.el: New file.
19014 2011-07-05  Julien Danjou  <julien@danjou.info>
19016         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19017         than `boundp' to check if face is set.
19019 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
19021         * register.el (registerv-make):
19022         * window.el (window-min-height): Fix typos in docstrings.
19024 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
19026         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19027         Update doc string.
19029 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
19031         * server.el (server-execute): Catch quit and call
19032         `server-return-error' to pass the error back to emacsclient and
19033         close the connection (bug#8942).
19035 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
19037         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19038         insecure exception for current topic.  Also note that auto-saves
19039         are handled differently.
19041         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19042         State variables for tracking auto-save inhibition situation.
19044         (allout-write-contents-hook-handler): Rename from
19045         'allout-write-file-hook-handler', and describe how it depends on
19046         write-contents-functions sensitivity to non-nil value to prevent
19047         file write.
19049         (allout-auto-save-hook-handler): Remove.  auto-save does not check
19050         this in individual buffers, only in the starting buffer, so this
19051         is not the right way for us to inhibit auto-save in a buffer
19052         according to its condition.
19054         (allout-mode): Use new allout-write-contents-hook-handler, and
19055         only with write-contents-functions.  Remove auto-save provisions -
19056         they're implemented elsewhere.
19058         (allout-before-change-handler): If undo is in progress, note that
19059         for attention of allout-post-command-business.
19061         (allout-post-command-business): If the command we're following was
19062         an undo, check for change in the status of encrypted items and
19063         adjust auto-save inhibitions accordingly.
19065         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19066         according to whether there are or aren't any plain-text topics
19067         pending encryption.
19069         (allout-inhibit-auto-save-info-for-decryption):
19070         Adjust buffer-saved-size and some allout state to inhibit auto-saves
19071         if there are plain-text topics pending encryption.
19073         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19074         buffer-saved-size and some allout state to not inhibit auto-saves
19075         if there are no longer any plain-text topics pending encryption.
19077         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19078         No longer provide for exemption of the current topic.
19080 2011-07-04  Juri Linkov  <juri@jurta.org>
19082         Add 7z operations to delete and save changed members (bug#8968).
19083         * arc-mode.el (archive-7z-expunge, archive-7z-update):
19084         New defcustoms.
19085         (archive-7z-write-file-member): New function.
19086         (archive-7z-summarize): Fix the number of dashes in the
19087         listing output.
19089 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19091         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19092         (bug#8958).
19094 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
19096         * bindings.el: Ignore next-buffer and previous-buffer in
19097         minibuffer-local-map.
19099         * font-lock.el (font-lock-builtin-face): Change light background
19100         color to dark slate blue (Bug#6693).
19102 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
19104         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19106 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19108         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19109         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19110         Add switch-to-buffer.
19112 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19114         * isearch.el (isearch-search-fun-function): Clarify further the
19115         meaning of the function returned.
19117 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
19119         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19121         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19122         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19123         Use it.
19124         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
19125         `tramp-default-remote-path' does not exist.
19126         (tramp-send-command-and-read): New optional argument NOERROR.
19127         (tramp-open-connection-setup-interactive-shell)
19128         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19129         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19130         (tramp-process-sentinel): Flush also process' connection property.
19131         (tramp-sh-handle-start-file-process): Do not set process
19132         sentinel.  It is done now ...
19133         (tramp-maybe-open-connection): ... here.  (Bug#8929)
19135 2011-07-04  MON KEY  <monkey@sandpframing.com>
19137         * play/animate.el (animate-string): Doc fixes and allow changing
19138         the buffer name (bug#5417).
19140 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19142         * play/animate.el (animation-buffer-name): Rename from *animate*.
19144 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
19146         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19147         This is simpler and helps future-proof the code.
19148         (timer-until): Use time-subtract and float-time.
19149         (timer--time-less-p): Use time-less-p.
19151 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
19153         * type-break.el (timep): Use the value of `float-time' to avoid a
19154         byte-compiler warning.
19156         * server.el (server-eval-and-print): Return any result, even nil.
19158 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
19160         * type-break.el: Accept time formats that the builtins accept.
19161         (timep, type-break-time-difference): Accept any format that
19162         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19163         This is simpler and helps future-proof the code.
19164         (type-break-time-difference): Round rather than ignoring
19165         subseconds components.
19167 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19169         * info.el (Info-apropos-matches): Make non-interactive, since it
19170         doesn't seem to do anything useful as a command (bug#8829).
19172 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
19174         * frame.el (frame-background-mode, frame-set-background-mode):
19175         Move from faces.el.
19176         (frame-default-terminal-background): New function.
19178         * custom.el (custom-push-theme): Don't record faces in `changed'
19179         theme; this doesn't work correctly for per-frame face settings.
19180         (disable-theme): Use face-set-after-frame-default to reset faces.
19181         (custom--frame-color-default): New function.
19183 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19185         * dired.el (dired-flagging-regexp): Remove unused variable
19186         (bug#8769).
19188 2011-03-29  Kevin Ryde  <user42@zip.com.au>
19190         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19191         `perl-Test2' extend to match possible "fail #N" rep count
19192         (bug#8377).
19194 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19196         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19197         `smtpmail-via-smtp' now returns the error instead of nil.
19199         * isearch.el (isearch-search-fun-function): Clarify the doc string
19200         (bug#8101).
19202 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
19204         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19205         unnecessary spaces (bug#8987).
19207 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19209         * net/network-stream.el (open-network-stream): Use the
19210         :end-of-capability command thoughout.
19212 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19214         * net/network-stream.el (open-network-stream): Add the
19215         :end-of-capability command parameter, used by pop3.el.
19217 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19219         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19221         * fringe.el (fringe-query-style): Remove redundant text " (type ?
19222         for list)" (bug#6475).
19224         * files.el (file-expand-wildcards): Ignore non-readable
19225         sub-directories while trying to find matches instead of signaling
19226         an error (bug#6297).
19228         * man.el (Man-reference-regexp): Allow matching possible
19229         word-wrapped references (bug#6289).
19231         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19232         for consistency with the other vc buffers (bug#6197).
19233         (vc-checkin): Ditto.
19235         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19237         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19239 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19241         * custom.el (defcustom): Clarify that :set is only used in the
19242         Customize user interface (bug#6089).
19244         * progmodes/flymake.el (flymake-mode): If the buffer isn't
19245         associated with a file, refuse to run instead of erroring out
19246         (bug#6084).
19248         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19249         the doc string, since it appears that using `fill-column' always
19250         controls the width (bug#7845).
19252         * simple.el (shell-command-on-region): Say where the error output
19253         went if `shell-command-default-error-buffer' is set (bug#6857).
19255 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
19257         * allout.el (allout-yank-processing): Adjust cursor position for
19258         backwards-deleted space.
19260         (allout-rebullet-heading): Register changes with
19261         allout-exposure-changed-hook, so the modified topic is properly
19262         decorated.
19264 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19266         * minibuffer.el (completion-in-region): Document PREDICATE
19267         (bug#7136).
19269         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19270         of keyword/argument pairs (bug#6904).
19272         * replace.el (multi-occur):
19273         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19275 2011-07-02  Drew Adams  <drew.adams@oracle.com>
19277         * dired.el (dired-mark-if): Make the message about whether it's
19278         marking or unmarking clearer (bug#8523).
19280 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19282         * disp-table.el (display-table-print-array): New function.
19283         (describe-display-table): Use it to print the vectors more pretty
19284         (Bug#8859).
19286 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
19288         * window.el (window-state-get-1): Don't assign clone numbers.
19289         Add clone-of item to list of window parameters.
19290         (window-state-put-2): Don't process clone numbers.
19291         (display-buffer-alist): Fix doc-string.
19293 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19295         * subr.el (remq): Don't allocate if it's not needed.
19296         (keymap--menu-item-binding, keymap--menu-item-with-binding)
19297         (keymap--merge-bindings): New functions.
19298         (keymap-canonicalize): Use them to refine the canonicalization.
19299         * minibuffer.el (minibuffer-local-completion-map)
19300         (minibuffer-local-must-match-map): Move initialization from C.
19301         (minibuffer-local-filename-completion-map): Move initialization from C;
19302         don't inherit from anything here.
19303         (minibuffer-local-filename-must-match-map): Make obsolete.
19304         (completing-read-default): Use make-composed-keymap to combine
19305         minibuffer-local-filename-completion-map with either
19306         minibuffer-local-must-match-map or
19307         minibuffer-local-filename-completion-map.
19309 2011-07-01  Glenn Morris  <rgm@gnu.org>
19311         * type-break.el (type-break-time-sum): Use dolist.
19313         * textmodes/flyspell.el (flyspell-word-search-backward):
19314         Replace CL function.
19316 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19318         * mouse.el (mouse--strip-first-event): New function.
19319         (function-key-map): Use it to map fringe clicks to normal clicks
19320         by default.
19322         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19323         (vc-bzr-revision-completion-table): Add support for annotate and date.
19325         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19326         inherit from parent.
19328 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19330         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19331         (dired-show-file-type): Doc fixup (bug#8818).
19333         * dired.el (dired-mode): Fix up the doc string as suggested by
19334         Drew Adams (bug#8817).
19336         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19337         cookie, since the manual says that it should be possible to add
19338         this function to `find-file-hook' (bug#8709).
19340 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
19342         * progmodes/cfengine.el: Moved all cfengine3.el functionality
19343         here.  Noted Ted Zlatanov as the maintainer.
19344         (cfengine-common-settings, cfengine-common-syntax): New functions
19345         to set up common things between `cfengine-mode' and
19346         `cfengine3-mode'.
19347         (cfengine3-mode): New mode.
19348         (cfengine3-defuns cfengine3-defuns-regex
19349         (cfengine3-class-selector-regex cfengine3-category-regex)
19350         (cfengine3-vartypes cfengine3-font-lock-keywords)
19351         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19352         (cfengine3-indent-line): Add from cfengine3.el.
19354 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
19356         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19358         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19360 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
19362         * window.el (same-window-buffer-names, same-window-regexps)
19363         (same-window-p, special-display-frame-alist)
19364         (special-display-popup-frame, special-display-function)
19365         (special-display-buffer-names, special-display-regexps)
19366         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19367         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19368         (split-window-preferred-function, split-height-threshold)
19369         (split-width-threshold, even-window-heights)
19370         (display-buffer-mark-dedicated, window-splittable-p)
19371         (split-window-sensibly, window-safely-shrinkable-p):
19372         Un-obsolete.
19373         (display-buffer): Don't spread args with function specifier
19374         because special-display-popup-frame won't like it.
19376 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
19378         Time-stamp simplifications and fixes.
19379         These improve accuracy slightly, and future-proof the code
19380         against some potential changes to current-time format.
19382         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19383         by using time-since and float-time.
19385         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19386         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
19387         + NNN microseconds".
19389         * type-break.el (type-break-time-sum): Rewrite using time-add.
19391         * play/hanoi.el (hanoi-current-time-float): Remove.
19392         All uses replaced by float-time.
19394         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19395         This yields a more-accurate answer.
19396         (rng-time-to-float): Remove; no longer needed.
19398         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19400         * calendar/timeclock.el (timeclock-seconds-to-time):
19401         Defalias to seconds-to-time, since they're the same thing.
19403         * emacs-lisp/elp.el (elp-elapsed-time):
19404         * emacs-lisp/benchmark.el (benchmark-elapse):
19405         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19407 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19409         * window.el (bury-buffer): Don't iconify the only frame.
19410         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19411         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
19413 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
19415         * eshell/em-smart.el (eshell-smart-display-navigate-list):
19416         Add mouse-yank-primary.
19418 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
19420         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19422 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19424         * emacs-lisp/find-func.el (find-library--load-name): New fun.
19425         (find-library-name): Use it to find relative load names when provided
19426         absolute file name (bug#8803).
19428 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19430         * textmodes/flyspell.el (flyspell-word): Consider words that
19431         differ only in case as potential doublons (bug#5687).
19433         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19434         Remove two rather uninteresting debugging-like messages to make
19435         debbugs.el more silent.
19437         * comint.el (comint-password-prompt-regexp): Accept "Response" as
19438         a password-like phrase.
19440 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
19442         * progmodes/cc-guess.el: New file.
19444         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19446         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19447         derived from `c-basic-common-init'.
19449         * progmodes/cc-mode.el (top-level): Require cc-guess.
19450         (c-basic-common-init): Use `cc-choose-style-for-mode'.
19452 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
19454         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19456 2011-06-30  Alan Mackenzie  <acm@muc.de>
19458         * progmodes/cc-engine.el (c-guess-continued-construct):
19459         Correct the handling of template-args-cont, particularly for when font
19460         lock is disabled.  Name this case as "CASE G".
19462 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
19464         * allout.el (allout-yank-processing): Fix injection of extra space
19465         between bullet and non-whitespace character in first topic when
19466         pasting, ensuring that the actual spacing in the pasted topic
19467         following the bullet char is preserved.  This extra space was
19468         causing pasted encrypted topics to get a decrypted status even
19469         when the content was actually still encrypted.  Now the decryption
19470         status from before the paste is preserved.
19472         (allout-flag-region): Set all allout overlays so they evaporate
19473         when reduced to zero length (evanescent), to prevent overlay
19474         leakage.
19476 2011-06-30  Glenn Morris  <rgm@gnu.org>
19478         * w32-fns.el (w32-charset-info-alist): Declare.
19480         * find-dired.el (find-grep-options): Simplify.
19482         * term/ns-win.el (ns-set-resource): Declare.
19484         * ses.el (row, col): Declare dynamic variables honestly.
19486         * textmodes/reftex-parse.el (index-tags): Declare.
19488 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
19490         * cus-edit.el (customize-push-and-save): New function.
19492         * files.el (hack-local-variables-confirm): Use it.
19494         * custom.el (load-theme): New arg NO-CONFIRM.
19495         Use customize-push-and-save (Bug#8720).
19496         (custom-enabled-themes): Doc fix.
19498         * cus-theme.el (customize-create-theme)
19499         (custom-theme-merge-theme): Callers to load-theme changed.
19501 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19503         * thingatpt.el (thing-at-point-short-url-regexp): Require that
19504         short URLs have at least one dot in them (bug #7614).
19506         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19507         nil, because using a pty is apparently too slow (bug #895).
19509 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19511         * mail/sendmail.el (sendmail-query-once): New function.
19512         (sendmail-query-once-function): New variable.
19514 2011-06-29  Glenn Morris  <rgm@gnu.org>
19516         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19518         * ses.el (top-level): Require cl when compiling.
19519         (ses-set-localvars): Fix error statement.
19520         Call it at compile time to silence a storm of warnings.
19522 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
19524         * window.el (normalize-live-buffer): Rename to
19525         window-normalize-buffer.
19526         (normalize-live-frame): Rename to window-normalize-frame.
19527         (normalize-any-window): Rename to window-normalize-any-window.
19528         (normalize-live-window): Rename to window-normalize-live-window.
19529         (make-window-atom): Rename to window-make-atom.
19530         (window-resize-reset): Rename to window--resize-reset.
19531         (window-resize-reset-1): Rename to window--resize-reset-1.
19532         (resize-mini-window): Rename to window--resize-mini-window.
19533         (resize-subwindows-skip-p): Rename to
19534         window--resize-subwindows-skip-p.
19535         (resize-subwindows-normal): Rename to
19536         window--resize-subwindows-normal.
19537         (resize-subwindows): Rename to window--resize-subwindows.
19538         (resize-other-windows): Rename to window--resize-siblings.
19539         (resize-this-window): Rename to window--resize-this-window.
19540         (resize-root-window): Rename to window--resize-root-window.
19541         (resize-root-window-vertically): Rename to
19542         window--resize-root-window-vertically.
19543         (normalize-buffer-to-display): Rename to
19544         window-normalize-buffer-to-display.
19545         (normalize-buffer-to-switch-to): Rename to
19546         window-normalize-buffer-to-switch-to.
19547         Correspondingly update all callers of the functions listed
19548         above.
19549         (display-buffer-alist, display-buffer-normalize-arguments)
19550         (display-buffer-normalize-options, display-buffer)
19551         (display-buffer-alist-set): Use "function" instead of
19552         "fun-with-args".
19554 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
19556         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19557         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
19558         debbugs.gnu.org.  Mention acknowledgment email.
19560 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19562         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19563         buffer multibyteness, since it shouldn't matter.
19565 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
19567         * window.el (display-buffer-in-side-window): Handle dedicated
19568         windows as in display-buffer-reuse-window.
19569         (display-buffer-normalize-alist): Use value of override
19570         specifier.
19571         (display-buffer-normalize-specifiers): Use value of
19572         other-window-means-other-frame specifier.
19573         (display-buffer-alist): Rewrite some texts in widgets.
19574         (display-buffer): Spread arguments when calling function
19575         specified by fun-with-args.
19577 2011-06-28  Deniz Dogan  <deniz@dogan.se>
19579         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19580         Unnest `let'.
19582         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19583         selectors (Bug#5732).
19584         (css-proprietary-nmstart-re): Use `regexp-opt'.
19586 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
19588         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19589         (eshell-ls-date-format): New defcustom.
19590         (eshell-ls-file): Use it.
19592 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19594         * help-fns.el (describe-variable): Fix message for terminal-local vars.
19596 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19598         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19599         (ange-ftp-make-tmp-name): New arg.
19600         (ange-ftp-file-local-copy): Use it.
19602 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
19604         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19605         no-conversion (Bug#8870).
19607 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
19609         * window.el (window-right, window-left, window-child)
19610         (window-child-count, window-last-child)
19611         (window-iso-combination-p, walk-window-tree-1)
19612         (window-atom-check-1, window-tree-1, delete-window)
19613         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19614         new naming conventions - window-vchild, window-hchild,
19615         window-next and window-prev are now called window-top-child,
19616         window-left-child, window-next-sibling and window-prev-sibling
19617         respectively.
19618         (resize-window-reset): Rename to window-resize-reset.
19619         (resize-window-reset-1): Rename to window-resize-reset-1.
19620         (resize-window): Rename to window-resize.
19621         (window-min-height, window-min-width)
19622         (resize-mini-window, resize-this-window, resize-root-window)
19623         (resize-root-window-vertically, adjust-window-trailing-edge)
19624         (enlarge-window, shrink-window, maximize-window)
19625         (minimize-window, delete-window, quit-restore-window)
19626         (split-window, balance-windows, balance-windows-area-adjust)
19627         (balance-windows-area, window-state-put-2)
19628         (display-buffer-even-window-sizes, display-buffer-set-height)
19629         (display-buffer-set-width, set-window-text-height)
19630         (fit-window-to-buffer): Rename all "resize-window" prefixed
19631         calls to use the "window-resize" prefix convention.
19632         (display-buffer-alist): Fix symbol for label specifier.
19633         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
19634         corresponding specifier.
19635         Reported by Juanma Barranquero <lekktu@gmail.com>.
19637 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
19639         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
19640         convention.
19641         (ses-call-printer): Does not pass an empty string to formatter when the
19642         cell is empty to keep from barking printer Calc math-format-value.
19644 2011-06-27  Richard Stallman  <rms@gnu.org>
19646         * battery.el (battery-mode-line-limit): New variable.
19647         (battery-update): Handle it.
19649         * mail/rmailmm.el (rmail-mime-process-multipart):
19650         Handle truncated messages.
19652 2011-06-27  Glenn Morris  <rgm@gnu.org>
19654         * progmodes/flymake.el (flymake-err-line-patterns):
19655         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
19657 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
19659         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
19660         (ses--clean-!, ses--clean-_): New functions.
19661         (ses-range): Add configurability of readout order, and conversion
19662         to Calc vector.
19664         * ses.el (ses-repair-cell-reference-all): New function.
19665         (ses-cell-symbol): Set macro as safe, so that it can be used in
19666         formulas.
19668         * ses.el: Update cycle detection algorithm.
19669         (ses-localvars): Add ses--Dijkstra-attempt-nb and
19670         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
19671         (ses-set-localvars): New function.
19672         (ses-make-cell): Add property-list as a cell element.
19673         (ses-cell-property-get-fun, ses-cell-property-get)
19674         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
19675         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
19676         New functions.
19677         (ses-cell-property-set, ses-cell-property-pop)
19678         (ses-cell-property-get-handle): New macro.
19679         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
19680         New aliases, used for code readability.
19681         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
19682         cycle detection.
19683         (ses-self-reference-early-detection): New defcustom.
19684         (ses-formula-references): Robustify against self-referring cells.
19685         (ses-mode): Use ses-set-localvars.
19686         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
19687         before lauching the update processing.
19688         (ses-initialize-Dijkstra-attempt): New function.
19689         (ses-recalculate-cell): Update for cycle detection based on
19690         Dijkstra algorithm.
19692         * ses.el: Fix commenting and indenting convention.
19694 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19696         * bs.el (bs-cycle-next): Complete last change.
19698 2011-06-27  Drew Adams  <drew.adams@oracle.com>
19700         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
19702 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19704         * net/network-stream.el (network-stream-open-starttls):
19705         Don't re-get capabilities unless we've reestablished connection.
19706         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
19708         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
19709         to binary to possibly avoid line encoding issues on Windows (among
19710         other things).
19712 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19714         * net/network-stream.el (open-network-stream): Return an :error
19715         saying what the problem was, if possible.
19717         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
19718         server.
19720         * net/network-stream.el (network-stream-open-starttls): If we
19721         wanted to use STARTTLS, and the server offered it, but we weren't
19722         able to because we had no STARTTLS support, then close the connection.
19723         (open-network-stream): Return an :error element, if present.
19725 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
19727         * hl-line.el (hl-line-sticky-flag): Doc fix.
19728         (global-hl-line-sticky-flag): New option (Bug#8323).
19729         (global-hl-line-highlight): Obey it.
19731         * vc/vc.el (vc-revert-show-diff): Default to t.
19733 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
19735         * allout-widgets.el (allout-widgets-post-command-business):
19736         Stop decorating intermediate isearch matches.  They're not being
19737         undecorated when an isearch is continued past, and isearch
19738         automatically collapses them.  This leads to "widget leaks", where
19739         decorated items accumulate in collapsed areas.  Lines with lots of
19740         hidden widgets can slow down cursor travel, substantially.
19741         Too much complicated machinery would be needed to ensure undecoration,
19742         so we're doing without this nicety.
19744         (allout-widgets-tally-string): Don't try to do a hash-table-count
19745         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
19746         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
19747         *Messages* when allout-widgets-maintain-tally is t.
19749 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
19751         * window.el (display-buffer-normalize-argument): Rename to
19752         display-buffer-normalize-arguments.  Handle special meaning of
19753         LABEL argument.  Respect special-display-function when popping up
19754         a new frame.  Fix code searching for a window showing the buffer
19755         on another frame.
19756         (display-buffer-normalize-specifiers):
19757         Call display-buffer-normalize-arguments.
19758         (display-buffer-in-window): Don't undedicate the window if its
19759         buffer remains the same.
19760         Reported by Drew Adams <drew.adams@oracle.com>.
19761         (display-buffer-alist): Add choice for same-window macro
19762         specfier.
19763         (display-buffer): Mention special meaning of LABEL argument in
19764         doc-string.  Fix quoting.  Don't pop up a new frame even as
19765         fallback.
19767 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
19769         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
19770         avoid deleting the current window in some cases (bug#8911).
19772 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
19774         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
19775         (Bug#8934)
19777 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19779         * net/network-stream.el (network-stream-open-starttls):
19780         Use built-in TLS support if `gnutls-available-p' is true.
19781         (network-stream-open-tls): Ditto.
19783 2011-06-26  Leo Liu  <sdl.web@gmail.com>
19785         * register.el (registerv): New struct.
19786         (registerv-make): New function.
19787         (jump-to-register, describe-register-1, insert-register):
19788         Support the jump-func, print-func and insert-func slot of a registerv
19789         struct.  (Bug#8415)
19791 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
19793         * vc/vc.el (vc-revert-show-diff): New defcustom.
19794         (vc-diff-internal): New arg specifying diff buffer.
19795         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
19796         reuse an existing *vc-diff* buffer (Bug#8927).
19798         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
19800 2011-06-26  Glenn Morris  <rgm@gnu.org>
19802         * progmodes/f90.el (f90-critical-indent): New option.
19803         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
19804         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
19805         (f90-mode): Doc fix.
19806         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
19807         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
19808         (f90-beginning-of-block, f90-next-block, f90-indent-region)
19809         (f90-match-end): Handle block, critical.
19811 2011-06-25  Glenn Morris  <rgm@gnu.org>
19813         * calendar/diary-lib.el (diary-included-files): Doc fix.
19814         (diary-include-files): New function, extracted from
19815         diary-include-other-diary-files and diary-mark-included-diary-files.
19816         (diary-include-other-diary-files, diary-mark-included-diary-files):
19817         Just call diary-include-files.
19818         (diary-mark-entries): Reset diary-included-files on first call.
19820         * calendar/diary-lib.el (diary-mark-entries)
19821         (diary-mark-included-diary-files):
19822         Visit included diary-files in temp buffers.
19824         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
19825         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
19826         (f90-start-block-re, f90-imenu-generic-expression)
19827         (f90-looking-at-program-block-start, f90-no-block-limit):
19828         Add support for submodules.
19830         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
19831         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
19833 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
19835         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
19836         buffer-file-type before setting its value, to avoid disastrous
19837         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
19839 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
19841         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
19843         * ses.el (ses-unload-function):
19844         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
19846         * proced.el (proced-unload-function):
19847         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
19849 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
19851         * server.el (server-create-window-system-frame): Add parameters arg.
19852         (server-process-filter): Doc fix.  Handle frame-parameters.
19854 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
19856         Fix bug#8730, bug#8781.
19858         * loadhist.el (unload--set-major-mode): New function.
19859         (unload-feature): Use it.
19861         * progmodes/python.el (python-after-info-look): Add autoload cookie.
19862         (python-unload-function): New function.
19864 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19866         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
19868 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
19870         * net/browse-url.el (browse-url-firefox-program): Add icecat to
19871         the candidates list.
19873 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
19875         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
19877 2011-06-23  Richard Stallman  <rms@gnu.org>
19879         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
19880         (rmail-variables): Set next-error-move-function.
19881         (rmail-what-message): Take argument POS.
19882         (rmail-next-error-move): New function.
19884 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19886         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
19887         messages for adjacent non-terminals.
19889 2011-06-23  Richard Stallman  <rms@gnu.org>
19891         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
19892         (rmail-show-message-1): Preserve buffer modified flag.
19893         (rmail-start-mail): Don't specify use of rmail-mail-return;
19894         that's done by mail-bury now.
19895         (rmail-mail-return): Handle arg NEWBUF.
19897 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
19899         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
19900         SIZE is a number.
19902 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
19904         * window.el (get-lru-window, get-mru-window)
19905         (get-largest-window): Never return a minibuffer window.
19906         (display-buffer-pop-up-window): Fix a bug that could lead to
19907         reusing the minibuffer window.
19908         (display-buffer): Pass original specifier argument to
19909         display-buffer-function instead of the normalized one.
19910         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
19912 2011-06-22  Leo Liu  <sdl.web@gmail.com>
19914         * minibuffer.el (completing-read-function)
19915         (completing-read-default): Move from minibuf.c.
19917 2011-06-22  Richard Stallman  <rms@gnu.org>
19919         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
19920         to Rmail even if not started by a special Rmail command.
19922         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
19923         Copy the buffer currently showing just one message.
19925 2011-06-22  Roland Winkler  <winkler@gnu.org>
19927         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
19928         (bibtex-clean-entry): First delete the old key so that a
19929         customized algorithm for generating the new key does not get
19930         confused by the old key.
19931         (bibtex-url): Obey regexp of first step.
19932         (bibtex-search-entries): Do not use add-to-list with local
19933         list-var.
19935 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19937         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
19938         stored a user name, then query for the password first, instead of
19939         waiting for SMTP to give an error message and the trying again.
19941 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
19943         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
19944         BUFFER in call-process.
19946 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19948         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
19949         QUIT twice.
19950         (smtpmail-try-auth-methods): Require user name and password from
19951         auth-source.
19953 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
19955         * window.el (display-buffer-default-specifiers)
19956         (display-buffer-alist): Remove entries for pop-up-frame-alist.
19957         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
19958         (split-window): Normalize SIDE argument (Bug#8916).
19960         * frame.el (pop-up-frame-alist, pop-up-frame-function)
19961         (special-display-frame-alist, special-display-popup-frame):
19962         Remove duplicate declarations.  These are now in window.el.
19964 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19966         * mail/smtpmail.el (smtpmail-via-smtp):
19967         Set :use-starttls-if-possible so that we always use STARTTLS if the
19968         server supports it.  SMTP servers that support STARTTLS commonly
19969         require it.
19971         * net/network-stream.el (network-stream-open-starttls): Support
19972         upgrading to STARTTLS always, even if we don't have built-in support.
19973         (open-network-stream): Add the :always-query-capabilities keyword.
19975         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
19976         upgrades with `open-network-stream', and rely solely on
19977         auth-source for all credentials.  Big changes throughout the file,
19978         but in particular:
19979         (smtpmail-auth-credentials): Remove.
19980         (smtpmail-starttls-credentials): Remove.
19981         (smtpmail-via-smtp): Check for servers saying they want AUTH after
19982         MAIL FROM, too.
19984         * net/network-stream.el (network-stream-open-starttls):
19985         Provide support for client certificates both for external and built-in
19986         STARTTLS.
19987         (auth-source): Require.
19988         (open-network-stream): Document the :client-certificate keyword.
19989         (network-stream-certificate): Change cert-cert to cert and
19990         cert-key to key.
19992 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
19994         * net/tramp-cache.el (top): Don't load the persistency file when
19995         "emacs -Q" has been called.
19997 2011-06-21  Tim Harper  <timcharper@gmail.com>
19999         * term/ns-win.el (ns-initialize-window-system):
20000         Set application-specific `ApplePressAndHoldEnabled' system
20001         resource to NO as it is not yet supported by the NS port.
20003 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
20005         * misc.el (list-dynamic-libraries--refresh): Compute header here...
20006         (list-dynamic-libraries): ...not here.
20008 2011-06-21  Leo Liu  <sdl.web@gmail.com>
20010         * subr.el (sha1): Implement sha1 using secure-hash.
20012 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
20014         * window.el (display-buffer-alist): In default value do not
20015         enforce searching a window on any but the selected frame.
20016         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20017         (display-buffer-select-window): Remove function.
20018         (display-buffer-in-window): When a window on another frame gets
20019         reused, do not select it any more but just raise its frame if
20020         necessary (Bug#8851) and (Bug#8856).
20021         (display-buffer-normalize-options): Handle pop-up-frames related
20022         options more faithfully.
20023         (pop-to-buffer): Don't rely on `display-buffer' selecting the
20024         window if it is on another frame.
20025         (display-buffer-alist, display-buffer-default-specifiers):
20026         Don't make new frame unsplittable by default.
20027         (display-buffer-normalize-argument): Fix doc-string typo and use
20028         'same-frame-other-window instead of 'other-window when associating
20029         with display-buffer-macro-specifiers.
20031 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
20033         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20034         New functions.
20035         (5x5-mode-map, 5x5-mode-menu): Bind them.
20036         (5x5-draw-grid): Tweak the solver's rendering.
20038 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20040         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20041         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20043 2011-06-21  Drew Adams  <drew.adams@oracle.com>
20045         * menu-bar.el: Use function variable instead of switch-to-buffer.
20046         (menu-bar-select-buffer-function): New variable.
20047         (menu-bar-update-buffers): Use it (bug#8876).
20049 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20051         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20052         variable's status.
20054 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
20056         * x-dnd.el (x-dnd-version-from-flags)
20057         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20058         and long as number (Bug#8899).
20059         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20061 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20063         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20064         (completion-try-completion, completion-all-completions): Compute the
20065         metadata argument if it's missing; make it optional (bug#8795).
20067         * wid-edit.el: Use lex-bind and move towards completion-at-point.
20068         (widget-complete): Use new :completion-function property.
20069         (widget-completions-at-point): New function.
20070         (default): Use :completion-function instead of :complete.
20071         (widget-default-completions): Rename from widget-default-complete;
20072         Rewrite.
20073         (widget-string-complete, widget-file-complete, widget-color-complete):
20074         Remove functions.
20075         (file, symbol, function, variable, coding-system, color):
20076         * international/mule-cmds.el (default-input-method, charset)
20077         (language-info-custom-alist):
20078         * cus-edit.el (face): Use new property :completions.
20080         * progmodes/pascal.el (pascal-completions-at-point): New function.
20081         (pascal-mode): Use it.
20082         (pascal-mode-map): Use completion-at-point.
20083         (pascal-toggle-completions): Make obsolete.
20084         (pascal-complete-word, pascal-show-completions):
20085         * progmodes/octave-mod.el (octave-complete-symbol):
20086         Redefine as obsolete alias.
20087         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20088         Signal absence of completion info for old Octave,
20089         (inferior-octave-complete): Redefine as obsolete alias.
20090         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20091         (meta-completions-at-point): Rename from meta-complete-symbol and
20092         adapt it for use on completion-at-point-functions.
20093         (meta-common-mode): Use it.
20094         (meta-looking-at-backward, meta-match-buffer): Remove.
20095         (meta-complete-symbol): Redefine as obsolete alias.
20096         (meta-common-mode-map): Use completion-at-point.
20097         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20098         (makefile-mode-map): Use completion-at-point.
20099         (makefile-completions-at-point): Rename from makefile-complete and
20100         adapt it for use on completion-at-point-functions.
20101         (makefile-mode): Use it.
20102         (makefile-complete): Redefine as obsolete alias.
20104 2011-06-20  Deniz Dogan  <deniz@dogan.se>
20106         * net/rcirc.el: Delete trailing whitespaces once and for all.
20108 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
20110         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20112 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
20114         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20116         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20118 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
20120         * window.el (display-buffer-other-window-means-other-frame):
20121         Call display-buffer-normalize-alist.
20122         (display-buffer-normalize-specifiers-1): Rename to
20123         display-buffer-normalize-argument.  New argument other-frame.
20124         Rewrite.
20125         (display-buffer-normalize-specifiers-2): Rename to
20126         display-buffer-normalize-options.
20127         (display-buffer-normalize-alist-1): New function.
20128         (display-buffer-normalize-specifiers-3): Rename to
20129         display-buffer-normalize-alist.
20130         Call display-buffer-normalize-alist-1.
20131         (display-buffer-normalize-options-inhibit): New variable.
20132         (display-buffer-normalize-specifiers): Rewrite calling
20133         display-buffer-normalize-alist,
20134         display-buffer-normalize-argument, and
20135         display-buffer-normalize-options.  Don't call the latter if
20136         display-buffer-normalize-options-inhibit is non-nil.
20137         (frame-auto-delete): New option.
20138         (window-deletable-p): Use frame-auto-delete.
20139         (window-list-no-nils, window-state-ignored-parameters)
20140         (window-state-get-1, window-state-get, window-state-put-list)
20141         (window-state-put-1, window-state-put-2, window-state-put):
20142         New functions.
20143         (display-buffer-normalize-options): Move special-display-p group
20144         after pop-up-frame group (Bug#8851) and (Bug#8856).
20146 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
20148         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20149         groups (Bug#8776).
20150         (rx-submatch-n): New function.
20151         (rx): Document it.
20153         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20154         (Bug#8768).
20156         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20158         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20160         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20161         anytime existing face settings are present (Bug#8889).
20163         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20164         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20165         Remove unused argument.
20167 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
20169         * window.el (display-buffer-default-specifiers):
20170         Remove pop-up-frame.  Add pop-up-window-min-height,
20171         pop-up-window-min-width, and another reuse-window specifier
20172         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
20173         (display-buffer-normalize-specifiers-2):
20174         Handle split-height-threshold and split-width-threshold also when
20175         pop-up-windows is unset.  Add a reuse-window specifier for the
20176         case popping up a new window fails.
20177         (special-display-popup-frame): Remove double quoting.
20178         (display-buffer-normalize-specifiers-1): Fix thinko.
20180 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20182         * shell.el (shell-completion-vars): Set pcomplete-termination-string
20183         according to comint-completion-addsuffix.
20185         * pcomplete.el: Convert to lexical binding and fix bug#8819.
20186         (pcomplete-suffix-list): Mark as obsolete.
20187         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20188         pcomplete-seen in the closure.
20189         (pcomplete-comint-setup): Setup completion-at-point as well.
20190         (pcomplete--entries): New function.
20191         (pcomplete--env-regexp): New var.
20192         (pcomplete-entries): Rewrite to work with partial-completion and
20193         without relying on pcomplete-suffix-list.
20194         (pcomplete-pare-list): Remove, unused.
20196 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
20198         * window.el (display-buffer-alist): Set pop-up-window-min-height
20199         and pop-up-window-min-width in default value.  Reported by
20200         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
20201         other-window-means-other-frame.
20202         (display-buffer-macro-specifiers): Comment out entry for
20203         other-window specifier.
20204         (display-buffer-other-window-means-other-frame): New function.
20205         (display-buffer-normalize-specifiers-1): New arguments
20206         buffer-name and label.  Treat other-window case specially.
20207         (display-buffer-normalize-specifiers-2): Treat other-window case
20208         specially.
20209         (display-buffer-normalize-specifiers-3): New function.
20210         (display-buffer-normalize-specifiers):
20211         Call display-buffer-normalize-specifiers-3.
20213 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
20215         * window.el (same-window-p): Fix two typos introduced when
20216         adding with-no-warnings.
20217         (display-buffer-normalize-specifiers-1): Don't check
20218         pop-up-frames for 'unset initialization.
20219         (display-buffer-normalize-specifiers-2): Major rewrite using
20220         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20221         (pop-up-frames, display-buffer-reuse-frames)
20222         (display-buffer-mark-dedicated): Don't initialize to 'unset.
20223         Suggested by David Engster <deng@randomsample.de>.
20224         (even-window-heights): Initialize to 'unset.
20225         (display-buffer-alist-set): Handle new 'unset initializations.
20226         (display-buffer-macro-specifiers): Don't pop up a new frame in the
20227         other window case.
20229 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
20231         * window.el (display-buffer-normalize-specifiers-1):
20232         Respect current value of pop-up-frames for most reasonable values of
20233         second argument of display-buffer (Bug#8865).
20234         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20235         (switch-to-buffer-other-window-same-frame)
20236         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
20237         Adams (Bug#8875).
20238         (display-buffer): Don't check noninteractive when calling
20239         display-buffer-pop-up-frame.
20240         (display-buffer-pop-up-frame): Never pop up a frame in
20241         noninteractive mode (Bug#8857).
20242         (enlarge-window, shrink-window): Don't report an error when the
20243         window can't be resized as requested (Bug#8862).
20245 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20247         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20249         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20251         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20253 2011-06-15  Alan Mackenzie  <acm@muc.de>
20255         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20256         for declarators, disable knr checking to speed up for normal files.
20257         2: Refactor, replacing a sequence of nested if forms by a cond form.
20259 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20261         * net/network-stream.el (open-network-stream): Add the keyword
20262         :always-query-capabilities for the case where you want to force a
20263         `plain' network connection, but the protocol still requires the
20264         capabilitiy command (i.e., SMTP and EHLO).
20266         * subr.el (process-live-p): Rename from `process-alive-p' for
20267         consistency with other `-live-p' functions.
20269 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20271         * window.el (same-window-buffer-names, same-window-regexps)
20272         (special-display-frame-alist, special-display-popup-frame)
20273         (special-display-function, special-display-buffer-names)
20274         (special-display-regexps, pop-up-frame-alist)
20275         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20276         (pop-up-windows, split-window-preferred-function)
20277         (split-height-threshold, split-width-threshold, even-window-heights)
20278         (display-buffer-mark-dedicated): Don't encourage the use of
20279         display-buffer-alist from Elisp code.
20281 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
20283         * progmodes/python.el (python-mode): Derive from prog-mode.
20284         * progmodes/ps-mode.el (ps-mode):
20285         * progmodes/mixal-mode.el (mixal-mode):
20286         * progmodes/cfengine.el (cfengine-mode):
20287         * progmodes/ld-script.el (ld-script-mode): Likewise.
20289 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
20291         * window.el (display-buffer-alist): Trim default value to avoid
20292         popping up a new frame (Bug#8857) or reusing an arbitrary window
20293         on another frame.
20294         (display-buffer): Do not fall back on popping up a new frame in
20295         batch mode (Bug#8857).
20297 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
20299         * cus-theme.el (describe-theme-1): Use custom-theme-p.
20300         (custom-theme-summary): New function.
20301         (customize-themes): Use it.
20303 2011-06-13  Glenn Morris  <rgm@gnu.org>
20305         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20307 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
20309         * help.el (help-window): Remove variable.
20310         (help-window-point-marker, temp-buffer-max-height)
20311         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20312         (help-print-return-message): Don't set help-window.
20313         (resize-temp-buffer-window): Rewrite cod eand doc-string.
20314         (help-window-setup-finish): Remove.
20315         (help-window-display-message, help-window-setup)
20316         (with-help-window): Major rewrite based on new
20317         display-buffer-window variable.
20319         * help-mode.el (help-mode-finish): Remove help-window related
20320         code.
20322         * view.el (view-exits-all-viewing-windows): Remove reference to
20323         view-return-to-alist in doc-string.
20324         (view-return-to-alist): Make obsolete.
20325         (view-buffer): Call pop-to-buffer-same-window and remove
20326         undo-window code.
20327         (view-buffer-other-window): Call pop-to-buffer-other-window and
20328         simplify code.  Ignore second argument.
20329         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20330         simplify code.  Ignore second argument.
20331         (view-return-to-alist-update): Make obsolete.
20332         (view-mode-enter): Rename second argument to QUIT-RESTORE.
20333         Rewrite using quit-restore window parameters.
20334         (view-mode-exit): Rename second argument to EXIT-ONLY.
20335         Rewrite using quit-restore-window.
20336         (View-exit, View-exit-and-edit, View-leave, View-quit)
20337         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20338         appropriate arguments.
20339         (view-end-message): Use quit-restore window parameter.
20341         * window.el (display-buffer-function): Rewrite doc-string.
20342         (display-buffer-window, display-buffer-alist): New variables.
20343         (display-buffer-split-specifiers)
20344         (display-buffer-side-specifiers)
20345         (display-buffer-macro-specifiers): New constants.
20346         (display-buffer-even-window-sizes, display-buffer-set-height)
20347         (display-buffer-set-width, display-buffer-select-window)
20348         (display-buffer-in-window, display-buffer-reuse-window)
20349         (display-buffer-split-window-1, display-buffer-split-window)
20350         (display-buffer-split-atom-window, display-buffer-pop-up-window)
20351         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20352         (display-buffer-in-side-window, normalize-buffer-to-display)
20353         (display-buffer-normalize-specifiers-1)
20354         (display-buffer-normalize-specifiers-2)
20355         (display-buffer-normalize-specifiers, display-buffer-frame):
20356         New functions.
20357         (display-buffer): Major rewrite.
20358         (display-buffer-other-window, display-buffer-other-frame)
20359         (pop-to-buffer, switch-to-buffer-other-window)
20360         (switch-to-buffer-other-frame): Rewrite.
20361         (display-buffer-same-window, display-buffer-same-frame)
20362         (display-buffer-same-frame-other-window)
20363         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20364         (pop-to-buffer-other-window)
20365         (pop-to-buffer-same-frame-other-window)
20366         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20367         (switch-to-buffer-other-window-same-frame): New functions.
20368         (same-window-p, special-display-p): Rewrite disabling warnings.
20369         Make obsolete.
20370         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20371         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20372         Make obsolete
20373         (same-window-buffer-names, same-window-regexps)
20374         (special-display-frame-alist, special-display-popup-frame)
20375         (special-display-function, special-display-buffer-names)
20376         (special-display-regexps, pop-up-frame-alist)
20377         (pop-up-frame-function, split-window-preferred-function)
20378         (split-height-threshold, split-width-threshold)
20379         (even-window-heights): Make obsolete.
20381 2011-06-12  Glenn Morris  <rgm@gnu.org>
20383         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
20384         Misc simplifications.
20386 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
20388         * window.el (window-safely-shrinkable-p): Restore function which
20389         was inadvertently removed in change from 2011-06-11.  Declare as
20390         obsolete.
20392         * calendar/calendar.el (calendar-generate-window):
20393         Use window-iso-combined-p instead of combination of one-window-p and
20394         window-safely-shrinkable-p.
20396 2011-06-12  Glenn Morris  <rgm@gnu.org>
20398         * progmodes/fortran.el (fortran-mode-syntax-table):
20399         * progmodes/f90.el (f90-mode-syntax-table):
20400         Set % to punctuation.  (Bug#8820)
20401         (f90-find-tag-default): Remove, no longer needed.
20403 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
20405         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20407 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
20409         * image.el (image-animated-p): Return animation delay in seconds.
20410         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20411         (image-animate-timeout): Remove DELAY argument.  Don't assume
20412         every subimage has the same delay; get it from image-animated-p.
20413         (image-animate): Caller changed.
20415 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
20417         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20418         to ignored backtrace functions.
20420 2011-06-11  Glenn Morris  <rgm@gnu.org>
20422         * calendar/appt.el (appt-disp-window-function): Doc fix.
20423         (appt-check): Handle overlapping appointments.  (Bug#8337)
20425 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
20427         * window.el (window-tree-1, window-tree): New functions, moving
20428         the latter to window.el.
20429         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20430         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20431         (bw-refresh-edges): Remove.
20432         (balance-windows-1, balance-windows-2): New functions.
20433         (balance-windows): Rewrite in terms of window tree functions,
20434         balance-windows-1 and balance-windows-2.
20435         (bw-adjust-window): Remove.
20436         (balance-windows-area-adjust): New function with functionality of
20437         bw-adjust-window but using resize-window.
20438         (set-window-text-height): Rewrite doc-string.
20439         Use normalize-live-window and resize-window.
20440         (enlarge-window-horizontally, shrink-window-horizontally):
20441         Rename argument to DELTA.
20442         (window-buffer-height): New function.
20443         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20444         Rewrite using new window resize routines.
20445         (kill-buffer-and-window, mouse-autoselect-window-select):
20446         Use ignore-errors instead of condition-case.
20447         (quit-window): Call delete-frame instead of delete-windows-on
20448         for the only buffer on frame.
20450 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
20452         * loadup.el (top-level): Load window before files for the sake
20453         of replace-buffer-in-windows.
20455         * files.el (read-buffer-to-switch)
20456         (switch-to-buffer-other-window)
20457         (switch-to-buffer-other-frame, display-buffer-other-frame):
20458         Move to window.el.
20460         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20461         (previous-buffer): Move to window.el.
20463         * bindings.el (unbury-buffer): Move to window.el.
20465         * window.el (delete-other-windows-vertically): Move after
20466         definition of delete-other-windows.
20467         (other-window, delete-windows-on, replace-buffer-in-windows):
20468         Move here from window.c.
20469         (record-window-buffer, unrecord-window-buffer)
20470         (set-window-buffer-start-and-point, switch-to-prev-buffer)
20471         (switch-to-next-buffer): New functions.
20472         (get-next-valid-buffer, last-buffer, next-buffer): Move here
20473         from simple.el.  Call switch-to-next-buffer.
20474         (previous-buffer): Move here from simple.el.
20475         Call switch-to-prev-buffer.
20476         (bury-buffer): Move here from buffer.c.  Switch to previous
20477         buffer when window cannot be deleted.
20478         (unbury-buffer): Move here from bindings.el.
20479         (ctl-x-map): Move binding for other-window from window.c to
20480         here.
20481         (read-buffer-to-switch, switch-to-buffer-other-window)
20482         (switch-to-buffer-other-frame): Move here from files.el.
20483         (normalize-buffer-to-switch-to): New functions.
20484         (switch-to-buffer): Move here from buffer.c.
20485         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20487 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
20489         * window.el (window-min-height, window-min-width): Move here
20490         from window.c.  Add defcustoms and rewrite doc-strings.
20491         (resize-mini-window, resize-window): New functions.
20492         (adjust-window-trailing-edge, enlarge-window, shrink-window):
20493         Move here from window.c.
20494         (maximize-window, minimize-window): New functions.
20495         (delete-window, delete-other-windows, split-window): Move here
20496         from window.c.
20497         (window-split-min-size): New function.
20498         (split-window-keep-point): Mention split-window-above-each-other
20499         instead of split-window-vertically.
20500         (split-window-above-each-other, split-window-vertically):
20501         Rename split-window-vertically to split-window-above-each-other
20502         and provide defalias for old definition.
20503         (split-window-side-by-side, split-window-horizontally):
20504         Rename split-window-horizontally to split-window-side-by-side
20505         and provide defalias for the old definition.
20506         (ctl-x-map): Move bindings for delete-window,
20507         delete-other-windows and enlarge-window here from window.c.
20508         Replace bindings for split-window-vertically and
20509         split-window-horizontally by bindings for
20510         split-window-above-each-other and split-window-side-by-side.
20512         * cus-start.el (all): Remove entries for window-min-height and
20513         window-min-width.  Add entries for window-splits and
20514         window-nest.
20516 2011-06-09  Glenn Morris  <rgm@gnu.org>
20518         * calendar/appt.el (appt-mode-line): New function.
20519         (appt-check, appt-disp-window): Use it.
20521         * files.el (hack-one-local-variable-eval-safep):
20522         Allow minor-modes with explicit +/-1 arguments.
20524 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
20526         * term/xterm.el (xterm): Add defgroup.
20527         (xterm-extra-capabilities): Add defcustom to supply known xterm
20528         capabilities, skip querying them, or query them (default).
20529         (terminal-init-xterm): Use it.
20530         (terminal-init-xterm-modify-other-keys): New function to set up
20531         modifyOtherKeys support to simplify `terminal-init-xterm'.
20533 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
20535         * window.el (resize-window-reset, resize-window-reset-1)
20536         (resize-subwindows-skip-p, resize-subwindows-normal)
20537         (resize-subwindows, resize-other-windows, resize-this-window)
20538         (resize-root-window, resize-root-window-vertically)
20539         (window-deletable-p, window-or-subwindow-p)
20540         (frame-root-window-p): New functions.
20542 2011-06-09  Glenn Morris  <rgm@gnu.org>
20544         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20545         (ange-ftp-get-files): Use it.
20547 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
20549         * mail/sendmail.el (mail-recover-1, mail-recover):
20550         * files.el (recover-file, recover-session):
20551         Handle dired-listing-switches not being just a single short option.
20553 2011-06-09  Glenn Morris  <rgm@gnu.org>
20555         * calendar/appt.el (appt-display-message, appt-disp-window):
20556         Handle lists of appointments.
20558 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
20560         * window.el (one-window-p): Move down in code.
20561         Rewrite doc-string.
20562         (window-current-scroll-bars): Rewrite doc-string.
20563         Normalize live window argument.
20564         (walk-windows, get-window-with-predicate, count-windows):
20565         Rewrite doc-string.  Use window-list-1.
20566         (window-in-direction-2, window-in-direction, get-mru-window):
20567         New functions.
20569 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
20571         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20572         Doc fix (Bug#8713).
20574 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
20576         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20578 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
20580         * loadhist.el (unload-feature-special-hooks):
20581         Add `comint-output-filter-functions'.
20583 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
20585         * calendar/appt.el (appt-check): Move some initializations into the let.
20587 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
20589         * window.el (window-height): Defalias to window-total-height.
20590         (window-width): Defalias to window-body-width.
20592 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
20594         * image-mode.el (image-toggle-animation): New command.
20595         (image-mode-map): Bind it to RET.
20596         (image-mode): Update message.
20597         (image-toggle-display-image): Avoid a spurious cache flush.
20598         (image-transform-rotation): Doc fix.
20599         (image-transform-properties): Return quickly in the normal case.
20600         (image-animate-loop): Rename from image-animate-max-time.
20602         * image.el (image-animate-max-time): Move to image-mode.el.
20603         (create-animated-image): Remove unnecessary function.
20604         (image-animate): Rename from image-animate-start.  New arg.
20605         (image-animate-stop): Remove; just use image-animate-timer.
20606         (image-animate-timer): Use car-safe.
20607         (image-animate-timeout): Rename argument.
20609 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
20611         * window.el (get-lru-window, get-largest-window): Move here from
20612         window.c.  Rename first argument to ALL-FRAMES.
20613         Rephrase doc-strings.
20614         (get-buffer-window-list): Rewrite using window-list-1.
20615         Rephrase doc-string.
20616         (window-safe-min-height, window-safe-min-width): New constants.
20617         (window-size-ignore, window-min-size, window-min-size-1)
20618         (window-sizable, window-sizable-p, window-size-fixed-1)
20619         (window-size-fixed-p, window-min-delta-1, window-min-delta)
20620         (window-max-delta-1, window-max-delta, window-resizable)
20621         (window-resizable-p, window-total-height, window-total-width)
20622         (window-body-width): New functions.
20623         (window-full-height-p, window-full-width-p): Rewrite using
20624         window-total-size.
20625         (window-body-height): Rewrite using window-body-size.
20627 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
20629         * window.el (window-right, window-left, window-child)
20630         (window-child-count, window-last-child, window-any-p)
20631         (normalize-live-buffer, normalize-live-frame)
20632         (normalize-any-window, normalize-live-window)
20633         (window-iso-combination-p, window-iso-combined-p)
20634         (window-iso-combinations)
20635         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
20636         (windows-with-parameter, window-with-parameter)
20637         (window-atom-root, make-window-atom, window-atom-check-1)
20638         (window-atom-check, window-side-check, window-check):
20639         New functions.
20640         (ignore-window-parameters, window-sides, window-sides-vertical)
20641         (window-sides-slots): New variables.
20642         (window-size-fixed): Move down in code.  Minor doc-string fix.
20644 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
20646         * comint.el (comint-dynamic-complete-as-filename)
20647         (comint-dynamic-complete-filename): Correctly call
20648         completion-in-region.
20650 2011-06-05  Deniz Dogan  <deniz@dogan.se>
20652         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
20653         in last change.
20655 2011-06-05  Deniz Dogan  <deniz@dogan.se>
20657         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
20658         (rcirc): Use it to prompt for encryption.
20660 2011-06-05  Roland Winkler  <winkler@gnu.org>
20662         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
20663         (bibtex-search-entries): New command bound to C-c C-a.
20664         (bibtex-display-entries): New function.
20666 2011-06-05  Roland Winkler  <winkler@gnu.org>
20668         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
20669         (bibtex-insert-kill): After yanking insert newline if necessary.
20670         (bibtex-initialize): Call bibtex-string-files-init only once.
20671         (bibtex-mode): Do not call easy-menu-add.
20672         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
20673         (bibtex-yank): Set arg properly if nil.
20675 2011-06-05  Roland Winkler  <winkler@gnu.org>
20677         * textmodes/bibtex.el (bibtex-search-entry-globally):
20678         New variable.
20679         (bibtex-search-entry): Use it.
20681 2011-06-05  Roland Winkler  <winkler@gnu.org>
20683         * textmodes/bibtex.el (bibtex-entry-format): New option
20684         sort-fields.
20685         (bibtex-format-entry, bibtex-reformat): Honor this option.
20686         (bibtex-parse-entry): Return fields in proper order.
20688 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
20690         * doc-view.el (doc-view-remove-if): Move computation of result out
20691         of `dolist' to silence misleading lexical-binding warning.
20693 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
20695         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
20696         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
20698 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
20700         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
20701         "SunOS 5.10".
20703 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
20705         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
20706         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
20707         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
20708         (tramp-parse-putty):
20709         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
20710         (tramp-completion-function-alist-ssh)
20711         (tramp-completion-function-alist-telnet)
20712         (tramp-completion-function-alist-su)
20713         (tramp-completion-function-alist-putty): Set `tramp-autoload'
20714         cookie.
20716         * net/tramp-ftp.el:
20717         * net/tramp-sh.el:
20718         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
20719         load "tramp.el" `tramp-set-completion-function'.
20721 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20723         * shell.el: Require and use pcomplete.
20724         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
20725         (shell-completion-vars): Set pcomplete-default-completion-function.
20727 2011-06-04  Deniz Dogan  <deniz@dogan.se>
20729         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
20730         `memq' (Bug#8799).
20732 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20734         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
20736 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
20738         * bs.el (bs--mark-unmark, bs--nth-wrapper):
20739         * mpc.el (mpc-select-extend, mpc-songpointer-context):
20740         * vc/log-view.el (log-view-beginning-of-defun):
20741         * vc/smerge-mode.el (smerge-apply-resolution-patch)
20742         (smerge-refine-forward, smerge-refine-chopup-region):
20743         Silence warning for unused `dotimes' counter variables.
20745 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20747         * net/tramp.el (tramp-with-progress-reporter): Rename from
20748         with-progress-reporter.  Use `declare'.
20749         * net/tramp-smb.el:
20750         * net/tramp-sh.el:
20751         * net/tramp-gvfs.el: Update all uses.
20753 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
20755         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
20756         buffer isn't killed before making it current.
20758 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20760         Silence various byte-compiler warnings.
20761         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
20762         `access-type' and new obsolescence format.
20763         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
20764         new format.
20765         (byte-compile-check-variable): New `access-type' argument.
20766         Only warn if the access-type is obsolete.
20767         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
20768         (byte-compile-variable-set): Adjust callers.
20769         * help-fns.el (describe-variable): Adjust to new obsolescence format.
20770         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
20771         setting it as obsolete.
20772         * simple.el (minibuffer-completing-symbol):
20773         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
20774         access as obsolete.
20775         * minibuffer.el (minibuffer-completing-file-name): Don't make it
20776         obsolete yet.
20777         * international/quail.el (quail-mouse-choose-completion): Remove unused
20778         code referring to obsolete var.
20779         (quail-choose-completion-string): Remove.
20780         * server.el (server-clients-with, server-kill-buffer-query-function)
20781         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
20782         * proced.el (proced-send-signal):
20783         * emacs-lisp/lisp.el (lisp-complete-symbol):
20784         Replace completion-annotate-function with completion-extra-properties.
20786 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20788         * simple.el (goto-line): Use read-number.
20789         (overriding-map-is-bound): Remove.
20790         (saved-overriding-map): Change default.
20791         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
20792         Take the map as argument.
20793         (universal-argument, negative-argument, digit-argument): Use it.
20794         (restore-overriding-map): Adjust.
20795         (do-auto-fill): Use fill-forward-paragraph.
20796         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
20798         * minibuffer.el (minibuffer-inactive-mode-map): New var.
20799         (minibuffer-inactive-mode): New major mode.
20800         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
20801         the *Messages* buffer" hack.
20802         (mouse-popup-menubar): Don't burp if the event is a normal key.
20804         Miscellaneous tweaks.
20805         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
20806         lexical scoping as in subr.el's dolist and dotimes.
20807         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
20808         Silence compiler warning.
20809         * thingatpt.el (forward-whitespace): Trivial coding style fix.
20810         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
20811         * international/ccl.el (ccl-compile): Trivial simplification.
20812         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
20813         * emacs-lisp/testcover.el (testcover-end): Remove spurious
20814         `printflag' argument.
20815         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
20816         Purecopy the whole obsolescence data.
20818 2011-06-01  Leo Liu  <sdl.web@gmail.com>
20820         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
20821         improve doc-string as suggested by Marco Pessotto
20822         <melmothx@gmail.com>.
20823         (rcirc-print): Fix last change.
20825 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20827         * minibuffer.el (complete-with-action): Return nil for the metadata and
20828         boundaries of non-functional tables.
20829         (completion-table-dynamic): Return nil for the metadata.
20830         (completion-table-with-terminator): Add default case, using
20831         complete-with-action.
20832         (completion--metadata): New function.
20833         (completion-all-sorted-completions, minibuffer-completion-help): Use it
20834         to try and avoid pathological performance problems.
20835         (completion--embedded-envvar-table): Return `category' metadata.
20837 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20839         * subr.el (process-alive-p): New tiny convenience function.
20841 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20843         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
20844         content but also its previous major mode.
20846 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
20848         * emacs-lisp/debug.el (debug): Restore the previous content of the
20849         *Backtrace* buffer when we exit with C-M-c.
20851 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20853         * minibuffer.el: Add metadata method to completion tables.
20854         (completion-category-overrides): New defcustom.
20855         (completion-metadata, completion--field-metadata)
20856         (completion-metadata-get, completion--styles)
20857         (completion--cycle-threshold): New functions.
20858         (completion-try-completion, completion-all-completions):
20859         Add `metadata' argument to choose completion-styles.
20860         (completion--do-completion): Use metadata to choose cycling.
20861         (completion-all-sorted-completions): Use metadata for sorting.
20862         Remove :completion-cycle-penalty which is not needed any more.
20863         (completion--try-word-completion): Add `metadata' argument.
20864         (minibuffer-completion-help): Check metadata for annotation function
20865         and sorting.
20866         (completion-file-name-table): Return `category' metadata.
20867         (minibuffer-completing-file-name): Make obsolete.
20868         * simple.el (minibuffer-completing-symbol): Make obsolete.
20869         * icomplete.el (icomplete-completions): Pass new `metadata' param to
20870         completion-try-completion.
20872 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
20874         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
20876 2011-05-30  Leo Liu  <sdl.web@gmail.com>
20878         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
20879         (rcirc-print): Decode all incoming messages (bug#8744).
20880         (rcirc-decode-coding-system): Allow value nil for automatic coding
20881         system detection.
20883 2011-06-01  Glenn Morris  <rgm@gnu.org>
20885         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
20887 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
20889         * image.el (image-animate-max-time): Allow nil and t values.
20890         Default to nil.
20891         (create-animated-image): Doc fix.
20892         (image-animate-start): Remove second arg; just use
20893         image-animate-max-time.
20894         (image-animate-timeout): Doc fix.  Args changed.
20896         * image-mode.el (image-toggle-display-image): Ensure that the
20897         image spec passed to the animate timer is the same object as in
20898         the buffer's display property (Bug#6981).
20899         (image-transform-properties): Doc fix.
20901         * image.el (image-animate-max-time): Default to nil.
20903 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
20905         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
20906         entire buffer list (Bug#8184).
20908 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
20910         * image.el (imagemagick-types-inhibit)
20911         (imagemagick-register-types): Doc fix.
20913 2011-05-29  Deniz Dogan  <deniz@dogan.se>
20915         * net/rcirc.el (rcirc): Use the user's stored encryption method by
20916         default.
20918 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
20920         * select.el: Don't perform clipboard-manager saving in hooks;
20921         leave the hooks empty.
20923 2011-05-28  Leo Liu  <sdl.web@gmail.com>
20925         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
20926         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
20927         (occur-edit-mode): New major mode (Bug#8463).
20928         (occur-after-change-function): New function.
20929         (occur-engine): Give Occur tags a read-only property.
20931 2011-05-28  Kevin Ryde  <user42@zip.com.au>
20933         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
20935 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
20937         * bindings.el (help-echo): Make the initial non-indicator dash
20938         empty on graphical terminals (Bug#7295).
20940         * files.el (auto-mode-alist): Move config rule after the
20941         in-stripping one (Bug#8547).
20943         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
20945         * startup.el (normal-splash-screen): Remove gratuitous mode-line
20946         setting (Bug#8740).
20948 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
20950         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
20951         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
20952         (Bug#8539).
20954 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
20956         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
20958 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
20960         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
20961         (hs-hide-block-at-point, hs-find-block-beginning)
20962         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
20963         (Bug#8279).
20965 2011-05-28  Glenn Morris  <rgm@gnu.org>
20967         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
20969 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
20971         * help-fns.el (describe-function-1): If the function is a derived
20972         major mode, print the parent mode.
20974         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
20975         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
20977 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20979         * minibuffer.el (completion--capf-wrapper): Check applicability before
20980         returning non-nil for non-exclusive completion data.
20981         * progmodes/etags.el (tags-completion-at-point-function):
20982         * info-look.el (info-lookup-completions-at-point): Mark as
20983         non-exclusive.
20984         (info-complete): Adjust accordingly.
20986         * info-look.el: Convert to lexical-binding and completion-at-point.
20987         (info-lookup-completions-at-point): New function.
20988         (info-complete): Use it and completion-in-region.
20990 2011-05-28  Drew Adams  <drew.adams@oracle.com>
20992         * isearch.el: Let M-e start with point at the first mismatched char.
20993         (isearch-fail-pos): New function.
20994         (isearch-edit-string): Use it.
20996 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
20998         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21000 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
21002         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
21003         traversal functions for avl-trees.
21004         (avl-tree--stack): New struct.
21005         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21006         (avl-tree-enter): Add optional `updatefun' arg.
21007         (avl-tree--do-enter): Add optional `updatefun' arg.
21008         Change return value.
21009         (avl-tree-delete): Add optional `test' and `nilflag' args.
21010         (avl-tree--do-delete): Add `test' and `nilflag' args.
21011         Change return value.
21012         (avl-tree-member): Add optional `nilflag'
21013         (avl-tree-member-p): New function.
21014         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21015         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21016         (avl-tree-stack-empty-p): New functions.
21018         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21019         avl-tree--del-balance1 and make it work both ways.
21020         (avl-tree--del-balance2): Remove.
21021         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21022         make it work both ways.
21023         (avl-tree--enter-balance2): Remove.
21024         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21025         New macros.
21026         (avl-tree--mapc, avl-tree-map): Add direction argument.
21028 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
21030         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21032 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
21034         * select.el: Support clipboard managers with built-in function
21035         x-clipboard-manager-save, via delete-frame-functions and
21036         kill-emacs-hook.
21037         (xselect-convert-to-targets): Add MULTIPLE target to list.
21038         (xselect-convert-to-save-targets): New function.
21040 2011-05-27  Kenichi Handa  <handa@m17n.org>
21042         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21043         let-binding rfc2047-encode-encoded-words to nil.
21045 2011-05-27  Glenn Morris  <rgm@gnu.org>
21047         * mail/emacsbug.el: Don't require url-util.
21049         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
21051         * files.el (set-auto-mode):
21052         Also respect mode: entries at the end of the file.  (Bug#8586)
21054 2011-05-26  Glenn Morris  <rgm@gnu.org>
21056         * files.el (hack-local-variables-prop-line, hack-local-variables):
21057         Downcase mode names, as seems to be traditional.
21058         (hack-local-variables, hack-local-variables-apply): Doc fixes.
21060         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21061         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
21063 2011-05-25  Julien Danjou  <julien@danjou.info>
21065         * textmodes/rst.el (rst-define-level-faces): Do not define face
21066         symbol if it is already defined.
21068 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21070         * play/5x5.el (5x5-new-game, 5x5-randomize):
21071         Reset 5x5-solver-output to nil when a new grid is cast.
21072         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21073         these debugging traces, as defmacro breaks the compiled code.
21075 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
21077         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21079 2011-05-24  Leo Liu  <sdl.web@gmail.com>
21081         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21082         (vc-bzr-sha1): Adapt.
21084         * sha1.el: Remove.  Function `sha1' is now builtin.
21086         * bindings.el: Provide sha1 feature.
21088 2011-05-24  Kenichi Handa  <handa@m17n.org>
21090         * mail/sendmail.el: Require `rfc2047'.
21091         (mail-insert-from-field): Do not perform RFC2047 encoding.
21092         (mail-encode-header): New function.
21093         (sendmail-send-it): Set buffer-file-coding-system of the work
21094         buffer to the return value of select-message-coding-system.
21095         Call mail-encode-header.
21097         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21099 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
21101         * mail/supercite.el (sc-default-cite-frame):
21102         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21104 2011-05-24  Glenn Morris  <rgm@gnu.org>
21106         * progmodes/python.el (brm-menu): Declare.
21108         * emulation/viper.el (viper-set-hooks): Declare.
21110         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21111         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21112         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21113         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21114         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21115         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21117 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21119         Add an :exit-function for completion-at-point.
21121         * minibuffer.el (completion--done): New fun.
21122         (completion--do-completion): Use it.  New arg `expect-exact'.
21123         (minibuffer-complete, minibuffer-complete-word): Don't output message,
21124         since completion--do-completion does it for us now.
21125         (minibuffer-force-complete): Use completion--done and
21126         completion--replace.  Handle sole-completion case with more care.
21127         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21128         (completion-extra-properties): New var.
21129         (completion-annotate-function): Make obsolete.
21130         (minibuffer-completion-help): Adjust accordingly.
21131         Use completion-list-insert-choice-function.
21132         (completion-at-point, completion-help-at-point):
21133         Bind completion-extra-properties.
21134         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21135         * simple.el (completion-list-insert-choice-function): New var.
21136         (completion-setup-function): Preserve it.
21137         (choose-completion): Pay attention to it, shuffle the code a bit.
21138         (choose-completion-string): New arg `insert-function'.
21140         * textmodes/bibtex.el: Convert to lexical binding.
21141         (bibtex-mode-map): Use completion-at-point.
21142         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21143         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21144         (bibtex-complete): Define as obsolete alias.
21145         (bibtex-complete-internal): Remove.
21146         (bibtex-format-entry): Remove unused sub-group in regexp.
21147         * shell.el (shell--command-completion-data)
21148         (shell-environment-variable-completion):
21149         * pcomplete.el (pcomplete-completions-at-point):
21150         * comint.el (comint--complete-file-name-data): Use :exit-function
21151         instead of completion-table-with-terminator so it also works for
21152         choose-completion.
21154 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21156         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21158         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21159         (bug#8710).
21161         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21163 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
21165         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21166         customization variable and implement: If non-nil, auto-fill will
21167         be inhibited while on topic's header line.
21169 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21171         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21172         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
21173         always have a solution in grid size = 5 cases.
21174         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21175         (5x5-solver-output, 5x5-log-buffer): New vars.
21176         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21177         Make these variables buffer local to achieve 5x5 multi-session-ness.
21178         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21179         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21180         (5x5-solve-suggest): New funs.
21181         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21182         randomize a grid so that we ensure that there is always a solution.
21183         (5x5-make-random-grid): Allow other movement than flipping.
21185 2011-05-23  Kevin Ryde  <user42@zip.com.au>
21187         * emacs-lisp/advice.el (ad-read-advised-function):
21188         Use `function-called-at-point' as the default, if it has
21189         advice and passes PREDICATE.
21191 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21193         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21194         byte-compile-lambda if it's actually a lambda.
21196         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21197         Fix function quoting.  Use backquote better.
21199 2011-05-22  Yuanle Song  <sylecn@gmail.com>
21201         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21202         matching (Bug#8516).
21204 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
21206         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21207         different face (Bug#8178).
21209 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
21211         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21212         defface (Bug#8144).
21214 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21216         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21217         funcall as well (bug#8712).  Warn when performing those conversions.
21218         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21220         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21222 2011-05-22  Glenn Morris  <rgm@gnu.org>
21224         * files.el (hack-local-variables-prop-line): Small simplifications.
21225         (hack-local-variables, hack-local-variables-prop-line):
21226         If MODE-ONLY, return the mode, rather than just `t'.
21228 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21230         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21232 2011-05-21  Glenn Morris  <rgm@gnu.org>
21234         * files.el (hack-local-variables-prop-line, hack-local-variables):
21235         If only interested in the mode, don't bother doing the other stuff.
21237         * image-mode.el (image-after-revert-hook):
21238         Redraw all frames on which the image is visible.  (Bug#8567)
21240         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
21242         * wid-edit.el (widget-checklist-match-inline):
21243         Fix 2011-04-19 change.  (Bug#8649)
21245 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21247         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21248         Also allow singlespace after single-letter capitals followed by a dot.
21250         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21251         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21253 2011-05-20  Nix  <nix@esperi.org.uk>
21255         * files.el (basic-save-buffer-2):
21256         Fix handling of break-hardlink-on-save with non-existent files.
21258 2011-05-19  Deniz Dogan  <deniz@dogan.se>
21260         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21261         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21263 2011-05-19  Glenn Morris  <rgm@gnu.org>
21265         * progmodes/f90.el (f90-type-def-re):
21266         Handle "type, bind(c)".  (Bug#8691)
21268         * emacs-lisp/autoload.el (batch-update-autoloads):
21269         Set autoload-excludes by parsing loadup.el rather than Makefiles.
21271 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
21273         * net/tramp.el (tramp-process-actions): Set "first-password-request"
21274         property for the correct connection in case of multihops.
21276 2011-05-18  Glenn Morris  <rgm@gnu.org>
21278         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21279         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21281         Rationalize calendar handling of day and month abbrev-arrays.
21282         * calendar/calendar.el (calendar-customized-p): New function.
21283         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21284         (calendar-day-name-array, calendar-month-name-array): Doc fix.
21285         Add :set function.
21286         (calendar-abbrev-length, calendar-day-abbrev-array)
21287         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21288         (calendar-day-abbrev-array, calendar-month-abbrev-array):
21289         Elements may no longer be nil.
21290         (calendar-day-name, calendar-month-name):
21291         Update for changed nature of abbrev arrays.
21292         * calendar/diary-lib.el (diary-name-pattern):
21293         Update for changed nature of abbrev arrays.
21294         (diary-mark-entries-1): Update calendar-make-alist calls.
21295         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21296         * calendar/cal-html.el (cal-html-day-abbrev-array):
21297         Simply inherit from calendar-day-abbrev-array.
21299 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21301         * progmodes/grep.el (grep-mode): Disable default
21302         compilation-directory-matcher setting (bug#8684).
21304 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
21306         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21307         instead of "head" and "tail".  There were problems with SunOS 5.9,
21308         and it performs better.
21310 2011-05-17  Glenn Morris  <rgm@gnu.org>
21312         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21314         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21315         Replace obsolete function.
21317         * shell.el (pcomplete-parse-arguments-function): Declare.
21319         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21320         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21321         (appt-check): Doc fixes.
21322         (appt-disp-window-function, appt-delete-window-function):
21323         Remove needless special case in custom :type.
21324         (appt-display-count): Default to 0, not nil.
21325         (appt-check): Reset appt-display-count to 0, not nil.
21327 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
21329         * progmodes/python.el (python-font-lock-keywords):
21330         Add the Python 3.X keyword "nonlocal" (bug#8639).
21332 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21334         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21336 2011-05-16  Kevin Ryde  <user42@zip.com.au>
21338         * info-look.el (makefile-automake-mode): New setups, looking in
21339         automake manual, then makefile-mode.
21340         (makefile-mode): Remove automake manual, have it just in
21341         makefile-automake-mode since there's various things different or
21342         not relevant to plain make.
21343         (makefile-mode): Remove "other-modes" non-existent automake-mode,
21344         believe a hypothetical automake-mode would go to makefile-mode,
21345         not the other way around.
21347 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
21349         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21350         hunk-end tags (Bug#8672).
21352         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21353         vc-annotate-show-diff-revision-at-line (Bug#8671).
21355 2011-05-14  Glenn Morris  <rgm@gnu.org>
21357         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21358         in the middle of an existing one with multiple authors.  (Bug#8645)
21359         (change-log-font-lock-keywords): Also handle multiple author lines
21360         with leading tabs.  (Bug#8644)
21362         * calendar/appt.el (appt-check): Rename some local variables.
21363         Some simplification/reordering.
21365         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21366         (feedmail-sendmail-f-doesnt-sell-me-out)
21367         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21368         (feedmail-debug-sit-for, feedmail-queue-express-hook)
21369         (feedmail-queue-runner-message-sender): Set :version.
21370         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21371         (bbdb-dwim-net-address, vm-mail): Declare.
21372         (feedmail-binmail-gnulinuxish-template):
21373         Rename from feedmail-binmail-linuxish-template.
21374         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21375         Use insert-buffer-substring.
21377 2011-05-14  Bill Carpenter  <bill@carpenter.org>
21379         * mail/feedmail.el (feedmail-patch-level): Increase.
21380         (feedmail-debug): New custom group.
21381         (feedmail-confirm-outgoing-timeout)
21382         (feedmail-sendmail-f-doesnt-sell-me-out)
21383         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21384         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21385         (feedmail-sender-line, feedmail-from-line)
21386         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21387         (feedmail-spray-this-address)
21388         (feedmail-spray-address-fiddle-plex-list)
21389         (feedmail-queue-use-send-time-for-date)
21390         (feedmail-queue-use-send-time-for-message-id)
21391         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21392         (feedmail-buffer-eating-function):
21393         Doc fixes.
21394         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21395         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21396         (feedmail-message-action-scroll-down): New functions.
21397         (feedmail-queue-directory, feedmail-queue-draft-directory):
21398         Use expand-file-name.
21399         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21400         Remove C-v help entry.
21401         (feedmail-queue-buffer-file-name): New variable.
21402         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21403         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21404         (feedmail-message-action-send-strong, feedmail-message-action-edit)
21405         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21406         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21407         (feedmail-message-action-toggle-spray)
21408         (feedmail-run-the-queue-no-prompts)
21409         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21410         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21411         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21412         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21413         (feedmail-envelope-deducer, feedmail-fiddle-from)
21414         (feedmail-fiddle-sender, feedmail-default-date-generator)
21415         (feedmail-fiddle-date, feedmail-fiddle-message-id)
21416         (feedmail-fiddle-spray-address)
21417         (feedmail-fiddle-list-of-spray-fiddle-plexes)
21418         (feedmail-fiddle-list-of-fiddle-plexes)
21419         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21420         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21421         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21422         Change default.  Doc fix.
21423         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21424         (feedmail-binmail-linuxish-template): New constant.
21425         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
21426         Respect feedmail-sendmail-f-doesnt-sell-me-out.
21427         (feedmail-send-it): Add debug call.
21428         Use feedmail-queue-buffer-file-name, and
21429         feedmail-send-it-immediately-wrapper.
21430         (feedmail-message-action-send): Add debug call.
21431         Use feedmail-send-it-immediately-wrapper.
21432         (feedmail-queue-express-to-queue): Add debug call.
21433         Run feedmail-queue-express-hook.
21434         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
21435         (feedmail-message-action-help-blat):
21436         Rename from feedmail-queue-send-edit-prompt-help-first.
21437         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
21438         Check line-endings.  Handle errors better.
21439         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21440         Doc fix.  Add debug call.
21441         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
21442         Use feedmail-queue-send-edit-prompt-inner.
21443         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21444         (feedmail-queue-send-edit-prompt-inner): New function, extracted
21445         from feedmail-queue-send-edit-prompt.
21446         (feedmail-queue-send-edit-prompt-help)
21447         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21448         (feedmail-tidy-up-slug): Add debug call.
21449         Respect feedmail-queue-slug-suspect-regexp.
21450         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21451         (feedmail-dump-message-to-queue): Add debug call.
21452         Expand queue-directory.
21453         (feedmail-dump-message-to-queue): Change message slightly.
21454         Use feedmail-say-chatter.
21455         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
21456         (feedmail-send-it-immediately-wrapper): New function.
21457         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
21458         Insert empty string rather than newline.  Handle full-frame case.
21459         Use catch/throw.  Use feedmail-say-chatter.
21460         (feedmail-fiddle-from): Try mail-host-address.
21461         (feedmail-default-message-id-generator): Doc fix.
21462         Bind system-time-locale.  Handle missing end.
21463         (feedmail-fiddle-x-mailer): Add debug call.
21464         Handle feedmail-x-mailer-line being nil.
21465         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21466         Add debug call.  Use buffer-substring-no-properties.
21467         (feedmail-say-debug, feedmail-say-chatter): New functions.
21468         (feedmail-find-eoh): Give an explicit error.
21470 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
21472         * net/newst-treeview.el (newsticker-treeview-face): Change default
21473         family from helvetica to sans.
21474         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21475         etc/images/newsticker.
21477         * net/newst-reader.el (newsticker-feed-face): Change default
21478         family from helvetica to sans.
21480         * net/newst-plainview.el (newsticker-new-item-face)
21481         (newsticker-old-item-face, newsticker-immortal-item-face)
21482         (newsticker-obsolete-item-face, newsticker-date-face)
21483         (newsticker-statistics-face): Change default family from
21484         helvetica to sans.
21485         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21486         etc/images/newsticker.
21488         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21489         (newsticker--process-auto-mark-filter-match): Tell user about
21490         auto-marking.
21492 2011-05-13  Didier Verna  <didier@xemacs.org>
21494         Common Lisp indentation improvements on defmethod and lambda-lists.
21495         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21496         TODO entries.
21497         (lisp-lambda-list-keyword-parameter-indentation)
21498         (lisp-lambda-list-keyword-parameter-alignment)
21499         (lisp-lambda-list-keyword-alignment): New customizable user options.
21500         (lisp-indent-defun-method): Improve docstring.
21501         (extended-loop-p): Fix comment.
21502         (lisp-indent-lambda-list-keywords-regexp): New variable.
21503         (lisp-indent-lambda-list): New function.
21504         (lisp-indent-259): Use it.
21505         (lisp-indent-defmethod): Support for more than one
21506         method qualifier and properly indent methods lambda-lists.
21507         (defgeneric): Provide a missing common-lisp-indent-function property.
21509 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21511         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21512         bounds for the empty string (bug#8667).
21514 2011-05-13  Glenn Morris  <rgm@gnu.org>
21516         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21518         * mail/sendmail.el (sendmail-program): Try executable-find first.
21519         (sendmail-send-it): `sendmail-program' cannot be unbound.
21521         * calendar/appt.el (appt-make-list): Simplify.
21522         (appt-time-msg-list): Doc fix.
21523         (appt-check): Change mode-line message at the time of the appointment.
21525 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
21527         * progmodes/ld-script.el (ld-script-keywords)
21528         (ld-script-builtins): Update keywords list.
21530 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21532         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21534         * shell.el (shell-completion-vars): New function.
21535         (shell-mode):
21536         * simple.el (read-shell-command): Use it.
21537         (blink-matching-open): No need for " [...]" in minibuffer-message.
21539 2011-05-12  Glenn Morris  <rgm@gnu.org>
21541         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21542         (appt-check): Simplify.
21544 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
21546         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21547         literal "/dev/null".
21549 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21551         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21552         Fix typo.
21554 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
21556         * progmodes/which-func.el (which-function):
21557         Use add-log-current-defun instead of add-log-current-defun-function,
21558         which might not be defined (Bug#8260).
21560 2011-05-12  Glenn Morris  <rgm@gnu.org>
21562         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21563         Let byte-compile-initial-macro-environment always take precedence.
21565 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21567         * net/rcirc.el: Add support for SSL/TLS connections.
21568         (rcirc-server-alist): New field `encryption'.
21569         (rcirc): Check `encryption' settings.
21570         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
21571         Merge make-local-variable into `set'.
21572         (rcirc--connection-open-p): New function.
21573         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21574         the process is not a network process (e.g. running gnutls-cli).
21575         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21576         Make rcirc-(en|de)code-coding-system local here.
21577         (rcirc-mode): Merge make-local-variable into `set'.
21578         (rcirc-parent-buffer): Make permanent buffer-local.
21579         (rcirc-multiline-minor-mode): Don't do it here.
21580         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21581         there's no server buffer.
21583 2011-05-11  Glenn Morris  <rgm@gnu.org>
21585         * newcomment.el (comment-kill): Prefix "unused" local.
21587         * term/w32console.el (get-screen-color): Declare.
21589         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21590         Handle symbol elements of byte-compile-initial-macro-environment.
21592 2011-05-10  Leo Liu  <sdl.web@gmail.com>
21594         * bookmark.el (bookmark-bmenu-mode-map):
21595         Bind bookmark-bmenu-search to `/'.
21597         * mail/footnote.el: Convert to utf-8 encoding.
21598         (footnote-unicode-string, footnote-unicode-regexp): New variable.
21599         (Footnote-unicode): New function.
21600         (footnote-style-alist): Add unicode style to the list.
21601         (footnote-style): Doc fix.
21603 2011-05-10  Jim Meyering  <meyering@redhat.com>
21605         Fix doubled-word typos.
21606         * international/quail.el (quail-insert-kbd-layout): and and -> and
21607         * kermit.el: and and -> and
21608         * net/ldap.el (ldap-search-internal): to to -> to
21609         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21610         * progmodes/js.el (js-mode): and and -> and
21611         * textmodes/artist.el (artist-move-to-xy): at at -> at
21612         (artist-draw-region-trim-line-endings): if if -> if
21613         And Safetyc -> Safety.
21614         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21616 2011-05-10  Glenn Morris  <rgm@gnu.org>
21617             Stefan Monnier  <monnier@iro.umontreal.ca>
21619         * files.el (hack-one-local-variable-eval-safep):
21620         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
21622 2011-05-10  Glenn Morris  <rgm@gnu.org>
21624         * calendar/diary-lib.el (diary-list-entries-hook)
21625         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
21626         (diary-nongregorian-marking-hook, diary-list-entries)
21627         (diary-include-other-diary-files, diary-mark-entries)
21628         (diary-mark-included-diary-files): Doc fixes.
21630 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
21632         * misc.el: Require tabulated-list.el during compilation.
21634 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
21636         * progmodes/compile.el (compilation-start):
21637         Run compilation-filter-hook for the async case too.
21638         (compilation-filter-hook): Doc fix.
21640 2011-05-09  Deniz Dogan  <deniz@dogan.se>
21642         * wdired.el: Remove outdated installation comment.  Fix usage
21643         comment.
21645 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
21647         * misc.el: Implement new command `list-dynamic-libraries'.
21648         (list-dynamic-libraries--loaded-only-p): New variable.
21649         (list-dynamic-libraries--refresh): New function.
21650         (list-dynamic-libraries): New command.
21652 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
21654         * progmodes/compile.el (compilation-error-regexp-alist-alist):
21655         Fix the ant regexp to handle end-line and end-column info from jikes.
21656         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
21657         higher priority to avoid clobbering by gnu.
21659 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
21661         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
21662         if the face has existing theme settings (Bug#8454).
21664 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
21666         * progmodes/perl-mode.el (perl-imenu-generic-expression):
21667         Only match variables declared via `my' or `our' (Bug#8261).
21669         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
21670         special file names `.' and `..' (Bug#8259).
21672 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
21674         * progmodes/grep.el (grep-mode-font-lock-keywords):
21675         Remove buffer-changing entries.
21676         (grep-filter): New function.
21677         (grep-mode): Add it to compilation-filter-hook.
21679         * progmodes/compile.el (compilation-filter-hook)
21680         (compilation-filter-start): New defvars.
21681         (compilation-filter): Call compilation-filter-hook prior to
21682         updating the process mark.
21684 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21686         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
21688 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
21690         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
21691         mailclient-send-it even if window-system is nil.  (Bug#8595)
21693         * term/w32console.el (terminal-init-w32console):
21694         Call get-screen-color and use its output to set the frame
21695         background-mode.  (Bug#8597)
21697 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21699         Make bytecomp.el understand that defmethod defines funs (bug#8631).
21700         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
21701         New functions.
21702         (defgeneric, eieio--defmethod): Use them.
21703         (eieio-defgeneric): Remove.
21704         (defmethod): Call defgeneric in a way visible to the byte-compiler.
21706 2011-05-07  Glenn Morris  <rgm@gnu.org>
21708         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
21709         Use let rather than let*.
21710         (timeclock-find-discrep): Remove unused local.
21712         * calendar/diary-lib.el (diary-comment-start): Doc fix.
21714         * calendar/appt.el (appt-time-msg-list): Doc fix.
21716 2011-05-06  Noah Friedman  <friedman@splode.com>
21718         * apropos.el (apropos-print-doc): Only use
21719         emacs-lisp-docstring-fill-column when it is bound to an integer,
21720         per that variable's documentation.
21722 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21724         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
21725         and warnings are not silently discarded (e.g. use -d instead of -P).
21727 2011-05-06  Glenn Morris  <rgm@gnu.org>
21729         * calendar/appt.el (appt-message-warning-time): Doc fix.
21730         (appt-warning-time-regexp): New option.
21731         (appt-make-list): Respect appt-message-warning-time.
21733         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
21734         New options.
21735         (diary-add-to-list): Strip comments from the displayed string.
21736         (diary-mode): Set comment-start and comment-end.
21738         * vc/diff-mode.el (smerge-refine-subst): Declare.
21739         (diff-refine-hunk): Don't require smerge-mode when compiling.
21741 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
21743         * simple.el (list-processes): Return nil as the docstring says.
21745 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
21747         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
21748         to "".
21749         (ange-ftp-write-region, ange-ftp-insert-file-contents)
21750         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
21751         determining of binary transfer.  (Bug#7383)
21753 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
21755         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21756         Fix port computation bug.  (Bug#8618)
21758 2011-05-05  Glenn Morris  <rgm@gnu.org>
21760         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
21762         * simple.el (shell-dynamic-complete-functions)
21763         (comint-dynamic-complete-functions): Declare.
21765         * net/network-stream.el (gnutls-negotiate):
21766         * simple.el (tabulated-list-print): Fix declarations.
21768         * progmodes/gud.el (syntax-symbol, syntax-point):
21769         Remove unnecessary and incorrect declarations.
21771         * emacs-lisp/check-declare.el (check-declare-scan):
21772         Handle byte-compile-initial-macro-environment in bytecomp.el.
21774 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21776         Fix earlier half-done eieio-defmethod change (bug#8338).
21777         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
21778         Streamline and change calling convention.
21779         (defmethod): Adjust accordingly and simplify.
21780         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
21781         new eieio--defmethod.
21782         (slot-boundp): Minor CSE simplification.
21784 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
21786         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
21787         (glasses-make-readable): Use glasses-separate-capital-groups.
21789 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
21791         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
21792         (warning-series): Doc fix.
21793         (display-warning): Don't try to create the buffer if we just found it.
21795 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
21797         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
21798         (autoload-find-generated-file): New function.
21799         (generate-file-autoloads): Bind generated-autoload-file to
21800         buffer-file-name.
21801         (update-file-autoloads, update-directory-autoloads):
21802         Use autoload-find-generated-file.  If called interactively, prompt for
21803         output file (Bug#7989).
21804         (batch-update-autoloads): Doc fix.
21806 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
21808         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
21810 2011-05-04  Glenn Morris  <rgm@gnu.org>
21812         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
21813         function, so it follows changes in calendar-date-style.
21814         (diary-fancy-date-matcher): New function.
21815         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
21816         (diary-fancy-font-lock-fontify-region-function):
21817         Use diary-fancy-date-pattern as a function.
21819         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
21820         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
21822 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
21824         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
21825         instead of positional arguments.  Allow :keylist and :crlfiles
21826         arguments.
21827         (open-gnutls-stream): Call it.
21829         * net/network-stream.el (network-stream-open-starttls): Adjust to
21830         call `gnutls-negotiate' with :process and :hostname arguments.
21832 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21834         * minibuffer.el (completion--message): New function.
21835         (completion--do-completion, minibuffer-complete)
21836         (minibuffer-force-complete, minibuffer-complete-word): Use it.
21837         (completion--do-completion): Don't ignore completion-auto-help when in
21838         icomplete-mode.
21840         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
21841         internal encoding (e.g. tibetan zero is not whitespace).
21842         (global-whitespace-mode): Prefer save-current-buffer.
21843         (whitespace-trailing-regexp): Remove useless save-match-data.
21844         (whitespace-empty-at-bob-regexp): Minor simplification.
21846 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
21848         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
21850 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
21852         * textmodes/ispell.el (ispell-add-per-file-word-list):
21853         Use `concat' to create string for insertion.
21855 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21857         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
21858         Avoid open-line which runs post-self-insert-hook.
21859         (bibtex-fill-entry): Remove unused `end' var.
21861 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
21863         * textmodes/ispell.el (ispell-add-per-file-word-list):
21864         Protect against `nil' value of `comment-start' (Bug#8579).
21866 2011-05-03  Leo Liu  <sdl.web@gmail.com>
21868         * isearch.el (isearch-yank-pop): New command.
21869         (isearch-mode-map): Bind it to `M-y'.
21870         (isearch-forward): Mention it.
21872 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21874         * simple.el (minibuffer-complete-shell-command): Remove.
21875         (minibuffer-local-shell-command-map): Use completion-at-point.
21876         (read-shell-command): Setup completion vars here instead.
21877         (read-expression-map): Bind TAB to symbol completion.
21879         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
21880         error directly rather via storing it into `results'.
21882 2011-05-02  Leo Liu  <sdl.web@gmail.com>
21884         * vc/diff.el: Fix description.
21886 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21888         * server.el (server-eval-at): New function.
21890 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21892         * net/network-stream.el (open-network-stream): Take a :nowait
21893         parameter and pass it on to `make-network-process'.
21894         (network-stream-open-plain): Ditto.
21896 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
21898         * faces.el (face-spec-set-match-display): Don't match toolkit
21899         options on terminal frames.
21901 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
21903         * progmodes/pascal.el: Use lexical binding.
21904         (pascal-mode-map): Remove author preferences.
21906         * pcomplete.el (pcomplete-std-complete): Don't abuse
21907         completion-at-point.
21909 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
21911         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
21912         removing code that has been dead since 1991 or so.
21914         * startup.el (command-line): When warning about "_emacs", use a
21915         delayed warning to allow the user to filter it out.
21917 2011-04-28  Deniz Dogan  <deniz@dogan.se>
21919         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
21920         user has not joined.
21922 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21924         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
21925         aren't any completions at point.
21927 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
21929         * subr.el (display-delayed-warnings): New function.
21930         (delayed-warnings-hook): New variable.
21932 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21934         * minibuffer.el (completion-at-point, completion-help-at-point):
21935         Don't presume that a given completion-at-point-function will always
21936         use the same calling convention.
21938         * pcomplete.el (pcomplete-completions-at-point):
21939         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
21940         pcomplete-seen is non-nil.
21941         (pcomplete-comint-setup): Also recognize the new comint/shell
21942         completion functions.
21943         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
21944         pcomplete-seen is non-nil.
21946 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
21948         * calendar/icalendar.el (diary-lib): Add require statement.
21949         (icalendar--create-uid): Read out a uid from a text-property on
21950         the first character in the entry.  This allows for code to add its
21951         own uid to the entry.
21952         (icalendar--convert-float-to-ical): Add export of
21953         `diary-float'-entries save for those with the optional DAY
21954         argument.
21956 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
21958         * subr.el (shell-quote-argument): Use alternate escaping strategy
21959         when we spot a variable reference in a string.
21961 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
21963         * cus-start.el (all): Define customization for debug-on-event.
21965 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
21967         * subr.el (shell-quote-argument): Escape correctly under Windows.
21969 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21971         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
21973 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
21975         * net/tramp.el (tramp-process-actions): Add POS argument.
21976         Delete region between POS and (pos).
21978         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
21979         Use `nil' position in `tramp-process-actions' call.
21980         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
21982         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
21983         position in `tramp-process-actions' call.
21985         * net/trampver.el: Update release number.
21987 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21989         * custom.el (defcustom): Obey lexical-binding.
21991         Fix octave-inf completion problems reported by Alexander Klimov.
21992         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
21993         Inherit from octave-mode-syntax-table.
21994         (inferior-octave-mode): Set info-lookup-mode.
21995         (inferior-octave-completion-at-point): New function.
21996         (inferior-octave-complete): Use it and completion-in-region.
21997         (inferior-octave-dynamic-complete-functions): Use it as well, and use
21998         comint-filename-completion.
21999         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22000         symbol elements which shouldn't be word elements.
22001         (octave-font-lock-keywords, octave-beginning-of-defun)
22002         (octave-function-header-regexp): Adjust regexps accordingly.
22003         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22005 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
22007         * net/gnutls.el (gnutls-errorp): Declare before first use.
22009 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
22011         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22012         verify-error, and verify-hostname-error parameters.  Check whether
22013         default trustfile exists before going to use it.  Add missing
22014         argument to gnutls-message-maybe call.  Return value.
22015         Reported by Claudio Bley <claudio.bley@gmail.com>.
22016         (open-gnutls-stream): Add usage example.
22018         * net/network-stream.el (network-stream-open-starttls): Give host
22019         parameter to `gnutls-negotiate'.
22020         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22021         * subr.el (shell-quote-argument): Escape correctly under Windows.
22023 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
22025         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22026         Use correct match group (bug#8438).
22028 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
22030         * emacs-lisp/package.el (package-built-in-p): Fix typo.
22031         (package-menu--generate): New arg specifying packages to show.
22032         (package-menu-refresh, package-menu-execute, list-packages):
22033         Callers changed.
22034         (package-show-package-list): New function, replacing deleted
22035         package--list-packages (renamed because it is non-internal).
22037         * finder.el (finder-list-matches): Use package-show-package-list
22038         instead of deleted package--list-packages.
22040         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22041         Based on a previous implementation by Juanma Barranquero (Bug#8366).
22042         (vc-annotate-mode-map): Bind it to RET.
22044 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
22046         * progmodes/etags.el (next-file): Don't use set-buffer to change
22047         buffers (Bug#8478).
22049 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
22051         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22053         * apropos.el (apropos-label-face): Avoid variable-pitch face.
22054         (apropos-accumulator): Doc fix.
22055         (apropos-function, apropos-macro, apropos-command)
22056         (apropos-variable, apropos-face, apropos-group, apropos-widget)
22057         (apropos-plist): Add face property.
22058         (apropos-symbols-internal): Fix indentation.
22059         (apropos-print): Simplify help, and recognize apropos-multi-type.
22060         (apropos-print-doc): Use button-type-get to extract the button's
22061         face property.  Fill docstring (Bug#8352).
22063 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
22065         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22067         * play/mpuz.el (mpuz-silent): Doc fix.
22068         (mpuz-mode-map): Use mapc.
22069         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22070         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22071         Fix typos in docstrings.
22073         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22074         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22076         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22078 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
22080         * minibuffer.el (completion--do-completion): Avoid the "Next char
22081         not unique" prompt if icomplete-mode is enabled (Bug#5849).
22083         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22084         mouse-2 into unread-command-events, it is interpreted correctly.
22086         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22087         (image-toggle-display): Doc fix.
22089 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
22091         * textmodes/page.el (what-page): Use line-number-at-pos to
22092         calculate line number (Bug#6825).
22094 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
22096         * eshell/esh-mode.el (find-tag-interactive): Declare function.
22097         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22098         Pass argument NO-DEFAULT to `find-tag-interactive'.
22100 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
22102         Lexical-binding cleanup.
22104         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22105         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22106         * progmodes/ada-prj.el (ada-prj-initialize-values)
22107         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22108         (ada-prj-show-value):
22109         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22110         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22111         (antlr-invalidate-context-cache, antlr-options-menu-filter)
22112         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22113         * progmodes/bug-reference.el (bug-reference-push-button):
22114         * progmodes/fortran.el (fortran-line-length):
22115         * progmodes/glasses.el (glasses-change):
22116         * progmodes/octave-mod.el (octave-fill-paragraph):
22117         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22118         (python-pdbtrack-grub-for-buffer, python-sentinel):
22119         * progmodes/sql.el (sql-save-connection):
22120         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22121         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22122         Mark unused parameters.
22124         * progmodes/compile.el (compilation--flush-directory-cache)
22125         (compilation--flush-parse, compile-internal): Mark unused parameters.
22126         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22127         (compilation-next-error-function): Remove unused variable `timestamp'.
22129         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22130         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22132         * progmodes/dcl-mode.el (dcl-end-of-command):
22133         Remove unused variable `start'.
22134         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22135         (dcl-option-value-basic, dcl-option-value-offset)
22136         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22137         Mark unused parameters.
22138         (dcl-save-local-variable): Remove unused variable `val'.
22139         (mode): Declare.
22141         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22142         Mark unused parameters.
22143         (delphi-ignore-changes): Move before first use.
22144         (delphi-charset-token-at): Remove unused variable `start'.
22145         (delphi-else-start): Remove unused variable `if-count'.
22146         (delphi-comment-block-start, delphi-comment-block-end):
22147         Remove unused variable `kind'.
22148         (delphi-indent-line): Remove unused variable `new-point'.
22150         * progmodes/ebrowse.el (ebrowse-files-list)
22151         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22152         Mark unused parameters.  Don't quote `lambda'.
22153         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22154         Don't quote `lambda'.
22155         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22156         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22157         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22158         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22159         Use `ignore-errors'.
22160         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22161         (ebrowse-view/find-file-and-search-pattern)
22162         (ebrowse-view/find-member-declaration/definition):
22163         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22164         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22165         Rename parameter PREFIX-ARG to PREFIX.
22166         (ebrowse-tags-read-name): Remove unused variables `start' and
22167         `member-info'.
22168         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22169         to `tags-file'.
22171         * progmodes/etags.el (local-find-tag-hook): Declare.
22172         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22173         Mark unused parameters.
22175         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22176         (executable-interpret): Mark unused parameter.
22178         * progmodes/flymake.el (flymake-process-sentinel)
22179         (flymake-after-change-function)
22180         (flymake-create-temp-with-folder-structure)
22181         (flymake-get-include-dirs-dot): Mark unused parameters.
22182         (flymake-safe-delete-directory): Remove unused variable `err'.
22184         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22185         (speedbar-timer-fn, speedbar-line-text)
22186         (speedbar-change-expand-button-char, speedbar-delete-subblock)
22187         (speedbar-center-buffer-smartly): Declare functions.
22188         (gdb-find-watch-expression): Remove unused variable `array'.
22189         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22190         (gdb-starting): Mark unused parameters.
22191         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22192         (gdb-table-string): Remove unused variable `res'.
22193         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22194         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22195         (gdb-display-buffer): Remove unused variable `cur-size'.
22197         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22198         allow lexical-binding compilation.
22199         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22200         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22201         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22202         Mark unused parameters.
22203         (gud-gdb-marker-filter): Remove unused variable `match'.
22204         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22205         lambda expressions and funcall them, instead of using `fset'.
22207         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22208         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22210         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22211         variable `header-beg'; use `let'.
22213         * progmodes/icon.el (indent-icon-exp): Remove unused variables
22214         `restart', `last-sexp' and `at-do'.
22216         * progmodes/js.el (js--debug): Mark unused parameter.
22217         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22218         (js--splice-into-items): Remove unused variable `item'.
22219         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22221         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22222         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22223         (makefile-complete): Remove unused variable `try'.
22224         (makefile-fill-paragraph, makefile-match-function-end):
22225         Mark unused parameters.
22227         * progmodes/octave-inf.el (inferior-octave-complete):
22228         Remove unused variable `proc'.
22229         (inferior-octave-output-digest): Mark unused parameter.
22231         * progmodes/perl-mode.el (perl-calculate-indent):
22232         Remove unused variable `err'.
22234         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22235         (prolog-indent-line): Mark unused parameters.
22236         (prolog-indent-line): Remove unused variable `beg'.
22238         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22239         (reporter-dont-compact-list): Declare.
22241         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22242         Remove unused variable `char'.
22243         (sh-debug): Mark unused parameter.
22244         (sh-get-indent-info): Remove unused variable `start'.
22245         (sh-calculate-indent): Remove unused variable `var'.
22247         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22248         (simula-electric-keyword): Remove unused variable `null'.
22249         (simula-search-backward, simula-search-forward): Remove unused
22250         variables `begin' and `end'.
22252         * progmodes/vera-mode.el (vera-guess-basic-syntax):
22253         Remove unused variable `pos'.
22254         (vera-electric-tab, vera-comment-uncomment-region):
22255         Mark unused parameters.
22256         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22258 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
22260         * emacs-lisp/package.el (package--builtins, package-alist)
22261         (package-load-descriptor, package-built-in-p, package-activate)
22262         (define-package, package-installed-p)
22263         (package-compute-transaction, package-buffer-info)
22264         (package--push): Doc fix.  Distinguish more clearly between
22265         version strings and version lists.
22267 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
22269         Lexical-binding cleanup.
22271         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22272         (5x5-make-mutate-best):
22273         * play/fortune.el (fortune-in-buffer):
22274         * play/gomoku.el (gomoku-init-display):
22275         * play/solitaire.el (solitaire, solitaire-do-check):
22276         * play/tetris.el (tetris-default-update-speed-function):
22277         Mark unused parameters.
22279         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22280         (bubbles--shift): Remove unused variable `char-org'.
22281         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
22282         (bubbles--show-images): Remove unused variable `char'.
22284         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22285         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22286         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22287         (decipher-analyze-buffer): Use ?\s.
22288         (decipher-make-checkpoint): Remove unused variable `mapping'.
22290         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22292         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22293         Remove unused variable `result'; use `let'.
22295         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22296         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22297         (gametree-children-shown-p, gametree-compute-reduced-score):
22298         Use `ignore-errors'.
22300         * play/handwrite.el (ps-lpr-switches): Declare.
22301         (handwrite): Remove unused variables `pmin' and `lastp'.
22303         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22305         * play/landmark.el (landmark-init-display)
22306         (landmark-update-naught-weights): Mark unused parameters.
22307         (landmark-y): Remove unused variable `noise'.  Simplify.
22308         (landmark-human-plays): Remove unused variable `score'.
22310         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22311         (mpuz-try-proposal): Remove unused variable `game'.
22313         * play/zone.el (life-patterns): Declare.
22315 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
22317         * vc/vc.el (ediff-vc-internal): Declare function.
22319 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22321         * shell.el: Use lexical-binding and std completion UI.
22322         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22323         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22324         comint-preoutput-filter-functions rather than on
22325         comint-output-filter-functions.
22326         (shell-command-completion, shell--command-completion-data)
22327         (shell-filename-completion, shell-environment-variable-completion)
22328         (shell-c-a-p-replace-by-expanded-directory): New functions.
22329         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22330         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22331         (shell-dynamic-complete-environment-variable): Use them.
22332         (shell-dynamic-complete-as-environment-variable)
22333         (shell-dynamic-complete-as-command): Remove.
22334         (shell-match-partial-variable): Match past point.
22335         * comint.el: Clean up use of completion-at-point-functions.
22336         (comint-completion-at-point): New function.
22337         (comint-mode): Use it completion-at-point-functions.
22338         (comint-dynamic-complete): Make it obsolete.
22339         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22340         (comint-c-a-p-replace-by-expanded-history): New function.
22341         (comint-dynamic-complete-functions)
22342         (comint-replace-by-expanded-history): Use it.
22343         * minibuffer.el (completion-table-with-terminator): Allow dynamic
22344         termination strings.  Try harder to avoid second try-completion.
22345         (completion-in-region-mode-map): Disable bindings that don't work yet.
22347         * comint.el: Use lexical-binding.  Require CL.
22348         (comint-dynamic-complete-functions): Use comint-filename-completion.
22349         (comint-completion-addsuffix): Tweak custom type.
22350         (comint-filename-completion, comint--common-suffix)
22351         (comint--common-quoted-suffix, comint--table-subvert)
22352         (comint--complete-file-name-data): New functions.
22353         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22354         (comint-dynamic-list-filename-completions): Use them.
22355         (comint-dynamic-simple-complete): Make obsolete.
22357         * minibuffer.el (completion-in-region-mode):
22358         Keep completion-in-region-mode--predicate global.
22359         (completion-in-region--postch):
22360         Assume completion-in-region-mode--predicate is not null.
22362         * progmodes/flymake.el (flymake-start-syntax-check-process):
22363         Obey `dir'.  Simplify.
22365         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22366         we're in VC after all.
22368 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
22370         * vc/vc.el (vc-diff-build-argument-list-internal)
22371         (vc-version-ediff, vc-ediff): New commands.
22372         (vc-version-diff): Use vc-diff-build-argument-list-internal.
22374 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22376         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22377         add sanity check.
22379         * obsolete/erc-hecomplete.el: Make obsolete.
22380         * obsolete/: Standardize obsolescence info in the header.
22382 2011-04-20  Glenn Morris  <rgm@gnu.org>
22384         * calendar/solar.el (solar-horizontal-coordinates):
22385         Use the longitude argument rather than `calendar-longitude'.
22386         (solar-date-next-longitude): Remove unused locals.
22388 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22390         * whitespace.el: New version 13.2.1.
22392 2011-04-20  felix  <EmacsWiki>  (tiny change)
22394         * whitespace.el (global-whitespace-mode): Keep highlight when
22395         switching between major modes on a file.
22397 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22399         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22400         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22401         multi-line comments as well.
22403 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
22405         Lexical-binding cleanup.
22407         * arc-mode.el (archive-mode-revert):
22408         * cmuscheme.el (scheme-interactively-start-process):
22409         * custom.el (custom-initialize-delay):
22410         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22411         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22412         * emacs-lock.el (emacs-lock-clear-sentinel):
22413         * ezimage.el (defezimage):
22414         * follow.el (follow-avoid-tail-recenter):
22415         * fringe.el (set-fringe-mode-1):
22416         * generic-x.el (bat-generic-mode-compile):
22417         * help-mode.el (help-info-variable, help-do-xref)
22418         (help-mode-revert-buffer):
22419         * help.el (view-emacs-todo):
22420         * iswitchb.el (iswitchb-completion-help):
22421         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22422         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22423         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22424         * locate.el (locate-update):
22425         * longlines.el (longlines-encode-region)
22426         (longlines-after-change-function):
22427         * outline.el (outline-isearch-open-invisible):
22428         * ps-def.el (declare-function, charset-dimension, char-width)
22429         (encode-char):
22430         * ps-mule.el (ps-mule-plot-string):
22431         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22432         (recentf-edit-list-select, recentf-edit-list-validate)
22433         (recentf-open-files-action):
22434         * rect.el (delete-whitespace-rectangle-line)
22435         (rectangle-number-line-callback):
22436         * register.el (window-configuration-to-register)
22437         (frame-configuration-to-register):
22438         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22439         * select.el (xselect-convert-to-string, xselect-convert-to-length)
22440         (xselect-convert-to-targets, xselect-convert-to-delete)
22441         (xselect-convert-to-filename, xselect-convert-to-charpos)
22442         (xselect-convert-to-lineno, xselect-convert-to-colno)
22443         (xselect-convert-to-os, xselect-convert-to-host)
22444         (xselect-convert-to-user, xselect-convert-to-class)
22445         (xselect-convert-to-name, xselect-convert-to-integer)
22446         (xselect-convert-to-atom, xselect-convert-to-identity):
22447         * subr.el (declare, ignore, process-kill-without-query)
22448         (text-clone-maintain):
22449         * terminal.el (te-get-char, te-tic-sentinel):
22450         * tool-bar.el (tool-bar-make-keymap):
22451         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22452         * type-break.el (type-break-mode, type-break-noninteractive-query):
22453         * view.el (View-back-to-mark):
22454         * wid-browse.el (widget-browse-action, widget-browse-widget)
22455         (widget-browse-widgets, widget-browse-sexp):
22456         * widget.el (define-widget-keywords):
22457         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22458         Mark unused parameters.
22460         * align.el (align-adjust-col-for-rule): Mark unused parameter.
22461         (align-areas): Remove unused variable `look'.
22462         (align-region): Remove unused variables `real-end' and `pos-list'.
22464         * apropos.el (apropos-score-doc): Remove unused variable `i'.
22466         * bindings.el (mode-line-modified, mode-line-remote):
22467         Mark unused parameters.
22468         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22470         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22471         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22473         * comint.el (comint-history-isearch-pop-state)
22474         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22475         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22476         (comint-substitute-in-file-name): Doc fix.
22478         * completion.el (cmpl-statistics-block): Mark unused parameter.
22479         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22480         (save-completions-to-file, load-completions-from-file):
22481         Remove unused local variable `e'.
22483         * composite.el (compose-chars): Remove unused variable `len'.
22484         (lgstring-insert-glyph): Remove unused variable `g'.
22485         (compose-glyph-string): Remove unused variables `ascent',
22486         `descent', `lbearing' and `rbearing'.
22487         (compose-glyph-string-relative): Remove unused variables
22488         `lbearing', `rbearing' and `wadjust'.
22489         (compose-gstring-for-graphic): Remove unused variables `header',
22490         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
22491         (compose-gstring-for-terminal): Remove unused variables `header'
22492         and `nchars'.  Use `let', not `let*'.
22494         * cus-edit.el (Custom-set, Custom-save, custom-reset)
22495         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22496         (Custom-buffer-done, custom-buffer-create-internal)
22497         (custom-browse-visibility-action, custom-browse-group-tag-action)
22498         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22499         (widget-magic-mouse-down-action, custom-toggle-parent)
22500         (custom-add-parent-links, custom-toggle-hide-variable)
22501         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22502         (custom-toggle-hide-face, face, hook, custom-group-link-action)
22503         (custom-face-menu-create, custom-variable-menu-create, get)
22504         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22505         (custom-reset-standard-save-and-update): Remove unused variable `value'.
22506         (customize-apropos): Remove unused variable `tests'.
22507         (custom-group-value-create): Remove unused variable `hidden-p'.
22508         (sort-fold-case): Declare.
22510         * cus-theme.el (custom-reset-standard-faces-list)
22511         (custom-reset-standard-variables-list): Declare.
22512         (customize-create-theme, custom-theme-revert, custom-theme-write)
22513         (custom-theme-choose-mode, customize-themes, custom-theme-save):
22514         Mark unused parameters.
22516         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22518         * delim-col.el (delimit-columns-max): Move defvar before first use.
22520         * descr-text.el (describe-char-categories): Don't quote `lambda'.
22521         (describe-char): Don't quote `lambda'.  Mark unused parameter.
22523         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22524         (auto-insert): Declare.
22525         (desktop-restore-file-buffer): Rename desktop-* parameters;
22526         mark unused ones.
22527         (desktop-create-buffer): Rename desktop-* parameters and bind them.
22528         (desktop-buffer): Rename desktop-* parameters.
22530         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22531         (dframe-reposition-frame-xemacs, dframe-help-echo)
22532         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22533         Mark unused parameters.
22535         * dired-aux.el (backup-extract-version-start, overwrite-query)
22536         (overwrite-backup-query, rename-regexp-query)
22537         (rename-non-directory-query): Declare.
22538         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22539         (dired-add-entry): Remove unused variable `orig-file-name'.
22540         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22541         Use parameter PRESERVE-TIME instead of accessing dynamic variable
22542         `dired-copy-preserve-time' directly.
22543         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22544         (dired-insert-subdir-newpos): Rename unused variable `pos'.
22546         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22547         (dired-virtual-revert, dired-make-relative-symlink):
22548         Mark unused parameters.
22549         (manual-program): Declare.
22550         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22551         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22552         wrapped in `with-no-warnings' to avoid replacing one warning by another.
22554         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22556         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22558         * echistory.el (electric-history-in-progress, Helper-return-blurb):
22559         Declare.
22561         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22563         * electric.el (Electric-command-loop): Rename parameter
22564         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22566         * expand.el (expand-in-literal): Remove unused variable `here'.
22568         * facemenu.el (facemenu-add-new-color):
22569         Remove unused variable `docstring'.
22571         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22572         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22573         (face-attr-construct): Mark unused parameter.  Doc fix.
22574         (read-color): Remove unused variable `hex-string'.
22576         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22577         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22578         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22579         (display-buffer-other-frame): Remove unused variable `old-window'.
22580         (kill-buffer-hook): Declare.
22581         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22582         Mark unused parameters.
22583         (after-find-file): Pass 1 to `auto-save-mode', not t.
22585         * files-x.el (auto-insert): Declare.
22586         (modify-file-local-variable-prop-line): Remove unused variable `val'.
22588         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22589         variable `buf'.  Mark unused parameter.
22590         (find-lisp-insert-directory): Mark unused parameter.
22592         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22593         (format-encode-region): Remove unused variables `cur-buf' and `result'.
22594         (format-common-tail): Remove, unused.
22595         (format-deannotate-region): Remove unused variable `loc'.
22596         (format-annotate-region): Remove unused variable `p'.
22597         (format-annotate-single-property-change): Remove unused variables
22598         `default' and `tail'.
22600         * forms.el (read-file-filter): Declare.
22601         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22603         * frame.el (frame-creation-function-alist): Mark unused parameter.
22604         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22606         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22607         Remove unused parameters.
22608         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22609         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22611         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22612         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22613         (hfy-prepare-tag-map): Mark unused parameters.
22614         (htmlfontify-buffer): Use `called-interactively-p'.
22616         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22617         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22618         (ibuffer-do-occur): Mark unused parameters.
22619         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22620         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22622         * ibuffer.el: Don't quote `lambda'.
22623         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
22624         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
22625         Mark unused parameters.
22627         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
22628         (ido-completing-read): Mark unused parameters.
22629         (ido-copy-current-word): Mark unused parameters;
22630         remove unused variable `name'.
22631         (ido-sort-merged-list): Remove unused parameter `dirs'.
22633         * ielm.el (ielm-input-sender): Mark unused parameter.
22634         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
22635         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
22636         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
22637         `ielm-string' as a dynamic variable accessible from the IELM prompt.
22638         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
22640         * image-dired.el (image-dired-display-thumbs): Remove unused
22641         variables `curr-file' and `count'.
22642         (image-dired-remove-tag): Remove unused variable `start'.
22643         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
22644         variable `curr-file'
22645         (image-dired-rotate-original): Remove unused variable `temp-file'.
22646         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
22647         Remove unused variable `file'.
22648         (image-dired-gallery-generate): Remove unused variable `curr'.
22649         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
22651         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
22653         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
22655         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
22657         * isearch.el (minibuffer-history-symbol): Declare.
22658         (isearch-edit-string): Remove unused variable `err'.
22659         (isearch-message-prefix, isearch-message-suffix):
22660         Mark unused parameters.
22662         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
22664         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
22666         * makesum.el (double-column): Remove unused variable `cnt'.
22668         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
22669         (ido-ignore-item-temp-list): Declare.
22671         * mouse-drag.el (mouse-drag-throw): Remove unused variables
22672         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
22673         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
22674         (mouse-drag-drag): Remove unused variables `mouse-delta' and
22675         `mouse-col-delta'.
22677         * mouse-sel.el (mouse-extend-internal):
22678         Remove unused variable `orig-window-frame'.
22680         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
22681         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
22682         Move declarations before first use.
22683         (pcomplete-opt): Mark unused parameters; doc fix.
22685         * proced.el (proced-revert): Mark unused parameter.
22686         (proced-send-signal): Remove unused variable `err'.
22688         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
22689         Rename parameter PREFIX-ARG to ARG.
22690         (ps-basic-plot-string, ps-basic-plot-whitespace):
22691         Mark unused parameters.
22693         * replace.el (replace-count): Define.
22694         (occur-revert-function): Mark unused parameters.
22695         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
22696         (isearch-case-fold-search, isearch-string): Declare.
22697         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
22698         bind `case-fold-search'.  Remove unused variables `beg' and `end',
22699         and simplify.
22700         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
22701         COUNT and bind `replace-count'.
22702         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
22703         to COUNT.
22705         * savehist.el (print-readably, print-string-length): Declare.
22707         * shadowfile.el (shadow-expand-cluster-in-file-name):
22708         Remove unused variable `cluster'.
22709         (shadow-copy-file): Remove unused variable `i'.
22710         (shadow-noquery, shadow-clusters, shadow-site-cluster)
22711         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
22712         (shadow-define-literal-group, shadow-define-regexp-group)
22713         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
22715         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
22716         (shell): Use `called-interactively-p'.
22717         (shell-directory-tracker): Remove unused variable `chdir-failure'.
22719         * simple.el (compilation-context-lines, comint-file-name-quote-list)
22720         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
22721         (delete-backward-char): Remove unused variable `ocol'.
22722         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
22723         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
22724         (event-apply-hyper-modifier, event-apply-shift-modifier)
22725         (event-apply-control-modifier, event-apply-meta-modifier):
22726         Mark unused parameters.
22727         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
22728         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
22730         * speedbar.el (speedbar-ignored-directory-expressions)
22731         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
22732         (speedbar-find-file, speedbar-dir-follow)
22733         (speedbar-directory-buttons-follow, speedbar-tag-find)
22734         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
22735         (speedbar-buffers-line-directory, speedbar-buffer-click):
22736         Mark unused parameters.
22737         (speedbar-tag-file): Remove unused variable `mode'.
22738         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
22740         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
22742         * talk.el (talk): Remove unused variable `display'.
22744         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
22745         (tar-write-region-annotate): Mark unused parameter.
22747         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
22748         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
22749         Declare them, wrapped in `with-no-warnings' to avoid replacing one
22750         warning by another.
22752         * time-stamp.el (time-stamp-string-preprocess):
22753         Remove unused variable `require-padding'.
22755         * tree-widget.el (widget-glyph-enable): Declare.
22756         (tree-widget-action): Mark unused parameter.
22758         * w32-fns.el (x-get-selection): Mark unused parameter.
22759         (autoload-make-program, generated-autoload-file): Declare.
22761         * wdired.el (wdired-revert): Mark unused parameters.
22762         (wdired-xcase-word): Remove unused variable `err'.
22764         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
22765         (whitespace-help-scroll): Remove unused variable `data-help'.
22767         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
22768         (widget-image-insert, widget-after-change, default)
22769         (widget-default-format-handler, widget-default-notify)
22770         (widget-default-prompt-value, widget-info-link-action)
22771         (widget-url-link-action, widget-function-link-action)
22772         (widget-variable-link-action, widget-file-link-action)
22773         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
22774         (widget-field-prompt-internal, widget-field-action, widget-field-match)
22775         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
22776         (widget-insert-button-action, widget-delete-button-action, visibility)
22777         (widget-documentation-link-action, widget-documentation-string-action)
22778         (widget-const-prompt-value, widget-regexp-match, symbol)
22779         (widget-coding-system-prompt-value)
22780         (widget-key-sequence-value-to-external, sexp)
22781         (widget-sexp-value-to-internal, character, vector, cons)
22782         (widget-choice-prompt-value, widget-boolean-prompt-value)
22783         (widget-color--choose-action): Mark unused parameters.
22784         (widget-item-match-inline, widget-choice-match-inline)
22785         (widget-checklist-match, widget-checklist-match-inline)
22786         (widget-group-match): Rename parameter VALUES to VALS.
22787         (widget-field-value-set): Remove unused variable `size'.
22788         (widget-color-action): Remove unused variables `value' and `start'.
22790         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
22791         variable `dir'.  Doc fix.
22792         (windmove-find-other-window): Don't pass it.
22794         * window.el (count-windows): Mark unused parameter.
22795         (bw-adjust-window): Remove unused variable `err'.
22797         * woman.el (woman-file-name): Remove unused variable `default'.
22798         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
22799         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
22800         (global-font-lock-mode): Declare.
22801         (woman-decode-region): Mark unused parameter.
22802         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
22804         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
22805         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
22806         (x-dnd-handle-moz-url): Remove unused variable `title'.
22807         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
22809         * xml.el (xml-parse-tag, xml-parse-attlist):
22810         Remove unused variable `pos'.
22812 2011-04-19  Glenn Morris  <rgm@gnu.org>
22814         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
22815         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
22816         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22817         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
22818         * calendar/cal-html.el (cal-html-insert-minical):
22819         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
22820         (calendar-mark-date-pattern):
22821         Prefix "unused" locals.
22823         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
22824         optional argument `style'.
22826         * calendar/appt.el (appt-make-list):
22827         * calendar/cal-china.el (calendar-chinese-date-string):
22828         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
22829         (diary-hebrew-yahrzeit):
22830         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
22831         * calendar/calendar.el (calendar-generate-window):
22832         * calendar/time-date.el (time-to-days):
22833         Remove unused local variables.
22835 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
22837         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
22838         glyphless-char-display table.
22839         (tabulated-list-glyphless-char-display): New var.
22841 2011-04-18  Sam Steingold  <sds@gnu.org>
22843         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
22844         to acknowledgments.
22846 2011-04-17  Glenn Morris  <rgm@gnu.org>
22848         * calendar/diary-lib.el (diary-sexp-entry):
22849         * calendar/holidays.el (holiday-sexp):
22850         Set debug-on-error rather than the removed stack-trace-on-error.
22852 2011-04-16  Glenn Morris  <rgm@gnu.org>
22854         * progmodes/f90.el: Use lexical-binding.
22855         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
22857 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22859         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
22860         (mail-mode): Setup mailalias completion here instead.
22861         * mail/mailalias.el: Use lexical-binding.
22862         (pattern, mailalias-done): Declare dynamic.
22863         (mail-completion-at-point-function): New function, from mail-complete.
22864         (mail-complete): Use it.
22865         (mail-completion-expand): New function.
22866         (mail-get-names): Use it.
22867         (mail-directory, mail-directory-process, mail-directory-stream):
22868         Don't use `pattern' for lexically bound arg.
22870         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
22872         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
22873         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
22874         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
22876         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
22877         (byte-save-window-excursion, byte-temp-output-buffer-setup)
22878         (byte-interactive-p): Define them again, for use when inlining
22879         old code.
22881 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
22883         * loadup.el: Use `string-to-number', not `string-to-int'.
22885 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
22887         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
22888         gud-gdb-complete-command.
22889         (gud-gdb-completions): New function, from gud-gdb-complete-command.
22890         (gud-gdb-completion-at-point): New function.
22891         (gud-gdb-completions): Remove.
22893 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
22895         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
22896         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
22897         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
22898         whether `executable-find' is bound.
22900         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
22902 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22904         * minibuffer.el (completion-in-region-mode-predicate)
22905         (completion-in-region-mode--predicate): New vars.
22906         (completion-in-region, completion-in-region--postch)
22907         (completion-in-region-mode): Use them.
22908         (completion--capf-wrapper): Also return the hook function.
22909         (completion-at-point, completion-help-at-point):
22910         Adjust and provide a predicate.
22912         Preserve arg names for advice of subr and lexical functions (bug#8457).
22913         * help-fns.el (help-function-arglist): Consolidate the subr and
22914         new-byte-code cases.  Add argument `preserve-names' to extract names
22915         from the docstring when needed.
22916         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
22917         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
22918         (ad-arglist): Use help-function-arglist's new arg.
22919         (ad-definition-type): Use cond.
22921 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
22923         * autorevert.el (auto-revert-handler):
22924         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
22925         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
22926         Don't quote lambda.
22928         * image-mode.el (image-transform-set-scale):
22929         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
22931 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22933         * net/network-stream.el (network-stream-open-starttls): Only do
22934         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
22935         Upgrades via gnutls-cli are too slow to be done opportunistically.
22937 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
22939         * dframe.el (dframe-current-frame): Remove spurious quote.
22941 2011-04-12  Glenn Morris  <rgm@gnu.org>
22943         * calendar/cal-tex.el (cal-tex-end-document):
22944         Try to automatically use latin1 input if needed.
22946         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
22947         Don't try to cons a mark onto an empty element.
22949 2011-04-11  Leo Liu  <sdl.web@gmail.com>
22951         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
22952         buffers.
22953         (ido-kill-buffer-at-head): Support killing virtual buffers.
22955 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
22957         * minibuffer.el (completion-show-inline-help): New var.
22958         (completion--do-completion, minibuffer-complete)
22959         (minibuffer-force-complete, minibuffer-complete-word):
22960         Inhibit minibuffer messages if completion-show-inline-help is nil.
22962         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
22963         to avoid interference from inline help (Bug#5849).
22965 2011-04-10  Leo Liu  <sdl.web@gmail.com>
22967         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22968         Fix typo.
22970 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
22972         * image-mode.el (image-toggle-display-image): Signal an error if
22973         not in Image mode.
22974         (image-transform-mode, image-transform-resize)
22975         (image-transform-set-rotation): Doc fix.
22976         (image-transform-set-resize): Delete.
22977         (image-transform-set-scale, image-transform-fit-to-height)
22978         (image-transform-fit-to-width): Handle image-toggle-display-image
22979         and image-transform-resize directly.
22981 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
22983         * doc-view.el (doc-view-fit-width-to-window)
22984         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
22985         New functions for fitting the shown image to the Emacs window size.
22986         (doc-view-mode-map): Add bindings for the new functions.
22988 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
22990         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
22991         Fix typo in docstring.
22993 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
22995         * files.el (file-size-human-readable): Produce one digit after
22996         decimal, like "ls -lh" does.
22998         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
22999         the file size representation.
23001         * simple.el (list-processes): If async subprocesses are not
23002         available, error out with a clear error message.
23004 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
23006         * help.el (help-form-show): New function, to be called from C.
23007         Put help-form output in a buffer named differently than *Help*.
23009 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
23011         * files.el (file-size-human-readable): New function.
23013         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23014         computing the representation inline.  Don't require `cl'.
23016 2011-04-08  Glenn Morris  <rgm@gnu.org>
23018         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23020         * net/browse-url.el (browse-url-firefox):
23021         Test system-type, not system-configuration.
23023         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23024         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23025         Use log-edit-empty-buffer-p.  (Bug#7598)
23027         * net/rlogin.el (rlogin-process-connection-type): Simplify.
23028         (rlogin-mode-map): Initialize in the defvar.
23029         (rlogin): Use ignore-errors.
23031         * replace.el (occur-mode-map): Some fixes for menu items.
23033 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
23035         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
23037 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
23039         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23040         issuing unused warnings.
23042         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23043         macro directly.
23045         * simple.el: Lisp reimplement of list-processes.  Based on an
23046         earlier reimplementation by Leo Liu, but using tabulated-list.el.
23047         (process-menu-mode): New major mode.
23048         (list-processes--refresh, list-processes):
23049         (process-menu-visit-buffer): New functions.
23051         * files.el (save-buffers-kill-emacs): Don't assume any return
23052         value of list-processes, which is undocumented anyway.
23054 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
23056         * emacs-lisp/tabulated-list.el: New file.
23058         * emacs-lisp/package.el: Use Tabulated List mode.
23059         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23060         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
23061         table format using Tabulated List mode variables.
23062         (package--push): New macro, replacing package-list-maybe-add.
23063         (package-menu--generate): Use package--push.  Renamed from
23064         package--generate-package-list.
23065         (package-menu-refresh, list-packages): Use it.
23066         (package-menu--print-info): Rename from package-print-package.
23067         Return insertion data instead of inserting it directly.
23068         (package-menu-describe-package, package-menu-execute):
23069         Use tabulated-list-get-id.
23070         (package-menu-mark-delete, package-menu-mark-install)
23071         (package-menu-mark-unmark, package-menu-backup-unmark)
23072         (package-menu-mark-obsolete-for-deletion):
23073         Use tabulated-list-put-tag.
23074         (package--list-packages, package-menu-revert)
23075         (package-menu-get-package, package-menu-get-version)
23076         (package-menu-sort-by-column): Functions deleted.
23077         (package-menu-package-list, package-menu-sort-key): Vars deleted.
23078         (package-menu--status-predicate, package-menu--version-predicate)
23079         (package-menu--name-predicate)
23080         (package-menu--description-predicate): Handle arguments in the
23081         Tabulated List format.
23082         (package-list-packages-no-fetch): Call list-packages.
23084 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
23086         * files.el (after-find-file-from-revert-buffer): Remove variable.
23087         (after-find-file): Don't bind it.
23088         (revert-buffer-in-progress-p): New variable.
23089         (revert-buffer): Bind it.
23090         Pass nil for `after-find-file-from-revert-buffer'.
23092         * saveplace.el (save-place-find-file-hook): Use new variable
23093         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23095 2011-04-06  Glenn Morris  <rgm@gnu.org>
23097         * Makefile.in (AUTOGEN_VCS): New variable.
23098         (autoloads): Use $AUTOGEN_VCS.
23100         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23101         * calendar/calendar.el (calendar-mode-map):
23102         Check for toolkit scroll bars.  (Bug#8305)
23104 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
23106         * minibuffer.el (completion-in-region--postch)
23107         (completion-in-region-mode): Remove unnecessary messages.
23109 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
23111         * font-lock.el (font-lock-refresh-defaults):
23112         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23113         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23115         * info.el (Info-directory-list, Info-read-node-name-2)
23116         (Info-split-parameter-string): Doc fixes.
23117         (Info-virtual-nodes): Reflow docstring.
23118         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23119         (Info-apropos-toc-nodes, info-finder, Info-get-token)
23120         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23121         Fix typos in docstrings.
23122         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23123         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23124         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23125         (Info-restore-desktop-buffer): Mark unused parameters.
23126         (Info-directory-find-file, Info-directory-find-node)
23127         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23128         (Info-virtual-index-find-node, Info-apropos-find-file)
23129         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23130         Mark unused parameters; fix typos in docstrings.
23131         (Info-virtual-index): Remove unused local variable `nodename'.
23133 2011-04-05  Deniz Dogan  <deniz@dogan.se>
23135         * net/rcirc.el: Update my e-mail address.
23136         (rcirc-mode-map): Remove M-o binding.
23138 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
23140         * startup.el (command-line): Save the cursor's theme-face
23141         directly, instead of using face-override-spec.
23143         * custom.el (load-theme): Minor optimization in assigning faces.
23145 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
23147         * help-fns.el (describe-variable): Complete all variables having
23148         documentation, including keywords.
23149         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23151 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
23153         Convert to lexical-binding.
23155         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23156         (bs--get-marked-string, bs--get-modified-string)
23157         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23158         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23159         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23161         * ehelp.el (electric-help-execute-extended)
23162         (electric-help-ctrl-x-prefix):
23163         * hexl.el (hexl-revert-buffer-function):
23164         * linum.el (linum-after-change, linum-after-scroll):
23165         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23167         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23169 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
23171         * epa-dired.el:
23172         * epa-mail.el:
23173         * epa-hook.el:
23174         * epa-file.el:
23175         * epa.el:
23176         * epg.el: Use lexical binding.
23178 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
23180         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23182         * textmodes/flyspell.el (flyspell-word): Recognize default
23183         dictionary case for flyspell-mark-duplications-exceptions.
23184         Use regexp matching for languages.
23185         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23186         default dictionary (Bug#7926).
23188 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
23190         * emacs-lisp/package.el (package--with-work-buffer):
23191         Recognize https URLs.
23193         * net/network-stream.el: Move from gnus/proto-stream.el.
23194         Change prefix to network-stream throughout.
23195         (open-protocol-stream): Merge into open-network-stream, leaving
23196         open-protocol-stream as an alias.  Handle nil BUFFER args.
23198         * subr.el (open-network-stream): Move to net/network-stream.el.
23200 2011-04-02  Glenn Morris  <rgm@gnu.org>
23202         * find-dired.el (find-exec-terminator): New option.
23203         (find-ls-option): Test for -ls support.
23204         (find-ls-subdir-switches): Test for -b in find-ls-option.
23205         (find-dired, find-grep-dired): Doc fixes.
23206         (find-dired): Use find-exec-terminator.
23208         * find-dired.el (find-ls-option, find-ls-subdir-switches)
23209         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23210         (find-name-arg): Remove purecopy.
23212         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23213         (grep-compute-defaults): Check for `-exec COMMAND +' support.
23214         Set grep-find-use-xargs, grep-find-command, and grep-find-template
23215         accordingly.  Don't add the null-device if not needed.
23217         * files.el (save-some-buffers): Doc fix.
23219 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
23221         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23223 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
23225         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23226         Use `dolist' rather than `mapcar'.
23228 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23230         Add lexical binding.
23232         * subr.el (apply-partially): Use new closures rather than CL.
23233         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23234         (dolist, dotimes): Use slightly different expansion for lexical code.
23235         (functionp): Move to C.
23236         (letrec): New macro.
23237         (with-wrapper-hook): Use it and apply-partially instead of CL.
23238         (eval-after-load): Preserve lexical-binding.
23239         (save-window-excursion, with-output-to-temp-buffer): Turn them
23240         into macros.
23242         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23244         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23245         than the arglist.
23246         (help-add-fundoc-usage): Don't add `Not documented'.
23247         (help-function-arglist): Handle closures, subroutines, and new
23248         byte-code-functions.
23249         (help-make-usage): Remove leading underscores.
23250         (describe-function-1): Handle closures.
23251         (describe-variable): Use special-variable-p for completion.
23253         * files.el (lexical-binding): Declare safe.
23255         * emacs-lisp/pcase.el: Don't use destructuring-bind.
23256         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
23257         (pcase): Add `let' pattern.
23258         Change memoization so it actually works.
23259         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23260         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23261         <let>: New case.
23263         * emacs-lisp/macroexp.el: Use lexical binding.
23264         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
23265         Don't convert ' to #' without checking that it's indeed quoting
23266         a lambda.
23268         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23269         Use eval-sexp-add-defvars.
23270         (eval-sexp-add-defvars): New fun.
23272         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23274         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23275         Don't autoload.
23276         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23277         than the internal `byte-compile-lambda'.
23278         (defmethod): Don't hide code under quotes.
23279         (eieio-defmethod): New `code' argument.
23281         * emacs-lisp/eieio-comp.el: Remove.
23283         * emacs-lisp/edebug.el (edebug-eval-defun)
23284         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23285         (edebug-toggle): Avoid `eval'.
23287         * emacs-lisp/disass.el (disassemble-internal): Handle new
23288         `closure' objects.
23289         (disassemble-1): Handle new byte codes.
23291         * emacs-lisp/cl.el (pushnew): Silence warning.
23293         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23294         (cl-byte-compile-throw): Remove.
23295         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23297         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23298         closures.
23300         * emacs-lisp/cconv.el: New file.
23302         * emacs-lisp/bytecomp.el: Use lexical binding instead of
23303         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
23304         (byte-compile-initial-macro-environment):
23305         Handle declare-function here.
23306         (byte-compile--lexical-environment): New var.
23307         (byte-stack-ref, byte-stack-set, byte-discardN)
23308         (byte-discardN-preserve-tos): New lap codes.
23309         (byte-interactive-p): Don't use any more.
23310         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23311         New macros.
23312         (byte-compile-lapcode): Use them and handle new lap codes.
23313         (byte-compile-obsolete): Remove.
23314         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23315         (byte-compile-arglist-warn): Check late def of inlinable funs.
23316         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23317         since they should have been expanded by now.
23318         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23319         (byte-compile-from-buffer): Remove unused second arg.
23320         (byte-compile-preprocess): New function.
23321         (byte-compile-toplevel-file-form): New function to distinguish
23322         file-form calls from outside from file-form calls from hunk-handlers.
23323         (byte-compile-file-form): Simplify.
23324         (byte-compile-file-form-defsubst): Remove.
23325         (byte-compile-file-form-defmumble): Simplify now that
23326         byte-compile-lambda always returns a byte-code-function.
23327         (byte-compile): Preprocess.
23328         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23329         Remove, not used any more.
23330         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23331         (byte-compile-make-args-desc): New funs.
23332         (byte-compile-lambda): Handle lexical functions.  Always return
23333         a byte-code-function.
23334         (byte-compile-reserved-constants): New var, to make up room for
23335         closed-over variables.
23336         (byte-compile-constants-vector): Obey it.
23337         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23338         (byte-compile-macroexpand-declare-function): New function.
23339         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23340         byte-code-functions.
23341         (byte-compile-form): Check obsolescence here.
23342         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23343         (byte-compile-variable-ref): Remove.
23344         (byte-compile-dynamic-variable-op): New fun.
23345         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23346         (byte-compile-variable-set): New funs.
23347         (byte-compile-discard): Add 2 args.
23348         (byte-compile-stack-ref, byte-compile-stack-set)
23349         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23350         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23351         macroexpand-all instead.
23352         (byte-compile-quote-form): Remove.
23353         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23354         (byte-compile-bind, byte-compile-unbind): New funs.
23355         (byte-compile-let): Handle let* and lexical binding.
23356         (byte-compile-let*): Remove.
23357         (byte-compile-catch, byte-compile-unwind-protect)
23358         (byte-compile-track-mouse, byte-compile-condition-case):
23359         Handle a new :fun-body form, used for lexical scoping.
23360         (byte-compile-save-window-excursion)
23361         (byte-compile-with-output-to-temp-buffer): Remove.
23362         (byte-compile-defun): Simplify.
23363         (byte-compile-stack-adjustment): New fun.
23364         (byte-compile-out): Use it.
23365         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23367         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23368         handler any more.
23370         * emacs-lisp/byte-opt.el: Use lexical binding.
23371         (byte-inline-lapcode): Remove (to bytecomp).
23372         (byte-compile-inline-expand): Pay attention to inlining to/from
23373         lexically bound code.
23374         (byte-compile-unfold-lambda): Don't handle byte-code-functions
23375         any more.
23376         (byte-optimize-form-code-walker): Don't handle save-window-excursion
23377         any more and don't call compiler-macros.
23378         (byte-compile-splice-in-already-compiled-code): Remove.
23379         (byte-code): Don't inline any more.
23380         (disassemble-offset): Receive `bytes' as argument rather than via
23381         dynamic scoping.
23382         (byte-compile-tag-number): Declare before first use.
23383         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23384         `return' even if make-spliceable.
23385         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23386         obsolete interactive-p.
23387         (byte-optimize-lapcode): Optimize new lap-codes.
23388         Don't trip up on new form of `byte-constant' lap code.
23390         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23392         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23394         * custom.el (custom-initialize-default, custom-declare-variable):
23395         Use `defvar'.
23397         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23398         New variables.
23399         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23400         (COMPILE_FIRST): Add macroexp and cconv.
23401         * makefile.w32-in: Mirror changes in Makefile.in.
23403         * vc/cvs-status.el:
23404         * vc/diff-mode.el:
23405         * vc/log-edit.el:
23406         * vc/log-view.el:
23407         * vc/smerge-mode.el:
23408         * textmodes/bibtex-style.el:
23409         * textmodes/css-mode.el:
23410         * startup.el:
23411         * uniquify.el:
23412         * minibuffer.el:
23413         * newcomment.el:
23414         * reveal.el:
23415         * server.el:
23416         * mpc.el:
23417         * emacs-lisp/smie.el:
23418         * doc-view.el:
23419         * dired.el:
23420         * abbrev.el: Use lexical binding.
23422 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
23424         * info.el (info-display-manual): New function.
23426 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
23428         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23430 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
23432         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23433         an entry for that server in rcirc-authinfo.  (Bug#8385)
23435 2011-03-31  Glenn Morris  <rgm@gnu.org>
23437         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23439         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23441 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
23443         * progmodes/python.el (python-default-interpreter)
23444         (python-python-command-args, python-jython-command-args)
23445         (python-which-shell, python-which-args, python-which-bufname)
23446         (python-file-queue, python-comint-output-filter-function)
23447         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23448         variables and functions.
23450 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23452         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23453         (completion-in-region-mode): New minor mode.
23454         (completion-in-region): Use it.
23455         (completion-in-region--data, completion-in-region-mode-map): New vars.
23456         (completion-in-region--postch): New function.
23457         (completion--capf-misbehave-funs, completion--capf-safe-funs):
23458         New vars.
23459         (completion--capf-wrapper): New function.
23460         (completion-at-point): Use it to track well-behavedness of
23461         hook functions.
23462         (completion-help-at-point): New command.
23464 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
23466         * vc/add-log.el (add-change-log-entry): Don't use whitespace
23467         syntax class to search for whitespace on a single line
23468         (Message-ID: <4D938140.4030905@redhat.com>).
23470 2011-03-30  Leo Liu  <sdl.web@gmail.com>
23472         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23473         New commands.
23474         (edit-abbrevs-map): Bind them here.
23475         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
23477 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
23479         * allout.el (allout-hide-by-annotation, allout-flag-region):
23480         Reduce possibility of overlay leakage by making them volatile.
23482         * allout-widgets.el (allout-widgets-tally): Define as nil so the
23483         hash is not shared between buffers.  Mode initialization is
23484         responsible for giving it a useful starting value.
23485         (allout-item-span): Reduce possibility of overlay leakage by
23486         making them volatile.
23487         (allout-widgets-count-buttons-in-region): Add diagnostic function
23488         for tracking down button overlay leaks.
23490 2011-03-29  Leo Liu  <sdl.web@gmail.com>
23492         * ido.el (ido-read-internal): Use the default history var
23493         minibuffer-history if no HISTORY is specified.
23495 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
23497         * net/imap.el (imap-shell-open, imap-process-connection-type):
23498         Use imap-process-connection-type for 'shell' streams as well as
23499         Kerberos, SSL, other subprocesses.
23501 2011-03-28  Leo Liu  <sdl.web@gmail.com>
23503         * abbrev.el (abbrev-table-empty-p): New function.
23504         (prepare-abbrev-list-buffer): Place empty abbrev tables after
23505         nonempty ones.  (Bug#5937)
23507 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
23509         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23511 2011-03-27  Leo Liu  <sdl.web@gmail.com>
23513         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23514         for foreground and background colors.
23515         (ansi-color-make-color-map): Adapt.
23517 2011-03-25  Leo Liu  <sdl.web@gmail.com>
23519         * midnight.el (midnight-time-float): Remove.  Note it calculates
23520         the microsecond component incorrectly and seconds-to-time does the
23521         same job.
23522         Remove redundant (require 'timer).
23524         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23525         (ido-completions): Remove unused arguments.  (Bug#8329)
23527 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23529         * minibuffer.el (completion--flush-all-sorted-completions):
23530         Remove itself from hook.
23531         (completion-at-point): Let the functions perform the completion
23532         immediately and return nil or t.
23533         * comint.el (comint-dynamic-complete-functions): Now identical to
23534         completion-at-point-functions.
23535         (comint-dynamic-list-input-ring): Remove unused var `index'.
23536         (comint--match-partial-filename, comint--unquote&expand-filename):
23537         New funs, split from comint-match-partial-filename.
23538         (comint-dynamic-complete): Use completion-at-point.
23539         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23541 2011-03-24  Drew Adams  <drew.adams@oracle.com>
23543         * thingatpt.el: Support `defun'.
23545 2011-03-23  Leo Liu  <sdl.web@gmail.com>
23547         * abbrevlist.el: Move to obsolete/abbrevlist.el.
23549         * help-mode.el (help-mode-finish): Tweak regexp.
23551 2011-03-23  Glenn Morris  <rgm@gnu.org>
23553         * eshell/esh-opt.el (eshell-eval-using-options):
23554         Do not bind unused local variable `eshell-option-stub'.
23556         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23558 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
23560         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23561         keymap variable in `with-no-warnings' to avoid a warning when the
23562         keymap has been already `defconst'ed.
23564 2011-03-22  Leo Liu  <sdl.web@gmail.com>
23566         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23567         encode all chars in abbrevs; otherwise use emacs-mule or
23568         utf-8-emacs.  (Bug#8308)
23570 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
23572         * simple.el (backward-delete-char-untabify):
23573         Avoid warning about using `delete-backward-char'.
23575         * image.el (image-type-file-name-regexps): Make it variable.
23576         `imagemagick-register-types' modifies it, and the user may want
23577         to add new extensions for known image types.
23578         (imagemagick-register-types): Throw error if not using ImageMagick.
23580 2011-03-22  Leo Liu  <sdl.web@gmail.com>
23582         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23583         located before rcirc-prompt-end-marker.
23584         (rcirc-complete): Error if point is not after rcirc prompt.
23585         Handle the case when table is nil.
23586         (rcirc-user-authenticated): Define to fix compiler warning.
23588 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
23590         * custom.el (custom--inhibit-theme-enable): Make it affect only
23591         custom-theme-set-variables and custom-theme-set-faces.
23592         (provide-theme): Ignore custom--inhibit-theme-enable.
23593         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23594         (custom-enabling-themes): Delete variable.
23595         (enable-theme): Accept only loaded themes as arguments.
23596         Ignore the special custom-enabled-themes variable.
23597         (custom-enabled-themes): Forbid themes from setting this.
23598         Eliminate use of custom-enabling-themes.
23599         (custom-push-theme): Quote "changed" custom var entry.
23601 2011-03-21  Leo Liu  <sdl.web@gmail.com>
23603         * ido.el (ido-read-internal): Add ido-selected to history instead
23604         of user input.
23606 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
23608         * subr.el (deferred-action-list, deferred-action-function):
23609         Mark obsolete.
23611 2011-03-21  Leo Liu  <sdl.web@gmail.com>
23613         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23614         change on 2011-02-13 (bug#8309).
23616         * minibuffer.el (read-file-name-function): Change default value.
23617         (read-file-name--defaults): Rename from read-file-name-defaults.
23618         (read-file-name-default): Rename from read-file-name.
23619         (read-file-name): Call read-file-name-function.
23621 2011-03-21  Glenn Morris  <rgm@gnu.org>
23623         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
23624         Doc fixes.
23626 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
23628         * cus-theme.el: Add missing provide statement.
23629         (customize-create-theme): Extract theme value correctly.
23630         (custom-theme-visit-theme): Autoload.
23631         (customize-create-theme): Prompt before inserting default faces.
23633 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
23635         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
23636         units and musical notes.
23638 2011-03-20  Leo Liu  <sdl.web@gmail.com>
23640         * ido.el (ido-read-internal): Use completing-read-default.
23641         (ido-completing-read): Fix compatibility with completing-read.
23643 2011-03-20  Christian Ohler  <ohler@gnu.org>
23645         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
23646         (ert-delete-all-tests): Use `called-interactively-p' rather than
23647         `interactive-p'.
23648         (ert--make-xrefs-region): Respect END.
23650 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
23652         * dired-aux.el (dired-create-directory): Signal an error if the
23653         directory already exists (Bug#8246).
23655         * facemenu.el (list-colors-display): Call list-faces-display
23656         inside with-help-window.
23657         (list-colors-print): Use display property to align the final
23658         column, instead of checking window-width.
23660 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
23662         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
23663         windows-nt systems.
23664         (emerge-protect-metachars): Quote correctly for ms-dos and
23665         windows-nt systems.
23667 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
23669         * info.el (info-initialize): Replace all uses of `:' with
23670         path-separator for compatibility with non-Unix systems.
23671         Cache quoting of path-separator.  (Bug#8258)
23673 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
23675         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
23676         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
23677         (mouse-avoidance-mode): Fix typos in docstrings.
23679 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
23681         * startup.el (package-subdirectory-regexp): Move from package.el.
23682         Omit \\` and \\', and let callers add them.
23684         * emacs-lisp/package.el (package-strip-version)
23685         (package-load-all-descriptors): Add \\` and \\' to
23686         package-subdirectory-regexp before using it.
23687         (package-untar-buffer): New arg DIR; ensure that file untars only
23688         into this expected directory.  Remove superfluous delete-region.
23689         (package-unpack): Caller changed.
23690         (package-tar-file-info): Use package-subdirectory-regexp.
23692 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
23694         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
23695         diff-mode-shared-map (bug#8284).
23696         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
23698 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23700         * calendar/time-date.el (format-seconds): Use assoc instead of
23701         assoc-string, since assoc-string doesn't exist in XEmacs.
23703 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
23705         * custom.el (custom-known-themes): Reflow docstring.
23706         (custom-theme-load-path): Fix typo in docstring.
23707         (load-theme): Fix typo in error message.
23708         (custom-available-themes, custom-variable-theme-value):
23709         Use `let', not `let*'.
23711 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
23713         * calc/README: Mention inclusion of musical notes.
23715         * calc/calc-units.el (calc-lu-quant): Rename from
23716         `calc-logunits-quantity'.
23717         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
23718         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
23719         (calc-db): Rename from `calc-dblevel'.
23720         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
23721         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
23722         (calc-np): Rename from `calc-nplevel'.
23723         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
23724         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
23725         (calc-lu-plus): Rename from `calc-logunits-add'.
23726         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
23727         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
23728         (calc-lu-minus): Rename from `calc-logunits-sub'.
23729         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
23730         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
23731         (calc-lu-times): Rename from `calc-logunits-mul'.
23732         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
23733         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
23734         (calc-lu-divide): Rename from `calc-logunits-div'.
23735         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
23736         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
23738         * calc/calc-ext.el (calc-init-extensions): Update the names of the
23739         functions being autoloaded.
23741         * calc/calc.el (calc-lu-power-reference): Rename from
23742         `calc-logunits-power-reference'.
23743         (calc-lu-field-reference): Rename from
23744         `calc-logunits-field-reference'.
23746         * calc/calc-help.el (calc-l-prefix-help):
23747         Mention musical note functions.
23749 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23751         * minibuffer.el (completion-all-sorted-completions):
23752         Use :completion-cycle-penalty text property if present.
23754 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
23756         * allout.el (allout-yank-processing): Adjust for new rebulleting
23757         regime so bullet being yanked is used without prompting the user
23758         for a choice.
23760 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
23762         * startup.el (command-line): Warn the user that _emacs is deprecated.
23764 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
23766         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
23767         (delphi-verbose, delphi-comment-face, delphi-string-face)
23768         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
23769         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
23770         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
23771         (delphi-new-comment-line, delphi-font-lock-defaults)
23772         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
23773         Fix typos in docstrings.
23775 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
23777         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
23778         Invert the roles of character and string values for INSTEAD, so a
23779         string is used for the more common case of a defaulting prompt.
23781 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23783         * progmodes/ruby-mode.el (ruby-backward-sexp):
23784         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
23785         * play/gamegrid.el (gamegrid-make-face):
23786         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
23787         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
23788         * notifications.el (notifications-notify):
23789         * net/xesam.el (xesam-search-engines):
23790         * net/quickurl.el (quickurl-list-insert):
23791         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
23793 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
23795         * startup.el (command-line): Update package subdirectory regexp.
23797 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23799         * allout.el (allout-abbreviate-flattened-numbering)
23800         (allout-mode-deactivate-hook): Fix up obsolescence "date".
23802         * subr.el (read-char-choice): Only show the cursor after the prompt,
23803         not after the answer.
23805 2011-03-15  Kevin Ryde  <user42@zip.com.au>
23807         * help-fns.el (variable-at-point): Skip leading quotes, if any
23808         (bug#8253).
23810 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
23812         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
23813         warning message.
23815 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
23817         * shell.el (shell): When called interactively, offer to change the
23818         shell file name on remote hosts.
23820 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
23822         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
23823         integration for LDAP parameters.  The host, base, user or binddn,
23824         and secret tokens can be specified in a netrc file, for instance.
23825         This is optional because an `auth-source' parameter must be
23826         specified in the search attributes.
23828 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
23830         * help.el (describe-mode): Link to the mode's definition (bug#8185).
23832 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23834         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
23835         into declaration.  Remove redundant and harmful binding.
23837 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
23839         * files.el (file-ownership-preserved-p): Pass `integer' as an
23840         explicit 2nd argument to `file-attributes'.  If the file's owner
23841         is the Administrators group on Windows, and the current user is
23842         Administrator, consider that a match.
23844         * server.el (server-ensure-safe-dir): Consider server directory
23845         safe on MS-Windows if its owner is the Administrators group while
23846         the current Emacs user is Administrator.  Use `=' to compare
23847         numerical UIDs, since they could be integers or floats.
23849 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
23851         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
23853 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
23855         Sync with Tramp 2.2.1.
23857         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
23859         * net/trampver.el: Update release number.
23861 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23863         * progmodes/compile.el (compilation--previous-directory): Fix up
23864         various nil/dead-marker mismatches (bug#8014).
23865         (compilation-directory-properties, compilation-error-properties):
23866         Don't call it at a position past the one we're about to change.
23868         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
23869         Disable obsolescence warnings in the file that declares it.
23871 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
23873         * allout-widgets.el (allout-widgets-tally):
23874         Initialize allout-widgets-tally as a hash table rather than nil to
23875         prevent mode-line redisplay warnings.  Also, clarify the module
23876         description and fix a comment typo.
23878 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
23880         * help-fns.el (describe-variable): Don't complete keywords.
23881         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
23883 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
23885         * emacs-lisp/package.el (package-version-join): Impose a standard
23886         string representation for pre/alpha/beta version lists.
23887         (package-unpack-single): Standardize the directory name by passing
23888         it through package-version-join.
23889         (package-strip-rcs-id): Accept any version string that does not
23890         signal an error in version-to-list.
23892 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
23894         * simple.el (delete-trailing-whitespace): Return nil for the
23895         benefit of `write-file-functions'.
23897 2011-03-10  Glenn Morris  <rgm@gnu.org>
23899         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
23901         * vc/vc-git.el (vc-git-program): New option.
23902         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
23903         (vc-git--call): Use it.
23905         * eshell/esh-util.el (eshell-condition-case): Doc fix.
23907         * cus-edit.el (Custom-newline): If no button at point, look
23908         for a subgroup button at start-of-line.  (Bug#2298)
23910         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
23912 2011-03-10  Julien Danjou  <julien@danjou.info>
23914         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
23915         `cursor-type' is nil.
23917 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
23919         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
23921 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
23923         * allout.el: Change so yank of distinctive-bullet items
23924         preserves the existing header prefix, rebulleting it if necessary,
23925         rather than replacing it.  This is necessary for proper operation
23926         of cooperative addons like allout-widgets.
23927         (allout-make-topic-prefix, allout-rebullet-heading):
23928         Change SOLICIT arg to INSTEAD, and interpret additionally a string
23929         value as alternate bullet to be used, instead of prompting the user
23930         for a bullet character.
23932 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
23934         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23935         Do not use `tramp-file-name-port', because this returns also
23936         `tramp-default-port'.
23938 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
23940         * net/rcirc.el (rcirc-handler-001): Remove useless
23941         with-rcirc-process-buffer.
23942         (rcirc-check-auth-status): Swap arguments to string-match.
23944 2011-03-09  Glenn Morris  <rgm@gnu.org>
23946         * shell.el (shell-mode):
23947         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
23949         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
23950         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
23952 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
23954         * emacs-lisp/package.el (package-refresh-contents)
23955         (package-menu-execute): Use condition-case-no-debug.
23957 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
23959         * simple.el (shell-command-to-string): Use `process-file'.
23961         * emacs-lisp/package.el (package-tar-file-info): Handle also
23962         remote files.
23964         * emacs-lisp/package-x.el (package-upload-buffer-internal):
23965         Use `equal' for upload base check.
23967 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
23969         * textmodes/texinfo.el (texinfo-environments):
23970         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
23972 2011-03-08  Glenn Morris  <rgm@gnu.org>
23974         * cus-start.el (cursor-in-non-selected-windows):
23975         Fix :set quoting oddness.  (Bug#8192)
23977         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
23978         in some setf expressions.  (Bug#2159)
23980 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
23982         * custom.el (custom-available-themes): Return themes in
23983         alphabetical order.
23985 See ChangeLog.15 for earlier changes.
23987 ;; Local Variables:
23988 ;; coding: utf-8
23989 ;; End:
23991   Copyright (C) 2011-2013 Free Software Foundation, Inc.
23993   This file is part of GNU Emacs.
23995   GNU Emacs is free software: you can redistribute it and/or modify
23996   it under the terms of the GNU General Public License as published by
23997   the Free Software Foundation, either version 3 of the License, or
23998   (at your option) any later version.
24000   GNU Emacs is distributed in the hope that it will be useful,
24001   but WITHOUT ANY WARRANTY; without even the implied warranty of
24002   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24003   GNU General Public License for more details.
24005   You should have received a copy of the GNU General Public License
24006   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.