Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de
[emacs.git] / lisp / ChangeLog
blobd1b827966dedf2d03dc1ea7ab7038a8ca8537e1f
1 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
3         Un-indent after "pass" and "return" statements (Bug#13888)
4         * progmodes/python.el (python-indent-block-enders): New var.
5         (python-indent-calculate-indentation): Use it.
7 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
9         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10         defun.  Defining it as defalias could introduce too eager
11         byte-compiler optimization.  (Bug#14030)
13 2013-03-30  Chong Yidong  <cyd@gnu.org>
15         * iswitchb.el (iswitchb-read-buffer): Fix typo.
17 2013-03-30  Leo Liu  <sdl.web@gmail.com>
19         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
20         (kmacro-execute-from-register): Pass the keyboard macro to
21         kmacro-call-macro or repeating won't work correctly.
23 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
25         * progmodes/subword.el: Back to using `forward-symbol'.
27         * subr.el (forward-whitespace, forward-symbol)
28         (forward-same-syntax): Move from thingatpt.el.
30 2013-03-29  Leo Liu  <sdl.web@gmail.com>
32         * kmacro.el (kmacro-to-register): New command.
33         (kmacro-execute-from-register): New function.
34         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
36 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
38         * mpc.el: Use defvar-local and setq-local.
39         (mpc--proc-connect): Connection failures are not bugs.
40         (mpc-mode-map): `follow-link' only applies to the buffer's content.
41         (mpc-volume-map): Bind to the up-events.
43 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
45         * progmodes/subword.el (superword-mode): Use `forward-sexp'
46         instead of `forward-symbol'.
48 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
50         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
51         (edebug--recursive-edit): Use it.
52         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
53         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
55 2013-03-28  Leo Liu  <sdl.web@gmail.com>
57         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
59 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
61         * facemenu.el (list-colors-callback): New defvar.
62         (list-colors-redisplay): New function.
63         (list-colors-display): Install list-colors-redisplay as the
64         revert-buffer-function.  (Bug#14063)
66 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
69         and suffixes don't overlap (bug#14061).
71         * case-table.el: Use lexical-binding.
72         (case-table-get-table): New function.
73         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
75 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
77         * progmodes/subword.el: Add `superword-mode' to do word motion
78         over symbol_words (parallels and leverages `subword-mode' which
79         does word motion inside MixedCaseWords).
81 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
83         * eshell/em-unix.el: Moved su and sudo to...
84         * eshell/em-tramp.el: ...Eshell tramp module
86 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
88         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
89         Change return value to be a sexp.  Delay `get-buffer' to after
90         restoring the desktop (bug#13951).
92 2013-03-26  Leo Liu  <sdl.web@gmail.com>
94         * register.el: Move semantic tag handling back to
95         cedet/semantic/senator.el.  (Bug#14052)
97 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
100         into the prompt either (bug#13963).
102 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
104         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
105         part of "(error-foo)".
107 2013-03-24  Juri Linkov  <juri@jurta.org>
109         * replace.el (list-matching-lines-prefix-face): New defcustom.
110         (occur-1): Pass `list-matching-lines-prefix-face' to the function
111         `occur-engine' if `face-differs-from-default-p' returns t.
112         (occur-engine): Add `,' inside backquote construct to evaluate
113         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
114         Pass `prefix-face' to the functions `occur-context-lines' and
115         `occur-engine-add-prefix'.
116         (occur-engine-add-prefix, occur-context-lines): Add optional arg
117         `prefix-face' and propertize the prefix with `prefix-face'.
118         (Bug#14017)
120 2013-03-24  Leo Liu  <sdl.web@gmail.com>
122         * nxml/rng-valid.el (rng-validate-while-idle)
123         (rng-validate-quick-while-idle): Guard against deleted buffer.
124         (Bug#13999)
126         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
127         is the last entry in kill-buffer-hook.
129         * files.el (kill-buffer-hook): Doc fix.
131 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
133         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
134         Make it safe-local.
136         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
138 2013-03-23  Leo Liu  <sdl.web@gmail.com>
140         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
141         Remove.
143         * nxml/rng-valid.el (rng-validate-mode)
144         (rng-after-change-function, rng-do-some-validation):
145         * nxml/rng-maint.el (rng-validate-buffer):
146         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
147         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
148         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
149         (nxml-extend-after-change-region): Use with-silent-modifications.
151         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
152         timer-idle-list.
154         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
155         (rng-next-error-1, rng-previous-error-1): Do not let-bind
156         timer-idle-list.  (Bug#13999)
158 2013-03-23  Juri Linkov  <juri@jurta.org>
160         * info.el (info-index-match): New face.
161         (Info-index, Info-apropos-matches): Add a nested subgroup to the
162         main pattern and add text properties with the new face to matches
163         in index entries relative to the beginning of the index entry.
164         (Bug#14015)
166 2013-03-21  Eric Ludlam  <zappo@gnu.org>
168         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
169         Inhibit read only while inserting objects.
171 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
173         * progmodes/cfengine.el: Update docs to mention
174         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
175         symbol motion.  Remove "_" from the word syntax.
177 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
179         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
180         syntax for both `cfengine2-mode' and `cfengine3-mode'.
182 2013-03-20  Juri Linkov  <juri@jurta.org>
184         * info.el (Info-next-reference-or-link)
185         (Info-prev-reference-or-link): New functions.
186         (Info-next-reference, Info-prev-reference): Use them.
187         (Info-try-follow-nearest-node): Handle footnote navigation.
188         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
190 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
192         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
193         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
195 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
197         Suppress unnecessary non-ASCII chatter during build process.
198         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
199         (batch-skkdic-convert): Suppress most of the chatter.
200         It's not needed so much now that machines are faster,
201         and its non-ASCII component was confusing; see Dmitry Gutov in
202         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
204 2013-03-20  Leo Liu  <sdl.web@gmail.com>
206         * ido.el (ido-chop): Fix bug#10994.
208 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
210         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
211         Remove vars.
212         (whitespace-color-on, whitespace-color-off):
213         Use `font-lock-fontify-buffer' (Bug#13817).
215 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
217         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
218         remapping in mode-line.
219         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
221 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
223         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
224         value for `whitespace-line' face (Bug#13875).
225         (whitespace-font-lock-keywords): Change description.
226         (whitespace-color-on): Don't save `font-lock-keywords' value, save
227         the constructed keywords instead.
228         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
230 2013-03-19  Leo Liu  <sdl.web@gmail.com>
232         * progmodes/compile.el (compilation-display-error): New command.
233         (compilation-mode-map, compilation-minor-mode-map): Bind it to
234         C-o.  (Bug#13992)
236 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
238         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
240 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
242         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
244 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
246         * net/tramp-compat.el (tramp-compat-user-error): New defun.
248         * net/tramp-adb.el (tramp-adb-handle-shell-command):
249         * net/tramp-gvfs.el (top):
250         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
251         (tramp-handle-shell-command): Use it.
252         (tramp-dissect-file-name): Raise an error when hostname is a
253         method name, and neither method nor user is specified.
255         * net/trampver.el: Update release number.
257 2013-03-18  Leo Liu  <sdl.web@gmail.com>
259         Make sure eldoc can be turned off properly.
260         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
261         eldoc-mode.
262         (eldoc-display-message-p): Revert last change.
263         (eldoc-display-message-no-interference-p)
264         (eldoc-print-current-symbol-info): Tweak.
266 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
268         * doc-view.el (doc-view-new-window-function): Check the new window
269         overlay's display property instead the char property of the
270         buffer's first char.  Use `with-selected-window' instead of
271         `save-window-excursion' with `select-window'.
272         (doc-view-document->bitmap): Check the current doc-view overlay's
273         display property instead the char property of the buffer's first char.
275 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
277         Automate the build of ja-dic.el (Bug#13984).
278         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
279         from the input, rather than assume that it's been done for us by the
280         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
281         the current date into a ja-dic.el comment, as that complicates
282         regression testing.
284 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
286         * whitespace.el: Fix double evaluation.
287         (whitespace-space, whitespace-hspace, whitespace-tab)
288         (whitespace-newline, whitespace-trailing, whitespace-line)
289         (whitespace-space-before-tab, whitespace-indentation)
290         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
291         obsolete defvars.
292         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
293         (whitespace-color-on): Use a single font-lock-add-keywords call.
294         Fix double-evaluation of face variables.
296 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
298         * net/tramp-adb.el (tramp-adb-parse-device-names):
299         Use `start-process' instead of `call-process'.  Otherwise, the
300         function might be blocked under MS Windows.  (Bug#13299)
302 2013-03-17  Leo Liu  <sdl.web@gmail.com>
304         Extend eldoc to display info in the mode-line.  (Bug#13978)
305         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
306         (eldoc-mode-line-string): New variable.
307         (eldoc-minibuffer-message): New function.
308         (eldoc-message-function): New variable.
309         (eldoc-message): Use it.
310         (eldoc-display-message-p)
311         (eldoc-display-message-no-interference-p):
312         Support eldoc-post-insert-mode.
314         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
315         (eval-expression): Run it.
317 2013-03-17  Roland Winkler  <winkler@gnu.org>
319         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
320         strings in the list of return values.
322 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
324         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
325         radix before checking for HMS forms.
327 2013-03-16  Leo Liu  <sdl.web@gmail.com>
329         * progmodes/scheme.el: Add indentation and font-locking for λ.
330         (Bug#13975)
332 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
335         token before point (bug#13942).
337 2013-03-16  Leo Liu  <sdl.web@gmail.com>
339         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
341 2013-03-16  Glenn Morris  <rgm@gnu.org>
343         * Version 24.3 released.
345 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
347         * startup.el (command-line-normalize-file-name): Fix handling of
348         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
349         <xfq.free@gmail.com> in
350         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
352 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
354         Sync with Tramp 2.2.7.
356         * net/trampver.el: Update release number.
358 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
360         * doc-view.el Fix bug#13887.
361         (doc-view-insert-image): Don't modify overlay associated to
362         non-live windows, and implement horizontal centering of image in
363         case it's smaller than the window.
364         (doc-view-new-window-function): Force redisplay of new windows on
365         doc-view buffers.
367 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
369         * saveplace.el (save-place-alist-to-file): Don't sort
370         `save-place-alist', just pretty-print it (bug#13882).
372 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
374         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
375         whether `default-file-name-coding-system' is bound.  It isn't in
376         XEmacs.
378 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
381         backquotes for `obsolete' (bug#13929).
383         * international/mule.el (find-auto-coding): Include file name in
384         obsolescence warning (bug#13922).
386 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
388         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
389         for CFEngine 3-specific indentation.
390         (cfengine3-indent-line): Use it.  Fix up category regex.
391         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
393 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
395         * type-break.el (type-break-file-name):
396         * textmodes/remember.el (remember-data-file):
397         * strokes.el (strokes-file):
398         * shadowfile.el (shadow-initialize):
399         * saveplace.el (save-place-file):
400         * ps-bdf.el (bdf-cache-file):
401         * progmodes/idlwave.el (idlwave-config-directory):
402         * net/quickurl.el (quickurl-url-file):
403         * international/kkc.el (kkc-init-file-name):
404         * ido.el (ido-save-directory-list-file):
405         * emulation/viper.el (viper-custom-file-name):
406         * emulation/vip.el (vip-startup-file):
407         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
408         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
410 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
412         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
413         * language/thai-word.el: Switch to UTF-8.
415 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
419 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
421         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
422         Use with-current-buffer and don't move point.
423         (net-utils-run-simple): Remove useless code.
424         (net-utils-remove-ctl-m): Remove unused custom.
426 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
428         * international/characters.el (glyphless-set-char-table-range): New fun.
429         (update-glyphless-char-display): Use it (bug#13744).
431 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
433         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
434         namespaces in the syntax, indent closer for hanging brace
435         correctly, allow single-quote delimited 'strings', and make
436         `cfengine3-mode' the default.
438 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
440         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
441         Use lexical-binding.  Fix up docstring according to conventions.
442         (gdbmi-debug-mode): New var.
443         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
444         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
445         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
446         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
447         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
448         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
449         (gdbmi-bnf-incomplete-record-result): New functions.
450         (gdb-car<): Remove function.
451         (gdbmi-record-list): Remove variable.
452         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
453         (gdbmi-bnf-result-state-configs): New const.
454         (gud-gdbmi-marker-filter): Rewrite.
455         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
456         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
457         Add `token' argument.
458         (gdb-done, gdb-error): New functions.
459         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
461 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
463         * term/xterm.el (xterm--report-background-handler): Don't burp
464         upon timeout.
465         (xterm--version-handler): Extract from terminal-init-xterm.
466         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
467         Allow multiple handlers.
468         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
470         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
471         (xterm--report-background-handler, xterm--query): New functions.
472         (terminal-init-xterm): Use them.
474 2013-03-11  Michael R. Mauger  <michael@mauger.com>
476         * progmodes/sql.el Version 3.2
477         Please note that my address changed to <michael@mauger.com>;
478         the <mmaug@yahoo.com> address remains active.
479         (sql-connection-alist): Updates documentation to fix bug#13715.
480         (sql-connect): Handle missing `sql-connection-alist' correctly.
481         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
482         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
483         property.
484         (sql-default-value): New function.
485         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
486         values were not used.
487         (sql-rename-buffer): Make sure alternate buffer name has no text
488         properties.
489         (sql-input-sender, sql-execute-feature): Fetch variable with
490         `buffer-local-value' rather than `with-current-buffer'.
491         (sql-*): Use #' function syntax consistently.
492         (sql-*): Use message/error/user-error consistently.
494 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
496         * xt-mouse.el (xterm-mouse-event-read): Remove.
497         (xterm-mouse--read-event-sequence-1000)
498         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
500 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
502         * term/xterm.el (xterm-function-map): Support format used with
503         formatOtherKeys=1 (bug#13839).
505         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
506         (with-no-warnings): Use `declare'.
508         * whitespace.el (whitespace-enable-predicate): New variable.
509         (whitespace-enable-predicate): Use it.
511         * comint.el (comint-send-input, comint-snapshot-last-prompt)
512         (comint-output-filter, comint-update-fence):
513         Use with-silent-modifications.
515 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
517         * replace.el (occur-read-regexp-defaults-function): New var.
518         (occur-read-regexp-defaults): New defun.
519         (occur-read-primary-args): Propagate above change (bug#13892).
521 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * mouse.el (mouse-drag-track): Remove left-over debugging code.
525 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
527         Major rewrite due to changed D-Bus interface of GVFS 1.14.
529         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
530         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
531         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
532         New defconst.
533         (tramp-gvfs-file-name-handler-alist) [directory-files]
534         [directory-files-and-attributes, file-exists-p, file-modes]:
535         Use Tramp default handler.
536         [file-acl, file-selinux-context, process-file, set-file-acl]:
537         [set-file-modes, set-file-selinux-context, shell-command]:
538         [start-file-process]: Remove handler.
539         [verify-visited-file-modtime]: New handler.
540         (tramp-gvfs-dbus-string-to-byte-array)
541         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
542         calls of `dbus-string-to-byte-array' and
543         `tramp-gvfs-dbus-byte-array-to-string'.
544         (tramp-gvfs-handle-copy-file)
545         (tramp-gvfs-handle-delete-directory)
546         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
547         (tramp-gvfs-handle-file-directory-p)
548         (tramp-gvfs-handle-file-executable-p)
549         (tramp-gvfs-handle-file-name-all-completions)
550         (tramp-gvfs-handle-file-readable-p)
551         (tramp-gvfs-handle-file-writable-p)
552         (tramp-gvfs-handle-insert-directory)
553         (tramp-gvfs-handle-insert-file-contents)
554         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
555         (tramp-gvfs-handle-set-visited-file-modtime)
556         (tramp-gvfs-handle-write-region): Rewrite.
557         (tramp-gvfs-handle-file-acl)
558         (tramp-gvfs-handle-file-selinux-context)
559         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
560         (tramp-gvfs-handle-set-file-modes)
561         (tramp-gvfs-handle-set-file-selinux-context)
562         (tramp-gvfs-handle-shell-command)
563         (tramp-gvfs-handle-start-file-process)
564         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
565         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
566         over the symlinks.  Fix user handling.
567         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
568         of the D-Bus signals.
569         (tramp-gvfs-connection-mounted-p): Handle different names of the
570         D-Bus methods.
571         (tramp-gvfs-mount-spec-entry): New defun.
572         (tramp-gvfs-mount-spec): Use it.
573         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
574         there is a share name.  Handle different names of the D-Bus
575         signals and methods.  Set connection properties needed for
576         `tramp-check-cached-permissions'.
577         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
578         Return t or nil.
580         * net/tramp.el (tramp-backtrace): Move up.
581         (tramp-error): Dump a backtrace into the debug buffer when
582         `tramp-verbose > 9.
583         (tramp-file-mode-type-map, tramp-file-mode-from-int)
584         (tramp-file-mode-permissions, tramp-get-local-uid)
585         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
586         tramp-sh.el.
588         * net/tramp-sh.el (tramp-file-mode-type-map)
589         (tramp-check-cached-permissions, tramp-file-mode-from-int)
590         (tramp-file-mode-permissions, tramp-get-local-uid)
591         (tramp-get-local-gid): Move to tramp.el.
593 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
595         Separate mouse-1-click-follows-link from mouse-drag-region.
596         * mouse.el (mouse--down-1-maybe-follows-link): New function.
597         (key-translation-map): Use it to implement mouse-1-click-follows-link.
598         (mouse-drag-line, mouse-drag-track):
599         Remove mouse-1-click-follows-link code.
600         (mouse--remap-link-click-p): Remove.
602 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
604         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
605         (hi-lock-read-regexp-defaults):  New defun.
606         (hi-lock-line-face-buffer, hi-lock-face-buffer)
607         (hi-lock-face-phrase-buffer): Propagate above change.
608         Update docstring (bug#13892).
610         * subr.el (find-tag-default-as-regexp): New defun.
611         * replace.el (read-regexp): Propagate above change.
613 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
615         * calc/calc-units.el (calc-convert-units): Fix the way that default
616         new units are stored.
618 2013-03-07  Matthias Meulien  <orontee@gmail.com>
620         * bookmark.el: Define a face to highlight bookmark names in
621         bookmark menu buffers, where the default is a bold face similarly
622         to buffer names in buffer menu buffers.
623         (bookmark-menu-bookmark): New face to highlight bookmark names.
624         (bookmark-insert-location): Remove duplicated text property to
625         conform to buffer list (see `list-buffers').
626         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
627         `bookmark-menu-bookmark' to bookmark names.
629 2013-03-07  Matthias Meulien  <orontee@gmail.com>
630             Karl Fogel  <kfogel@red-bean.com>
632         * bookmark.el: Display the bookmark list header similarly to the
633         buffer list header (see `list-buffers'), where the default is now
634         an immovable/immutable header line.
635         (bookmark-bmenu-use-header-line): New variable.
636         (bookmark-bmenu-inline-header-height): New name for
637         `bookmark-bmenu-header-height', to avoid confusion with the code
638         for the new immovable header.  All references changed.
639         (bookmark-bmenu-set-header): New function.
640         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
641         Conditionalize header construction accordingly.
642         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
643         the inline header height.
644         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
645         Conditionalize the skipping of the inline header height.
647 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
649         * progmodes/js.el (js--multi-line-declaration-indentation):
650         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
652 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
654         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
655         Only propertize regexp when not inside a string (Bug#13885).
657 2013-03-06  Alan Mackenzie  <acm@muc.de>
659         Correct the position of point in some line-up functions.
660         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
661         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
662         point at column 0 rather than at a random place in the line.
664 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
666         * net/tramp-compat.el (tramp-compat-delete-directory):
667         Implement TRASH argument.
669 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
671         Keep pre-existing highlighting in completion candidates (Bug#13250).
672         * minibuffer.el (completions-first-difference): State that the
673         face is "added" in the docstring.
674         (completions-common-part): Same.  And don't inherit from default.
675         (completion-hilit-commonality): Prepend 'completions-common-part
676         and 'completion-first-difference faces to the 'face property,
677         instead of replacing the value(s).
678         (completion--insert-strings): Same with 'completions-annotations face.
679         (completion-hilit-commonality): Use 'face instead of
680         'font-lock-face, because it gets priority if the completion
681         strings already have 'face set.
683 2013-03-04  Alan Mackenzie  <acm@muc.de>
685         Replace `last-command-event' by `last-command-char' in XEmacs.
686         * progmodes/cc-defs.el (c-last-command-char): New macro.
687         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
688         (c-semi&comma-no-newlines-before-nonblanks)
689         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
690         in place of `last-command-event'.
691         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
692         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
693         (c-electric-paren, c-electric-continued-statement): Use the new
694         macro in place of `last-command-event'.
696 2013-03-04  Glenn Morris  <rgm@gnu.org>
698         * files.el (inhibit-local-variables-regexps):
699         Add .diff and .patch.  (Bug#13862)
701 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
703         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
704         whether the "su" command is available on the device.
706 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
708         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
709         (tramp-adb-handle-process-file): Remove superfluous setting.
710         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
711         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
712         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
714 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
716         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
717         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
718         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
719         Use dict-key rather than dict-name for the error message.
721 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
723         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
724         when reverting (bug#13831).
726 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
728         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
729         Always expand affix-file before storing to protect against changed
730         `default-directory'.
731         (ispell-print-if-debug): Make sure message is printed at the end
732         of the debug buffer.
734 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
736         * net/tramp.el (tramp-obsolete-methods): New defconst.
737         (tramp-warned-obsolete-methods): New defvar.
738         (tramp-find-method): Check for obsolete methods.  Map them to a
739         replacement method if appropriate.
741         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
742         Remove methods.
743         (top): Remove completion functions for "scp1", "scp2", "ssh1",
744         "ssh2" and "plink1".
746 2013-02-28  Dale Sedivec  <dale@codefu.org>
748         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
749         Return valid syntax-table property value when converting
750         quotes within text from string syntax to punctuation syntax (bug#13844).
752 2013-02-28  Juri Linkov  <juri@jurta.org>
754         * dired-aux.el (dired-diff): If file at point is a backup file,
755         use its original as the default value, and reverse the order
756         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
758 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
760         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
761         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
763 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
765         Initial support for hunspell dictionaries auto-detection (Bug#13639)
767         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
768         Ask hunspell about available and default dictionaries.
769         (ispell-parse-hunspell-affix-file): Extract relevant info from
770         hunspell affix file.
771         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
772         `ispell-dictionary-alist' entry for given dictionary after info
773         provided by `ispell-parse-hunspell-affix-file'.
774         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
775         of parsed hunspell dicts and associated affix files.
776         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
777         of parsed hunspell dicts and associated parameters.
778         (ispell-set-spellchecker-params):
779         Call `ispell-find-hunspell-dictionaries' if hunspell and not
780         previously done.
781         (ispell-start-process):
782         Call `ispell-hunspell-fill-dictionary-entry' for current
783         dictionary if it is not initialized.
785 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * imenu.el: Comment nitpicks.
789 2013-02-28  Sam Steingold  <sds@gnu.org>
791         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
792         See <http://stackoverflow.com/questions/14720205>.
794 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
796         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
797         (net-utils-mode): Use it.
798         (net-utils--revert-cmd): New var.
799         (net-utils-run-simple): Set it, and remove bogus interactive spec.
800         (traceroute): Use net-utils-run-simple.
802 2013-02-28  Glenn Morris  <rgm@gnu.org>
804         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
806 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
809         (doc-view-fallback-mode): Remove overlays here.
810         (doc-view-toggle-display): Instead of here.  Don't throw away
811         image-mode-winprops-alist.
812         (doc-view-goto-page): Don't mess with hscroll.
814 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
816         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
817         &optional (bug#13819).
819 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
821         * net/tramp-adb.el (tramp-adb-parse-device-names)
822         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
824 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
826         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
827         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
828         defined.  POSIX environments fall back to the "C" locale then and
829         emit a warning, which shall be suppressed.
831 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
833         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
834         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
836 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
840 2013-02-25  Juri Linkov  <juri@jurta.org>
842         * replace.el (read-regexp): Let-bind `default' to the first
843         element of `defaults' if it's a list, otherwise it should be
844         a string or nil.  Let-bind `suggestions' to `defaults' if it's
845         a list, otherwise make a list with the string value.  Doc fix.
846         (Bug#13805)
848 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
850         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
851         that match "\`\.#", to avoid compiling lock files, even if they
852         are readable (as they are on MS-Windows).
854 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * files.el (basic-save-buffer): Remove redundant directory-creation.
858 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
860         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
861         Add option to force `pi' to remain symbolic.
862         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
863         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
864         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
865         derivatives, when necessary.
867 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
869         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
870         (ps-mode-octal-region): Use string-make-unibyte.
872 2013-02-23  Glenn Morris  <rgm@gnu.org>
874         * emulation/viper-cmd.el (viper-submit-report):
875         * progmodes/ps-mode.el (ps-mode-maintainer-address):
876         * progmodes/vera-mode.el (vera-mode-help-address):
877         * textmodes/artist.el (artist-maintainer-address):
878         * textmodes/reftex.el (reftex-report-bug):
879         * vc/ediff-util.el (ediff-submit-report):
880         Add bug-gnu-emacs to bug report address.
882         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
883         Remove bug report entries.
884         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
886         * emacs-lisp/bytecomp.el (byte-compile-level): New.
887         (byte-compile-file, byte-compile-from-buffer):
888         Use separate input/output buffers for each level of recursive
889         byte-compile-file calls.  (Bug#13787)
891 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
893         * net/tramp.el (tramp-methods): Fix docstring.
894         (tramp-ssh-controlmaster-options): Rename it from
895         `tramp-ssh-controlmaster-template'.  Return a string.
896         (tramp-default-method): Adapt check for
897         `tramp-ssh-controlmaster-options'.
899         * net/tramp-sh.el (tramp-methods):
900         Replace `tramp-ssh-controlmaster-template' by "%c".
901         (tramp-do-copy-or-rename-file-out-of-band)
902         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
903         that it is applied for the first hop only.
905 2013-02-22  Juri Linkov  <juri@jurta.org>
907         * isearch.el (isearch-lazy-highlight-new-loop):
908         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
909         to `isearch-other-end' if it is not nil.  (Bug#13402)
911         * replace.el (replace-highlight): Let-bind `isearch-other-end'
912         to `match-beg'.
914         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
915         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
916         and `isearch-error' to nil.
918 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
920         * progmodes/python.el (python-info-current-defun):
921         Enhance match-data cluttering prevention.
923 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
925         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
927         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
928         Handle multibyte file names.
930 2013-02-22  Glenn Morris  <rgm@gnu.org>
932         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
933         (sgml-transformation-function): Give it a :set function.
934         (sgml-tag): Doc fix.
936         * cmuscheme.el (scheme-buffer):
937         * progmodes/inf-lisp.el (inferior-lisp-buffer):
938         * progmodes/tcl.el (inferior-tcl-buffer):
939         * textmodes/tex-mode.el (tex-command): Doc fixes.
941         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
943         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
945 2013-02-21  Bastien Guerry  <bzg@gnu.org>
947         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
949 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
951         * progmodes/python.el (python-info-current-defun):
952         Enhance match-data cluttering prevention.
954 2013-02-21  Glenn Morris  <rgm@gnu.org>
956         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
957         loaded while outline-regexp is let bound.  (Bug#9584)
959 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
961         * progmodes/python.el (python-info-current-defun): Fix failed
962         defun name retrieval because of unwanted match-data cluttering.
964 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
966         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
967         defconst.  Apply independent check for ControlPersist.
969         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
970         temporarily, via "env".
972 2013-02-21  Glenn Morris  <rgm@gnu.org>
974         * info.el (Info-enable-edit): Remove.
975         (Info-edit): Disable it rather than using Info-enable.
976         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
977         (Info-cease-edit): Make editing of Info files obsolete.
979         * informat.el (Info-tagify):
980         Handle buffers not visiting files.  (Bug#13763)
982 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
984         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
986 2013-02-21  Glenn Morris  <rgm@gnu.org>
988         * files.el (basic-save-buffer): Move check for existing parent
989         directory after hooks.  (Bug#13773)
991 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
993         * simple.el (command-execute): Move from C.  Add obsolete check.
994         (extended-command-history): Move from C.
996 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
998         * jka-cmpr-hook.el (jka-compr-compression-info-list)
999         (jka-compr-mode-alist-additions): Handle .txz suffix for
1000         XZ-compressed tar archives (bug#13770).
1002 2013-02-20  Bastien Guerry  <bzg@gnu.org>
1004         * outline.el (outline-regexp, outline-heading-end-regexp):
1005         Make variables, not options (bug#13731).
1007 2013-02-20  Glenn Morris  <rgm@gnu.org>
1009         * image.el (image-current-frame): Change from variable to function.
1010         (image-show-frame): Rename from image-nth-frame.  Update callers.
1011         * image-mode.el (image-multi-frame): New variable.
1012         (image-mode-map, image-mode, image-goto-frame):
1013         Use image-multi-frame rather than image-current-frame.
1014         (image-mode, image-goto-frame): Use image-current-frame as
1015         function rather than as variable.
1017         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
1018         * emacs-lisp/cl-macs.el (cl--make-type-test)
1019         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
1021 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1023         * net/tramp-cache.el (tramp-get-hash-table): New defun.
1024         (tramp-get-file-property, tramp-set-file-property)
1025         (tramp-get-connection-property, tramp-set-connection-property): Use it.
1026         (tramp-flush-file-property, tramp-flush-directory-property):
1027         Rename argument to KEY.
1028         (tramp-flush-connection-property): Simplify a little bit.
1029         (tramp-connection-property-p): New defun.
1030         (top): Reapply saved values only if there isn't a corresponding
1031         entry in `tramp-connection-properties'.
1033 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
1035         * progmodes/python.el (python-indent-context):
1036         Fix python-info-line-ends-backslash-p call.
1037         (python-info-line-ends-backslash-p)
1038         (python-info-beginning-of-backslash): Respect line-number argument.
1039         (python-info-current-line-comment-p):
1040         Fix behavior when not at beginning-of-line.
1041         (python-util-position): Remove function.
1042         (python-util-goto-line): New function.
1044 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
1046         * eshell/em-unix.el (eshell/su): Require tramp.
1047         (eshell/sudo): Require tramp.  Remove now unnecessary check.
1049         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
1050         `tramp-current-connection' in order to avoid an error when several
1051         commands are invoked in a short time in eshell and friends.
1053 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1055         Cleanup some of EIEIO's namespace.
1056         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
1057         Use it to define all the class-* and object-* field accessors (renamed
1058         to eieio--class-* and eieio--object-*).  Update all uses.
1059         (eieio--class-num-slots, eieio--object-num-slots): Rename from
1060         class-num-slots and object-num-slots.
1061         (eieio--check-type): New macro.
1062         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1063         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1064         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1065         (object-assoc-list-safe): Use it.
1066         (eieio-defclass): Tighten regexp.
1067         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
1068         Remove unreachable code.
1069         (object-class-fast): Declare obsolete.
1070         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1071         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1072         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1073         Rename from class-name, object-name, object-set-name-string,
1074         object-class, object-class-name, class-parents, class-children,
1075         class-precedence-list, class-parent; with obsolete alias.
1076         (class-of, class-direct-superclasses, class-direct-subclasses):
1077         Declare obsolete.
1078         (eieio-defmethod): Use `memq'; remove unreachable code.
1079         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1080         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1081         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1084 2013-02-18  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1086         * eshell/em-cmpl.el: Corrected "context-related help"
1087         keybinding in commentary.
1089 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
1091         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1092         Use font-lock-keyword-face for macros and special forms (bug#8345).
1094 2013-02-17  Didier Verna  <didier@didierverna.net>
1096         * net/network-stream.el (network-stream-open-starttls):
1097         Check that response to the starttls-command is non-nil.  (Bug#13706)
1099 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1101         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1102         Don't assume all identifier chars have syntax word.
1103         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1104         Remove bar-not-symbol.  Adjust callers.
1105         (lisp-mode-variables): Don't set a font-lock-syntax-table.
1107 2013-02-17  Leo Liu  <sdl.web@gmail.com>
1109         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1111 2013-02-17  Glenn Morris  <rgm@gnu.org>
1113         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1115         * image-mode.el (image-mode-map): Add image-dired menu entry.
1117         * image-dired.el (tumme): Make this alias obsolete.
1119 2013-02-16  Glenn Morris  <rgm@gnu.org>
1121         * image.el (image-animated-types): Remove.
1122         (image-multi-frame-p): Rename from image-animated-p, and generalize.
1123         (image-animated-p): Make obsolete alias.
1124         (image-animate, image-nth-frame, image-animate-timeout):
1125         Use image-multi-frame-p.
1126         (image-animate-timeout): If no delay, use image-default-frame-delay.
1127         * image-mode.el (image-mode, image-toggle-animation):
1128         Use image-multi-frame-p.  (Bug#763, bug#10739)
1129         (image-mode): Adjust startup message for a multi-frame image.
1131         * image-mode.el (image-mode-map): Give it a menu.
1133 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1135         * net/tramp-cache.el (tramp-connection-properties): New customer
1136         option.
1137         (tramp-get-connection-property): Use it.
1139         * net/tramp-compat.el (top): Require 'trampver.
1141         * net/tramp-sh.el (tramp-remote-process-environment):
1142         Set tramp-autoload cookie.
1144 2013-02-16  Kevin Ryde  <user42@zip.com.au>
1146         * info-look.el (info-lookup-select-mode): If major-mode has no
1147         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1149 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
1151         * replace.el (read-regexp): Tighten the regexp that matches tag.
1152         When tag is retrieved with `find-tag-default', use regexp that
1153         matches tag at point.  Also update docstring (Bug#13687).
1155 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
1157         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1158         add watch for the file, not its parent directory, since w32notify
1159         sets up the watch for the directory internally.  (Bug#13725)
1161 2013-02-16  Glenn Morris  <rgm@gnu.org>
1163         * image.el (image-default-frame-delay): New variable.
1164         (image-animated-p): Use image-default-frame-delay.
1165         (image-minimum-frame-delay): New constant.
1166         (image-animate-timeout): Use image-minimum-frame-delay.
1168         * image.el (image-nth-frame): New, split from image-animate-timeout.
1169         (image-animate-timeout): Use image-nth-frame.
1170         * image-mode.el (image-goto-frame, image-next-frame)
1171         (image-previous-frame): New commands.
1172         (image-mode-map): Add new frame commands.
1174 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
1176         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1177         If col-desc already has help-echo, use it.  (Bug#13563)
1179 2013-02-16  Glenn Morris  <rgm@gnu.org>
1181         * image.el (image-current-frame): New variable.
1182         (image-animate-timeout): Set image-current-frame.
1183         * image-mode.el (image-mode): For animated images,
1184         display a frame counter via mode-line-process.
1186         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1188 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1192 2013-02-15  Alan Mackenzie  <acm@muc.de>
1194         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1195         global minor mode has been enabled, call the minor mode function
1196         for a new buffer once only, after the major mode hook, whilst
1197         allowing that hook explicitly to disable the minor mode.
1198         (MODE-disable-in-buffer): New (generated) function.
1199         (disable-MODE): New (generated) buffer local variable.
1201 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
1203         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1204         `iswitchb-next-match' and `iswitchb-prev-match' resply.
1205         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1206         `ido-next-match' and `ido-prev-match' resply.
1207         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1208         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1209         `icomplete-backward-completions' (Bug#13708).
1211 2013-02-15  Glenn Morris  <rgm@gnu.org>
1213         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1215 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1217         * net/goto-addr.el (goto-address-fontify): Add start and end args.
1218         (goto-address-fontify-region): Use them instead of narrowing, so
1219         syntax-ppss has access to the whole buffer.
1221 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1223         * progmodes/python.el: Explain how to restore "cc-mode"-like
1224         forward-sexp movement in header documentation (Bug#13642).
1225         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1226         comments and strings (GH bug 114).
1228 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1230         * progmodes/python.el (python-info-current-defun): Fix current
1231         defun detection (Bug#13618).
1233 2013-02-15  Chong Yidong  <cyd@gnu.org>
1235         * xml.el (xml-parse-string): Fix typo in handling of bad character
1236         references.
1238 2013-02-15  Glenn Morris  <rgm@gnu.org>
1240         * play/fortune.el (fortune-compile): Simplify and fix previous change.
1242 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
1244         * net/tramp.el (tramp-debug-message):
1245         Add `tramp-condition-case-unless-debug'.
1246         (tramp-debug-on-error): New defvar.
1247         (tramp-condition-case-unless-debug): New defun.
1248         (tramp-file-name-handler): Use it.
1250 2013-02-14  Juri Linkov  <juri@jurta.org>
1252         * info.el (Info-isearch-filter): Treat non-nil values of
1253         `search-invisible' including its default value `open'
1254         like the value `t' to match hidden text.  (Bug#13402)
1256 2013-02-14  Glenn Morris  <rgm@gnu.org>
1258         * help-fns.el (find-lisp-object-file-name): Give special treatment
1259         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
1261 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
1263         * net/quickurl.el (quickurl-save-urls):
1264         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
1266 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1268         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1269         depth for unfinished percent literal.  Not using it in the caller.
1270         (ruby-move-to-block): Jump over multiline literals of all types,
1271         ignoring code-looking contents inside them.
1272         (ruby-add-log-current-method): Improve performance at the expense
1273         of accuracy.  `ruby-block-contains-point' is relatively slow, so
1274         only use it for method and singleton class blocks.
1276 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1278         Use ControlMaster where applicable.  (Bug#13677)
1280         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1281         replacing `tramp-detect-ssh-controlmaster'.
1282         (tramp-default-method): Use it.
1284         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1285         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1286         arguments.
1287         [scpc, rsyncc]: Remove methods.
1288         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1289         and "ssh2_old".
1290         (tramp-do-copy-or-rename-file-out-of-band):  Change trace level.
1291         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1293 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1295         * emacs-lisp/package.el (package--initialized): Move before first use.
1297 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
1299         * icomplete.el (icomplete-hide-common-prefix):  New user option.
1300         (icomplete-first-match): New face.
1301         (icomplete-completions): Correct handling of "complete but not
1302         unique" (Bug#12638).
1304 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
1306         * descr-text.el (describe-char): Display the script (bug#13698).
1308 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * tmm.el: Use lexical-binding and current-active-maps.
1311         (tmm-menubar): Use map-keymap and pcase.
1312         (tmm--completion-table): New function.
1313         (tmm-prompt): Use it to fix the menu order.
1314         (tmm-get-keybind): Use current-active-maps.
1316 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
1318         Add dired-hide-details-mode.  (Bug#6799)
1320         * locate.el (locate-mode): Set parent mode property to dired-mode.
1322         * find-dired.el (find-dired): Call dired-insert-set-properties on
1323         initial information line.  Set process mark on end of buffer.
1324         (find-dired-sentinel):
1325         Call dired-insert-set-properties on summary.
1327         * dired.el (dired-hide-details-hide-symlink-targets)
1328         (dired-hide-details-hide-information-lines): New options.
1329         (dired-insert-directory):
1330         Set properties after final treatment of output.
1331         (dired-insert-set-properties):
1332         Set dired-hide-details-* properties.
1333         (dired-mode-map): Bind dired-hide-details-mode.
1334         (dired-mode): Set buffer-invisibility-spec to a list.
1335         (dired-next-line): Skip hidden lines.
1336         (dired-previous-line): Use dired-next-line.
1337         (dired-hide-details-mode): New minor mode.
1338         (dired-hide-details-update-invisibility-spec): New function.
1340 2013-02-13  Glenn Morris  <rgm@gnu.org>
1342         * play/yow.el: Move to obsolete/.  (Bug#9384)
1344 2013-02-13  Juri Linkov  <juri@jurta.org>
1346         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1347         to select `ediff-control-frame' and set input focus correctly on Xfce.
1348         (Bug#12218)
1350 2013-02-13  Juri Linkov  <juri@jurta.org>
1352         * image-mode.el (image-mode-map):
1353         * doc-view.el (doc-view-mode-map):
1354         * vc/ediff-util.el (ediff-setup-keymap):
1355         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1357 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1359         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1360         performance.  Instead of recalculating indentation fully for each
1361         line, sum up indentation depth based only on visited lines.
1362         (ruby-parse-partial): Increase the depth after "do" even when END
1363         is right after it.
1364         (ruby-parse-partial): When END is in the middle of a percent
1365         literal, increase the depth if the delimiter chars belong to the
1366         paren syntax class.
1368 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
1370         * play/fortune.el (fortune-compile): Also make the compiled file
1371         if it does not exist at all, not just if it is old.  (Bug#5338)
1373 2013-02-13  Glenn Morris  <rgm@gnu.org>
1375         * emacs-lisp/package.el (package-menu-execute): Doc fix.
1377 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
1379         * lisp/emacs-lisp/package.el (package-menu-execute):
1380         Add optional noquery argument.  (Bug#13625)
1382 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1384         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1385         if DIR exists and PARENTS is non-nil.
1387 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
1389         * progmodes/js.el (js--multi-line-declaration-indentation):
1390         Silence byte-compiler warning.
1392 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
1394         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1396         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1397         only if it doesn't exist.
1399         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1400         Set process marker.
1402 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
1404         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1405         UserInstallation when calling soffice to work around LibreOffice
1406         bug 37531.
1408 2013-02-12  Glenn Morris  <rgm@gnu.org>
1410         * files.el (basic-save-buffer):
1411         Offer to create a non-existing directory.  (Bug#3016)
1413         * calc/calc-graph.el (calc-graph-show-dumb):
1414         * calendar/calendar.el (calendar-mode-map):
1415         * cus-edit.el (custom-mode-map):
1416         * ehelp.el (electric-help-map):
1417         * emulation/vip.el (vip-mode-map):
1418         * epa.el (epa-key-list-mode-map):
1419         * info.el (Info-mode-map):
1420         * mail/rmail.el (rmail-mode-map):
1421         * mail/rmailsum.el (rmail-summary-mode-map):
1422         * man.el (Man-mode-map):
1423         * net/newst-plainview.el (newsticker-mode-map):
1424         * progmodes/cpp.el (cpp-edit-mode-map):
1425         * progmodes/grep.el (grep-mode-map):
1426         * progmodes/idlw-help.el (idlwave-help-mode-map):
1427         * simple.el (special-mode-map):
1428         * startup.el (splash-screen-keymap):
1429         * view.el (view-mode-map):
1430         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1432 2013-02-11  Elias Pipping  <pipping@lavabit.com>
1434         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1435         (bug#13679).
1437 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1441 2013-02-11  Glenn Morris  <rgm@gnu.org>
1443         * vc/diff.el (diff-use-labels): New variable.
1444         (diff-no-select): Use --label rather than -L, and first
1445         check that it is supported.  (Bug#11067)
1447         * files.el (enable-dir-local-variables): New variable.
1448         (hack-dir-local-variables): Respect enable-dir-local-variables.
1449         * tutorial.el (help-with-tutorial):
1450         Ignore directory-local variables.  (Bug#11127)
1452         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1453         (vc-svn-global-switches): ... to here.  (Bug#13513)
1455 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1457         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1458         Handle "foo (bar, default: xxx): " prompts.
1460 2013-02-10  Chong Yidong  <cyd@gnu.org>
1462         * files.el (basic-save-buffer-1): Do not set
1463         buffer-file-coding-system-explicit (Bug#4533).
1465         * mail/emacsbug.el (report-emacs-bug): Change binding of
1466         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1468 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1470         * calc/calc.el (calc-allow-units-as-numbers): New variable.
1471         * calc/calc-units.el (calc-convert-units): Use new variable.
1473 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1475         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1477         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1478         buffer-file-type.
1480         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1481         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1482         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1483         coding-system-for-write instead.
1485         * jka-compr.el (jka-compr-write-region): Don't bind
1486         buffer-file-type.
1488         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1489         buffer-file-type.
1491         * files.el (file-name-buffer-file-type-alist): Remove defvar.
1492         (insert-file-contents-literally): Remove reference to
1493         file-name-buffer-file-type-alist.
1495         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1496         make-obsolete.
1497         (find-buffer-file-type-match, find-buffer-file-type): Remove.
1498         (find-buffer-file-type-coding-system): Remove references to
1499         find-buffer-file-type-match, find-buffer-file-type, and
1500         buffer-file-type.
1501         Don't put find-buffer-file-type-coding-system into
1502         file-coding-system-alist.
1503         (find-file-binary, find-file-text): Bind coding-system-for-read
1504         instead of file-name-buffer-file-type-alist.
1506 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
1508         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1509         converter (Bug#13622).
1510         (doc-view-unoconv-program): Make obsolete alias.
1511         (doc-view-odf->pdf-converter-program): New variable.
1512         (doc-view-odf->pdf-converter-function): New variable.
1513         (doc-view-mode-p): Use it.
1514         (doc-view-odf->pdf-converter-unoconv):
1515         Rename from `doc-view-odf->pdf-converter-unoconv'.
1516         (doc-view-odf->pdf-converter-soffice): New function.
1517         (doc-view-convert-current-doc):
1518         Use `doc-view-odf->pdf-converter-function'.
1520 2013-02-09  Chong Yidong  <cyd@gnu.org>
1522         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1523         view-echo-area-messages (Bug#13340).
1525         * help.el (view-echo-area-messages): Use display-buffer.
1527         * dired-x.el (dired-do-run-mail): Prompt for confirmation
1528         (Bug#13561).
1530 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1532         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1533         Eval body right away, now that we do eager macroexpansion (bug#13605).
1535         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1536         (fundamental-mode): Use run-mode-hooks.
1538         * eshell/esh-proc.el (eshell/kill): Fix last change.
1539         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1541 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1543         * eshell/esh-proc.el (eshell/kill): Rewrite.
1545         * eshell/em-ls.el (show-almost-all): Declare.
1546         (eshell-do-ls): Add support for -A argument.
1548 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
1550         * icomplete.el (icomplete-forward-completions)
1551         (icomplete-backward-completions): Handle corner case (bug#13602).
1553 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
1555         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1556         be nil.  Handle this.  (Bug#13636)
1558 2013-02-07  Richard Stallman  <rms@gnu.org>
1560         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1561         `save-buffer-coding-system'.
1563 2013-02-07  Alan Mackenzie  <acm@muc.de>
1565         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
1566         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1567         (c-parse-state-get-strategy): Don't return 'BOD any more.
1568         (c-append-lower-brace-pair-to-state-cache):
1569         Extra parameter HERE instead of narrowing.
1570         Widen to top of buffer before searching backwards for a brace pair.
1571         (c-state-push-any-brace-pair): Add HERE parameter to function call.
1572         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1573         Narrow to parameter HERE, in place of being called narrowed.
1574         (c-remove-stale-state-cache): Extra parameter HERE in place of
1575         narrowing.  Check there's an open brace in the cache before
1576         searching for its match.
1577         (c-invalidate-state-cache-1): Add HERE parameter to function call.
1578         (c-parse-state-1): Don't narrow here for 'forward strategy,
1579         instead passing extra parameter HERE to several functions.
1580         Remove 'BOD strategy.
1582 2013-02-06  Nicolas Richard <theonewiththeevillook@yahoo.fr>  (tiny change)
1584         * emacs-lisp/package.el (describe-package-1): Tell what archive is
1585         used to install the package.
1587 2013-02-06  Glenn Morris  <rgm@gnu.org>
1589         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1590         if we can't get user input.  (Bug#6567)
1592         * startup.el (command-line): If simple.el is missing,
1593         test and warn about for some possible causes.
1595 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
1597         * cus-start.el (all): Add ns-use-native-fullscreen.
1599 2013-02-05  Glenn Morris  <rgm@gnu.org>
1601         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1603         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1604         Fix directory creation in fallback case.
1606 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1608         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1609         (vc-update-change-log): Use dolist.
1611 2013-02-04  Chong Yidong  <cyd@gnu.org>
1613         * thingatpt.el: Rewrite the URL detection routines, absorbing some
1614         code from ffap.el.
1615         (thing-at-point-beginning-of-url-regexp): New var.
1616         (thing-at-point-uri-schemes): Update list of URI schemes.
1617         (thing-at-point-url-regexp): Variable deleted.
1618         (thing-at-point-markedup-url-regexp): Disallow newlines.
1619         (thing-at-point-newsgroup-regexp)
1620         (thing-at-point-newsgroup-heads)
1621         (thing-at-point-default-mail-uri-scheme): New variables.
1622         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
1623         method to find the possible bounds of the URI at point.
1624         New optional argument to find ill-formed URIs.
1625         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
1626         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
1627         the scheme-adding heuristics from ffap-url-at-point.
1628         (thing-at-point--bounds-of-well-formed-url): New function.
1629         Do parens matching to decide whether to include parens in the URI
1630         (Bug#9153).
1632         * ffap.el: Require thingatpt.
1633         (ffap-url-at-point): Delegate URI detection to thing-at-point.
1634         All URI-valid characters are now recognized (Bug#5673).
1635         (ffap-string-at-point): Use use-region-p.
1636         (ffap-url-regexp): Extra character is handled by thing-at-point.
1637         (ffap-string-at-point-mode-alist): Allow parentheses.
1638         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1639         Convert to aliases; code moved to thingatpt.el.
1640         (ffap-gnus-hook): Use setq-local.
1642 2013-02-04  Glenn Morris  <rgm@gnu.org>
1644         * emacs-lisp/ert.el (ert--explain-format-atom):
1645         Don't try to print non-characters as characters.  (Bug#13543)
1647 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
1649         * net/tramp.el (tramp-debug-message): Extend function exclude list.
1650         (tramp-backtrace): New defun.
1651         (tramp-handle-insert-file-contents): Use `visit' when inserting
1652         the local copy.
1654         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1655         Use `remote-file-name-inhibit-cache'.
1657 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1660         (bug#13614).
1662         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1663         current-load-list (bug#13366).
1665 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
1667         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1668         Identify g++ template instantiation trace.  (Bug#12287)
1669         (compilation-mode-hook, compilation-start-hook)
1670         (compilation-window-height): Simplify docstrings.  (Bug#13379)
1672 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * mouse.el (mouse-drag-track): Always deactivate the mark before
1675         running the final event's command since that command is in charge of
1676         activating the mark if needed (bug#13523).
1678 2013-02-02  Juri Linkov  <juri@jurta.org>
1680         * replace.el (perform-replace): Move let-bindings of isearch-*
1681         variables deeper to the loop that searches for the next match.
1682         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1683         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1684         (Bug#13579)
1686         * isearch.el (isearch-search-fun-default): Check for null
1687         first element of isearch-cmds as a precaution when it's used
1688         with inactive isearch.
1690 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
1692         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1693         error when buffer in question is narrowed so position 1 is out of
1694         visible part.
1696 2013-02-02  Glenn Morris  <rgm@gnu.org>
1698         * textmodes/remember.el (remember-clipboard): Doc fix.
1700 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1703         properties (bug#13179).
1705 2013-02-02  Juri Linkov  <juri@jurta.org>
1707         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1708         instead of hard-coded default face `match'.  (Bug#9438)
1710 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
1712         * vc/vc-arch.el (vc-arch-registered):
1713         * vc/vc-bzr.el (vc-bzr-registered):
1714         * vc/vc-cvs.el (vc-cvs-registered):
1715         * vc/vc-git.el (vc-git-registered):
1716         * vc/vc-hg.el (vc-hg-registered):
1717         * vc/vc-mtn.el (vc-mtn-registered):
1718         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1719         (Bug#13139)
1721         * info.el (Info-next-reference, Info-prev-reference): Add numeric
1722         prefix argument.  (Bug#11656)
1724 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1726         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1728 2013-02-01  Glenn Morris  <rgm@gnu.org>
1730         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1731         if the backend is known not to support it.
1733         * imenu.el (imenu-default-create-index-function):
1734         Tweak infinite loop test to check for forward motion as well as none.
1736 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
1738         * net/soap-client.el (soap-invoke): Encode the string for
1739         `url-request-data' as UTF-8.
1740         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1742 2013-02-01  Glenn Morris  <rgm@gnu.org>
1744         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1746         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1748 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/tramp.el (tramp-tramp-file-p): Comment check for
1751         `string-as-unibyte'.  The function does not exist on XEmacs, and
1752         likely we need another approach.
1754         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1755         `tramp-gw-*' variables are bound.
1757 2013-01-31  Glenn Morris  <rgm@gnu.org>
1759         * files.el (basic-save-buffer-2): Choose coding system for
1760         writing the file before backing it up, to reduce delay between
1761         backing up and writing the new version.  (Bug#13522)
1763 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
1765         * simple.el (cycle-spacing): New command.
1766         (just-one-space): Use it.
1768 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1770         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
1771         (opascal-newline-always-indents): Remove custom.
1772         (opascal-tab, opascal-newline): Remove commands.
1773         (opascal-new-comment-line): Insert "\n" instead of calling newline.
1774         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1775         (opascal-save-match-data): Remove, use save-match-data instead.
1776         (opascal-save-state): Use with-silent-modifications.
1778         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1779         (bug#13585).
1781 2013-01-30  Juri Linkov  <juri@jurta.org>
1783         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1784         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
1785         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1787 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1790         column if we're just deleting the backslashes.
1791         (makefile-fill-paragraph): Use eolp.
1793 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
1795         * autorevert.el (auto-revert-use-notify): Fix docstring.
1797 2013-01-30  Leo Liu  <sdl.web@gmail.com>
1799         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1801 2013-01-30  Glenn Morris  <rgm@gnu.org>
1803         * mouse.el (mouse-drag-line): Avoid pushing same event onto
1804         unread-command-events twice in some cases.  This tries to implement
1805         the 2012-07-26 changes in a different way.  (Bug#13560)
1807 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1809         * progmodes/python.el
1810         (python-pdbtrack-comint-output-filter-function): Enhancements on
1811         stacktrace detection.  (thanks @gnovak)
1813 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1815         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1816         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1817         Use defvar-local.
1818         (jit-lock-register): Use setq-local.
1820 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
1822         * calc-units.el (math-default-units-table): Remove initial value.
1823         (calc-convert-units): Treat expressions where all the units cancel as
1824         if they didn't have units.
1826 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
1828         * net/tramp.el (tramp-process-connection-type): Fix docstring.
1829         (tramp-completion-reread-directory-timeout): Fix type.
1830         (tramp-connection-min-time-diff): New defcustom.
1832         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1834 2013-01-30  Glenn Morris  <rgm@gnu.org>
1836         * imenu.el (imenu-default-create-index-function):
1837         Put back a version of the infinite loop test removed 2013-01-23.
1839 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1841         * progmodes/python.el (python-shell-parse-command):
1842         Find python-shell-interpreter with modified environment.
1844 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1848 2013-01-29  Alan Mackenzie  <acm@muc.de>
1850         Amend to fontify /regexp/s in actions correctly.
1851         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1852         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1853         are no longer included.
1854         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1855         What used to be these variables without "-line" in the name.
1856         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
1857         (c-awk-non-arith-op-bra-re): Now also matches {.
1858         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1859         "return", and "case".
1860         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1861         by /.
1862         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1863         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1865 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
1867         * autorevert.el (auto-revert-use-notify):
1868         Use `custom-initialize-default' for initialization.  (Bug#13583)
1870         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1872         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1873         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
1874         in `tramp-file-name-handler'.
1875         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1876         compatibility.
1877         (tramp-compute-multi-hops): Check, whether
1878         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1880 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1882         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1883         (bug#13297).
1885 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1887         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1888         checks made superfluous by the \_< operator.
1889         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1890         temporarily) broken indentation.
1891         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1892         Highlight nested constants, too.  \_< broke that.
1894 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1896         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1897         instead of "\\b".
1899 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
1901         * autorevert.el (auto-revert-handler): Notifications which result
1902         from a saved file shall not be taken into account.  (Bug#13557)
1904 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
1906         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1907         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1908         (lisp-mode): Pass t for it.  (Bug#13556)
1910 2013-01-25  Alan Mackenzie  <acm@muc.de>
1912         AWK Mode: Fix indentation bug at top level.  Bug #12274.
1914         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1915         just before CASE 5D.
1917 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
1919         * net/socks.el (socks-nslookup-host): Use string-to-number.
1921 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
1923         * autorevert.el (auto-revert-remote-files)
1924         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1925         (auto-revert-notify-enabled, auto-revert-use-notify)
1926         (auto-revert-notify-watch-descriptor-hash-list)
1927         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1928         (auto-revert-notify-event-descriptor)
1929         (auto-revert-notify-event-action)
1930         (auto-revert-notify-event-file-name): Doc fix.
1931         (global-auto-revert-mode): Reorder checks.
1932         (auto-revert-notify-rm-watch): Respect changed values of
1933         `auto-revert-notify-watch-descriptor-hash-list'.
1934         (auto-revert-notify-add-watch): Check for
1935         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
1936         `inotify-add-watch'.  Watch `default-directory' instead of
1937         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
1938         has a changed meaning now.  (Bug#13540)
1939         (auto-revert-notify-handler): Change implementation wrt events
1940         returning from a directory.
1941         (auto-revert-handler): Reorder implementation for checks of remote
1942         files.
1943         (auto-revert-buffers): Fix parentheses error.
1945 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
1947         * progmodes/python.el: Enhancements to header documentation about
1948         skeletons.  (Bug#5716)
1950         * imenu.el (imenu-default-create-index-function): Remove useless
1951         infinite loop check.  (Bug#13438)
1953 2013-01-25  Alan Mackenzie  <acm@muc.de>
1955         Fix a bug in the state cache mechanism.  Refactor this a bit.
1957         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1958         `cache-pos' element from the return value.
1959         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1960         buffer to enable proper searching from beyond HERE.  Amend the
1961         test for detecting the sought brace pair.  Amend the value written
1962         to the "brace desert cache" when the brace isn't found.
1963         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1964         and several other variables analogously.
1965         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1966         parameter to a locally calculated variable.
1967         (c-parse-state-1): Change the calling conventions to the two
1968         defuns involving `cache-pos'.
1970 2013-01-25  Chong Yidong  <cyd@gnu.org>
1972         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1974 2013-01-24  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
1976         * paren.el (show-paren-function): Make sure to set 'priority and
1977         'face only if the overlay does exist.
1979 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
1981         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1983         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1984         basic attributes.
1985         (tramp-sh-handle-set-file-acl): Improve error checking.
1987 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
1989         * doc-view.el (doc-view-display): Force mode line update until all
1990         document is converted.  Suggested by Stefan Monnier (Bug#13164).
1992 2013-01-23  Bastien Guerry  <bzg@gnu.org>
1994         * paren.el (show-paren-function): Make sure an overlay exists
1995         before trying to delete it.  Also use `pos' as a position only
1996         when it is an integer.
1998 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
2000         * play/gametree.el (gametree-break-line-here): Use point-marker.
2002 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
2004         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
2005         Mark descriptive parts with `display' property.
2007 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
2009         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
2010         New variable to map standard dict names to hunspell ones.
2011         (ispell-set-spellchecker-params): Make sure specific dict names
2012         are used for standard dicts with hunspell.
2014 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
2016         * textmodes/reftex-cite.el (reftex-format-citation): Add format
2017         chars for note (%N) and url (%U).
2018         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
2020 2013-01-21  Juri Linkov  <juri@jurta.org>
2022         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
2023         in addition to existing separate binding `meta f10' in `global-map'.
2024         (Bug#13484)
2026 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
2028         Improve XEmacs compatibility.
2030         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
2032         * net/tramp-adb.el (top): Require `time-date'.
2033         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
2034         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
2035         Use `tramp-file-name-handler'.
2036         (tramp-adb-maybe-open-connection):
2037         Use `tramp-compat-set-process-query-on-exit-flag'.
2039         * net/tramp-sh.el (tramp-sh-handle-file-acl):
2040         Use `tramp-compat-funcall'.
2042         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
2043         `tramp-compat-funcall'.
2045 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
2047         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
2048         reimplementation using "adb shell command ..." instead of running
2049         remote shell interactively.
2051 2013-01-20  Glenn Morris  <rgm@gnu.org>
2053         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2054         Add native profiler menu entries.
2056         * profiler.el (profiler-running-p): New function.
2057         (profiler-cpu-profile): Use profiler-running-p.
2058         (profiler-report-mode-map): Add some more menu entries.
2060 2013-01-19  Glenn Morris  <rgm@gnu.org>
2062         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
2063         fixes 2012-12-07 change.  (Bug#13499)
2065 2013-01-19  Leo Liu  <sdl.web@gmail.com>
2067         * dired.el (dired-get-marked-files): Prune erroneous values due to
2068         last change.  (Bug#13152)
2070 2013-01-19  Glenn Morris  <rgm@gnu.org>
2072         * progmodes/etags.el (tags-table-check-computed-list):
2073         Preserve point in tags buffer.  (Bug#13412)
2075         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2077 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
2078             Chong Yidong  <cyd@gnu.org>
2080         * image-mode.el (image-next-file, image-previous-file):
2081         New commands (Bug#8453).
2082         (image-mode-map): Bind them to n and p.
2083         (image-mode--images-in-directory): New helper function.
2085 2013-01-19  Chong Yidong  <cyd@gnu.org>
2087         * image-mode.el (image-mode-fit-frame): Add a frame argument.
2088         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
2089         save and restore the old window configuration.
2091 2013-01-18  Leo Liu  <sdl.web@gmail.com>
2093         * progmodes/js.el: Tweak autoload cookie for alias.
2095 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2097         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2098         buffer local, again.  This was lost with the fix on 2013-01-12.
2100 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
2102         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2103         order to support several eshell buffers in parallel.
2105 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2107         * autorevert.el (auto-revert-use-notify): In the :set function, do
2108         not modify `kill-buffer-hook'.
2109         (auto-revert-notify-rm-watch):
2110         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2111         (auto-revert-notify-add-watch): Do not call
2112         `auto-revert-notify-rm-watch', but add it to a buffer local
2113         `kill-buffer-hook'.
2115 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2117         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2118         call to `eval' rather than a backquoted lambda.
2120 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2122         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2123         to return an explicit nil.
2124         (advice--remove-function): Change accordingly.
2126         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2127         the use of nadvice.el.
2129         * progmodes/which-func.el (which-function): Silence imenu errors
2130         (bug#13433).
2132 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2134         * progmodes/sql.el: (sql-imenu-generic-expression):
2135         (sql-mode-font-lock-object-name): Match schema qualified names.
2136         (sql-connect): Use string keys.
2137         (sql-product-interactive): Wait for interpreter prompt.
2138         (sql-comint-oracle): Set process coding based on NLS_LANG.
2140 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2142         * progmodes/sql.el (sql-output-to-send): Remove, unused.
2143         (sql-interactive-remove-continuation-prompt):
2144         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2146 2013-01-14  Leo Liu  <sdl.web@gmail.com>
2148         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2149         (Bug#13420)
2151 2013-01-14  Glenn Morris  <rgm@gnu.org>
2153         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2154         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2156 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2158         * progmodes/python.el (python-nav-end-of-statement):
2159         Fix cornercase when handling multiline strings.
2161 2013-01-13  Richard Stallman  <rms@gnu.org>
2163         * mail/sendmail.el (mail-position-on-field): Add doc string.
2165         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2166         Get current message boundaries and pass them to
2167         message-forward-make-body-mime.  Minor style changes.
2169 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
2171         * cus-start.el (all): Avoid warnings about
2172         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2174 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
2176         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2178 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * jit-lock.el (jit-lock-debug-mode): New minor mode.
2181         (jit-lock--debug-fontifying): New var.
2182         (jit-lock--debug-fontify): New function.
2183         * subr.el (condition-case-unless-debug): Don't prevent catching the
2184         error, just let the debbugger run.
2185         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2186         timer code and don't drop errors silently.
2188 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
2190         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2191         `permanent-local' property.
2192         (auto-revert-notify-handler): Use `file-equal-p'.
2194 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
2196         * autorevert.el (auto-revert-notify-handler): Fix filtering of
2197         file notification by ACTION. For filtering by file name, compare
2198         only the non-directory part of the file name.
2200 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2202         * autorevert.el: Use cl-lib instead of cl.
2204         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2205         (vc-bzr-checkin): Use it.
2206         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2207         will preserve match-data.
2209 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
2211         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2212         (js--declaration-keyword-re): New var.
2213         (js--multi-line-declaration-indentation): New function.
2214         (js--proper-indentation): Use it.
2216 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2218         * calc/calc.el (calc-highlight-selections-with-faces)
2219          (calc-dispatch):
2220         * comint.el (comint-history-isearch-message):
2221         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2222         * ffap.el (ffap-string-at-point-region, ffap-next)
2223         (ffap-string-at-point, ffap-string-around)
2224         (ffap-copy-string-as-kill, ffap-highlight-overlay)
2225         (ffap-literally):
2226         * font-lock.el (font-lock-keywords-alist)
2227         (font-lock-removed-keywords-alist):
2228         * help-mode.el (help-xref-symbol-regexp):
2229         * info.el (Info-find-emacs-command-nodes):
2230         * international/mule.el (add-to-coding-system-list):
2231         * isearch.el (isearch-message-function, isearch-fail-pos):
2232         * misearch.el (multi-isearch-next-buffer-function):
2233         * newcomment.el (comment-box):
2234         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2235         (pr-setting-database):
2236         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2237         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2238         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2239         (pike-font-lock-keywords-3):
2240         * progmodes/compile.el (compile):
2241         * progmodes/etags.el (tags-table-files)
2242         (tags-table-files-function, tags-included-tables-function):
2243         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2244         (gdb-restore-windows):
2245         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2246         (ps-n-up-filling-database):
2247         * server.el (server-buffer, server-log):
2248         * simple.el (newline, delete-backward-char, delete-forward-char)
2249         (minibuffer-history-isearch-message, kill-line, track-eol)
2250         (temporary-goal-column):
2251         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2252         (flyspell-default-deplacement-commands):
2253         * textmodes/ispell.el (ispell-accept-output):
2254         * textmodes/sgml-mode.el (html-tag-help):
2255         * vc/compare-w.el (compare-ignore-whitespace)
2256         (compare-ignore-case, compare-windows-dehighlight):
2257         * vc/diff.el (diff):
2258         * whitespace.el (whitespace-point)
2259         (whitespace-font-lock-refontify, whitespace-bob-marker)
2260         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2262 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
2264         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2265         (auto-revert-notify-rm-watch): Ignore errors.
2266         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
2267         inotify, and '(size last-write-time) for w32notify.
2268         Set buffer-local `auto-revert-use-notify' to nil when adding a file
2269         watch fails - this is a fallback to the file modification check.
2270         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2271         (auto-revert-notify-event-action)
2272         (auto-revert-notify-event-file-name): New defuns.
2273         (auto-revert-notify-handler): Use them.  Implement first
2274         plausibility checks.
2275         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2277 2013-01-11  Julien Danjou  <julien@danjou.info>
2279         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2280         max are almost equal. Also return the correct value for V which is
2281         already between 0 and 1.
2283 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2285         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2287 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
2289         * autorevert.el (auto-revert-notify-rm-watch)
2290         (auto-revert-notify-add-watch): Fix typos in w32notify function
2291         names.
2293 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2295         * autorevert.el (auto-revert-notify-enabled): Move up.
2296         (auto-revert-use-notify): New defcustom.
2297         (auto-revert-mode, global-auto-revert-mode)
2298         (auto-revert-notify-add-watch, auto-revert-handler)
2299         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2300         `auto-revert-notify-enabled'.
2302 2013-01-10  Elias Pipping  <pipping@exherbo.org>
2304         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2305         * doc-view.el (doc-view-document->bitmap):
2306         Use doc-view-single-page-converter-function instead of
2307         single-page-converter arg; adjust callers.
2309 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
2311         * progmodes/which-func.el (which-function): Understand Semantic's use
2312         of overlays in imenu--index-alist.
2314 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2316         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
2317         (Man-man-k-use-anchor): New var.
2318         (Man-parse-man-k): New function.
2319         (Man-completion-table): Use it.
2320         (man): Flush the completion cache between uses.
2322 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2324         * autorevert.el: Add file watch support.
2325         (auto-revert-notify-enabled): New defconst.
2326         (auto-revert-notify-watch-descriptor-hash-list)
2327         (auto-revert-notify-watch-descriptor)
2328         (auto-revert-notify-modified-p): New defvars.
2329         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2330         (auto-revert-notify-handler): New defuns.
2331         (auto-revert-mode, global-auto-revert-mode): Remove file watches
2332         when mode is disabled.
2333         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2334         (auto-revert-buffers): Add file watches for active buffers.
2336 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
2338         * cus-start.el (toplevel): Only allow float values for
2339         scroll-up-aggressively and scroll-down-aggressively.
2340         Allow any number for line-spacing.
2342 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2345         (doc-view-pdf->png-converter-function): Use mupdf if available.
2346         (doc-view-djvu->png-converter-function)
2347         (doc-view-ps->png-converter-function): Remove.
2348         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2349         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2350         (doc-view-already-converted-p): Adjust accordingly.
2351         (doc-view-mode-p): Simplify.
2352         (doc-view-enlarge): Use setq-local.
2353         (doc-view-pdf->png-converter-ghostscript)
2354         (doc-view-djvu->png-converter-ddjvu)
2355         (doc-view-pdf->png-converter-mupdf): Rework to call
2356         doc-view-start-process directly.
2357         (doc-view-pdf/ps->png): Simplify accordingly.
2358         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2359         (doc-view-document->bitmap): Rename from doc-view-document->png.
2360         (doc-view-convert-current-doc): Merge pdf and djvu cases.
2361         (doc-view-set-slice-from-bounding-box): Fix completion table.
2362         (doc-view-mode): Use add-hook for after-revert-hook.
2364 2013-01-10  Glenn Morris  <rgm@gnu.org>
2366         * emacs-lisp/authors.el (authors-ignored-files)
2367         (authors-valid-file-names, authors-renamed-files-alist):
2368         Add some more entries.
2370 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2372         * image-mode.el (image-mode-winprops): Don't throw away the fallback
2373         `t' pseudo-window entry.
2375 2013-01-10  Alan Mackenzie  <acm@muc.de>
2377         Fix bugs in the c-parse-state mechanism.  Reuse some markers
2378         instead of continually generating new ones.
2380         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2381         (c-state-old-cpp-end-marker): New variables.
2382         (c-append-lower-brace-pair-to-state-cache): Start a backward
2383         search for "}" definitively outside CPP constructs.
2384         (c-remove-stale-state-cache): Inform the caller of a need to
2385         search back for a brace pair in certain circumstances.
2386         (c-state-maybe-marker): New macro.
2387         (c-parse-state): Reuse markers when appropriate.
2389 2013-01-10  Glenn Morris  <rgm@gnu.org>
2391         * simple.el (execute-extended-command): Doc fix.
2392         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
2394 2013-01-10  Chong Yidong  <cyd@gnu.org>
2396         * faces.el (read-face-name): Doc fix.
2398 2013-01-10  Roland Winkler  <winkler@gnu.org>
2400         * emacs-lisp/crm.el: Allow any regexp for separators.
2401         (crm-default-separator): All spaces around the default comma separator.
2402         (crm--completion-command): New macro.
2403         (crm-completion-help, crm-complete, crm-complete-word): Use it.
2404         (crm-complete-and-exit): Handle non-single-char separators.
2406 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2408         * doc-view.el: Add support for DjVu (bug#13164).
2409         (doc-view-djvu->png-converter-function): New config var.
2410         (doc-view-single-page-converter-function, doc-view--image-type)
2411         (doc-view--image-file-extension): New vars.
2412         (doc-view-mode): Initialize them.
2413         (doc-view-goto-page): Use them.
2414         (doc-view-mode-p): Add support for ddjvu.
2415         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2416         (doc-view-set-up-single-converter): New funs.
2417         (doc-view-pdf/ps->png): Extend for djvu.
2418         (doc-view-document->png): Rename from doc-view-pdf->png.
2419         (doc-view-convert-current-doc): Handle djvu.
2420         (doc-view-insert-image, doc-view-display)
2421         (doc-view-already-converted-p): Don't hardcode png.
2422         (doc-view-set-doc-type): Recognize djvu docs.
2424 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2426         * doc-view.el: Add support for mupdf converter (bug#13164).
2427         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2428         (doc-view-ps->png-converter-function): New config vars.
2429         (doc-view-pdf->png-converter-ghostscript)
2430         (doc-view-ps->png-converter-ghostscript)
2431         (doc-view-pdf->png-converter-mupdf): New functions.
2432         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2434 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
2436         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2437         first in session cache: When `tramp-own-remote-path' is in
2438         `tramp-remote-path', the remote path is only set in the session
2439         cache.
2441 2013-01-09  Glenn Morris  <rgm@gnu.org>
2443         * emacs-lisp/trace.el (trace-function-foreground)
2444         (trace-function-background): Doc fix.
2446 2013-01-09  Juri Linkov  <juri@jurta.org>
2448         * international/mule-cmds.el (read-char-by-name): Move let-binding
2449         of completion-ignore-case around completing-read to fix regression
2450         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2451         `string-match-p' using the nil value of `case-fold-search' and
2452         `completion-ignore-case' in `completion-pcm--all-completions'.
2453         (Bug#12615).
2455 2013-01-09  Glenn Morris  <rgm@gnu.org>
2457         * progmodes/compile.el (compilation-parse-errors):
2458         Fix typo.  (Bug#13369)
2460 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2462         * comint.el (comint-send-input): Check size of buffer before
2463         waiting for process output, in case already accepted.  (Bug#13290)
2465 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2467         Spelling fixes.
2468         * net/tramp-adb.el (tramp-adb-get-toolbox):
2469         Fix misspelling of 'unknown'.
2471 2013-01-08  Juri Linkov  <juri@jurta.org>
2473         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2474         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2475         Use underline style wave on terminals that support it.  (Bug#13000)
2477 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2479         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2480         the predicate returns nil.
2482         * simple.el: Use lexical-binding.
2483         (primitive-undo): Use pcase.
2484         (minibuffer-history-isearch-push-state): Use a closure.
2486 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2488         * simple.el (primitive-undo): Move from undo.c.
2490 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2492         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2493         (cvs-mode-remove-handled): Use it (bug#13380).
2495         * emacs-lisp/nadvice.el (advice--tweak): New function.
2496         (advice--remove-function, advice--subst-main): Use it.
2498         * emacs-lisp/advice.el: Update commentary.
2500 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
2502         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2503         Remove spurious entry.
2505 2013-01-08  Glenn Morris  <rgm@gnu.org>
2507         * net/tramp.el (tramp-default-host-alist): Add :version.
2509 2013-01-08  Juri Linkov  <juri@jurta.org>
2511         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2512         single completion.  (Bug#12456)
2513         (info--manual-names): Expand node completions into an explicit list
2514         before appending it to another list.  Filter out internal buffers
2515         with the leading space in the buffer name.  (Bug#10771)
2517 2013-01-08  Juri Linkov  <juri@jurta.org>
2519         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2520         that defaults to the Top node.
2521         (Info-goto-node, Info-read-node-name): Doc fix to mention that
2522         the short format (FILENAME) goes to the Top node.
2523         (Info-build-node-completions): Rename arg `file' to `filename'.
2524         (Bug#13365)
2526 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2528         * menu-bar.el (menu-bar-search-documentation-menu):
2529         Use `apropos-user-option' and fix the help message.
2531 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2533         * apropos.el (apropos-do-all): Update docstring.
2534         (apropos-user-option-button): New face.
2535         (apropos-user-option): Rename from `apropos-variable' and update
2536         docstring.
2537         (apropos-variable): Rewrite, now show all variables by default.
2538         (apropos-print): Mention "User option" instead of "Variable" when
2539         printing doc for user options.  (Bug#13276)
2541 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
2543         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2544         Handle filename correctly, when parsing "source -> target" symlink
2545         output.
2546         (tramp-adb-handle-set-file-times): New defun.
2548 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2550         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2551         advice list when the interactive-spec of ad-Advice-* changes.
2553 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2555         * wid-edit.el (widget-default-get): Work for inlined elements.
2556         (Bug#12670)
2558 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
2560         * net/tramp.el (tramp-default-host-alist): New defcustom.
2561         (tramp-find-host): Use it.
2562         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
2563         `eshell-directory-change-hook'.
2565         * net/tramp-adb.el (top): Add adb specific entry in
2566         `tramp-default-host-alist'.
2567         (tramp-adb-file-name-host): Remove function.
2568         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2569         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2571         * net/tramp-sh.el: Move eshell integration code to tramp.el.
2573 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
2575         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2577 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
2579         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2580         consist of more than one digit.
2581         (tramp-adb-file-name-handler-alist):
2582         Use `tramp-handle-file-exists-p' consistently.
2583         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2584         (tramp-adb-handle-file-exists-p): Remove function.
2585         (tramp-adb-file-name-host): New defun.
2586         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2587         Use it.
2588         (tramp-adb-maybe-open-connection): Set "remote-path" property.
2590 2013-01-06  Chong Yidong  <cyd@gnu.org>
2592         * vc/vc.el (vc-next-action): Detect buffer modifications
2593         conflicting with locking VCS operation (Bug#11490).
2595         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2597 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
2599         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2600         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2602 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
2604         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2605         parsing of ls output using regular expression (handle filenames
2606         with spaces).  Use virtual device number.
2607         (tramp-do-parse-file-attributes-with-ls): New defun (Code
2608         cleanup).
2610 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2612         * epg.el: Silence byte-compiler warnings.
2613         (epg--start): Use delete-char instead of delete-backward-char.
2614         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2616 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2618         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2619         Suggested by Eli Zaretskii  <eliz@gnu.org>.
2621 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
2623         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2624         non-negative integers.  Otherwise, the default values are used.
2625         (tramp-convert-file-attributes): Convert uid and gid to integers.
2627 2013-01-04  Glenn Morris  <rgm@gnu.org>
2629         * term.el (term-handle-colors-array): Ensure face attributes
2630         are fully specified, not nil.  (Bug#13337)
2632         * term.el (term-default-fg-color, term-default-bg-color):
2633         Fix custom type.
2635         * progmodes/etags.el (tags-compression-info-list): Doc fix.
2636         (tag-find-file-of-tag-noselect): Check auto-compression-mode
2637         rather than 'jka-compr being loaded.  (Bug#13338)
2639 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
2641         * icomplete.el (icomplete-completions):
2642         Honor icomplete-prospects-height once more following
2643         2012-11-29 changes.  (Bug#13224)
2645 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2647         * subr.el (internal--called-interactively-p--get-frame): Find aliases
2648         of called-interactively-p as well (bug#13237).
2650         * view.el (view--enable, view--disable): Rename from view-mode-enable
2651         and view-mode-disable and assume it's called from view-mode.
2652         (view-mode-enable, view-mode-disable): Redefine as obsolete
2653         compatibility layer above view-mode.
2654         (view-mode-enter): Call `view-mode'.
2656         * files.el (after-find-file): Call `view-mode'.
2658         * doc-view.el (doc-view-scale-internally): New var.
2659         (doc-view-enlarge, doc-view-insert-image): Obey it.
2661 2013-01-03  Daiki Ueno  <ueno@gnu.org>
2663         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2664         exist.  (Bug#13344)
2666 2013-01-03  Glenn Morris  <rgm@gnu.org>
2668         * mail/rmail.el (rmail-set-header-1): Ignore case.
2669         Handle multi-line headers.  (Bug#13330)
2671         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2672         Handle paragraph starting at beginning of buffer.
2674         * subr.el (eval-after-load): Don't purecopy the form, so that it
2675         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
2677         * emacs-lisp/byte-run.el (defun): Place cl declarations
2678         after any interactive spec.  (Bug#13265)
2680 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
2682         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2683         defun.  Don't check for DECL if DOCSTRING isn't a string.
2684         (defun): Likewise.
2686 2013-01-02  Glenn Morris  <rgm@gnu.org>
2688         * eshell/em-cmpl.el (eshell-pcomplete):
2689         More thoroughly imitate pcomplete.  (Bug#13293)
2691         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
2692         Return nil for empty path elements.  (Bug#13296)
2694 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
2696         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2697         order to improve efficiency (Based on Daniel Colascione's
2698         <dancol@dancol.org> patch).  (Bug#13182)
2700 2013-01-02  Glenn Morris  <rgm@gnu.org>
2702         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2704 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
2706         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2707         neither DOCSTRING nor DECL was given.  (Bug#13316)
2709 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
2711         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2712         `error' call.
2713         (tramp-do-copy-or-rename-file): Ignore errors when calling
2714         `set-file-extended-attributes'.
2716         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2717         Add handler for `file-acl'.
2718         (tramp-smb-handle-file-acl): New defun.
2720 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
2722         * calc/README: Mention ISO 8601 week-numbering dates.
2724 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
2726         * view.el (view-mode-enable): New argument run-view-mode-hook.
2727         Run view-mode-hook only when it's non-nil (Bug#13315).
2728         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2729         argument t.
2731 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
2733         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2734         (No device connected, invalid device name). (Bug #13299)
2736 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
2738         * window.el (window-resizable--p): Rename to window-resizable-p.
2739         (window-resize-no-error): New function.
2741         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2742         broken in fix from 2012-12-28.
2744 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2746         * subr.el (special-form-p): Don't signal errors on undef aliases.
2748 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
2750         * calc/calc-forms.el (math-parse-date): Try using
2751         `math-parse-iso-date' when it looks like it might be needed.
2752         Allow times of 24:00.
2753         (math-parse-date-validate, math-parse-iso-date-validate):  Allow times
2754         of 24:00.
2756 2012-12-30  Glenn Morris  <rgm@gnu.org>
2758         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2759         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
2760         (rmail-summary-displayed, rmail-summary): Declare.
2761         (mairix-rmail-display): Just require rmail.
2763 2012-12-30  Chong Yidong  <cyd@gnu.org>
2765         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2766         check for the tarball contents.
2768 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
2770         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2771         tarfile content listings (Bug#13136).
2773 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
2775         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2776         Insert the undecoded text of the message being forwarded.  (Bug#9521)
2778 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
2780         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2781         integers, if they are real numbers.  (Bug#13282)
2783         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2784         Return `t' on success.
2786         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2787         Add handler for `set-file-selinux-context'.
2789 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
2791         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2792         (tramp-sh-handle-set-file-acl): Return `t' on success.
2794 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
2796         * files.el (backup-buffer-copy, basic-save-buffer-2):
2797         If set-file-extended-attributes fails, fall back on set-file-modes
2798         instead of signaling an error.  (Bug#13298)
2799         (basic-save-buffer): Likewise.
2801 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2803         * progmodes/python.el: Support other commands triggering
2804         python-indent-line so indentation cycling continues to work.
2805         (python-indent-trigger-commands): New defcustom.
2806         (python-indent-line): Use it.
2808 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2810         * progmodes/python.el (python-shell-send-region): Add blank lines
2811         for non sent code so backtraces remain correct.
2813 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2815         * progmodes/python.el: Remove cl dependency.
2816         (python-syntax-count-quotes): Replace incf call.
2817         (python-fill-string): Replace setf call.
2819 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
2821         * info.el (info-other-window): New arg, for consistency with info.
2823 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
2825         * mail/rmail.el (rmail-maybe-display-summary):
2826         Rewrite (Bug#13066).
2828 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
2830         * epg.el (epg--start): Modify process-environment locally.
2832 2012-12-28  Daiki Ueno  <ueno@gnu.org>
2834         * epg.el: Support pinentry-curses.
2835         Suggested by Werner Koch in
2836         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2837         (epg-agent-file, epg-agent-mtime): New variable.
2838         (epg--start): Record the modified time of gpg-agent socket file,
2839         to restore Emacs frame after pinentry-curses termination.
2840         (epg-wait-for-completion): Restore Emacs frame here.
2842 2012-12-27  Juri Linkov  <juri@jurta.org>
2844         * info.el (Info-file-completions): New variable.
2845         (Info-read-node-name-1): Complete node names in the Info file
2846         when a file name is given.  Call `Info-build-node-completions'
2847         with a file name.
2848         (Info-build-node-completions): Add new arg `file'.  When it is
2849         non-nil, visit it in a temporary buffer and cache its completions in
2850         `Info-current-file-completions'.  Move most of the function body to
2851         `Info-build-node-completions-1'.
2852         (Info-build-node-completions-1): New function with the body from
2853         `Info-build-node-completions'.  (Bug#12456)
2855 2012-12-27  Juri Linkov  <juri@jurta.org>
2857         * frame.el (frame-maximization-style): Remove user option.
2858         (cycle-frame-maximized): Remove function.
2859         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2860         (toggle-frame-fullscreen): New command bound to <f11> instead of
2861         `toggle-frame-maximized'.
2862         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2864 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
2866         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2868         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2869         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2870         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2871         for `file-accessible-directory-p'.  (Bug#13275)
2873 2012-12-27  Sam Steingold  <sds@gnu.org>
2875         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2876         continuations, see <http://stackoverflow.com/questions/3582436>.
2878 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2880         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2881         "module" and "def" to have indentation before them.
2882         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2884         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2886 2012-12-27  Alan Mackenzie  <acm@muc.de>
2888         Speed up fontification where there's large brace blocks.
2889         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2890         to a call of c-beginning-of-decl-1.
2892 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2894         * comint.el (comint-adjust-window-point): New function.
2895         (comint-postoutput-scroll-to-bottom):
2896         Call comint-adjust-window-point (Bug#13248).
2898 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
2900         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2901         Rakefile regexp.
2902         (auto-mode-alist): Associate .gemspec files with ruby-mode
2903         (https://bugs.ruby-lang.org/issues/5453).
2905 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
2907         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2908         Suppress coloring, if possible (required for BusyBox based systems like
2909         CyanogenMod).
2910         (tramp-adb-handle-file-attributes)
2911         (tramp-adb-handle-insert-directory)
2912         (tramp-adb-handle-file-name-all-completions): Use it.
2913         (tramp-adb-get-toolbox): New defun.  Check for remote shell
2914         implementation (BusyBox or Toolbox).
2916 2012-12-24  Constantin Kulikov <zxnotdead@gmail.com>  (tiny change)
2918         * startup.el (initial-buffer-choice): Allow function as value
2919         (Bug#13251).
2920         (command-line-1): Handle case where initial-buffer-choice
2921         specifies a function.
2922         * server.el (server-execute): Handle case where
2923         initial-buffer-choice specifies a function.
2925 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2927         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2928         its own function.
2929         (smtpmail-try-auth-methods): Forget the user name/password if the
2930         login is unsuccessful (bug#12424).
2932 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
2934         * notifications.el (notifications-notify): Protect body with
2935         `with-demoted-errors'.
2937         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2938         Check properties of remote device.  Restart connection, if there is a
2939         change.
2941 2012-12-21  Chong Yidong  <cyd@gnu.org>
2943         * sort.el (sort-subr): Doc fix (Bug#13056).
2945 2012-12-21  Bastien Guerry  <bzg@gnu.org>
2947         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
2949 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
2951         * simple.el (process-file): Overwrite stderr file, if exists.
2953 2012-12-21  Daiki Ueno  <ueno@gnu.org>
2955         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2956         (epg-error): Set `error-message' property.
2958 2012-12-21  Chong Yidong  <cyd@gnu.org>
2960         * international/mule-cmds.el (read-char-by-name): Signal an error
2961         if the user does not supply a valid character (Bug#13177).
2963         * simple.el (transpose-subr-1): Preserve marker positions by
2964         changing the insertion sequence (Bug#13122).
2966 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
2968         * simple.el (kill-region): Deactivate mark even for empty regions
2969         (Bug#13169).
2971 2012-12-21  Chong Yidong  <cyd@gnu.org>
2973         * help-fns.el (describe-variable): Make sure we get the right
2974         buffer name (Bug#13105).  Suggested by Kelly Dean.
2976 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
2978         * comint.el (comint-redirect-previous-input-string): New variable.
2979         (comint-redirect-setup, comint-redirect-cleanup)
2980         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
2981         (comint-redirect-preoutput-filter): Fix verbose message.
2983 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
2985         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
2986         is too long for Tramp.  See discussion in
2987         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2989         * progmodes/compile.el (compilation-start): Remove line escape
2990         template.
2992 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
2994         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2995         Adjust comment.
2997 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
2999         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
3000         following non-comment text (bug#13207).
3001         (lm-header-multiline): Continuation lines need to be indented more than
3002         the first line.
3003         (lm-homepage): New function.
3004         (lm-with-file): Don't be confused if narrowing is in effect.
3006 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3008         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
3009         very beginning of a hunk (e.g. killing the first line).
3011 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
3013         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
3014         and text properties from returned ACL string.
3015         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
3016         for "setfacl" command.
3018 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
3020         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
3021         `tramp-cleanup-this-connection', when the process has died.
3022         (Bug#13151)
3024 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3026         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
3028 2012-12-17  Kevin Ryde  <user42@zip.com.au>
3030         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
3032 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
3034         Add support for preserving ACL entries of files.
3036         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
3037         `set-file-acl' handlers.
3039         * net/tramp-adb.el (tramp-adb-handle-copy-file):
3040         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3042         * net/tramp-compat.el (tramp-compat-copy-file):
3043         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3045         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3046         Add `file-acl' and `set-file-acl' handlers.
3047         (tramp-gvfs-handle-copy-file):
3048         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3049         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
3050         New defuns.
3052         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3053         Add `file-acl' and `set-file-acl' handlers.
3054         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
3055         (tramp-sh-handle-set-file-acl): New defuns.
3056         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
3057         Handle PRESERVE-EXTENDED-ATTRIBUTES.
3059         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3060         Add `file-acl' and `set-file-acl' handlers.
3061         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
3063 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com> (tiny change)
3065         * help-macro.el (make-help-screen): Instead of switch-to-buffer
3066         use pop-to-buffer with NORECORD argument t.  As buffer name, use
3067         *Metahelp* with a leading space (Bug#13190).
3069 2012-12-16  Romain Francoise  <romain@orebokech.com>
3071         * files.el (file-extended-attributes)
3072         (set-file-extended-attributes): New functions.
3073         (backup-buffer): Use them to handle both SELinux context and ACL
3074         entries.
3075         (backup-buffer-copy): Work with an alist of extended attributes,
3076         rather than an SELinux context.
3077         (basic-save-buffer-2): Ditto.
3079 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
3081         * battery.el (battery-bsd-apm): New function.
3083 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
3085         * calc/calc.el (calc-standard-date-formats): Adjust one of the
3086         standard date formats.
3088 2012-12-15  Juri Linkov  <juri@jurta.org>
3090         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3091         `isearch-insert-char-by-name'.
3092         (with-isearch-suspended): New defmacro with body mostly from
3093         `isearch-edit-string' except the part that sets
3094         `isearch-new-string' and `isearch-new-message'.
3095         (isearch-edit-string): Use new macro `with-isearch-suspended' with
3096         body that sets `isearch-new-string' and `isearch-new-message'.
3097         (isearch-insert-char-by-name): New command.
3098         * international/mule-cmds.el (read-char-by-name): Let-bind
3099         `enable-recursive-minibuffers' to t.
3100         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3102 2012-12-15  Juri Linkov  <juri@jurta.org>
3104         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3105         (Bug#13175)
3107 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
3109         * dired-x.el (dired-guess-shell-command): Put colon at the end of
3110         the prompt.  (Bug#13045)
3112 2012-12-14  Glenn Morris  <rgm@gnu.org>
3114         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3115         Try to include filename in non-bytecomp warning.  (Bug#13132)
3117 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3119         Fix permissions bugs with setgid directories etc. (Bug#13125)
3120         * files.el (backup-buffer): Don't rely on 9th output of
3121         file-attributes, as it's now a placeholder.  Instead, use the new
3122         optional arg of file-ownership-preserved-p.
3123         (file-ownership-preserved-p): New optional arg GROUP.
3124         Fix mishandling of setuid directories that would cause this
3125         function to return t when it should have returned nil.
3126         Document what happens if the file does not exist, and when
3127         it's not known whether the ownership will be preserved.
3128         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3129         Likewise.
3130         (tramp-get-local-gid): Use group-gid for integer, as that's
3131         faster and more reliable.
3133 2012-12-14  Julien Danjou  <julien@danjou.info>
3135         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3136         Update keywords list, data type and PL/pgSQL.
3138 2012-12-14  Dave Abrahams  <dave@boostpro.com>
3140         * vc/ediff-util.el (ediff-buffer-type): New function.
3141         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3142         rather than taking it as as argument.
3143         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3145 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
3147         * json.el: Add pretty-print option (bug#12634).
3148         (json-encoding-separator, json-encoding-default-indentation)
3149         (json--encoding-current-indentation, json-encoding-pretty-print)
3150         (json-encoding-lisp-style-closings): New vars.
3151         (json--with-indentation): New macro.
3152         (json-encode-hash-table, json-encode-alist, json-encode-plist)
3153         (json-encode-array): Use it to obey json-encoding-pretty-print.
3154         (json-pretty-print-buffer, json-pretty-print): New commands.
3156 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3158         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3159         Extract `ruby-syntax-propertize-expansions'.
3160         (ruby-syntax-propertize-expansions): Only change syntax on
3161         certain string delimiters, to punctuation.  This way the common
3162         functions like forward-word and thing-at-point still work.
3163         (ruby-match-expression-expansion): Improve readability.
3164         (ruby-block-contains-point): New function.
3165         (ruby-add-log-current-method): Handle several edge cases.
3167 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3169         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3170         unload-feature finishes even when aborting an ongoing edebug session.
3171         Also, do not worry about edebug-mode, unload-feature takes care of it.
3173 2012-12-13  Andreas Schwab  <schwab@suse.de>
3175         * net/tls.el (tls-program): Update customize type.
3177 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3179         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3180         (edebug-setup-hook, cl-read-load-hooks): Use it.
3181         (edebug-unload-function): New function.  (Bug#13163)
3183 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
3185         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3186         Otherwise, there could be errors in autoloading.  (Bug#13151)
3188 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
3190         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3191         sequences.
3193 2012-12-13  Alan Mackenzie  <acm@muc.de>
3195         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
3196         * progmodes/cc-engine.el (c-backward-comments): Add code to work
3197         around `forward-comment' not recognizing ^M as whitespace.
3199 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3201         * progmodes/python.el (python-skeleton-class)
3202         (python-skeleton-def): Do not add space after defun name.
3204 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3206         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3207         (cl--symbol-function): Remove (now that funbound is like nil).
3209 2012-12-12  Glenn Morris  <rgm@gnu.org>
3211         * button.el (button--area-button-p): Fix typo.
3213 2012-12-12  Sam Steingold  <sds@gnu.org>
3215         * frame.el (frame-maximization-style): New user option.
3216         (toggle-frame-maximized): Toggle frame maximization according to
3217         `frame-maximization-style', bound to <f11>.
3218         (cycle-frame-maximized): Cycle between all maximization styles and
3219         non-maximized frame, bound to shift-<f11>.
3221 2012-12-12  David Cadé  <codename68@gmail.com>
3223         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3225 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
3227         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3228         (eieio-override-prin1): Don't quote kewords and booleans.
3229         (object-write) <eieio-default-superclass>: Don't put closing parens
3230         on new line, avoid needless empty lines, align values that are objects
3231         with the slot keyword (instead of beginning on the same line).
3232         (eieio-list-prin1): Align value with slot keyword; increase
3233         eieio-print-depth before printing members of the list.
3235 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3237         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3238         a display text-property.
3239         (report-emacs-bug-hook): Don't bother deleting it any more.
3241         * hilit-chg.el (highlight-save-buffer-state): Delete.
3242         Use with-silent-modifications instead.
3243         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3245         * button.el: Handle buttons in display text-properties.
3246         (button--area-button-p, button--area-button-string):
3247         Use (STRING . STRING-POS) representation instead of just STRING.
3249 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
3251         * makefile.w32-in (compile4-SH): Fix a typo that caused term
3252         subdirectory be skipped.
3254 2012-12-11  Glenn Morris  <rgm@gnu.org>
3256         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3258         * progmodes/f90.el (f90-line-continued, f90-indent-region):
3259         Treat preprocessor lines embedded in continuations like comments.
3260         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
3262 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
3264         * calc/calc.el (calc-standard-date-formats):  Add more date
3265         formats.
3266         * calc/calc-forms.el (math-parse-iso-date): New function.
3267         (math-parse-date): Use `math-parse-iso-date' when appropriate.
3268         (math-parse-iso-date-validate): Add extra error checking.
3269         (calc-date-notation): Add ability to access new date formats.
3271 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3273         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3274         font-lock as well as when there's no text-property.
3276 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
3278         * hi-lock.el: Refine the choice of default face.
3279         (hi-lock-keyword->face): New function.  Use it wherever we used
3280         cadadadr instead.
3281         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3282         (hi-lock--last-face): Remove var.
3283         (hi-lock--unused-faces): New var to replace it.
3284         (hi-lock-read-face-name): Use/maintain it.
3285         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
3286         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3287         if it has another face.
3289 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3291         * subr.el (w32notify-handle-event): New function.
3292         (inotify-handle-event): Doc fix.
3294 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3296         * subr.el (inotify-event-p, inotify-handle-event): New functions.
3298 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
3300         * simple.el (just-one-space): Doc fix.
3302 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3304         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3306 2012-12-10  Le Wang  <l26wang@gmail.com>
3308         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3309         narrowed buffer (bug#12361).
3311 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
3313         * vc/vc-hooks.el (vc-state): Doc fix.
3315 2012-12-10  Glenn Morris  <rgm@gnu.org>
3317         * mail/rmail.el (rmail-maybe-display-summary):
3318         Preserve buffer, in case select-window changes it.  (Bug#13066)
3320 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3322         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3323         cl-load-hook where they belong.
3325 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3329 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
3331         Parallelize byte compilation on MS-Windows.
3332         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3333         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3334         (WINS_BASIC): Define as concatenation of the above.
3335         (compile): Subdivide into 4 separate and independent jobs that can
3336         be run in parallel.
3337         (compile0-CMD, compile0-SH): New targets for compiling
3338         COMPILE_FIRST files, which are prerequisites for the rest of the
3339         byte-compilation.
3340         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3341         New targets for parallel compilation with cmd.exe.
3342         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3343         compiling under a Unixy shell.
3345 2012-12-09  Chong Yidong  <cyd@gnu.org>
3347         * simple.el (set-mark-default-inactive): Delete this
3348         accidentally-introduced option.
3349         (set-mark-command, exchange-point-and-mark): Remove calls.
3351 2012-12-09  Glenn Morris  <rgm@gnu.org>
3353         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3354         Respect a defcustom's :set function, if appropriate.  (Bug#109)
3355         (eval-defun): Doc fix.
3357 2012-12-08  Juri Linkov  <juri@jurta.org>
3359         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3360         (Info-fontify-node, Info-bookmark-make-record): Remove the
3361         file extension from Info-current-file (Bug#13016).
3363 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3365         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3366         point, still provide some default.
3367         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3368         names, since we don't use it right now.  Actually return the list.
3369         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3371 2012-12-07  Chong Yidong  <cyd@gnu.org>
3373         * novice.el (disabled-command-function): Remove a spurious help
3374         xref (Bug#13043).  Suggested by Kelly Dean.
3376         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3377         syntax is specified (Bug#13025).
3379         * info.el (Info-set-mode-line): Remove the file extension from
3380         Info-current-file if there is one (Bug#13016).
3382 2012-12-07  Glenn Morris  <rgm@gnu.org>
3384         * mail/rmail.el (rmail-mime-decoded): New permanent local.
3385         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3386         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3387         and rmail-mime-decoded.  (Bug#9841)
3389         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
3390         (batch-unrmail, unrmail): Doc fixes.
3391         (unrmail): Respect unrmail-mbox-format.
3392         * mail/rmail.el (rmail-mbox-format): New option.
3393         (rmail-show-message-1): Respect rmail-mbox-format.
3395 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3397         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3399 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3401         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
3402         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3403         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3404         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3405         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3406         (cl-progv): Don't rely on dynamic scoping to find the body.
3407         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3408         (cl--proclaims-deferred): Rename from the "cl-" prefix.
3409         (cl-declaim): Use backquotes.
3410         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3411         Use "cl--" prefix for the object's tag.
3413         * ses.el: Use advice-add/remove.
3414         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3415         (copy-region-as-kill, yank): Use advice-add.
3416         (ses-unload-function): Use advice-remove.
3418 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
3420         * button.el: Make them work in header-lines (bug#12817).
3421         (button-map): Add bindings for header-line and mode-line use.
3422         (button-get, button-put, button-label): `button' may now be a string.
3423         (button-activate): Don't make it a defsubst.
3424         (button--area-button-p, button--area-button-string): New functions.
3425         (make-text-button): Fix the return value when `beg' was a string.
3426         (push-button): Handle the mode-line case.
3428 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3430         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3431         (sql-signum): Remove.  Use `cl-signum' instead.
3432         (sql-read-passwd): Remove; use read-passwd instread.
3433         (sql-get-login-ext): Use read-string.
3434         (sql-get-login): Use dolist and pcase.
3435         (sql--completion-table): Rename from sql-try-completion.
3436         Use complete-with-action.
3437         (sql-mode): Don't change abbrev-all-caps globally.
3438         (sql-connect): Don't rely on dynamic scoping for `new-name'.
3439         (sql-postgres-completion-object): Initialize vars in their `let'.
3440         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3441         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3442         (sql-comint-interbase): Use a single append, without setq.
3443         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3445         * hi-lock.el: Rework the default face and the serialize regexp code.
3446         (hi-lock--auto-select-face-defaults): Remove.
3447         (hi-lock-string-serialize-serial): Remove.
3448         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3449         make weak.
3450         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3451         equal string.
3452         (hi-lock-set-pattern): Adjust accordingly.
3453         (hi-lock--regexps-at-point): Simplify accordingly.
3454         (hi-lock--auto-select-face-defaults): Remove.
3455         (hi-lock--last-face): New var to replace it.
3456         (hi-lock-read-face-name): Rewrite (bug#11095).
3457         (hi-lock-unface-buffer): Arrange for the face to be the next default.
3459 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
3461         * net/tramp.el (tramp-replace-environment-variables):
3462         Hide compiler warning.
3463         (tramp-file-name-for-operation): Remove `executable-find',
3464         `start-process', `call-process' and `call-process-region'.
3466         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3468         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3469         compatibility.
3471         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3473 2012-12-06  Chong Yidong  <cyd@gnu.org>
3475         * ffap.el (ffap-replace-file-component): Fix typo.
3477 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3479         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3480         fix open-paren-like token test (bug#12785).
3482 2012-12-06  Glenn Morris  <rgm@gnu.org>
3484         * mail/rmailsum.el (rmail-new-summary): Tweak for
3485         rmail-maybe-display-summary changing buffer.  (Bug#13066)
3487 2012-12-06  Juri Linkov  <juri@jurta.org>
3489         * info.el (Info-fontify-node): Don't hide the last newline.
3490         (Bug#12272)
3492 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3494         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3495         so as to enable message-read-from-minibuffer to expand mail aliases.
3497 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3499         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3500         the `intangible' property.
3501         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3503 2012-12-05  Deniz Dogan  <deniz@dogan.se>
3505         * net/rcirc.el (rcirc-urls): Update documentation.
3506         (rcirc-condition-filter): New function.
3507         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3508         and exclude consecutive duplicate URLs (Bug#6082).
3510 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
3512         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3513         Check return code of copy command.
3515         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3516         Use group `tramp'.  Add version.
3518 2012-12-05  Chong Yidong  <cyd@gnu.org>
3520         * ffap.el (ffap-url-regexp): Don't require matching at front of
3521         string (Bug#4952).
3522         (ffap-url-p): If only a substring matches, return that.
3523         (ffap-url-at-point): Use the return value of ffap-url-p.
3524         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3525         (find-file-at-point, dired-at-point, dired-at-point-prompter)
3526         (ffap-guess-file-name-at-point): Likewise.
3527         (ffap-replace-file-component): Fix typo.
3529         * info.el (info-display-manual): Add existing Info buffers, whose
3530         files may not be in Info-directory-list, to the completion.
3531         (info--manual-names): New helper function.
3533 2012-12-05  Glenn Morris  <rgm@gnu.org>
3535         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3536         New functions, for detecting and resolving conflicts.  (Bug#10709)
3538 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
3540         * hi-lock.el (hi-lock-auto-select-face): New user variable.
3541         (hi-lock-auto-select-face-defaults): New buffer local variable.
3542         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3543         (hi-lock-unface-buffer): Prompt user with useful defaults.
3544         With prefix arg, unhighlight all hi-lock patterns in buffer.
3546 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3548         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3550 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
3552         * Makefile.in (TRAMP_SRC):
3553         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3555 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
3557         * net/tramp-adb.el: New package.
3559 2012-12-04  Chong Yidong  <cyd@gnu.org>
3561         * terminal.el: Move to obsolete/.
3563         * longlines.el: Move to obsolete/.
3565         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3566         Remove code referring to longlines mode.
3568 2012-12-03  Juri Linkov  <juri@jurta.org>
3570         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
3572 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3574         * textmodes/ispell.el (ispell-init-process)
3575         (ispell-start-process, ispell-internal-change-dictionary):
3576         Make sure personal dictionary name is expanded after initial
3577         `default-directory' value. Use expanded strings for
3578         keep/restart checks and for value (Bug#13019).
3580 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3582         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3584 2012-12-03  Leo Liu  <sdl.web@gmail.com>
3586         * files.el (dir-locals-read-from-file): Check file non-empty
3587         before reading.  (Bug#13038)
3589 2012-12-03  Glenn Morris  <rgm@gnu.org>
3591         * jka-cmpr-hook.el (jka-compr-get-compression-info):
3592         Remove any version extension before checking filename.  (Bug#13006)
3593         (jka-compr-compression-info-list): Belated :version bump.
3595 2012-12-03  Chong Yidong  <cyd@gnu.org>
3597         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3599         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3600         (buffer-menu): Doc fix (Bug#12294).
3602 2012-12-03  Roland Winkler  <winkler@gnu.org>
3604         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3605         of diary-show-all-entries in the diary buffer (Bug#12994).
3607 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
3609         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3610         "<STDIN>".  This is binary safe.
3612 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3614         * calc/calc-forms.el (math-absolute-from-iso-dt)
3615         (math-date-to-iso-dt, math-parse-iso-date-validate)
3616         (math-iso-dt-to-date): New functions.
3617         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3618         (math-fd-isoweekday): New variables.
3619         (calc-date-notation, math-parse-standard-date, math-format-date)
3620         (math-format-date-part): Add support for more formatting codes.
3622 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3624         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3625         current buffer's file name when called interactively (Bug#12488).
3627 2012-12-02  Juri Linkov  <juri@jurta.org>
3629         * info.el (info-display-manual): Don't clobber an existing Info
3630         buffer (Bug#10770).  Add completion (Bug#10771).
3632 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
3634         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3635         before using it for comparison (Bug#5297).
3637 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
3639         * textmodes/css-mode.el (css-current-defun-name): New function.
3640         (css-mode): Use it.
3642         * textmodes/sgml-mode.el (html-current-defun-name): New function.
3643         (html-mode): Use it.
3645 2012-12-01  Chong Yidong  <cyd@gnu.org>
3647         Modularize add-log-current-defun (Bug#2224).
3648         Suggested by Jari Aalto.
3650         * vc/add-log.el (add-log-current-defun-function): Doc fix.
3651         (add-log-current-defun): Move mode-specific code to other files.
3652         (add-log-lisp-like-modes, add-log-c-like-modes)
3653         (add-log-tex-like-modes): Variables deleted.
3655         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3656         (lisp-mode-variables): Use it.
3658         * progmodes/cc-mode.el (c-common-init):
3659         * progmodes/cperl-mode.el (cperl-mode): Set a value for
3660         add-log-current-defun-function.
3662         * progmodes/m4-mode.el (m4-current-defun-name): New function.
3663         (m4-mode): Use it.
3665         * progmodes/perl-mode.el (perl-current-defun-name): New.
3666         (perl-mode): Use it.
3668         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3669         Use lisp-current-defun-name.
3671         * textmodes/tex-mode.el (tex-current-defun-name): New.
3672         (tex-common-initialization): Use it.
3674         * textmodes/texinfo.el (texinfo-current-defun-name): New.
3675         (texinfo-mode): Use it.
3677 2012-12-01  Chong Yidong  <cyd@gnu.org>
3679         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3680         * progmodes/autoconf.el (autoconf-mode):
3681         * progmodes/js.el (js-mode):
3682         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3683         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3684         * progmodes/perl-mode.el (perl-mode):
3685         * progmodes/sh-script.el (sh-mode, sh-set-shell):
3686         * textmodes/css-mode.el (css-mode):
3687         * textmodes/sgml-mode.el (html-mode, sgml-mode)
3688         (sgml-tags-invisible, sgml-guess-indent):
3689         * textmodes/tex-mode.el (tex-common-initialization)
3690         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3691         (doctex-mode, plain-tex-mode, latex-mode):
3692         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3694 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
3696         * vc/vc-hg.el (vc-hg-next-revision):
3697         Ensure use of default "tip" output format.  (Bug#6968)
3699 2012-12-01  Kim F. Storm  <storm@cua.dk>
3701         * startup.el (fancy-startup-tail): Add a clickable link
3702         (Bug#2176).
3704 2012-12-01  Chong Yidong  <cyd@gnu.org>
3706         * startup.el (fancy-startup-tail): Improve the message about
3707         auto-save files (Bug#2176).
3709         * files.el (recover-session): Improve the descriptive message, and
3710         use substitute-command-keys.
3712 2012-12-01  Glenn Morris  <rgm@gnu.org>
3714         * ido.el (ido-file-internal):
3715         Handle other-window, other-frame for dired.  (Bug#13036)
3717 2012-11-30  Glenn Morris  <rgm@gnu.org>
3719         * icomplete.el (icomplete-separator): Fix :version.
3721 2012-11-30  Chong Yidong  <cyd@gnu.org>
3723         * shell.el (shell): For C-u M-x shell, use an inactive shell
3724         buffer as the default (Bug#1975).
3725         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3726         (shell-mode): Use them to reapply ansi colorization if Shell mode
3727         is re-enabled.
3729 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
3731         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3733 2012-11-30  Samuel Bronson  <naesten@gmail.com>
3735         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3736         flag to xargs, for compatibility with BSD xargs (Bug#11703).
3738 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3740         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3741         by move-to-column (Bug#3234).
3743 2012-11-30  Chong Yidong  <cyd@gnu.org>
3745         * longlines.el (longlines-wrap-line, longlines-encode-region):
3746         Preserve text properties (Bug#1425).
3748 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3750         * vc/vc.el (vc-register): Allow registering a file which is
3751         already registered with a different backend (Bug#10589).
3753 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
3754             Stefan Monnier  <monnier@iro.umontreal.ca>
3756         * icomplete.el: Change separator; add ido-style commands.
3757         (icomplete-show-key-bindings): Remove custom var.
3758         (icomplete-get-keys): Remove function.
3759         (icomplete-forward-completions, icomplete-backward-completions):
3760         New commands.
3761         (icomplete-minibuffer-map): New var.
3762         (icomplete-minibuffer-setup): Use it.
3763         (icomplete-exhibit): Don't delay if the list of completions is known.
3764         (icomplete-separator): New custom.
3765         (icomplete-completions): Use it.
3766         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3767         (minibuffer-force-complete-and-exit): New command.
3768         (minibuffer--complete-and-exit): New function extracted from
3769         minibuffer-complete-and-exit.
3770         (minibuffer-complete-and-exit): Use it.
3772         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3773         error message when the file doesn't exist (bug#12974).
3775 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3777         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3779 2012-11-29  Glenn Morris  <rgm@gnu.org>
3781         * files.el (hack-dir-local-variables): Warn if try to set
3782         coding via dir-locals, since it doesn't work.  (Bug#7169)
3784         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
3785         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3786         Set buffer-local value of desktop-save-buffer.
3787         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3788         New functions.
3789         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3790         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3792         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
3793         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3794         Doc fix.
3795         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3796         Doc fixes.
3798 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
3800         * calc/calc-forms.el (calc-date-notation): Fix regexp
3801         used to find time codes.  Fix symbol for seconds.
3803 2012-11-27  Glenn Morris  <rgm@gnu.org>
3805         * emacs-lisp/derived.el (derived-mode-make-docstring):
3806         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
3808 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * textmodes/table.el (table-insert): Don't use `symbol-name' on
3811         lexically scoped variables (bug#13005).
3813 2012-11-27  Glenn Morris  <rgm@gnu.org>
3815         * vc/vc-hooks.el (vc-mistrust-permissions):
3816         Default to t, to avoid data-loss.  (Bug#11490)
3818 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
3820         * progmodes/python.el (python-indent-guess-indent-offset):
3821         If indentation is guessed make python-indent-offset buffer-local.
3823         Fix Imenu regression.
3824         * progmodes/python.el (python-nav-beginning-of-defun):
3825         Fix forward movement when statement(s) separates point from defun.
3826         (python-imenu-prev-index-position): New function.
3828 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
3830         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
3832         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3833         Don't set buffer-file-type.  Return nil.  (Bug#12989)
3835 2012-11-27  Glenn Morris  <rgm@gnu.org>
3837         * hippie-exp.el (hippie-expand-try-functions-list):
3838         Re-autoload it.  (Bug#12982)
3840 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
3842         * descr-text.el (describe-char-padded-string):
3843         Call internal-char-font only on GUI frames.  (Bug#11964)
3845 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
3847         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3848         and obsoletion message.
3850 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3852         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3853         the constructs to keep outside of the `cl-block' (bug#12977).
3855 2012-11-27  Chong Yidong  <cyd@gnu.org>
3857         * mouse.el (mouse-drag-line): Even if the line is not draggable,
3858         keep reading until we get the up-event anyway, in order to process
3859         the up-event for mouse-1-click-follows-link (Bug#12971).
3861 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3863         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3864         base function is not yet defined (bug#12965).
3865         (ad-activate-advised-definition): Use ad-compile-function.
3866         (ad-activate): Use cond.
3868 2012-11-25  Leo Liu  <sdl.web@gmail.com>
3870         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3871         (Bug#12979)
3873 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3875         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3876         reftex-section-info-function in order to be compatible with
3877         Texinfo integration.
3879         * textmodes/reftex.el (reftex-section-pre-regexp)
3880         (reftex-section-post-regexp, reftex-section-info-function):
3881         New variable.
3882         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3883         reftex-section-post-regexp, and reftex-section-info-function in order
3884         to be compatible with Texinfo integration.
3886         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3887         use reftex-section-pre-regexp variable in order to be compatible with
3888         Texinfo integration.
3890 2012-11-25  Chong Yidong  <cyd@gnu.org>
3892         * faces.el: Make face-spec-set more analogous to setq.
3893         (face-spec-set): Change the third arg to specify whether this
3894         function is being called via defface, customize, or a third party.
3895         Set the appropriate symbol properties.  Clear the override spec if
3896         setting via Custom.  Initialize face if necessary.  (Bug#4988)
3897         (face-spec-recalc): Allow theme faces to completely replace the
3898         defface spec, in the same way as custom faces (Bug#8454).
3900         * cus-face.el (custom-declare-face): Move face initialization to
3901         face-spec-set.
3902         (custom-theme-set-faces): Don't initialize the face name here, as
3903         that is now done in face-spec-set.
3905         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3906         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3907         Simplify by using the new arg to face-spec-set.
3909         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3910         reset face-override-spec too, and use custom-declare-face.
3912 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
3914         * term/ns-win.el (ns-initialize-window-system): Move creation of
3915         fontsets here (Bug#11964).
3917 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3919         * ses.el (ses-rename-cell): Correct bug on mode-line update after
3920         cell renaming.
3922 2012-11-24  Chong Yidong  <cyd@gnu.org>
3924         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3925         obsolete.
3927         * custom.el (custom-theme-set-variables): Use a topological sort
3928         for ordering by custom dependencies (Bug#12952).
3929         (custom--sort-vars, custom--sort-vars-1): New functions.
3931 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3933         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3934         lexical-binding (bug#12938).
3936 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
3938         * image-mode.el (image-transform-check-size): Use assertions only
3939         for images of type imagemagick.
3941         Otherwise no error, image-transform-fit-to-{width,height} is
3942         silently ignored, as before.  Doc fix.
3944 2012-11-24  Chong Yidong  <cyd@gnu.org>
3946         * faces.el (color-defined-p): Doc fix (Bug#12853).
3948 2012-11-24  Juri Linkov  <juri@jurta.org>
3950         * dired.el (dired-mark): Add optional arg `interactive'.
3951         Check for `use-region-p' if `interactive' is non-nil.
3952         (dired-unmark, dired-flag-file-deletion): Add optional arg
3953         `interactive'.  Call `dired-mark' with the arg `interactive'.
3954         (Bug#10624)
3956         * wdired.el: Revert 2012-10-17 change partly and replace it with
3957         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3958         (wdired-finish-edit): Add marks for new file names to
3959         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
3960         after `revert-buffer'.
3961         (wdired-do-renames): Remove calls to `dired-remove-file',
3962         `dired-add-file', `dired-add-entry'.  (Bug#11795)
3964 2012-11-24  Alan Mackenzie  <acm@muc.de>
3966         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3968         Fix bugs in the state cache.  Enhance a debugging mechanism.
3969         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3970         "brace at column zero" strategy for C++.
3971         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3972         (c-parse-state-point): New variable.
3973         (c-record-parse-state-state): Record old parse state with
3974         `copy-tree'.  Record previous value of point.
3975         (c-debug-parse-state-double-cons): New debugging function.
3976         (c-debug-parse-state): Call the above new function.
3977         (c-toggle-parse-state-debug): Output a confirmatory message.
3979         * progmodes/cc-mode.el (c-before-change, c-after-change):
3980         Call c-invalidate-state-cache from `c-before-change' instead of
3981         `c-after-change'.
3983 2012-11-23  Chong Yidong  <cyd@gnu.org>
3985         * find-cmd.el (find-constituents): Add executable, ipath,
3986         readable, samefile, writable, daystart, regextype (Bug#12856).
3988 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3990         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3992 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3994         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3995         definition.  This fixes a bootstrap failure.
3996         (calc-gregorian-switch): In menu, put dates before regions.
3997         This is easier to follow, lines up better in the menu, and lets us
3998         coalesce regions that switch at the same time.  Give country
3999         names, not "Vatican", as that's better for non-expert users.
4000         Use names that are stable between the date of switch and now, e.g.,
4001         Bohemia and Moravia (which existed then and now) and not
4002         Czechoslovakia (which didn't exist then and doesn't exist now).
4003         What is now the U.S. mostly did not switch at the same time as
4004         Britain, so omit the U.S.  Correct spelling of "Britain".
4005         Catholic Switzerland was too much of a mess, so omit it.
4007 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
4009         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
4010         after the variable is changed.
4012 2012-11-21  Daniel Colascione  <dancol@dancol.org>
4014         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
4015         in SQL declarations for font-lock.
4016         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
4018 2012-11-21  Glenn Morris  <rgm@gnu.org>
4020         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
4021         (face-italic-p): Add optional argument "inherit".
4023         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
4024         Remove -p suffix from names, for consistency with other set-face-*.
4025         (set-face-inverse-video): Fix interactive spec.
4026         * play/gamegrid.el (gamegrid-make-mono-tty-face):
4027         * textmodes/table.el (table--update-cell-face):
4028         Use set-face-inverse-video rather than now obsolete alias.
4030 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
4032         * simple.el (line-move): Don't call line-move-partial if
4033         scroll-conservatively is in effect.  (Bug#12927)
4035 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
4038         Fallback on completion-at-point rather than
4039         pcomplete-expand-and-complete, and only if pcomplete actually failed.
4040         (eshell-cmpl-initialize): Setup completion-at-point.
4042         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
4044         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
4046 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
4048         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
4049         are remote, check out-of-band property for both.
4051 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4053         * window.el (switch-to-buffer): Re-add the warning that was lost in the
4054         code rewrite.
4056 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
4058         More minor time fixes.
4059         * calendar/time-date.el: Commentary fix.
4060         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
4061         too much other code depends on (0 0) time stamps.
4062         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4063         Add a couple of FIXME comments.
4065         Minor cleanup for times as lists of four integers.
4066         * files.el (dir-locals-directory-cache):
4067         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4068         Doc fixes.
4069         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4070         * ps-bdf.el (bdf-file-newer-than-time):
4071         Process four-integers time stamps, not two.  Doc fixes.
4073 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * uniquify.el (uniquify-managed): Use defvar-local.
4076         (rename-buffer, create-file-buffer): Advise with advice-add.
4077         (uniquify-unload-function): Unadvise accordingly.
4079         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4080         (trace-buffer): Don't purecopy.
4081         (trace-entry-message, trace-exit-message): Add `context' arg.
4082         (trace--timer): New var.
4083         (trace-make-advice): Adjust for use in nadvice.
4084         Add `context' argument.  Delay `display-buffer' via a timer.
4085         (trace-function-internal): Use advice-add.
4086         (trace--read-args): New function.
4087         (trace-function-foreground, trace-function-background): Use it.
4088         (trace-function): Rename to trace-function-foreground and redefine as
4089         an alias to that new name.
4090         (untrace-function, untrace-all): Adjust to the use of nadvice.
4092         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4094         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4096         * subr.el (called-interactively-p-functions): New var.
4097         (internal--called-interactively-p--get-frame): New macro.
4098         (called-interactively-p, interactive-p): Rewrite in Lisp.
4099         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4100         (called-interactively-p-functions): Use it.
4101         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4102         (called-interactively-p-functions): Use it.
4103         * allout.el (allout-called-interactively-p): Don't assume
4104         called-interactively-p is a subr.
4106 2012-11-20  Glenn Morris  <rgm@gnu.org>
4108         * profiler.el (profiler-report-mode-map): Add a menu.
4109         No need to bind `q' because we derive from special-mode.
4110         (profiler-report-find-entry): Handle calls from the menu-bar.
4112 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * emacs-lisp/byte-run.el (defun-declarations-alist):
4115         Allow a compiler-macro to be a lambda expression.
4117         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
4118         eval-when-compile.
4119         (python-syntax-context): Add compiler-macro.
4120         (python-font-lock-keywords): Simplify with De Morgan.
4122         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4124         * files.el (load-file): Require match in minibuffer selection, as was
4125         the case in Emacs-20 before we changed the spec to allow .elc files
4126         (bug#12935).
4128         * json.el: Don't require cl since we don't use it.
4129         * color.el: Don't require cl.
4130         (color-complement): `caddr' -> `nth 2'.
4132         * calendar/time-date.el (time-to-seconds): De-obsolete.
4134 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4136         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
4137         year numbers.
4138         (math-date-to-julian-dt): Adjust the initial approximation for the
4139         year to deal with the new definition of the DATE.
4141 2012-11-19  Daniel Colascione  <dancol@dancol.org>
4143         * term/w32-win.el (cygwin-convert-path-from-windows):
4144         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4146 2012-11-18  Chong Yidong  <cyd@gnu.org>
4148         * filecache.el (file-cache--read-list): New function.
4149         (file-cache-add-directory-list, file-cache-add-file-list)
4150         (file-cache-delete-file-list, file-cache-delete-directory-list):
4151         Use it to read a list of files or directories (Bug#12846).
4152         (file-cache-add-file, file-cache-add-directory)
4153         (file-cache-delete-file-list, file-cache-delete-file-regexp)
4154         (file-cache-delete-directory): Print an message.
4156 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
4158         * calc/calc-forms.el (math-date-to-dt): Use integer date when
4159         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4161 2012-11-18  Glenn Morris  <rgm@gnu.org>
4163         * image.el (insert-image, insert-sliced-image): Doc fix.
4165 2012-11-18  Chong Yidong  <cyd@gnu.org>
4167         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4168         (Bug#12810).
4170 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4172         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4173         response when the target file is in a subdirectory (Bug#12757).
4175 2012-11-18  Chong Yidong  <cyd@gnu.org>
4177         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4179 2012-11-18  Glenn Morris  <rgm@gnu.org>
4181         * emacs-lisp/cl-lib.el (face-underline-p):
4182         Use set-face-underline rather than the alias set-face-underline-p.
4184         * window.el (with-temp-buffer-window): Doc fix.
4185         * subr.el (with-output-to-temp-buffer):
4186         Add doc xref to with-temp-buffer-window.
4188 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
4190         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4191         * calc/calc.el (math-format-date-cache): Declare.
4193 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4195         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4196         It also uses January 1, 1 AD as its day number 1.
4197         * calc/calc-forms.el (math-julian-date-beginning)
4198         (math-julian-date-beginning-int): Implement this.
4200 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
4202         * descr-text.el (quail-find-key):
4203         * dired.el (desktop-file-name):
4204         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4205         * generic-x.el (comint-mode, comint-exec):
4206         * image-dired.el (widget-forward):
4207         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4208         (speedbar-change-expand-button-char)
4209         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4210         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4211         * printing.el (easy-menu-add-item, easy-menu-remove-item)
4212         (widget-field-action, widget-value-set):
4213         * speedbar.el (imenu--make-index-alist):
4214         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4215         (ring-length, ring-insert):
4216         * vcursor.el (compare-windows-skip-whitespace):
4217         * woman.el (dired-get-filename):
4218         Declare functions.
4220         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4222 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4224         * calc/calc.el (calc-gregorian-switch): New variable.
4226         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4227         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4228         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4229         (math-leap-year-p): Add option to distinguish between Julian
4230         and Gregorian calendars.
4231         (math-day-number): Use `math-day-in-year' to do the computations.
4232         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4233         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4234         to do the computations.
4235         (math-date-to-dt): Use `math-date-to-julian-dt' and
4236         `math-date-to-gregorian-dt' to do the computations.
4237         (calcFunc-weekday, math-format-date-part): Use the new version of
4238         the DATE to determine the weekday.
4239         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4240         when necessary.
4242 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
4244         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4245         Cygwin; otherwise use 'file:'.  (Bug#12914)
4246         (cygwin-convert-path-from-windows): Declare, to avoid
4247         byte-compiler warnings.
4249 2012-11-17  Andreas Politz  <politza@fh-trier.de>
4251         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4252         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4253         prefix and negative numeric prefix args (Bug#12795).
4255 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
4257         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4258         Don't signal an error with a score that is too low to add to the
4259         list of top scores. (Bug#12779)
4261 2012-11-17  Chong Yidong  <cyd@gnu.org>
4263         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4265         * filecache.el (file-cache-add-file): Handle relative file name in
4266         the argument (Bug#12694).
4268 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4270         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4272 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4276         * emacs-lisp/cl-lib.el: Set more meaningful version number.
4278 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4280         * window.el (enlarge-window, shrink-window): Don't mention return
4281         value in doc-string (Bug#12896).
4282         (window--display-buffer): Don't resize frames - it won't work
4283         with all window managers and defeat pop-up-frame-alist.
4284         (display-buffer-alist): In doc-string explain that CONDITION can
4285         be a function and which arguments are passed to it (Bug#12854).
4286         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
4287         expressions (Bug#12854).
4288         (display-buffer): Pass ACTION argument to
4289         display-buffer-assq-regexp.
4291 2012-11-16  Glenn Morris  <rgm@gnu.org>
4293         * window.el (fit-frame-to-buffer-bottom-margin)
4294         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4296         * faces.el (face-underline-p): Use face-attribute-specified-or.
4298 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
4300         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4302 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4304         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4306 2012-11-16  Glenn Morris  <rgm@gnu.org>
4308         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
4309         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4311         * faces.el (face-underline-p): Doc fix.  Handle :underline being
4312         things other than `t' (a string, a list).
4313         (face-inverse-video-p): Doc fix.
4314         (set-face-underline): Rename it back from set-face-underline-p.
4315         Doc fix.  Allow interactive input of values other than t.
4316         (read-face-attribute): Apply formatting to :underline,
4317         since like :box and :stipple it can take list values.
4319         * term.el (ansi-term): Don't let C-x escape-char binding
4320         clobber the more standard C-c binding.  (Bug#12842)
4322         * subr.el (set-temporary-overlay-map): Doc fix.
4324 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4326         * window.el (record-window-buffer)
4327         (display-buffer-record-window): When copying the markers to
4328         window-point preserve window-point-insertion-type. (Bug#12588)
4330 2012-11-16  Glenn Morris  <rgm@gnu.org>
4332         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4333         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4334         Use new names for hooks rather than obsolete aliases.
4336 2012-11-15  Daniel Colascione  <dancol@dancol.org>
4338         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4339         prefix instead of "file:" so that when FILE-NAME begins with "//",
4340         as it does when the target file is on a network share, url-handler
4341         isn't confused.
4343 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4345         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4346         a preactivated advice from an old advice.el; they're not compatible!
4348 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4350         * emacs-lisp/nadvice.el (advice--make-interactive-form):
4351         Fix string-spec case.
4353         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4355 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4358         (advice--buffer-local-function-sample): New var.
4359         (advice--set-buffer-local, advice--buffer-local): New functions.
4360         (add-function, remove-function): Use them.
4362 2012-11-15  Drew Adams  <drew.adams@oracle.com>
4364         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4366 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4368         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4369         potential binding of print-gensym to t, and prettify (back)quotes in
4370         case they appear in args's default values (bug#12884).
4372 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4374         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4375         (advice-eval-interactive-spec): New function.
4376         (advice--make-interactive-form): Support around advice (bug#12844).
4378 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
4380         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4381         more strict.  Add docstring.
4382         (ruby-expression-expansion-re): Extract from
4383         `ruby-match-expression-expansion'.
4384         (ruby-syntax-propertize-function): After everything else, search
4385         for expansions in string literals, mark their insides as
4386         whitespace syntax and save match data for font-lock.
4387         (ruby-font-lock-keywords): Use the 2nd group from expression
4388         expansion matches.
4389         (ruby-match-expression-expansion): Use the match data saved to the
4390         text property in ruby-syntax-propertize-function.
4392 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4394         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4395         (bug#12879).
4397 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4399         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4400         start/end keyword a bit harder.  Works with different values of N.
4401         Add more comments.
4402         (ruby-end-of-block): Update accordingly.
4404 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4406         * woman.el (woman-file-name): Don't mess with unread-command-events
4407         (bug#12861).
4409         * emacs-lisp/advice.el: Layer on top of nadvice.el.
4410         Remove out of date self-require hack.
4411         (ad-do-advised-functions): Use simple `dolist'.
4412         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4413         (ad-advice-definition): Redefine as functions.
4414         (ad-advice-classes): Move before first use.
4415         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4416         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4417         (ad--defalias-fset): Remove functions.
4418         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4419         (ad-get-orig-definition): Rewrite.
4420         (ad-make-advised-definition-docstring): Change base docstring.
4421         (ad-real-orig-definition): Rewrite.
4422         (ad-map-arglists): Change name of called function.
4423         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4424         (ad-make-advised-definition): Simplify.
4425         (ad-assemble-advised-definition): Tweak for new calling context.
4426         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4427         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
4428         function and call ad-activate if needed.
4429         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4430         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4431         (ad-compile-function): Compile ad-Advice-*.
4432         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4433         (ad-start-advice, ad-stop-advice): Remove.
4435 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4437         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4438         period before class method names, not after.  Remove handling of
4439         one impossible case.  Add comments.
4441 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4443         * emacs-lisp/advice.el: Remove support for freezing.
4444         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4445         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4446         Remove support for `freeze'.
4448         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4449         override the default.
4450         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4451         cl--dotimes/dolist.
4452         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4453         `cl' is loaded.
4455         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4456         from add-advice.
4457         (advice--strip-macro): New function.
4458         (advice--defalias-fset): Use them to handle macros.
4459         (advice-add): Use them.
4460         (advice-member-p): Correctly handle macros.
4462 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4464         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4465         Never font-lock the beginning of singleton class as heredoc.
4467 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4469         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4471 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
4473         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4474         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
4475         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4477 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4479         Fix end-of-defun misbehavior.
4480         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4481         python-beginning-of-defun-function.  Handle nested defuns
4482         correctly.
4483         (python-nav-end-of-defun): Rename from
4484         python-end-of-defun-function.  Ensure forward movement.
4485         (python-info-current-defun): Reimplement to work as intended
4486         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
4487         parent defuns as soon as possible.
4489 2012-11-13  Glenn Morris  <rgm@gnu.org>
4491         * progmodes/flymake.el (flymake-error-bitmap)
4492         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4493         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4495 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4497         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4498         backward, always stop at indentation.  Reverts the change from
4499         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4501 2012-11-13  Glenn Morris  <rgm@gnu.org>
4503         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4504         Add ibuffer-filter-by-derived-mode.
4506         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4507         the same name shadowing each other.
4509         * window.el (with-temp-buffer-window): Doc tweak.
4511         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4513         * help.el (temp-buffer-max-height):
4514         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4515         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4517 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         * emacs-lisp/nadvice.el: New package.
4520         * subr.el (special-form-p): New function.
4521         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4522         (elp-all-instrumented-list): Remove var.
4523         (elp-not-profilable): Remove elp-wrapper.
4524         (elp-profilable-p): Use autoloadp and special-form-p.
4525         (elp--advice-name): New const.
4526         (elp-instrument-function): Use advice-add.
4527         (elp--instrumented-p): New predicate.
4528         (elp-restore-function): Use advice-remove.
4529         (elp-restore-all, elp-reset-all): Use mapatoms.
4530         (elp-set-master): Use elp--instrumented-p.
4531         (elp--make-wrapper): Rename from elp-wrapper, return a function
4532         suitable for advice-add.  Use cl-inf.
4533         (elp-results): Use mapatoms+elp--instrumented-p.
4534         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4535         (debug-function-list): Remove var.
4536         (debug): Rename arg, and then let-bind it explicitly inside.
4537         (debugger-setup-buffer): Rename arg.
4538         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4539         (debugger-frame-number): Adjust to new debug-on-entry setup.
4540         (debug--implement-debug-on-entry): Rename from
4541         implement-debug-on-entry, add argument.
4542         (debugger-special-form-p): Remove, use special-form-p instead.
4543         (debug-on-entry): Use advice-add.
4544         (debug--function-list): New function.
4545         (cancel-debug-on-entry): Use it, along with advice-remove.
4546         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4547         (debugger-list-functions): Use debug--function-list instead of
4548         debug-function-list.
4549         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4550         (ad-special-form-p): Remove, use special-form-p instead.
4551         (ad-set-advice-info): Use add-function and remove-function.
4552         (ad--defalias-fset): Adjust accordingly.
4554 2012-11-10  Glenn Morris  <rgm@gnu.org>
4556         * mail/emacsbug.el (report-emacs-bug-tracker-url)
4557         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4558         (report-emacs-bug-create-existing-bugs-buffer)
4559         (report-emacs-bug-parse-query-results)
4560         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
4562         * term.el (term-default-fg-color, term-default-bg-color):
4563         Make obsolete, rather than just saying "deprecated" in the doc.
4565         * term.el (term): Rename from `term-face'.
4566         (term-current-face, ansi-term-color-vector)
4567         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4568         Update all users.
4570 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4572         * server.el (server-create-window-system-frame): Handle Nextstep
4573         specially (Bug#12780).
4575 2012-11-10  Glenn Morris  <rgm@gnu.org>
4577         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4578         Unautoload, and make obsolete.  (Bug#7449)
4580 2012-11-10  Chong Yidong  <cyd@gnu.org>
4582         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4583         rename from diff-remove-trailing-whitespace (Bug#12831).
4585 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4587         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4588         miscompilation of trace.el.
4590 2012-11-10  Glenn Morris  <rgm@gnu.org>
4592         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4594 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4596         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4597         (bug#12812).
4599 2012-11-10  Chong Yidong  <cyd@gnu.org>
4601         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4602         a defcustom with an appropriate :set function.
4603         (minibuffer-default--in-prompt-regexps): New function.
4605 2012-11-10  Glenn Morris  <rgm@gnu.org>
4607         * emacs-lisp/cl.el (define-setf-expander, defsetf)
4608         (define-modify-macro): Doc fixes.
4610         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4611         (gv-define-simple-setter): Update doc of `fix-return'.
4613 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4616         twice when `fix-return' is set (bug#12813).
4618         * emacs-lisp/cl.el (defsetf): Pass the third arg to
4619         gv-define-simple-setter (bug#12812).
4621         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4622         (bug#12756).
4624 2012-11-10  Glenn Morris  <rgm@gnu.org>
4626         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4628         * emacs-lisp/cl-extra.el (cl-prettyexpand):
4629         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4630         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4631         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4633         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4635 2012-11-10  Leo Liu  <sdl.web@gmail.com>
4637         * ido.el (ido-set-matches-1): Improve flex matching performance by
4638         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
4640 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4642         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4643         (ad--defalias-fset): New function.
4644         (ad-safe-fset): Remove.
4645         (ad-make-freeze-definition): Use cl-letf*.
4647 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * subr.el (dolist): Don't bind VAR in RESULT.
4651         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
4652         (fset, documentation): Don't save real def since we don't advise.
4653         (ad-do-advised-functions): Remove problematic `result-form'.
4654         (ad-safe-fset): `ad-real-fset' => `fset'.
4655         (ad-read-advised-function): Don't assume that ad-do-advised-functions
4656         uses CL's dolist internally.
4657         (ad-arglist): Remove unused arg `name'.
4658         (ad-docstring, ad-make-advised-docstring):
4659         `ad-real-documentation' => `documentation'.
4660         (warning-suppress-types): Declare.
4661         (ad-set-arguments): Simple CSE.
4662         (ad-recover-normality): Sanity check.
4664         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4665         (funcall '(lambda ..) ..) into ((lambda ..) ..).
4667 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4669         * ses.el: symbol to coordinate mapping is made by symbol property
4670         `ses-cell'.  This means that the same mapping is done for all SES
4671         sheets.  That is good enough for cells with standard A1 names, but
4672         not for named cell.  So a hash map is added for the latter.
4673         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4674         (ses-sym-rowcol): Use hashmap for named cell.
4675         (ses-is-cell-sym-p): New defun.
4676         (ses-decode-cell-symbol): New defun.
4677         (ses-create-cell-variable): Add cell to hashmap when name is not
4678         A1-like.
4679         (ses-rename-cell): Check that cell new name is not already in
4680         spreadsheet with the use of ses-is-cell-sym-p
4681         (ses-rename-cell): Use hash map for named cells, but accept also
4682         renaming back to A1-like.
4684 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         * emacs-lisp/advice.el: Use new dynamic docstrings.
4687         (ad-make-advised-definition-docstring, ad-advised-definition-p):
4688         Use dynamic-docstring-function instead of ad-advice-info.
4689         (ad--make-advised-docstring): New function extracted from
4690         ad-make-advised-docstring.
4691         (ad-make-advised-docstring): Use it.
4692         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4693         from sql-help.
4694         (sql-help): Use it with dynamic-docstring-function.
4696         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4698 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4700         * files.el (hack-one-local-variable--obsolete): New function.
4701         (hack-one-local-variable): Use it for obsolete settings.
4703         * subr.el (locate-user-emacs-file): If both old and new name exist, use
4704         the new name.
4706         * progmodes/js.el (js--filling-paragraph): New var.
4707         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4708         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4709         less sneaky.
4711 2012-11-08  Julien Danjou  <julien@danjou.info>
4713         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4714         `auto-mode-alist' (Bug#12835).
4716 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4718         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4719         (perl--prettify-symbols-alist): New const.
4720         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4721         New functions.
4722         (perl-font-lock-keywords-2): Use them.
4723         (perl-electric-noindent-p): New function.
4724         (perl-mode): Use it to set up electric-indent-mode.
4725         (perl-electric-terminator, perl-indent-command): Mark obsolete.
4726         (perl-mode-map): Remove bindings for them.
4727         (perl-imenu-generic-expression, perl-outline-level):
4728         Match functions&packages in column>0.
4730         * env.el (env--substitute-vars-regexp): New const.
4731         (substitute-env-vars): Use it.  Add `only-defined' arg.
4732         * net/tramp.el (tramp-replace-environment-variables): Use it.
4734         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4735         Byte-compile *before* eval in eval-and-compile.
4736         (byte-compile-log-warning): Remove redundant inhibit-read-only.
4737         (byte-compile-file-form-autoload): Don't hide actual definition.
4738         (byte-compile-maybe-guarded): Accept `functionp' as well.
4740         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4742 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
4744         * notifications.el (notifications-get-server-information-method):
4745         New defconst.
4746         (notifications-get-capabilities): Fix docstring.
4747         (notifications-get-server-information): New defun.
4749 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4751         * textmodes/ispell.el (ispell-region): Standard re-indent for better
4752         readability.
4754         * textmodes/ispell.el: Experimental support for support debugging.
4755         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4756         buffer for ispell.
4757         (ispell-print-if-debug): New function to print stuff to
4758         `ispell-debug-buffer' if debugging is enabled.
4759         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4760         show some debugging info.
4761         (ispell-buffer-with-debug): New function that creates a debugging
4762         buffer and calls `ispell-buffer' with debugging enabled.
4764         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4765         comment in autoconf mode. (Bug#12768)
4767 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
4769         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4770         frame-first-window, frame-root-window, frame-selected-window,
4771         minibuffer-selected-window, minibuffer-window,
4772         window-absolute-pixel-edges, window-at, window-body-height,
4773         window-body-width, window-display-table, window-combination-limit,
4774         window-frame, window-fringes, window-inside-absolute-pixel-edges,
4775         window-inside-edges, window-inside-pixel-edges, window-left-child,
4776         window-left-column, window-margins, window-next-buffers,
4777         window-next-sibling, window-new-normal, window-new-total,
4778         window-normal-size, window-parameter, window-parameters, window-parent,
4779         window-pixel-edges, window-point, window-prev-buffers,
4780         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4781         window-start, window-text-height, window-top-child, window-top-line,
4782         window-total-height, window-total-width and window-use-time to the list
4783         of functions without side-effects.
4784         (toplevel): Add window-valid-p to the list of error-free functions
4785         without side-effects.
4787 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4789         * textmodes/ispell.el (ispell-program-name):
4790         Update spellchecker parameters when customized.
4792 2012-11-04  Glenn Morris  <rgm@gnu.org>
4794         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
4796 2012-11-04  Chong Yidong  <cyd@gnu.org>
4798         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4799         same-window-* variables.
4801 2012-11-04  Juri Linkov  <juri@jurta.org>
4803         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4804         (isearch-describe-key, isearch-describe-mode): Use a display
4805         action instead of binding same-window-* variables (Bug#10040).
4807 2012-11-03  Glenn Morris  <rgm@gnu.org>
4809         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4810         Rename handler properties back from cl-- to cl-.  (Bug#12788)
4812         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4814 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
4816         * term/pc-win.el: Don't load term/internal from here.
4818         * loadup.el: Load term/internal from here.
4820 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
4822         * progmodes/python.el (inferior-python-mode): Fix hang in
4823         jit-lock (Bug#12645).
4825 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
4827         * window.el (switch-to-visible-buffer)
4828         (switch-to-buffer-preserve-window-point): Fix doc-strings.
4830 2012-11-03  Glenn Morris  <rgm@gnu.org>
4832         * emacs-lisp/cl-lib.el (cl--random-time):
4833         Rename from cl-random-time.  (Bug#12773)
4834         (cl--gensym-counter, cl--random-state): Update callers.
4835         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4837 2012-11-03  Chong Yidong  <cyd@gnu.org>
4839         * cus-start.el: Make cursor-type customizable (Bug#11633).
4841 2012-11-02  Glenn Morris  <rgm@gnu.org>
4843         * filecache.el: No need to load find-lisp when compiling.
4844         (find-lisp-find-files): Autoload it.
4845         (file-cache-add-directory-recursively): Don't require find-lisp.
4847         * image.el (image-type-from-file-name): Trivial simplification.
4849         * emacs-lisp/bytecomp.el (byte-compile-eval):
4850         Decouple "noruntime" and "cl-functions" warnings.
4852 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
4854         * play/gomoku.el (gomoku-display-statistics): Update mode line
4855         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4857 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
4859         * window.el (quit-restore-window): If the window has been
4860         created on an existing frame and ended up as the sole window on
4861         that frame, do not delete it (Bug#12764).
4863 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * progmodes/sh-script.el (sh--inside-noncommand-expression):
4866         Rename from sh--inside-arithmetic-expression, handle more cases
4867         (bug#11263).
4869         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4870         (sh-font-lock-open-heredoc): Use it (bug#12770).
4872 2012-10-30  Glenn Morris  <rgm@gnu.org>
4874         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
4876         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
4878 2012-10-29  Chong Yidong  <cyd@gnu.org>
4880         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4881         function key is stored in a keyboard macro (Bug#4894).
4883         * thingatpt.el (number-at-point): Apply a thing-at-point property.
4885 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4887         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4888         header comments".
4889         (diff-unified->context, diff-context->unified)
4890         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4892         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4894         * files.el (find-alternate-file): Only ask one question (bug#12487).
4896 2012-10-29  Chong Yidong  <cyd@gnu.org>
4898         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4899         Suggested by Dan Nicolaescu (Bug#6326).
4901         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4903         * startup.el (fancy-about-screen): Don't message (Bug#12680).
4905         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4907         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4909         * face-remap.el (face-remap-add-relative): Handle the case where a
4910         face-remapping-alist entry is a cons cell (Bug#12762).
4912 2012-10-29  Kevin Ryde  <user42@zip.com.au>
4914         * woman.el (woman-parse-numeric-value): Handle picas correctly
4915         (Bug#12639).
4917 2012-10-29  Glenn Morris  <rgm@gnu.org>
4919         * emacs-lisp/cl.el (defsetf): Doc fix.
4921 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4923         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4924         syntax to the matching opener, if any (bug#12547).
4925         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4926         matching open as a "case-(".
4927         (sh-smie-rc-grammar): Add a corresponding rule for it.
4929 2012-10-28  Daniel Hackney  <dan@haxney.org>
4931         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4932         "PKGNAME-autoloads.el" in case we created it.
4934 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4936         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4937         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4938         (completion--twq-all): Disable too-strict assertions.
4940         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4942 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
4944         * profiler.el (profiler-report-make-entry-part): Fix help-echo
4945         text to match the real keybindings.
4947 2012-10-27  Juri Linkov  <juri@jurta.org>
4949         * wdired.el (wdired-keep-marker-rename): New defcustom.
4950         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4951         (Bug#11795)
4953         * dired.el (dired-keep-marker-rename): Add reference to
4954         `wdired-keep-marker-rename' in the docstring.
4955         Add default character value ?R to display initially in
4956         Customization UI instead of ?@.
4958 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
4960         * window.el (display-buffer): In doc-string describe
4961         window-height and window-width alist entries.
4963         * time.el (display-time-world): Restore fit-window-to-buffer
4964         behavior.
4966 2012-10-27  Chong Yidong  <cyd@gnu.org>
4968         * subr.el (insert-buffer-substring-as-yank): Doc fix.
4970 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
4972         * minibuffer.el (completion-category-overrides): New completion
4973         category `bookmark' (bug#11131).
4975 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * emacs-lisp/advice.el (ad-assemble-advised-definition):
4978         Silence bogus compiler warnings for ad-do-it.
4980         * bookmark.el (bookmark-completing-read): Set the completion category
4981         to `bookmark' (bug#11131).
4983 2012-10-26  Bastien  <bzg@altern.org>
4984             Stefan Monnier  <monnier@iro.umontreal.ca>
4986         * face-remap.el: Use lexical-binding.
4987         (text-scale-adjust): Improve docstring.  Use itself for the temporary
4988         overlay-map bindings, so as to repeat the "Use..." message each time.
4990 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * emacs-lisp/macroexp.el (macroexp--expand-all):
4993         Obey byte-compile-warning-enabled-p (bug#12486).
4995         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4996         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4998 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
5000         * mouse.el (mouse-drag-line): Move last form into preceding when
5001         clause (Bug#12731).
5003         * help.el (resize-temp-buffer-window): Fix doc-string.
5005 2012-10-25  David Engster  <deng@randomsample.de>
5007         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
5008         Remove.  This feature is already integrated in imenu.
5010         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
5011         always loaded.  Require `speedbar' unconditionally.
5013 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
5017         * minibuffer.el (minibuffer-force-complete): Fix thinko.
5019         * net/ldap.el (ldap-search-internal): The official ldif format starts
5020         with a "version: 1" header (bug#12724).
5022         * emacs-lisp/package.el (package-installed-p): Warn if not ready
5023         (bug#12721).
5025 2012-10-25  Glenn Morris  <rgm@gnu.org>
5027         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
5029 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5031         * minibuffer.el (minibuffer-force-complete): Use one more marker
5032         for the temporary-overlay-map command (bug#12619).
5034 2012-10-24  Chong Yidong  <cyd@gnu.org>
5036         * time.el (display-time-world-mode): Derive from special-mode.
5037         (display-time-world): Use display-buffer (Bug#12708).
5038         (display-time-world-mode-map): Variable deleted.
5039         (display-time-world-display): Wrap the final delete-char inside
5040         inhibit-read-only.
5042 2012-10-24  Chong Yidong  <cyd@gnu.org>
5044         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
5045         Doc fix.
5047         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
5049 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * minibuffer.el (completion--all-sorted-completions-location): New var.
5052         (completion--cache-all-sorted-completions)
5053         (completion--flush-all-sorted-completions): Use it.
5054         (completion-in-region, completion-in-region--postch)
5055         (completion-at-point, completion-help-at-point): Use markers in
5056         completion-in-region--data (bug#12619).
5058 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5060         * progmodes/compile.el (compilation-start): Try to handle common
5061         quoting of `cd' argument (bug#12640).
5063         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
5064         (bug#12671).
5066 2012-10-23  Glenn Morris  <rgm@gnu.org>
5068         * progmodes/gud.el (gud-menu-map):
5069         Check gdb-active-process is bound.  (Bug#12358)
5071 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5073         * repeat.el (repeat): Set real-this-command (bug#12232).
5075         * htmlfontify.el (hfy-post-html-hook):
5076         * filesets.el (filesets-cache-fill-content-hook):
5077         * arc-mode.el (archive-extract-hook):
5078         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5079         * net/rcirc.el (rcirc-sentinel-functions)
5080         (rcirc-receive-message-functions, rcirc-activity-functions)
5081         (rcirc-print-functions):
5082         * net/dbus.el (dbus-event-error-functions):
5083         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5084         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5085         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5086         * term/sun.el (sun-raw-prefix-hooks):
5087         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5089 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
5091         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5092         Set `tramp-chunksize' to 1.  This improves the performance.
5093         (tramp-smb-wait-for-output): Add timeout to
5094         `tramp-accept-process-output' calls.
5096 2012-10-23  Chong Yidong  <cyd@gnu.org>
5098         * faces.el (font-list-limit): Define as an obsolete variable.
5100         * startup.el (command-line):
5101         * cus-start.el: Don't refer to font-list-limit.
5103         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5105 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5107         * subr.el (internal-temp-output-buffer-show): Rename from
5108         temp-output-buffer-show, since previously compiled files expect this name.
5110 2012-10-23  Glenn Morris  <rgm@gnu.org>
5112         * image.el (image-type-from-file-name): If multiple types match,
5113         return the first one that is supported.  (Bug#9045)
5115 2012-10-22  Glenn Morris  <rgm@gnu.org>
5117         * image.el (imagemagick-enabled-types): Doc fix.
5119 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
5121         * progmodes/which-func.el (which-func-current): The hash-table may have
5122         an explicit nil (bug#12338).
5124 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * electric.el (electric-pair-delete-selection-self-insert-function):
5127         Rename to electric-pair-will-use-region, return a boolean.
5128         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
5130         * delsel.el (delete-selection-helper): Use a function instead of a hook.
5131         (delete-selection-pre-hook): Use use-region-p.
5132         (delete-selection-self-insert-function): Remove.
5133         (self-insert-command): Obey self-insert-uses-region-functions.
5134         (self-insert-iso): Revert to previous setting, since we don't actually
5135         know what that command does.
5136         (delete-selection-self-insert-hooks): Remove.
5138 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
5140         * delsel.el (delete-selection-helper): New function, extracted from
5141         delete-selection-pre-hook.
5142         (delete-selection-pre-hook): Use it.
5143         (delete-selection-self-insert-function): New function.
5144         (delete-selection-self-insert-hooks): New hook.
5145         (self-insert-command, self-insert-iso): Use it.
5146         * electric.el (electric-pair-syntax): New function, extracted from
5147         electric-pair-post-self-insert-function.
5148         (electric-pair-post-self-insert-function): Use it.
5149         (electric-pair-delete-selection-self-insert-function): New function.
5150         (electric-pair-mode): Require delsel and setup
5151         delete-selection-self-insert-hooks (bug#11520).
5153 2012-10-20  Chong Yidong  <cyd@gnu.org>
5155         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5156         no changes to show (Bug#12586).
5158         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5159         list explicitly (Bug#12571).
5161 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
5163         * progmodes/flymake.el (flymake-create-temp-inplace):
5164         Use file-truename.
5166 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
5168         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
5170 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5172         * calc/calc-units.el (math-extract-units): Properly extract powers
5173         of units.
5175 2012-10-20  Daniel Colascione  <dancol@dancol.org>
5177         * frame.el (make-frame): Set x-display-name as we used to in order
5178         to unbreak creating an X11 frame from an Emacs daemon started
5179         without a display.
5181 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * minibuffer.el (minibuffer-force-complete): Make the next completion use
5184         the same completion-field (bug#12221).
5186 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
5188         * emacs-lisp/debug.el (debug): Record height of debugger window
5189         also when debugger will be back (Bug#8789).
5191 2012-10-18  Chong Yidong  <cyd@gnu.org>
5193         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5194         Convert to defcustom.
5195         (gdb-get-source-file): Don't bind pop-up-windows.
5197         * progmodes/gud.el (gud-display-line): Don't specially re-use
5198         other frames for the gdb-mi case (Bug#12648).
5200 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * emacs-lisp/advice.el: Clean up commentary a bit.
5203         (ad-do-advised-functions, ad-with-originals): Use `declare'.
5204         (byte-code-function-p): Never redefine.
5206         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5208 2012-10-18  Glenn Morris  <rgm@gnu.org>
5210         * dired.el (dired-sort-toggle): Some ls implementations only allow
5211         a single option string.  (Bug#12666)
5213         * minibuffer.el (completion-cycle-threshold): Doc fix.
5215 2012-10-17  Kenichi Handa  <handa@gnu.org>
5217         * international/mule.el (set-keyboard-coding-system):
5218         Recover input meta mode when the new coding system doesn not use 8-bit.
5219         Supply TERMINAL arg to set-input-meta-mode.
5221 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
5223         * wdired.el (wdired-old-marks): New variable.
5224         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5225         (wdired-do-renames): Move point with renamed file and don't lose
5226         mark status (Bug#11795).
5228 2012-10-16  Juri Linkov  <juri@jurta.org>
5230         * replace.el (query-replace-help): Mention multi-buffer replacement
5231         keys in the Help message.  (Bug#12655)
5233 2012-10-15  Chong Yidong  <cyd@gnu.org>
5235         * emacs-lisp/byte-run.el (defsubst): Doc fix.
5237 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
5239         * window.el (display-buffer): Doc fix.
5241         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5242         Adjust the msft regexp to the output of Studio 2010, and move msft
5243         before edg-1.  See the discussion on emacs-devel,
5244         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5245         for the details.
5247 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5249         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5250         (oset): Move uses of object-class-fast macro after its definition.
5252         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5254 2012-10-13  Chong Yidong  <cyd@gnu.org>
5256         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5257         enabled, re-enable it (Bug#11963).
5259 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
5261         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5262         non-nil, restore window configuration (Bug#12623).
5264 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5266         * help-fns.el (describe-variable, describe-function-1):
5267         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5269         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5271 2012-10-12  Glenn Morris  <rgm@gnu.org>
5273         * mail/rmailsum.el (rmail-header-summary):
5274         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
5276 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
5278         * progmodes/python.el (python-mode-map):
5279         Replace subtitute-key-definition with proper command remapping.
5280         (python-nav--up-list): Fix behavior for blocks on the same level.
5282 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5284         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5286         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5287         changes to the format of load-history.
5289         * international/mule-cmds.el (read-char-by-name): Move let-binding of
5290         completion-ignore-case in case that var is buffer-local (bug#12615).
5292 2012-10-11  Kenichi Handa  <handa@gnu.org>
5294         * international/eucjp-ms.el: Re-generated.
5296 2012-10-10  Kenichi Handa  <handa@gnu.org>
5298         * select.el (xselect--encode-string): If a coding is specified for
5299         selection, and that is compatible with COMPOUND_TEXT, use it.
5301 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
5303         * window.el (switch-to-buffer-preserve-window-point): New option.
5304         (switch-to-buffer):
5305         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5307 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5310         Don't document nil as a useful value (bug#12583).
5312 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
5314         * net/tramp.el (tramp-debug-message):
5315         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5316         (with-tramp-progress-reporter): Rename from
5317         `tramp-with-progress-reporter'.
5318         (with-tramp-file-property, with-tramp-connection-property):
5319         Move from tramp-cache.el, rename from `with-file-property' and
5320         `with-connection-property', respectively.
5322         * net/tramp-cache.el: Remove `with-file-property' and
5323         `with-connection-property'.
5325         * net/tramp.el:
5326         * net/tramp-gvfs.el:
5327         * net/tramp-sh.el:
5328         * net/tramp-smb.el: Adapt callees.
5330         * net/trampver.el: Update release number.
5332 2012-10-09  Glenn Morris  <rgm@gnu.org>
5334         * w32-fns.el (set-message-beep):
5335         * term/w32-win.el (set-message-beep): Update declarations.
5337 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5339         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5340         (mode-line-widen, mode-line-input-method-map)
5341         (mode-line-coding-system-map, mode-line-remote)
5342         (mode-line-unbury-buffer, mode-line-bury-buffer)
5343         (mode-line-next-buffer, mode-line-previous-buffer):
5344         Replace save-selected-window+select-window => with-selected-window.
5346         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5347         * progmodes/cc-vars.el (bq-process): Remove, unused.
5349         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5351 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5353         Implemented `backward-up-list'-like navigation.
5354         * progmodes/python.el (python-nav-up-list)
5355         (python-nav-backward-up-list): New functions.
5356         (python-mode-map): Define substitute key for backward-up-list to
5357         python-nav-backward-up-list.
5359 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5361         * progmodes/python.el (python-fill-paragraph): Rename from
5362         python-fill-paragraph-function.  Fixed fill-paragraph for
5363         decorators (Bug#12605).
5365 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5367         * progmodes/python.el (python-shell-output-filter): Handle extra
5368         carriage return in OSX (Bug#12409).
5370 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5372         Fix shell handling of unbalanced quotes and parens in output.
5373         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5374         (python-syntax-propertize-function): Use it.
5375         (python-shell-output-syntax-table): New var.
5376         (inferior-python-mode): Prevent unbalanced parens/quotes from
5377         previous output mess with current input context.
5379 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
5381         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5382         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5384 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
5386         * ffap.el (ffap-replace-file-component): Support Tramp file name
5387         syntax, not only ange-ftp's one.
5389 2012-10-08  Glenn Morris  <rgm@gnu.org>
5391         * cus-start.el (message-log-max): Set :version.
5393         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5395 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
5397         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5398         the minibuffer window (Bug#10851).
5400 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5402         Enhancements on forward-sexp movement.
5403         * progmodes/python.el (python-nav-beginning-of-statement)
5404         (python-nav-end-of-statement): Return point-marker.
5405         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5406         (python-info-current-symbol)
5407         (python-info-statement-starts-block-p): Rename from
5408         python-info-beginning-of-block-p.
5409         (python-info-statement-ends-block-p): Rename from
5410         python-info-end-of-block-p.
5411         (python-info-beginning-of-statement-p)
5412         (python-info-end-of-statement-p)
5413         (python-info-beginning-of-block-p, python-info-end-of-block-p):
5414         New functions.
5416 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5419         frame-selected-windows.
5421 2012-10-08  Daniel Colascione  <dancol@dancol.org>
5423         * battery.el (battery-status-function): Check for
5424         w32-battery-status itself, not system-time windows-nt.
5426         * frame.el: Require cl-lib.
5427         (display-format-alist): New variable mapping frame types to
5428         functions that initialize them.
5429         (window-system-for-display): New function: interprets
5430         display-format-alist.
5431         (make-frame-on-display): Remove existing display-selection logic
5432         and just forward to make-frame, which will now DTRT.
5433         (make-frame): Restructure to use window-system-for-display to
5434         figure out how to create a frame on a given display.
5435         (display-mouse-p): Look for frame-type w32, not a particular
5436         system-type.
5438         * loadup.el: Load w32 lisp code when we have the w32 feature.
5440         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5441         system-type windows-nt.
5443         * server.el (server-create-window-system-frame): Look for window
5444         type.
5445         (server-proces-filter): Only force a window system when windows-nt
5446         _and_ w32.  Explain why.
5448         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5449         of window systems we configure for the mode.
5451         * startup.el (command-line): Mark window system is initialized
5452         after we've done it.
5454         * common-win.el (x-select-text): Look for w32, not windows-nt.
5456         * ns-win.el: Require cl-lib.  Add ourselves to
5457         display-format-alist.
5458         (ns-initialize-window-system): Assert we're not initialized twice.
5460         * w32-win.el: Enable lexical binding; require cl-lib; add
5461         ourselves to display-format-alist.
5462         (w32-handle-dropped-file): Convert incoming dropped files from
5463         Windows paths to Cygwin ones before passing them on to the rest of
5464         Emacs.
5465         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
5466         (w32-initialize-window-system): Assert we're not initialized twice.
5468         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5469         (x-initialize-window-system): Assert we're not initialized twice.
5471         * w32-common-fns.el: New File.
5472         (w32-version, w32-using-nt, w32-get-clipboard-data)
5473         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5474         (w32-charset-info-alist, x-last-selected, text)
5475         (x-get-selection-value, x-selection-value): Move here.
5477         * w32-fns.el: Require w32-common-fns.
5478         (w32-version, w32-using-nt, w32-get-clipboard-data)
5479         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5480         (w32-charset-info-alist, x-last-selected, text)
5481         (x-get-selection-value, x-selection-value): Move to
5482         w32-common-fns.
5484         * w32-vars.el:
5485         (w32-allow-system-shell, w32-system-shells): Define only in
5486         non-cygwin case.
5488 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5491         (read-passwd): Remove a few more potential sources of leaks.
5493 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5495         * progmodes/python.el (inferior-python-mode)
5496         (python-shell-make-comint): Fix initialization of local
5497         variables copied from parent buffer.
5499 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
5501         * term/ns-win.el (ns-read-file-name): Update declaration to match
5502         nsfns.m.
5503         (ns-respond-to-change-font): Change fontsize separatly so we are sure
5504         it is set when font is acted upon.
5506 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5508         Enhancements to indentation.
5509         * progmodes/python.el (python-indent-context): Give priority to
5510         inside-string context.  Make comments indentation markers.
5511         (python-indent-region): Do not mess with strings, unless it's the
5512         enclosing set of quotes.
5514 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5516         * window.el (internal--before-save-selected-window)
5517         (internal--after-save-selected-window): New functions extracted from
5518         save-selected-window.  Make sure we return the `alist' we construct.
5519         (save-selected-window): Use them.
5521         * textmodes/tex-mode.el (tex-recenter-output-buffer):
5522         Use with-selected-window.
5524         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5525         forms that define macros (bug#12593).
5527 2012-10-07  Kenichi Handa  <handa@gnu.org>
5529         * international/mule-conf.el (compound-text-with-extensions):
5530         Add :mime-charset property as x-ctext.
5532 2012-10-07  Stefan Merten  <smerten@oekonux.de>
5534         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5535         (rst-indent-literal-normal, rst-indent-literal-minimized)
5536         (rst-indent-comment): Correct :version tag.
5537         (rst-official-cvs-rev): Correct version string.
5539 2012-10-07  Glenn Morris  <rgm@gnu.org>
5541         * mail/rmailmm.el (rmail-mime-process-multipart):
5542         Do not confuse a multipart message with an epilogue
5543         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
5545 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5547         Fix shell output retrieval and comint-prompt-regexp init.
5548         * progmodes/python.el (inferior-python-mode):
5549         (python-shell-make-comint): Fix initialization of
5550         comint-prompt-regexp from copied file local variables.
5551         (python-shell-fetched-lines): Remove var.
5552         (python-shell-output-filter-in-progress): Rename from
5553         python-shell-fetch-lines-in-progress.
5554         (python-shell-output-filter-buffer): Rename from
5555         python-shell-fetch-lines-string.
5556         (python-shell-fetch-lines-filter): Delete function.
5557         (python-shell-output-filter): New function.
5558         (python-shell-send-string-no-output): Use them.
5560 2012-10-07  Glenn Morris  <rgm@gnu.org>
5562         * hi-lock.el (hi-lock-process-phrase):
5563         Try to make it less fragile.  (Bug#7161)
5565         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5567 2012-10-06  Glenn Morris  <rgm@gnu.org>
5569         * ehelp.el (electric-help-mode): Use help-mode rather than
5570         non-existent mode `help'.
5571         (electric-help-map): Use button-buffer-map.  (Bug#10917)
5573         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5574         (reftex-create-bibtex-footer): Fix custom types.
5576         * progmodes/sh-script.el (sh-indent-after-continuation):
5577         Add explicit :group.
5579         * textmodes/rst.el (rst-preferred-decorations)
5580         (rst-shift-basic-offset): Clarify obsolescence versions.
5582         * profiler.el (profiler): Add missing group :version tag.
5583         * avoid.el (mouse-avoidance-banish-position):
5584         * proced.el (proced-renice-command):
5585         * calc/calc.el (calc-ensure-consistent-units):
5586         * calendar/icalendar.el (icalendar-import-format-uid):
5587         * net/tramp.el (tramp-save-ad-hoc-proxies):
5588         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5589         * progmodes/flymake.el (flymake-error-bitmap)
5590         (flymake-warning-bitmap, flymake-fringe-indicator-position):
5591         * progmodes/sh-script.el (sh-indent-after-continuation):
5592         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5593         (verilog-before-save-font-hook, verilog-after-save-font-hook):
5594         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5595         (vhdl-array-index-record-field-in-sensitivity-list)
5596         (vhdl-indent-comment-like-next-code-line):
5597         * textmodes/reftex-vars.el (reftex-ref-style-alist)
5598         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5599         (reftex-cite-key-separator, reftex-create-bibtex-header)
5600         (reftex-create-bibtex-footer):
5601         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5602         (rst-indent-literal-normal, rst-indent-literal-minimized)
5603         (rst-indent-comment): Add missing custom :version tags.
5605         * calendar/timeclock.el (timeclock-modeline-display):
5606         Add missing obsolete alias for renamed user option.
5608         * strokes.el (strokes-modeline-string):
5609         * emulation/crisp.el (crisp-mode-modeline-string):
5610         * eshell/esh-mode.el (eshell-status-in-modeline):
5611         Aliases to defcustoms must come before the defcustom.
5613         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5614         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5615         (cal-tex-cursor-week-monday): Doc fixes.
5616         (cal-tex-cursor-week2-summary): Doc fix.
5617         Rename from cal-tex-cursor-week-at-a-glance.
5619         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5620         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
5622         * calendar/calendar.el (calendar-mode-map):
5623         Add cal-tex-cursor-week2-summary.
5625 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5629         * subr.el (read-passwd-map): New var.
5630         (read-passwd): Use `read-string' again.
5631         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5633 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
5635         * register.el (append-to-register, prepend-to-register):
5636         Deactivate mark, as does `copy-to-register' (bug#12389).
5638 2012-10-06  Chong Yidong  <cyd@gnu.org>
5640         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5642 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
5644         * international/characters.el: Fix simple mistake ((car chars) ->
5645         elt), delete duplicated code.
5647 2012-10-06  Glenn Morris  <rgm@gnu.org>
5649         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
5651 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5653         * color.el (color-hsl-to-rgb): Fix incorrect results for
5654         small and large hue values.  (Bug#12559)
5656 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
5658         Enhancements to docstring formatting when filling paragraphs.
5659         * progmodes/python.el (python-fill-docstring-style): Rename from
5660         python-fill-string-style.  Added new style.
5661         (python-fill-string): Use new style.  Better checks for
5662         docstrings.
5664 2012-10-05  Glenn Morris  <rgm@gnu.org>
5666         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5668         * color.el (color-name-to-rgb, color-rgb-to-hex)
5669         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5670         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5671         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5672         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5674         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
5676 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
5678         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5679         to get the correct size across symlinks.
5681         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5683 2012-10-04  Juri Linkov  <juri@jurta.org>
5685         * replace.el (query-replace-interactive): Declare obsolete.
5686         (query-replace-read-from): Add the last incremental search string
5687         to the list of default values accessible via M-n.
5688         (map-query-replace-regexp): Use `read-regexp'.
5689         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5690         (map-query-replace-regexp, replace-string, replace-regexp):
5691         Fix docstrings to replace mentions of `query-replace-interactive'
5692         with alternatives.  (Bug#12526)
5694 2012-10-04  Juri Linkov  <juri@jurta.org>
5696         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
5697         (dired-pop-to-buffer): Declare obsolete.
5698         (dired-mark-pop-up): Doc fix.
5700 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
5702         Allow user to set docstring style for fill-paragraph.
5703         * progmodes/python.el
5704         (python-fill-comment-function, python-fill-string-function)
5705         (python-fill-decorator-function, python-fill-paren-function):
5706         Remove :safe for defcustoms.
5707         (python-fill-string-style): New defcustom
5708         (python-fill-paragraph-function): Enhance context detection.
5709         (python-fill-string): Honor python-fill-string-style settings.
5711 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
5713         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5714         after setting its buffer (Bug#10805).
5716 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5718         Fix cornercase for string syntax.
5719         * progmodes/python.el (python-syntax-propertize-function):
5720         Simplify and enhance the regexp for unescaped quotes.  Now it also
5721         matches quotes in weird situations like the single quote in
5722         "something\"'".
5723         (python-syntax-stringify): Simplify num-quotes detecting code.
5725 2012-10-03  Glenn Morris  <rgm@gnu.org>
5727         * help-macro.el (three-step-help):
5728         Revert 2012-09-29 change.  (Bug#12567)
5730 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
5732         * menu-bar.el (kill-this-buffer): Don't do anything when
5733         `menu-frame' is not alive or visible (Bug#8184).
5735         * emacs-lisp/debug.el (debug): When quitting the debugger window
5736         restore current buffer (Bug#12502).
5738 2012-10-02  Chong Yidong  <cyd@gnu.org>
5740         * progmodes/hideif.el (hif-lookup, hif-defined):
5741         Handle semantic-c-takeover-hideif.
5743 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
5745         Change sampling interval units from ms to ns.
5746         * profiler.el (profiler-sampling-interval): Change units
5747         from ms to ns, multiplying the default by 1000000 so that
5748         it remains 1 ms.
5749         (profiler-report-cpu-line-format): Give enough room for
5750         the maximum counters on 64-bit hosts.
5751         (profiler-report-render-calltree-1): Call them "CPU samples",
5752         not "Time (ms)", since they are not milliseconds now (and
5753         never really were).
5755 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5757         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5758         Fix querying BBDB for entries without a last name (Bug#11580).
5760 2012-10-02  Chong Yidong  <cyd@gnu.org>
5762         * emacs-lisp/eieio.el: Restore Version header.
5764 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * vc/diff-mode.el (diff--auto-refine-data): New var.
5767         (diff-hunk): Use it to delay refinement.
5768         (diff-mode): Remove overlays when we turn off font-lock.
5770         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5771         (table-initialize-table-fixed-width-mode)
5772         (table-set-table-fixed-width-mode): Remove functions.
5773         (table-command-list): Move initialization into declaration.
5774         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5775         (table-with-cache-buffer): Use `declare'.
5776         (table-span-cell): Simplify via CSE.
5777         (table-fixed-width-mode): Use define-minor-mode.
5778         (table-call-interactively, table-funcall, table-apply): Remove.
5779         (table-function): New function, to replace them.
5781         * bookmark.el (bookmark-search-pattern): Remove var.
5782         (bookmark-read-search-input): Remove function.
5783         (bookmark-bmenu-search): Reimplement using a minibuffer.
5785         * faces.el (modeline): Remove obsolete face name.
5787         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5788         and give a non-nil default value.
5789         (add-change-log-entry): Simplify accordingly.
5791 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5793         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5794         (vc-git-log-edit-toggle-amend): New function.
5795         (vc-git-log-edit-toggle-signoff): New function.
5796         (vc-git-log-edit-mode): New major mode.
5797         (vc-git-log-edit-mode-map): Keymap for it.
5798         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5800         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5801         header names.
5802         (log-edit-toggle-header): New function.
5803         (log-edit-extract-headers): Accept function values in HEADERS alist.
5805 2012-10-01  David Engster  <deng@randomsample.de>
5807         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5808         from symbol property and change message to be more consistent with
5809         Emacs proper.
5810         (eieio-describe-generic): Add filename for each implementation.
5811         Fix indices for generic and normal methods.
5812         (eieio-method-def, eieio-class-def): New buttons.
5813         (eieio-help-find-method-definition)
5814         (eieio-help-find-class-definition): New functions.
5815         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5816         class, constructor and method definitions.
5818         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5819         information in symbol property.
5820         (scoped-class): Remove.
5821         (eieio-slot-name-index, call-next-method): Check if it is bound.
5823 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
5825         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5826         (eieio-custom-mode): New major mode.
5827         (eieio-customize-object): Use it.
5829 2012-10-01  Eric Ludlam  <zappo@gnu.org>
5831         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5832         specifying the expected class, and whether subclassing is allowed.
5833         (eieio-persistent-convert-list-to-object):
5834         (eieio-persistent-validate/fix-slot-value)
5835         (eieio-persistent-slot-type-is-class-p): New functions.
5836         (eieio-named::slot-missing): Doc fix.
5838         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5839         Stop using unused publd variable.
5841         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5842         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5843         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5844         (eieio-speedbar-handle-click): Do not specify a class for the
5845         method.  Fixes method invocation order problems with EDE.
5847 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5849         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5850         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5852 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
5854         * bookmark.el (bookmark-version-control): Give tags in the
5855         :type choices (Bug#12309), and improve doc string.
5856         (bookmark-write-file): Bind `print-circle' to `t' to allow
5857         circular custom bookmark types.  (Bug#12503)
5859 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
5861         Revert the FOLLOW-SYMLINKS change for file-attributes.
5862         * files.el (remote-file-name-inhibit-cache, after-find-file):
5863         * time.el (display-time-file-nonempty-p): Undo last change.
5865         * profiler.el (profiler-sampling-interval): Change default back to 1.
5866         See Stefan Monnier in
5867         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5869 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
5871         Shell output catching a la gud-gdb.
5872         * progmodes/python.el (python-shell-fetch-lines-in-progress)
5873         (python-shell-fetch-lines-string, python-shell-fetched-lines):
5874         New Vars.
5875         (python-shell-fetch-lines-filter): New function.
5876         (python-shell-send-string-no-output): Use them.
5878 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
5880         * profiler.el (profiler-sampling-interval): Rename from
5881         profiler-sample-interval.
5882         (profiler-sampling-interval): Default to 10.
5883         (profiler-find-profile): New command (was profiler-find-log).
5884         (profiler-find-profile-other-window): New command.
5885         (profiler-find-profile-other-frame): New command.
5886         (profiler-profile): Introduce API-level data structure.
5888 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
5890         file-attributes has a new optional arg FOLLOW-SYMLINKS.
5891         * files.el (remote-file-name-inhibit-cache):
5892         * time.el (display-time-file-nonempty-p): Use it.
5893         * files.el (after-find-file): Don't chase links before calling
5894         file-exists-p, as file-exists-p already does the right thing.
5896 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
5898         Merge from standalone RefTeX repository.
5900         The following ChangeLog entries are shortened versions of the
5901         original ones with file paths adapted.  A not so strongly edited
5902         version of the original ChangeLog can be found in the commit log.
5904         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5905         (reftex-arg-cite): Use `reftex-cite-key-separator'.
5906         Correctly handle new value type returned by `reftex-citation'.
5908         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5909         that entries with whitespace at various places are found.
5910         Doc fix. Include entries that are cross-referenced from cited entries.
5911         Include @String definitions in the resulting bib file.  Add header
5912         and footer defined in `reftex-create-bibtex-header' and
5913         `reftex-create-bibtex-footer'.
5914         (reftex-do-citation): Make it possible again to insert
5915         non-existent entries.  Save match data when asking for optional
5916         arguments. Return all keys, not just the first one.
5917         (reftex-all-used-citation-keys): Fix regexp to correctly extract
5918         all citations in the same line.
5919         (reftex-parse-bibtex-entry): Accept additional optional argument
5920         `raw' and keep quotes or braces if it is non-nil.  Match fields
5921         containing hyphens besides word constituents.
5922         (reftex-get-string-refs): New function.
5923         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5924         and ask if it should be reread in case it did.
5925         (reftex-pop-to-bibtex-entry)
5926         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5927         entries with spaces or tabs in front of arguments.
5928         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5929         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5930         Match entries containing numbers and symbol constituents.
5931         (reftex-do-citation, reftex-figure-out-cite-format):
5932         Use `reftex-cite-key-separator'.
5934         * textmodes/reftex-dcr.el: Move provide statement to end of file.
5935         (reftex-mouse-view-crossref): Explain why point is set.
5937         * textmodes/reftex-global.el: Whitespace changes.
5939         * textmodes/reftex-index.el: Move provide statement to end of
5940         file.
5941         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5942         (reftex-index-visit-phrases-buffer): Set marker when visiting
5943         buffer.  This allows for returning from the phrases file to the
5944         file one was just editing instead of the file where the last
5945         phrases was added from.
5946         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
5947         punctuation syntax as it usually is not used as string quote in
5948         TeX-related modes and may occur unmatched.  The change also
5949         prevents fontification of quoted content.
5950         (reftex-index-phrases-mode): Use it.
5952         * textmodes/reftex-parse.el (reftex-parse-from-file):
5953         Move backward one char if a `\' was matched after a section macro.
5954         (reftex-parse-from-file): Use beginning of match instead of end as
5955         bound.
5957         * textmodes/reftex-ref.el: Adapt creation of
5958         `reftex-<package>-<macro>' functions to new structure of
5959         `reftex-ref-style-alist'.
5960         (reftex-reference): Use `reftex-ref-style-list' function.
5961         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
5962         reference macro if `reftex-ref-macro-prompt' is non-nil.
5963         (reftex-reference): Pass refstyle to `reftex-format-special'.
5964         Determine reference macro by looking at
5965         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5966         Use only one special format function.
5967         (reftex-varioref-vref, reftex-fancyref-fref)
5968         (reftex-fancyref-Fref): Remove definitions.  The functions are now
5969         generated from `reftex-ref-style-alist'.
5970         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5971         Remove.
5972         (reftex-format-special): New function.
5974         * textmodes/reftex-sel.el
5975         (reftex-select-cycle-ref-style-internal): Adapt to new structure
5976         of `reftex-ref-style-alist'. Remove code for testing macro type.
5977         (reftex-select-toggle-varioref)
5978         (reftex-select-toggle-fancyref): Remove.
5979         (reftex-select-cycle-ref-style-internal)
5980         (reftex-select-cycle-ref-style-forward)
5981         (reftex-select-cycle-ref-style-backward): New functions.
5982         (reftex-select-label-map): Use `v' and `V' for general cycling
5983         through reference styles.  Add `p' for switching between number
5984         and page reference types.
5986         * textmodes/reftex-toc.el (reftex-re-enlarge):
5987         Call `enlarge-window' only if there is something to do because in Emacs
5988         the horizontal version throws an error even if the parameter is 0.
5990         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5991         (reftex-plug-into-AUCTeX): Doc fix.
5992         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5993         string.  Adapt to new name.
5994         (reftex-ref-style-alist): Change structure so that it is not
5995         possible to use multiple different package names within a style.
5996         Remove the symbols for symbols for macro type distinction.
5997         Add characters for macro selection.
5998         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5999         (reftex-create-bibtex-footer): New variables.
6000         (reftex-format-ref-function): Mention third argument of special
6001         format function.
6002         (reftex-ref-style-alist, reftex-ref-style-default-list):
6003         New variables.
6004         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
6005         to new implementation.  Mark as obsolete.  Add compatibility code
6006         for honoring the variable values in case they are set.
6007         (reftex-cite-format-builtin, reftex-bibliography-commands):
6008         Add support for ConTeXt.
6009         (reftex-format-ref-function, reftex-format-cite-function):
6010         Fix custom type.
6011         (reftex-cite-key-separator): New variable.
6013         * textmodes/reftex.el (reftex-syntax-table-for-bib)
6014         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
6015         `reftex-syntax-table' because parens have to retain their paren
6016         syntax in order for parsing of BibTeX entries like @book(...) to
6017         work.
6018         (reftex-in-comment): Do not error out if `comment-start-skip' is
6019         not set.  Deal correctly with escaped comment characters.
6020         (reftex-tie-multifile-symbols): Add doc string.
6021         Initialize `reftex-ref-style-list'.
6022         (reftex-untie-multifile-symbols): Add doc string.
6023         (reftex-add-index-macros): Doc fix.
6024         (reftex-ref-style-activate, reftex-ref-style-toggle)
6025         (reftex-ref-style-list): New functions.
6026         (reftex-mode-menu): Use them.  Adapt to new structure of
6027         `reftex-ref-style-alist'.
6028         (reftex-select-with-char): Kill the RefTeX Select buffer when
6029         done.
6030         (reftex-remove-if): New function.
6031         (reftex-erase-all-selection-and-index-buffers)
6032         (reftex-mode-menu): Reference styles are now computed from
6033         `reftex-ref-style-alist'.  Fix typo.
6034         (reftex-report-bug): New function.
6035         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
6036         algorithms with O(n log n).  Introduce optional argument SORT (not
6037         yet used).
6039 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
6041         Enhancements for triple-quote string syntax.
6042         * progmodes/python.el (python-syntax-propertize-function):
6043         Match both quote cases in one regexp.
6044         (python-syntax-stringify): Handle matches properly.
6046 2012-09-30  Juri Linkov  <juri@jurta.org>
6048         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
6049         to nil around the call to `insert' to prevent
6050         directory time modification by lock_file.  (Bug#2295)
6051         * tar-mode.el (tar-summarize-buffer): Idem.
6053 2012-09-30  Juri Linkov  <juri@jurta.org>
6055         * facemenu.el (list-colors-sort): Add option "Luminance".
6056         (list-colors-sort-key): Implement it.
6058         * vc/diff-mode.el (diff-refine-removed):
6059         * vc/ediff-init.el (ediff-fine-diff-A):
6060         * vc/smerge-mode.el (smerge-refined-removed):
6061         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
6063 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
6065         * term/ns-win.el (x-file-dialog): New function.
6067 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
6069         * ido.el (ido-max-directory-size): Default to nil; the current
6070         default is small for POSIX systems, and impractical on Windows 7
6071         now that lstat returns directory sizes for NTFS.
6073 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
6075         In buffer display functions handle window-height/window-width
6076         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
6077         * window.el (window--display-buffer): New argument ALIST.
6078         Obey window-height and window-width alist entries.
6079         (window--try-to-split-window): New argument ALIST.
6080         Bind window-combination-limit to t when the window's size shall be
6081         changed and window-combination-limit equals `window-size'.
6082         (display-buffer-in-atom-window)
6083         (display-buffer-in-major-side-window)
6084         (display-buffer-in-side-window, display-buffer-same-window)
6085         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6086         (display-buffer-pop-up-window, display-buffer-below-selected)
6087         (display-buffer-at-bottom, display-buffer-in-previous-window)
6088         (display-buffer-use-some-window): Adjust all callers of
6089         window--display-buffer and window--try-to-split-window.
6090         (fit-frame-to-buffer): New option.
6091         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6092         is non-nil.
6093         (display-buffer-in-major-side-window): Evaluate window-height /
6094         window-width alist entries.
6096         * help.el (temp-buffer-resize-frames)
6097         (temp-buffer-resize-regexps): Remove options.
6098         (temp-buffer-resize-mode): Adjust doc-string.
6099         (resize-temp-buffer-window): Don't consult
6100         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
6101         temp-buffer-resize-frames.
6103         * dired.el (dired-mark-pop-up):
6104         Call display-buffer-below-selected with a fit-window-to-buffer alist
6105         entry.
6107 2012-09-30  Chong Yidong  <cyd@gnu.org>
6109         * server.el (server-host): Document the security implications.
6110         (server-auth-key): Doc fix.
6112         * startup.el (initial-buffer-choice): Doc fix.
6114         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6116         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6117         restriction change.
6119         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6121         * help-fns.el (help-fns--obsolete): Fix last change.
6123 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6126         (minor-mode-map-alist): Remove redundant code.
6128         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6129         visited in a buffer.
6130         (cvs-insert-visited-file): New function.
6131         (find-file-hook): Use it.
6133         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6135         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6136         chose face.
6137         (log-edit-empty-buffer-p): Don't require a space after a header.
6139         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6141         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6143         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6144         a proper minor-mode.
6146         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6148 2012-09-29  Glenn Morris  <rgm@gnu.org>
6150         * winner.el (winner-mode): Remove variable (let define-minor-mode
6151         handle it).
6152         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6153         Doc fixes.
6154         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6155         (winner-mode): Use define-minor-mode.
6157         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6158         the full definition in loaddefs, rather than duplicating it.
6160         * help-macro.el (three-step-help): No need to autoload defcustom.
6162         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6163         (inferior-lisp-program, inferior-lisp-load-command)
6164         (inferior-lisp-prompt, inferior-lisp-mode-hook):
6165         No need to autoload defcustoms.
6167         * hippie-exp.el (hippie-expand-try-functions-list)
6168         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6169         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6170         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6171         (hippie-expand-only-buffers): No need to autoload defcustoms.
6172         * progmodes/vhdl-mode.el (vhdl-line-expand):
6173         Explicitly load hippie-exp, so it does not get autoloaded
6174         while hippie-expand-try-functions-list is let-bound.
6176 2012-09-28  Glenn Morris  <rgm@gnu.org>
6178         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6180         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6181         Only "cl.el" counts as cl these days.
6183 2012-09-28  Juri Linkov  <juri@jurta.org>
6185         Display archive errors in the echo area instead of inserting
6186         to the file buffer.
6188         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6189         to STDERR-TEST that can be a regexp matching a successful output.
6190         Create a temporary file and redirect stderr to it.  Search for
6191         STDERR-TEST in the stderr output and display it in the echo area
6192         if no match is found.
6193         (archive-extract-by-file): New function like
6194         `archive-extract-by-stdout' but extracting archives to files
6195         and looking for successful matches in stdout.  Function body is
6196         mostly copied from `archive-rar-extract'.
6197         (archive-rar-extract): Use `archive-extract-by-file'.
6198         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
6200 2012-09-28  Leo Liu  <sdl.web@gmail.com>
6202         * pcomplete.el (pcomplete-show-completions):
6203         Use minibuffer-message to make pcomplete usable in minibuffer.
6205         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6207 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6209         * type-break.el: Use lexical-binding.
6210         (type-break-mode): Use define-minor-mode.
6212         * emacs-lisp/pcase.el (pcase--mark-used): New.
6213         (pcase--u1): Use it (bug#12512).
6215         * custom.el (load-theme): Set buffer-file-name so the load is recorded
6216         in load-history with the right file name.
6218 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
6220         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6221         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6222         (doc-view-get-bounding-box): Make bounding box slicing work for
6223         ODF and DVI documents.
6225 2012-09-28  Glenn Morris  <rgm@gnu.org>
6227         * type-break.el (type-break-mode, type-break-interval)
6228         (type-break-good-rest-interval, type-break-keystroke-threshold):
6229         No need to autoload.
6230         (type-break-good-rest-interval, type-break-keystroke-threshold):
6231         Add :set-after.
6233 2012-09-28  Chong Yidong  <cyd@gnu.org>
6235         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6236         Add :version tag.
6238 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6240         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6242 2012-09-27  Glenn Morris  <rgm@gnu.org>
6244         * faces.el (x-display-name): Declare (for without-x builds).
6246         * linum.el (linum-format): Don't autoload it.  Improve :type.
6248         * progmodes/tcl.el: Don't require outline when compiling.
6249         (outline-regexp, outline-level): Declare.
6250         * textmodes/sgml-mode.el: Don't require outline when compiling.
6251         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6253         * term.el (term-ansi-reset):
6254         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
6256         * vc/vc.el (vc-next-action): Only gripe about committing read-only
6257         files for RCS and SCCS.  (Bug#9781)
6259 2012-09-27  Chong Yidong  <cyd@gnu.org>
6261         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6262         change; value should be t.
6264 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * image-mode.el: Use lexical-binding.
6267         (image-mode-winprops): Use t to stand for the window of
6268         a buffer that's not displayed.
6269         * doc-view.el (doc-view-new-window-function): Handle the new
6270         t in winprops.
6271         (doc-view-enlarge): Make it a real nop if the size is not changed.
6272         (doc-view-display): Handle the case where the buffer is not (yet?)
6273         displayed in any window.
6274         (doc-view-saved-settings): New var.
6275         (doc-view-mode): Use it.
6276         (doc-view-fallback-mode): Set it.
6278         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6279         Set lexical-binding.
6280         (minibuffer-eldef-shorten-default): New var.
6281         (minibuffer-default-in-prompt-regexps): Use it for new default.
6282         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6284 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6286         * international/uni-bidi.el:
6287         * international/uni-category.el:
6288         * international/uni-name.el:
6289         * international/uni-numeric.el: Regenerate.
6291 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
6292             Stefan Monnier  <monnier@iro.umontreal.ca>
6294         * profiler.el: New file.
6296 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6298         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6299         (testcover-reinstrument): Simplify with CSE.
6301 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6303         * window.el (temp-buffer-window-setup): Fix typo in docstring.
6305 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
6307         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6308         (verilog-auto-input, verilog-auto-insert-lisp)
6309         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6310         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6311         (verilog-auto-unused, verilog-auto-wire)
6312         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6313         newline.  Reported by Andrew Jones.
6314         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6315         Reported by Brad Dobbie.
6316         (verilog-batch-delete-trailing-whitespace):
6317         Create verilog-batch-delete-trailing-whitespace.
6318         Reported by Brad Dobbie.
6319         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6320         parameters from another module.  Reported by Dan Katz.
6321         (verilog-auto, verilog-auto-assign-modport)
6322         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6323         AUTOINOUTMODPORT for UVM interface module shell generation.
6324         Reported by Brad Dobbie.
6325         (verilog-auto-inst-interfaced-ports): Make default nil, as more
6326         standard behavior.
6327         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6328         Reported by Matt Martin.
6330 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
6332         * window.el (window--resize-child-windows): When resizing child
6333         windows proportionally, process them in reverse order to
6334         preserve the "when splitting a window the new one gets the odd
6335         line" behavior.
6336         (window--resize-root-window-vertically): When resizing the
6337         minibuffer window try to affect only windows at the bottom of the
6338         frame.  (Bug#12419)
6340 2012-09-25  Chong Yidong  <cyd@gnu.org>
6342         * subr.el (declare): Doc fix.
6344         * help-fns.el (help-fns--obsolete): Handle macros properly.
6346 2012-09-25  Chong Yidong  <cyd@gnu.org>
6348         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6349         this function obsolete.
6351         * calendar/cal-x.el (calendar-two-frame-setup)
6352         (calendar-only-one-frame-setup, calendar-one-frame-setup):
6353         * calendar/calendar.el (american-calendar, european-calendar)
6354         (calendar-for-loop):
6355         * comint.el (comint-dynamic-simple-complete)
6356         (comint-dynamic-complete-as-filename, comint-unquote-filename):
6357         * desktop.el (desktop-load-default):
6358         * dired-x.el (dired-omit-here-always)
6359         (dired-hack-local-variables, dired-default-directory):
6360         * emacs-lisp/derived.el (derived-mode-class):
6361         * emacs-lisp/timer.el (timer-set-time-with-usecs):
6362         * emacs-lock.el (toggle-emacs-lock):
6363         * epa.el (epa-display-verify-result):
6364         * epg.el (epg-sign-keys, epg-start-sign-keys)
6365         (epg-passphrase-callback-function):
6366         * eshell/esh-util.el (eshell-for):
6367         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6368         (eshell-add-to-window-buffer-names):
6369         * files.el (locate-file-completion):
6370         * imenu.el (imenu-example--create-c-index)
6371         (imenu-example--create-lisp-index)
6372         (imenu-example--lisp-extract-index-name)
6373         (imenu-example--name-and-position):
6374         * international/mule-cmds.el (princ-list):
6375         * international/mule-diag.el (decode-codepage-char):
6376         * international/mule-util.el (detect-coding-with-priority):
6377         * iswitchb.el (iswitchb-read-buffer):
6378         * mail/mailalias.el (mail-complete):
6379         * mail/sendmail.el (mail-sent-via):
6380         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6381         (mouse-major-mode-menu):
6382         * password-cache.el (password-read-and-add):
6383         * pcomplete.el (pcomplete-parse-comint-arguments):
6384         * progmodes/sh-script.el (sh-maybe-here-document):
6385         * replace.el (query-replace-regexp-eval):
6386         * savehist.el (savehist-load):
6387         * simple.el (choose-completion-delete-max-match):
6388         * term.el (term-dynamic-simple-complete):
6389         * vc/ediff-init.el (ediff-check-version):
6390         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6391         * vc/vc.el (vc-diff-switches-list):
6392         * view.el (view-return-to-alist-update): Likewise.
6394         * subr.el (eval-next-after-load, makehash, insert-string)
6395         (assoc-ignore-representation, assoc-ignore-case): Use declare to
6396         mark obsolete.
6397         (mode-line-inverse-video): Variable deleted.
6399         * international/mule-util.el (string-to-sequence): Remove.
6401         * calendar/calendar.el (calendar-version):
6402         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6403         (icalendar-convert-diary-to-ical):
6404         * cus-edit.el (custom-mode):
6405         * ansi-color.el (ansi-color-unfontify-region):
6406         * international/latin1-disp.el (latin1-char-displayable-p):
6407         * progmodes/cwarn.el (turn-on-cwarn-mode):
6408         * progmodes/which-func.el (which-func-update-1):
6409         Use define-obsolete-function-alias.
6411         * net/newst-backend.el (newsticker-cache-filename):
6412         * net/newst-treeview.el (newsticker-groups-filename):
6413         Fix incorrect obsolescence declaration.
6415         * allout.el (allout-passphrase-hint-string): Likewise.
6416         (allout-init): Use a declare form to mark obsolete.
6418         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6419         this applies to functions.
6421         * iswitchb.el (iswitchb-read-buffer): Move code of
6422         iswitchb-define-mode-map here, and delete that obsolete function.
6424         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6425         font-lock-reference-face.
6427 2012-09-25  Glenn Morris  <rgm@gnu.org>
6429         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6430         Doc fixes.
6432         * eshell/em-term.el (eshell-term-name):
6433         Default to term-term-name.  (Bug#12485)
6435 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6437         * progmodes/python.el (python-shell-send-buffer): Better handling
6438         of "if __name__ == '__main__':" conditionals when sending the buffer.
6440 2012-09-24  Glenn Morris  <rgm@gnu.org>
6442         * eshell/esh-cmd.el (eshell-find-alias-function):
6443         Tighten up file-name regexp.  (Bug#12499)
6445 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6447         Enhancements for triple-quote string syntax.
6448         * progmodes/python.el (python-quote-syntax): Remove.
6449         (python-syntax-propertize-function): New value.
6450         (python-syntax-count-quotes, python-syntax-stringify):
6451         New functions.
6453 2012-09-24  Chong Yidong  <cyd@gnu.org>
6455         * mail/supercite.el (sc-version): Remove obsolete function.
6456         (sc-describe): Don't mark as obsolete, since it is bound.
6457         (sc-submit-bug-report): Remove.
6459         * vc/log-edit.el (cvs-changelog-full-paragraphs)
6460         (cvs-commit-buffer-require-final-newline): Remove.
6461         (log-edit-require-final-newline)
6462         (log-edit-changelog-full-paragraphs): Default to t.
6464         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6465         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6466         * vc/vc.el (vc-checkout-carefully): Likewise.
6468         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6469         (emerge-version): Remove.
6471         * progmodes/compile.el (compile-internal): Remove.
6472         (compilation-parse-errors-function): Fix typo.
6474         * international/mule.el (set-char-table-default): Remove.
6475         (set-coding-priority, make-coding-system, generic-char-p)
6476         (charset-list, charset-bytes, charset-id): Use declare to mark
6477         functions as obsolete.
6479         * vc/pcvs-defs.el (cvs-buffer-name-alist)
6480         (cvs-invert-ignore-marks): Remove references to obsolete vars.
6481         * vc/vc-hooks.el (vc-default-registered): Don't use
6482         vc-master-templates.
6484         * font-lock.el (font-lock-reference-face):
6485         Use define-obsolete-variable-alias.
6487         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6488         * calendar/calendar.el (calendar-font-lock-keywords):
6489         * calendar/diary-lib.el (diary-font-lock-keywords)
6490         (diary-fancy-font-lock-keywords):
6491         * textmodes/reftex-sel.el (reftex-insert-docstruct):
6492         * textmodes/reftex-index.el (reftex-insert-index):
6493         * textmodes/reftex-cite.el (reftex-format-bib-entry):
6494         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6495         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6496         * progmodes/prolog.el (prolog-font-lock-keywords):
6497         * progmodes/idlwave.el (idlwave-idl-keywords):
6498         * progmodes/ada-mode.el (ada-font-lock-keywords):
6499         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6501 2012-09-24  Glenn Morris  <rgm@gnu.org>
6503         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6505 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
6507         * progmodes/python.el (python-indent-line): More consistent cursor
6508         movement behavior.
6510 2012-09-23  Stefan Merten  <smerten@oekonux.de>
6512         * textmodes/rst.el: Fix compiler warning.
6514 2012-09-23  Roland Winkler  <winkler@gnu.org>
6516         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6517         Transcribe also LaTeX hyphenation.
6518         (bibtex-reformat): Bug fix. Do not quote twice the elements of
6519         bibtex-reformat-previous-options.
6521 2012-09-23  Roland Winkler  <winkler@gnu.org>
6523         * proced.el (proced-renice-command): New variable.
6524         (proced-marked-processes): New function.
6525         (proced-with-processes-buffer): New macro.
6526         (proced-send-signal): Use them.
6527         (proced-renice): New command bound to r.
6529 2012-09-23  Roland Winkler  <winkler@gnu.org>
6531         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6532         ibuffer-saved-filter-groups has one element, shortcut the call of
6533         completing-read.  (Bug#12331)
6535 2012-09-23  Chong Yidong  <cyd@gnu.org>
6537         * bindings.el (mode-line-toggle-read-only):
6538         * bs.el (bs-toggle-readonly):
6539         * buff-menu.el (Buffer-menu-toggle-read-only):
6540         * dired.el (dired-toggle-read-only):
6541         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6543 2012-09-23  Chong Yidong  <cyd@gnu.org>
6545         * image.el (image-type-available-p): Adapt to init-image-library
6546         argument changes.
6548 2012-09-22  Juri Linkov  <juri@jurta.org>
6550         * dired.el (dired-mode-map): Add [remap read-only-mode] for
6551         `dired-toggle-read-only'.  (Bug#12462)
6553 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6555         * subr.el (temp-output-buffer-show): New function.
6556         (with-output-to-temp-buffer): Call temp-output-buffer-show
6557         instead of internal-temp-output-buffer-show.
6559 2012-09-22  Chong Yidong  <cyd@gnu.org>
6561         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6562         (Bug#12462).
6564         * repeat.el (repeat): Doc fix (Bug#12348).
6566         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6567         (Bug#10909).
6569         * simple.el (shell-command-on-region): Doc fix.
6570         (read-only-mode): Doc fix.
6572 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
6574         * emacs-lisp/timer.el (run-with-idle-timer)
6575         (timer-activate-when-idle): Warn against reinvoking an idle timer
6576         from within its own timer action.  (Bug#12447)
6578 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6580         * cus-start.el (window-combination-limit): Add new optional
6581         values.
6582         * window.el (temp-buffer-window-show)
6583         (window--try-to-split-window): Handle new values of
6584         window-combination-limit (Bug#1806).
6585         (split-window): Test window-combination-limit for t instead of
6586         non-nil.
6587         (display-buffer-at-bottom): New buffer display action function.
6588         * help.el (temp-buffer-resize-regexps): New option.
6589         (temp-buffer-resize-mode): Rewrite doc-string.
6590         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6591         Don't resize reused window.  Suggested by Glenn Morris.
6593 2012-09-22  Stefan Merten  <smerten@oekonux.de>
6595         * textmodes/rst.el: Revamp section title faces.
6596         (rst-official-version)
6597         (rst-package-emacs-version-alist): Sync with official version
6598         V1.4.0.
6599         (rst-faces-defaults, rst-set-level-default)
6600         (rst-level-face-max, rst-level-face-base-color)
6601         (rst-level-face-base-light, rst-level-face-format-light)
6602         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6603         (rst-adornment-faces-alist): Match new setup.
6604         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6605         (rst-level-5, rst-level-6): New faces.
6607 2012-09-22  Chong Yidong  <cyd@gnu.org>
6609         * simple.el (undo): Handle indirect buffers (Bug#8207).
6611 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6613         IDO: Disable match re-ordering for buffer switching.
6614         * ido.el (ido-buffer-disable-smart-matches): New variable.
6615         (ido-set-matches-1): Use it.  (Bug#2042)
6617 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
6619         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6620         Fix 2011-05-17 change.  (Bug#12418)
6622 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6624         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6626 2012-09-21  Glenn Morris  <rgm@gnu.org>
6628         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6629         Be more robust about locating simple.el.
6631 2012-09-21  Glenn Morris  <rgm@gnu.org>
6633         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6635 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
6637         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
6639 2012-09-20  Juri Linkov  <juri@jurta.org>
6641         * replace.el (query-replace-read-from): Use `read-regexp' instead
6642         of `read-from-minibuffer' when `regexp-flag' is non-nil.
6643         (occur-read-primary-args): Use `read-regexp' instead of
6644         `read-string'.
6645         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6646         `read-from-minibuffer'.
6647         * isearch.el (isearch-occur): Use `read-regexp' instead of
6648         `read-string'.
6649         * dired.el (dired-read-regexp): Use `read-regexp' instead of
6650         `read-from-minibuffer'.
6651         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6652         of `read-string'.  (Bug#7567)
6654         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6655         and allow accepting a list of strings prepended to a list of
6656         standard default values.  Doc fix.  (Bug#12321)
6658         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
6660         * replace.el (read-regexp): Don't add ": " when PROMPT already
6661         ends with a colon and space.  (Bug#12321)
6663 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
6665         * doc-view.el (doc-view-display): Better fix for the cl-assertion
6666         error.
6668 2012-09-20  Stefan Merten  <smerten@oekonux.de>
6670         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6671         Fixes feature request bug#11711.
6672         (rst-mode): Create `imenu-create-index-function'.
6673         (rst-get-stripped-line): Delete after refactoring.
6674         (rst-section-tree, rst-section-tree-rec)
6675         (rst-section-tree-point): Refactor and document properly.
6676         (rst-imenu-find-adornments-for-position)
6677         (rst-imenu-convert-cell, rst-imenu-create-index):
6678         New function.
6680 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6683         (macroexp--expand-all): Use it.
6684         (macroexp--funcall-and-return): Remove by folding it into its sole
6685         caller (macroexp--warn-and-return).
6686         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6687         Use macroexp--obsolete-warning.
6689         * calc/calc.el: Fix last change by removing the whole chunk, since it
6690         was only needed back when Calc was not bundled.
6692 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
6694         * emacs-lisp/debug.el (debug): Restore assignment to
6695         debugger-old-buffer removed on 2012-09-08.
6697 2012-09-20  Juri Linkov  <juri@jurta.org>
6699         * dired-aux.el (dired-diff): Remove (require 'diff) since
6700         `diff-latest-backup-file' is now autoloaded.
6702 2012-09-20  Chong Yidong  <cyd@gnu.org>
6704         * vc/diff.el (diff-latest-backup-file): Autoload.
6706 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6708         * calc/calc.el: Remove redundant autoload shape check.
6709         (sel-mode): Don't defvar.
6710         (calc-get-stack-element): Add `sel-mode' arg instead.
6711         (calc-top, calc-top-list): Pass it this additional argument.
6712         * calc/calc-store.el (calc-store-map):
6713         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6714         (calc-map-equation, calc-outer-product, calc-inner-product):
6715         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6717         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6719 2012-09-19  Juri Linkov  <juri@jurta.org>
6721         * dired-aux.el (dired-diff): Add (require 'diff) because
6722         `diff-latest-backup-file' is not autoloaded.
6723         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6724         of `dired-get-filename' to t to not report error when there is
6725         no default file on the current line.
6727 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6729         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6730         macroexp--eval-if-compile.
6731         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6732         (macroexp--expand-all): Use them (bug#12371).
6734         * doc-view.el (doc-view-guess-paper-size)
6735         (doc-view-scale-bounding-box): Fix unbound `caddr'.
6737 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
6739         New feature: set optimal slice from BoundingBox information.
6740         * doc-view.el (doc-view-mode-map): Add keybinding.
6741         (doc-view-menu): Add menu entry.
6742         (doc-view-set-slice): Adapt docstring.
6743         (doc-view-get-bounding-box, doc-view-guess-paper-size)
6744         (doc-view-scale-bounding-box)
6745         (doc-view-set-slice-from-bounding-box): New functions.
6746         (doc-view-paper-sizes): New defvar.
6748 2012-09-19  Glenn Morris  <rgm@gnu.org>
6750         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6751         (byte-compile-log-warning): Autoload.  (Bug#12371)
6753         * calendar/calendar.el (calendar-american-month-header)
6754         (calendar-european-month-header, calendar-iso-month-header)
6755         (calendar-month-header): New options.
6756         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
6757         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
6759 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
6761         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6763 2012-09-18  Juri Linkov  <juri@jurta.org>
6765         * dired-aux.el (dired-diff): Restore original functionality of
6766         getting the default value, but keep new feature of using the
6767         latest existing backup file (`diff-latest-backup-file').
6769 2012-09-18  Juri Linkov  <juri@jurta.org>
6771         * dired.el (dired-mark): If the region is active in Transient Mark
6772         mode, mark all files in the active region.  Doc fix.
6773         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6774         Doc fix.  (Bug#10624)
6776 2012-09-18  Juri Linkov  <juri@jurta.org>
6778         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6779         attributes for M-n are pulled from the file at point.
6780         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6781         Suggested by Drew Adams.  (Bug#10624)
6783 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
6785         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6786         whitespace after "end".
6787         (ruby-do-end-to-brace): Collapse block to one line if it fits
6788         within fill-column.
6790 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
6792         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6793         value.
6794         (debug): Don't remove debugger window when debugger is expected
6795         to be back.
6797 2012-09-18  Chong Yidong  <cyd@gnu.org>
6799         * custom.el (defface): Doc fix.
6801         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6803 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
6805         * progmodes/compile.el (compilation-start): Use compilation-always-kill
6806         to initialize query-on-exit; then test that instead (bug#12288).
6808 2012-09-17  Stefan Merten  <smerten@oekonux.de>
6810         * textmodes/rst.el: Add support for `testcover'.
6811         (rst-defcustom-testcover, rst-testcover-add-compose)
6812         (rst-testcover-add-1value): New functions.
6813         (rst-portable-mark-active-p): Replace by `use-region-p'.
6814         (rst-update-section, rst-classify-adornment)
6815         (rst-find-title-line): Mark `1value' forms.
6816         (rst-classify-adornment): Remove superfluous form.
6817         (rst-update-section, rst-get-adornments-around)
6818         (rst-adornment-complete-p, rst-get-next-adornment)
6819         (rst-adjust, rst-promote-region)
6820         (rst-display-adornments-hierarchy, rst-straighten-adornments)
6821         (rst-find-pfx-in-region, rst-section-tree-rec)
6822         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6823         (rst-toc-node, rst-toc, rst-forward-section)
6824         (rst-iterate-leftmost-paragraphs)
6825         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6826         (rst-bullet-list-region)
6827         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6828         (rst-compile-find-conf, rst-compile)
6829         (rst-repeat-last-character): Fix style.
6831 2012-09-17  Chong Yidong  <cyd@gnu.org>
6833         * comint.el (comint--complete-file-name-data): Don't add a space
6834         if the status is `sole'; that adds a gratuitous space in the
6835         completion-cycling case (Bug#12092).
6837         * pcomplete.el (pcomplete-completions-at-point): Likewise.
6839 2012-09-17  Richard Stallman  <rms@gnu.org>
6841         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6842         only in the mime-shown mode, not in raw mode.
6843         (rmail-mime): Toggle off mime by displaying the message without
6844         mime processing.  (Bug#12305)
6846         * mail/rmail.el (rmail-retry-failure):
6847         Turn off mime processing first.  (Bug#12037)
6849         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6851 2012-09-17  Chong Yidong  <cyd@gnu.org>
6853         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6854         (shell-dynamic-complete-functions): Convert to defcustom.
6855         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6857         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6858         * comint.el (comint-prompt-read-only):
6859         * custom.el (defcustom):
6860         * hi-lock.el (hi-lock-mode):
6861         * ibuffer.el (ibuffer-formats):
6862         * ielm.el (ielm-prompt-read-only):
6863         * novice.el (disable-command):
6864         * saveplace.el (toggle-save-place):
6865         * speedbar.el (speedbar-supported-extension-expressions):
6866         * startup.el (auto-save-list-file-prefix, init-file-user)
6867         (after-init-hook, inhibit-startup-echo-area-message):
6868         * strokes.el (strokes-help):
6869         * time-stamp.el (time-stamp):
6870         * calendar/calendar.el (calendar, diary-file):
6871         * calendar/diary-lib.el (diary-mail-entries, diary)
6872         (diary-list-entries-hook):
6873         * calendar/holidays.el (holidays, calendar-holidays):
6874         * calendar/lunar.el (lunar-phases):
6875         * calendar/solar.el (sunrise-sunset):
6876         * emulation/edt.el (edt-load-keys):
6877         * emulation/viper.el (viper-mode):
6878         * eshell/em-alias.el (eshell-command-aliases-list):
6879         * eshell/esh-util.el (eshell-convert-numeric-arguments):
6880         * international/ogonek.el (ogonek-information):
6881         * net/tramp-cmds.el (tramp-bug):
6882         * net/quickurl.el (quickurl-reread-hook-postfix):
6883         * play/decipher.el (decipher-font-lock-keywords):
6884         * progmodes/cc-styles.el (c-set-style):
6885         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6886         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6887         * progmodes/octave-mod.el (octave-mode):
6888         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6889         * progmodes/verilog-mode.el (verilog-read-defines):
6890         * textmodes/two-column.el (2C-mode): Likewise.
6892 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6894         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6895         that holds many addresses.
6897 2012-09-16  Chong Yidong  <cyd@gnu.org>
6899         * align.el (align-areas): Call the indication function with
6900         positions instead of markers for arguments (Bug#12343).
6902         * files.el (parse-colon-path): Use split-string (Bug#12351).
6904         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6905         (display-buffer-function): Mark as obsolete.
6907         * progmodes/compile.el (compilation-parse-errors): Accept list
6908         values similar to font-lock-keywords (Bug#12136).
6909         Suggested by Oleksandr Manzyuk.
6910         (compilation-error-regexp-alist): Doc fix.
6912 2012-09-15  Glenn Morris  <rgm@gnu.org>
6914         * version.el (emacs-bzr-version-bzr): New function.
6915         (emacs-bzr-get-version): Add optional EXTERNAL argument.
6917         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6918         checkouts, check the parent dirstate matches the branch.
6919         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
6920         empty string.
6922         * version.el (emacs-bzr-version): Doc fix.
6923         (emacs-bzr-version-dirstate): New function.
6924         (emacs-bzr-get-version): For lightweight checkouts, if the parent
6925         is local try and check that it matches the branch.  If not, just
6926         use dirstate information.  (Bug#12441)
6928 2012-09-14  Juri Linkov  <juri@jurta.org>
6930         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6931         (Bug#12399)
6933 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6935         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6937         * emacs-lisp/edebug.el: Miscellaneous cleanup.
6938         Remove obsolete byte-compiler hack that tried to silence some warnings.
6939         (edebug-submit-bug-report): Remove.
6940         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6941         Remove aliases, use the un-prefixed name instead.
6942         (edebug-pop-to-buffer): Consider other frames.
6943         (edebug-original-read):: Make it more obvious that it's always defined.
6944         (edebug--make-form-data-entry, edebug--form-data-name)
6945         (edebug--form-data-begin, edebug--form-data-end): Rename from the
6946         single-dashed name, and implement with cl-defstruct.
6947         (edebug-set-form-data-entry): Use the standard accessors.
6948         (edebug-make-top-form-data-entry): Use push.
6949         (edebug-no-match): Drop useless `funcall'.
6950         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6951         to functions.
6952         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6953         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6954         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6955         (easy-menu-define, with-custom-print): Remove redundant specs.
6956         (edebug-outside-overriding-local-map)
6957         (edebug-outside-overriding-terminal-local-map): Remove, unused.
6958         (edebug--display): Bind unread-command-events directly to nil rather
6959         than binding it to unread-command-events and later setting it to nil.
6960         (edebug--display): Kill edebug-eval-buffer here...
6961         (edebug--recursive-edit): ...rather than here.
6962         Bind standard-output and standard-input.
6963         (edebug-eval): Check cl-macroexpand-all is fboundp.
6964         (edebug-temp-display-freq-count): Fix last change.
6966         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6967         * subr.el (noreturn, 1value): Add `debug' spec.
6968         * emacs-lisp/advice.el: Require cl-lib.
6969         (ad-copy-tree): Remove, use copy-tree instead.
6970         (ad-dolist): Remove use dolist or cl-dolist instead.
6971         (ad-do-return): Remove, use cl-return instead.
6972         (defadvice): Add `debug' spec.
6974 2012-09-13  Juri Linkov  <juri@jurta.org>
6976         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6977         (Bug#12399)
6979 2012-09-13  Glenn Morris  <rgm@gnu.org>
6981         * calc/calc.el (math-compose-expr):
6982         * calc/calc-ext.el (math-compose-expr):
6983         * progmodes/cc-defs.el (cl-macroexpand-all):
6984         * progmodes/cc-langs.el (delete-duplicates, mapcan)
6985         (cl-macroexpand-all): Update declarations.
6987         * vc/vc.el: No need to require ediff.
6988         (ediff-load-version-control): Declare.
6989         (ediff-vc-internal): Fix declaration.
6990         (vc-version-ediff): Require ediff.
6992 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6994         Use a more backwards-compatible timer format (Bug#12430).
6995         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6996         being right after USECS, as that better supports old code that
6997         inadvisedly looked directly at the timer vector.
6999 2012-09-13  Kenichi Handa  <handa@gnu.org>
7001         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7002         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
7003         `coding-priority' property of these language environment.
7005 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7007         Fix glitches caused by addition of psec to timers (Bug#12430).
7008         * image.el (image-animate-timer):
7009         * time.el (display-time-world-timer):
7010         Use timer--function and timer--args rather than raw access to
7011         timer vector.
7013 2012-09-13  Glenn Morris  <rgm@gnu.org>
7015         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
7016         If not compiling a file, try using load-file-name.
7018 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7020         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
7021         Fix last change.
7022         (edebug-update-eval-list): Use `push'.
7024         * emacs-lisp/edebug.el: Use lexical-binding.
7025         Remove the "edebug-" prefix from non-dynamically-scoped variables.
7026         Mark unused args with underscore.
7027         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
7028         (edebug-form-data): Use defvar-local.
7029         (edebug-make-before-and-after-form, edebug-make-after-form):
7030         Use backquote.
7031         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
7032         Not dynamically scoped any more.
7033         (edebug--enter-trace): Add arguments `function' and `args'.
7034         Rename from edebug-enter-trace.
7035         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
7036         (edebug--update-coverage): Add `after-index' and `value' args.
7037         Rename from edebug-update-coverage.
7038         (edebug-slow-after): Call it accordingly.
7039         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
7040         edebug-recursive-edit.
7041         (edebug--display): Call it accordingly.  Add args `value',
7042         `offset-index', and `arg-mode'.  Rename from edebug-display.
7043         (edebug-debugger, edebug): Call it accordingly.
7044         (edebug-eval-display-list): Use dolist.
7046 2012-09-12  Juri Linkov  <juri@jurta.org>
7048         * info.el (Info-search): Don't check for isearch-mode and
7049         isearch-regexp before let-binding search-spaces-regexp to
7050         Info-search-whitespace-regexp.
7051         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
7052         search-whitespace-regexp if isearch-lax-whitespace or
7053         isearch-regexp-lax-whitespace is non-nil.
7054         (Info-mode): Don't set local variable search-whitespace-regexp.
7055         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
7057 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7059         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
7060         (debugger-env-macro): Remove support for unread-command-char.
7062         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
7063         the temporary map re-appearing on emulation-mode-map-alists.
7065         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
7066         since 22.1.
7068         * ehelp.el (with-electric-help): Accept functions in
7069         electric-help-form-to-execute.
7070         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7071         And replace unread-command-char -> unread-command-events.
7073 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
7075         Sync with Tramp 2.2.6.
7077         * net/tramp.el (tramp-accept-process-output): Don't use
7078         JUST-THIS-ONE in the XEmacs case.
7080         * net/trampver.el: Update release number.
7082 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
7084         * emacs-lisp/debug.el (debugger-previous-window-height):
7085         New variable.
7086         (debug): When debugger-jumping-flag is non-nil try to restore
7087         height of debugger window.  (Bug#8789)
7089 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7091         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7092         overriding-local-map and pre/post-command-hook here.
7093         (edebug-recursive-edit): Do it here instead (bug#12345).
7094         (edebug-outside-unread-command-char): Remove all uses of
7095         unread-command-char.
7097         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7098         inhibit-debugger is bound instead.
7100 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7102         * subr.el (set-temporary-overlay-map): Add a docstring.
7103         (Bug#12346)
7105 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7107         * minibuffer.el (completion-table-subvert): Fix docstring.
7108         (Bug#12347)
7110 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7112         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
7114 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
7116         * progmodes/sql.el: Version 3.1
7117         (sql-db2-escape-newlines): New variable.
7118         (sql-escape-newlines-filter): Use it.
7120 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
7122         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7124 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
7126         * vc/diff-mode.el (diff-mode-menu):
7127         Bind diff-remove-trailing-whitespace.
7129 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7132         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7133         (emacs-lisp-byte-code-mode): New functions.
7134         (eval-sexp-add-defvars): Don't skip defvars in column >0.
7135         (eval-defun-2): Remove bogus interactive spec.
7136         (lisp-indent-line): Remove redundant whole-exp code, now done in
7137         indent-according-to-mode.
7138         (save-match-data): Remove redundant indent data.
7140         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7141         Use `declare'.
7143 2012-09-09  Juri Linkov  <juri@jurta.org>
7145         * replace.el (replace-regexp-lax-whitespace): New defcustom.
7146         (replace-lax-whitespace, query-replace-regexp)
7147         (query-replace-regexp-eval, replace-regexp): Doc fix.
7148         (perform-replace, replace-highlight): Let-bind
7149         isearch-lax-whitespace to replace-lax-whitespace and
7150         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7152         * isearch.el (isearch-query-replace): Let-bind
7153         replace-lax-whitespace to isearch-lax-whitespace and
7154         replace-regexp-lax-whitespace to
7155         isearch-regexp-lax-whitespace.  (Bug#10885)
7157 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7159         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7161 2012-09-09  Alan Mackenzie  <acm@muc.de>
7163         * progmodes/cc-engine.el (c-state-cache-init):
7164         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7165         (c-record-parse-state-state):
7166         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7168 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
7170         * register.el (register-separator): Rename from
7171         separator-register.  All uses changed.  Doc fix.
7172         (register): Fix version.
7174 2012-09-09  Chong Yidong  <cyd@gnu.org>
7176         * replace.el (query-replace-map): Bind four new symbols for
7177         requesting window scrolling.
7179         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7180         query-replace-map (Bug#8948).
7182         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7184         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7185         since they are now in query-replace-map.
7187         * window.el (scroll-other-window-down): Make the arg optional.
7189 2012-09-09  Chong Yidong  <cyd@gnu.org>
7191         * files.el (hack-local-variables-confirm): Use quit-window to kill
7192         the *Local Variables* buffer.
7194 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7196         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7197         not just expect to be at its beginning.  Adjust callees.
7198         Succeed when do-end block has no space before the pipe character.
7199         (ruby-brace-to-do-end): When the original block is one-liner,
7200         convert to multiline.  Reindent the result.
7202 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
7204         * register.el (register): New group.
7205         (separator-register): New user option.
7206         (increment-register): Route it to `append-to-register', if
7207         register contains text.  Implication is that `C-x r +' can now be
7208         used for appending to a text register (bug#12217).
7209         (append-to-register, prepend-to-register): Add separator based on
7210         `separator-register'.
7212 2012-09-08  Alan Mackenzie  <acm@muc.de>
7214         AWK Mode: make auto-newline work when there's "==" in the pattern.
7215         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7216         correctly.
7217         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7218         Test more rigorously for "=" token.
7220 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7222         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7223         Only fail when reached LIMIT.
7225 2012-09-08  Chong Yidong  <cyd@gnu.org>
7227         * dired.el (dired-mode-map): Don't bind M-=.
7229         * dired-aux.el (dired-diff): Use backup file as default.
7231 2012-09-08  Drew Adams  <drew.adams@oracle.com>
7233         * subr.el (add-to-history): Fix delete usage (Bug#12314).
7235 2012-09-08  Chong Yidong  <cyd@gnu.org>
7237         * subr.el (syntax-after, syntax-class): Doc fix.
7239 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
7241         * window.el (display-buffer-in-previous-window): New buffer
7242         display action function.
7244         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7245         (debugger-previous-window): New variable.
7246         (debug): Rewrite using display-buffer-in-previous-window,
7247         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
7249 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7251         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
7253 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
7255         * progmodes/python.el (python-shell-send-string):
7256         When default-directory is remote, create temp file on remote
7257         filesystem.
7258         (python-shell-send-file): When file is remote, pass local view of
7259         file paths to remote Python interpreter.  (Bug#12340)
7261 2012-09-07  Chong Yidong  <cyd@gnu.org>
7263         * window.el (switch-to-buffer): Doc fix (Bug#12181).
7265         * files.el (after-find-file): Don't fail on a read-only buffer if
7266         require-final-newline is `visit' or `visit-save' (Bug#11156).
7268         * subr.el (read-char-choice): Allow quitting via ESC ESC.
7270         * userlock.el (ask-user-about-supersession-threat):
7271         Use read-char-choice (Bug#12093).
7273 2012-09-07  Chong Yidong  <cyd@gnu.org>
7275         * subr.el (buffer-narrowed-p): New function.
7277         * ses.el (ses-widen):
7278         * simple.el (count-words--buffer-message):
7279         * net/browse-url.el (browse-url-of-buffer): Use it.
7281         * simple.el (count-words-region): Don't signal an error if there
7282         is a non-nil prefix arg and the mark is not set.
7284         * help.el (describe-key-briefly): Allow the message to be seen
7285         when invoked from the minibuffer (Bug#7014).
7287 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7289         * progmodes/ruby-mode.el (ruby-end-of-defun)
7290         (ruby-beginning-of-defun): Simplify, allow indentation before
7291         block beginning and end keywords.
7292         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7293         (ruby-end-of-defun): Expect that the point is at the beginning of
7294         the defun.
7296 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7298         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7299         (bug#12367).
7300         (cl--make-usage-args): Strip _ from argument names.
7302 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7304         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7305         obsolete alias speedbar-key-map.
7306         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7307         (vhdl-index-menu-init): Don't use obsolete variable
7308         font-lock-maximum-size.
7310 2012-09-06  Chong Yidong  <cyd@gnu.org>
7312         * frame.el (window-system-version): Mark as obsolete.
7314         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7315         of obsolete variable speedbar-key-map.
7317 2012-09-06  Juri Linkov  <juri@jurta.org>
7319         * replace.el (replace-lax-whitespace): New defcustom.
7320         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7321         (replace-string, replace-regexp): Mention it in docstrings.
7322         (perform-replace, replace-highlight): Let-bind
7323         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7324         to the values of replace-lax-whitespace and regexp-flag.
7325         Don't let-bind search-whitespace-regexp.  (Bug#10885)
7327         * isearch.el (isearch-query-replace): Let-bind
7328         replace-lax-whitespace instead of let-binding
7329         replace-search-function and replace-re-search-function.
7330         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7331         and isearch-regexp-lax-whitespace to lazy-highlight variables.
7332         (isearch-toggle-symbol): Set isearch-regexp to nil
7333         in isearch-word mode (like in isearch-toggle-word).
7335 2012-09-06  Juri Linkov  <juri@jurta.org>
7337         * replace.el (replace-search-function)
7338         (replace-re-search-function): Set default values to nil.
7339         (perform-replace): Let-bind isearch-related variables based on
7340         replace-related values, call `isearch-search-fun' and let-bind
7341         the result to `search-function'.  Remove code that sets
7342         `search-function' and `search-string' separately for
7343         `delimited-flag'.
7344         (replace-highlight): Add new argument `delimited-flag' and
7345         rename other arguments to the names used in `perform-replace'.
7346         Let-bind `isearch-word' to the argument `delimited-flag'.
7347         (Bug#10885, bug#10887)
7349 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7351         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7352         ruby-beginning-of-indent, simplify, allow all keywords to have
7353         indentation before them.
7354         (ruby-beginning-of-indent): Adjust for above.  Search until the
7355         found point is not inside a string or comment.
7356         (ruby-font-lock-keywords): Allow symbols to start with "@"
7357         character, give them higher priority than variables.
7358         (ruby-syntax-propertize-function)
7359         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7360         matchers.  Expression expansions are not comments when inside a
7361         string, and there comment syntax status is irrelevant.
7362         (ruby-match-expression-expansion): New function.  Check that
7363         expression expansion is inside a string, and it's not escaped.
7364         (ruby-font-lock-keywords): Use it.
7366 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
7368         * help.el (temp-buffer-max-height): New default value.
7369         (temp-buffer-resize-frames): New option.
7370         (resize-temp-buffer-window): Optionally resize frame.
7372         * window.el (fit-frame-to-buffer-bottom-margin): New option.
7373         (fit-frame-to-buffer): New function.
7375 2012-09-05  Glenn Morris  <rgm@gnu.org>
7377         * emulation/cua-rect.el (cua--init-rectangles):
7378         * textmodes/picture.el (picture-mode-map):
7379         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7380         like forward-char and backward-char.  (Bug#12317)
7382 2012-09-05  Leo Liu  <sdl.web@gmail.com>
7384         * progmodes/flymake.el (flymake-warning-re): New variable.
7385         (flymake-parse-line): Use it.
7387 2012-09-05  Glenn Morris  <rgm@gnu.org>
7389         * calendar/holidays.el (holiday-christian-holidays):
7390         Rename an entry.  (Bug#12289)
7392 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7394         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7395         (bug#12222).
7397 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7399         * loadup.el: Load macroexp.  Remove hack.
7400         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7401         (macroexp--expand-all): Use it to get better warnings.
7402         (macroexp--backtrace, macroexp--trim-backtrace-frame)
7403         (internal-macroexpand-for-load): New functions.
7404         (macroexp--pending-eager-loads): New var.
7405         (emacs-startup-hook): New hack to replace one in loadup.el.
7406         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7407         (cl--compiler-macro-cXXr): Move to top, before they can be used.
7408         (cl-psetf): Simplify.
7409         (cl-defstruct): Add indent rule.
7411 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
7413         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7414         over `user-mail-address' for the SMTP MAIL FROM envelope.
7415         (smtpmail-via-smtp): Ditto.
7417 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
7419         * progmodes/ruby-mode.el: Clean up keybindings.
7420         (ruby-mode-map): Don't bind ruby-electric-brace,
7421         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7422         backward-kill-word, reindent-then-newline-and-indent.
7423         (ruby-mark-defun): Remove.
7424         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
7425         (ruby-mode): Set local beginning-of-defun-function and
7426         end-of-defun-function values.
7428 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
7430         * window.el (temp-buffer-window-setup-hook)
7431         (temp-buffer-window-show-hook): New hooks.
7432         (temp-buffer-window-setup, temp-buffer-window-show)
7433         (with-temp-buffer-window): New functions.
7434         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7435         (special-display-popup-frame): Make sure the window used shows BUFFER.
7437         * help.el (temp-buffer-resize-mode): Fix doc-string.
7438         (resize-temp-buffer-window): New optional argument WINDOW.
7440         * files.el (recover-file, save-buffers-kill-emacs):
7441         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7443 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
7445         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7446         remote definition of `default-directory', ensure we can connect.
7448 2012-09-02  Juri Linkov  <juri@jurta.org>
7450         Toggle whitespace matching mode with M-s SPC.
7451         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7453         * isearch.el (search-whitespace-regexp): Doc fix.
7454         Remove cons cell customization.
7455         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7456         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7457         New variables.
7458         (isearch-forward, isearch-forward-regexp): Doc fix.
7459         (isearch-toggle-lax-whitespace): New command.
7460         (search-forward-lax-whitespace, search-backward-lax-whitespace)
7461         (re-search-forward-lax-whitespace)
7462         (re-search-backward-lax-whitespace): New functions.
7463         (isearch-whitespace-regexp): Remove function.
7464         (isearch-query-replace): Let-bind replace-search-function and
7465         replace-re-search-function.
7466         (isearch-occur): Let-bind search-spaces-regexp according to the
7467         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7468         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7469         condition for C-q SPC.
7470         (isearch-search-fun-default): Use new functions mentioned above.
7471         (isearch-search-forward, isearch-search-backward): Remove functions.
7472         (isearch-search): Don't let-bind search-spaces-regexp.
7473         (isearch-lazy-highlight-space-regexp): Remove variable.
7474         (isearch-lazy-highlight-lax-whitespace)
7475         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7476         (isearch-lazy-highlight-new-loop): Use them.
7477         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7479 2012-09-02  Chong Yidong  <cyd@gnu.org>
7481         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7483 2012-09-02  Glenn Morris  <rgm@gnu.org>
7485         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
7487 2012-09-01  Glenn Morris  <rgm@gnu.org>
7489         * term.el: Tidy up menu definitions.
7490         (term-mode-map): Use easymenu for In/Out, Complete menus.
7491         (term-pager-break-map): Initialize in the defvar.
7492         (term-terminal-menu, term-signals-menu): Define with easymenu.
7493         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
7494         (term-pager-menu): New, extracted from term-process-pager.
7495         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7496         (term-update-mode-line): Propertize line/char and page items.
7497         (term-process-pager): Move keymap initialization elsewhere.
7499 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
7501         * window.el (switch-to-prev-buffer): Handle additional values of
7502         BURY-OR-KILL argument.  Don't switch in minibuffer window.
7503         (switch-to-next-buffer): Don't switch in minibuffer window.
7504         (quit-restore-window): New function based on quit-window.
7505         Handle additional values of former KILL argument.
7506         (quit-window): Call quit-restore-window with appropriate
7507         interpretation of KILL argument.
7508         (display-buffer-below-selected): New buffer display action
7509         function.
7511 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * minibuffer.el (completion-at-point-functions): Complete docstring
7514         (bug#12254).
7516 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7518         Better seed support for (random).
7519         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7520         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7521         * play/mpuz.el, play/tetris.el, play/zone.el:
7522         * calc/calc-comb.el (math-init-random-base):
7523         * play/blackbox.el (bb-init-board):
7524         * play/life.el (life):
7525         * server.el (server-use-tcp):
7526         * type-break.el (type-break):
7527         Remove unnecessary call to (random t).
7528         * net/sasl.el (sasl-unique-id-function):
7529         Change (random t) to (random), now that the latter is more random.
7530         * play/life.el (life-initialized): Remove no-longer-needed var.
7532 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
7534         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7535         Consider frame's buffer predicate when choosing the buffer.
7536         (Bug#12081)
7538 2012-08-30  Richard Stallman  <rms@gnu.org>
7540         * simple.el (special-mode-map): Delete binding for `z'.
7542 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
7544         * progmodes/compile.el (compilation-always-kill): Doc fix.
7546 2012-08-30  Chong Yidong  <cyd@gnu.org>
7548         * window.el (display-buffer-reuse-frames): Make the obsolescence
7549         message more informative.
7551 2012-08-30  Glenn Morris  <rgm@gnu.org>
7553         * paren.el (show-paren-delay):
7554         Add a :set function.  Doc fix.  (Bug#12297)
7556 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
7558         * progmodes/compile.el (compilation-always-kill): New var.
7559         (compilation-start): Use it.
7561 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7563         * simple.el (read-only-mode): Move from files.el for bootstrapping.
7564         * files.el (read-only-mode): Move to simple.el.
7566         * files.el (read-only-mode): New minor mode.
7567         (toggle-read-only): Use it and mark obsolete.
7568         (find-file--read-only):
7569         * vc/vc.el (vc-next-action, vc-checkout):
7570         * vc/vc-cvs.el (vc-cvs-checkout):
7571         * obsolete/vc-mcvs.el (vc-mcvs-update):
7572         * ffap.el (ffap--toggle-read-only): Update callers.
7574 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
7576         * eshell/esh-ext.el (eshell-external-command): Do not examine
7577         remote shell scripts.
7578         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7580         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7581         "/usr/local/sbin".
7583 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7585         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7587 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7589         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7590         completion-at-point.  (Bug#12220)
7592         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7594         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7596 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7598         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7599         be buffer-local; add delete-trailing-whitespace (bug#12259).
7601 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
7603         * progmodes/hideif.el (hif-compress-define-list):
7604         Fix typo.  (Bug#11951)
7606 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
7608         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7609         buffer local setting.
7611         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7612         rcirc-encode-coding-system.
7614 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7616         * net/rcirc.el (rcirc-split-message): New function.
7617         (rcirc-send-message): Use it.  (Bug#12051)
7619 2012-08-28  Juri Linkov  <juri@jurta.org>
7621         * info.el (Info-fontify-node): Hide empty lines at the end of
7622         the node.  (Bug#12272)
7624 2012-08-27  Drew Adams  <drew.adams@oracle.com>
7626         * dired.el (dired-pop-to-buffer): Make window start at beginning
7627         of buffer (Bug#12281).
7629 2012-08-26  Chong Yidong  <cyd@gnu.org>
7631         * window.el (special-display-regexps, special-display-frame-alist)
7632         (special-display-buffer-names, special-display-function)
7633         (display-buffer-reuse-frames): Mark as obsolete.
7635         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7637         * help.el (help-print-return-message): Don't treat
7638         display-buffer-reuse-frames specially.
7640 2012-08-26  Chong Yidong  <cyd@gnu.org>
7642         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7643         New variable, replacing gdb-frame-parameters.
7644         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7645         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7646         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7647         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7648         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
7649         the functions directly with gdb-display-buffer-other-frame-action.
7650         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7651         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7652         (gdb-display-stack-buffer, gdb-display-locals-buffer)
7653         (gdb-display-registers-buffer): Define directly.
7654         (def-gdb-display-buffer): Macro deleted.
7655         (gdb-display-buffer): Remove second and third args, callers don't
7656         use them.  Defer to the default display-buffer behavior, apart
7657         from making windows dedicated.
7658         (gdb-setup-windows): Don't call display-buffer unnecessarily.
7660         * progmodes/gud.el (gud-display-line): Just use display-buffer.
7662         * window.el (display-buffer-pop-up-frame): Handle a
7663         pop-up-frame-parameters alist entry.
7664         (display-buffer): Document it.
7666 2012-08-26  Chong Yidong  <cyd@gnu.org>
7668         * isearch.el (search-whitespace-regexp): Make string and nil
7669         values apply to both ordinary and regexp search.  Allow a cons
7670         cell value to distinguish between the two.
7671         (isearch-whitespace-regexp, isearch-search-forward)
7672         (isearch-search-backward): New functions.
7673         (isearch-occur, isearch-search-fun-default, isearch-search)
7674         (isearch-lazy-highlight-new-loop): Use them.
7675         (isearch-forward, isearch-forward-regexp): Doc fix.
7677 2012-08-26  Chong Yidong  <cyd@gnu.org>
7679         * faces.el (help-argument-name): Always inherit from italic
7680         (Bug#12213).
7682 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
7684         * window.el (window--even-window-heights): Even heights when
7685         WINDOW and the selected window form a vertical combination.
7686         (display-buffer-use-some-window): Provide that window used gets
7687         sized back by quit-window.  (Bug#11880) and (Bug#12091)
7689 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7691         Fix file time stamp problem with bzr and CVS (Bug#12001).
7692         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7693         in the file's time stamp, since the version control system loses
7694         that information.
7696 2012-08-22  Juri Linkov  <juri@jurta.org>
7698         * info.el (Info-fontify-node): Hide the suffix of the
7699         Info file name in the header line.  (Bug#12187)
7701 2012-08-22  Glenn Morris  <rgm@gnu.org>
7703         * calendar/cal-tex.el (cal-tex-weekly-common):
7704         Restore leading blank page.
7706 2012-08-22  Le Wang  <l26wang@gmail.com>
7708         * misc.el (forward-to-word, backward-to-word): Activate or extend
7709         the region under `shift-select-mode'.  (Bug#12231)
7711 2012-08-22  Bastien Guerry  <bzg@gnu.org>
7713         * progmodes/executable.el (executable-prefix): Set to "#!" instead
7714         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
7715         gives details on why the space is never needed.
7717 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
7719         * window.el (walk-window-tree, window-with-parameter):
7720         New optional argument MINIBUF to control whether these functions
7721         should run on the minibuffer window.
7722         (window-at-side-list): Don't operate on minibuffer window.
7723         (window-in-direction): Simplify and rewrite doc-string.
7724         (window--size-ignore): Rename to window--size-ignore-p.
7725         Update callers.
7726         (display-buffer-in-atom-window, window--major-non-side-window)
7727         (window--major-side-window, display-buffer-in-major-side-window)
7728         (delete-side-window, display-buffer-in-side-window):
7729         New functions.
7730         (window--side-check, window-deletable-p, delete-window)
7731         (delete-other-windows, split-window): Handle side windows and
7732         atomic windows appropriately.
7733         (window--display-buffer): Call display-buffer-record-window also
7734         when the window buffer did not change.
7736 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
7738         * help-fns.el (help-fns--key-bindings):
7739         Abbreviate non-symbol remap targets.  (Bug#12174)
7741 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
7743         * dired.el (dired-mark-remembered): Don't clobber point.
7744         (Bug#11795)
7746 2012-08-22  Glenn Morris  <rgm@gnu.org>
7748         * progmodes/bug-reference.el (bug-reference): New custom group.
7749         (bug-reference-bug-regexp): Make it a defcustom.
7751 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
7753         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7754         (js-paren-indent-offset, js-square-indent-offset)
7755         (js-curly-indent-offset): Add :safe (Bug#12257).
7757 2012-08-22  Edward O'Connor  <hober0@gmail.com>
7759         * json.el (json-key-format): Add error properties.
7760         (json-encode-key): New function.
7761         (json-encode-hash-table, json-encode-alist, json-encode-plist):
7762         Use json-encode-key.
7764 2012-08-22  Glenn Morris  <rgm@gnu.org>
7766         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7767         (cal-tex-leftday, cal-tex-rightday): Remove functions.
7768         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7769         Update for above change.
7771 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
7773         * cus-face.el (custom-face-attributes): Fix customize type for the
7774         :underline attribute.  (Bug#11805)
7776 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
7778         * window.el (window-point-1, set-window-point-1): Remove.
7779         (window-in-direction, record-window-buffer)
7780         (set-window-buffer-start-and-point, split-window-below)
7781         (window--state-get-1, display-buffer-record-window):
7782         Replace calls to window-point-1 and set-window-point-1 by calls to
7783         window-point and set-window-point respectively.
7785 2012-08-21  Glenn Morris  <rgm@gnu.org>
7787         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7788         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7789         Use it.
7791         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7792         (cal-tex-shortday): New function.
7793         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7794         (cal-tex-cursor-filofax-daily): Use the above.
7796         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7797         New functions.
7798         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7799         (cal-tex-cursor-filofax-week): Use them.
7801         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7802         New constants.
7803         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7804         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7806         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7807         (cal-tex-end-document): Don't rely on buffer name.
7809         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7810         Use cal-tex-vspace.
7811         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7812         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7813         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7814         Use cal-tex-arg.
7816         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7817         (cal-tex-cursor-week, cal-tex-cursor-week2)
7818         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7819         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7820         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7821         (cal-tex-insert-preamble, cal-tex-b-document)
7822         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7823         Improve cal-tex-cmd usage.
7825         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7826         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7827         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7828         (cal-tex-weekly-paper): New function.
7829         (cal-tex-cursor-week, cal-tex-cursor-week2)
7830         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7831         (cal-tex-cursor-day): Use it.
7833         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7834         (cal-tex-cursor-filofax-week): Remove leading blank page.
7836         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7837         Add autoload cookie.  For now at least, don't use color, since
7838         no other cal-tex function does.
7840         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7841         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7842         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7844 2012-08-21  Juri Linkov  <juri@jurta.org>
7846         * info.el (Info-file-attributes): New variable.
7847         (info-insert-file-contents): Add file attributes to
7848         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
7849         `Info-toc-nodes' when previous modtime of the Info file is less
7850         than new modtime.
7851         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7852         of info.el.  (Bug#12230)
7854 2012-08-20  Glenn Morris  <rgm@gnu.org>
7856         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7857         * calendar/holidays.el (calendar-holiday-list):
7858         Report errors with display-warning rather than beep'n'sleep.
7860 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
7862         * net/tramp.el (tramp-accept-process-output): Accept only output
7863         from PROC.  Otherwise, process filters and sentinels might be
7864         confused.  (Bug#12145)
7866 2012-08-20  Chong Yidong  <cyd@gnu.org>
7868         * descr-text.el (describe-text-properties-1): Use overlays-in to
7869         report on empty overlays (Bug#3322).
7871 2012-08-20  Glenn Morris  <rgm@gnu.org>
7873         * mail/rmailout.el (rmail-output-read-file-name):
7874         Trap and report errors in rmail-output-file-alist elements.
7876         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7877         since most non-font-lock faces are not also variables).
7879 2012-08-20  Edward Reingold  <reingold@iit.edu>
7881         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7882         New function.  (Bug12160)
7884 2012-08-19  Glenn Morris  <rgm@gnu.org>
7886         * mail/rmailout.el (rmail-output-read-file-name):
7887         Fix previous change (when the alist is nil or does not match).
7889 2012-08-19  Chong Yidong  <cyd@gnu.org>
7891         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7892         (Bug#12228).
7894 2012-08-18  Chong Yidong  <cyd@gnu.org>
7896         * simple.el (yank-handled-properties): New defcustom.
7897         (yank-excluded-properties): Add font-lock-face and category.
7898         (yank): Doc fix.
7900         * subr.el (remove-yank-excluded-properties):
7901         Obey yank-handled-properties.  The special handling of font-lock-face
7902         and category is now done this way, instead of being hard-coded.
7903         (insert-for-yank-1): Remove font-lock-face handling.
7904         (yank-handle-font-lock-face-property)
7905         (yank-handle-category-property): New function.
7907 2012-08-17  Glenn Morris  <rgm@gnu.org>
7909         * mail/rmailout.el (rmail-output-read-file-name):
7910         Check rmail-output-file-alist against the full message body
7911         in the correct rmail buffer.  (Bug#12214)
7913 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
7915         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7916         Eliminate superfluous prompt.  (Bug#12203)
7918 2012-08-17  Chong Yidong  <cyd@gnu.org>
7920         * mouse.el (mouse-appearance-menu): If x-select-font returns a
7921         font spec, set the font directly (Bug#3228).
7923 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
7925         * window.el (delete-window): Fix last fix.
7927 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
7929         * window.el (window-valid-p): Move to window.c.
7930         (window-child, window-child-count, window-last-child)
7931         (window-normalize-window, window-combined-p)
7932         (window-combinations, window-atom-root, window-min-size)
7933         (window-sizable, window-sizable-p, window-size-fixed-p)
7934         (window-min-delta, window-max-delta, window--resizable)
7935         (window--resizable-p, window-resizable, window-total-size)
7936         (window-full-height-p, window-full-width-p, window-body-size)
7937         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7938         (minimize-window, window-deletable-p, delete-window)
7939         (delete-other-windows, set-window-buffer-start-and-point)
7940         (next-buffer, previous-buffer, split-window, balance-windows-2)
7941         (set-window-text-height, window-buffer-height)
7942         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7943         (truncated-partial-width-window-p): Minor code adjustments.
7944         In doc-strings state whether the argument window has to denote a
7945         live, valid or any window.
7947 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
7949         * progmodes/subword.el (subword-forward-function)
7950         (subword-backward-function, subword-forward-regexp)
7951         (subword-backward-regexp): New variables.
7952         (subword-forward, subword-forward-internal, subword-backward-internal):
7953         Use new variables, eg so that different "word" definitions
7954         can be easily used.  (Bug#11411)
7956 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7959         for composite selectors.
7960         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7961         operation just because we can't find a previous revision.
7963 2012-08-15  Chong Yidong  <cyd@gnu.org>
7965         * frame.el (set-frame-font): Accept font objects.
7967 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7969         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7971 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
7973         * man.el (Man-overstrike-face, Man-underline-face)
7974         (Man-reverse-face): Remove variables.
7975         (Man-overstrike, Man-underline, Man-reverse): New faces.
7976         (Man-fontify-manpage): Use them instead of the variables.
7977         (Man-cleanup-manpage): Comment change.
7978         (Man-ansi-color-map): New variable.
7979         (Man-fontify-manpage): Use it.
7980         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7982         Implement ANSI SGR parameters 22-27 (bug#12146).
7983         * ansi-color.el (ansi-colors): Doc fix.
7984         (ansi-color-context, ansi-color-context-region): Doc fix.
7985         (ansi-color--find-face): New function.
7986         (ansi-color-apply, ansi-color-apply-on-region): Use it.
7987         Rename the local variable `face' to `codes' since it is now a list of
7988         ansi codes.  Doc fix.
7989         (ansi-color-get-face): Remove.
7990         (ansi-color-parse-sequence): New function, derived from
7991         ansi-color-get-face.
7992         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
7993         codes 22-27.
7995 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7997         * subr.el (read-passwd): Allow use from a minibuffer.
7999 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
8001         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
8002         inside comments and strings as identifiers.
8004         * progmodes/gud.el (gud-tooltip-print-command): Quote the
8005         expression to evaluate.  This allows to evaluate expressions with
8006         embedded whitespace.
8007         (gud-tooltip-tips): Add a blank before the newline in the
8008         message-box text, for the benefit of message-box emulation on
8009         MS-Windows.
8011         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
8012         messages from GDB, pop them up in a tooltip to give feedback to
8013         user.
8014         (gdb-tooltip-print-1): Quote the expression to evaluate.
8015         This allows to evaluate expressions with embedded whitespace.
8016         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
8017         if the TTY name is nil or empty (which happens when communicating
8018         with the inferior via pipes, e.g. on MS-Windows).
8019         (gdb-internals): If GDB sends a "&\n" empty debugging message,
8020         don't send that to the GUD buffer.
8022 2012-08-14  Glenn Morris  <rgm@gnu.org>
8024         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
8025         Optimize away setq-default with no args, as for setq.  (Bug#12195)
8027 2012-08-14  Chong Yidong  <cyd@gnu.org>
8029         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
8031         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
8032         (Bug#12085).
8034 2012-08-14  Glenn Morris  <rgm@gnu.org>
8036         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
8038 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
8040         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
8041         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8042         Use cached shell name.
8044 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8046         * progmodes/python.el (python-shell-send-string):
8047         (python-shell-send-setup-code): Do not use `format' with `message'.
8049 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
8051         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
8052         (ruby-percent-literal-beg-re): New constant.
8053         (ruby-syntax-general-delimiters-goto-beg): Rename to
8054         `ruby-syntax-enclosing-percent-literal', improve literal type check.
8055         (ruby-syntax-propertize-general-delimiters): Rename to
8056         `ruby-syntax-propertize-percent-literal', it's a shorter and more
8057         popular term.  Adjust comments everywhere.
8058         (ruby-syntax-propertize-percent-literal): Only propertize when not
8059         inside a simple string or comment.  When the literal is unclosed,
8060         leave the text after it unpropertized.
8061         (ruby-syntax-methods-before-regexp): New constant.
8062         (ruby-syntax-propertize-function): Use it to recognize regexps.
8063         Don't look at the text after regexp, just use the whitelist.
8065 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
8067         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8068         non-nil always load the compiled file if it exists.  (Bug#12197)
8070 2012-08-14  Chong Yidong  <cyd@gnu.org>
8072         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8073         (hi-lock-set-pattern): When deciding whether to use font lock or
8074         overlays, look at font-lock-mode instead of font-lock-fontified
8075         (Bug#12168).
8076         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8077         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8079 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
8081         * subr.el (internal--after-with-selected-window): Fix typo
8082         (Bug#12193).
8084 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8086         Use `completion-table-dynamic' for completion functions.
8087         * progmodes/python.el
8088         (python-shell-completion--do-completion-at-point)
8089         (python-shell-completion--get-completions):
8090         Remove functions.
8091         (python-shell-completion-complete-at-point): New function.
8092         (python-completion-complete-at-point): Use it.
8094 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
8096         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8097         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8099 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8101         * subr.el (function-get): Refine `autoload' arg so it can also
8102         autoload functions for gv.el (bug#12191).
8103         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8104         autoloads macros.
8106         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8107         Prefer pcase-let over destructuring-bind.
8108         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8109         Also, remove whitespace as we go, rather than after accumulating the
8110         various places.
8112         * subr.el (internal--before-with-selected-window)
8113         (internal--after-with-selected-window): Fix typo seleted->selected.
8114         (with-selected-window): Adjust callers.
8115         Reported by Dmitry Gutov <dgutov@yandex.ru>.
8117 2012-08-13  Bastien Guerry  <bzg@gnu.org>
8119         * window.el (special-display-popup-frame): Minor docstring
8120         enhancement.  (Bug#12172)
8122 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
8124         * tar-mode.el (tar-header-data-end): Only ignore size for files of
8125         type 1-6.
8126         (tar-header-block-summarize, tar-get-descriptor): Handle pax
8127         extended headers.
8129         * files.el (hack-local-variables-filter): Remove useless eval.
8131 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
8133         * subr.el (with-selected-window): Fix last change.
8135 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8137         * subr.el (internal--before-with-seleted-window)
8138         (internal--after-with-seleted-window): New functions.
8139         (with-selected-window): Use them, to replace dependency on
8140         tty-top-frame.
8142 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
8144         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8145         binding for `newline'.
8146         (ruby-move-to-block): When moving backward, stop at block opening,
8147         not indentation.
8148         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8149         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8150         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8151         `ruby-toggle-block'.
8153 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8155         * ibuffer.el (ibuffer-do-toggle-read-only):
8156         * dired.el (dired-toggle-read-only):
8157         * buff-menu.el (Buffer-menu-toggle-read-only):
8158         * bindings.el (mode-line-toggle-read-only):
8159         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8161 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
8163         * descr-text.el (describe-char): Put the overlays over the
8164         "displayed as" character.
8166 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
8168         * calc/calc-units.el (math-default-units-table): Give an
8169         initial value.
8170         (math-put-default-units): Add options to put composite units and
8171         unit systems in the default units table.
8172         (calc-convert-units): Send composite units to
8173         `math-put-default-units' when appropriate.
8175 2012-08-11  Glenn Morris  <rgm@gnu.org>
8177         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8179         * tutorial.el (help-with-tutorial):
8180         * emacs-lisp/copyright.el (copyright-update-directory):
8181         * emacs-lisp/autoload.el (autoload-find-generated-file)
8182         (autoload-find-file): Disable local eval: (for insurance).
8184         * files.el (hack-local-variables-filter): If an eval: form is not
8185         known to be safe, and enable-local-variables is :safe, then ignore
8186         the form totally, as is done for non-eval forms.  (Bug#12155)
8187         This is CVE-2012-3479.
8189 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8191         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8192         (rx-form): Simplify.
8194 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
8196         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8197         ?, _, and : are symbol constituents, ! is not (but kinda should be).
8198         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8199         (ruby-syntax-propertize-function): Adjust for changes in
8200         `ruby-syntax-propertize-heredoc'.
8202 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
8204         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8205         binding (use `M-;' instead).
8206         (ruby-singleton-class-p): New function.
8207         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8209 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8211         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8213 2012-08-10  Chong Yidong  <cyd@gnu.org>
8215         * progmodes/python.el (python-shell-get-process-name): Don't mess
8216         with same-window-buffer-names.
8218         * eshell/eshell.el (eshell-add-to-window-buffer-names)
8219         (eshell-remove-from-window-buffer-names): Make obsolete.
8220         (eshell-buffer-name, eshell-unload-hook): Don't use them.
8221         (eshell): Just use pop-to-buffer-same-window instead.
8223 2012-08-10  Chong Yidong  <cyd@gnu.org>
8225         * bindings.el: Bind M-= back to count-words-region.
8227         * simple.el (count-words-region): Accept a prefix arg for acting
8228         on the entire buffer.
8229         (count-words--buffer-message): New helper function.
8231 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8233         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8234         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8235         (event-start, event-end): Use posn-at-point to return a more
8236         informative posn.
8237         (posnp): New function.
8238         * mouse.el (popup-menu-normalize-position): Use it.
8240 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
8242         * mouse.el (popup-menu-normalize-position): New function.
8243         (popup-menu): Use `popup-menu-normalize-position' to normalize
8244         the form for POSITION argument.
8246         * term/x-win.el (x-menu-bar-open):
8247         Use the value returend from (posn-at-point) as position
8248         passed to `popup-menu'.
8250 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8252         * calc/calccomp.el (math-compose-expr): Add extra argument
8253         indicating that parentheses should be put around products in
8254         denominators.  Give multiplication precedence over division during
8255         composition.
8257 2012-08-09  Chong Yidong  <cyd@gnu.org>
8259         * man.el (Man-switches, Man-sed-command, Man-awk-command)
8260         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8261         (Man-untabify-command, manual-program): Convert to defcustom
8262         (Bug#10429).
8264         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8266         * descr-text.el (describe-char): Don't insert extra newlines
8267         (Bug#10127).
8269         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8270         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8272         * align.el (align-region): Delete temporary markers (Bug#10047).
8273         Plus some code cleanups.
8275 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8277         * progmodes/python.el (python-pdbtrack-tracked-buffer)
8278         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8279         (python-shell-internal-last-output): Use make-local-variable
8280         instead of make-variable-buffer-local.
8282 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8284         * progmodes/python.el: Enhancements to forward-sexp.
8285         (python-nav-forward-sexp): Rename from
8286         python-nav-forward-sexp-function.
8287         (python-nav--forward-sexp, python-nav--backward-sexp):
8288         New functions.
8290 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8292         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8293         modes and simplification modes.
8295 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8297         * delsel.el (delete-selection-pre-hook): Don't propagate the
8298         file-supersession signals (bug#12161).
8300 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8302         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8303         (cl-map-extents): Add compatibility aliases (bug#12135).
8305 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
8307         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8308         tests by `ignore-error'.
8309         (tramp-find-shell): Open also a new shell, when cache is already
8310         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
8312 2012-08-08  Juri Linkov  <juri@jurta.org>
8314         * bookmark.el: Add `defaults' property to the bookmark record.
8315         (bookmark-current-buffer): Doc fix.
8316         (bookmark-make-record): Add `defaults' property with default values
8317         to the bookmark record.
8318         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8319         with `bookmark-insert-current-bookmark'.
8320         (bookmark-set): Get `defaults' property from the bookmark record
8321         and use it in `read-from-minibuffer'.
8322         (bookmark-insert-current-bookmark): Remove function.
8324         * info.el (Info-bookmark-make-record): Add `defaults' property
8325         with values of canonical Info node name, the current Info file
8326         name and the current Info node name.  (Bug#12107)
8328 2012-08-08  Juri Linkov  <juri@jurta.org>
8330         * files.el (basic-save-buffer): Use `buffer-name' as the default
8331         of `read-file-name' when buffer is not visiting a file (bug#12128).
8333 2012-08-08  Juri Linkov  <juri@jurta.org>
8335         * info.el (Info-isearch-search): Doc fix.
8336         (Info-search): Change search-failed message from "initial node" to
8337         "end of node" (bug#12078).
8338         (Info-isearch-search): Change `isearch-string-state' to
8339         `isearch--state-string'.
8341 2012-08-08  Glenn Morris  <rgm@gnu.org>
8343         * language/persian.el: Remove file.
8344         * language/misc-lang.el: Move unique part of persian.el here.
8345         * loadup.el: Remove language/persian.
8347 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
8349         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8351 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8353         * progmodes/python.el: Fix defsubst warning.
8354         (python-syntax-context) Rename from python-info-ppss-context.
8355         (python-syntax-context-type): Rename from
8356         python-info-ppss-context-type.
8357         (python-syntax-comment-or-string-p): Rename from
8358         python-info-ppss-comment-or-string-p.
8360 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8362         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8364 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
8366         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8367         a defcustom that is quoted with backquote.
8369         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8370         Fix handling of interactive spec when the body uses return.
8371         (math-do-arg-check, math-define-function-body): Use backquote forms.
8372         * calc/calc-ext.el (math-defcache): Likewise.
8373         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8374         * allout.el (allout-new-exposure): Likewise.
8375         * calc/calcalg2.el (math-tracing-integral): Likewise.
8376         * info.el (Info-last-menu-item): Likewise.
8377         * emulation/vip.el (vip-loop): Likewise.
8378         * textmodes/artist.el (artist-funcall): Likewise.
8379         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8380         Construct menu-item directly.
8382         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8383         Don't declare.
8385 2012-08-07  Chong Yidong  <cyd@gnu.org>
8387         * simple.el (deactivate-mark): Preserve text properties when
8388         saving the primary selection (Bug#8384).
8390 2012-08-07  Kevin Ryde  <user42@zip.com.au>
8392         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8393         (woman-parse-numeric-value): On a bad .IP line, issue a warning
8394         and continue processing (Bug#12110).
8396 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8398         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8399         syntax-propertize-function (bug#10095).
8401 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * help-fns.el (help-fns--key-bindings, help-fns--signature)
8404         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8405         describe-function-1.
8406         (describe-function-1): Use them.  Move compiler macro after sig.
8407         (help-fns--compiler-macro): Use function-get.  Assume we're already in
8408         standard-output.  Adjust layout to new call order.
8410         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8411         re-binding a symbol that has a symbol-macro (bug#12119).
8413 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
8415         * language/persian.el: New file.  (Bug#11812)
8416         * loadup.el: Add language/persian.el.
8418 2012-08-06  Chong Yidong  <cyd@gnu.org>
8420         * window.el (window--maybe-raise-frame): New function.
8421         (window--display-buffer): Split off from here.
8422         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8423         (display-buffer-pop-up-window, display-buffer-use-some-window):
8424         Obey an inhibit-switch-frame action alist entry.
8425         (display-buffer): Update doc.
8427         * replace.el (occur-after-change-function): Avoid losing focus by
8428         using the inhibit-switch-frame display parameter (Bug#12139).
8430 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
8432         Make internal shell process buffer names start with space.
8433         * progmodes/python.el (python-shell-make-comint): Add optional
8434         argument INTERNAL.
8435         (run-python-internal): Use it.
8436         (python-shell-internal-get-or-create-process): Check for new
8437         internal buffer names.
8439 2012-08-06  Glenn Morris  <rgm@gnu.org>
8441         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8442         Do less getting and setting of environment variables.
8444 2012-08-05  Chong Yidong  <cyd@gnu.org>
8446         * proced.el (proced): Add substitution string to docstring to
8447         trigger autoloading of the proced library on C-h f (Bug#1768).
8449         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8450         Don't show defvars which have no second argument (Bug#8638).
8452         * imenu.el (imenu-generic-expression): Move documentation here
8453         from imenu--generic-function.
8454         (imenu--generic-function): Refer to imenu-generic-expression.
8456 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
8458         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8459         indentation declaration.
8460         (viper-loop): Add indentation declaration (Bug#7025).
8462 2012-08-05  Chong Yidong  <cyd@gnu.org>
8464         * help-fns.el (describe-variable): Add hyperlink for
8465         directory-local variables files.  Improve buffer-local and
8466         permanent-local reporting; suggested by MON KEY (Bug#6644).
8468         * help-mode.el (help-dir-local-var-def): New button type.
8470         * files.el (kill-buffer-hook): Provide a defvar.
8472 2012-08-05  Glenn Morris  <rgm@gnu.org>
8474         * eshell/esh-ext.el (eshell/addpath):
8475         Also update eshell-path-env.  (Bug#12013)
8477 2012-08-05  Chong Yidong  <cyd@gnu.org>
8479         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8481         * fringe.el (fringe-styles): Add docstring.
8482         (fringe--check-mode): New function.
8483         (set-fringe-mode, set-fringe-style): Use it.
8484         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8486         * files.el (set-auto-mode): Fix invalid setq call.
8488 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * isearch.el: Misc simplification; use defstruct.
8491         (isearch-mode-map): Dense maps now work like sparse ones.
8492         (isearch--state): New defstruct.
8493         (isearch-string-state, isearch-message-state, isearch-point-state)
8494         (isearch-success-state, isearch-forward-state)
8495         (isearch-other-end-state, isearch-word-state, isearch-error-state)
8496         (isearch-wrapped-state, isearch-barrier-state)
8497         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8498         replaced by defstruct's accessors.
8499         (isearch--set-state): Rename from isearch-top-state and change
8500         calling convention.
8501         (isearch-push-state): Use new isearch--get-state.
8502         (isearch-toggle-word): Disable regexp when enabling word.
8503         (isearch-message-prefix): Remove unused arg _c-q-hack.
8504         (isearch-message-suffix): Remove unused arg _ellipsis.
8506 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
8508         * simple.el (list-processes--refresh): For a server use :host or
8509         :local as the address.
8510         (list-processes): Doc fix.
8512 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
8514         * lisp/mpc.el: Support password in host argument.
8515         (mpc--proc-connect): Parse and use new password element.
8516         Set mpc-proc variable instead of returning process.
8517         (mpc-proc): Adjust accordingly.
8519 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
8521         * whitespace.el (whitespace-display-mappings): Use Unicode
8522         codepoints, instead of emacs-mule codepoints.  See
8523         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8524         for the details.
8526         * files.el (file-truename): Don't skip symlink-chasing part on
8527         windows-nt.  Incorporate the resolution of 8+3 short aliases on
8528         Windows into the loop that recursively chases symlinks.
8529         Compare directory and its parent case-insensitively on MS-Windows and
8530         MS-DOS.
8532 2012-08-03  Chong Yidong  <cyd@gnu.org>
8534         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8536         * sort.el (sort-regexp-fields): Doc fix.
8538 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
8540         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8541         labels regex position point at the expected place.
8543 2012-08-03  MON KEY  <monkey@sandpframing.com>
8545         * net/imap.el (imap-interactive-login, imap-authenticate)
8546         (imap-mailbox-lsub, imap-mailbox-list)
8547         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8548         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8549         (imap-parse-response): Doc fix.
8551 2012-08-03  João Távora  <joaotavora@gmail.com>
8553         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8554         if sexp scanning does not move point (Bug#5734).
8556 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
8558         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8559         Add listings, minted, and ctable packages.
8560         (reftex-label-alist-builtin): Move listings, minted, and ctable
8561         entries before LaTeX.
8562         (reftex-label-alist): Docfix.
8564 2012-08-02  Bastien Guerry  <bzg@gnu.org>
8566         * replace.el (occur): Fix docstring (bug#12122).
8568 2012-08-02  Glenn Morris  <rgm@gnu.org>
8570         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8572 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
8574         Obsolete alias inactivate-current-input-method-function (Bug#10150).
8575         * international/mule-cmds.el: Create
8576         inactivate-current-input-method-function as an obsolete alias for
8577         deactivate-current-input-method-function.  See Katsumi Yamaoka in
8578         <http://bugs.gnu.org/10150#46>.
8580 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8582         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8583         of nested `if's.
8585 2012-08-01  Glenn Morris  <rgm@gnu.org>
8587         * progmodes/autoconf.el (autoconf-definition-regexp):
8588         Add AH_TEMPLATE, adjust submatch numbering.
8589         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8590         (autoconf-current-defun-function): Update for above change.
8591         (autoconf-current-defun-function): First skip to end of current word.
8593 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
8595         * calendar/cal-html.el (cal-html-insert-agenda-days):
8596         Fix typo.  (Bug#12018)
8598 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8600         Shell processes: enhancements to startup and CEDET compatibility.
8601         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8602         (python-shell-make-comint): accept-process-output at startup.
8603         (run-python-internal): Set inferior-python-mode-hook to nil.
8604         (python-shell-internal-get-or-create-process): call sit-for.
8605         (python-preoutput-result): Add obsolete alias.
8606         (python-shell-internal-send-string): Use it.
8607         (python-shell-send-setup-code): Remove call to
8608         accept-process-output.
8610 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
8612         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8613         (Bug#12108)
8615 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
8617         * calc-mode.el (calc-basic-simplification-mode): Rename from
8618         `calc-limited-simplification-mode'.
8619         (calc-alg-simplification-mode): New function.
8620         (calc-set-simplify-mode): Adjust message.
8622         * calc.el (calc-set-mode-line): Adjust mode line display for
8623         basic simplification mode.
8625         * calc-help.el (calc-m-prefix-help): Update help message.
8627         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8628         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8630 2012-07-31  Bastien Guerry  <bzg@gnu.org>
8632         * man.el (man): Fix comment.  (bug#12101)
8634 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
8636         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8637         Don't return a non-nil value when no suitable buffer was found.
8639 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8641         * progmodes/python.el (run-python-internal): Disable font lock for
8642         internal shells.
8644 2012-07-30  Stefan Merten  <smerten@oekonux.de>
8646         * textmodes/rst.el: Silence `checkdoc-ispell'.
8647         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8648         (rst-official-version, rst-official-cvs-rev)
8649         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8650         (rst-mode-map): New key binding.
8652 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
8654         Update .PHONY listings in makefiles.
8655         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8656         autoloads, update-subdirs, updates, bzr-update, update-authors,
8657         compile-onefile, compile-calc, backup-compiled-files,
8658         compile-after-backup, compile-one-process, mh-autoloads,
8659         bootstrap-clean, distclean, maintainer-clean.
8661 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8663         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8664         (calc-set-mode-line): Don't display "AlgSimp ".
8666         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8667         (calc-lim-simplify-mode): New function.
8668         (calc-set-simplify-mode): Default to 'alg.
8669         (calc-default-simplify-mode): Make algebraic simplifications
8670         the default.
8672         * calc/calc-ext.el (calc-init-extensions): Remove binding for
8673         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
8675         * calc/calc-help.el (calc-m-prefix-help): Change messages to
8676         indicate new simplification modes.
8678         * calc/README: Mention new default simplification mode.
8680         * calc/calc.el (math-normalize-error): New variable.
8681         (math-normalize): Set `math-normalize-error' to t
8682         when there's an error.
8684         * calc/calc-alg.el (math-simplify): Don't simplify when
8685         `math-normalize' returns an error.
8687 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
8689         * international/mule-cmds.el (set-locale-environment): Revert last
8690         change, since display-graphic-p returns nil when this function is
8691         called during startup.  Instead...
8693         * term/w32console.el (terminal-init-w32console): ...setup the
8694         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
8696 2012-07-29  Juri Linkov  <juri@jurta.org>
8698         * simple.el (goto-line): Don't display default line number in the
8699         prompt because it should be displayed by `read-number' (bug#9952).
8700         Add the current line number to the defaults of `goto-line' to
8701         allow its easier modification by users with `M-n' (bug#9201).
8703         * subr.el (read-number): Support multiple default values like in
8704         other minibuffer reading functions.  Replace `read' with
8705         `string-to-number' for consistency with `number-to-string'.
8707 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
8709         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8710         * emulation/viper-init.el (viper-deactivate-input-method-action):
8711         Rename from viper-inactivate-input-method-action.
8712         (viper-deactivate-input-method):
8713         Rename from viper-inactivate-input-method.
8714         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8715         * international/mule-cmds.el (deactivate-input-method):
8716         Rename from inactivate-input-method.
8717         Also run input-method-deactivate-hook.
8718         (deactivate-current-input-method-function):
8719         Rename from inactivate-current-input-method-function.
8720         (input-method-deactivate-hook): New hook.
8721         (input-method-inactivate-hook): Mark obsolete.
8722         (inactivate-input-method): Mark obsolete.
8724         * international/quail.el (quail-activate):
8725         Also run quail-deactivate-hook.
8726         (quail-deactivate): Rename from quail-inactivate.
8727         * international/robin.el (robin-activate):
8728         Also run robin-deactivate-hook.
8729         (robin-deactivate): Rename from robin-inactivate.
8731 2012-07-29  Chong Yidong  <cyd@gnu.org>
8733         * simple.el (indicate-copied-region): New function.
8734         (kill-ring-save): Split off from here.
8736         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8737         (kill-rectangle): Set deactivate-mark to t on read-only error.
8739         * register.el (copy-to-register, copy-rectangle-to-register):
8740         Deactivate the mark, and use indicate-copied-region (Bug#10056).
8741         (append-to-register, prepend-to-register): Call indicate-copied-region.
8743 2012-07-29  Juri Linkov  <juri@jurta.org>
8745         * simple.el (async-shell-command-buffer): New defcustom.
8746         (shell-command): Use it.  (Bug#4719)
8748 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
8750         * international/mule-cmds.el (set-locale-environment): In a
8751         console session on MS-Windows, set up keyboard and terminal
8752         encoding from the OEM codepage, not the ANSI codepage.
8753         (Bug#12055)
8755 2012-07-28  Chong Yidong  <cyd@gnu.org>
8757         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8758         gdb-get-location.
8760 2012-07-28  Leo Liu  <sdl.web@gmail.com>
8762         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8763         the alist (bug#12029).
8765 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
8767         * makefile.w32-in (custom-deps, finder-data, updates, compile)
8768         (compile-always, compile-first)
8769         ($(lisp)/calendar/cal-loaddefs.el)
8770         ($(lisp)/calendar/diary-loaddefs.el)
8771         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8772         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8773         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8774         instead of on update-subdirs.
8775         (bootstrap-clean): Delete $(lisp)/subdirs.el.
8777 2012-07-28  Chong Yidong  <cyd@gnu.org>
8779         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8780         directory if vc-deduce-backend returns nil (Bug#7350).
8782         * simple.el (delete-trailing-lines): New option.
8783         (delete-trailing-whitespace): Obey it (Bug#11879).
8785 2012-07-28  David Engster  <deng@randomsample.de>
8787         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8788         Explanation of new 'symbol-qnames feature in doc-strings.
8789         (xml-maybe-do-ns): Return expanded names as plain symbols if
8790         'symbol-qnames was provided in XML-NS argument (Bug#11916).
8791         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8793 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
8795         Consistent completion in inferior python with emacs -nw.
8796         * progmodes/python.el (inferior-python-mode): replace "<tab>"
8797         binding in inferior-python-mode-map with "\t".
8798         (python-shell-completion-complete-at-point)
8799         (python-completion-complete-at-point): Remove interactive spec.
8801 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
8803         * calc/calccomp.el (math-compose-expr): Undo previous change.
8805 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
8807         * progmodes/python.el (python-mode-map): Add keybinding for
8808         run-python.
8809         (python-shell-make-comint): Fix pop-to-buffer call.
8810         (run-python): Autoload.  New arg SHOW.
8811         (python-shell-get-or-create-process): Do not pop python process
8812         buffer.
8814 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
8816         * notifications.el (notifications-on-action-signal)
8817         (notifications-on-closed-signal): Use also the bus address for the map.
8818         (notifications-notify, notifications-close-notification)
8819         (notifications-get-capabilities): Add optional argument BUS.
8821 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
8823         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8824         Add support for the lstlisting and minted environments, and for the
8825         ctable macro.
8826         * textmodes/reftex.el (reftex-compile-variables): Also recognize
8827         labels written in keyvals syntax.
8829 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
8831         * calc/calccomp.el (math-compose-expr): Use parentheses when
8832         there is a product in the denominator of a fraction.
8834 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
8836         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8837         ($(lisp)/calendar/diary-loaddefs.el)
8838         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8839         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8840         Fixes failures in parallel bootstrap because subdirs.el is being
8841         rewritten while the autoload files are built at the same time,
8842         which needs to load subdirs.el.
8844 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
8846         * mouse.el (popup-menu): Fix doc-string and re-indent code.
8847         (mouse-drag-line): Don't exit tracking when a switch-frame or
8848         switch-window event occurs (Bug#12006).
8850 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8852         * mouse.el (popup-menu): Fix last change.
8854 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         Autoload from Lisp with more care.  Follow aliases when looking for
8857         function properties.
8858         * subr.el (autoloadp): New function.
8859         (symbol-file): Use it.
8860         (function-get): New function.
8861         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8862         autoload-do-load.
8863         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8864         (lisp-indent-function):
8865         * emacs-lisp/gv.el (gv-get):
8866         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8867         * emacs-lisp/byte-opt.el (byte-optimize-form):
8868         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8869         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8870         Use function-get.
8871         * emacs-lisp/cl.el: Don't propagate function properties any more.
8873         * speedbar.el (speedbar-add-localized-speedbar-support):
8874         * emacs-lisp/disass.el (disassemble-internal):
8875         * desktop.el (desktop-load-file):
8876         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8877         (describe-function-1):
8878         * emacs-lisp/find-func.el (find-function-noselect):
8879         * emacs-lisp/elp.el (elp-instrument-function):
8880         * emacs-lisp/advice.el (ad-has-proper-definition):
8881         * apropos.el (apropos-safe-documentation, apropos-macrop):
8882         * emacs-lisp/debug.el (debug-on-entry):
8883         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8884         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8885         * calc/calc.el (name): Use autoloadp & autoload-do-load.
8887 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
8889         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8890         function, not an obsolete variable (Bug#12046).
8892 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
8894         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
8896 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
8898         * emacs-lisp/pp.el (pp-display-expression): Select old selected
8899         window only if it is still live (Bug#12034).
8901 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
8903         * subr.el (redirect-frame-focus): Add advertised calling
8904         convention (Bug#12030).
8906 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
8908         Prefer typical American spelling for "acknowledgment".
8909         * vc/add-log.el (change-log-acknowledgment): Rename from
8910         change-log-acknowledgement, with an alias for the old name.
8912 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
8914         * calc-alg.el (math-simplify-divide): Don't cross multiply
8915         in an equation when the lhs is a variable.
8917 2012-07-24  Julien Danjou  <julien@danjou.info>
8919         * net/netrc.el (netrc-find-service-number, netrc-store-data):
8920         Remove, unused.
8922 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
8924         * startup.el (command-line): Don't display an empty user name in
8925         the error message about non-existent home directory, when
8926         init-file-user was set to an empty string.  See
8927         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8928         for the details and context.
8930 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8932         * ses.el (ses-cell-formula-aset): New macro.
8933         (ses-cell-references-aset): New macro.
8934         (ses-cell-p): New function.
8935         (ses-rename-cell): Do no longer rely on complex operations like
8936         ses-cell-set-formula or ses-set-cell to change the cell and handle
8937         the undo at the same time, but rather use lower level new macros
8938         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8939         the undo directly.  Refresh the mode line.
8941 2012-07-21  Leo Liu  <sdl.web@gmail.com>
8943         * progmodes/cc-cmds.el (c-defun-name):
8944         Use match-string-no-properties instead for consistency.
8946 2012-07-20  Leo Liu  <sdl.web@gmail.com>
8948         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8949         (Bug#7879)
8951         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8953 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8956         * progmodes/bug-reference.el, misearch.el: Provide themselves
8957         (bug#11915).
8959         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8960         of narrowed buffer (bug#11966).
8962 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8964         * ses.el (ses-rename-cell): Set new name also in reference list of
8965         cells of which the renamed cell depends.
8967 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
8969         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8970         to check whether menu-bar is shown or not.  If not shown,
8971         show the menu-bar as a popup menu instead of using tmm.
8972         * mouse.el (popup-menu): Accept `point' as `position' argument.
8974 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
8976         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8977         up inside string symbol literal (bug#11923).
8979 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
8981         * startup.el (fancy-startup-text): Read the whole tutorial, not
8982         just its first 256 bytes.  Prevents gibberish in display of the
8983         tutorial title.
8985 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8987         Drop idle buffer compaction due to an absence of the
8988         proved efficiency.
8989         * compact.el: Remove.
8991 2012-07-19  Sam Steingold  <sds@gnu.org>
8993         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8994         vc-bzr-pull & vc-bzr-merge-branch.
8995         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8996         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8997         for consistency with compilation-error-regexp-alist.
8998         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8999         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
9000         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
9001         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
9003 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9005         * emacs-lisp/chart.el: Use lexical-binding.
9006         (chart-emacs-storage): Don't hardcode the list of entries.
9008 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9010         Next round of tweaks caused by Fgarbage_collect changes.
9011         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
9013 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
9015         Compact buffers when idle.
9016         * compact.el: New file.
9018 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9020         * subr.el (eventp): Presume that if it looks vaguely like an event,
9021         it's an event (bug#10190).
9023 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
9025         Enhancements to ppss related code (thanks Stefan).
9026         * progmodes/python.el (python-indent-context)
9027         (python-indent-calculate-indentation, python-indent-dedent-line)
9028         (python-indent-electric-colon, python-nav-forward-block)
9029         (python-mode-abbrev-table)
9030         (python-info-assignment-continuation-line-p): Simplify checks
9031         for ppss context.
9032         (python-info-continuation-line-p): Cleanup.
9033         (python-info-ppss-context): Do not catch 'quote.
9034         (python-info-ppss-context-type)
9035         (python-info-ppss-comment-or-string-p): Simplify.
9037 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
9039         * progmodes/python.el: Enhancements to eldoc support.
9040         (python-info-current-symbol): New function.
9041         (python-eldoc-at-point): Use python-info-current-symbol.
9042         (python-info-current-defun): Fix cornercase on first defun scan.
9043         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
9044         and signal error when no inferior python process is available.
9046 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
9048         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
9049         assume it's always t.
9050         (vc-git-registered): Remove caching, the function is only called
9051         once.
9052         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
9054 2012-07-18  Chong Yidong  <cyd@gnu.org>
9056         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
9058         * simple.el (count-words): Report on narrowing (Bug#9959).
9060         * bindings.el: Bind M-= to count-words.
9062         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
9064 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
9066         * progmodes/sh-script.el (sh-imenu-generic-expression):
9067         Capture a function with `function' keyword and without parentheses
9068         like "function FOO" (bug#11856).
9070 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
9072         * window.el (split-window-sensibly): Make WINDOW argument
9073         optional.
9075 2012-07-18  Chong Yidong  <cyd@gnu.org>
9077         * subr.el (keyboard-translate): Doc fix (Bug#7261).
9079         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9080         and make C-x 8 RET exit isearch (Bug#11439).
9082         * international/iso-transl.el: Move isearch-mode-map key
9083         definitions to isearch.el.
9085 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9087         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9088         (eieio-defclass): Use gv-define-setter when possible.
9090 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
9092         Reflect recent changes in Fgarbage_collect.
9093         * emacs-lisp/chart.el (chart-emacs-storage): Change to
9094         reflect new format of data returned by Fgarbage_collect.
9096 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9098         New utility functions + python-info-ppss-context fix (Bug#11910).
9099         * progmodes/python.el (python-info-beginning-of-block-statement-p)
9100         (python-info-ppss-comment-or-string-p): New functions.
9101         (python-info-ppss-context): Small fix for string check.
9103 2012-07-17  Juri Linkov  <juri@jurta.org>
9105         * dired-aux.el (dired-do-async-shell-command): Doc fix.
9106         (dired-do-async-shell-command): Don't add `*' at the end of the
9107         command (Bug#11815).
9108         (dired-do-shell-command): Doc fix.
9109         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9110         Join the individual commands using either "&" or ";" as the
9111         separator depending on the values of these trailing characters.
9112         At the end re-add the trailing "&".  (Bug#10598)
9114         * simple.el (async-shell-command): Sync the interactive spec with
9115         `shell-command'.  Doc fix.
9116         (shell-command): Doc fix.
9118 2012-07-17  Juri Linkov  <juri@jurta.org>
9120         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
9122 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9124         Final renames and doc fixes for movement commands (bug#11899).
9125         * progmodes/python.el (python-nav-beginning-of-statement):
9126         Rename from python-nav-statement-start.
9127         (python-nav-end-of-statement): Rename from
9128         python-nav-statement-end.
9129         (python-nav-beginning-of-block): Rename from
9130         python-nav-block-start.
9131         (python-nav-end-of-block): Rename from python-nav-block-end.
9133 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9135         * progmodes/python.el (python-shell-send-string-no-output):
9136         Allow accept-process-output to quit, keeping shell process ready for
9137         future interactions (Bug#11868).
9139 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9143         * emacs-lisp/elint.el (elint-find-args-in-code):
9144         Use help-function-arglist, so as to handle lexical byte-code.
9146         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9147         change (bug#11826).
9149 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9151         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9152         Avoid spuriously marking the buffer as modified because of c-is-sws.
9154         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9155         as not-a-comment (bug#11946).
9157         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9158         for uninterned vars.
9160         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9161         Use read-event since we don't really want to read chars but bytes.
9163         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9164         $$..$$ but also $..$ using regexps (bug#11953).
9165         Use tex-verbatim for \url and \path.
9166         (tex-font-lock-keywords): Define as defconst like the others.
9167         (tex-common-initialization): Don't use font-lock-syntax-table any more.
9169 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
9171         * international/mule-cmds.el (ucs-insert): Make it an obsolete
9172         alias for insert-char.
9174 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9176         * progmodes/python.el: Simplified imenu implementation.
9177         (python-nav-jump-to-defun): Remove command.
9178         (python-mode-map): Use `imenu' instead.
9179         (python-nav-list-defun-positions-cache)
9180         (python-imenu-include-defun-type, python-imenu-make-tree)
9181         (python-imenu-subtree-root-label, python-imenu-index-alist):
9182         Remove vars.
9183         (python-nav-list-defun-positions, python-nav-read-defun)
9184         (python-imenu-tree-assoc, python-imenu-make-element-tree)
9185         (python-imenu-make-tree, python-imenu-create-index):
9186         Remove functions.
9187         (python-mode): Update to interact with imenu by setting
9188         `imenu-extract-index-name-function' only.
9190 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9192         * progmodes/python.el: Enhancements to navigation commands.
9193         (python-nav-backward-sentence)
9194         (python-nav-forward-sentence): Remove.
9195         (python-nav-backward-statement, python-nav-forward-statement)
9196         (python-nav-statement-start, python-nav-statement-end)
9197         (python-nav-backward-block, python-nav-forward-block)
9198         (python-nav-block-start, python-nav-block-end)
9199         (python-nav-forward-sexp-function)
9200         (python-info-current-line-comment-p)
9201         (python-info-current-line-empty-p): New functions.
9202         (python-indent-context): Use `python-nav-statement-start'.
9204 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
9206         * eshell/em-ls.el (eshell/ls): Use `apply'.
9208         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9209         multi-hops, instead of Tramp internals.
9211         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9213         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9214         when F1 and F2 are located on different hosts.
9216 2012-07-14  Chong Yidong  <cyd@gnu.org>
9218         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9219         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9220         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9221         (xterm-mouse--read-event-sequence-1000)
9222         (xterm-mouse--read-event-sequence-1006): New functions.  For old
9223         mouse protocol, handle M-mouse-X events correctly.
9224         (xterm-mouse-event): New arg specifying mouse protocol.
9225         (turn-on-xterm-mouse-tracking-on-terminal)
9226         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9227         sequence to toggle extended coordinates on newer XTerms.
9228         This appears to be harmless on terminals which do not support this.
9230 2012-07-14  Leo Liu  <sdl.web@gmail.com>
9232         Add fringe bitmap indicators for flymake.  (Bug#11253)
9233         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9234         (flymake-make-overlay): New arg BITMAP.
9235         (flymake-error-bitmap, flymake-warning-bitmap)
9236         (flymake-fringe-indicator-position): New user variables.
9238         * fringe.el: New bitmap exclamation-mark.
9240 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
9242         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9243         also (Bug#7879).
9245 2012-07-14  Chong Yidong  <cyd@gnu.org>
9247         * electric.el (electric-pair-post-self-insert-function): Fix pair
9248         insertion in empty-region case (Bug#11520).
9250 2012-07-14  Chong Yidong  <cyd@gnu.org>
9252         * bindings.el: Consolidate ctl-x-r-map bindings.
9253         Bind copy-rectangle-as-kill to C-x r w.
9255         * rect.el, register.el: Move bindings to bindings.el.
9257 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
9259         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9261 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9263         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
9265 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
9267         * bindings.el (top): Use `mapc' instead of `mapcar'.
9269         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9271 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
9273         * progmodes/sql.el (sql-comint): Suppress the check for program on
9274         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
9275         (Bug#11908)
9277 2012-07-13  Chong Yidong  <cyd@gnu.org>
9279         * bindings.el: Assign a non-nil permanent-local property to
9280         per-buffer variables which lack a default value (Bug#11930).
9282         * help-fns.el (describe-variable): In the "automatically becomes
9283         local" notice, take note of permanent-local variables.
9285 2012-07-13  Chong Yidong  <cyd@gnu.org>
9287         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
9288         to allow printing the message when called from Lisp.
9290         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9291         Remove toggle-read-only.
9293         * bs.el (bs-toggle-readonly):
9294         * buff-menu.el (Buffer-menu-toggle-read-only):
9295         Remove with-no-warnings around toggle-read-only.
9297         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9298         Remove with-no-warnings around toggle-read-only.
9299         (ffap-read-only, ffap-read-only-other-window)
9300         (ffap-read-only-other-frame): Callers changed.
9302         * help-mode.el: Don't require view package.
9303         (help-mode-finish): Set buffer-read-only instead of calling
9304         toggle-read-only.
9306         * bindings.el (mode-line-toggle-read-only):
9307         * dired.el (dired-toggle-read-only):
9308         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9309         with non-nil second arg.
9311         * emacs-lisp/eieio-custom.el (eieio-customize-object):
9312         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9313         directly.
9315 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
9317         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9318         not incf.
9320 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9322         More CL cleanups and reduction of use of cl.el.
9323         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9324         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9325         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9326         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9327         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9328         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9329         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9330         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9331         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9332         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9333         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9334         * eshell/em-cmpl.el, eshell/em-banner.el:
9335         * calendar/parse-time.el: Use cl-lib.
9336         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9337         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9338         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9339         * term/ns-win.el, term.el, shell.el, ps-samp.el:
9340         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9341         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9342         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9343         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9344         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9345         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9346         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9347         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9348         `lambda' rather than with `quote'.
9349         (eshell-do-opt): Adjust accordingly.
9350         (eshell-process-option): Simplify.
9351         * eshell/esh-var.el:
9352         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9353         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9354         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9355         to `pcase--dontcare'.
9356         * emacs-lisp/cl.el (labels): Mark obsolete.
9357         (cl--letf, letf): Move to cl-lib.
9358         (cl--letf*, letf*): Remove.
9359         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9360         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9361         (cl-progv): Rewrite.
9362         (cl--letf, cl-letf): Move from cl.el.
9363         (cl-letf*): New macro.
9364         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9366 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
9368         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9370 2012-07-11  Chong Yidong  <cyd@gnu.org>
9372         * vc/log-edit.el (log-edit-vc-backend): New variable.
9373         (log-edit): Doc fix.
9375         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
9376         argument of log-edit to set up all local variables.
9377         (vc-start-logentry): New optional arg specifying VC backend.
9379         * vc/vc.el (vc-checkin): Use it.
9380         (vc-deduce-fileset): Handle Log Edit buffers.
9381         (vc-diff): Make first argument optional too.
9383         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9385 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
9387         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9388         command, just in case.  The function is not needed anymore.
9389         (eshell-external-command): Do not call `eshell-remote-command'.
9391 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9393         Reduce use of (require 'cl).
9394         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9395         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9396         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9397         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9398         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9399         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9400         * battery.el, avoid.el, abbrev.el: Use cl-lib.
9401         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9402         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9403         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9404         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9405         * calculator.el, autorevert.el, apropos.el: Don't require CL.
9406         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9407         (byte-compile-unfold-bcf, byte-compile-check-variable):
9408         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9409         (byte-compile-nilconstp):
9410         * emacs-lisp/autoload.el (make-autoload): Use pcase.
9411         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9413         * emacs-lisp/gv.el (cond): Make it a valid place.
9414         (if): Simplify slightly.
9416         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9417         (pcase--self-quoting-p): New function.
9418         (pcase--u1): Use it.
9420 2012-07-10  Glenn Morris  <rgm@gnu.org>
9422         * emacs-lisp/authors.el (authors-fixed-entries):
9423         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9425 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9427         Rename configure.in to configure.ac (Bug#11603).
9428         * emacs-lisp/authors.el (authors-canonical-file-name):
9429         * progmodes/autoconf.el (autoconf-mode):
9430         Prefer configure.ac to configure.in.
9432 2012-07-08  Chong Yidong  <cyd@gnu.org>
9434         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9435         Implement the mouse-1-click-follows-link handling properly.
9437         * info.el (Info-link-keymap): Use follow-link mechanism for
9438         header-line links (Bug#374).
9440         * simple.el (deactivate-mark): Do not set the primary selection
9441         if another program has acquired it (Bug#11772).
9443 2012-07-07  Kevin Ryde  <user42@zip.com.au>
9445         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9446         (woman-decode-region): Replace escaped-escapes without destroying
9447         bold or underline (Bug#11552).
9448         (woman2-process-escapes): Handle nofill regions (Bug#11591).
9450 2012-07-07  Chong Yidong  <cyd@gnu.org>
9452         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9453         (interprogram-cut-function, interprogram-paste-function):
9454         Mention that we typically mean the clipboard.
9456 2012-07-06  Glenn Morris  <rgm@gnu.org>
9458         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
9460         * files.el (toggle-read-only): Restrict message to interactive use.
9462 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
9464         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9466         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9468 2012-07-06  Glenn Morris  <rgm@gnu.org>
9470         * Makefile.in (compile-one-process): Rename from "recompile".
9472         * Makefile.in (bzr-update): "compile" is the same as "recompile
9473         autoloads", but parallelizable, so use that instead.
9475 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
9477         * window.el (quit-window): Always restore window height when
9478         it's saved in quit-restore parameter (Bug#11810).
9480 2012-07-06  Glenn Morris  <rgm@gnu.org>
9482         * simple.el (kill-whole-line): Doc tweak.
9484 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
9486         * files.el (file-relative-name): Compare file names
9487         case-insensitively if on MS-Windows or MS-DOS, or if
9488         read-file-name-completion-ignore-case is non-nil.  Don't use
9489         case-fold-search for this purpose.  (Bug#11827)
9491 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
9493         * calendar/cal-dst.el (calendar-current-time-zone):
9494         Return calendar-current-time-zone-cache if non-nil.
9496 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
9497 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9499         * calendar/cal-dst.el (calendar-current-time-zone):
9500         Return calendar-current-time-zone-cache if non-nil.
9502 2012-07-06  Glenn Morris  <rgm@gnu.org>
9504         * Makefile.in (cvs-update): Remove old alias.
9506 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
9508         Sync with Tramp 2.2.6-pre.
9510         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9511         compatible declaration.
9513         * net/tramp-cmds.el (tramp-append-tramp-buffers):
9514         Protect `list-load-path-shadows' call.
9516         * net/tramp-compat.el (top): Require packages, which aren't
9517         autoloaded anymore for XEmacs.  Protect call of
9518         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9519         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
9520         it hurts at least for SXEmacs.
9521         (tramp-compat-temporary-file-directory): In XEmacs, there is no
9522         standard-value for `temporary-file-directory'.
9524         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9525         Redirect stderr to /dev/null.
9526         (tramp-sh-handle-write-region): uid and gid can be floats.
9527         Reported by Russell Sim <russell.sim@gmail.com>.
9528         (tramp-sh-handle-vc-registered): Hide errors.
9529         (tramp-vc-file-name-handler): Use dummy results for `process-file'
9530         and `start-file-process'.
9531         (tramp-maybe-open-connection): Check also whether `non-essential'
9532         is bound.
9534 2012-07-04  Chong Yidong  <cyd@gnu.org>
9536         * xml.el (xml--parse-buffer): Use xml-syntax-table.
9537         (xml-parse-tag): Likewise, and avoid changing entity tables.
9538         (xml-syntax-table): Define from scratch, making sure not to give
9539         x2000 and other Unicode spaces whitespace syntax, since those are
9540         not spaces in XML.
9541         (xml-parse-fragment): Delete unused function.
9542         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9543         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9544         (xml-entity-ref, xml-pe-reference-re)
9545         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9546         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9547         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9548         (xml-entity-value-re): Use syntax references in regexps where
9549         possible; no need to define inside a let-binding.
9550         (xml-parse-dtd): Use xml-pe-reference-re.
9551         (xml-entity-or-char-ref-re): New defconst.
9552         (xml-parse-string, xml-substitute-special): Use it.
9554 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9556         * files.el (locate-dominating-file): Allow `name' to be a predicate.
9557         (find-file--read-only): New function.
9558         (find-file-read-only, find-file-read-only-other-window)
9559         (find-file-read-only-other-frame): Use it.
9560         (insert-file-contents-literally): Don't `fset'.
9561         (get-free-disk-space): Use locate-dominating-file.
9563         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9564         function is already compiled.
9566         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
9568 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
9570         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9571         files on the same host.
9573 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
9575         * help-fns.el (describe-function-1): Only call
9576         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
9578 2012-07-03  Chong Yidong  <cyd@gnu.org>
9580         * xml.el: Protect parser against XML bombs.
9581         (xml-entity-expansion-limit): New variable.
9582         (xml-parse-string, xml-substitute-special): Use it.
9583         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9585 2012-07-03  Glenn Morris  <rgm@gnu.org>
9587         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9588         Allow linking to specific messages in debbugs reports (eg 123#5).
9590 2012-07-02  Chong Yidong  <cyd@gnu.org>
9592         * xml.el: Fix entity and character reference expansion, allowing
9593         them to expand into markup as per XML spec.
9594         (xml-default-ns): New variable.
9595         (xml-entity-alist): Use XML spec definitions for lt and amp.
9596         (xml-parse-region): Make first two arguments optional.
9597         Discard text properties.
9598         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9599         All callers changed.
9600         (xml-parse-tag): Call xml-parse-tag-1.  For backward
9601         compatibility, this function should not modify buffer contents.
9602         (xml-parse-tag-1): Fix opening-tag regexp.
9603         (xml-parse-string): Rewrite, handling entity and character
9604         references properly.
9605         (xml--entity-replacement-text): Signal an error if a parameter
9606         entity is undefined.
9608 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9610         * comint.el (comint-output-filter): Filter out repeated prompts.
9612         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9613         and file-name-absolute-p.
9614         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9615         internal calls.
9617 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9619         Spelling fixes.
9620         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9621         Rename from byte-compile--refiy-function.  All uses changed.
9623 2012-07-01  Chong Yidong  <cyd@gnu.org>
9625         * xml.el (xml--parse-buffer): New function.  Move most of
9626         xml-parse-region here.
9627         (xml-parse-region): Copy region into a temporary buffer, since
9628         parameter entity substitution requires changing buffer contents.
9629         Use xml--parse-buffer.
9630         (xml-parse-file): Use xml--parse-buffer.
9631         (xml-parse-dtd): Make parameter entity substitution work right.
9632         Use proper regexps for ELEMENT declarations (Bug#7172).
9634 2012-06-30  Glenn Morris  <rgm@gnu.org>
9636         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9638         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9639         Remove outdated and unnecessary dbus declarations.
9641 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
9643         * emacs-lisp/timer.el (timer-until): Subtract results of
9644         float-time, instead of taking float-time of the result of
9645         time-subtract, since float-time signals an error for negative time
9646         arguments.
9648 2012-06-30  Chong Yidong  <cyd@gnu.org>
9650         * xml.el (xml-*-re): Convert defvars into defconsts, and
9651         eval-and-compile them so eval-and-compile works on derivatives.
9652         (xml--entity-replacement-text): Use eval-and-comple.
9654 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
9656         * vc/vc-git.el (vc-git-registered): Use cache property
9657         `git-registered'.
9658         (vc-git-mode-line-string): Call `vc-working-revision' instead of
9659         `vc-git-working-revision' in order to benefit from the cache.
9660         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
9662 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9664         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9665         removed (likely outside Emacs).  (Bug#11757)
9667 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9669         * emacs-lisp/cl-lib.el: Require macroexp.
9671 2012-06-30  Chong Yidong  <cyd@gnu.org>
9673         * xml.el: Implement XML parameter entities.
9674         (xml-parameter-entity-alist): New variable.
9675         (xml-parse-region, xml-parse-fragment): Preserve previous values
9676         of xml-entity-alist and xml-parameter-entity-alist, so that
9677         repeated calls on different documents do not change them.
9678         (xml-parse-tag): Fix doctype regexp.
9679         (xml--entity-replacement-text): New function.
9680         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
9681         properly requires url retrieval which is unimplemented.
9682         (xml-escape-string): Doc fix.
9684 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9686         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9688 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
9690         * fringe.el (fringe-mode): Doc fix.
9692 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
9694         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9695         is non-nil.
9696         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9697         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
9699 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
9701         * calendar/cal-dst.el (calendar-current-time-zone):
9702         Return calendar-current-time-zone-cache if non-nil.
9704 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
9706         * progmodes/which-func.el (which-func-format):
9707         Add mouse-face.  (Bug#11698)
9709 2012-06-29  Leo Liu  <sdl.web@gmail.com>
9711         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9713 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9715         * minibuffer.el (minibuffer-confirm-exit-commands):
9716         Add completion-at-point (bug#11725).
9718 2012-06-29  Glenn Morris  <rgm@gnu.org>
9720         * progmodes/f90.el (f90-font-lock-keywords-2):
9721         Add some preprocessor elements.  (Bug#10499)
9723 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9725         * progmodes/cperl-mode.el (cperl-update-syntaxification):
9726         Use syntax-propertize (bug#11739).
9728 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
9730         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9732 2012-06-28  Julien Danjou  <julien@danjou.info>
9734         * term.el (term-handle-colors-array): Use a set of new faces to
9735         color the terminal.  Also uses :inverse-video property.
9736         (term-default-fg-color): Set to nil by default, deprecate in favor
9737         of `term-face'.
9738         (term-default-bg-color): Set to nil by default, deprecate in favor
9739         of `term-face'.
9740         (term-current-face): Use `term-face' by default.
9741         (term-bold-attribute): Variable deleted.
9743 2012-06-28  Glenn Morris  <rgm@gnu.org>
9745         * simple.el (completion-list-mode-finish):
9746         Don't use toggle-read-only.  (Since completion-list-mode has
9747         a special mode-class, it wasn't doing anything extra anyway.)
9749 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9751         Make inlining of other-mode interpreted functions work (bug#11799).
9752         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9753         (byte-compile): Use it to fix compilation of lexical-binding closures.
9754         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9755         function, if needed.
9757 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9759         * help-mode.el (help-make-xrefs): Don't just withstand
9760         cyclic-variable-indirection but any error in documentation-property.
9762         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9763         memory use.
9764         * bindings.el (bindings--define-key): New function.
9765         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9766         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9767         * bindings.el: Use it to purecopy define-key bindings.
9769         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9771         * emacs-lisp/cl.el (flet): Mark obsolete.
9772         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9773         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9774         * progmodes/js.el (js-c-fill-paragraph):
9775         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9776         (ebrowse-switch-member-buffer-to-derived-class):
9777         * play/5x5.el (5x5-solver): Use cl-flet.
9779         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
9780         (cl--symbol-function): New macro.
9781         (cl--letf, cl--letf*): Use it.
9783         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9784         Strip "toggle-" if any.
9786 2012-06-27  Glenn Morris  <rgm@gnu.org>
9788         * info.el (Info-default-directory-list): Move here from paths.el.
9789         * paths.el: Remove file, which is now empty.
9790         * loadup.el: No longer load "paths".
9792         * custom.el (custom-initialize-delay): Doc fix.
9794         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9795         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9796         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9797         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9798         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9799         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9800         * eshell/eshell.el (eshell-defgroup): Remove alias.
9802 2012-06-27  Chong Yidong  <cyd@gnu.org>
9804         * help.el (help-enable-auto-load): New variable.
9806         * help-fns.el (help-fns--autoloaded-p): New function.
9807         (describe-function-1): Refer to a function as "autoloaded" if it
9808         was autoloaded at any time in the past.  Perform autoloading if
9809         help-enable-auto-load is non-nil.
9811 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
9813         * makefile.w32-in (compile, compile-always): Depend on
9814         update-subdirs, not on subdirs.el.  Otherwise, several different
9815         sub-targets of 'bootstrap' running in parallel could
9816         simultaneously write to subdirs.el, producing a garbled file.
9818 2012-06-26  Sam Steingold  <sds@gnu.org>
9820         * files.el (file-name-base): New convenience function.
9821         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9822         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9823         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9824         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9825         * textmodes/ispell.el, textmodes/reftex-ref.el:
9826         * textmodes/tex-mode.el: Use it.
9827         Did not touch cedet and org because they are maintained elsewhere.
9829 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
9831         * calendar/calendar.el (calendar-exit): Don't try to delete or
9832         iconify last frame.  See:
9833         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9835 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
9837         * server.el (server-process-filter): Remember dir in the
9838         process's `server-client-directory' properties.
9840 2012-06-24  Chong Yidong  <cyd@gnu.org>
9842         * xml.el (xml-parse-tag): Correctly handle comment embedded in
9843         non-tag text.
9845 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
9847         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9849 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9851         * help-fns.el (describe-variable): Don't croak when doc is not found.
9852         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9853         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9854         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9855         * emacs-lisp/smie.el (smie-next-sexp): CSE.
9856         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9857         ((lambda ..) ..).
9858         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9860 2012-06-23  Chong Yidong  <cyd@gnu.org>
9862         * info.el (Info-mouse-follow-link): Accept symbol values of
9863         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
9864         (Info-fontify-node): Use Info-link-keymap for all navigation
9865         buttons, with link-args property to perform the desired action.
9866         (Info-link-keymap): Doc fix.
9867         (Info-next-link-keymap, Info-prev-link-keymap)
9868         (Info-up-link-keymap): Delete now-unused keymaps.
9870 2012-06-23  Chong Yidong  <cyd@gnu.org>
9872         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9874         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9875         system abbrevs.
9877         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9879 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9882         (bug#11719).
9884         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9885         the requote function doesn't work properly (bug#11714).
9887 2012-06-23  Glenn Morris  <rgm@gnu.org>
9889         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9891 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9893         Further GV/CL cleanups.
9894         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9895         gv-expander.
9896         (gv--defun-declaration): New function.
9897         (defun-declarations-alist): Use it.
9898         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9899         (gv-place): Autoload.
9900         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9901         original definition of dotimes and dolist.
9902         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9903         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9904         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9905         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9906         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9907         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9908         to the function's definition.
9909         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9910         * window.el:
9911         * files.el:
9912         * faces.el:
9913         * env.el: Don't use CL.
9915 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9917         Support higher-resolution time stamps (Bug#9000).
9919         * calendar/time-date.el (with-decoded-time-value): New arg
9920         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
9921         (encode-time-value): New optional arg PICO.  New type 3.
9922         (time-to-seconds) [!float-time]: Support the new picoseconds
9923         component if it's used.
9924         (seconds-to-time, time-subtract, time-add):
9925         Support ps-resolution time stamps as well.
9927         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
9928         (timerp): Timer vectors now have length 9, not 8.
9929         (timer--time): Support new-style (4-part) time stamps.
9930         (timer-next-integral-multiple-of-time): Time stamps now have
9931         picosecond resolution, so take a bit more care about rounding.
9932         (timer-relative-time, timer-inc-time): New optional arg psecs.
9933         (timer-set-time-with-usecs): Set psecs to 0.
9934         (timer--activate): Check psecs component, too.
9936         * proced.el (proced-time-lessp): Support ps-resolution stamps.
9938 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9941         Move the non-essential binding to the post/pre-command-hook where it is
9942         more obviously correct.
9944         * subr.el (read-passwd): Don't use a history at all.
9945         * savehist.el (savehist-save): Remove password saved accidentally
9946         because of the above bug.
9948 2012-06-22  Bastien Guerry  <bzg@gnu.org>
9950         * files.el (toggle-read-only): Display a message telling whether
9951         the buffer is read-only or not (bug#11726).
9953 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9955         * emacs-lisp/gv.el: New file.
9956         * subr.el (push, pop): Extend to generalized variables.
9957         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9958         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9959         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
9960         gv-define-simple-setter, and gv-define-expander.
9961         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
9962         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9963         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9964         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9965         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9966         gv-letplace.
9967         (cl-defstruct): Don't define setf-method any more.
9968         * emacs-lisp/cl.el (flet): Don't autoload.
9969         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9970         (define-setf-expander, defsetf, define-modify-macro)
9971         (cl-struct-setf-expander): Move from cl-lib.el.
9972         * emacs-lisp/syntax.el:
9973         * emacs-lisp/ewoc.el:
9974         * emacs-lisp/smie.el:
9975         * emacs-lisp/cconv.el:
9976         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9977         (timer--time): Use gv-define-simple-setter.
9978         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9979         to avoid coding-system problems in subr.el.  Adjust all users.
9980         (macroexp--maxsize, macroexp-small-p): New functions.
9981         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9982         * scroll-bar.el (scroll-bar-mode):
9983         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9984         (normal-erase-is-backspace-mode): Don't use the `eq' place.
9985         * winner.el (winner-configuration, winner-make-point-alist)
9986         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9987         * files.el (locate-file-completion-table): Avoid list*.
9989 2012-06-22  Chong Yidong  <cyd@gnu.org>
9991         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9992         (dired-create-files): Doc fix (Bug#11329).
9993         (dired-do-copy): Doc fix (Bug#11334).
9994         (dired-mark-read-string): Doc fix (Bug#11553).
9996         * dired.el (dired-recursive-copies, dired-recursive-deletes):
9997         Doc fix (Bug#11326).
9998         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
9999         (dired-dwim-target): Doc fix.
10001         * wdired.el (wdired-mode): Doc fix.
10003 2012-06-22  Glenn Morris  <rgm@gnu.org>
10005         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
10006         (pcmpl-rpm-cache-stamp-file): New constant.
10007         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
10008         (pcmpl-rpm-packages): Optionally cache list of packages.
10010         * pcmpl-rpm.el (pcmpl-rpm): New group.
10011         (pcmpl-rpm-query-options): New option.
10012         (pcmpl-rpm-packages): No need to inline it.
10013         Use pcmpl-rpm-query-options.
10015         * calendar/calendar.el (calendar-in-read-only-buffer):
10016         Avoid some needless mode changes.
10018 2012-06-21  Chong Yidong  <cyd@gnu.org>
10020         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
10021         (desktop-path): Remove . from the default value (Bug#10977).
10022         (desktop-read): Use user-emacs-directory if desktop-path is nil.
10024 2012-06-20  Chong Yidong  <cyd@gnu.org>
10026         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
10028 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
10030         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
10031         (bug#11201).
10033 2012-06-20  Chong Yidong  <cyd@gnu.org>
10035         * term.el (term-window-width): Handle the case of a missing right
10036         fringe (Bug#8837).
10037         (term-check-size): Use window-text-height (Bug#5445).
10038         (term-mode): Use define-derived-mode.  Minor cleanups.
10039         Set font-lock-defaults (Bug#7692).
10040         (term-move-columns, term-insert-char, term-emulate-terminal)
10041         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
10043 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
10045         * net/ange-ftp.el (ange-ftp-get-passwd):
10046         Bind `enable-recursive-minibuffers'.
10047         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
10049 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
10051         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
10053 2012-06-19  Glenn Morris  <rgm@gnu.org>
10055         * progmodes/python.el (python-mode): Derive from prog-mode.
10057 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
10059         * emulation/edt.el (edt-default-menu-bar-update-buffers)
10060         (edt-user-menu-bar-update-buffers): New functions.
10061         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
10063 2012-06-19  Chong Yidong  <cyd@gnu.org>
10065         * subr.el (with-selected-window): Preserve the selected window's
10066         terminal's top-frame (Bug#4702).
10068         * window.el (save-selected-window): Likewise.
10070 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10072         * progmodes/python.el (python-rx-constituents): Move backquote.
10073         (python-skeleton-define, python-define-auxiliary-skeleton):
10074         Use `declare'.
10076 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
10078         * minibuffer.el (read-file-name-default): Revert the patch from
10079         2012-06-17.
10081 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10083         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10084         (pcase--u1, pcase--q1): Don't use apply-partially.
10086 2012-06-18  Glenn Morris  <rgm@gnu.org>
10088         * progmodes/python.el (python-proc, python-buffer)
10089         (python-send-receive, python-send-string): Fix obsolete versions.
10091 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10093         * window.el (special-display-p): Completely remove stringp
10094         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10096 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
10098         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10100         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10102         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10103         * net/tramp-sh.el (tramp-maybe-open-connection):
10104         Throw if `non-essential' is non-nil.
10106 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
10108         * window.el (special-display-p): Signal an error if BUFFER-NAME
10109         is not a string (Bug#11713).
10111 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10113         * progmodes/python.el (python-info-beginning-of-backslash):
10114         Rename from python-info-beginning-of-backlash, as a spelling fix.
10116 2012-06-17  Chong Yidong  <cyd@gnu.org>
10118         * term.el (term-emulate-terminal): If term-check-size is called,
10119         move point to the process mark without resetting point (Bug#4635).
10121 2012-06-17  Glenn Morris  <rgm@gnu.org>
10123         * international/mule-cmds.el (mule-menu-keymap)
10124         (set-language-environment, set-locale-environment): Doc tweaks.
10126 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10128         * cus-face.el (custom-face-attributes): Add wave-style underline
10129         attribute.
10130         * faces.el (set-face-attribute): Update docstring to describe
10131         wave-style underline attribute.
10133 2012-06-16  Chong Yidong  <cyd@gnu.org>
10135         * term/xterm.el (terminal-init-xterm): Discard input before
10136         querying background mode (Bug#10959).
10138 2012-06-16  Stefan Merten  <smerten@oekonux.de>
10140         * textmodes/rst.el: Added and corrected some comments.
10141         (rst-re-alist-def): Improve symbol syntax.
10142         (rst-mode-syntax-table): Correct syntax entries.
10143         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10144         (rst-official-version, rst-official-cvs-rev): Update version
10145         information.
10147 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
10149         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10150         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10152 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
10154         * progmodes/python.el: New python.el merge.
10155         (python-guess-indent): Obsolete var.
10156         (python-indent-guess-indent-offset): New defcustom.
10157         (python-indent): Obsolete var.
10158         (python-indent-offset): New defcustom.
10159         (python-python-command, python-jython-command): Delete var.
10160         (python-shell-interpreter): New defcustom.
10161         (python-pdbtrack-do-tracking-p): Delete var.
10162         (python-pdbtrack-activate): New defcustom.
10163         (python-use-skeletons): Obsolete var.
10164         (python-skeleton-autoinsert): New defcustom.
10165         (inferior-python-filter-regexp, python-continuation-offset)
10166         (python-honour-comment-indentation, python-indent-string-contents)
10167         (python-jython-packages, python-mode-hook)
10168         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10169         (python-shell-prompt-alist)
10170         (python-source-modes): Delete defcustoms.
10171         (python-check-buffer-name, python-eldoc-setup-code)
10172         (python-eldoc-string-code, python-ffap-setup-code)
10173         (python-ffap-string-code, python-fill-comment-function)
10174         (python-fill-decorator-function, python-fill-paren-function)
10175         (python-fill-string-function, python-imenu-include-defun-type)
10176         (python-imenu-make-tree, python-imenu-subtree-root-label)
10177         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10178         (python-shell-compilation-regexp-alist)
10179         (python-shell-completion-module-string-code)
10180         (python-shell-completion-pdb-string-code)
10181         (python-shell-completion-setup-code)
10182         (python-shell-completion-string-code)
10183         (python-shell-enable-font-lock, python-shell-exec-path)
10184         (python-shell-extra-pythonpaths)
10185         (python-shell-internal-buffer-name, python-shell-interpreter-args)
10186         (python-shell-process-environment)
10187         (python-shell-prompt-block-regexp)
10188         (python-shell-prompt-output-regexp)
10189         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10190         (python-shell-send-setup-max-wait, python-shell-setup-codes)
10191         (python-shell-virtualenv-path): New defcustoms.
10192         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10193         (inferior-python-mode-syntax-table, python--prompt-regexp)
10194         (python-buffer, python-command python-python-command)
10195         (python-default-template, python-imports, python-indent-index)
10196         (python-indent-list, python-indent-list-length)
10197         (python-mode-running, python-pdbtrack-is-tracking-p)
10198         (python-preoutput-continuation, python-preoutput-leftover)
10199         (python-preoutput-result, python-preoutput-skip-next-prompt)
10200         (python-prev-dir/file, python-recursing)
10201         (python-saved-check-command, python-version-checked)
10202         (python-which-func-length-limit)
10203         (view-return-to-alist): Delete vars.
10204         (python-check-custom-command, python-dotty-syntax-table)
10205         (python-imenu-index-alist, python-indent-current-level)
10206         (python-indent-dedenters, python-indent-levels)
10207         (python-nav-beginning-of-defun-regexp)
10208         (python-nav-list-defun-positions-cache)
10209         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10210         (python-shell-internal-buffer)
10211         (python-skeleton-available): New vars.
10212         (def-python-skeleton): Delete macro.
10213         (python-skeleton-define): New macro.
10214         (python-define-auxiliary-skeleton, python-rx): New macros.
10215         (python-insert-class): Delete command.
10216         (python-skeleton-class): New command.
10217         (python-insert-def): Delete command.
10218         (python-skeleton-def): New command.
10219         (python-insert-for): Delete command.
10220         (python-skeleton-for): New command.
10221         (python-insert-if): Delete command.
10222         (python-skeleton-if): New command.
10223         (python-insert-try/except, python-insert-try/finally): Delete commands.
10224         (python-skeleton-try): New command.
10225         (python-insert-while): Delete command.
10226         (python-skeleton-while): New command.
10227         (python-backspace): Delete command.
10228         (python-indent-dedent-line-backspace): New command.
10229         (python-electric-colon): Delete command.
10230         (python-indent-electric-colon): New command.
10231         (python-guess-indent): Delete command.
10232         (python-indent-guess-indent-offset): New command.
10233         (python-shift-left): Delete command.
10234         (python-indent-shift-left): New command.
10235         (python-shift-right): Delete command.
10236         (python-indent-shift-right): New command.
10237         (python-find-function): Delete command.
10238         (python-nav-jump-to-defun): New command.
10239         (python-next-statement): Delete command.
10240         (python-nav-forward-sentence): New command.
10241         (python-previous-statement): Delete command.
10242         (python-nav-backward-sentence): New command.
10243         (python-fill-paragraph): Delete command.
10244         (python-fill-paragraph-function): New command.
10245         (python-send-buffer): Delete command.
10246         (python-shell-send-buffer): New command.
10247         (python-send-defun): Delete command.
10248         (python-shell-send-defun): New command.
10249         (python-send-region, python-send-region-and-go): Delete commands.
10250         (python-shell-send-region)
10251         (python-shell-switch-to-shell): New commands.
10252         (python-send-string): Delete command.
10253         (python-shell-send-string): New command.
10254         (python-switch-to-python): Delete command.
10255         (python-shell-switch-to-shell): New command.
10256         (python-describe-symbol): Delete command.
10257         (python-eldoc-at-point): New command.
10258         (python--set-prompt-regexp, python-args-to-list)
10259         (python-after-info-look, python-check-version)
10260         (python-check-comint-prompt, python-find-imports)
10261         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10262         (python-unload-function, python-expand-template)
10263         (python-maybe-jython, python-preoutput-filter)
10264         (python-pdbtrack-get-source-buffer)
10265         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10266         (python-pdbtrack-toggle-stack-tracking)
10267         (python-pdbtrack-track-stack-file, python-initial-text)
10268         (python-first-word, python-comment-line-p, python-send-command)
10269         (python-setup-brm, python-sentinel, python-set-proc)
10270         (python-skip-out, python-input-filter, python-outdent-p)
10271         (python-outline-level, python-backslash-continuation-line-p)
10272         (python-end-of-block, python-end-of-statement, python-mark-block)
10273         (python-beginning-of-block, python-beginning-of-statement)
10274         (python-blank-line-p, python-beginning-of-string)
10275         (python-open-block-statement-p): Delete functions.
10276         (python-indent-line, python-indent-line-1): Delete functions.
10277         (python-indent-line): New function.
10278         (python-indentation-levels): Delete function.
10279         (python-indent-calculate-levels): New function.
10280         (python-proc): Delete function.
10281         (python-shell-get-process): New function.
10282         (python-send-receive): Delete function.
10283         (python-shell-send-string-no-output): New function.
10284         (python-module-path): Delete function.
10285         (python-ffap-module-path): New function.
10286         (python-completion-at-point)
10287         (python-symbol-completions): Delete functions.
10288         (python-completion-complete-at-point): New function.
10289         (python-load-file): Delete function.
10290         (python-shell-send-file): New function.
10291         (python-calculate-indentation): Delete function.
10292         (python-indent-calculate-indentation): New function.
10293         (python-skip-comments/blanks): Delete function.
10294         (python-util-forward-comment): New function.
10295         (python-continuation-line-p): Delete function.
10296         (python-info-continuation-line-p): New function.
10297         (python-which-func, python-current-defun): Delete function.
10298         (python-info-current-defun): New function.
10299         (python-beginning-of-defun): Delete function.
10300         (python-nav-beginning-of-defun): New function.
10301         (python-close-block-statement-p)
10302         (python-block-end-p): Delete function.
10303         (python-info-closing-block): New function.
10304         (python-comint-output-filter-function)
10305         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10306         (python-fill-comment, python-fill-decorator, python-fill-paren)
10307         (python-fill-string, python-imenu-make-element-tree)
10308         (python-imenu-make-tree, python-imenu-tree-assoc)
10309         (python-indent-context, python-indent-dedent-line)
10310         (python-indent-line-function)
10311         (python-indent-post-self-insert-function)
10312         (python-indent-toggle-levels)
10313         (python-info-assignment-continuation-line-p)
10314         (python-info-beginning-of-backlash)
10315         (python-info-block-continuation-line-p)
10316         (python-info-closing-block-message)
10317         (python-info-line-ends-backslash-p)
10318         (python-info-looking-at-beginning-of-defun)
10319         (python-info-ppss-context, python-info-ppss-context-type)
10320         (python-nav-list-defun-positions, python-nav-read-defun)
10321         (python-nav-sentence-end, python-nav-sentence-start)
10322         (python-pdbtrack-comint-output-filter-function)
10323         (python-pdbtrack-set-tracked-buffer)
10324         (python-shell-calculate-exec-path)
10325         (python-shell-calculate-process-environment)
10326         (python-shell-completion--do-completion-at-point)
10327         (python-shell-completion--get-completions)
10328         (python-shell-completion-complete-at-point)
10329         (python-shell-completion-complete-or-indent)
10330         (python-shell-get-or-create-process)
10331         (python-shell-get-process-name)
10332         (python-shell-internal-get-or-create-process)
10333         (python-shell-internal-get-process-name)
10334         (python-shell-internal-send-string, python-shell-make-comint)
10335         (python-shell-parse-command, python-shell-send-setup-code)
10336         (python-skeleton-add-menu-items)
10337         (python-util-clone-local-variables, python-util-position)
10338         (run-python-internal, python-indentation-levels)
10339         (python-nav-beginning-of-defun)
10340         (python-completion-complete-at-point): New functions.
10341         (run-python): Change arguments.  New API requirements.
10343 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10346         (bug#11649).
10348         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10349         (macroexp--expand-all): Use it.
10351         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10352         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10353         Use `cl-function' instead.
10355 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
10357         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10358         Suggested by Stefan Monnier while discussing bug#11657.
10360 2012-06-14  Sam Steingold  <sds@gnu.org>
10362         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10364 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10366         * play/doctor.el (doctor-doc): Remove parameter and use
10367         doctor-sent instead of sent.
10368         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
10370 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10372         * files.el: Require cl-lib.
10373         (file-name-non-special): Replace case -> cl-case.
10375         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10377         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10378         mapping from #' to function*.
10380 2012-06-13  Chong Yidong  <cyd@gnu.org>
10382         * mouse.el (mouse-drag-track): Do not set the mark if the user
10383         releases the mouse without selecting anything (Bug#11588).
10385 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10388         as well (bug#11646).
10390         * loadup.el: Count byte-code functions as well.
10392         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10393         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10395         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10396         (bug#11649).  Add cl-defun and cl-defmacro.
10398 2012-06-13  Drew Adams  <drew.adams@oracle.com>
10400         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10401         Fix last change.
10403 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
10405         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10406         Otherwise, it blocks in batch mode.
10408 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10410         * help-mode.el (bookmark-make-record-default): Declare.
10412 2012-06-13  Chong Yidong  <cyd@gnu.org>
10414         * emacs-lisp/package.el (list-packages): Compute a list of
10415         packages that are newly-available since the last list-packages
10416         invocation.
10417         (package-menu--new-package-list): New var.
10418         (package-menu--generate, package-menu--print-info)
10419         (package-menu--status-predicate, package-menu-mark-install):
10420         Handle new status label "new".
10422 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10424         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10425         conversion to backquotes.
10427 2012-06-12  Chong Yidong  <cyd@gnu.org>
10429         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10430         Rename from gud-inhibit-global-bindings.
10432         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10434         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10435         hook from nxml-glyph-set-hook.
10437         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10438         declaration.
10440         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10442         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10443         Convert to defcustom.
10445 2012-06-12  Drew Adams  <drew.adams@oracle.com>
10447         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10448         New functions.
10449         (help-mode): Use them.
10451 2012-06-11  Glenn Morris  <rgm@gnu.org>
10453         * progmodes/fortran.el (fortran-font-lock-keywords-3):
10454         Use preprocessor face for directives.
10455         (fortran-directive-re): Doc fix.
10457 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10459         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10460         conversion to backquotes (bug#11652).
10462         Fix compiler-expansion of CL's cXXr functions (bug#11673).
10463         * emacs-lisp/cl-lib.el (cl--defalias): New function.
10464         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10465         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10466         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10467         (cl-ninth, cl-tenth): Mark them as inlinable.
10468         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10469         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10470         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10471         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10472         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10473         (cl-list*, cl-adjoin): Don't put an autoload manually.
10474         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10475         (cl--compiler-macro-list*): Add autoload cookie.
10476         (cl--compiler-macro-cXXr): New function.
10478         * help-fns.el (help-fns--compiler-macro): New function extracted from
10479         describe-function-1; follow aliases and use `compiler-macro' property.
10480         (describe-function-1): Use it.
10482 2012-06-11  Chong Yidong  <cyd@gnu.org>
10484         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10485         is uninstalled, if imagemagick is installed.
10487 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         * emacs-lisp/cl-lib.el: Use lexical-binding.
10490         (cl-map-extents, cl-maclisp-member): Remove.
10491         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10492         (cl--set-substring, cl--block-wrapper, cl--block-throw)
10493         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10494         * emacs-lisp/cl-extra.el: Use lexical-binding.
10495         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10496         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10497         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10498         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10499         * emacs-lisp/cl-seq.el: Use lexical-binding.
10500         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10501         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10502         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10503         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10504         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10505         CL's internals.
10507 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
10509         Sync with Tramp 2.2.6-pre.
10511         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10512         `print-length' and `print-level' to nil, in order to avoid
10513         truncation.  Reported by Christopher Schmidt
10514         <christopher@ristopher.com>.
10516         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10518         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10519         New defmacro.
10520         (tramp-compat-copy-directory): Add optional argument
10521         COPY-CONTENTS.  It is not handled yet.
10523         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10524         (tramp-ftp-file-name-p): Simplify.
10526         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10527         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10528         connection vector.
10530         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10531         (tramp-methods): Do not use `tramp-password-end-of-line'.
10532         (tramp-completion-function-alist-putty): Handle UNIX case.
10533         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10534         (tramp-do-file-attributes-with-stat)
10535         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10536         gid as real numbers.  They could run out of integer range on cygwin.
10537         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10538         (tramp-sh-handle-expand-file-name): Handle hops.
10539         (tramp-open-connection-setup-interactive-shell):
10540         Use `tramp-cleanup'.  Move check for busyboxes ...
10541         (tramp-find-shell): ... here.  Simplify implementation.
10542         Set "remote-shell" property also for alternative shells.
10543         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10544         If failing, a regular file would be written otherwise.
10545         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10546         (tramp-find-inline-encoding): Cache the coding commands in the
10547         process cache.  Apply test command on the remote side, if defined.
10548         (tramp-find-inline-compress): Cache the compress commands in the
10549         process cache.
10550         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10551         when requested.  Handle hops.
10552         (tramp-current-connection): New defvar.
10553         (tramp-maybe-open-connection): Use `tramp-cleanup'.
10554         Throw `suppress', if there was a failed connection shortly before.
10555         Handle user interrupt.  (Bug#10187)
10556         (tramp-get-inline-compress, tramp-get-inline-coding):
10557         Read connection properties from the process cache.
10559         * net/tramp-smb.el (tramp-smb-server-version)
10560         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10561         New defconsts.
10562         (tramp-smb-prompt): Extend for powershell prompt.
10563         (tramp-smb-file-name-handler-alist): Add handlers for
10564         `process-file', `shell-command' and `start-file-process'.
10565         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10566         (tramp-smb-winexe-shell-command-switch): New defcustoms.
10567         (tramp-smb-file-name-p): Simplify.
10568         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10569         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10570         (tramp-smb-shell-quote-argument): New defuns.
10571         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10572         Implement using "tar".  By this, time-stamps are preserved.
10573         (tramp-smb-handle-copy-file): Handle also the case of directories.
10574         (tramp-smb-do-file-attributes-with-stat)
10575         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10576         Use `tramp-get-connection-buffer').
10577         (tramp-smb-handle-rename-file): Use "rename", when source and
10578         target are on the same share.
10579         (tramp-smb-maybe-open-connection): Handle wrong passwords.
10580         Use `tramp-smb-server-version'.
10581         (tramp-smb-wait-for-output): Remove prompt.
10583         * net/tramp.el (top): Require 'cl.
10584         (tramp-methods, tramp-rsh-end-of-line):
10585         Remove `tramp-password-end-of-line' from docstring.
10586         (tramp-save-ad-hoc-proxies): New defcustom.
10587         (tramp-completion-function-alist): Adapt docstring.
10588         (tramp-default-password-end-of-line): Remove defcustom.
10589         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
10590         (tramp-user-regexp, tramp-file-name-regexp-unified)
10591         (tramp-file-name-regexp-url): Extend regexp by hop separator.
10592         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10593         (tramp-remote-file-name-spec-regexp): New defconst.
10594         (tramp-file-name-structure): Extend structure for hops.
10595         (tramp-get-method-parameter): Move up.
10596         (tramp-file-name-p, tramp-dissect-file-name)
10597         (with-parsed-tramp-file-name): Handle hops.
10598         (tramp-file-name-hop): New defun.
10599         (tramp-make-tramp-file-name): New optional arg HOP.
10600         (tramp-message-show-progress-reporter-message): New defvar.
10601         (tramp-with-progress-reporter): Use it.  We cannot use
10602         `tramp-message-show-message' here, because this suppresses also
10603         error buffers.
10604         (tramp-error-with-buffer): Suppress buffer view, if
10605         `tramp-message-show-message' is nil.
10606         Use `tramp-get-connection-buffer'.
10607         (tramp-cleanup): New defun.
10608         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10609         (tramp-file-name-handler): If `debug-on-error' is set, propagate
10610         an error unchanged.
10611         (tramp-completion-handle-file-name-all-completions): Handle hops.
10612         Fix an error when called from ido.
10613         (tramp-completion-dissect-file-name): Use better local variable
10614         name.  Add hop to the vector.
10615         (tramp-handle-insert-file-contents): Use progress-reporter for the
10616         whole scenario.
10617         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10618         to `t'.
10619         (tramp-check-for-regexp): Simplify search.
10620         (tramp-enter-password): Remove it.  Move implementation ...
10621         (tramp-action-password): ... here.
10622         (tramp-mode-string-to-int, tramp-local-host-p)
10623         (tramp-make-tramp-temp-file, tramp-read-passwd)
10624         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10625         Set tramp-autoload cookie.
10627         * net/trampver.el: Update release number.
10629 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10630             Michael Albinus  <michael.albinus@gmx.de>
10632         * net/tramp.el (tramp-set-completion-function): Fix docstring.
10633         (tramp-parse-group, tramp-parse-file)
10634         (tramp-parse-shostkeys-sknownhosts): New defuns.
10635         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10636         (tramp-parse-shosts-group, tramp-parse-sconfig)
10637         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10638         (tramp-parse-sknownhosts, tramp-parse-hosts)
10639         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10640         Use them.
10641         (tramp-parse-passwd-group, tramp-parse-netrc-group)
10642         (tramp-parse-putty-group): Don't narrow.
10643         (tramp-parse-putty): Make a loop.
10644         (tramp-file-name-handler): Catch the `suppress' signal.
10646 2012-06-11  Chong Yidong  <cyd@gnu.org>
10648         * image.el (imagemagick-register-types): Put the ImageMagick entry
10649         at the end of image-type-file-name-regexps.
10651 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
10653         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10654         (pcase, pcase-let*, pcase-dolist): Use them.
10656 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * emacs-lisp/pcase.el (pcase--let*): New function.
10659         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
10660         (pcase--expand): Use macroexp-let².
10662 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10664         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10665         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10666         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10667         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10668         * emacs-lisp/derived.el: Use pcase instead of `cl'.
10669         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10671 2012-06-10  Glenn Morris  <rgm@gnu.org>
10673         * mail/rmail.el (rmail-yank-current-message): Leave point at
10674         correct position.  (Bug#11660)
10676 2012-06-10  Chong Yidong  <cyd@gnu.org>
10678         * allout-widgets.el: Fix code header.
10680 2012-06-10  Chong Yidong  <cyd@gnu.org>
10682         * cus-edit.el (customize-changed-options-previous-release):
10683         Bump to 24.1.
10685 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
10687         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10689 2012-06-09  Chong Yidong  <cyd@gnu.org>
10691         * ebuff-menu.el (electric-buffer-list): Preserve header line.
10693 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
10695         * window.el (special-display-popup-frame): Don't use
10696         window--display-buffer (Bug#11651).
10698 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
10700         Fix parallel builds: make sure loaddefs.el is not being written
10701         while Lisp files are compiled.
10702         (compile): Don't depend on 'mh-autoloads'.
10703         (compile-CMD, compile-SH): Depend on 'autoloads'.
10704         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10706         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
10708 2012-06-09  Chong Yidong  <cyd@gnu.org>
10710         * face-remap.el (face-remap-add-relative, face-remap-set-base)
10711         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10712         Doc fixes (Bug#11225).
10714 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10716         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10717         a function if there's a clear indication that it has a compiler-macro.
10718         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10719         (macro-declarations-alist): Add arglist to declaration functions.
10720         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10721         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10722         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10723         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10724         Also add autoload to find the compiler macro.
10725         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10726         (cl--compiler-macro-member, cl--compiler-macro-assoc)
10727         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10728         (cl--compiler-macro-get): New functions, replacing calls to
10729         cl-define-compiler-macro.
10730         (cl-typep) [compiler-macro]: Use macroexp-let².
10732 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
10734         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10735         string properly, fixes Bug#11473.
10737 2012-06-08  Chong Yidong  <cyd@gnu.org>
10739         * faces.el (set-face-attribute): Doc fix.
10740         (modify-face): Don't use :bold and :italic.
10741         (error, warning, success): Tweak definitions.
10743         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10744         (custom-modified, custom-set, custom-changed, custom-themed)
10745         (custom-saved, custom-button, custom-button-mouse)
10746         (custom-button-pressed, custom-state, custom-comment-tag)
10747         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10748         (custom-group-subtitle): Use new-style face specs.
10749         (custom-invalid-face, custom-rogue-face, custom-modified-face)
10750         (custom-set-face, custom-changed-face, custom-saved-face)
10751         (custom-button-face, custom-button-pressed-face)
10752         (custom-documentation-face, custom-state-face)
10753         (custom-comment-face, custom-comment-tag-face)
10754         (custom-variable-tag-face, custom-variable-button-face)
10755         (custom-face-tag-face, custom-group-tag-face-1)
10756         (custom-group-tag-face): Remove obsolete face alias.
10758         * epa.el (epa-validity-high, epa-validity-medium)
10759         (epa-validity-low, epa-mark, epa-field-name, epa-string)
10760         (epa-field-name, epa-field-body):
10761         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10762         (font-lock-keyword-face, font-lock-builtin-face)
10763         (font-lock-function-name-face, font-lock-variable-name-face)
10764         (font-lock-type-face, font-lock-constant-face):
10765         * ido.el (ido-first-match, ido-only-match, ido-subdir)
10766         (ido-virtual, ido-indicator, ido-incomplete-regexp):
10767         * speedbar.el (speedbar-button-face, speedbar-file-face)
10768         (speedbar-directory-face, speedbar-tag-face)
10769         (speedbar-selected-face, speedbar-highlight-face)
10770         (speedbar-separator-face):
10771         * whitespace.el (whitespace-newline, whitespace-space)
10772         (whitespace-hspace, whitespace-tab, whitespace-trailing)
10773         (whitespace-line, whitespace-space-before-tab)
10774         (whitespace-space-after-tab, whitespace-indentation)
10775         (whitespace-empty):
10776         * emulation/cua-base.el (cua-global-mark):
10777         * eshell/em-prompt.el (eshell-prompt):
10778         * net/newst-plainview.el (newsticker-new-item-face)
10779         (newsticker-old-item-face, newsticker-immortal-item-face)
10780         (newsticker-obsolete-item-face, newsticker-date-face)
10781         (newsticker-statistics-face, newsticker-default-face):
10782         * net/newst-reader.el (newsticker-feed-face)
10783         (newsticker-extra-face, newsticker-enclosure-face):
10784         * net/newst-treeview.el (newsticker-treeview-face)
10785         (newsticker-treeview-new-face, newsticker-treeview-old-face)
10786         (newsticker-treeview-immortal-face)
10787         (newsticker-treeview-obsolete-face)
10788         (newsticker-treeview-selection-face):
10789         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10790         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10791         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10792         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10793         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10794         (nxml-outline-active-indicator, nxml-outline-ellipsis):
10795         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10796         (mpuz-text):
10797         * progmodes/vera-mode.el (vera-font-lock-number)
10798         (vera-font-lock-function, vera-font-lock-interface):
10799         * textmodes/table.el (table-cell): Use new-style face specs, and
10800         don't use the old :bold and :italic attributes.
10802         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10803         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10804         (ebrowse-member-class, ebrowse-progress): Likewise.
10805         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10806         (ebrowse-file-name-face, ebrowse-default-face)
10807         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10808         (ebrowse-progress-face): Remove obsolete faces.
10810         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10811         Inherit from error and warning faces respectively.
10813         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10814         Likewise.
10815         (flyspell-incorrect-face, flyspell-duplicate-face):
10816         Remove obsolete aliases.
10818 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
10820         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10821         Avoid infloop.
10823 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * startup.el (argv, argi): Make lexically scoped.
10826         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10827         * emacs-lisp/cl-macs.el: Use lexical-binding.
10828         Rename cl-bind-* to cl--bind-*.
10829         * files.el: Don't require `cl' since it doesn't use it.
10830         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10832 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
10834         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10835         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10836         instead of calling external sort utility.
10837         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10839 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
10841         * descr-text.el (describe-char): Mention how to insert the
10842         character, if the current input method doesn't support it.
10843         See the discussion in this thread for the details:
10844         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10846 2012-06-08  Sam Steingold  <sds@gnu.org>
10848         * bindings.el (global-map): Bind XF86Forward to next-buffer and
10849         XF86Back to previous-buffer.
10850         (minibuffer-local-map): Bind them to next-history-element and
10851         previous-history-element respectively.
10852         * help-mode.el (help-mode-map): Bind them to help-go-forward and
10853         help-go-back respectively.
10854         * info.el (Info-mode-map): Bind them to Info-history-forward and
10855         Info-history-back respectively.
10856         These are the keys next to Up on the ThinkPad keyboard.
10858 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10860         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10861         * emacs-lisp/cl-macs.el: Provide itself.
10862         (cl--labels-convert-cache): New var.
10863         (cl--labels-convert): New function.
10864         (cl-flet, cl-labels): New implementation with new semantics, relying on
10865         lexical-binding.
10866         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10867         (cl-closure-vars, cl--function-convert-cache)
10868         (cl--function-convert): Move from cl-macs.el.
10869         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10870         rename by removing the "cl-" prefix.
10871         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10873 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10875         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10876         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10877         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10878         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10879         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10880         (cl-hash-table-count): Add old compatibility aliases.
10882         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10883         Use macroexpand-all-environment instead.
10884         (cl--old-macroexpand): New var.
10885         (cl--sm-macroexpand): New function.
10886         (cl-symbol-macrolet): Use it during macro expansion.
10887         (cl--function-convert-cache): New var.
10888         (cl--function-convert): New function, extracted from
10889         cl-macroexpand-all.
10890         (cl-lexical-let): Use it.
10892         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10893         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10894         (cl-member): Remove old alias.
10896         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10897         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10898         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10899         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10900         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10901         (cl-macroexpand-cmacs): Remove var.
10902         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10903         Use macroexpand-all instead.
10905 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10907         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10908         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10909         (macroexp-copyable-p): New functions and macros.
10910         * emacs-lisp/edebug.el (edebug-unwrap):
10911         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10912         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10913         (pcase--let*): Remove.
10914         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10915         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
10916         macroexp-const-p instead.
10917         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10919         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10920         instead of "cl-" for internal definitions.  Use macroexp-const-p.
10921         (cl-old-bc-file-form): Remove var.
10922         (cl-const-exprs-p): Remove fun.
10923         (cl-labels, cl-macrolet): Use backquote.
10924         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
10925         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10926         (cl-define-setf-expander): Rename from cl-define-setf-method.
10927         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10929         * international/mule-cmds.el: Don't require CL.
10930         (view-hello-file): Don't use `letf'.
10932 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10934         * tmm.el (tmm-prompt): Use string-prefix-p.
10935         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10936         (tmm-add-prompt): Use minibuffer-completion-help.
10937         (tmm-delete-map): Remove.
10939         * subr.el (kbd): Make it its own function.
10941 2012-06-07  Stefan Merten  <smerten@oekonux.de>
10943         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10944         Silence compiler warnings.  Fix versions.
10945         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10946         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10947         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10948         (rst-package-emacs-version-alist): Correct Emacs version to
10949         represent major merge with upstream.
10950         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10952 2012-06-06  Glenn Morris  <rgm@gnu.org>
10954         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10955         Only print environment variables if set.
10957 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10959         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10960         (macroexp--cons): Rename from maybe-cons.
10961         (macroexp--accumulate): Rename from macroexp-accumulate.
10962         (macroexp--all-forms): Rename from macroexpand-all-forms.
10963         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10964         (macroexp--expand-all): Rename from macroexpand-all-1.
10966 2012-06-06  Sam Steingold  <sds@gnu.org>
10968         * calendar/calendar.el (calendar-in-read-only-buffer):
10969         Call `special-mode' to enable the standard read-only keybindings.
10971 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10973         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10974         with "loading" messages (bug#11635).
10976 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
10978         * files.el (enable-remote-dir-locals): New option.
10979         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
10981         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10982         Ensure, that the temp directory is local.
10984         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10985         `temporary-file-directory'.
10987         * progmodes/python.el (python-send-region): Ensure, that the
10988         temporary file is created also in the remote case.
10990 2012-06-06  Glenn Morris  <rgm@gnu.org>
10992         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10993         (vc-rcs-update-changelog): Use it.
10995         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10997         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10998         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10999         (vc-sccs-diff): Replace use of the external vcdiff script.
11001 2012-06-05  Glenn Morris  <rgm@gnu.org>
11003         * ledit.el: Move to obsolete/.
11005 2012-06-05  Sam Steingold  <sds@gnu.org>
11007         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
11008         patch (Bug#11140).
11010 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11012         * emacs-lisp/cust-print.el: Move to obsolete.
11014         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
11015         compiler-macro expansion.
11017         Add native compiler-macro support.
11018         * emacs-lisp/macroexp.el (macroexpand-all-1):
11019         Support compiler-macros directly.  Properly follow aliases and apply
11020         the compiler macros more thoroughly.
11021         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
11022         macroexpand now properly follows aliases.
11023         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
11024         (cl-compiler-macroexpand): Use new prop.
11025         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
11027         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
11029 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
11031         * window.el (get-lru-window, get-mru-window, get-largest-window):
11032         New argument NOT-SELECTED to avoid picking the selected window.
11033         (window--display-buffer-1, window--display-buffer-2): Replace by
11034         new function window--display-buffer
11035         (display-buffer-same-window, display-buffer-reuse-window)
11036         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
11037         Use window--display-buffer.
11038         (display-buffer-use-some-window): Remove temporary dedication
11039         hack by calling get-lru-window and get-largest-window with
11040         NOT-SELECTED argument non-nil.  Call window--display-buffer.
11042 2012-06-05  Glenn Morris  <rgm@gnu.org>
11044         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
11045         Replace external vcdiff script.
11047 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11049         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
11051 2012-06-04  Chong Yidong  <cyd@gnu.org>
11053         * image.el (imagemagick-types-inhibit): Revert last change.
11054         Add INFO and M.
11055         (imagemagick-enabled-types): Remove CIN and EPS*.
11057 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11059         * emacs-lisp/cl-lib.el: Rename from cl.el.
11060         * emacs-lisp/cl.el: New compatibility file.
11061         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
11062         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
11063         to obey the "cl-" prefix.
11064         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
11066 2012-06-03  Glenn Morris  <rgm@gnu.org>
11068         * emacs-lisp/authors.el (authors-aliases): Addition.
11070         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11071         Fix :version.
11073 2012-06-03  Stefan Merten  <smerten@oekonux.de>
11075         * textmodes/rst.el: Add comments.
11076         (rst-transition, rst-adornment): New faces.
11077         (rst-adornment-faces-alist): Make default safe to reevaluate.
11078         Fixes
11079         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11080         Improve customization tags.
11081         (rst-define-level-faces): Clarify meaning.
11083 2012-06-03  Chong Yidong  <cyd@gnu.org>
11085         * progmodes/compile.el (compilation-mode-line-fail)
11086         (compilation-mode-line-run, compilation-mode-line-exit):
11087         New faces.
11088         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11090 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
11092         * progmodes/which-func.el (which-func-update-ediff-windows):
11093         New function.  Use it in ediff-select-hook (Bug#11478).
11095 2012-06-03  Chong Yidong  <cyd@gnu.org>
11097         * bindings.el: Remove explicit help text from format-mode-line.
11098         It is now supplied by mode-line-default-help-echo.
11099         (mode-line-front-space, mode-line-end-spaces)
11100         (mode-line-misc-info): New variables.
11101         (mode-line-modes, mode-line-position): Move the default value to
11102         the variable definition.
11103         (mode-line-default-help-echo): New defcustom.
11104         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11105         (mode-line-modified-help-echo): New functions.
11106         (mode-line-mule-info, mode-line-modified): Use them.
11107         (mode-line-eol-desc, propertized-buffer-identification):
11108         Consistency fixes for help text.
11109         (mode-line-coding-system-map): Allow using mouse-3 to invoke
11110         set-buffer-file-coding-system (Bug#289).
11111         (mode-line-mule-info-help-echo): Update help text.
11113 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11115         * simple.el (execute-extended-command): Set real-this-command
11116         (bug#11506).
11118 2012-06-02  Chong Yidong  <cyd@gnu.org>
11120         Remove incorrect uses of "modeline" in comments, docstrings, and
11121         function/variable names (Bug#10329).
11123         * cus-edit.el (mode-line):
11124         * dframe.el (dframe-mouse-hscroll):
11125         * emacs-lisp/re-builder.el:
11126         * emacs-lisp/easy-mmode.el (define-minor-mode):
11127         * frame.el (set-frame-name):
11128         * help.el (lookup-minor-mode-from-indicator):
11129         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11130         * progmodes/cc-cmds.el (c-toggle-auto-newline)
11131         (c-toggle-hungry-state):
11132         * progmodes/antlr-mode.el (antlr-language-alist):
11133         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11134         * progmodes/vhdl-mode.el (vhdl-mode):
11135         * progmodes/which-func.el (which-func, which-func-cleanup-function):
11136         * term/ns-win.el (ns-face-at-pos):
11137         * term/sup-mouse.el (sup-mouse-report):
11138         * textmodes/flyspell.el (flyspell-mode-line-string):
11139         * textmodes/ispell.el (ispell-highlight-face):
11140         * textmodes/reftex-global.el:
11141         * vc/vc-arch.el (vc-arch-mode-line-string):
11142         * vc/vc-cvs.el (vc-cvs-mode-line-string):
11143         * vc/vc-git.el (vc-git-mode-line-string):
11144         * vc/vc-hooks.el (vc-display-status)
11145         (vc-default-mode-line-string):
11146         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11148         * ansi-color.el (ansi-color-faces-vector): Change default faces.
11150         * dired.el (dired-sort-set-mode-line): Rename from
11151         dired-sort-set-modeline.  All callers changed.
11153         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11154         eshell-status-in-modeline.
11156         * foldout.el (foldout-mode-line-string): Rename from
11157         foldout-modeline-string.  All callers changed.
11158         (foldout-update-mode-line): Rename from foldout-update-modeline.
11160         * subr.el (redraw-modeline): Make into obsolete alias.
11162         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11163         timeclock-modeline-display.  Make old name an alias.
11164         (timeclock-update-mode-line): Likewise.  All callers changed.
11165         (timeclock-mode-line-display): No need to check before using
11166         add-hook.
11167         (timeclock-relative, timeclock-day-over-hook)
11168         (timeclock-use-elapsed, timeclock-mode-string)
11169         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11171         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11172         crisp-mode-modeline-string.
11174         * play/solitaire.el (solitaire-build-mode-line): Rename from
11175         solitaire-build-modeline.  All callers changed.
11177         * play/zone.el (zone-hiding-mode-line): Rename from
11178         zone-hiding-modeline.  All callers changed.
11179         (zone): Remove unusued `modeline-hidden-level' property.
11181         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11182         xscheme-modeline-initialize.  All callers changed.
11184         * strokes.el (strokes-lighter): Rename from
11185         strokes-modeline-string.
11187         * textmodes/sgml-mode.el (html-face-tag-alist)
11188         (html-tag-face-alist): Use mode-line face instead of obsolete
11189         alias modeline.
11191 2012-06-02  Stefan Merten  <smerten@oekonux.de>
11193         * textmodes/rst.el: Always require `cl'.
11194         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11196 2012-06-02  Chong Yidong  <cyd@gnu.org>
11198         * image.el (imagemagick-enabled-types): Rename from
11199         imagemagick-types-enable.  Add many more types.
11200         (imagemagick-types-inhibit): Change default to nil.
11201         (imagemagick-filter-types): Caller changed.
11203 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11205         * emacs-lisp/cl-macs.el: Use backquotes.
11206         (cl-transform-function-property): Use eval-and-compile rather than
11207         abusing `require'.
11208         (defstruct): Use declare-function instead of with-no-warnings.
11210         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11211         (byte-compile-output-docform): Re-add the print-circle bindings.
11212         (byte-compile-fix-header): Use #$ just because it's shorter.
11213         (byte-compile-output-file-form): Remove defun/defmacro.
11215 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
11217         * simple.el (choose-completion): Remove now obsolete binding for
11218         owindow.
11220 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
11222         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11223         in order to avoid "Stack overflow in regexp matcher".
11225 2012-05-31  Glenn Morris  <rgm@gnu.org>
11227         * image.el: For clarity, call imagemagick-register-types at
11228         top-level, rather than relying on a custom :initialize.
11229         (imagemagick-types-enable): New option.  (Bug#11557)
11230         (imagemagick-filter-types): New function.  (Bug#7406)
11231         (imagemagick-register-types): Use imagemagick-filter-types.
11232         If disabling support, remove elements altogether rather
11233         than using an impossible regexp.
11234         (imagemagick-types-inhibit): Give it the default init function.
11236 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11238         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11239         Handle arbitrary file name lengths (Bug#11585).
11241 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
11243         * desktop.el (desktop-read): Clear previous and next buffers for
11244         all windows and bury *Messages* buffer (bug#11556).
11246 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11248         Add `declare' for `defun'.  Align `defmacro's with it.
11249         * emacs-lisp/easy-mmode.el (define-minor-mode)
11250         (define-globalized-minor-mode): Don't autoload the var definitions.
11251         * emacs-lisp/byte-run.el: Use lexical-binding.
11252         (defun-declarations-alist, macro-declarations-alist): New vars.
11253         (defmacro, defun): Use them.
11254         (make-obsolete, define-obsolete-function-alias)
11255         (make-obsolete-variable, define-obsolete-variable-alias):
11256         Use `declare'.
11257         (macro-declaration-function): Mark obsolete.
11258         * emacs-lisp/autoload.el: Use lexical-binding.
11259         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
11261 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11263         * textmodes/ispell.el (ispell-with-no-warnings):
11264         Define as a macro.
11265         (ispell-kill-ispell, ispell-change-dictionary):
11266         Use `called-interactively-p' for Emacs instead of obsolete
11267         `interactive-p'.
11269 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11271         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11272         (macro-declaration-function): Move var from C code.
11273         (macro-declaration-function): Define function with defalias.
11274         * emacs-lisp/macroexp.el (macroexpand-all-1):
11275         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11276         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11277         defun/defmacro any more.
11278         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11279         Provide fallback for unknown arglist.
11280         (byte-compile-arglist-warn): Change calling convention.
11281         (byte-compile-output-file-form): Move print-vars binding.
11282         (byte-compile-output-docform): Simplify accordingly.
11283         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11284         (byte-compile-defmacro-declaration): Remove.
11285         (byte-compile-file-form-defmumble): Generalize to defalias.
11286         (byte-compile-output-as-comment): Return byte-positions.
11287         Simplify callers accordingly.
11288         (byte-compile-lambda): Use `assert'.
11289         (byte-compile-defun, byte-compile-defmacro): Remove.
11290         (byte-compile-file-form-defalias):
11291         Use byte-compile-file-form-defmumble.
11292         (byte-compile-defalias-warn): Remove.
11294 2012-05-29  Stefan Merten  <smerten@oekonux.de>
11296         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11297         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
11299         (rst-mode-abbrev-table): Merge definition.
11300         (rst-mode): Make sure `font-lock-defaults' is buffer local.
11301         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11303 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
11305         * calendar/icalendar.el
11306         (icalendar-export-region): Export UID properly.
11308 2012-05-29  Leo Liu  <sdl.web@gmail.com>
11309         * calendar/icalendar.el (icalendar-import-format):
11310         Add `icalendar-import-format-uid' (Bug#11525).
11311         (icalendar-import-format-uid): New.
11312         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11313         Export UID.
11315 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11317         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11318         different alternative patterns.
11319         (pcase-codegen): Be more careful to preserve identity.
11320         (pcase--u1): Don't forget to mark vars as used.
11322         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11323         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11324         (byte-compile-from-buffer): ...rather than here.
11326         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11327         functions from byte-compile-function-environment.
11329 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
11331         * window.el (window-deletable-p): Avoid deleting the root window
11332         of a frame with an active minibuffer.
11334 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
11336         * simple.el (choose-completion): Use quit-window (Bug#11567).
11338 2012-05-29  Chong Yidong  <cyd@gnu.org>
11340         * whitespace.el (whitespace-cleanup): Fix usage of
11341         whitespace-empty-at-bob-regexp (Bug#11492).
11343 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11345         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11346         revert (Bug#11488).
11348 2012-05-29  Juri Linkov  <juri@jurta.org>
11350         * isearch.el (isearch-mode-map): Bind `M-s _' to
11351         `isearch-toggle-symbol'.  Bind `M-s c' to
11352         `isearch-toggle-case-fold'.
11353         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11354         (isearch-forward): Add `M-s _' to the docstring.
11355         (isearch-forward-symbol, isearch-toggle-case-fold)
11356         (isearch-symbol-regexp): New functions.  (Bug#11381)
11358 2012-05-29  Juri Linkov  <juri@jurta.org>
11360         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
11361         (isearch-occur, isearch-search-and-update): If `isearch-word' is
11362         a function, call it to get the regexp.
11363         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11364         property `isearch-message-prefix' instead of the string "word ".
11365         (isearch-search-fun-default): For the case of `isearch-word',
11366         return a lambda that calls re-search-forward/re-search-backward
11367         with a regexp returned by `word-search-regexp' or by the function
11368         in `isearch-word'.
11370 2012-05-29  Juri Linkov  <juri@jurta.org>
11372         * isearch.el (isearch-search-fun-default): New function.
11373         (isearch-search-fun): Move default part to the new function
11374         `isearch-search-fun-default'.
11375         (isearch-search-fun-function): Set the default value to
11376         `isearch-search-fun-default'.  (Bug#11381)
11378         * comint.el (comint-history-isearch-end):
11379         Use `isearch-search-fun-default'.
11380         (comint-history-isearch-search): Use `isearch-search-fun-default'
11381         and remove spacial case for `isearch-word'.
11382         (comint-history-isearch-wrap): Remove spacial case for
11383         `isearch-word'.
11385         * hexl.el (hexl-isearch-search-function):
11386         Use `isearch-search-fun-default'.
11388         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11389         Use `word-search-regexp' for `isearch-word'.
11391         * misearch.el (multi-isearch-search-fun):
11392         Use `isearch-search-fun-default'.
11394         * simple.el (minibuffer-history-isearch-search):
11395         Use `isearch-search-fun-default' and remove spacial case for
11396         `isearch-word'.
11397         (minibuffer-history-isearch-wrap): Remove spacial case for
11398         `isearch-word'.
11400         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11401         Remove spacial case for `isearch-word'.
11402         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11404 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11406         Decrease XEmacs incompatibilities.
11407         * textmodes/flyspell.el (flyspell-check-pre-word-p):
11408         Use `string-match'.
11409         (flyspell-delete-region-overlays): Use alternative definition for
11410         XEmacs.
11411         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11412         (flyspell-word): Use `process-kill-without-query' if XEmacs.
11413         (flyspell-mode-on): Use `interactive-p' if XEmacs.
11414         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11415         `define-obsolete-face-alias' under XEmacs, but old method.
11417         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11418         `with-no-warnings' definition or Emacs alias.
11419         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11420         (ispell-word): Do not use `region-p' if XEmacs.
11422 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11424         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11425         Check for `ispell-dictionary-base-alist' instead of full
11426         `ispell-dictionary-alist'.
11427         (ispell-init-process): Show spellchecker when starting new Ispell
11428         process.
11430 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11432         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11433         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11435 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
11437         * version.el (motif-version-string, gtk-version-string)
11438         (ns-version-string): Declare.
11440 2012-05-27  Juri Linkov  <juri@jurta.org>
11442         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11443         after the `eval-defun-1' specialcaseing
11444         like in `edebug-eval-defun' (bug#10181).
11446         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11447         like in `eval-defun-1'.
11449 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
11451         * mail/sendmail.el (mail-yank-region):
11452         Recognize rmail-yank-current-message in addition to insert-buffer.
11453         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11454         a *mail* buffer created through rmail-start-mail with sendmail as
11455         mail-user-agent.
11457 2012-05-27  Chong Yidong  <cyd@gnu.org>
11459         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11460         Default to 256 (Bug#11267).
11462         * help.el (describe-mode): Doc fix.
11464 2012-05-26  Glenn Morris  <rgm@gnu.org>
11466         * w32-fns.el (w32-init-info): Remove.
11467         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11469         * info.el (info-initialize): For self-contained NS builds, put the
11470         included info/ directory at the front.  (Bug#2791)
11472         * paths.el (Info-default-directory-list): Make it a defcustom,
11473         mainly so that we can use custom-initialize-delay.
11475 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11477         * subr.el (buffer-has-markers-at): Mark obsolete.
11479         * subr.el (lambda): Use declare.
11481         * emacs-lisp/lisp-mode.el (lambda):
11482         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11484 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11486         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
11488 2012-05-26  Glenn Morris  <rgm@gnu.org>
11490         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11492 2012-05-25  Glenn Morris  <rgm@gnu.org>
11494         * paths.el: Remove no-byte-compile.
11495         * loadup.el: No need to load paths.el uncompiled.
11497         * image.el (imagemagick-types-inhibit): Doc fix.
11499         * version.el: Remove no-byte-compile and associated formatting.
11500         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
11501         is ancient code from when there was an "inc-vers.el".
11503 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11505         * progmodes/gdb-mi.el: Minor style changes.
11506         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11507         Turn into minor modes.
11508         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11509         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11510         (gdb-shell): Remove unneeded let-binding.
11511         (gdb-get-many-fields): Eliminate O(n²) behavior.
11513 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
11515         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11516         platforms that don't link in fontset.c.
11518 2012-05-25  Juri Linkov  <juri@jurta.org>
11520         Use the same diff color scheme as in modern VCSes (bug#10181).
11522         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11523         to avoid confusion with `diff-added' that now uses green colors.
11524         (diff-removed): Use shades of red.
11525         (diff-added): Use shades of green.
11526         (diff-changed): Leave just the yellow color.
11527         (diff-use-changed-face): New variable.
11528         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11529         how to highlight context diff changes.
11530         (diff-refine-change): Use shades of yellow.
11531         (diff-refine-removed): New face that uses shades of red.
11532         (diff-refine-added): New face that uses shades of green.
11533         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11534         `diff-refine-removed' in the call to `smerge-refine-subst'
11535         depending on the value of `diff-use-changed-face'.
11537         * vc/smerge-mode.el (smerge-mine): Use shades of red.
11538         (smerge-other): Use shades of green.
11539         (smerge-base): Use shades of yellow.
11540         (smerge-refined-change): Empty face.
11541         (smerge-refined-removed): New face that uses shades of red.
11542         (smerge-refined-added): New face that uses shades of green.
11543         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
11544         args `props-r' and `props-a', and use them.  Doc fix.
11545         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11546         on its value use different faces `smerge-refined-change',
11547         `smerge-refined-removed', `smerge-refined-added' in the call to
11548         `smerge-refine-subst'.
11550         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11551         Add face condition `min-colors 88' with shades of red.
11552         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11553         `min-colors 88' with shades of green.
11554         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11555         `min-colors 88' with shades of yellow.
11557 2012-05-24  Glenn Morris  <rgm@gnu.org>
11559         * paths.el (prune-directory-list, remote-shell-program): Move to...
11560         * files.el (prune-directory-list, remote-shell-program): ...here.
11561         For the latter, delay initialization, prefer ssh, just search PATH.
11563         * paths.el (term-file-prefix): Move to faces.el (the only user).
11564         * faces.el (term-file-prefix): Move here, make it a defcustom.
11566         * paths.el (news-directory, news-path, news-inews-program):
11567         Move to gnus/nnspool.el.
11569         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11571         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11572         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11573         Make the latter a defcustom, with a delayed initialization.
11575         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11576         These were deleted from Gnus itself late 2010.
11578 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
11580         * progmodes/which-func.el (which-func-ff-hook):
11581         Check against user-error, not error.
11583         * emacs-lisp/edebug.el (top): Do not load or set up loading of
11584         cl-specs.el, which no longer exists.
11586 2012-05-22  Glenn Morris  <rgm@gnu.org>
11588         * info.el (info-emacs-bug): New command.
11589         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11590         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11592 2012-05-21  Glenn Morris  <rgm@gnu.org>
11594         * makefile.w32-in (update-subdirs-SH):
11595         * Makefile.in (update-subdirs): Update for moved update-subdirs.
11597 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11601         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11602         Simplify Maven regexp, and make sure the file can't start with a space
11603         (bug#11517).
11605 2012-05-21  Glenn Morris  <rgm@gnu.org>
11607         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11608         Scrap superfluous subshells.
11610 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11613         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11615 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
11617         * calc/calc.el (calc-ensure-consistent-units): New variable.
11619         * calc/calc-units.el (math-consistent-units-p)
11620         (math-check-unit-consistency): New functions.
11621         (calc-quick-units, calc-convert-units):
11622         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11623         is non-nil.
11624         (calc-extract-units): Fix typo.
11626 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11628         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11630         * textmodes/flyspell.el: Commenting style, plus code simplifications.
11631         (flyspell-default-deplacement-commands): Don't spell check after
11632         repeated window/frame switches (e.g. triggered by mouse-movement).
11633         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11634         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11635         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11636         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11637         Remove unused vars.
11638         (flyspell-get-casechars, flyspell-get-not-casechars):
11639         Simplify; Don't bother removing a ] just to add it back.
11640         * textmodes/ispell.el (ispell-program-name): Use executable-find.
11642 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11644         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11645         New functions.
11646         (math-function-table): Add support for more C functions.
11648 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11650         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11651         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11652         Protect delay handling for otherchars against empty otherchars.
11654 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11656         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11657         their respective macro declarations.
11658         * skeleton.el (define-skeleton):
11659         * progmodes/compile.el (define-compilation-mode):
11660         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11661         (define-ibuffer-filter):
11662         * emacs-lisp/generic.el (define-generic-mode):
11663         * emacs-lisp/easy-mmode.el (define-minor-mode)
11664         (define-globalized-minor-mode):
11665         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11666         * emacs-lisp/byte-run.el (defsubst):
11667         * custom.el (deftheme): Add doc-string metadata.
11669 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11671         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11673 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11675         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11677         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11678         * emacs-lisp/cl-macs.el: Idem.
11679         * emacs-lisp/cl-specs.el: Remove.
11681 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11683         Minor renaming of internal CL functions and variables.
11684         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11685         (cl--position): Rename from cl-position.
11686         (cl--delete-duplicates): Rename from cl-delete-duplicates.
11687         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11688         (cl--random-state): Rename from *random-state*.
11690 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11693         parens around the arg list (bug#11499).
11695 2012-05-17  Juri Linkov  <juri@jurta.org>
11697         * isearch.el (word-search-regexp, word-search-backward)
11698         (word-search-forward, word-search-backward-lax)
11699         (word-search-forward-lax): Move functions from search.c
11700         (bug#10145, bug#11381).
11702 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11704         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11705         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11706         Delay for otherchars as for normal word components.
11708 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11710         * minibuffer.el (completion--sifn-requote): Fix last change.
11711         (minibuffer-local-must-match-filename-map):
11712         Move define-obsolete-variable-alias before its var.
11714 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11718         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11719         behavior.
11720         (completion--string-equal-p): New function.
11721         (completion--twq-all): Use it to get better assertion failure data.
11723         Only handle ".." and '..' quoting in shell-mode (bug#11466).
11724         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11725         (shell--requote-argument): New functions.
11726         (shell-completion-vars): Use them.
11727         (shell--parse-pcomplete-arguments): Rename from
11728         shell-parse-pcomplete-arguments.
11729         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
11730         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11731         Obey comint-file-name-quote-list.
11733         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11734         (smie-indent-keyword): Use it.
11736 2012-05-14  Stefan Merten  <smerten@oekonux.de>
11738         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11740 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11742         * net/rlogin.el (rlogin-mode-map): Fix last change.
11744 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
11746         * mail/smtpmail.el (smtpmail-send-command): Send the command and
11747         the following \r\n using a single `process-send-string', since the
11748         Lotus SMTP server refuses to accept any commands if they are sent
11749         with two `process-send-string's (Bug#11444).
11751 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11753         * shell.el (shell-parse-pcomplete-arguments):
11754         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11756 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
11758         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11759         (image-transform-scale, image-transform-right-angle-fudge): New vars.
11760         (image-transform-width, image-transform-fit-width): New functions.
11761         (image-transform-properties): Use them.
11762         (image-transform-check-size): New function.
11763         (image-toggle-display-image): Use it (for testing).
11764         (image-transform-set-rotation): Reduce angle mod 360.
11765         Delete obsolete comment.
11767 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
11769         * image-mode.el: Fix scaling (bug#11399).
11770         (image-transform-resize): Doc fix.
11771         (image-transform-properties): Default scale is 1 and height should
11772         be an integer.
11774 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
11776         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11777         than hard-coding `car', to fix misbehavior when moving forward.
11779 2012-05-13  Chong Yidong  <cyd@gnu.org>
11781         * emacs-lisp/tabulated-list.el (tabulated-list-format)
11782         (tabulated-list-entries, tabulated-list-padding)
11783         (tabulated-list-sort-key): Make permanent-local.
11785         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11786         (electric-buffer-list): Put electric buffer menu
11787         command descriptions in this docstring, instead of the docstring
11788         of electric-buffer-menu-mode.  Code cleanups.
11789         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
11790         Electric-buffer-menu-mode.
11791         (electric-buffer-update-highlight): Minor code cleanup.
11793 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
11795         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11796         (Bug#11447)
11798 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         Move define-obsolete-variable-alias before the var's definition.
11801         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11802         * tooltip.el (tooltip-hook):
11803         * textmodes/reftex-toc.el (reftex-toc-map):
11804         * textmodes/reftex-sel.el (reftex-select-label-map)
11805         (reftex-select-bib-map):
11806         * textmodes/reftex-index.el (reftex-index-map)
11807         (reftex-index-phrases-map):
11808         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11809         * progmodes/meta-mode.el (meta-mode-map):
11810         * novice.el (disabled-command-hook):
11811         * loadhist.el (unload-hook-features-list):
11812         * frame.el (blink-cursor):
11813         * files.el (find-file-not-found-hooks, write-file-hooks)
11814         (write-contents-hooks):
11815         * emulation/tpu-edt.el (GOLD-map):
11816         * emacs-lock.el (emacs-lock-from-exiting):
11817         * emacs-lisp/generic.el (generic-font-lock-defaults):
11818         * emacs-lisp/chart.el (chart-map):
11819         * dos-fns.el (register-name-alist):
11820         * dired-x.el (dired-omit-files-p):
11821         * desktop.el (desktop-enable):
11822         * cus-edit.el (custom-mode-hook):
11823         * buff-menu.el (buffer-menu-mode-hook):
11824         * bookmark.el (bookmark-read-annotation-text-func)
11825         (bookmark-exit-hooks):
11826         * allout.el (allout-mode-deactivate-hook)
11827         (allout-exposure-change-hook, allout-structure-added-hook)
11828         (allout-structure-deleted-hook, allout-structure-shifted-hook):
11829         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11830         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11831         comes before the corresponding variable's definition.
11833 2012-05-12  Chong Yidong  <cyd@gnu.org>
11835         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11836         (Buffer-menu-mouse-select): Restore function (Bug#11459).
11837         (Buffer-menu-mode-map): Bind it.
11838         (Buffer-menu--pretty-name): Add a mouse-face property.
11840 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11842         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
11843         (prolog-upper-case-string, prolog-lower-case-string)
11844         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11845         (prolog-use-smie, prolog-smie-grammar): New vars.
11846         (prolog-smie-forward-token, prolog-smie-backward-token)
11847         (prolog-smie-rules): New funs.
11848         (prolog-comment-indent): Remove.
11849         (prolog-mode-variables): Use default comment indentation instead.
11850         Setup SMIE.
11851         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11852         (prolog-mode): Don't call them any more.
11853         (prolog-electric-colon, prolog-electric-dash)
11854         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11856         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11858         * minibuffer.el (completion--twq-all): Again, allow case differences.
11860         * term.el: Move keymap initialization code to be more idiomatic.
11861         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11862         (term-terminal-menu): Move initialization into declaration.
11863         (term-escape-char): Let the user set it in her .emacs.
11865         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11866         Provide SMIE-based indentation (not enabled by default yet).
11867         (sh-mode-map): Don't bind electric keys.
11868         Use electric-pair-mode instead of skeleton-pair.
11869         (sh-assignment-regexp): Fit within 80 columns.
11870         (sh-indent-supported): Specify actual shell name instead of boolean.
11871         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11872         (sh-maybe-here-document): Use it.  Make obsolete.
11873         (sh-electric-here-document-mode) New minor mode.
11874         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
11875         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11876         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11877         (sh-smie-rc-grammar, sh-use-smie): New vars.
11878         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11879         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11880         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11881         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11882         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11883         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11884         (sh-set-shell): Use smie-setup if requested.
11886         * term.el (term-set-escape-char): Properly set term-escape-char.
11887         See http://stackoverflow.com/questions/10524656.
11889 2012-05-10  Chong Yidong  <cyd@gnu.org>
11891         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11892         Use url-generic-parse-url, and handle host names and Windows
11893         filenames properly.
11894         (ffap-url-unwrap-remote): Use url-generic-parse-url.
11895         (ffap-url-unwrap-remote): Accept list values, specifying a list of
11896         URL schemes to work on.
11897         (ffap--toggle-read-only): New function.
11898         (ffap-read-only, ffap-read-only-other-window)
11899         (ffap-read-only-other-frame): Use it.
11900         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11901         necessary for ffap-url-unwrap-remote.
11903 2012-05-10  Dave Abrahams  <dave@boostpro.com>
11905         * cus-start.el (create-lockfiles): Add it.
11907 2012-05-09  Chong Yidong  <cyd@gnu.org>
11909         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11910         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11912 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11914         * shell.el (shell-completion-vars): Fix last change (bug#11348).
11916 2012-05-09  Chong Yidong  <cyd@gnu.org>
11918         * ansi-color.el (ansi-color-process-output): Check for validity of
11919         comint-last-output-start before using it.  This avoids a bad
11920         interaction with gdb-mi's input/output buffer.
11922 2012-05-09  Glenn Morris  <rgm@gnu.org>
11924         * files.el (dir-locals-read-from-file):
11925         Mention dir-locals in any error message.
11927 2012-05-09  Chong Yidong  <cyd@gnu.org>
11929         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11930         package (Bug#11410).
11932         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11933         variables into description.
11935 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11938         shell-delimiter-argument-list (bug#11348).
11939         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11941 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
11943         * textmodes/rst.el: Silence byte-compiler warnings.
11944         (rst-re-alist, rst-reset-section-caches): Move around.
11945         (rst-re): Use `characterp', not `char-valid-p'.
11946         (font-lock-beg, font-lock-end): Declare.
11948         * progmodes/idlw-shell.el (specs): Remove reference to deleted
11949         variable `idlwave-shell-activate-alt-keybindings' and simplify.
11951         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11953 2012-05-08  Glenn Morris  <rgm@gnu.org>
11955         * files.el (auto-mode-alist): Treat ".make" like ".mk".
11957 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11959         * vc/log-edit.el: Add GNU coding standards highlighting.
11960         (log-edit-font-lock-gnu-style)
11961         (log-edit-font-lock-gnu-keywords): New vars.
11962         (log-edit-font-lock-keywords): New fun.
11963         (log-edit-mode): Don't fold case in font-lock.
11964         (log-edit-font-lock-keywords): Do not assume case-folding.
11966         * imenu.el: Misc cleanup.  Make docstrings out of comments.
11967         Use lexical-binding.
11968         (imenu--index-alist, imenu--last-menubar-index-alist)
11969         (imenu-menubar-modified-tick): Use defvar-local.
11970         (imenu--split-menu): Remove unused var.
11971         (imenu--cleanup-seen): Declare as global.
11972         (imenu--cleanup): Use dolist.
11974         * subr.el (defvar-local): Add debug spec and doc-string position.
11976 2012-05-08  Glenn Morris  <rgm@gnu.org>
11978         * language/burmese.el, language/cham.el, language/czech.el:
11979         * language/english.el, language/georgian.el, language/greek.el:
11980         * language/japanese.el, language/khmer.el, language/korean.el:
11981         * language/lao.el, language/misc-lang.el, language/romanian.el:
11982         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11983         * language/thai.el, language/utf-8-lang.el:
11984         Remove no-byte-compile setting.
11986         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
11988 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11990         * progmodes/make-mode.el (makefile-browse):
11991         Remove unnecessary interactive.  (Bug#11324)
11993 2012-05-07  Glenn Morris  <rgm@gnu.org>
11995         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11997         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11999 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12001         * loadup.el: Preload newcomment.el.
12002         * newcomment.el: Move autoload-only code to toplevel.
12004         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
12005         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12006         Handle new :right-align column property.
12007         (tabulated-list-print-col): Idem, plus use `display' text-property to
12008         try and preserve alignment for variable pitch fonts.
12010 2012-05-07  Chong Yidong  <cyd@gnu.org>
12012         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
12013         (tabulated-list-use-header-line): New var.
12014         (tabulated-list-init-header): Use it.
12015         (tabulated-list-print-fake-header): New function.
12016         (tabulated-list-print): Use it.
12017         (tabulated-list-sort-button-map): Add non-header-line commands.
12018         (tabulated-list-init-header): Add column name property to basic
12019         labels as well.
12020         (tabulated-list-col-sort): Handle non-header-line button case.
12021         (tabulated-list--sort-by-column-name): Fix a corner case.
12023         * buff-menu.el (list-buffers--refresh):
12024         Handle Buffer-menu-use-header-line.
12026 2012-05-06  Chong Yidong  <cyd@gnu.org>
12028         * buff-menu.el: Convert to Tabulated List mode.
12029         (Buffer-menu-buffer+size-width): Make obsolete.
12030         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
12031         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
12032         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
12033         documentation into docstring of buffer-menu.
12034         (Buffer-menu-toggle-files-only): Add an informative message.
12035         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
12036         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
12037         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
12038         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
12039         (Buffer-menu-execute, Buffer-menu-select)
12040         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
12041         (Buffer-menu-bury): Use Tabulated List machinery.
12042         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
12043         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
12044         Delete.
12045         (list-buffers--refresh): New function.
12046         (list-buffers-noselect): Use it.
12047         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
12048         (Buffer-menu--pretty-file-name): New helper functions.
12050         * loadup.el: Preload tabulated-list.
12052         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
12053         tabulated-list-sort-column.
12054         (tabulated-list-init-header): Add the initial aligning space even
12055         if tabulated-list-padding is zero.
12057 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
12059         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
12060         whose cdr is not a cons cell correctly (bug#11038).
12062 2012-05-06  Chong Yidong  <cyd@gnu.org>
12064         * emacs-lisp/tabulated-list.el (tabulated-list-format):
12065         Accept additional plist in column descriptors.
12066         (tabulated-list-init-header): Obey it.
12067         (tabulated-list-get-entry): New function.
12068         (tabulated-list-put-tag): Use it.  Use string-width instead of
12069         length.
12070         (tabulated-list--column-number): New function.
12071         (tabulated-list-print): Use it.
12072         (tabulated-list-print-col): New function.
12073         Set `tabulated-list-column-name' property on each column's text.
12074         (tabulated-list-print-entry): Use it.
12075         (tabulated-list-delete-entry, tabulated-list-set-col):
12076         New functions.
12077         (tabulated-list-sort-column): New command (Bug#11337).
12079         * buff-menu.el (list-buffers): Move C-x C-b binding from
12080         buff-menu.el to bindings.el.
12082         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12083         :advertised-binding feature.
12085 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12087         * progmodes/compile.el (compilation-internal-error-properties):
12088         Calculate start position correctly when end-col is set but
12089         end-line is not (Bug#11382).
12091 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
12093         * man.el (Man-unindent): Use text-property-default-nonsticky to
12094         prevent untabify from inheriting face properties (Bug#11408).
12096 2012-05-05  Stefan Merten  <smerten@oekonux.de>
12098         * textmodes/rst.el: Major merge with upstream development up to
12099         Docutils SVN r7399 / rst.el V1.2.1.
12101         Clarify maintainership and authors.
12103         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12104         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12105         (rst-official-version, rst-official-cvs-rev, rst-version)
12106         (rst-package-emacs-version-alist): New functions and variables
12107         for version information.
12109         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12110         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12111         (rst-mode-syntax-table, rst-mode): New and corrected functions
12112         and variables representing reStructuredText features.
12114         (rst-re): New function for reStructuredText regexes.  Use in
12115         many places.
12117         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12118         (rst-mode-map): Rebind keys.
12120         (rst-mode-lazy, rst-font-lock-keywords)
12121         (rst-font-lock-extend-region)
12122         (rst-font-lock-extend-region-internal)
12123         (rst-font-lock-extend-region-extend)
12124         (rst-font-lock-find-unindented-line-limit)
12125         (rst-font-lock-find-unindented-line-match)
12126         (rst-adornment-level, rst-font-lock-adornment-level)
12127         (rst-font-lock-adornment-match)
12128         (rst-font-lock-handle-adornment-pre-match-form)
12129         (rst-font-lock-handle-adornment-matcher): Major revision of
12130         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
12132         (rst-preferred-adornments, rst-adjust-hook)
12133         (rst-new-adornment-down, rst-preferred-bullets)
12134         (rst-preferred-bullets, rst-indent, rst-indent-width)
12135         (rst-indent-field, rst-indent-literal-normal)
12136         (rst-indent-literal-minimized, rst-indent-comment): Change,
12137         extend and improve customization.
12139         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12140         (rst-normalize-cursor-position, rst-get-decoration)
12141         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12142         (rst-rstrip, rst-toc-insert-find-delete-contents)
12143         (rst-shift-fill-region, rst-compute-bullet-tabs)
12144         (rst-debug-print-tabs, rst-debug-mark-found)
12145         (rst-shift-region-guts, rst-shift-region-right)
12146         (rst-shift-region-left, rst-use-char-classes)
12147         (rst-font-lock-keywords-function)
12148         (rst-font-lock-indentation-point)
12149         (rst-font-lock-find-unindented-line-begin)
12150         (rst-font-lock-find-unindented-line-end)
12151         (rst-font-lock-find-unindented-line)
12152         (rst-font-lock-adornment-point, rst-font-lock-level)
12153         (rst-adornment-level-alist): Remove functions and variables.
12155         (rst-compare-adornments, rst-get-adornment-match)
12156         (rst-suggest-new-adornment, rst-get-adornments-around)
12157         (rst-adornment-complete-p, rst-get-next-adornment)
12158         (rst-adjust-adornment, rst-display-adornments-hierarchy)
12159         (rst-straighten-adornments): Standardize function names to
12160         use "adornment" instead of "decoration".  Correct callers.
12161         Similar standardizing in many places.
12163         (rst-update-section, rst-adjust, rst-promote-region)
12164         (rst-enumerate-region, rst-bullet-list-region)
12165         (rst-repeat-last-character): Correct use of `interactive'.
12167         (rst-classify-adornment, rst-find-all-adornments)
12168         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12169         (rst-find-leftmost-column, rst-repeat-last-character):
12170         Refactor functions.
12172         (rst-find-title-line, rst-reset-section-caches)
12173         (rst-get-adornments-around, rst-adjust-adornment-work)
12174         (rst-arabic-to-roman, rst-roman-to-arabic)
12175         (rst-insert-list-pos, rst-insert-list-new-item)
12176         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12177         New functions.
12179         (rst-all-sections, rst-section-hierarchy)
12180         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12181         New variables.
12183         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12184         configuration instead of only buffer.  Change where necessary.
12186         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12187         (rst-shift-region, rst-adaptive-fill): New functions for
12188         indentation and filling.
12190         (rst-comment-line-break, rst-comment-indent)
12191         (rst-comment-insert-comment, rst-comment-region)
12192         (rst-uncomment-region): New functions for handling comments.
12194         (rst-compile): Quote shell arguments.
12196         (rst-compile-pdf-preview, rst-compile-slides-preview):
12197         Delete temporary files after use.
12199 2012-05-05  Glenn Morris  <rgm@gnu.org>
12201         * calendar/cal-html.el: Optionally include holidays in the output.
12202         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12203         (cal-html-holidays): New option.
12204         (cal-html-css-default): Add holiday entry.
12205         (holiday-in-range): Autoload it.
12206         (cal-html-htmlify-entry): Add optional class argument.
12207         (cal-html-htmlify-list): Add optional holidays argument.
12208         (cal-html-insert-agenda-days): Include holidays in the output.
12209         (cal-html-one-month): Maybe include holidays.
12211         * calendar/holidays.el (holiday-in-range):
12212         Move here from cal-tex-list-holidays.
12213         * calendar/cal-tex.el (cal-tex-list-holidays):
12214         Make it an obsolete alias for holiday-in-range.  Update all callers.
12216 2012-05-05  Chong Yidong  <cyd@gnu.org>
12218         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12219         Nextstep.
12221 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
12223         * files.el (file-auto-mode-skip): New var.
12224         (set-auto-mode-1): Use it.
12226 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12228         * repeat.el: Use lexical-binding.
12229         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12230         (repeat-undo-count): Remove.
12231         (repeat):
12232         * progmodes/octave-mod.el (octave-abbrev-start):
12233         * progmodes/f90.el (f90-abbrev-start):
12234         * face-remap.el (text-scale-adjust):
12235         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12237         * emacs-lisp/pcase.el (pcase--let*): New function.
12238         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12239         a bit more.
12240         (pcase--split-pred): Be more clever about ruling out overlap between
12241         a predicate and some constant pattern.
12242         (pcase--q1): Use `null' instead of (eq foo nil).
12244         * subr.el (setq-local, defvar-local): New macros.
12245         (kbd): Redefine as an alias.
12246         (with-selected-window): Leave unrelated frames alone.
12247         (set-temporary-overlay-map): New function.
12249 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12251         * subr.el (user-error): New function.
12252         * window.el (switch-to-buffer):
12253         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12254         (smerge-match-conflict):
12255         * simple.el (previous-matching-history-element)
12256         (next-matching-history-element, goto-history-element, undo-more)
12257         (undo-start):
12258         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12259         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12260         (next-file, tags-loop-scan, list-tags, complete-tag):
12261         * progmodes/compile.el (compilation-loop):
12262         * mouse.el (mouse-minibuffer-check):
12263         * man.el (Man-bgproc-sentinel, Man-goto-page):
12264         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12265         (Info-history-forward, Info-follow-reference, Info-menu)
12266         (Info-extract-menu-item, Info-extract-menu-counting)
12267         (Info-forward-node, Info-backward-node, Info-next-menu-item)
12268         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12269         (Info-next-reference, Info-prev-reference, Info-index)
12270         (Info-index-next, Info-follow-nearest-node)
12271         (Info-copy-current-node-name):
12272         * imenu.el (imenu--make-index-alist)
12273         (imenu-default-create-index-function, imenu-add-to-menubar):
12274         * files.el (basic-save-buffer, recover-file):
12275         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12276         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12277         (checkdoc-message-text, checkdoc-defun):
12278         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12279         * cus-edit.el (customize-changed-options, customize-rogue)
12280         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12281         (custom-variable-mark-to-reset-standard)
12282         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12283         (custom-file):
12284         * completion.el (check-completion-length):
12285         * comint.el (comint-search-arg)
12286         (comint-previous-matching-input-string-position)
12287         (comint-previous-matching-input)
12288         (comint-replace-by-expanded-history-before-point, comint-send-input)
12289         (comint-copy-old-input, comint-backward-matching-input)
12290         (comint-goto-process-mark, comint-set-process-mark):
12291         * calendar/calendar.el (calendar-cursor-to-date): Use it.
12292         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12294 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * dabbrev.el (dabbrev--ignore-case-p): New function.
12297         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12298         Use it.
12300         * files.el (automount-dir-prefix): Mark as obsolete.
12302 2012-05-04  Glenn Morris  <rgm@gnu.org>
12304         * patcomp.el, play/bruce.el: Move to obsolete/.
12306 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
12308         Fix minor Y10k bugs.
12309         * arc-mode.el (archive-unixdate):
12310         * autoinsert.el (auto-insert-alist):
12311         * calc/calc-forms.el (math-this-year):
12312         * emacs-lisp/copyright.el (copyright-current-year)
12313         (copyright-update-year, copyright):
12314         * tar-mode.el (tar-clip-time-string):
12315         * time.el (display-time-update):
12316         Don't assume years have 4 digits.
12318 2012-05-04  Chong Yidong  <cyd@gnu.org>
12320         * dos-w32.el (file-name-buffer-file-type-alist)
12321         (direct-print-region-use-command-dot-com):
12322         * ffap.el (ffap-menu-regexp):
12323         * find-file.el (ff-special-constructs):
12324         * follow.el (follow-debug):
12325         * forms.el (forms--debug):
12326         * iswitchb.el (iswitchb-all-frames):
12327         * ido.el (ido-all-frames):
12328         * emacs-lisp/timer.el (timer-max-repeats):
12329         * mail/feedmail.el (feedmail-mail-send-hook)
12330         (feedmail-mail-send-hook-queued):
12331         * mail/footnote.el (footnote-signature-separator):
12332         * mail/mailabbrev.el (mail-alias-separator-string)
12333         (mail-abbrev-mode-regexp):
12334         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12335         * progmodes/idlwave.el (idlwave-libinfo-file)
12336         (idlwave-default-completion-case-is-down)
12337         (idlwave-library-routines): Convert defvars to defcustoms.
12339         * mail/rmail.el (rmail-decode-mime-charset):
12340         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12341         (idlwave-shell-fix-inserted-breaks)
12342         (idlwave-shell-activate-alt-keybindings)
12343         (idlwave-shell-use-breakpoint-glyph):
12344         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12346 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12348         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12350 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
12352         * progmodes/verilog-mode.el (font-lock-keywords):
12353         Fix mis-highligting auto.  Reported by Craig Barner.
12354         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12355         defines from global name space.  Reported by Dan Dever.
12356         (verilog-auto-reset, verilog-auto-reset-widths)
12357         (verilog-auto-tieoff): Support using unbased numbers for
12358         AUTORESET and AUTOTIEOFF.
12359         (verilog-submit-bug-report): Update variable list.
12360         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12361         parenthesis from not matching.  Reported by Michael Rytting.
12362         (verilog-auto-template-lint): Fix hash error when linting modules
12363         with no used templates.
12364         (verilog-warn, verilog-warn-error)
12365         (verilog-warn-fatal): When non-interactive report multiple
12366         warnings before exiting.  Suggested by Brad Dobbie.
12367         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12368         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12369         to report unused template errors.  Reported by Brad Dobbie.
12370         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12371         nets, bug438.  Reported by Vns Blore.
12372         (verilog-auto-inout-module, verilog-auto-reg)
12373         (verilog-read-decls, verilog-read-sub-decls-sig)
12374         (verilog-signals-edit-wire-reg, verilog-signals-with):
12375         Fix passing of Verilog data types in ANSI input/output ports
12376         such as "output logic" into the AUTOs.  Special case "wire" and
12377         "reg" for backwards compatibility presuming Verilog 2001.
12378         (verilog-auto-ascii-enum): Add "auto enum" as alias.
12379         (verilog-preprocess): Fix replication of preprocess output.
12380         Reported by Brad Dobbie.
12381         (verilog-auto-inst-interfaced-ports):
12382         Create verilog-auto-inst-interfaced-ports, bug429.
12383         Reported by Julian Gorfajn.
12384         (verilog-after-save-font-hook)
12385         (verilog-before-save-font-hook): New variable.
12386         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12387         (verilog-save-font-mods): Wrap disabling fontification, reported
12388         by David Rogoff.
12389         (verilog-do-indent, verilog-pretty-declarations-auto)
12390         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12391         Reported by Pierre-David Pfister.
12392         (verilog-set-auto-endcomments): Fix endtask auto comments outside
12393         of class declarations, bug292.  Reported by Kevin Heilman.
12394         (verilog-read-decls): Fix 'parameter type' not appearing in
12395         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
12396         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12397         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
12398         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12399         Reported by David Kravitz.
12401 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
12403         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12404         assignment with tests in ifs and for loops.
12405         (verilog-extended-complete-re, verilog-complete-reg): Change so
12406         that DPI inport functions don't look like fuction declarations.
12407         (verilog-pretty-expr): Don't line up assignment
12408         operations to the test and increment in if and for loops
12409         (verilog-extended-complete-re, verilog-complete-reg): Change so
12410         that DPI inport functions don't look like fuction declarations.
12412 2012-05-03  Kenichi Handa  <handa@m17n.org>
12414         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12415         decoding, and show a warning message without signaling an error
12416         (Bug#11282).
12418 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12420         * emacs-lisp/bytecomp.el
12421         (byte-compile-file-form-custom-declare-variable): Compile all elements,
12422         since cconv.el might have introduced :fun-body, internal-make-closure,
12423         and friends for bytecomp to handle (bug#11391).
12424         * custom.el (defcustom): Avoid ((λ ..) ..).
12426 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12428         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12430 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
12432         * notifications.el (dbus-debug):
12433         * term/linux.el (gpm-mouse-enable):
12434         * term/screen.el (xterm-register-default-colors): Declare.
12436 2012-05-02  Chong Yidong  <cyd@gnu.org>
12438         * cus-start.el (gc-cons-percentage, exec-suffixes)
12439         (dos-display-scancodes, dos-hyper-key, dos-super-key)
12440         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12441         (make-cursor-line-fully-visible, void-text-area-pointer)
12442         (font-list-limit): Add customization data.
12444         * allout.el (allout-exposure-change-functions)
12445         (allout-structure-added-functions)
12446         (allout-structure-deleted-functions)
12447         (allout-structure-shifted-functions): Rename abnormal hooks from
12448         *-hook, and convert to defcustoms.
12449         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12450         Convert to defcustoms.
12451         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12453         * allout-widgets.el: Hook callers changed.
12455 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
12457         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12458         the yanked message in preference to the default value of
12459         buffer-file-coding-system.
12461 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
12463         * window.el (display-buffer--action-function-custom-type):
12464         Fix entry.
12466 2012-05-02  Alan Mackenzie  <acm@muc.de>
12468         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12470 2012-05-01  Glenn Morris  <rgm@gnu.org>
12472         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12474         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
12476         * cus-edit.el (custom-variable-documentation): Simplify with format.
12478 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12479             Stefan Monnier  <monnier@iro.umontreal.ca>
12481         * simple.el (suggest-key-bindings, execute-extended-command):
12482         Move from keyboard.c.
12484 2012-05-01  Chong Yidong  <cyd@gnu.org>
12486         * follow.el: Eliminate advice.
12487         (set-process-filter, process-filter, sit-for): Advice deleted.
12488         (follow-mode-off-hook): Obsolete hook removed.
12489         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12490         Vars deleted.
12491         (follow-auto): Use a :set function.
12492         (follow-mode): Rewritten.  Don't advise process filters.
12493         (follow-switch-to-current-buffer-all, follow-scroll-up)
12494         (follow-scroll-down): Assume follow-mode is bound.
12495         (follow-comint-scroll-to-bottom)
12496         (follow-align-compilation-windows): New functions.
12497         (follow--window-sorter): New function.
12498         (follow-all-followers): Use it to explicitly sort windows by their
12499         positions; don't make assumptions about next-window order.
12500         (follow-windows-start-end, follow-delete-other-windows-and-split)
12501         (follow-calc-win-start): Doc fix.
12502         (follow-windows-aligned-p, follow-select-if-visible): Don't call
12503         vertical-motion unnecessarily.
12504         (follow-adjust-window): New function.
12505         (follow-post-command-hook): Use it.
12506         (follow-call-set-process-filter, follow-call-process-filter)
12507         (follow-intercept-process-output, follow-tidy-process-filter-alist)
12508         (follow-stop-intercept-process-output, follow-generic-filter):
12509         Functions deleted.
12510         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12511         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12512         New functions, replacing advice on scroll-bar-* commands.
12513         (follow-mwheel-scroll): New function (Bug#4112).
12515         * comint.el (comint-adjust-point): New function.
12516         (comint-postoutput-scroll-to-bottom): Use it.
12517         Call follow-comint-scroll-to-bottom for Follow mode buffers.
12519 2012-05-01  Glenn Morris  <rgm@gnu.org>
12521         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12522         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12523         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12524         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12525         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12526         Remove no-byte-compile setting.
12528 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12530         * minibuffer.el (completion-table-with-quoting): Fix compatibility
12531         all-completions code to not return a number in the last cdr.
12533 2012-04-30  Leo Liu  <sdl.web@gmail.com>
12535         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12536         read-only error.
12538 2012-04-29  Chong Yidong  <cyd@gnu.org>
12540         * follow.el (follow-calc-win-end): Rewrite to handle partial
12541         screen lines correctly (Bug#8390).
12542         (follow-avoid-tail-recenter): Minor cleanup.
12544 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12546         Avoid the obsolete `assoc' package.
12547         * speedbar.el (speedbar-refresh): Avoid adelete.
12548         (speedbar-file-lists): Simplify and avoid aput.
12549         * man.el (Man--sections, Man--refpages): New vars, replacing
12550         Man-sections-alist and Man-refpages-alist.
12551         (Man-build-section-alist, Man-build-references-alist):
12552         Use them; avoid aput.
12553         (Man--last-section, Man--last-refpage): New vars.
12554         (Man-follow-manual-reference): Use them.
12555         Use the `default' arg of completing-read.
12556         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
12558 2012-04-27  Chong Yidong  <cyd@gnu.org>
12560         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12562         * startup.el (x-apply-session-resources): New function.
12564         * term/ns-win.el (ns-initialize-window-system):
12565         * term/w32-win.el (w32-initialize-window-system):
12566         * term/x-win.el (x-initialize-window-system): Use it to properly
12567         set menu-bar-mode and other vars from X resources, even if the
12568         initial frame is not a window-system frame (Bug#2299).
12570         * subr.el (read-key): Avoid running filter function when setting
12571         up temporary tool bar entries (Bug#9922).
12573 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12575         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12576         (Bug#11344)
12578 2012-04-27  Chong Yidong  <cyd@gnu.org>
12580         * select.el (xselect--encode-string): New function, split from
12581         xselect-convert-to-string.
12582         (xselect-convert-to-string): Use it.
12583         (xselect-convert-to-filename, xselect-convert-to-os)
12584         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12585         returned strings are properly encoded (Bug#11315).
12587 2012-04-27  Chong Yidong  <cyd@gnu.org>
12589         * simple.el (delete-active-region): Move to killing custom group.
12591 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12593         * progmodes/which-func.el (which-func-current): Quote %
12594         characters for mode-line processing.
12596 2012-04-27  Chong Yidong  <cyd@gnu.org>
12598         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12599         reaching eob (Bug#11286).
12601 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
12603         * progmodes/gdb-mi.el (gdb-control-level): New variable.
12604         (gdb): Make it buffer-local and init to zero.
12605         (gdb-control-commands-regexp): New variable.
12606         (gdb-send): Don't wrap in "-interpreter-exec console" if
12607         gdb-control-level is positive.  Increment gdb-control-level
12608         whenever the command matches gdb-control-commands-regexp, and
12609         decrement it each time the command is "end".  (Bug#11279)
12611 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
12613         * window.el (adjust-window-trailing-edge, enlarge-window)
12614         (shrink-window, window-resize):
12615         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12616         windows (Bug#11276).
12618 2012-04-27  Chong Yidong  <cyd@gnu.org>
12620         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12621         fix "missing prefix" warning.  All callers changed.
12623 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12625         * emacs-lisp/assoc.el: Move to obsolete/.
12627 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12629         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12631         * term/ns-win.el (ns-define-service):
12632         * progmodes/pascal.el (pascal-goto-defun):
12633         * progmodes/js.el (js--read-tab):
12634         * progmodes/etags.el (tags-lazy-completion-table):
12635         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12636         * emacs-lisp/ewoc.el (ewoc--wrap):
12637         * emacs-lisp/assoc.el (aput, adelete, amake):
12638         * doc-view.el (doc-view-convert-current-doc):
12639         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12641 2012-04-26  Chong Yidong  <cyd@gnu.org>
12643         * image.el (image-type-from-buffer): Only return supported image
12644         type (Bug#9045).
12646         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12647         value, for symmetry with diff-end-of-hunk.
12648         (diff-split-hunk, diff-find-source-location)
12649         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12650         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12651         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12652         compute the relevant hunk or file properly (Bug#6005).
12653         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12655 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12657         * vc/vc-mtn.el:
12658         * vc/vc-hg.el:
12659         * vc/vc-git.el:
12660         * vc/vc-dir.el:
12661         * vc/vc-cvs.el:
12662         * vc/vc-bzr.el:
12663         * vc/vc-arch.el:
12664         * vc/vc.el: Replace lexical-let by lexical-binding.
12665         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12666         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12667         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12669 2012-04-26  Chong Yidong  <cyd@gnu.org>
12671         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12672         (diff-mode-shared-map): Bind it to / and [remap undo].
12674         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12675         (ediff-window-setup-function): Use it as the default, to set up
12676         windows based on whether the current frame is graphical (Bug#2138).
12677         (ediff-choose-window-setup-function-automatically): Make obsolete.
12679         * vc/ediff-init.el: Always define ediff-pixel-width/height.
12681 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12683         * ffap.el: Remove old code for obsolete package.
12684         (ffap-complete-as-file-p): Remove.
12686         Use completion-table-with-quoting for comint and pcomplete.
12687         * comint.el (comint--unquote&requote-argument)
12688         (comint--unquote-argument, comint--requote-argument): New functions.
12689         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12690         (comint-quote-filename): Use regexp-opt-charset.
12691         (comint--common-suffix, comint--common-quoted-suffix)
12692         (comint--table-subvert): Remove.
12693         (comint-unquote-function, comint-requote-function): New vars.
12694         (comint--complete-file-name-data): Use them with
12695         completion-table-with-quoting.
12696         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12697         * pcomplete.el (pcomplete-arg-quote-list)
12698         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12699         (pcomplete-unquote-argument-function): Default to non-nil.
12700         (pcomplete-unquote-argument): Simplify.
12701         (pcomplete--common-quoted-suffix): Remove.
12702         (pcomplete-requote-argument-function): New var.
12703         (pcomplete--common-suffix): New function.
12704         (pcomplete-completions-at-point): Use completion-table-with-quoting
12705         and completion-table-subvert.
12707         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12708         (minibuffer--double-dollars): Preserve properties.
12709         (completion--sifn-requote): New function.
12710         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12712         * minibuffer.el: Add support for completion of quoted/escaped data.
12713         (completion-table-with-quoting, completion-table-subvert): New funs.
12714         (completion--twq-try, completion--twq-all): New functions.
12715         (completion--nth-completion): New function.
12716         (completion-try-completion, completion-all-completions): Use it.
12718 2012-04-25  Leo Liu  <sdl.web@gmail.com>
12720         * progmodes/python.el (python-pdbtrack-get-source-buffer):
12721         Use compilation-message if available to find real filename.
12723 2012-04-25  Chong Yidong  <cyd@gnu.org>
12725         * vc/diff-mode.el (diff-setup-whitespace): New function.
12726         (diff-mode): Use it.
12728         * vc/diff.el (diff-sentinel):
12729         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12730         Whitespace mode variables based on diff style (Bug#8612).
12732 2012-04-25  Leo Liu  <sdl.web@gmail.com>
12734         * progmodes/python.el (python-send-region): Add suffix .py to the
12735         temp file.
12737         * files.el (auto-mode-alist): Use javascript-mode instead.
12739 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
12741         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
12743         * net/soap-client.el (soap-resolve-references-for-sequence-type)
12744         (soap-resolve-references-for-array-type): Hack to prevent self
12745         references, see Bug#9.
12746         (soap-parse-envelope): Report the contents of the 'detail' node
12747         when receiving a fault reply.
12748         (soap-parse-envelope): Report the contents of the entire 'detail' node.
12750         * net/soap-inspect.el (soap-sample-value-for-simple-type)
12751         (soap-inspect-simple-type): New function.
12753         * net/soap-client.el (soap-simple-type): New struct.
12754         (soap-default-xsd-types, soap-default-soapenc-types)
12755         (soap-decode-basic-type, soap-encode-basic-type):
12756         support unsignedInt and double basic types.
12757         (soap-resolve-references-for-simple-type)
12758         (soap-parse-simple-type, soap-encode-simple-type): New function.
12759         (soap-parse-schema): Parse xsd:simpleType declarations.
12761         * net/soap-client.el (soap-default-xsd-types)
12762         (soap-default-soapenc-types): Add integer, byte and anyURI types.
12763         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12764         the local name of "soapenc:Array".
12765         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12766         decoding integer, byte and anyURI xsd types.
12768 2012-04-25  Chong Yidong  <cyd@gnu.org>
12770         * cus-edit.el (custom-buffer-create-internal): Update header text.
12772 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
12774         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12775         settings on 'system-type', not on 'window-system'.  On MS-Windows,
12776         set interactive-mode on in GDB.
12778 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12780         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12781         (ruby-syntax-propertize-regexp): Remove.
12782         (ruby-syntax-propertize-function): Split regexp into chunks.
12783         Match following code directly.
12785 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
12787         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12788         (ruby-syntax-propertize-regexp): New function.
12789         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12790         by a special keyword.
12792         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12793         (ruby-syntax-general-delimiters-goto-beg)
12794         (ruby-syntax-propertize-general-delimiters): New functions.
12795         (ruby-syntax-propertize-function): Use them to handle GDL.
12796         (ruby-font-lock-keywords): Move old handling of GDL...
12797         (ruby-font-lock-syntactic-keywords): .. to here.
12798         (ruby-calculate-indent): Adjust indentation for GDL.
12800 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
12802         * notifications.el (top): Remove unneeded declarations.
12803         (notifications-specification-version): Change to "1.2".
12804         (notifications-interface, notifications-notify-method)
12805         (notifications-close-notification-method): Fix docstring.
12806         (notifications-get-capabilities-method): New defconst.
12807         (notifications-notify): Add :action-items, :resident and
12808         :transient hints.  Change "image_data" to "image-data" and
12809         "image_path" to "image-path".
12810         (notifications-get-capabilities): New defun.
12812 2012-04-24  Leo Liu  <sdl.web@gmail.com>
12814         * progmodes/python.el: Move hideshow setup to the end.
12816 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
12818         * window.el (handle-select-window): Clear echo area since this is
12819         no more done by read_char (Bug#11304).
12821 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12823         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12824         and `/ M' to filter-derived-mode.
12825         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12826         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12827         (ibuffer-mark-by-mode): Use default rather than initial-input.
12828         (ibuffer-filter-by-derived-mode): Autoload and require-match.
12830 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
12832         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12833         (ibuffer-filter-by-derived-mode): New filter.
12834         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12836 2012-04-23  Andreas Politz  <politza@fh-trier.de>
12838         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12840 2012-04-23  Chong Yidong  <cyd@gnu.org>
12842         * cus-edit.el (customize-apropos, customize-apropos-options):
12843         Disable matching of non-option variables (Bug#11176).
12844         (customize-option, customize-option-other-window)
12845         (customize-changed-options): Doc fix.
12846         (customize-apropos-options, customize-apropos-faces)
12847         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12849         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12850         Fix word list splitting (Bug#11132).
12851         (apropos-symbol, apropos-keybinding, apropos-label)
12852         (apropos-property, apropos-function-button)
12853         (apropos-variable-button, apropos-misc-button): New faces.
12854         (apropos-symbol-face, apropos-keybinding-face)
12855         (apropos-label-face, apropos-property-face, apropos-match-face):
12856         Variables removed (Bug#8396).
12857         (apropos-library-button, apropos-format-plist, apropos-print)
12858         (apropos-print-doc, apropos-describe-plist): Callers changed.
12860 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
12862         * net/xesam.el (xesam-mode-map): Use let-bound map in
12863         initialization.  (Bug#11292)
12865 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12867         Preserve ispell session localwords when switching back to
12868         original buffer.
12870         * textmodes/ispell.el (ispell-buffer-session-localwords):
12871         New buffer-local variable to hold buffer session localwords.
12872         (ispell-kill-ispell): Add option 'clear to delete session
12873         localwords.
12874         (ispell-command-loop, ispell-change-dictionary)
12875         (ispell-buffer-local-words): Preserve session localwords when
12876         needed.
12878         * textmodes/flyspell.el (flyspell-process-localwords)
12879         (flyspell-do-correct): Preserve session localwords when needed.
12881 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12883         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12884         using obsolete `translation-table-for-input'.
12885         (ispell-word, ispell-process-line, ispell-complete-word):
12886         Use plain `insert' instead of removed `ispell-insert-word'.
12888 2012-04-22  Chong Yidong  <cyd@gnu.org>
12890         * cus-edit.el (custom-variable-menu)
12891         (custom-variable-reset-saved, custom-face-menu)
12892         (custom-face-reset-saved): If there is no saved value, make the
12893         "reset-saved" operation bring back the default (Bug#9509).
12894         (custom-face-state): Properly detect themed faces.
12896         * faces.el (face-spec-set): Stop supporting deprecated form of
12897         third arg.
12899 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
12901         Move functions from C to Lisp.  Make non-blocking method calls
12902         the default.  Implement further D-Bus standard interfaces.
12904         * net/dbus.el (dbus-message-internal): Declare function.
12905         Remove unneeded function declarations.
12906         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12907         (dbus-message-type-method-return, dbus-message-type-error)
12908         (dbus-message-type-signal): Declare variables.  Remove local
12909         definitions.
12910         (dbus-interface-dbus, dbus-interface-peer)
12911         (dbus-interface-introspectable, dbus-interface-properties)
12912         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12913         Adapt docstring.
12914         (dbus-interface-objectmanager): New defconst.
12915         (dbus-call-method, dbus-call-method-asynchronously)
12916         (dbus-send-signal, dbus-method-return-internal)
12917         (dbus-method-error-internal, dbus-register-service)
12918         (dbus-register-signal, dbus-register-method): New defuns, moved
12919         from dbusbind.c
12920         (dbus-call-method-handler, dbus-setenv)
12921         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12922         New defuns.
12923         (dbus-call-method-non-blocking): Make it an obsolete function.
12924         (dbus-unregister-object, dbus-unregister-service)
12925         (dbus-handle-event, dbus-register-property)
12926         (dbus-property-handler): Obey the new structure of
12927         `bus-registered-objects'.
12928         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
12929         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12930         Use `dbus-call-method'.
12932 2012-04-22  Chong Yidong  <cyd@gnu.org>
12934         * cus-edit.el (custom-commands, custom-reset-menu)
12935         (Custom-reset-standard): Tweak labels.
12936         (custom-reset-button-menu): Change default to t.
12937         (custom-buffer-create-internal): For the custom-reset-button-menu
12938         case, put the revert button first.
12939         (custom-group-subtitle): New face.
12940         (custom-group-value-create): Align docstring to a specific column.
12942         * wid-edit.el (widget-documentation-link-add): Don't handle
12943         indentation in this function.
12944         (widget-documentation-string-indent-to): New function.
12945         (widget-documentation-string-value-create): Use it.
12947         * autorevert.el (auto-revert):
12948         * epg-config.el (epg):
12949         * ibuffer.el (ibuffer):
12950         * mpc.el (mpc):
12951         * ses.el (ses):
12952         * eshell/eshell.el (eshell):
12953         * net/ange-ftp.el (ange-ftp):
12954         * progmodes/ebnf2ps.el (postscript):
12955         * progmodes/flymake.el (flymake):
12956         * progmodes/prolog.el (prolog):
12957         * progmodes/verilog-mode.el (verilog-mode):
12958         * progmodes/which-func.el (which-func):
12959         * term/xterm.el (xterm):
12960         * textmodes/picture.el (picture):
12961         * textmodes/tildify.el (tildify):
12962         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12963         customization buffers.
12965 2012-04-22  Alan Mackenzie  <acm@muc.de>
12967         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12968         Adding a ) can hide the resulting (..) from searches.  Fix it.
12969         Bound the backward search to the position of the existing (.
12971 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
12973         * progmodes/verilog-mode.el (verilog-mode): Check whether
12974         which-func-modes is t before adding verilog-mode.
12975         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12977 2012-04-21  Leo Liu  <sdl.web@gmail.com>
12979         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12981 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
12983         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12984         filling of the last column of a table (Bug#5635).
12985         (woman-find-next-control-line): New arg, specifying an additional
12986         regexp component for the control line.
12987         (woman2-roff-buffer): Use it.
12988         (woman-break-table): New function.
12989         (woman2-TS): Use it.
12991 2012-04-21  Chong Yidong  <cyd@gnu.org>
12993         * woman.el (woman-set-buffer-display-table, woman-decode-region)
12994         (woman-horizontal-escapes, woman-negative-vertical-space)
12995         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12996         (WoMan-warn-ignored): Use ?\s instead of ?\ .
12998 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13000         * minibuffer.el (completion-file-name-table): Complete user names.
13002 2012-04-20  Leo Liu  <sdl.web@gmail.com>
13004         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
13005         and pcase-let*.
13007 2012-04-20  Chong Yidong  <cyd@gnu.org>
13009         * server.el (server-execute): Respect initial-buffer-choice if it
13010         is a string and there are no files to open (Bug#2825).
13011         (server-create-window-system-frame, server-create-tty-frame):
13012         Don't switch buffers here.
13013         (server-process-filter): Only try to open a window system frame if
13014         compiled with graphical support (Bug#8314).
13016 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
13018         * battery.el (battery-echo-area-format): Display remaining time
13019         for sysfs backend too (Bug#11269).
13020         (battery-linux-sysfs): Fix conditional for the charge.
13022 2012-04-20  Chong Yidong  <cyd@gnu.org>
13024         * progmodes/gdb-mi.el (gdb): Revert previous change.
13025         (gdb-inferior-io--init-proc): New function.
13026         (gdb-init-1): Use it.
13027         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
13028         responsible for allocating a new pty and hooking it to gdb when
13029         the old pty gets an EIO due to process exit.
13030         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
13031         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
13032         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
13034 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13036         * window.el (window-min-size, window-sizable, window-min-delta)
13037         (window-max-delta, window--resizable, window-resizable)
13038         (window-total-size, window-full-height-p, window-full-width-p)
13039         (window-in-direction, window--resize-mini-window, window-resize)
13040         (window--resize-child-windows-normal)
13041         (window--resize-child-windows, window--resize-siblings)
13042         (window--resize-this-window, adjust-window-trailing-edge)
13043         (enlarge-window, shrink-window): Doc fixes.
13045 2012-04-20  Chong Yidong  <cyd@gnu.org>
13047         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
13048         New function to call delete-process on the gdb-inferior buffer's pty.
13049         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
13050         pty process (Bug#11273).
13051         (gdb-update): New arg to suppress talking to the gdb process.
13052         (gdb-done-or-error): Use it.
13053         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
13054         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
13055         sentinel not being called.
13057         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
13059         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
13061 2012-04-20  Glenn Morris  <rgm@gnu.org>
13063         * net/network-stream.el (open-network-stream): Doc fix.
13065 2012-04-20  Chong Yidong  <cyd@gnu.org>
13067         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13069 2012-04-20  Alan Mackenzie  <acm@muc.de>
13071         Ensure searching for keywords is case sensitive.
13073         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13074         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13075         (c-defun-name, c-mark-function, c-cpp-define-name)
13076         (c-comment-indent, c-scan-conditionals, c-indent-defun)
13077         (c-context-line-break): Bind case-fold-search to nil.
13079         * progmodes/cc-mode.el (c-font-lock-fontify-region):
13080         Bind case-fold-search to nil.
13082 2012-04-20  Chong Yidong  <cyd@gnu.org>
13084         * mail/sendmail.el (mail-bury): Call return action with the right
13085         Rmail buffer (Bug#11242).
13087         * server.el (server-process-filter): Handle corner case where both
13088         tty and nowait options are present (Bug#11102).
13090 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13092         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13093         (top level): Put into the executable the ident-style '$Id:' tag on
13094         windows-nt as well.
13096 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13098         * electric.el (electric-indent-post-self-insert-function): Check that
13099         electric-indent-mode is enabled in current buffer.
13101 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13103         * imenu.el (imenu-progress-message): Restore; it is "used" in
13104         erc/erc-imenu.el and net/snmp-mode.el.
13106 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13108         * avoid.el (mouse-avoidance-mode): Mark unused arg.
13109         (mouse-avoidance-nudge-mouse): Remove unused binding.
13111         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13113         * descr-text.el (describe-char):
13114         * progmodes/python.el (python-describe-symbol):
13115         Don't call `toggle-read-only', set `buffer-read-only'.
13117         * imenu.el (imenu-default-goto-function): Mark unused args.
13118         (imenu-progress-message): Remove obsolete macro; all callers changed.
13120         * subr.el (keymap-canonicalize): Remove unused binding.
13121         (read-passwd): Mark unused arg.
13123         * tutorial.el (tutorial--display-changes): Remove unused binding.
13124         (tutorial--save-tutorial-to): Remove unused variable.
13126         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13127         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13128         (package-generate-autoloads, package-menu--generate)
13129         (package-menu--find-upgrades): Remove unused bindings.
13131         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13132         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
13133         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13134         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13135         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13136         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13137         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13138         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13139         (cua-delete-char-rectangle): Mark unused args.
13140         (cua-align-rectangle): Remove unused binding.
13142         * mail/rmail.el (compilation--message->loc)
13143         (epa--find-coding-system-for-mime-charset): Declare.
13145         * net/dbus.el (dbus-register-service): Declare.
13146         (dbus-name-owner-changed-handler): Remove unused binding.
13148         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13149         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13150         (nxml-scan-backward-within): Mark unused arg.
13151         (nxml-dynamic-markup-word): Remove unused binding.
13153         * mouse.el (mouse-menu-major-mode-map):
13154         * emacs-lisp/authors.el (authors-scan-change-log)
13155         (authors-add-to-author-list):
13156         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13157         * emacs-lisp/smie.el (smie-auto-fill):
13158         * mail/sendmail.el (mail-bury):
13159         * mail/unrmail.el (unrmail):
13160         * net/tls.el (open-tls-stream):
13161         * textmodes/picture.el (picture-mouse-set-point):
13162         Remove unused bindings.
13164 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
13166         * net/tramp.el (tramp-action-password): Let-bind
13167         `enable-recursive-minibuffers' to t.
13169 2012-04-18  Sam Steingold  <sds@gnu.org>
13171         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13172         instead of 'string to accommodate values like [f11].
13173         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13174         * progmodes/gdb-mi.el: Likewise.
13176 2012-04-18  Leo Liu  <sdl.web@gmail.com>
13178         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13179         current buffer.
13180         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13181         LOCAL is nil.
13183 2012-04-18  Chong Yidong  <cyd@gnu.org>
13185         * simple.el (line-move): Use forward-line if in batch mode
13186         (Bug#11053).
13188 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
13190         * files.el (after-find-file): Do not try to add a final newline if
13191         the buffer is read-only (Bug#11156).
13193 2012-04-17  Richard Stallman  <rms@gnu.org>
13195         * mail/rmail.el (rmail-start-mail):
13196         Pass (rmail-mail-return...) for the return-action.
13197         Pass (rmail-yank-current-message...) for the yank-action.
13198         (rmail-yank-current-message): New function.
13199         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13200         (rmail-reply): Likewise.
13201         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13203         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13204         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
13205         buffer, not newbuf.
13207 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
13209         * server.el (server-ensure-safe-dir): Simplify.
13211 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13213         * emacs-lisp/smie.el: Provide smarter auto-filling.
13214         (smie-auto-fill): New function.
13215         (smie-setup): Use it.
13217         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13219 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
13221         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13222         (comment-indent): Use it.
13224 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13226         * ses.el: The overall change is to add cell renaming, that is
13227         setting fancy names for cell symbols other than name matching
13228         "\\`[A-Z]+[0-9]+\\'" regexp .
13229         (ses-localvars): Add ses--renamed-cell-symb-list.
13230         (ses-create-cell-variable): New defun.
13231         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13232         (ses-relocate-formula): Relocate formulas only for cells the
13233         symbols of which are not renamed, i.e. symbols whose names do not
13234         match regexp "\\`[A-Z]+[0-9]+\\'".
13235         (ses-relocate-all): Relocate values only for cells the symbols of
13236         which are not renamed.
13237         (ses-load): Create cells variables as the (ses-cell ...) are read,
13238         in order to check row col consistency with cell symbol name only
13239         for cells that are not renamed.
13240         (ses-replace-name-in-formula): New defun.
13241         (ses-rename-cell): New defun.
13243 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
13245         * progmodes/perl-mode.el (perl-indent-parens-as-block):
13246         New option (bug#11118).
13247         (perl-calculate-indent): Respect it.
13249 2012-04-17  Glenn Morris  <rgm@gnu.org>
13251         * dired-aux.el (dired-mark-read-string): Doc fix.
13253 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
13255         * dired-aux.el (dired-mark-read-string): Offer optional completion.
13256         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
13258 2012-04-17  Glenn Morris  <rgm@gnu.org>
13260         * mouse.el (mouse-drag-track):
13261         * speedbar.el (speedbar-frame-mode):
13262         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13264 2012-04-16  Leo Liu  <sdl.web@gmail.com>
13266         * progmodes/python.el: Trivial cleanup.
13268 2012-04-16  Glenn Morris  <rgm@gnu.org>
13270         * vc/vc.el (vc-string-prefix-p):
13271         * vc/pcvs-util.el (cvs-string-prefix-p):
13272         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13273         * mpc.el (mpc-string-prefix-p):
13274         Make all of these into obsolete aliases for string-prefix-p.
13275         Update callers.
13276         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13278         * textmodes/two-column.el: Move custom options to the start.
13279         (frame-width): Remove compat definition.
13280         (2C-associate-buffer, 2C-dissociate):
13281         Use with-current-buffer rather than save-excursion.
13282         (2C-dissociate): Force a mode-line update.
13283         (2C-autoscroll): Use ignore-errors.
13285         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13286         Autoload trivia.
13288         * emacs-lisp/cl-extra.el (*random-state*):
13289         Remove unnecessary declaration.
13291         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13293         * play/cookie1.el (cookie-snarf):
13294         Give an explicit error if input file cannot be read.
13296         * play/yow.el (yow-file): Use expand-file-name rather than concat.
13298         * progmodes/perl-mode.el (c-macro-expand):
13299         Remove unnecessary autoload (it is in loaddefs.el).
13301         * textmodes/picture.el (picture-desired-column)
13302         (picture-update-desired-column): Convert comments to doc-strings.
13303         (picture-substitute): Remove function.
13304         (picture-mode-map): Initialize in the defvar.
13306         * woman.el: Remove eval-after-load for tar-mode.
13307         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13308         (woman-tar-extract-file): Autoload it.
13310         * frame.el (automatic-hscrolling): Make this alias obsolete.
13312 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13314         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13315         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13316         (ispell-dictionary-base-alist): Revert to original XEmacs
13317         friendly version for default.  [:alpha:] will be added in
13318         `ispell-set-spellchecker-params' if needed.
13320 2012-04-16  Chong Yidong  <cyd@gnu.org>
13322         * image.el (imagemagick--file-regexp): New variable.
13323         (imagemagick-register-types): Use it.
13324         (imagemagick-types-inhibit): Add :set function.  Allow new value
13325         of t to inhibit all types.
13327         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13328         so we can preload it.
13330         * loadup.el (fboundp): Preload regexp-opt, needed by
13331         imagemagick-register-types.
13333 2012-04-15  Chong Yidong  <cyd@gnu.org>
13335         * frame.el (scrolling): Remove nearly unused customization group.
13337         * scroll-all.el (scroll-all-mode): Move to windows group.
13339 2012-04-15  Chong Yidong  <cyd@gnu.org>
13341         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13343 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13345         Avoid the use of ((lambda ...) ...) in lexical-binding code.
13346         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13348 2012-04-15  Glenn Morris  <rgm@gnu.org>
13350         * simple.el (process-file-side-effects): Doc fix.
13352 2012-04-15  Glenn Morris  <rgm@gnu.org>
13354         * international/mule-cmds.el (set-language-environment): Doc fix.
13356 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13358         * server.el (server-auth-key, server-generate-key): Doc fixes.
13359         (server-get-auth-key): Doc fix.  Use `string-match-p'.
13360         (server-start): Reflow docstring.
13362 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
13364         * server.el (server-generate-key): `called-interactively-p'
13365         requires a parameter.
13367 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
13369         * server.el (server-auth-key): New variable.
13370         (server-generate-key, server-get-auth-key): New function.
13371         (server-start): Use the new variable and functions to allow
13372         setting a permanent server key (bug#9423).
13374 2012-04-14  Leo Liu  <sdl.web@gmail.com>
13376         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13378 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
13380         Spelling fixes.
13381         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13382         Emacs uses American spelling.
13384 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13386         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13387         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
13388         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13389         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
13391 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13393         * progmodes/which-func.el (which-func-modes): Change default.
13395 2012-04-14  Kim F. Storm  <storm@cua.dk>
13397         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13398         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13400 2012-04-14  Chong Yidong  <cyd@gnu.org>
13402         * custom.el (custom-theme-set-variables): Doc fix.
13404 2012-04-14  Glenn Morris  <rgm@gnu.org>
13406         * international/mule.el (set-auto-coding-for-load): Doc fix.
13408 2012-04-14  Alan Mackenzie  <acm@muc.de>
13410         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13411         imenu work again for Objective C Mode.  Correct the *-index values,
13412         these having been disturbed by a previous change in 2011-08.
13414         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13415         Correct two search limits.
13417 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13419         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13421 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
13423         * international/characters.el: Fix sorting.
13425 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13427         * international/characters.el: Add more missing Latin case pairs.
13429 2012-04-14  Glenn Morris  <rgm@gnu.org>
13431         * files.el (dir-locals-set-class-variables): Doc fix.
13433 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13435         * international/characters.el: Add set-case-syntax-pair call for
13436         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13437         counterpart.  (Bug#11209)
13439         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
13441 2012-04-14  Glenn Morris  <rgm@gnu.org>
13443         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13445 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13447         * textmodes/ispell.el (ispell-dictionary-base-alist):
13448         Add data for Hebrew.
13450 2012-04-14  Chong Yidong  <cyd@gnu.org>
13452         * net/rcirc.el (rcirc-cmd-quit):
13453         Revert 2012-03-18 change (Bug#11192).
13455 2012-04-14  Glenn Morris  <rgm@gnu.org>
13457         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13459 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13461         * minibuffer.el (completion-in-region-mode-map):
13462         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
13464 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
13466         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13468 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
13470         * minibuffer.el (minibuffer-local-filename-syntax): New variable
13471         to allow `C-M-f' and `C-M-b' to move to the nearest path
13472         separator (bug#9511).
13474 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
13476         * avoid.el: Require cl when compiling.  And also move the
13477         `provide' to the end.
13479 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13481         * avoid.el (mouse-avoidance-banish-position): New variable.
13482         (mouse-avoidance-banish-destination): Use it (bug#10165).
13484 2012-04-13  Leo Liu  <sdl.web@gmail.com>
13486         * progmodes/which-func.el (which-func-modes): Add objc-mode.
13488 2012-04-13  Ken Brown  <kbrown@cornell.edu>
13490         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13491         this is no longer needed now that cygstart understands file:// URLs.
13492         (browse-url-filename-alist): For the same reason, don't modify
13493         file:// URLs on Cygwin.
13495 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13497         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13498         the region on shift if the binding is already shifted (bug#11221).
13500 2012-04-12  Glenn Morris  <rgm@gnu.org>
13502         * mail/mailpost.el: Move to obsolete/.
13504 2012-04-12  Drew Adams  <drew.adams@oracle.com>
13506         * imenu.el (imenu--generic-function): Ignore invisible definitions
13507         (bug#10123).
13509 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
13511         * hexl.el (hexl-bits): New variable.
13512         (hexl-options): Mention the variable in the doc string.
13513         (hexl-rulerise, hexl-line-displen): New functions.
13514         (hexl-mode): Mention the new variable.
13515         (hexl-mode, hexl-current-address, hexl-current-address):
13516         Use the displen.
13517         (hexl-ascii-start-column): New function.
13518         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13519         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13521 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13523         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13524         '("-i" ENCODING), in 2 separate command-line arguments, to specify
13525         the encoding, as expected by hunspell.
13527 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13529         * battery.el (battery--linux-sysfs-regexp): New const.
13530         (battery-status-function): Use it.  Remove yeeloong special case.
13531         (battery-yeeloong-sysfs): Remove.
13532         (battery-echo-area-format): Remove yeeloong special case.
13534 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13536         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13537         Reported by Noah Friedman.
13539         * subr.el (read-passwd): Use read-string.
13541 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13543         * vcursor.el (vcursor-move): Increase the priority of the overlay
13544         (bug#9663).
13546 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13548         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13549         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13551 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
13553         * textmodes/artist.el (artist-mode): Convert artist-mode to use
13554         define-minor-mode (bug#10760).
13556 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13558         * progmodes/grep.el (rgrep): Tweak the find command line so
13559         that directories matching `grep-find-ignored-files' won't be
13560         pruned (bug#10351).
13562 2012-04-11  Chong Yidong  <cyd@gnu.org>
13564         * startup.el (command-line): Remove support for long-obsolete
13565         variable font-lock-face-attributes.
13567 2012-04-11  Glenn Morris  <rgm@gnu.org>
13569         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13571 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13573         * window.el (window--state-get-1): Obey window-point-insertion-type.
13575 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
13577         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13578         to previous function when point is on the first character of a
13579         function.  Take care of that in `narrow-to-defun' (bug#6157).
13581 2012-04-11  Glenn Morris  <rgm@gnu.org>
13583         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13584         not just file-errors.
13586         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13587         (vc-bzr-sha1): Use internal sha1.
13589 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13591         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13593 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
13595         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13596         that start in the middle of the line (bug#10496).
13598 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
13600         * battery.el (battery-linux-proc-acpi): Only one battery is
13601         discharged at a time, but that seems to confuse battery.el when
13602         computing `rate-type' for the battery not being discharged
13603         (bug#10332).
13605 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13607         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13609         * international/quail.el: Use dolist and simplify.
13610         (quail-define-package, quail-update-keyboard-layout)
13611         (quail-define-rules): Use dolist.
13612         (quail-insert-kbd-layout, quail-get-translation): CSE.
13614         * tmm.el: Use dolist, remove left over hook.
13615         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13616         Use dolist.
13617         (calendar-load-hook): Don't mess with it.
13619         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13620         Use derived-mode-p.  Run the diff asynchronously.
13622 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13624         * obsolete/mouse-sel.el: Add an Obsolete-since header.
13626 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
13628         * misc.el: Display absolute path of loaded DLLs (bug#10424).
13629         (list-dynamic-libraries--loaded): New function.
13630         (list-dynamic-libraries--refresh): Use it.
13632 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
13634         * progmodes/python.el (python-fill-paragraph):
13635         Make python-fill-region in a multiline string work when font-lock is
13636         disabled (bug#7018).
13638 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
13640         * language/european.el (cp775): Add oem/legacy (en)coding on
13641         DOS/MS Windows for the Baltic languages.  There are still plenty
13642         of texts written in this encoding/codepage (bug#6519).
13644 2012-04-10  Glenn Morris  <rgm@gnu.org>
13646         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13647         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13649 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
13651         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13652         next-line "n" and previous-line "p" in order to make recentf more
13653         consistent with ibuffer, dired or org-mode (bug#9387).
13655 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13657         * image.el (put-image): Return the overlay created instead of the
13658         optional input string (bug#7834).  Note that this may break code
13659         that is (for some reason or other) depending on `put-image'
13660         returning the string.
13662         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13664         * simple.el (zap-to-char): Allow zapping using input methods
13665         (bug#1580).
13667         * textmodes/fill.el (fill-region): Leave point and mark where they
13668         were before filling (bug#5399).
13670 2012-04-09  Glenn Morris  <rgm@gnu.org>
13672         * version.el (emacs-bzr-get-version):
13673         Handle lightweight checkouts of local branches.
13675 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
13677         * international/characters.el: Recover lost case pairs.  (Bug#11209)
13679 2012-04-09  Chong Yidong  <cyd@gnu.org>
13681         * custom.el (custom-variable-p): Return nil for non-symbol
13682         arguments instead of signaling an error.
13683         (user-variable-p): Obsolete alias for custom-variable-p.
13685         * apropos.el (apropos-variable):
13686         * files-x.el (read-file-local-variable):
13687         * simple.el (set-variable):
13688         * woman.el (woman-mini-help):
13689         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13691 2012-04-09  Glenn Morris  <rgm@gnu.org>
13693         * startup.el (normal-top-level): Don't look for leim-list.el
13694         in places where it will not be found.  (Bug#910)
13696         * international/mule-cmds.el (set-default-coding-systems):
13697         * files.el (normal-mode):
13698         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
13699         This function was removed with ucs-tables.el in 2008.
13701 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
13703         * textmodes/ispell.el (ispell-check-version): For hunspell, set
13704         ispell-encoding8-command to "-i", without a trailing space.
13705         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13706         separate command-line arguments, to specify the encoding, since
13707         that's how hunspell expects it.
13709 2012-04-08  Glenn Morris  <rgm@gnu.org>
13711         * loadup.el: Load bindings before cus-start.
13712         This reduces somewhat the number of "rogue" settings in emacs -Q.
13714 2012-04-07  Glenn Morris  <rgm@gnu.org>
13716         * version.el (emacs-bzr-get-version): New function.
13717         (emacs-bzr-version): New variable.
13718         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
13719         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13721 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
13723         * international/uni-bidi.el, international/uni-category.el:
13724         * international/uni-combining.el, international/uni-decimal.el:
13725         * international/uni-decomposition.el, international/uni-digit.el:
13726         * international/uni-lowercase.el, international/uni-mirrored.el:
13727         * international/uni-name.el, international/uni-numeric.el:
13728         * international/uni-titlecase.el, international/uni-uppercase.el:
13729         Update for Unicode 6.1.
13731 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
13733         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13735 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737         * window.el (shrink-window): Mention the `window-min-height'
13738         variable in the doc string.
13740 2012-04-05  Bastien Guerry  <bzg@altern.org>
13742         * color.el (color-lighten-name): Fix typo.
13744 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13746         * server.el (server--on-display-p): New function.
13747         (server--on-display-p): Use it.
13749 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
13751         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13752         (bug#11145).
13754 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13756         * comint.el (comint--common-quoted-suffix): Check string boundary
13757         before comparing (bug#11158).
13758         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13760 2012-04-04  Chong Yidong  <cyd@gnu.org>
13762         * minibuffer.el (completion-extra-properties): Doc fix.
13764         * subr.el (delayed-warnings-hook): Doc fix.
13766 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
13768         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13769         selection (Bug#11159).
13770         (epa-insert-keys): Inform that the default public key will be
13771         exported if no key is selected.
13773 2012-04-04  Richard Stallman  <rms@gnu.org>
13775         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13777 2012-04-03  Chong Yidong  <cyd@gnu.org>
13779         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13780         mail-insert-file, not its obsolete alias mail-attach-file.
13782 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
13784         * notifications.el (notifications-notify): Fix docstring.
13786 2012-04-02  Glenn Morris  <rgm@gnu.org>
13788         * emacs-lisp/authors.el (authors-aliases): Another addition.
13790 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
13792         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13793         `tramp-compat-call-process' instead of `tramp-local-call-process'.
13794         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13796 2012-04-01  Chong Yidong  <cyd@gnu.org>
13798         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13799         Handle root directory properly.
13800         (copy-directory): Caller changed.
13802         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13803         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13805 2012-03-31  Glenn Morris  <rgm@gnu.org>
13807         * term/xterm.el (xterm-extra-capabilities): Doc fix.
13809         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
13811         * calendar/calendar.el (calendar-window-list)
13812         (calendar-hide-window): Restore.  (Bug#11140)
13813         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13815         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13817 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13819         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13820         Check if file is a symlink (Bug#10489).
13822         * files.el (copy-directory): Likewise.
13824 2012-03-30  Chong Yidong  <cyd@gnu.org>
13826         * image.el (imagemagick-types-inhibit)
13827         (imagemagick-register-types): Doc fix.
13829 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13831         * textmodes/ispell.el (ispell-get-extended-character-mode):
13832         Disable extended-char-mode for hunspell.  hunspell does not support it
13833         and treats ~word as ordinary words in pipe mode.
13835 2012-03-30  Glenn Morris  <rgm@gnu.org>
13837         * tutorial.el (help-with-tutorial): Ensure local variables don't
13838         happen to make the buffer read-only.  (Bug#11127)
13840 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13842         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13843         (perl-calculate-indent): Return `noindent' in strings.
13845 2012-03-28  Sam Steingold  <sds@gnu.org>
13847         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13848         instead of the broken adhockery which does not prevent calendar
13849         buffers from being displayed at random after exit.
13850         (calendar-window-list, calendar-hide-window): Remove the broken
13851         adhockery.
13853 2012-03-28  Glenn Morris  <rgm@gnu.org>
13855         * replace.el (query-replace-map): Doc fix.
13857 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
13859         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13860         contents.  (Bug#11109)
13862 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13864         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13865         (bug#11077).
13866         (avl-tree--check, avl-tree--check-node): New funs.
13868 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
13870         * window.el (switch-to-visible-buffer): New option.
13871         (switch-to-prev-buffer, switch-to-next-buffer):
13872         Observe switch-to-visible-buffer.  Make sure that checking for a window
13873         showing a buffer already is done on the same frame.
13875 2012-03-27  Glenn Morris  <rgm@gnu.org>
13877         * startup.el (mail-host-address): Doc fix.
13879 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13881         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13882         than 197 variables.
13884 2012-03-26  Ami Fischman  <ami@fischman.org>
13886         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13888 2012-03-26  Glenn Morris  <rgm@gnu.org>
13890         * files.el (save-buffers-kill-emacs): Doc fix.
13892         * startup.el (normal-top-level, command-line, command-line-1):
13893         Give them doc strings.
13895 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
13897         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13898         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13900 2012-03-25  Chong Yidong  <cyd@gnu.org>
13902         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13903         theme if it was previously enabled before (Bug#11031).
13905         * cus-theme.el (custom-theme-write-faces): Retrieve current face
13906         spec with custom-face-get-current-spec if its :shown-value is not
13907         determined yet (Bug#9337).
13908         (customize-create-theme, custom-theme-revert): Doc fixes.
13910         * button.el (button-at): Minor addition to docstring.
13912 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
13914         * vc/vc.el (vc-merge): Fix a prompt.
13916 2012-03-24  Chong Yidong  <cyd@gnu.org>
13918         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13919         point (Bug#9623).
13921         * button.el (button-at): Minor addition to docstring.
13923 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13925         * newcomment.el (comment-choose-indent): No space after BOL.
13927 2012-03-22  Sam Steingold  <sds@gnu.org>
13929         * window.el (switch-to-prev-buffer): Revert last patch because the
13930         bug turned out to be an advertised feature (Elisp manual 28.14).
13932 2012-03-22  Glenn Morris  <rgm@gnu.org>
13934         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
13935         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13937 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939         * net/network-stream.el (network-stream-open-starttls): Make error
13940         message under Windows be less misleading.
13942 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
13944         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13945         understands (bug#9942).
13947 2012-03-22  Chong Yidong  <cyd@gnu.org>
13949         * simple.el (end-of-visible-line): Handle return value of
13950         next-single-property-change properly (Bug#9371).
13952 2012-03-22  Kenichi Handa  <handa@m17n.org>
13954         * international/quail.el (quail-insert-kbd-layout): Fix previous
13955         change.  To avoid unwanted bidi reordering, use
13956         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13958 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
13960         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13961         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13962         (ruby-beginning-of-indent): Be more careful with the difference
13963         between word-boundary and symbol boundary.
13964         (ruby-mode-syntax-table): Make : a symbol constituent.
13966 2012-03-21  Andreas Politz  <politza@fh-trier.de>
13968         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13970 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13972         * progmodes/etags.el (tags-completion-at-point-function):
13973         Improve last fix.
13975         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13977 2012-03-21  Sam Steingold  <sds@gnu.org>
13979         * progmodes/etags.el (tags-completion-at-point-function):
13980         Avoid the error when point is inside the pattern.
13982 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
13984         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13985         line (Bug#10855).
13987 2012-03-21  Drew Adams  <drew.adams@oracle.com>
13989         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13991 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
13993         * ido.el (ido-set-current-directory, ido-read-internal)
13994         (ido-choose-completion-string, ido-completion-help): Handle nil
13995         value of ido-completion-buffer (Bug#11008).
13997 2012-03-21  Sam Steingold  <sds@gnu.org>
13999         * window.el (switch-to-prev-buffer): Do not switch to a visible
14000         window previous buffer, just like with the frame previous buffers.
14002 2012-03-21  Chong Yidong  <cyd@gnu.org>
14004         * faces.el (make-face, make-empty-face, copy-face):
14005         * face-remap.el (face-remap-add-relative, face-remap-set-base):
14006         Doc fixes.
14008 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14010         * wid-edit.el (widget-complete-field): Remove (bug#11051).
14011         (widget-complete): Remove broken use of it.
14013 2012-03-20  Chong Yidong  <cyd@gnu.org>
14015         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
14016         Use string-width and truncate-string-width to handle arbitrary
14017         characters.
14019 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
14021         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
14022         to draw rectangles, not squares.  (Regression introduced by revno
14023         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
14025 2012-03-18  Chong Yidong  <cyd@gnu.org>
14027         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
14028         it is not yet defined (for temacs).
14030 2012-03-18  Leo Liu  <sdl.web@gmail.com>
14032         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
14033         prefix.
14035 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14037         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
14038         (ispell-choices-win-default-height, ispell-silently-savep)
14039         (ispell-dictionary-alist, ispell-encoding8-command)
14040         (ispell-check-version, ispell-aspell-find-dictionary)
14041         (ispell-valid-dictionary-list, ispell-words-keyword)
14042         (ispell-get-word, ispell-internal-change-dictionary)
14043         (ispell-region, ispell-skip-region-list)
14044         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
14045         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
14046         (ispell-message-text-end, ispell-message)
14047         (ispell-buffer-local-parsing): Doc fix.
14049 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
14051         * htmlfontify.el: Add support for code block fontification for ODT
14052         export (Bug #9914).
14053         (hfy-optimisations): Define new option
14054         `body-text-only'
14055         (hfy-fontify-buffer): Honor above setting.
14056         (hfy-begin-span, hfy-end-span): New routines factored out form
14057         `hfy-fontify-buffer'.
14058         (hfy-begin-span-handler, hfy-end-span-handler): New variables
14059         that permit insertion of custom tags.
14060         (hfy-fontify-buffer): Use above handlers.
14061         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
14062         (hfy-face-to-css): Re-defined to be a variable.
14063         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
14064         over multiple runs.  This is made possible by having the caller let
14065         bind a special variable `hfy-user-sheet-assoc'.
14066         (htmlfontify-string): New defun.
14067         (hfy-compile-face-map): Make sure that the last char in the
14068         buffer is correctly fontified.
14069         (hfy-face-resolve-face): Whitespace only change.
14071 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14073         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14074         message more clear.
14076 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14078         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14080 2012-03-16  Alan Mackenzie  <acm@muc.de>
14082         Further optimize the handling of large macros.
14084         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14085         limit to a call of `c-literal-limits'.
14086         (c-determine-+ve-limit): New function.
14087         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14088         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14089         In CASE 5B, restrict a search limit to 500.
14090         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14092         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14093         Restrict macro bounds to +-500 from after-change's BEG END.
14095 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14097         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14099 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
14101         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14102         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
14104 2012-03-16  Glenn Morris  <rgm@gnu.org>
14106         * view.el (view-buffer, view-buffer-other-window)
14107         (view-buffer-other-frame): Doc fixes re special mode-class.
14109         * subr.el (eval-after-load): If named feature is provided not from
14110         a file, run after-load forms.  (Bug#10946)
14112         * calendar/calendar.el (calendar-insert-at-column):
14113         Handle non-unit-width characters a bit better.  (Bug#10978)
14115 2012-03-15  Chong Yidong  <cyd@gnu.org>
14117         * emacs-lisp/ring.el (ring-extend): New function.
14118         (ring-insert+extend): Extend the ring correctly (Bug#11019).
14120         * comint.el (comint-read-input-ring)
14121         (comint-add-to-input-history): Grow comint-input-ring lazily.
14123 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14126         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14128         * imenu.el: Fix multiple inheritance breakage (bug#9199).
14129         (imenu-add-to-menubar): Don't add a redundant index.
14130         (imenu-update-menubar): Handle a dynamically composed keymap.
14132 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14134         * mail/sendmail.el (mail-encode-header):
14135         Bind rfc2047-encode-encoded-words to nil.
14137 2012-03-13  Glenn Morris  <rgm@gnu.org>
14139         * calendar/calendar.el (calendar-string-spread):
14140         Handle non-unit-width characters a bit better.  (Bug#10978)
14142 2012-03-13  Leo Liu  <sdl.web@gmail.com>
14144         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14145         directory and file as argument (Bug#10822).
14147 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14149         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14150         For dynamically generated code, follow $PC.
14151         (gdb-disassembly-handler-custom): Handle no function name case.
14153 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
14155         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14156         * emulation/ws-mode.el (ws-query-replace):
14157         * sort.el (sort-regexp-fields):
14158         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
14160 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14162         * dabbrev.el: Fix cycle completion order (bug#10963).
14163         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14164         (dabbrev-completion): Don't use an obarray; provide
14165         a cycle-sort-function.
14167 2012-03-12  Leo Liu  <sdl.web@gmail.com>
14169         * simple.el (kill-new): Use equal-including-properties for comparison.
14170         (kill-do-not-save-duplicates): Doc fix.
14172 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14174         * dabbrev.el: Fix cycle completion (bug#10963).
14175         Use lexical binding and wrap to 80 columns.
14176         (dabbrev-completion): Delay computing the list of completions.
14178 2012-03-12  Kenichi Handa  <handa@m17n.org>
14180         * international/quail.el (quail-insert-kbd-layout): Surround each
14181         row by LRO and PDF instead of inserting many LRMs.  Pad the left
14182         and right of each non-spacing marks.  Insert invisible space
14183         between lower and upper characters to prevent composition.
14185 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14187         * minibuffer.el (minibuffer-complete): Don't get confused when the
14188         function is run twice via different commands (bug#10958).
14189         (complete-with-action): Fix docstring.
14191 2012-03-12  Chong Yidong  <cyd@gnu.org>
14193         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14194         (nxml-completion-at-point-function): New function.
14195         (nxml-mode): Use it.
14196         (nxml-bind-meta-tab-to-complete-flag): Default to t.
14198         * emacs-lisp/package.el (package-unpack, package-unpack-single):
14199         Load generated autoloads file before byte compiling (Bug#10970).
14200         (package--make-autoloads-and-compile): New helper fun.
14202 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
14204         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14206 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
14208         * autorevert.el (auto-revert-handler): Ensure, that
14209         file-readable-p is applied only for local files or in
14210         auto-revert-tail-mode.
14212 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
14214         * server.el (server-eval-at): Handle non-tcp connections.
14215         Decode result string.
14217         * server.el (server-msg-size): New constant.
14218         (server-reply-print): New function.
14219         (server-eval-and-print): Use it.
14220         (server-eval-at): Use server-quote-arg and server-unquote-arg.
14221         Handle -print-nonl.
14223 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
14225         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14226         (Bug#10987).
14228 2012-03-11  Chong Yidong  <cyd@gnu.org>
14230         * simple.el (goto-line): Doc fix (Bug#9938).
14232         * subr.el (save-window-excursion): Doc fix (Bug#9979).
14234         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14235         when finished (Bug#10963).
14237 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
14239         * window.el (split-window-below): Fix bug in case where
14240         split-window-keep-point is nil (Bug#10971).
14242 2012-03-11  Juri Linkov  <juri@jurta.org>
14244         * replace.el (replace-highlight): Set isearch-word to nil
14245         unconditionally.  (Bug#10887)
14247 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
14249         * net/mairix.el (mairix-replace-invalid-chars): Rename from
14250         mairix-replace-illegal-chars; all callers changed.  Don't remove
14251         ^, ~, and = characters: they are meaningful in mairix search specs.
14252         (mairix-widget-create-query): Add usage information about mairix
14253         search forms: negating words, searching for substrings, etc.
14255 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
14257         * international/fontset.el (font-encoding-alist): Add an entry for
14258         ksx1001 (Bug#5667).
14260 2012-03-10  Richard Stallman  <rms@gnu.org>
14262         * mail/sendmail.el (mail-encode-header):
14263         Set rfc2047-encode-encoded-words.
14265         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14267         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14268         view buffer means not swapped.
14269         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14270         (rmail-write-region-annotate): Error if real text has disappeared.
14272         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14274 2012-03-10  Chong Yidong  <cyd@gnu.org>
14276         * emulation/cua-rect.el (cua--init-rectangles):
14277         * emulation/cua-base.el (cua--init-keymaps):
14278         Add delete-forward-char to remappings (Bug#9666).
14280 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
14282         * speedbar.el (speedbar-unhighlight-one-tag-line):
14283         Avoid unhighlighting due to frame switching (Bug#10275).
14285 2012-03-10  Chong Yidong  <cyd@gnu.org>
14287         * minibuffer.el (completion-in-region, completion-help-at-point):
14288         Give the completion field overlay a high priority (Bug#6830).
14290         * dired.el (dired-goto-file): Recognize absolute file name
14291         listings (Bug#7126).
14292         (dired-goto-file-1): New helper function.
14293         (dired-toggle-read-only): Inhibit warnings.
14295 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
14297         * net/dbus.el (dbus-property-handler): Return empty array if
14298         there are no properties.
14300 2012-03-09  Leo Liu  <sdl.web@gmail.com>
14302         * savehist.el (savehist-printable): Stricter check for string
14303         value (Bug#10937).
14305 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
14307         * mail/smtpmail.el (smtpmail-send-it):
14308         Bind coding-system-for-write to *-unix, so that FCC files are kept in
14309         valid mbox format.
14311 2012-03-09  Glenn Morris  <rgm@gnu.org>
14313         * files.el (dir-locals-find-file):
14314         Don't check result is regular, readable.
14315         (dir-locals-read-from-file): Demote errors.
14317 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
14319         * international/quail.el (quail-insert-kbd-layout):
14320         Insert invisible LRM characters before each character in a keyboard
14321         layout cell, to prevent their reordering by bidi display engine.
14322         For details, see the discussion in
14323         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14325 2012-03-08  Alan Mackenzie  <acm@muc.de>
14327         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14328         the starting position; make it extend the marked region when
14329         invoked repeatedly - all under appropriate circumstances.
14330         Fixes bugs #5525, #10906.
14332 2012-03-08  Glenn Morris  <rgm@gnu.org>
14334         * files.el (locate-dominating-file, dir-locals-find-file):
14335         Undo 2012-03-06 change.
14337 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
14339         * international/quail.el (quail-help):
14340         Force bidi-paragraph-direction be left-to-right.  See discussion in
14341         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14342         for the reason.
14344 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
14346         Avoid superfluous registering of signals.  (Bug#10807)
14348         * notifications.el (notifications-on-action-object)
14349         (notifications-on-close-object): New defvars.
14350         (notifications-on-action-signal, notifications-on-closed-signal):
14351         Unregister the signal if not needed any longer.
14352         (notifications-notify): Register `notifications-action-signal' or
14353         `notifications-closed-signal', if :on-action or :on-close has been
14354         passed as argument.
14356 2012-03-07  Chong Yidong  <cyd@gnu.org>
14358         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14359         non-X platforms.
14361 2012-03-06  Glenn Morris  <rgm@gnu.org>
14363         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14364         (x-disown-selection-internal, x-get-selection-internal):
14365         Doc fix (add arglist signatures).  (Bug#10783)
14367 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14369         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14370         Handle breakpoints with no "type".
14372 2012-03-06  Glenn Morris  <rgm@gnu.org>
14374         * files.el (locate-dominating-file): Add optional predicate argument.
14375         (dir-locals-find-file): Make use of above change.
14377 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
14379         * info.el (Info-insert-dir): Also try "dir.gz".
14381 2012-03-06  Glenn Morris  <rgm@gnu.org>
14383         * files.el (dir-locals-find-file):
14384         Ignore non-readable or non-regular files.  (Bug#10928)
14386         * files.el (locate-dominating-file): Doc fix.
14388 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
14390         * calendar/calendar.el (calendar-set-mode-line):
14391         `getenv' returns a string.  (Bug#10951)
14393 2012-03-05  Leo Liu  <sdl.web@gmail.com>
14395         * simple.el (backward-delete-char-untabify): Constrain point to
14396         field (Bug#10939).
14398         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14400 2012-03-05  Chong Yidong  <cyd@gnu.org>
14402         * simple.el (count-words): If called from Lisp, return the word
14403         count, for symmetry with `count-lines'.  Arglist changed.
14404         (count-words--message): Args changed.  Consolidate counting code
14405         from count-words and count-words-region.
14406         (count-words-region): Caller changed.
14407         (count-lines-region): Make it an obsolete alias.
14409 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
14411         * saveplace.el (save-place-to-alist)
14412         (save-place-ignore-files-regexp): Allow value nil to disable this
14413         feature.
14415 2012-03-04  Chong Yidong  <cyd@gnu.org>
14417         * faces.el (face-spec-reset-face): For the default face, reset the
14418         attributes to default values (Bug#10748).
14420 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14422         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14423         previous patch: Check `message-send-mail-function', and not the
14424         default function (bug#10897).
14426 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
14428         * notifications.el (notifications-on-action-signal)
14429         (notifications-on-closed-signal): Check for unique service name of
14430         incoming event.  Fix error in removing entry.
14431         (top): Register for signals with wildcard service name.
14432         (notifications-notify): Use daemon unique service name for map entries.
14434 2012-03-04  Chong Yidong  <cyd@gnu.org>
14436         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14438 2012-03-04  Glenn Morris  <rgm@gnu.org>
14440         * abbrev.el (copy-abbrev-table, abbrev-table-p)
14441         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14442         (expand-abbrev, define-abbrev-table): Doc fixes.
14444 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14446         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14447         `message-default-send-mail-function' and not `send-mail-function'
14448         when doing the prompting for `sendmail-query-once' before sending
14449         in Message buffers (bug#10897).
14451         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14452         This is inconsistent with all the other stream functions, which leave
14453         the setting up to the higher levels (if so wanted) (bug#10931).
14455 2012-03-02  Alan Mackenzie  <acm@muc.de>
14457         Depessimize the handling of very large macros.
14459         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14460         (c-macro-cache-syntactic): New variables to implement a one
14461         element macro cache.
14462         (c-invalidate-macro-cache): New function.
14463         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14464         Adapt to use the new cache.
14465         (c-state-safe-place): Use better the cache of safe positions.
14466         (c-state-semi-nonlit-pos-cache)
14467         (c-state-semi-nonlit-pos-cache-limit):
14468         New variables for...
14469         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
14470         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14471         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14472         Use c-state-semi-safe-place.
14474         * progmodes/cc-langs.el (c-get-state-before-change-functions):
14475         Add c-invalidate-macro-cache to the C, C++, Obj entries.
14477 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
14479         * jka-compr.el (jka-compr-call-process):
14480         Apply `file-accessible-directory-p' only when the default directory is
14481         not remote.
14483 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
14485         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
14486         access of FILE2, if FILE1 does not exist.
14488         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14489         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14491         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14492         Add "PAGER=" to `process-environment'.
14494 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
14496         * progmodes/sql.el: Bug fix
14497         (sql-get-login-ext): Save login values in globals.
14498         (sql-get-login): Use new version of `sql-get-login-ext'.
14499         (sql-interactive-mode): Set global `sql-connection' to nil.
14500         (sql-connect): Set global values for connection.
14501         (sql-product-interactive): Save global values as buffer local.
14503 2012-02-29  Leo Liu  <sdl.web@gmail.com>
14505         * abbrev.el (define-abbrevs): Reset sys to nil.
14507 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14509         * files.el (file-equal-p): Rename from `files-equal-p'.
14510         Return nil when one or both files don't exist.
14511         (file-subdir-of-p): Now only top directory must exists,
14512         return nil if it doesn't.
14513         (copy-directory): No need to test with `file-subdir-of-p' after
14514         creating dir.
14515         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14516         to `file-equal-p'.
14518 2012-02-28  Glenn Morris  <rgm@gnu.org>
14520         * shell.el (shell-mode):
14521         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14522         * play/landmark.el (landmark-font-lock-face-O):
14523         * play/handwrite.el (handwrite):
14524         * play/gomoku.el (gomoku-O):
14525         * net/browse-url.el (browse-url-browser-display):
14526         * international/mule.el (define-charset):
14527         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14528         * filesets.el (filesets-find-file-delay):
14529         * eshell/em-xtra.el (eshell-xtra):
14530         * eshell/em-unix.el (eshell-grep):
14531         * emulation/viper.el (viper-mode):
14532         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14533         * emacs-lisp/easymenu.el (easy-menu-define):
14534         * calendar/timeclock.el (timeclock-use-display-time):
14535         * bs.el (bs-mode):
14536         * bookmark.el (bookmark-save-flag):
14537         Doc fix (standardize possessive apostrophe usage).
14539 2012-02-27  Chong Yidong  <cyd@gnu.org>
14541         * emulation/viper-cmd.el (viper-intercept-ESC-key):
14542         Fix key-binding lookup for ESC key (Bug#9146).
14544         * font-lock.el (font-lock-specified-p): Rename from
14545         font-lock-spec-present.  Callers changed.
14547 2012-02-27  Daniel Hackney  <dan@haxney.org>
14549         * emacs-lisp/package.el (package-compute-transaction):
14550         Handle holding a package version to t in package-load-list.
14552 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
14554         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14555         (tramp-get-inode, tramp-get-device): Use cached values.
14557 2012-02-26  Alan Mackenzie  <acm@muc.de>
14559         Check there is a font-lock specification before doing initial
14560         fontification.
14562         * font-core.el (font-lock-mode): Move the conditional from
14563         :after-hook to font-lock-initial-fontify.
14564         (font-lock-default-function): Move the check for a specification
14565         to font-lock-spec-present.
14567         * font-lock.el (font-lock-initial-fontify): Call ...
14568         (font-lock-spec-present): New function.
14570 2012-02-26  Jim Blandy  <jimb@red-bean.com>
14572         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14573         (gdb-send): Apply it to the operand of the '-interpreter-exec
14574         console' command, so that we can pass arguments with (say) quotes
14575         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
14577 2012-02-26  Chong Yidong  <cyd@gnu.org>
14579         * help-fns.el (describe-function-1): Clarify description of
14580         remapping (Bug#10844).
14582         * files.el (files-equal-p): Doc fix.
14583         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
14584         and quit the loop once a mismatch is found.
14586 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
14588         * bs.el (bs--show-with-configuration): Don't throw an error
14589         if the window cannot be split; otherwise, subsequent calls to
14590         bs-show fail, restoring a stale window config.  (Bug#10882)
14592 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14594         * term/ns-win.el (global-map): Bind ns-drag-file to
14595         ns-find-file (Bug#5855, Bug#10050).
14597 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
14599         * calendar/parse-time.el (parse-time-string): Allow extractor to
14600         return nil.
14602 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
14604         * net/tramp.el (tramp-file-name-for-operation):
14605         Add `files-equal-p' and `file-subdir-of-p'.
14607         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14608         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14609         Add COPY-CONTENTS argument.
14611 2012-02-25  Chong Yidong  <cyd@gnu.org>
14613         Add custom groups for VC backends, for consistency with vc-bzr.
14615         * vc/vc-arch.el (vc-arch):
14616         * vc/vc-cvs.el (vc-cvs):
14617         * vc/vc-git.el (vc-git):
14618         * vc/vc-hg.el (vc-hg):
14619         * vc/vc-mtn.el (vc-mtn):
14620         * vc/vc-rcs.el (vc-rcs):
14621         * vc/vc-sccs.el (vc-sccs):
14622         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14623         All relevant defcustoms reassigned.
14625 2012-02-25  Chong Yidong  <cyd@gnu.org>
14627         * newcomment.el (comment-styles): Add autoload (Bug#10868).
14629         * term/x-win.el (x-initialize-window-system): Reduce default for
14630         x-selection-timeout to 5 seconds (Bug#8869).
14632 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14634         * files.el (files-equal-p, file-subdir-of-p): New functions.
14635         (copy-directory): Error when trying to copy a directory on itself.
14636         Add missing copy-contents arg to tramp handler.
14637         * dired-aux.el (dired-copy-file-recursive): Same.
14638         (dired-create-files): Modify destination when source is equal to
14639         dest when copying files.
14640         Return also when dest is a subdir of source.  (Bug#10489)
14642 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
14644         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14645         (Bug#10874)
14647 2012-02-23  Alan Mackenzie  <acm@muc.de>
14649         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14650         parameter "after-hook:" to allow the expansion to run code after
14651         the execution of the mode hooks.
14653         * font-lock.el (font-lock-initial-fontify): New function extracted
14654         from font-lock-mode-internal.
14656         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14657         :after-hook.
14659 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14661         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14662         (completion--cache-all-sorted-completions): New function.
14663         (completion-all-sorted-completions): Use it.
14664         (completion--do-completion, minibuffer-force-complete):
14665         Use it to re-instate the flush hook.
14667         * icomplete.el (icomplete-completions): Replace last fix with a better
14668         one (bug#10850).
14670 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
14672         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14673         when it might call us back infinitely (bug#10797).
14675 2012-02-23  Glenn Morris  <rgm@gnu.org>
14677         * minibuffer.el (completion-category-overrides): Doc fix.
14679 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14681         * minibuffer.el (completion-table-with-context): Fix inf-loop.
14682         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14684 2012-02-23  Glenn Morris  <rgm@gnu.org>
14686         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14687         (authors-obsolete-files-regexps, authors-ignored-files)
14688         (authors-ambiguous-files, authors-renamed-files-alist):
14689         Add more entries.
14691 2012-02-23  Juri Linkov  <juri@jurta.org>
14693         * isearch.el (isearch-occur): Sync interactive spec with occur's
14694         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
14696         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14698 2012-02-22  Juri Linkov  <juri@jurta.org>
14700         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14701         (ucs-insert): Doc fix.  Check for hex digits in the string.
14702         Don't display `nil' in the error message.  (Bug#10857)
14704 2012-02-22  Alan Mackenzie  <acm@muc.de>
14706         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14708 2012-02-22  Glenn Morris  <rgm@gnu.org>
14710         * ffap.el (ffap-c-path):
14711         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
14713 2012-02-22  Chong Yidong  <cyd@gnu.org>
14715         * custom.el (load-theme): Doc fix.
14717 2012-02-22  Glenn Morris  <rgm@gnu.org>
14719         * dired-x.el (dired-guess-shell-alist-default):
14720         Remove escape sequences from nroff output.  (Bug#172)
14722 2012-02-21  Glenn Morris  <rgm@gnu.org>
14724         * vc/emerge.el (emerge-defvar-local):
14725         Set `permanent-local' property rather than unused `preserved'.
14727         * textmodes/picture.el (picture-delete-char): New alias.
14728         (picture-mode-map): Use it.  (Bug#10860)
14729         (picture-mode): Doc fix.
14731 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
14733         * newcomment.el (uncomment-region-default): Remove unused binding.
14735 2012-02-21  Glenn Morris  <rgm@gnu.org>
14737         * textmodes/picture.el (picture-motion, picture-motion-reverse)
14738         (picture-self-insert, picture-tab-chars): Doc fix.
14739         (picture-mode-map): Fix C-a, C-e.
14741 2012-02-20  Glenn Morris  <rgm@gnu.org>
14743         * emacs-lisp/authors.el (authors-aliases): Add another entry.
14745 2012-02-20  Leo Liu  <sdl.web@gmail.com>
14747         * icomplete.el (icomplete-completions): Check FROM arg before
14748         passing to substring (Bug#10850).
14750 2012-02-19  Chong Yidong  <cyd@gnu.org>
14752         * comint.el: Require ansi-color.
14753         (comint-output-filter-functions): Add ansi-color-process-output.
14755         * ansi-color.el: Don't set comint-output-filter-functions; it is
14756         now in the initial value defined in comint.el.
14757         (ansi-color-apply-face-function): New variable.
14758         (ansi-color-apply-on-region): Use it.
14759         (ansi-color-apply-overlay-face): New function.
14761         * shell.el (shell): No need to require ansi-color.
14762         (shell-mode): Use ansi-color-apply-face-function to highlight
14763         color escapes using font-lock-face property (Bug#10835).
14765 2012-02-19  Chong Yidong  <cyd@gnu.org>
14767         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14768         mode-line formats (Bug#10839).
14770 2012-02-18  Glenn Morris  <rgm@gnu.org>
14772         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14774         * mail/undigest.el (unforward-rmail-message): Doc fix.
14776         * saveplace.el (save-place-ignore-files-regexp): Add :version.
14778 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
14780         * international/characters.el (script-list): Sync with the latest
14781         Unicode Character Database.
14783 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
14785         * international/titdic-cnv.el: Remove duplicate coding tag.
14786         * language/cham.el: Likewise.
14787         * language/tai-viet.el: Likewise.
14789 2012-02-18  Glenn Morris  <rgm@gnu.org>
14791         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14792         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14793         (calendar-bahai-all-holidays-flag, calendar-other-dates):
14794         * calendar/diary-lib.el (diary-abbreviated-year-flag):
14795         * calendar/holidays.el (holiday-bahai-holidays)
14796         (calendar-holidays, list-holidays):
14797         Use utf-8 Bahá'í in doc-strings, menus, etc.
14799 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
14801         * saveplace.el (save-place-ignore-files-regexp): New variable
14802         allowing for excluding files from saving their location of point.
14803         The default value matches the temporary commit message editing
14804         files from Git, SVN, Bazaar, and Mercurial.
14805         (save-place-to-alist): Use it.
14807 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
14808             Stefan Monnier  <monnier@iro.umontreal.ca>
14810         * newcomment.el (uncomment-region-default): Don't leave extra space
14811         when an arg is provided (bug#8150).
14813 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
14815         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14817 2012-02-17  Glenn Morris  <rgm@gnu.org>
14819         * net/socks.el: Require network-stream.  (Bug#10599)
14821 2012-02-17  Kenichi Handa  <handa@m17n.org>
14823         * international/charprop.el:
14824         * international/uni-name.el:
14825         * international/uni-old-name.el:
14826         * international/uni-comment.el: Regenerate.
14828 2012-02-16  Glenn Morris  <rgm@gnu.org>
14830         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14831         Interactively in calendar buffer, give an error if not on a date.
14833 2012-02-15  Glenn Morris  <rgm@gnu.org>
14835         * shell.el (shell-delimiter-argument-list):
14836         Revert 2011-02-17 change.  (Bug#8027)
14838 2012-02-15  Chong Yidong  <cyd@gnu.org>
14840         * minibuffer.el (completion-at-point-functions): Doc fix.
14842         * custom.el (defcustom): Doc fix; note use of defvar.
14844 2012-02-15  Glenn Morris  <rgm@gnu.org>
14846         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14847         Doc fixes.
14849 2012-02-14  Glenn Morris  <rgm@gnu.org>
14851         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14853 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
14855         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14856         way the ports list is computed.
14857         (smtpmail-query-smtp-server): Prompt the user for a port number if
14858         we can't connect to any of the standard ports (bug#10810).
14860 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14862         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14864 2012-02-13  Glenn Morris  <rgm@gnu.org>
14866         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
14868 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
14870         * net/gnutls.el (gnutls-trustfiles): New variable.
14871         (gnutls-negotiate): Use it.
14873 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
14875         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14876         does its stuff if Gnus is running.
14878 2012-02-13  Alan Mackenzie  <acm@muc.de>
14880         Fix a loop in c-set-fl-decl-start.
14882         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14883         c-backward-syntactic-ws actually moves backwards.
14885 2012-02-13  Leo Liu  <sdl.web@gmail.com>
14887         * net/rcirc.el (rcirc-markup-attributes): Move point to the
14888         beginning so that all \C-o chars are removed.
14890 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
14892         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14894 2012-02-12  Alan Mackenzie  <acm@muc.de>
14896         Fix infinite loop with long macros.
14897         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14899 2012-02-12  Chong Yidong  <cyd@gnu.org>
14901         * window.el (display-buffer): Doc fix (Bug#10785).
14903 2012-02-12  Glenn Morris  <rgm@gnu.org>
14905         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14906         (x-disown-selection-internal, x-get-selection-internal):
14907         Sync docs with the xselect.c versions.
14909         * allout-widgets.el: Add missing license notice.
14911 2012-02-11  Glenn Morris  <rgm@gnu.org>
14913         * select.el (x-get-selection-internal, x-own-selection-internal)
14914         (x-disown-selection-internal):
14915         * x-dnd.el (x-get-selection-internal): Update declarations.
14917         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14919         * window.el (window-sides-slots):
14920         * tool-bar.el (tool-bar-position):
14921         * term/xterm.el (xterm-extra-capabilities):
14922         * ses.el (ses-self-reference-early-detection):
14923         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14924         (verilog-auto-wire-type)
14925         (verilog-auto-delete-trailing-whitespace)
14926         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14927         (verilog-auto-tieoff-declaration):
14928         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14929         (sql-oracle-statement-starters, sql-oracle-scan-on):
14930         * progmodes/prolog.el (prolog-align-comments-flag)
14931         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14932         (prolog-left-indent-regexp, prolog-paren-indent-p)
14933         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14934         (prolog-types, prolog-mode-specificators)
14935         (prolog-determinism-specificators, prolog-directives)
14936         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14937         (prolog-electric-dot-flag)
14938         (prolog-electric-dot-full-predicate-template)
14939         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14940         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14941         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14942         (prolog-program-switches, prolog-prompt-regexp)
14943         (prolog-debug-on-string, prolog-debug-off-string)
14944         (prolog-trace-on-string, prolog-trace-off-string)
14945         (prolog-zip-on-string, prolog-zip-off-string)
14946         (prolog-use-standard-consult-compile-method-flag)
14947         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14948         (prolog-imenu-max-lines, prolog-info-predicate-index)
14949         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14950         (prolog-char-quote-workaround):
14951         * progmodes/cc-vars.el (c-defun-tactic):
14952         * net/tramp.el (tramp-encoding-command-interactive)
14953         (tramp-local-end-of-line):
14954         * net/soap-client.el (soap-client):
14955         * net/netrc.el (netrc-file):
14956         * net/gnutls.el (gnutls):
14957         * minibuffer.el (completion-category-overrides)
14958         (completion-cycle-threshold)
14959         (completion-pcm-complete-word-inserts-delimiters):
14960         * man.el (Man-name-local-regexp):
14961         * mail/feedmail.el (feedmail-display-full-frame):
14962         * international/characters.el (glyphless-char-display-control):
14963         * eshell/em-ls.el (eshell-ls-date-format):
14964         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14965         (lisp-lambda-list-keyword-parameter-indentation)
14966         (lisp-lambda-list-keyword-parameter-alignment):
14967         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14968         * dired-x.el (dired-omit-verbose):
14969         * cus-theme.el (custom-theme-allow-multiple-selections):
14970         * calc/calc.el (calc-highlight-selections-with-faces)
14971         (calc-lu-field-reference, calc-lu-power-reference)
14972         (calc-note-threshold):
14973         * battery.el (battery-mode-line-limit):
14974         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14975         (archive-7z-update):
14976         * allout.el (allout-prefixed-keybindings)
14977         (allout-unprefixed-keybindings)
14978         (allout-inhibit-auto-fill-on-headline)
14979         (allout-flattened-numbering-abbreviation):
14980         * allout-widgets.el (allout-widgets-auto-activation)
14981         (allout-widgets-icons-dark-subdir)
14982         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14983         (allout-widgets-theme-dark-background)
14984         (allout-widgets-theme-light-background)
14985         (allout-widgets-item-image-properties-emacs)
14986         (allout-widgets-item-image-properties-xemacs)
14987         (allout-widgets-run-unit-tests-on-load)
14988         (allout-widgets-time-decoration-activity)
14989         (allout-widgets-hook-error-post-time)
14990         (allout-widgets-track-decoration):
14991         Add missing :version tags to new defcustoms and defgroups.
14993         * progmodes/sql.el (sql-ansi-statement-starters)
14994         (sql-oracle-statement-starters): Add custom type.
14996         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14997         (prolog-system-version): Give it a type.
14999 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
15001         * term/pc-win.el (x-select-text, x-selection-owner-p)
15002         (x-own-selection-internal, x-disown-selection-internal)
15003         (x-get-selection-internal): Sync doc strings and argument lists
15004         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
15006 2012-02-11  Leo Liu  <sdl.web@gmail.com>
15008         * progmodes/python.el (python-end-of-statement): Fix infinite
15009         loop.  (Bug#10788)
15011 2012-02-10  Glenn Morris  <rgm@gnu.org>
15013         * international/mule-cmds.el (unify-8859-on-encoding-mode)
15014         (unify-8859-on-decoding-mode): Properly mark as obsolete.
15016 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
15018         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
15019         about SMTP before checking the From header.
15021         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
15022         into own function for reuse by emacsbug.el.
15024 2012-02-10  Leo Liu  <sdl.web@gmail.com>
15026         * subr.el (condition-case-unless-debug): Rename from
15027         condition-case-no-debug.  All callers changed.
15028         (with-demoted-errors): Fix caller.
15030         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
15031         * nxml/rng-valid.el (rng-do-some-validation):
15032         * emacs-lisp/package.el (package-refresh-contents)
15033         (package-menu-execute):
15034         * desktop.el (desktop-create-buffer):
15035         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
15037 2012-02-10  Glenn Morris  <rgm@gnu.org>
15039         * textmodes/bibtex.el:
15040         Add missing :version tags for new/changed defcustoms.
15042         * files.el (remote-file-name-inhibit-cache): Doc fixes.
15044 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
15046         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
15047         (smtpmail-via-smtp): Use it, or fall back on the From address.
15048         (smtpmail-send-it): Ditto.
15050 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15052         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
15053         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
15054         (byte-compile-tmp-var): New const.
15055         (byte-compile-defvar): Use it to minimize .elc size.
15056         Just use `defvar' rather than simulate it (bug#10761).
15058 2012-02-09  Glenn Morris  <rgm@gnu.org>
15060         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
15062         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
15063         Add :version tags.
15065         * progmodes/compile.el (compilation-error-screen-columns)
15066         (compilation-first-column, compilation-filter-start): Doc fixes.
15068         * vc/log-view.el (log-view-toggle-entry-display):
15069         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15071         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15072         (report-emacs-bug-can-use-xdg-email):
15073         (report-emacs-bug-insert-to-mailer): Doc fixes.
15074         (report-emacs-bug): Message fix.
15076         * net/browse-url.el (browse-url-can-use-xdg-open)
15077         (browse-url-xdg-open): Doc fixes.
15079         * electric.el (electric-indent-mode, electric-pair-mode)
15080         (electric-layout-rules, electric-layout-mode): Doc fixes.
15081         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15083 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
15085         * server.el (server-unselect-display): Don't inadvertently kill
15086         the current buffer.  (Bug#10729)
15088 2012-02-08  Glenn Morris  <rgm@gnu.org>
15090         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15091         (sql-list-table): Doc fixes.
15093         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15094         Comment out (does nothing).
15096         * completion.el (dynamic-completion-mode):
15097         * dirtrack.el (dirtrack-debug-mode):
15098         * electric.el (electric-layout-mode):
15099         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15100         * face-remap.el (text-scale-mode, buffer-face-mode):
15101         * iimage.el (iimage-mode):
15102         * image-mode.el (image-transform-mode):
15103         * minibuffer.el (completion-in-region-mode):
15104         * scroll-lock.el (scroll-lock-mode):
15105         * simple.el (next-error-follow-minor-mode):
15106         * tar-mode.el (tar-subfile-mode):
15107         * tooltip.el (tooltip-mode):
15108         * vcursor.el (vcursor-use-vcursor-map):
15109         * wid-browse.el (widget-minor-mode):
15110         * emulation/tpu-edt.el (tpu-edt-mode):
15111         * emulation/tpu-extras.el (tpu-cursor-free-mode):
15112         * international/iso-ascii.el (iso-ascii-mode):
15113         * language/thai-util.el (thai-word-mode):
15114         * mail/supercite.el (sc-minor-mode):
15115         * net/goto-addr.el (goto-address-mode):
15116         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15117         * progmodes/cwarn.el (cwarn-mode):
15118         * progmodes/flymake.el (flymake-mode):
15119         * progmodes/glasses.el (glasses-mode):
15120         * progmodes/hideshow.el (hs-minor-mode):
15121         * progmodes/pascal.el (pascal-outline-mode):
15122         * textmodes/enriched.el (enriched-mode):
15123         * vc/smerge-mode.el (smerge-mode):
15124         Doc fixes (minor mode argument).
15126 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
15128         * ls-lisp.el (ls-lisp-sanitize): New function.
15129         (ls-lisp-insert-directory): Use it to fix or remove any elements
15130         in file-alist with missing attributes.  (Bug#4673)
15132 2012-02-07  Alan Mackenzie  <acm@muc.de>
15134         Fix spurious recognition of c-in-knr-argdecl.
15136         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15137         putative K&R region.
15139 2012-02-07  Alan Mackenzie  <acm@muc.de>
15141         * progmodes/cc-engine.el (c-forward-objc-directive):
15142         Prevent looping in "#pragma mark @implementation".
15144 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
15146         * notifications.el (notifications-on-closed-signal): Make `reason'
15147         optional.  (Bug#10744)
15149 2012-02-07  Glenn Morris  <rgm@gnu.org>
15151         * emacs-lisp/easy-mmode.el (define-minor-mode):
15152         Doc fixes for the macro and the mode it defines.
15154         * image.el (imagemagick-types-inhibit): Doc fix.
15156         * cus-start.el (imagemagick-render-type): Add it.
15158 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
15160         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15161         Set the default at load time, too, so that `font-lock-fontify-buffer'
15162         can be called without setting up the entire mode first.  This fixes
15163         a bug in `mm-inline-text' with C MIME parts.
15165 2012-02-06  Chong Yidong  <cyd@gnu.org>
15167         * simple.el (list-processes--refresh): Delete exited processes
15168         (Bug#8094).
15170         * comint.el (comint-next-prompt): next-single-char-property-change
15171         and prev-single-char-property-change never return nil (Bug#8657).
15173         * custom.el (defcustom): Doc fix (Bug#9711).
15175 2012-02-05  Chong Yidong  <cyd@gnu.org>
15177         * cus-edit.el (custom-variable-reset-backup): Quote the value
15178         before storing it in the customized-value property (Bug#6712).
15179         (custom-display): Add a customization type tag.
15180         (custom-buffer-create-internal): Improve tooltip message.
15182         * wid-edit.el (widget-field-value-get): New optional arg to
15183         suppress trailing whitespace truncation.
15184         (character): Use it (Bug#2689).
15186 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
15188         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15189         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15191 2012-02-05  Chong Yidong  <cyd@gnu.org>
15193         * cus-edit.el (custom-variable-value-create): For mismatched
15194         types, show the current value (Bug#7600).
15196         * custom.el (defcustom): Doc fix.
15198 2012-02-05  Glenn Morris  <rgm@gnu.org>
15200         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15202 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
15204         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15205         (pp-buffer): Use `ignore-errors', `looking-at-p'.
15206         (pp-last-sexp): Use `looking-at-p'.
15208 2012-02-04  Glenn Morris  <rgm@gnu.org>
15210         * files.el (revert-buffer):
15211         Doc fix (mention revert-buffer-in-progress-p).
15213         * emacs-lisp/ert-x.el (ert-simulate-command):
15214         Check deferred-action-list (which is obsolete) is bound.
15216         * subr.el (with-wrapper-hook): Doc fixes.
15218         * simple.el (filter-buffer-substring-functions)
15219         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15221 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
15223         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15224         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
15226 2012-02-04  Leo Liu  <sdl.web@gmail.com>
15228         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15230 2012-02-04  Glenn Morris  <rgm@gnu.org>
15232         * image.el (image-extension-data): Add obsolete alias.
15234         * isearch.el (isearch-update): Doc fix.
15236         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15238         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15240 2012-02-03  Glenn Morris  <rgm@gnu.org>
15242         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
15243         (image-animate-timeout): Doc fix.
15245         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15247 2012-02-02  Glenn Morris  <rgm@gnu.org>
15249         * server.el (server-auth-dir): Doc fix.
15250         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
15252         * subr.el (run-mode-hooks): Doc fix.
15254 2012-02-02  Juri Linkov  <juri@jurta.org>
15256         * image-mode.el (image-toggle-display-image): Remove tautological
15257         `major-mode' from the `derived-mode-p' test.
15259 2012-02-02  Kenichi Handa  <handa@m17n.org>
15261         * composite.el (compose-region): Cancel previous change.
15263 2012-02-02  Kenichi Handa  <handa@m17n.org>
15265         * composite.el (compose-region, compose-string): Signal error for
15266         a null string component (Bug#6988).
15268 2012-02-01  Chong Yidong  <cyd@gnu.org>
15270         * view.el (view-buffer-other-window, view-buffer-other-frame):
15271         Handle special modes like view-buffer (Bug#10650).
15272         (view-buffer): Simplify.
15274         * frame.el (set-frame-font): Tweak meaning of third argument.
15276         * dynamic-setting.el (font-setting-change-default-font):
15277         Use set-frame-font (Bug#9982).
15279 2012-02-01  Glenn Morris  <rgm@gnu.org>
15281         * progmodes/compile.el (compilation-internal-error-properties):
15282         Respect compilation-first-column in the "*compilation*" buffer.
15284         * emacs-lisp/easy-mmode.el (define-minor-mode):
15285         Relax :variable's test for a named function.
15287 2012-01-31  Alan Mackenzie  <acm@muc.de>
15289         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15290         off by one error.
15292 2012-01-31  Chong Yidong  <cyd@gnu.org>
15294         * frame.el (set-frame-font): New arg ALL-FRAMES.
15296         * menu-bar.el (menu-set-font): Use set-frame-font.
15298         * faces.el (face-spec-reset-face): Don't apply unspecified
15299         attribute values to the default face.
15301 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
15303         * progmodes/cwarn.el (cwarn): Remove dead link.
15304         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15305         Remove * from defcustom docstrings.
15306         (turn-on-cwarn-mode): Make obsolete.
15307         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15308         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15310 2012-01-31  Glenn Morris  <rgm@gnu.org>
15312         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15313         Fix :variable handling of mode a symbol not equal to modefun.
15314         Allow named functions to be used as the cdr of :variable.
15316 2012-01-30  Glenn Morris  <rgm@gnu.org>
15318         * emacs-lisp/authors.el (authors-fixed-entries):
15319         Remove reference to deleted file rnewspost.el.
15321 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
15323         * window.el (window-with-parameter): Remove unused variable `windows'.
15324         (window--side-check): Remove unused variable `code'.
15325         (window--resize-siblings): Remove unused variable `first'.
15326         (adjust-window-trailing-edge): Remove unused variable `failed'.
15327         (window-deletable-p, window--delete): Remove unused variable `buffer'.
15328         Use `let', not `let*'.
15329         (balance-windows-2): Remove unused variable `found'.
15330         (window--state-put-2): Remove unused variable `splits'.
15331         (window-state-put): Remove unused variable `selected'.
15332         (same-window-p): Use `string-match-p'.
15333         (display-buffer-assq-regexp): Remove unused variable `value'.
15334         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15335         Mark argument ALIST as ignored.
15336         (pop-to-buffer): Remove unused variable `old-window'.
15338 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
15340         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15341         and .lzma compressed files.
15343 2012-01-29  Chong Yidong  <cyd@gnu.org>
15345         * frame.el (window-system-default-frame-alist): Doc fix.
15347         * dynamic-setting.el (font-setting-change-default-font): Don't
15348         change the default face if SET-FONT argument is non-nil (Bug#9982).
15350 2012-01-29  Samuel Bronson  <naesten@gmail.com>
15352         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15354 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
15356         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15357         breakpoints in files outside current directory (Bug#6098).
15359 2012-01-29  Chong Yidong  <cyd@gnu.org>
15361         * progmodes/python.el: Require ansi-color at top-level.
15363         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15364         Define and use in Emacs Lisp mode (Bug#9360).
15365         (lisp-mode-abbrev-table): Add doc.
15366         (lisp-mode-variables): Don't set local-abbrev-table.
15367         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15369 2012-01-28  Roland Winkler  <winkler@gnu.org>
15371         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15373 2012-01-28  Roland Winkler  <winkler@gnu.org>
15375         * textmodes/bibtex.el (bibtex-entry-alist): New function.
15376         (bibtex-set-dialect): Use it.  Either set global values of
15377         dialect-dependent variables or bind these variables buffer-locally
15378         (Bug#10254).
15379         (bibtex-mode): Call bibtex-set-dialect via
15380         hack-local-variables-hook.
15381         (bibtex-dialect): Update docstring.
15382         Add safe-local-variable predicate.
15383         (bibtex-entry-alist, bibtex-field-alist): Initialize via
15384         bibtex-set-dialect.
15385         (bibtex-mode-map): Define menu for each dialect.
15386         (bibtex-entry): Fix docstring.
15388 2012-01-28  Chong Yidong  <cyd@gnu.org>
15390         * eshell/esh-arg.el (eshell-quote-argument): New function.
15392         * eshell/esh-ext.el (eshell-invoke-batch-file):
15393         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15394         first arg to eshell-parse-command (Bug#10523).
15396 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15398         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15399         `default-directory' is non-nil.
15401 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15403         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15404         line that displays system-configuration-options.  (Bug#9924)
15406 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15408         * descr-text.el (describe-char): Show information about POS, in
15409         addition to information about the character at POS.  Improve and
15410         update the doc string.  Change "code point" to "code point in
15411         charset", to avoid confusion with the character's Unicode code
15412         point shown above that.  (Bug#10129)
15414 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15416         * descr-text.el (describe-char): Show the raw character, not only
15417         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
15418         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15419         for the reasons.
15421 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
15423         * emacs-lisp/package.el (package-install):
15424         Run package-refresh-contents if there is no archive yet (Bug#9798).
15426 2012-01-28  Chong Yidong  <cyd@gnu.org>
15428         * emacs-lisp/package.el (package-maybe-load-descriptor):
15429         New function, split from package-maybe-load-descriptor.
15430         (package-maybe-load-descriptor): Use it.
15431         (package-download-transaction): Fully load required packages
15432         inside the loop, so that `require' calls work (Bug#10593).
15433         (package-install): No need to call package-initialize now.
15435 2012-01-28  Chong Yidong  <cyd@gnu.org>
15437         * simple.el (deactivate-mark): Doc fix (Bug#8614).
15439         * tooltip.el (tooltip-mode): Doc fix.
15440         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15442         * frame.el (set-cursor-color): Doc fix (Bug#352).
15444         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15445         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15447         * cus-edit.el (custom-buffer-create-internal): Fix search button
15448         action (Bug#10542).
15449         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15451 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
15453         * dired.el (dired-mark-files-regexp):
15454         Include any subdirectory components.  (Bug#10445)
15456 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15458         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15459         Handle [host]:port syntax.  (Bug#10533)
15461 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
15463         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15465 2012-01-26  Glenn Morris  <rgm@gnu.org>
15467         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15468         * term.el (term-raw-escape-map): Use Control-X-prefix.
15469         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
15471 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
15473         * window.el (window-state-get, window--state-get-1): Don't deal
15474         with fixed-sizeness of windows.  Simplify code.
15476 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
15478         * window.el (window--state-get-1, window--state-put-2):
15479         Don't save and restore the mark.
15481 2012-01-25  Chong Yidong  <cyd@gnu.org>
15483         * custom.el (custom-variable-p): Doc fix.
15485 2012-01-25  Glenn Morris  <rgm@gnu.org>
15487         * dired.el (dired-goto-file): Handle some of the more common
15488         characters that `ls -b' escapes.  (Bug#10596)
15490         * progmodes/compile.el (compilation-next-error-function):
15491         Respect compilation-first-column in the "*compilation*" buffer.
15492         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
15494         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
15496 2012-01-24  Glenn Morris  <rgm@gnu.org>
15498         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
15500 2012-01-24  Julien Danjou  <julien@danjou.info>
15502         * color.el (color-rgb-to-hsl): Fix value computing.
15503         (color-hue-to-rgb): New function.
15504         (color-hsl-to-rgb): New function.
15505         (color-clamp, color-saturate-hsl, color-saturate-name)
15506         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15507         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15509 2012-01-24  Glenn Morris  <rgm@gnu.org>
15511         * vc/vc-rcs.el (vc-rcs-create-tag):
15512         * vc/vc-sccs.el (vc-sccs-create-tag):
15513         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
15515 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15517         * eshell/esh-util.el (eshell-read-hosts-file):
15518         Skip comment lines.  (Bug#10549)
15520         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
15522 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
15524         * subr.el (display-delayed-warnings): Doc fix.
15525         (collapse-delayed-warnings): New function to collapse identical
15526         adjacent warnings.
15527         (delayed-warnings-hook): Add it.
15529 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
15531         * net/tramp.el (tramp-action-login): Set connection property "login-as".
15533         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15534         (tramp-default-user-alist): Don't add "pscp".
15535         (tramp-do-copy-or-rename-file-out-of-band): Use connection
15536         property "login-as", if set.  (Bug#10530)
15538 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
15540         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15541         "plink1" and "psftp".  (Bug#10530)
15543 2012-01-21  Kenichi Handa  <handa@m17n.org>
15545         * international/mule-cmds.el (prefer-coding-system): Show a
15546         warning message if the default value of file-name-coding-system
15547         was not changed.
15549 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15551         * windmove.el (windmove-reference-loc):
15552         Fix windmove-reference-loc miscalculation.
15554 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
15556         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15557         default unit.
15559 2012-01-21  Glenn Morris  <rgm@gnu.org>
15561         * international/mule.el (auto-coding-alist): Add .tbz.
15563         * files.el (local-enable-local-variables): Doc fix.
15564         (inhibit-local-variables-regexps): Rename from
15565         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
15566         Doc fix.  Add some extensions from auto-coding-alist.
15567         (inhibit-local-variables-suffixes):
15568         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
15569         (inhibit-local-variables-p):
15570         New function, extracted from set-auto-mode-1.
15571         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
15572         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
15573         (hack-local-variables): Doc fix.  Make the mode-only case
15574         respect enable-local-variables and friends.
15575         Respect inhibit-local-variables-regexps for file-locals, but
15576         not for directory-locals.
15577         (set-visited-file-name):
15578         Take account of inhibit-local-variables-regexps.
15579         Whether it applies may change as the file name is changed.
15580         * jka-cmpr-hook.el (jka-compr-install):
15581         * jka-compr.el (jka-compr-uninstall):
15582         Update for inhibit-first-line-modes-suffixes name change.
15584 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
15586         * help-macro.el (make-help-screen): Temporarily restore original
15587         binding for minor-mode-map-alist (Bug#10454).
15589 2012-01-19  Julien Danjou  <julien@danjou.info>
15591         * color.el (color-name-to-rgb): Use the white color to find the max
15592         color component value and return correctly computed values.
15593         (color-name-to-rgb): Add missing float conversion for max value.
15595 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
15597         * window.el (window--state-get-1, window-state-get): Do not use
15598         special state value for window-persistent-parameters.
15599         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
15600         (window--state-put-2): Reset all window parameters to nil before
15601         assigning values of persistent parameters.
15603 2012-01-18  Alan Mackenzie  <acm@muc.de>
15605         Eliminate sluggishness and hangs in fontification of "semicolon
15606         deserts".
15608         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15609         Change value 10000 -> 3000.
15610         (c-state-safe-place): Reformulate so it doesn't stack up an
15611         infinite number of wrong entries in c-state-nonlit-pos-cache.
15612         (c-determine-limit-get-base, c-determine-limit): New functions to
15613         determine backward search limits disregarding literals.
15614         (c-find-decl-spots): Amend commenting.
15615         (c-cheap-inside-bracelist-p): New function which detects "={".
15617         * progmodes/cc-fonts.el
15618         (c-make-font-lock-BO-decl-search-function): Give a limit to a
15619         backward search.
15620         (c-font-lock-declarations): Fix an occurrence of point being
15621         undefined.  Check additionally for point being in a bracelist or
15622         near a macro invocation without a semicolon so as to avoid a
15623         fruitless time consuming search for a declarator.  Give a more
15624         precise search limit for declarators using the new
15625         c-determine-limit.
15627 2012-01-18  Glenn Morris  <rgm@gnu.org>
15629         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15630         (set-auto-mode): Doc fixes.
15632 2012-01-17  Glenn Morris  <rgm@gnu.org>
15634         * isearch.el (search-nonincremental-instead): Fix doc typo.
15636         * dired.el (dired-insert-directory): Handle newlines in directory name.
15637         (dired-build-subdir-alist): Unescape newlines in directory name.
15639 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
15641         * net/tramp.el (tramp-local-end-of-line): New defcustom.
15642         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15643         (tramp-action-terminal): Use it.  (Bug#10530)
15645 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15647         * minibuffer.el (completion--replace): Strip properties (bug#10062).
15649 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
15651         * window.el (window-state-ignored-parameters): Remove variable.
15652         (window--state-get-1): Rename argument MARKERS to IGNORE.
15653         Handle persistent window parameters.  Make copy of clone-of
15654         parameter only if requested.  (Bug#10348)
15655         (window--state-put-2): Install a window parameter only if it has
15656         a non-nil value or an existing parameter shall be overwritten.
15658 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
15660         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15662 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
15664         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15665         don't pass the (nil) value of `upnode' to string-match.
15667 2012-01-14  Chong Yidong  <cyd@gnu.org>
15669         * startup.el (command-line): Fix X resource class for cursorColor.
15670         Fix values recognized by the cursorBlink resource.
15672 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
15674         * epg.el (epg--make-temp-file): Avoid permission race condition
15675         when running on old Emacs versions (bug#10403).
15677 2012-01-14  Glenn Morris  <rgm@gnu.org>
15679         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15681 2012-01-13  Alan Mackenzie  <acm@muc.de>
15683         Fix filling for when filladapt mode is enabled.
15685         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15686         c-mask-paragraph, pass in `fill-paragraph' rather than
15687         `fill-region-as-paragraph'.  (This is a reversion of a previous
15688         change.)
15689         * progmodes/cc-mode.el (c-basic-common-init):
15690         Make fill-paragraph-handle-comment buffer local and set it to nil.
15692 2012-01-13  Glenn Morris  <rgm@gnu.org>
15694         * dired.el (dired-switches-escape-p): New function.
15695         (dired-insert-directory): Use dired-switches-escape-p.
15696         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
15698         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
15700 2012-01-12  Glenn Morris  <rgm@gnu.org>
15702         * mail/sendmail.el (mail-mode): Update paragraph-separate for
15703         changes in adaptive-fill-regexp.  (Bug#10276)
15705 2012-01-11  Alan Mackenzie  <acm@muc.de>
15707         Fix Emacs bug #10463 - put `widen's around the critical spots.
15709         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15710         widen around each invocation of c-state-pp-to-literal.  Remove an
15711         unused let variable.
15713 2012-01-11  Glenn Morris  <rgm@gnu.org>
15715         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
15716         Doc fix.
15718 2012-01-10  Chong Yidong  <cyd@gnu.org>
15720         * net/network-stream.el (network-stream-open-starttls):
15721         Avoid emitting a confusing error message when the server gives a bad
15722         response to the capability command.
15724 2012-01-10  Glenn Morris  <rgm@gnu.org>
15726         * mail/unrmail.el (unrmail): Tweak previous change.
15728 2012-01-09  Chong Yidong  <cyd@gnu.org>
15730         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15732 2012-01-08  Alan Mackenzie  <acm@muc.de>
15734         Optimize font locking in long enum definitions.
15736         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15737         arm to a cond form to handle enums.
15738         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15739         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15741 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
15743         * files.el (move-file-to-trash): Preserve default file modes on error.
15744         (Bug#10401)
15746 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15748         * faces.el (set-face-attribute): Clarify the meaning of the nil
15749         frame (bug#10294).
15751         * subr.el (with-selected-frame): Mention that the selected frame
15752         is restored (bug#9980).
15754         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15755         (bug#9759).
15757         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15758         (password-read): Don't autoload unused function.
15760 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
15762         * progmodes/which-func.el (which-func-mode): Turn into a
15763         non-interactive function and mark as obsolete (bug#10428).
15765 2012-01-06  Chong Yidong  <cyd@gnu.org>
15767         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15768         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15769         functions, along with 1 and -1.
15771 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
15773         * time.el (display-time-load-average)
15774         (display-time-default-load-average): Doc fixes.  See the thread
15775         starting at
15776         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15777         for the details.
15779 2012-01-06  Glenn Morris  <rgm@gnu.org>
15781         * mail/unrmail.el (unrmail): Give an explicit error if the input file
15782         has no messages.  (Bug#10377)
15784         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15785         than Info-edit.  (Bug#10385)
15787         * time.el (display-time-load-average, display-time-next-load-average):
15788         Doc fixes.
15790         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15791         local setting of buffer-read-only to the input buffer.  (Bug#10419)
15793         * calendar/calendar.el (calendar-mode):
15794         Locally set scroll-margin to 0.  (Bug#10379)
15796 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
15798         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
15800 2012-01-05  Glenn Morris  <rgm@gnu.org>
15802         * eshell/em-unix.el (diff-no-select): Autoload it.
15803         (eshell/diff): Use diff-no-select.  (Bug#10420)
15805 2012-01-05  Chong Yidong  <cyd@gnu.org>
15807         * shell.el (shell-dynamic-complete-functions): Revert last change.
15808         (shell-command-completion-function): New function.
15809         (shell-completion-vars): Use it to implement
15810         shell-completion-execonly (Bug#10417).
15812         * custom.el (enable-theme): Don't set custom-safe-themes.
15814         * cus-theme.el (custom-theme-merge-theme):
15815         Ignore custom-enabled-themes and custom-safe-themes.
15817 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
15819         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15820         first prompt in `sql-interacive-mode'.
15821         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15822         keywords.
15823         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15824         (sql-product-interactive): Bug fix: Set `sql-buffer' in
15825         context of original buffer.  Invoke `sql-login-hook'.
15827 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
15829         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15830         letters in cite-prefix.
15832 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15834         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15836 2012-01-03  Chong Yidong  <cyd@gnu.org>
15838         * shell.el (shell-dynamic-complete-functions):
15839         Put pcomplete-completions-at-point, so as to try
15840         comint-filename-completion first (Bug#10417).
15842 2012-01-02  Richard Stallman  <rms@gnu.org>
15844         * battery.el (battery-status-function):
15845         Detect when to use battery-yeeloong-sysfs.
15846         (battery-echo-area-format): Add string for Yeeloong.
15847         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15848         (battery-yeeloong-sysfs): New function.
15850 2012-01-02  Chong Yidong  <cyd@gnu.org>
15852         * dirtrack.el (dirtrack-list): Eliminate unused third element.
15853         (dirtrack): Merge code for handling relative filenames in prompt
15854         from shell-dir-cookie-watcher.
15855         (dirtrack-debug-message): New arg to avoid excess format calls.
15857         * shell.el (shell-dir-cookie-re): Variable deleted.
15858         (shell-dir-cookie-watcher): Function deleted.
15859         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15860         with dirtrack-mode.
15862 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
15864         * term/w32-win.el (dynamic-library-alist) <gnutls>:
15865         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15866         libgnutls-26.dll.
15868 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
15870         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15872 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
15874         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15875         headers of non-MIME messages, when rmail-enable-mime is non-nil.
15877 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
15879         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15880         also for alternative shells.
15881         (tramp-open-connection-setup-interactive-shell): Check, whether
15882         the shell is a busybox.
15883         (tramp-send-command): Don't suppress multiple prompts for
15884         busyboxes, it hurts.
15886 2011-12-28  Chong Yidong  <cyd@gnu.org>
15888         * progmodes/gdb-mi.el (gdb-get-source-file-list)
15889         (gdb-get-source-file): Move mode line update to
15890         gdb-get-source-file (Bug#10087).
15892 2011-12-25  Chong Yidong  <cyd@gnu.org>
15894         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15895         gud-gdb-marker-filter without taking it as an argument.
15896         (gud-gdb-run-command-fetch-lines): Caller changed.
15897         (gud-gdb-completion-function): New variable.
15898         (gud-gdb-completion-at-point): Use it.
15899         (gud-gdb-completions-1): Split from gud-gdb-completions.
15901         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15902         function as separate arguments.
15903         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15904         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15905         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15906         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15907         (gdb-stopped, def-gdb-auto-update-trigger)
15908         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15909         (gdb-get-changed-registers, gdb-get-main-selected-frame):
15910         Callers changed.
15911         (gud-gdbmi-completions): New function.
15912         (gdb): Use it for generating the completion table.
15914 2011-12-24  Alan Mackenzie  <acm@muc.de>
15916         Introduce a mechanism to widen the region used in context font
15917         locking.  Use this to protect declarations from losing their contexts.
15919         * progmodes/cc-langs.el (c-before-font-lock-functions):
15920         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15921         (c-before-context-fontification-functions): New defvar, a list of
15922         functions to be run just before context (etc.) font locking.
15924         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15925         New, functionality extracted from
15926         c-neutralize-syntax-in-and-mark-CPP.
15927         (c-in-after-change-fontification): New variable.
15928         (c-after-change): Set c-in-after-change-fontification.
15929         (c-set-fl-decl-start): Rejig its interface, so it can be called
15930         from both after-change and context fontifying.
15931         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15932         New functions.
15933         (c-standard-font-lock-fontify-region-function): New variable.
15934         (c-font-lock-fontify-region): New function.
15936 2011-12-24  Juri Linkov  <juri@jurta.org>
15938         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15939         (Bug#10348)
15941 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
15943         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15944         existence of source file.  (Bug#10325)
15946 2011-12-23  Alan Mackenzie  <acm@muc.de>
15948         Fix unstable fontification inside templates.
15950         * progmodes/cc-langs.el (c-before-font-lock-functions):
15951         Newly created from the singular version.  The (c c++ objc) entry now
15952         additionally has c-set-fl-decl-start.  The other languages (apart
15953         from AWK) have that as a single entry.
15955         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15956         The functionality for "local" declarations has been extracted to
15957         c-set-fl-decl-start.
15959         * progmodes/cc-mode.el (c-common-init, c-after-change):
15960         Changes due to pluralisation of c-before-font-lock-functions.
15961         (c-set-fl-decl-start): New function, extracted from
15962         c-font-lock-enclosing-decls and enhanced.
15964 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
15966         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15968 2011-12-22  Juri Linkov  <juri@jurta.org>
15970         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
15972 2011-12-22  Chong Yidong  <cyd@gnu.org>
15974         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15976 2011-12-21  Drew Adams  <drew.adams@oracle.com>
15978         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
15980 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15982         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15984 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15986         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
15987         highlighting and support.  Fix up comments for capitalization.
15988         (cfengine-mode-debug): New var.
15989         (cfengine3-mode): Change the modeline indicator to "CFE3".
15990         (cfengine3-font-lock-keywords): Improve defun highlighting.
15991         (cfengine2-actions): Rename from `cfengine-actions'.
15992         (cfengine2-font-lock-keywords): Rename from
15993         `cfengine-font-lock-keywords'.
15994         (cfengine2-imenu-expression): Rename from
15995         `cfengine-imenu-expression'.
15996         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15997         (cfengine2-beginning-of-defun): Rename from
15998         `cfengine-beginning-of-defun'.
15999         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
16000         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
16001         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
16002         modeline indicator to "CFE2".
16003         (cfengine-mode): Defalias to `cfengine-auto-mode'.
16004         (cfengine-mode-abbrevs): Mark obsolete.
16006 2011-12-21  Chong Yidong  <cyd@gnu.org>
16008         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
16009         filename argument.
16011 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
16013         * window.el (window-normalize-buffer-to-display): Remove.
16014         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
16016 2011-12-19  Chong Yidong  <cyd@gnu.org>
16018         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
16019         Don't signal an error in a predicate function; return non-nil.
16020         (vc-dir-mark-file): Move the error here.
16021         (vc-dir-mark-unmark): If acting on the region, keep going if one
16022         of the entries cannot be marked/unmarked.
16023         (vc-dir-mark-all-files): If current entry is a directory, mark
16024         only child files, as documented.
16026 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16028         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
16029         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
16030         addition.
16032 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
16034         * term/ns-win.el (ns-get-selection-internal)
16035         (ns-store-selection-internal): Declare.
16036         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
16037         Declare as obsolete.
16038         (ns-get-pasteboard, ns-paste-secondary):
16039         Use ns-get-selection-internal.
16040         (ns-set-pasteboard, ns-copy-including-secondary):
16041         Use ns-store-selection-internal.
16043 2011-12-17  Chong Yidong  <cyd@gnu.org>
16045         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
16046         (vc-deduce-fileset): Doc fix.
16048 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
16050         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
16052 2011-12-13  Sam Steingold  <sds@gnu.org>
16054         * man.el (Man-getpage-in-background): When running under a
16055         window-system, ignore $MANWIDTH and $COLUMNS.
16057 2011-12-15  Kenichi Handa  <handa@m17n.org>
16059         * language/ethio-util.el: Change coding tag to utf-8-emacs.
16060         (setup-ethiopic-environment-internal): Comment out key-binding for
16061         ethio-toggle-punctuation.
16063 2011-12-13  Alan Mackenzie  <acm@muc.de>
16065         Add the switch statement to AWK Mode.
16067         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16068         "default" to the keywords regexp.
16070         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16071         expression as the rest.
16072         (c-nonlabel-token-key): Allow string literals for AWK.
16073         Refactor for the other modes.
16075         Large brace-block initialisation makes CC Mode slow: Fix.
16076         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16077         routines.  Limit backward searching in c-font-lock-enclosing.decl.
16079         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16080         pp-state and literal type in addition to the limits.
16081         (c-state-safe-place): New defun, extracted from c-state-literal-at.
16082         (c-state-literal-at): Use the above new defun.
16083         (c-slow-in-literal, c-fast-in-literal): Remove.
16084         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16086         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16087         being in a literal.  Add a limit for backward searching.
16089         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16090         c-slow-in-literal.
16092 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16094         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16096 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
16098         * window.el (delete-other-windows): Use correct frame in call to
16099         window-with-parameter.
16101 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
16103         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16104         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16105         (makefile-gmake-statements, makefile-makepp-statements):
16106         Use it and add new makepp keywords.
16107         (makefile-makepp-font-lock-keywords): Add new patterns.
16108         (makefile-match-function-end): Match new [...] and [[...]].
16110 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
16112         * ses.el (ses-call-printer-return, ses-cell-property-get)
16113         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16114         (ses-create-cell-variable, ses-reset-header-string)
16115         (ses-cell-set-formula, ses-repair-cell-reference-all)
16116         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16117         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16118         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16119         (ses-aset-with-undo, ses-load, ses-truncate-cell)
16120         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16121         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16122         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16123         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16124         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16125         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16126         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16127         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16129 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16131         * ses.el: The overall change is to add cell renaming, that is
16132         setting fancy names for cell symbols other than name matching
16133         "\\`[A-Z]+[0-9]+\\'" regexp .
16134         (ses-create-cell-variable): New defun.
16135         (ses-relocate-formula): Relocate formulas only for cells the
16136         symbols of which are not renamed, i.e. symbols whose names do not
16137         match regexp "\\`[A-Z]+[0-9]+\\'".
16138         (ses-relocate-all): Relocate values only for cells the symbols of
16139         which are not renamed.
16140         (ses-load): Create cells variables as the (ses-cell ...) are read,
16141         in order to check row col consistency with cell symbol name only
16142         for cells that are not renamed.
16143         (ses-replace-name-in-formula): New defun.
16144         (ses-rename-cell): New defun.
16146 2011-12-11  Chong Yidong  <cyd@gnu.org>
16148         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16149         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16151 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
16153         * window.el (other-window): Fix docstring.
16155 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16157         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16158         `from' or `to' address before taking its substring.
16159         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16160         encoded name is chopped in the middle of the encoded string, and
16161         thus displayed encoded.
16163 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
16165         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16167 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16169         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
16170         to use texinfo-update-node and commands that call it if the
16171         Texinfo file uses @node lines without next/prev/up pointers.
16172         Correct outdated description about texinfo-master-menu.
16173         (texinfo-all-menus-update, texinfo-master-menu)
16174         (texinfo-update-node, texinfo-every-node-update)
16175         (texinfo-multiple-files-update): Doc fix.  Warn against updating
16176         all the @node lines.
16177         (texinfo-master-menu): Only call texinfo-update-node if the prefix
16178         argument is numeric.  Explain better in the doc string what the
16179         function really does.
16180         (texinfo-insert-master-menu-list): Improve the error message
16181         displayed if there's no menu in the Top node.
16182         (Bug#2975)  See also this thread:
16183         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16185 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
16187         * speedbar.el (speedbar-supported-extension-expressions):
16188         Add .adb and .ads, commonly used for Ada source code (bug#10256).
16190 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
16192         * printing.el (pr-mode-alist):
16193         * simple.el (filter-buffer-substring-functions)
16194         (completion-list-insert-choice-function):
16195         * window.el (window-with-parameter, window-atom-root)
16196         (window-sides-slots, window-size-fixed, window-min-delta)
16197         (window-max-delta, window--resize-mini-window)
16198         (window--resize-child-windows-normal, window-tree)
16199         (delete-other-windows, quit-window, split-window)
16200         (display-buffer-record-window, special-display-buffer-names)
16201         (special-display-regexps, special-display-popup-frame)
16202         (same-window-p, split-window-sensibly)
16203         (display-buffer-overriding-action, display-buffer-alist)
16204         (display-buffer-base-action, display-buffer, switch-to-buffer)
16205         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16206         (fit-window-to-buffer, recenter-positions)
16207         (mouse-autoselect-window-state, mouse-autoselect-window-select):
16208         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16209         and remove unneeded backslashes in docstrings.
16211 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16213         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16215         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16216         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16217         end in ".mk".
16218         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16219         when reading the makefile (bug#10116).
16221 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16223         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16224         (bug#10116).
16226 2011-12-06  Glenn Morris  <rgm@gnu.org>
16228         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16230 2011-12-06  Chong Yidong  <cyd@gnu.org>
16232         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16234 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
16236         * textmodes/table.el (table-shorten-cell): Fix typo.
16238 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
16240         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16242 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
16244         * descr-text.el (describe-char): Fix display of strong
16245         right-to-left characters and directional embeddings and overrides.
16247         * simple.el (what-cursor-position): Fix display of codepoints of
16248         strong right-to-left characters.
16250 2011-12-05  Chong Yidong  <cyd@gnu.org>
16252         * faces.el (read-color): Doc fix.
16254 2011-12-05  Glenn Morris  <rgm@gnu.org>
16256         * align.el (align--set-marker): Add doc-string.
16257         Don't try to move something that is not a marker.  (Bug#10216)
16259 2011-12-04  Glenn Morris  <rgm@gnu.org>
16261         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16262         overly zealous deletion of trailing whitespace.
16264 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
16266         * server.el (server-delete-client): On Windows, do not try to delete
16267         the only terminal.
16268         (server-process-filter): On Windows, treat requests for a tty frame as
16269         if they were for a GUI frame if the running server is in GUI mode.
16271 2011-12-03  Glenn Morris  <rgm@gnu.org>
16273         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
16275 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16277         * electric.el: Streamline electric-indent's hook.
16278         (electric-indent-chars): Revert to simple list.
16279         (electric-indent-functions): New var.
16280         (electric-indent-post-self-insert-function): Use it.
16282         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16283         there's no inferior buffer (bug#10196).
16284         (prolog-consult-compile): Don't use toggle-read-only.
16286 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
16288         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16289         interrupt.  (Bug#10187)
16291 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16293         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16294         (bug#9160).
16296         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16297         (bug#10191).
16299 2011-12-02  Juri Linkov  <juri@jurta.org>
16301         * info.el (Info-search): Display "end of manual" when Isearch
16302         reaches the end of single-file Info manual.  (Bug#9918)
16304 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
16306         * isearch.el (isearch-message-prefix): Run the input method part
16307         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
16309 2011-12-02  Juri Linkov  <juri@jurta.org>
16311         * isearch.el (isearch-occur): Use `word-search-regexp' for
16312         `isearch-word'.
16313         (isearch-search-and-update): Add condition for `isearch-word' and
16314         call `word-search-regexp'.  (Bug#10145)
16316 2011-12-01  Glenn Morris  <rgm@gnu.org>
16318         * eshell/em-hist.el (eshell-hist-initialize):
16319         Handle eshell-history-size nil and HISTSIZE set or unset.
16320         (eshell-history-file-name, eshell-history-size): Fix custom type.
16322 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16324         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16326 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
16328         * progmodes/verilog-mode.el (verilog-pretty-expr):
16329         Rework verilog-pretty-expr to handle new assignment operators in system
16330         verilog, such as += *= and the like.
16331         (verilog-assignment-operator-re): Regular expression to find the
16332         assigment operator in a verilog assignment.
16333         (verilog-assignment-operation-re): Regular expression to find an
16334         assignment statement for pretty-expr.
16335         (verilog-in-attribute-p): Query returns true if point is in an
16336         attribute context; used to skip these for expression line up from
16337         pretty-expr.
16338         (verilog-in-parameter-p): Query returns true if point is in an
16339         parameter definition context; used to skip these for expression
16340         line up from pretty-expr.
16341         (verilog-in-parenthesis-p): Query returns true if point is in a
16342         parenthetical expression, specifically ( ) but not [ ] or { };
16343         used by pretty-expr.
16344         (verilog-just-one-space): If there is no space, don't add one.
16345         (verilog-get-lineup-indent-2): Specifically skip just attribute
16346         contexts for expression lineup, rather than skipping all
16347         parenthetical expressions.
16348         (verilog-calculate-indent): Fix comment, and fix indent.
16349         (verilog-do-indent): Indent declarations in lists (suggested by
16350         Joachim Lechner).
16351         (verilog-mode-abbrev-table): Populate abbrev mode with the various
16352         skeleton items.
16353         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16354         by Alain Mellan).
16356 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
16358         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16359         parameters with embedded comments.  Reported by Ray Stevens.
16360         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16361         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16362         Reported by Tim Holt.
16363         (verilog-auto): Fix AUTOing a upper module then AUTOing module
16364         instantiated by upper module causing wrong expansion until AUTOed a
16365         second time.  Reported by K C Buckenmaier.
16366         (verilog-diff-auto): Fix showing .* as a difference when
16367         `verilog-auto-star-save' off.  Reported by Dan Dever.
16368         (verilog-auto-reset, verilog-read-always-signals)
16369         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16370         temporary signals in reset list if
16371         verilog-auto-reset-blocking-in-non is nil, and match assignment
16372         style to each signal's assignment type, bug381.
16373         Reported by Thomas Esposito.
16374         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16375         (verilog-uvm-statement-re): Support UVM indentation and
16376         highlighting, with old OVM keywords only.
16377         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16378         Support AUTOTIEOFF creating non-wire data types.
16379         Suggested by Jonathan Greenlaw.
16380         (verilog-auto-insert-lisp, verilog-delete-to-paren)
16381         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16382         (verilog-inject-sense, verilog-read-inst-pins)
16383         (verilog-read-sub-decls, verilog-read-sub-decls-line):
16384         Fix mismatching parenthesis inside commented out code when deleting
16385         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
16386         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16387         non-numeric vector width.  Reported by Alex Reed.
16388         (verilog-auto-ascii-enum): Add "onehot" option to work around not
16389         detecting signals with parameter widths.  Reported by Alex Reed.
16390         (verilog-auto-delete-trailing-whitespace):
16391         With `verilog-auto-delete-trailing-whitespace' remove trailing
16392         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
16393         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16394         Fix verilog-scan-cache corruption when running user AUTO expansion
16395         hooks that call indentation routines.
16396         (verilog-simplify-range-expression): Fix typo ignoring lower case
16397         identifiers.
16398         (verilog-delete-auto): Fix delete-autos to also remove user created
16399         automatics, as long as they start with AUTO.
16400         (verilog-batch-diff-auto, verilog-diff-auto)
16401         (verilog-diff-function): Add `verilog-diff-auto' and bind to
16402         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
16403         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16404         (verilog-in-paren-quick, verilog-re-search-backward-quick)
16405         (verilog-re-search-forward-quick, verilog-syntax-ppss):
16406         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16407         is disabled and its cache will get corrupt, causing AUTOS not to
16408         expand.  Instead use only -quick functions.
16409         (verilog-scan-region): Fix scanning over escaped quotes.
16410         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16411         (verilog-re-search-backward-quick)
16412         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16413         related functions now ignore strings, to fix misparsing of strings
16414         with magic comments embedded in them.
16415         (verilog-read-auto-template):
16416         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16417         Reported by Brad Dobbie.
16418         (verilog-read-auto-template):
16419         Fix 'verilog-auto-inst-template-numbers' with comments.
16420         Reported by Brad Dobbie.
16421         (verilog-auto-inst, verilog-auto-inst-param)
16422         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16423         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
16424         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16425         debugging templates without merge conflicts, bug357.
16426         Reported by Brad Dobbie.
16427         (verilog-read-auto-template):
16428         Fix verilog-auto-inst-template-numbers with multiple templates.
16429         Reported by Brad Dobbie.
16430         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16431         abbrevs so user won't be asked to save.
16432         (verilog-read-auto-lisp-present): Fix to start at beginning of
16433         buffer in case called outside of verilog-auto.
16434         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16435         to "X-2".  Reported by Matthew Myers.
16436         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16437         all inputs from module templates.  Reported by Leith Johnson.
16438         (verilog-module-inside-filename-p): Fix locating programs as with
16439         modules.
16440         (verilog-auto-inst-port): Fix vl-width expressions when using
16441         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
16442         (verilog-decls-get-regs, verilog-decls-get-signals,
16443         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16444         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16445         verilog-read-decls): Combine reg and wire structures into one var
16446         structure to represent SystemVerilog concepts.
16447         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16448         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16449         (verilog-auto-wire-type, verilog-insert-definition):
16450         Add verilog-auto-wire-type and AUTOLOGIC to support using
16451         SystemVerilog "logic" keyword instead of "wire"/"reg".
16452         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16453         to declares outputs that also have assignments (presumably in an
16454         ifdef or generate if so there's not a driver conflict).
16455         Reported by Matthew Myers.
16456         (verilog-auto-declare-nettype, verilog-insert-definition):
16457         Add verilog-auto-declare-nettype to fix declarations using
16458         `default_nettype none.  Reported by Julian Gorfajn.
16459         (verilog-read-always-signals-recurse, verilog-read-decls)
16460         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16461         malformed end statement, bug325.  Reported by Joshua Wise and
16462         Andrew Drake.
16463         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16464         (verilog-inst-comment-re): Fix not deleting Interfaced comment
16465         when expanding .* in interfaces, bug320.
16466         Reported by Pierre-David Pfister.
16467         (verilog-read-module-name): Fix import statements between module
16468         name and open parenthesis, bug317.
16469         Reported by Pierre-David Pfister.
16470         (verilog-simplify-range-expression): Fix simplification of
16471         multiplications inside AUTOWIRE connections, bug303.
16472         (verilog-auto-inst-port): Support parameter expansion in
16473         multidimensional arrays.
16474         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16475         after "assert property".  Reported by Julian Gorfajn.
16476         (verilog-simplify-range-expression): Fix "couldn't merge" errors
16477         with multiplication, bug303.
16478         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16479         Reported by Jan Frode Lonnum.
16481 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
16483         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16484         (hfy-shell-file-name, hfy-shell):
16485         * international/fontset.el (x-decompose-font-name): Fix typos.
16487 2011-11-29  Ken Brown  <kbrown@cornell.edu>
16489         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16490         (gdb-version): Remove defvar.
16491         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16492         (gdb-gud-context-command, gdb-non-stop-handler)
16493         (gdb-current-context-command, gdb-stopped): Use it.
16494         (gdb-init-1): Enable pretty printing here.
16495         (gdb-non-stop-handler): Don't enable pretty-printing here.
16496         Check to see if the target supports non-stop mode; if not, turn off
16497         non-stop mode.  Use the following.
16498         (gdb-check-target-async): New defun.
16499         (gud-watch, gdb-stopped): Fix whitespace.
16500         (gdb-get-source-file): Don't try to display the source file if
16501         `gdb-main-file' is nil.
16503 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16505         * align.el: Try to generate fewer markers (bug#10047).
16506         (align--set-marker): New macro.
16507         (align-region): Use it.
16509 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16511         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16513 2011-11-29  Chong Yidong  <cyd@gnu.org>
16515         * indent.el (indent-for-tab-command, indent-according-to-mode):
16516         Doc fix.
16517         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
16519 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
16521         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16522         aware of remote file names.  (Bug#10124)
16524 2011-11-29  Chong Yidong  <cyd@gnu.org>
16526         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16528 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16530         * files.el (find-file): Don't use force-same-window (bug#10144).
16531         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16532         use pop-to-buffer if the selected window can't be used.
16533         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16535 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
16537         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16538         special-mode-map.
16540 2011-11-28  Chong Yidong  <cyd@gnu.org>
16542         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16544 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
16546         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16547           gdb-get-source-file-list on gdb-create-source-file-list.
16549 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
16551         * whitespace.el (whitespace-newline): Use a different foreground
16552         color for 16-color light-background displays.
16554 2011-11-24  Chong Yidong  <cyd@gnu.org>
16556         * window.el (display-buffer--special-action): Doc fix.
16558 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
16560         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16561         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16562         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16563         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16564         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16565         (avl-tree-stack-first):
16566         * emacs-lisp/cconv.el (cconv--analyse-use):
16567         * net/gnutls.el (gnutls-negotiate): Fix typos.
16569 2011-11-24  Glenn Morris  <rgm@gnu.org>
16571         * lpr.el (lpr-windows-system, lpr-lp-system):
16572         * mail/binhex.el (binhex-begin-line):
16573         * progmodes/grep.el (grep-history, grep-find-history):
16574         * textmodes/flyspell.el:
16575         * vc/pcvs-defs.el (cvs-global-menu):
16576         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16577         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16578         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16580         * net/tls.el: Fix case of "GnuTLS".
16582         * paths.el (rmail-file-name): Format doc-string for make-docfile.
16584         * version.el (emacs-build-system): Give it a doc-string.
16586 2011-11-24  Juri Linkov  <juri@jurta.org>
16588         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16590 2011-11-24  Glenn Morris  <rgm@gnu.org>
16592         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16593         if called on a non-mime message just toggle the headers.  (Bug#8006)
16595 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
16597         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16598         (allout-lead-with-comment-string, allout-structure-deleted-hook)
16599         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16600         (allout-rebullet-heading, allout-open-sibtopic)
16601         (allout-toggle-current-subtree-encryption)
16602         (allout-toggle-subtree-encryption, allout-encrypt-string)
16603         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16604         (allout-distinctive-bullets-string, allout-auto-activation):
16605         * window.el (window-normalize-buffer-to-display):
16606         * progmodes/verilog-mode.el (verilog-batch-indent):
16607         * textmodes/bibtex.el (bibtex-field-braces-opt)
16608         (bibtex-field-strings-opt):
16609         * vc/cvs-status.el (cvs-tree-merge):
16610         Fix typos.
16612 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
16614         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16615         `non-essential' to t, in order to avoid remote connections.
16617 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
16619         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16620         On MS-DOS and MS-Windows, compare with loaddefs.el
16621         case-insensitively.
16623 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
16625         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
16627 2011-11-23  Glenn Morris  <rgm@gnu.org>
16629         * paths.el (rmail-file-name): Reformat the doc-string so that it
16630         is picked up.
16632         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16633         (rmail-auto-file): Ignore case in the "special" field names,
16634         as mail-fetch-field does for all others.
16636         * mail/rmail.el (rmail-forward):
16637         * mail/rmailkwd.el (rmail-set-label):
16638         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16639         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
16641         * mail/rmail.el (rmail-current-message): Doc fix.
16643         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
16645 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16647         * server.el (server-eval-and-print): Allow C-g (bug#6585).
16649 2011-11-22  Glenn Morris  <rgm@gnu.org>
16651         * mail/rmailmm.el (test-rmail-mime-handler)
16652         (test-rmail-mime-bulk-handler)
16653         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16655 2011-11-21  Juri Linkov  <juri@jurta.org>
16657         * calc/calc.el (calc-read-key-sequence):
16658         Let-bind `input-method-function' to nil.  (Bug#10018)
16660 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16662         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16663         Tell the caller that the next line needs recomputation, even
16664         though it doesn't start a sexp (bug#10094).
16666 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16668         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16670 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16672         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16673         Use force-same-window.
16675 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
16677         * descr-text.el (describe-char-unicode-data):
16678         * json.el (json-string-escape):
16679         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16680         (Footnote-unicode, Footnote-style-p):
16681         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16683 2011-11-20  Chong Yidong  <cyd@gnu.org>
16685         * window.el (replace-buffer-in-windows): Restore interactive spec.
16687 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16689         * electric.el (electric-indent-mode): Fix last change (too optimistic).
16691         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16692         (byte-compile-global-not-obsolete-vars): New var.
16693         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16694         Use it.
16695         (byte-compile-warn-obsolete): Align text with the one in *Help*.
16697 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
16699         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16700         * progmodes/pascal.el (electric-pascal-equal):
16701         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16702         * xml.el (xml-substitute-special): Fix typos.
16704 2011-11-20  Glenn Morris  <rgm@gnu.org>
16706         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16707         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16708         Doc fixes.
16709         (rmail-decode-mime-charset): Mark as obsolete.
16711         * mail/rmailsum.el (rmail-message-regexp-p-1):
16712         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16713         Before using mime functions, check they are set.  (Bug#10077)
16715 2011-11-19  Juri Linkov  <juri@jurta.org>
16717         * info.el (Info-finder-find-node): Use `package--builtins' instead
16718         of `package-alist'.  Use node names formed by the pattern "Keyword "
16719         and the keyword name.
16721 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
16723         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16725 2011-11-19  Juri Linkov  <juri@jurta.org>
16727         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16728         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
16729         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16730         `old-history', `old-history-forward'.  Add let-binding
16731         `window-selected'.  Remove calls to `kill-buffer',
16732         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
16733         before calling `Info-find-node', so `Info-find-node-2' will reread
16734         the Info file.  Restore window positions only when `window-selected'
16735         is non-nil.
16737 2011-11-19  Juri Linkov  <juri@jurta.org>
16739         * isearch.el (isearch-lazy-highlight-new-loop):
16740         Remove condition `(not isearch-error)'.  (Bug#9918)
16742         * misearch.el (multi-isearch-search-fun): Add condition
16743         `(not bound)' to ignore lazy-highlighting search.
16744         Add the search-failed message "end of multi" when the end of
16745         multi-sequence is reached.  Uncapitalize the search-failed
16746         message "Repeat for next buffer".
16748         * info.el (Info-search): Add the search-failed message
16749         "end of the manual" when the end of the manual is reached
16750         in Isearch mode.
16752 2011-11-19  Juri Linkov  <juri@jurta.org>
16754         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16755         Use non-destructive `remove' instead of `delete' because
16756         `Info-history-list' stored to `Info-isearch-initial-history-list' in
16757         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16759 2011-11-19  Juri Linkov  <juri@jurta.org>
16761         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16762         to nil instead of binding `search-ring' and `regexp-search-ring'.
16763         (Bug#9185)
16765 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
16767         * simple.el (line-move): Force movement by logical lines for any
16768         hscrolled window, not only when auto-hscroll-mode is on.
16769         (line-move-visual): Update doc string to that effect.  (Bug#10076)
16771 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
16773         * language/european.el (macintosh): Define as alias for mac-roman.
16775 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
16777         * mail/rmailmm.el (rmail-mime-display-header)
16778         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16779         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16780         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16781         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16782         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16783         of a raw aref.
16784         (rmail-mime-entity-segment): To get past the tagline, move forward
16785         2 more lines, to account for the 2 empty lines that precede and
16786         follow the line with the buttons.
16787         (rmail-mime-update-tagline): Move one more line, to get past the
16788         empty line that follows the buttons in the tagline.  (Bug#9520)
16790 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
16792         * window.el (window-max-delta-1, window-min-delta-1)
16793         (window-min-size-1, window-state-get-1, window-state-put-1)
16794         (window-state-put-2): Use "window--" prefix.
16796 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16798         * emacs-lisp/smie.el: Improve warnings and conflict detection.
16799         (smie-warning-count): New var.
16800         (smie-set-prec2tab): Use it.
16801         (smie-bnf->prec2): Improve warnings.  Add docstring.
16802         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16803         (smie-bnf--set-class): New function.
16804         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
16805         corner case.
16807         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16808         (compilation-error-properties, compilation-move-to-column):
16809         Handle compilation-first-column while in the target buffer.
16811         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16812         Don't hardcode point-min==1.
16814         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16815         (eshell-rewrite-for-command): Remove workaround.
16816         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16817         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16818         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16820         * files-x.el (modify-file-local-variable): Obey commenting conventions.
16822 2011-11-17  Glenn Morris  <rgm@gnu.org>
16824         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16825         Ignore buffer-local generated-autoload-file if it is the same
16826         as the global value.  (Bug#10049)
16828 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
16830         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16831         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16832         (reftex-toc-previous-heading, reftex-toc-max-level)
16833         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16834         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16835         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16836         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16837         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16838         (reftex-toc-rename-label, reftex-toc-visit-location)
16839         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16840         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16841         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16842         leaving "*toc*" only for references to the buffer.
16844 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
16846         * window.el (window-resize, delete-window, split-window):
16847         Replace window-splits by window-combination-resize.
16848         * cus-start.el (window-splits): Replace by window-combination-resize.
16850 2011-11-17  Glenn Morris  <rgm@gnu.org>
16852         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16853         Make bash entry derive from sh entry, not shell entry.
16855 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
16857         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16858         local file name.
16860 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
16862         * menu-bar.el (menu-bar-file-menu):
16863         * printing.el (pr-ps-utility):
16864         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16865         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16866         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16867         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16868         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16869         (icalendar--convert-cyclic-to-ical)
16870         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16871         (icalendar--convert-ical-to-diary)
16872         (icalendar--convert-recurring-to-diary)
16873         (icalendar--convert-non-recurring-all-day-to-diary)
16874         (icalendar-import-format-sample):
16875         * progmodes/idlw-shell.el (idlwave-shell-mode):
16876         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16877         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16878         (vhdl-ps-print-init): Fix typos.
16880 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
16882         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16883         FSF and collapse date sequence, obscure author/maintainer email address
16884         better, remove extra version line, track relocation of author's webpage.
16886         * progmodes/python.el (python-pdbtrack-input-prompt)
16887         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16888         regular python pdb prompts.  Adjustments shamelessly taken exactly as
16889         suggested in EmacsWiki page (tiny change):
16890         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16892 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
16894         * expand.el (expand-pos, expand-index, expand-point):
16895         Remove redundant info from docstring.
16896         (expand-add-abbrevs): Doc fix.
16897         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16898         (expand-sample-perl-mode-expand-list): Fix typos.
16900         * net/dbus.el (dbus-event-member-name):
16901         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16902         * term/pc-win.el (msdos-create-frame-with-faces):
16903         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16905 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
16907         * window.el (split-window, window-state-get-1)
16908         (window-state-put-1, window-state-put-2): Rename occurrences of
16909         window-nest to window-combination-limit.
16910         * cus-start.el (window-nest): Rename to window-combination-limit.
16912 2011-11-16  Chong Yidong  <cyd@gnu.org>
16914         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16915         regexp (Bug#10033).
16917 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16919         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16920         `completing-read' will remove *Completions* and will preserve
16921         current-buffer for us.
16922         (tmm-add-prompt): Users of *Completions* will always (re)set its
16923         major mode.
16924         (tmm-old-comp-map): Remove.
16926 2011-11-16  Glenn Morris  <rgm@gnu.org>
16928         * mail/rmailedit.el: Require rmailmm when compiling.
16929         (rmail-old-mime-state): New declaration.
16930         (rmail-edit-current-message): If editing a mime message,
16931         edit the "raw" message from the mbox buffer.
16932         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
16934 2011-11-15  Glenn Morris  <rgm@gnu.org>
16936         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16937         which wasn't being used.  Add optional arg to force given state.
16938         (rmail-mime): Add optional arg to force given state.
16940 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
16942         * allout.el (allout-encryption-plaintext-sanitization-regexps):
16943         * frame.el (display-mm-dimensions-alist):
16944         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16945         (outline-move-subtree-down):
16946         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16947         (newsticker--treeview-do-get-node):
16948         * net/quickurl.el (quickurl-list-buffer-name):
16949         * progmodes/dcl-mode.el (dcl-mode):
16950         * progmodes/gdb-mi.el (gdb-mapcar*):
16951         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16953 2011-11-15  Glenn Morris  <rgm@gnu.org>
16955         * mail/rmail.el (rmail-file-coding-system): It's only ever used
16956         in a boolean sense, so just make it a boolean, and fix the doc.
16957         (rmail-show-mime-function, rmail-mime-feature)
16958         (rmail-require-mime-maybe): Doc fixes.
16959         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16961         * mail/rmailmm.el (rmail-show-mime): Doc fix.
16963 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
16965         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16966         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16967         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16968         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16970 2011-11-15  Glenn Morris  <rgm@gnu.org>
16972         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16973         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16974         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16975         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16976         (rmail-mime, rmail-show-mime): Doc fixes.
16978         * term/ns-win.el (mode-line-frame-identification):
16979         Leave it alone.  (Bug#10051)
16981         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
16983         * mail/rmailout.el (rmail-output-to-rmail-buffer):
16984         Handle empty buffers.  (Bug#9978)
16986 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
16988         * international/mule.el (define-charset):
16989         * mail/rmailmm.el (rmail-mime-find-header-encoding):
16990         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16991         * progmodes/verilog-mode.el (verilog-backward-token):
16992         * textmodes/ispell.el (lookup-words):
16993         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16995 2011-11-14  Glenn Morris  <rgm@gnu.org>
16997         * progmodes/executable.el
16998         (executable-make-buffer-file-executable-if-script-p):
16999         Handle file-modes returning nil.
17001         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
17002         message - not necessary, and causes problems.  (Bug#9831)
17004         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
17006         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
17008         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
17009         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
17010         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
17012 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
17014         * window.el (window-resize, delete-window): Use window-splits
17015         variable instead of function.
17016         (window-state-get-1, window-state-put-2, window-state-put):
17017         Don't deal with windows' splits status.
17019 2011-11-12  Glenn Morris  <rgm@gnu.org>
17021         * apropos.el (apropos-do-all, apropos-library, apropos-value)
17022         (apropos-documentation): Doc fixes.
17024 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
17026         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
17027         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
17029 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17031         * electric.el (electric-indent-post-self-insert-function): Make it
17032         possible for a char to only indent in some circumstances.
17033         (electric-indent-mode): Simplify.
17035 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
17037         * window.el (windows-with-parameter): Remove unused function.
17038         (windows-at-side): Rename to window-at-side-list.
17039         (window-check, window-atom-check, window-atom-check-1)
17040         (window-side-check, window-size-ignore, window-size-fixed-1)
17041         (window-in-direction-2): Prefix with "window--".
17042         (window-tree-1): Rename to window--subtree, fix doc-string.
17044 2011-11-11  Glenn Morris  <rgm@gnu.org>
17046         * subr.el (eval-after-load): If FILE is already loaded,
17047         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
17049 2011-11-10  Glenn Morris  <rgm@gnu.org>
17051         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
17052         Call svn via vc-svn-command rather than vc-do-command.
17053         (vc-svn-command): Add --non-interactive.  (Bug#9993)
17054         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
17056         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
17057         Add toggle-read-only.  (Bug#7292)
17058         * files.el (toggle-read-only): Mention that it should only
17059         be used interactively.  (Bug#10006)
17061 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17063         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17064         Adjust regexp for OCaml warnings.
17066         * electric.el (electric-pair-post-self-insert-function): Let user
17067         turn it off buffer-locally (bug#9932).
17069         * progmodes/python.el (python-beginning-of-statement):
17070         Rewrite (bug#2703).
17072         * progmodes/compile.el: Better handle TABs (bug#9749).
17073         (compilation-internal-error-properties)
17074         (compilation-next-error-function): Obey the target buffer's
17075         compilation-error-screen-columns.
17077 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
17079         * progmodes/meta-mode.el: Remove obsolete comments.
17080         (meta-right-comment-regexp, meta-ignore-comment-regexp):
17081         Fix typos in docstrings.
17083 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
17085         * window.el (window-size-fixed-p): Rewrite doc-string.
17086         (window-resizable-p): Rename to window--resizable-p.  Update callers.
17087         (window--resizable): New function.  Make all callers of
17088         window-resizable call window--resizable instead.
17089         (window-resizable): Rewrite in terms of window--resizable.
17091 2011-11-08  Glenn Morris  <rgm@gnu.org>
17093         * progmodes/delphi.el (delphi-mode-syntax-table):
17094         Let define-derived-mode define a proper syntax table.  (Bug#9994)
17096 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17098         * window.el: Stay away from defsubst.
17099         (window-list-no-nils): Remove.
17100         (window-state-get-1, window-state-get): Use backquote instead.
17102 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17104         * emacs-lisp/find-func.el (find-function-read):
17105         Fix incorrect use of default argument in `completing-read'.
17107 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
17109         * window.el (display-buffer-function, special-display-function):
17110         Mention display-buffer-record-window but do not mention
17111         help-setup parameter in doc-strings.
17112         (window-min-delta): Fix doc-string typo.
17114 2011-11-08  Chong Yidong  <cyd@gnu.org>
17116         * window.el (window-total-height, window-total-width): Doc fix.
17117         (window-body-size): Move from C.
17118         (window-body-height, window-body-width): Move to C.
17120 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17122         * window.el: Make special-display like display-buffer-alist (bug#9532).
17123         (display-buffer--special-action): New function, morphed
17124         from display-buffer--special.
17125         (display-buffer): Use it to handle special-display-buffers at higher
17126         priority (just after display-buffer-alist).
17127         (display-buffer-fallback-action, display-buffer--other-frame-action)
17128         (pop-to-buffer-same-window): Remove display-buffer--special.
17130 2011-11-07  Glenn Morris  <rgm@gnu.org>
17132         * calendar/cal-menu.el (cal-menu-set-date-title):
17133         Do nothing if not in a calendar.  (Bug#9976)
17135 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17137         * files.el (find-file): Always use selected-window.
17139 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
17141         * window.el (window-combinations): Make WINDOW argument
17142         mandatory.  Rewrite doc-string.
17143         (walk-window-subtree, window-atom-check, window-min-delta)
17144         (window-max-delta, window--resize-this-window)
17145         (window--resize-root-window-vertically, window-tree)
17146         (balance-windows, window-state-put): Rewrite doc-strings as to
17147         not mention the term "subwindow".
17148         (window--resize-subwindows-skip-p): Rename to
17149         window--resize-child-windows-skip-p.
17150         (window--resize-subwindows-normal): Rename to
17151         window--resize-child-windows-normal.
17152         (window--resize-subwindows): Rename to
17153         window--resize-child-windows.
17154         (window-or-subwindow-p): Rename to window--in-subtree-p.
17156 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17158         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17159         Ensure that mbox format messages end in two newlines (Bug#9974).
17161 2011-11-06  Chong Yidong  <cyd@gnu.org>
17163         * window.el (window-combination-p): Function deleted; its
17164         side-effect is not used in any existing code.
17165         (window-combinations, window-combined-p): Call window-*-child
17166         directly.
17168 2011-11-05  Chong Yidong  <cyd@gnu.org>
17170         * window.el (window-valid-p): Rename from window-any-p.
17171         (window-size-ignore, window-state-get): Callers changed.
17172         (window-normalize-window): Rename from window-normalize-any-window.
17173         New arg LIVE-ONLY, replacing window-normalize-live-window.
17174         (window-normalize-live-window): Delete.
17175         (window-combination-p, window-combined-p, window-combinations)
17176         (walk-window-subtree, window-atom-root, window-min-size)
17177         (window-sizable, window-sizable-p, window-size-fixed-p)
17178         (window-min-delta, window-max-delta, window-resizable)
17179         (window-resizable-p, window-full-height-p, window-full-width-p)
17180         (window-current-scroll-bars, window-point-1, set-window-point-1)
17181         (window-at-side-p, window-in-direction, window-resize)
17182         (adjust-window-trailing-edge, maximize-window, minimize-window)
17183         (window-deletable-p, delete-window, delete-other-windows)
17184         (record-window-buffer, unrecord-window-buffer)
17185         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17186         (quit-window, split-window, window-state-put)
17187         (set-window-text-height, fit-window-to-buffer)
17188         (shrink-window-if-larger-than-buffer): Callers changed.
17190 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
17192         * mail/rmail.el (rmail-simplified-subject): Decode subject with
17193         rfc2047-decode-string.
17194         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17195         warnings.
17197         * window.el (window-body-height, window-body-width): Mention in
17198         the doc string that the return values are in frame's canonical
17199         units.  (Bug#9949)
17201 2011-11-03  Alan Mackenzie  <acm@muc.de>
17203         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17204         change in cc-engine.el.
17206 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17208         * window.el (switch-to-buffer): Use `force-same-window' interactively.
17210 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
17212         * window.el (quit-window): Call unrecord-window-buffer after
17213         showing another buffer in the window.  (Bug#9937)
17214         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17216 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
17218         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17219         Accept status with more than 9 shelves.  (Bug#9935)
17220         Reported by Colin D Bennett <colin@gibibit.com>.
17222 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
17224         * help.el (with-help-window): Don't reference
17225         temp-buffer-show-specifiers in doc-string.
17227 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17229         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17230         menu-item.
17232 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17234         * whitespace.el: New version 13.2.2.
17235         (whitespace-newline-mode): Disable properly.  Reported by Sarah
17236         <EmacsWiki>.
17238 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
17240         * net/newst-treeview.el: Remove "Time-stamp".
17241         (newsticker--group-manage-orphan-feeds): Do not call
17242         newsticker--treeview-tree-update.
17243         (newsticker-treeview-update, newsticker-treeview):
17244         Call newsticker--treeview-tree-update if necessary.
17246 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
17248         * window.el (window-iso-combination-p, window-iso-combined-p)
17249         (window-iso-combinations): Remove "iso-" infix.
17250         Suggested by Chong Yidong.
17251         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17252         (window-max-delta-1, window-resize, window--resize-siblings)
17253         (window--resize-this-window, adjust-window-trailing-edge)
17254         (split-window, balance-windows-1)
17255         (shrink-window-if-larger-than-buffer):
17256         * calendar/calendar.el (calendar-generate-window):
17257         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17259 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17261         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17262         in place (bug#9907).
17263         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17264         (eshell-rewrite-if-command, eshell-rewrite-for-command)
17265         (eshell-structure-basic-command, eshell-rewrite-while-command)
17266         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17267         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17268         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17269         (eshell-do-pipelines-synchronously, eshell-eval-command):
17270         Use backquotes and prefer setq to set.
17271         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17272         (eshell-macrop): Use functionp.
17273         (eshell-do-eval): Handle multiple expressions in `while' body.
17275 2011-10-30  Chong Yidong  <cyd@gnu.org>
17277         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17278         instead of set-mark (Bug#9810).
17280 2011-10-30  Chong Yidong  <cyd@gnu.org>
17282         * window.el (split-window-below, split-window-right): Rename from
17283         split-window-above-each-other and split-window-side-by-side
17284         respectively.  All callers changed.
17285         (split-window-sensibly, split-window-sensibly): Use them.
17286         (split-window-keep-point): Doc fix.
17288         * isearch.el: Add isearch-scroll property to split-window-below
17289         and split-window-right.
17291         * follow.el (follow-mode):
17292         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17293         * progmodes/ada-xref.el (ada-gdb-application):
17294         * emulation/vip.el (vip-buffer-in-two-windows):
17295         * image-dired.el (image-dired-dired-with-window-configuration):
17296         * dired-x.el (dired-do-find-marked-files):
17297         * dired.el (dired-pop-to-buffer):
17298         * bs.el (bs--show-with-configuration):
17299         * vc/emerge.el (emerge-setup-windows):
17300         * textmodes/two-column.el (2C-two-columns):
17301         * textmodes/reftex-toc.el (reftex-toc):
17302         * progmodes/gdb-mi.el (gdb-setup-windows):
17303         * progmodes/fortran.el (fortran-window-create):
17304         * net/newst-treeview.el (newsticker--treeview-window-init):
17305         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17306         * emulation/tpu-edt.el (tpu-gold-map):
17307         * emulation/crisp.el (crisp-mode-map):
17308         * calendar/calendar.el (calendar-basic-setup): Callers changed.
17310 2011-10-29  Chong Yidong  <cyd@gnu.org>
17312         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17314         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17316         * textmodes/flyspell.el (flyspell-word): Fix char offset for
17317         forged Ispell output (Bug#7904).
17319         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17321 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17323         * doc-view.el: Avoid ugly errors about not finding nil.
17324         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17325         (doc-view-dvipdf-program, doc-view-unoconv-program)
17326         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17327         Avoid nil or absolute file name as default value.
17328         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17330 2011-10-28  Alan Mackenzie  <acm@muc.de>
17332         * progmodes/cc-defs.el (c-version): -> 5.32.2.
17334 2011-10-28  Alan Mackenzie  <acm@muc.de>
17336         Amend the handling of c-beginning/end-of-defun in nested declaration
17337         scopes.
17339         * progmodes/cc-vars.el (c-defun-tactic): Move here from
17340         cc-langs.el.  Change it to a defcustom.
17342         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17343         cc-vars.el.
17345         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17346         Prevent "class foo : bar" being spuriously recognized as a label.
17348         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17349         Add parameter `inclusive' (to include enclosing braces in the region).
17350         (c-widen-to-enclosing-decl-scope): New function.
17351         (c-while-widening-to-decl-block): New macro.
17352         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17353         outward for defun boundaries, and correspondingly change symbol
17354         `respect-enclosure' to `go-outward'.
17355         (c-declaration-limits): Change algorithm to report only the "innermost"
17356         defun's boundaries.
17358 2011-10-28  Deniz Dogan  <deniz@dogan.se>
17360         * net/rcirc.el (rcirc-mode): Use hard newlines.
17362 2011-10-28  Alan Mackenzie  <acm@muc.de>
17364         Amend to indent and fontify macros "which include their own semicolon"
17365         correctly, using the "virtual semicolon" mechanism.
17367         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17369         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17370         Recode to scan one line at a time rather than having \n and \r
17371         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17372         (c-forward-label): Amend for virtual semicolons.
17373         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17375         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17376         of the new C macros.
17378         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17379         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17380         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17381         (c-opt-cpp-macro-define): Make into a full language variable.
17382         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17383         AWK Mode (including \n, \r) removed, no longer needed.
17385         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17386         Invoke c-make-macro-with-semi-re.
17388         * progmodes/cc-vars.el (c-macro-with-semi-re):
17389         (c-macro-names-with-semicolon): New variables.
17390         (c-make-macro-with-semi-re): New function.
17392 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17394         * vc/log-edit.el: Fill empty field rather than adding new one.
17395         (log-edit-add-field): New function.
17396         (log-edit-insert-changelog): Use it.
17398 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17400         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17402 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17404         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17405         (gdb--check-interpreter): New function.
17406         (gdb): Use it.
17408 2011-10-27  Glenn Morris  <rgm@gnu.org>
17410         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17411         (least-positive-float, least-negative-float)
17412         (least-positive-normalized-float, least-negative-normalized-float)
17413         (float-epsilon, float-negative-epsilon):
17414         Remove unnecessary declarations.
17416         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17417         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17418         (least-positive-float, least-negative-float)
17419         (least-positive-normalized-float, least-negative-normalized-float)
17420         (float-epsilon, float-negative-epsilon): Add doc-strings,
17421         based on those in cl.texi.
17423         * files.el (set-visited-file-name): If the major-mode changed,
17424         reload the local variables.  (Bug#9796)
17426 2011-10-27  Chong Yidong  <cyd@gnu.org>
17428         * subr.el (change-major-mode-after-body-hook): New hook.
17429         (run-mode-hooks): Run it.
17431         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17432         Use change-major-mode-before-body-hook.
17434         * simple.el (fundamental-mode):
17435         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17436         change introducing fundamental-mode-hook.
17438 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
17440         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17442 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
17444         * ido.el (ido-file-name-all-completions-1): Do not require
17445         tramp.el explicitly.  (Bug#7583)
17447 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17449         * progmodes/octave-mod.el:
17450         * progmodes/octave-inf.el: Update maintainer.
17452 2011-10-26  Chong Yidong  <cyd@gnu.org>
17454         * subr.el (with-wrapper-hook): Rewrite doc.
17456 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
17458         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17459         filenames "/method:foo:".  (Bug#9793)
17461 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17463         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17464         (bug#9865).
17466 2011-10-24  Glenn Morris  <rgm@gnu.org>
17468         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
17470 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
17472         * notifications.el: Add the requirement of a running D-Bus session
17473         bus to the Commentary.
17475 2011-10-24  Juri Linkov  <juri@jurta.org>
17477         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17478         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17479         (Bug#9364)
17481 2011-10-24  Juri Linkov  <juri@jurta.org>
17483         * info.el (Info-following-node-name-re): Add newline to the list
17484         of allowed characters for leading space.  (Bug#9824)
17486 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17488         * progmodes/octave-inf.el (inferior-octave-mode-map):
17489         Fix C-c C-h binding.
17490         * progmodes/octave-mod.el (octave-help): Remove.
17492 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
17494         Sync with Tramp 2.2.3.
17496         * net/tramp-cache.el (top): Pacify byte-compiler using
17497         `init-file-user' and `site-run-file'.
17499         * net/trampver.el: Update release number.
17501 2011-10-23  Chong Yidong  <cyd@gnu.org>
17503         * files.el (toggle-read-only): Remove obsolete comment about
17504         version control.
17506         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17507         for toggle-read-only.  Note that this hasn't called vc-next-action
17508         since 2008-05-02, though it wasn't documented at the time.
17510         * vc/ediff-init.el (ediff-toggle-read-only-function):
17511         Use toggle-read-only.
17513 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
17515         Fix bug #9560, sporadic wrong indentation; improve instrumentation
17516         of c-parse-state.
17518         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17519         correct faulty logical expression.
17520         (c-parse-state-state, c-record-parse-state-state):
17521         (c-replay-parse-state-state): New defvar/defuns.
17522         (c-debug-parse-state): Use new functions.
17524 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
17526         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17527         last fix.  Use window-in-direction correctly.
17529 2011-10-21  Chong Yidong  <cyd@gnu.org>
17531         * progmodes/idlwave.el (idlwave-mode):
17532         * progmodes/vera-mode.el (vera-mode): No need to set
17533         require-final-newline; that's done in prog-mode.
17534         Suggested by Stefan Monnier.
17536 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
17538         * mouse.el (mouse-drag-window-above)
17539         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17540         (mouse-drag-mode-line-1, mouse-drag-header-line)
17541         (mouse-drag-vertical-line-rightward-window): Remove.
17542         (mouse-drag-line): New function.
17543         (mouse-drag-mode-line, mouse-drag-header-line)
17544         (mouse-drag-vertical-line): Call mouse-drag-line.
17545         * window.el (window-at-side-p, windows-at-side): New functions.
17547 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
17549         * tar-mode.el (tar-grind-file-mode):
17550         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
17552 2011-10-21  Chong Yidong  <cyd@gnu.org>
17554         * progmodes/idlwave.el (idlwave-mode):
17555         * progmodes/vera-mode.el (vera-mode):
17556         Use mode-require-final-newline.
17558 2011-10-20  Glenn Morris  <rgm@gnu.org>
17560         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
17562 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
17564         * emulation/cua-base.el (cua-set-mark): Fix case of string.
17566 2011-10-20  Chong Yidong  <cyd@gnu.org>
17568         * emulation/cua-base.el (cua-mode):
17569         * mail/footnote.el (footnote-mode):
17570         * mail/mailabbrev.el (mail-abbrevs-mode):
17571         * net/xesam.el (xesam-minor-mode):
17572         * progmodes/bug-reference.el (bug-reference-mode):
17573         * progmodes/cap-words.el (capitalized-words-mode):
17574         * progmodes/compile.el (compilation-minor-mode)
17575         (compilation-shell-minor-mode):
17576         * progmodes/gud.el (gud-tooltip-mode):
17577         * progmodes/hideif.el (hide-ifdef-mode):
17578         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17579         * progmodes/subword.el (subword-mode):
17580         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17581         * progmodes/which-func.el (which-function-mode):
17582         * term/tvi970.el (tvi970-set-keypad-mode):
17583         * term/vt100.el (vt100-wide-mode):
17584         * textmodes/flyspell.el (flyspell-mode):
17585         * textmodes/ispell.el (ispell-minor-mode):
17586         * textmodes/nroff-mode.el (nroff-electric-mode):
17587         * textmodes/paragraphs.el (use-hard-newlines):
17588         * textmodes/refill.el (refill-mode):
17589         * textmodes/reftex.el (reftex-mode):
17590         * textmodes/rst.el (rst-minor-mode):
17591         * textmodes/sgml-mode.el (html-autoview-mode)
17592         (sgml-electric-tag-pair-mode):
17593         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17594         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17595         * emulation/crisp.el (crisp-mode):
17596         * emacs-lisp/eldoc.el (eldoc-mode):
17597         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17598         minor mode behavior.
17600 2011-10-19  Juri Linkov  <juri@jurta.org>
17602         * descr-text.el (describe-char): Add #x2010 and #x2011 to
17603         the list of hard-coded chars with escape-glyph face.
17605 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17607         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17609 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
17611         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17612         running process.
17614 2011-10-19  Glenn Morris  <rgm@gnu.org>
17616         * vc/vc-bzr.el (vc-bzr-after-dir-status):
17617         Ignore ignored files.  (Bug#9726)
17619 2011-10-19  Chong Yidong  <cyd@gnu.org>
17621         Doc fix for minor modes, stating that an omitted argument enables
17622         the mode unconditionally when called from Lisp.
17624         * abbrev.el (abbrev-mode):
17625         * allout.el (allout-mode):
17626         * autoinsert.el (auto-insert-mode):
17627         * autoarg.el (autoarg-mode, autoarg-kp-mode):
17628         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17629         (global-auto-revert-mode):
17630         * battery.el (display-battery-mode):
17631         * composite.el (global-auto-composition-mode)
17632         (auto-composition-mode):
17633         * delsel.el (delete-selection-mode):
17634         * desktop.el (desktop-save-mode):
17635         * dired-x.el (dired-omit-mode):
17636         * dirtrack.el (dirtrack-mode):
17637         * doc-view.el (doc-view-minor-mode):
17638         * double.el (double-mode):
17639         * electric.el (electric-indent-mode, electric-pair-mode):
17640         * emacs-lock.el (emacs-lock-mode):
17641         * epa-hook.el (auto-encryption-mode):
17642         * follow.el (follow-mode):
17643         * font-core.el (font-lock-mode):
17644         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17645         * help.el (temp-buffer-resize-mode):
17646         * hilit-chg.el (highlight-changes-mode)
17647         (highlight-changes-visible-mode):
17648         * hi-lock.el (hi-lock-mode):
17649         * hl-line.el (hl-line-mode, global-hl-line-mode):
17650         * icomplete.el (icomplete-mode):
17651         * ido.el (ido-everywhere):
17652         * image-file.el (auto-image-file-mode):
17653         * image-mode.el (image-minor-mode):
17654         * iswitchb.el (iswitchb-mode):
17655         * jka-cmpr-hook.el (auto-compression-mode):
17656         * linum.el (linum-mode):
17657         * longlines.el (longlines-mode):
17658         * master.el (master-mode):
17659         * mb-depth.el (minibuffer-depth-indicate-mode):
17660         * menu-bar.el (menu-bar-mode):
17661         * minibuf-eldef.el (minibuffer-electric-default-mode):
17662         * mouse-sel.el (mouse-sel-mode):
17663         * msb.el (msb-mode):
17664         * mwheel.el (mouse-wheel-mode):
17665         * outline.el (outline-minor-mode):
17666         * paren.el (show-paren-mode):
17667         * recentf.el (recentf-mode):
17668         * reveal.el (reveal-mode, global-reveal-mode):
17669         * rfn-eshadow.el (file-name-shadow-mode):
17670         * ruler-mode.el (ruler-mode):
17671         * savehist.el (savehist-mode):
17672         * scroll-all.el (scroll-all-mode):
17673         * scroll-bar.el (scroll-bar-mode):
17674         * server.el (server-mode):
17675         * shell.el (shell-dirtrack-mode):
17676         * simple.el (auto-fill-mode, transient-mark-mode)
17677         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17678         (line-number-mode, column-number-mode, size-indication-mode)
17679         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17680         * strokes.el (strokes-mode):
17681         * time.el (display-time-mode):
17682         * t-mouse.el (gpm-mouse-mode):
17683         * tool-bar.el (tool-bar-mode):
17684         * tooltip.el (tooltip-mode):
17685         * type-break.el (type-break-mode-line-message-mode)
17686         (type-break-query-mode):
17687         * view.el (view-mode):
17688         * whitespace.el (whitespace-mode, whitespace-newline-mode)
17689         (global-whitespace-mode, global-whitespace-newline-mode):
17690         * xt-mouse.el (xterm-mouse-mode): Doc fix.
17692         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17693         Fix autogenerated docstring.
17695 2011-10-19  Juri Linkov  <juri@jurta.org>
17697         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17698         by checking environment variables "DESKTOP_SESSION" and
17699         "XDG_CURRENT_DESKTOP".  (Bug#9779)
17701 2011-10-19  Juri Linkov  <juri@jurta.org>
17703         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17704         (browse-url-chromium-program, browse-url-chromium-arguments):
17705         New defcustoms.
17706         (browse-url-default-browser): Check for `browse-url-chromium' and
17707         call `browse-url-chromium-program'.
17708         (browse-url-chromium): New command.  (Bug#9779)
17710 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
17712         * facemenu.el (list-colors-duplicates): On Windows, detect more
17713         duplicates by assuming that only colors matching "^System" are
17714         special "system colors".  (Bug#9722)
17716 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17718         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17719         to distinguish the author from the committer.
17721 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
17723         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17725 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17727         * international/mule.el (sgml-html-meta-auto-coding-function):
17728         Add support for detecting encoding in HTML5 specified only as
17729         <meta charset="UTF-8">.  Implementation just makes http-equiv and
17730         content-type parts from HTML4 encoding string optional.  (Bug#9716)
17732 2011-10-18  Glenn Morris  <rgm@gnu.org>
17734         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
17736 2011-10-18  Chong Yidong  <cyd@gnu.org>
17738         * faces.el (cursor): Doc fix.
17740 2011-10-17  Chong Yidong  <cyd@gnu.org>
17742         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17744 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
17746         * dirtrack.el (dirtrack): Support shell buffers with path
17747         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
17749 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
17751         * json.el: Bump version to 1.3 and note change in History.
17752         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17754 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17756         * comint.el (comint-insert-input, comint-send-input)
17757         (comint-get-old-input-default, comint-backward-matching-input)
17758         (comint-next-prompt): Use nil instead of `input' for field property of
17759         past user input (bug#114).
17761         * minibuffer.el (completion--replace): Inherit surrounding properties
17762         (bug#114).
17763         (minibuffer-complete-and-exit): Use it.
17765         * comint.el (comint--table-subvert): Quote the all-completions output
17766         (bug#9160).
17768 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
17770         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17772         * menu-bar.el (menu-bar-file-menu): Add entry for making new
17773         window on right of selected.  (Bug#9350) Reword other window
17774         entries and separate them from frame entries.
17776 2011-10-15  Glenn Morris  <rgm@gnu.org>
17778         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17779         Doc fixes.
17781 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
17783         * net/network-stream.el (network-stream-open-starttls):
17784         Improve detection of failure due to lack of TLS support.
17786         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17787         putting the input text in front and in bold.
17789 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17791         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17793         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17794         empty buffer.
17796         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17797         unread-command-events rather than pushing yet-another event.
17799 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
17801         * mail/sendmail.el (sendmail-query-once): Improve the wording of
17802         the explanation of the possible choices.  Make the options passed
17803         to completing-read shorter.
17805 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17807         * textmodes/flyspell.el (flyspell-large-region): Make sure
17808         extended character mode is used if defined (Bug#1339).
17810 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
17812         * simple.el (what-cursor-position): Fix the display of the
17813         character info for LRE, LRO, RLE, and RLO characters by appending
17814         an invisible PDF.
17816 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17818         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17819         even in case of error; add debug spec; simplify data flow.
17820         (with-timeout-handler): Remove.
17822 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
17824         Fix Bug#6019, Bug#9315.
17826         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17827         complete `buffer-file-name', the local file name part could look
17828         remotely (for example on VMS).
17830         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17831         `tramp-run-real-handler'.
17832         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17833         already quoted by '"'.
17835         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17836         Let `file-name-handler-alist' be nil, the local file name part
17837         could look remotely (for example on VMS).
17839 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17841         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17842         from here...
17843         (flyspell-post-command-hook): ...to here.
17845 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17847         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17848         if not needed.
17849         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
17850         using completion.  Protect against "slow" callers.
17851         Remove the "message hack".
17853 2011-10-11  Juri Linkov  <juri@jurta.org>
17855         * isearch.el (isearch-lazy-highlight-word): New variable.
17856         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17857         Use it.  (Bug#9727)
17859 2011-10-11  Glenn Morris  <rgm@gnu.org>
17861         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17862         like f90-previous-statement does.
17864 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17866         * eshell/eshell.el (eshell-command): History should be saved
17867         only in interactive use, to avoid error.
17869 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17871         * minibuffer.el (completion-file-name-table): Fix last change,
17872         i.e. ignore normal errors but not the other ones.
17874 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
17876         * window.el (special-display-buffer-names)
17877         (special-display-regexps): Remove some remnants of earlier
17878         changes from doc-strings.
17879         (quit-windows-on): New function.
17881         * vc/vc.el (vc-revert, vc-rollback):
17882         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17883         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
17884         (Bug#6183) (Bug#7074) (Bug#7447)
17886 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
17888         * window.el (frame-auto-hide-function): Add version tag.
17889         (Bug#9699)
17891 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
17893         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17894         condition.
17896 2011-10-09  Leo Liu  <sdl.web@gmail.com>
17898         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17899         (Bug#9701)
17901 2011-10-08  Glenn Morris  <rgm@gnu.org>
17903         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17904         before the first code statement zero indent.  (Bug#9690)
17906 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
17908         * simple.el (count-words-region): Always count in the region.
17909         Report the number of lines and characters too.
17910         (count-words): New command, which counts in the buffer if the
17911         region is inactive, as count-words-region used to.
17912         (count-words--message): New function.  Handle plurals.
17913         (count-lines-region): Make it an alias for count-words-region.
17915         * bindings.el (esc-map): Replace count-lines-region with
17916         count-words-region.
17918 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
17920         * window.el (window--delete): Delete dedicated frame
17921         unconditionally when argument KILL is non-nil.  (Bug#9699)
17922         (switch-to-buffer): Fix doc-string typo.
17924 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17926         * eshell/eshell.el (eshell-command): Avoid using hooks.
17928 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
17930         * bindings.el ([M-left],[M-right]): Bind to left-word and
17931         right-word respectively.
17933 2011-10-07  Glenn Morris  <rgm@gnu.org>
17935         * cus-start.el (debug-on-quit): Fix custom type.
17937 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939         * subr.el (define-key-after): Clarify that the function is not
17940         useful for non-menu keymaps.
17942         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17944 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17946         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17947         in current minibuffer (Fix bug with recursive minibuffers).
17949 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
17951         * progmodes/gdb-mi.el (gdb): Doc fix.
17953 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
17955         * window.el (frame-auto-hide-function): New option replacing
17956         frame-auto-delete.  Suggested by Stefan Monnier.
17957         (window--delete): Call frame-auto-hide-function instead of
17958         investigating frame-auto-delete.
17959         (window-point-1, set-window-point-1): New functions.
17960         (window-in-direction, record-window-buffer, window-state-get-1)
17961         (display-buffer-record-window): Use window-point-1 instead of
17962         window-point.
17963         (set-window-buffer-start-and-point): Use set-window-point-1.
17965 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17967         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17969 2011-10-05  Glenn Morris  <rgm@gnu.org>
17971         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17972         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
17974 2011-10-05  Leo Liu  <sdl.web@gmail.com>
17976         * subr.el (read-char-choice): Fix argument to buffer-live-p which
17977         works with buffer object.
17979 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17981         * mpc.el (mpc-tool-bar-map): Add labels.
17983 2011-10-04  Glenn Morris  <rgm@gnu.org>
17985         * calendar/holidays.el (calendar-check-holidays): Doc fix.
17987 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
17989         * window.el (window--delete): New function.
17990         (frame-auto-delete): Resuscitate option.
17991         (bury-buffer, replace-buffer-in-windows)
17992         (quit-window): Rewrite using window--delete.
17993         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17994         Pass display-buffer-mark-dedicated to window--display-buffer-2
17995         (Bug#9639).
17997 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17999         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
18000         returns a list (bug#9554).  Add remote file name completion.
18001         * comint.el (comint--table-subvert): Curry and get quote&unquote
18002         functions as arguments.
18003         (comint--complete-file-name-data): Adjust call accordingly.
18004         * pcomplete.el (pcomplete--table-subvert): Remove.
18005         (pcomplete-completions-at-point): Use comint--table-subvert instead.
18007         * minibuffer.el (completion-table-case-fold): Use currying.
18008         (completion--styles-type, completion--cycling-threshold-type):
18009         New constants.
18010         (completion-styles, completion-category-overrides)
18011         (completion-cycle-threshold): Use them.
18012         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
18013         completion-table-case-fold.
18015 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
18017         * minibuffer.el (completion-category-overrides): Fix type of styles
18018         and add more user friendly tags (bug#9660).
18020 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18022         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
18023         (mule-input-method-string): New widget.
18024         (default-input-method, language-info-custom-alist): Use it.
18026 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18028         * pcomplete.el: Require comint.
18029         (pcomplete--common-suffix): Remove.
18030         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
18031         (pcomplete--table-subvert): Sync with comint--table-subvert.
18032         (pcomplete--entries): Use comint-completion-file-name-table.
18033         * comint.el (comint-unquote-filename): Simplify.
18034         (comint-completion-file-name-table): New function (bug#9616).
18035         (comint--complete-file-name-data): Use it.
18037         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
18038         (pcmpl-gnu-tar-buffer): Remove.
18039         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
18040         around.  Make sure pcomplete-suffix-list is only changed temporarily.
18041         Don't look inside the tar's file if it's too large.
18043 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
18045         * cus-edit.el (custom-mode-map):
18046         * epa.el (epa-key-list-mode-map):
18047         * man.el (Man-mode-map):
18048         * startup.el (splash-screen-keymap):
18049         * simple.el (special-mode-map): Use scroll-up-command and
18050         scroll-down-command.
18052         * progmodes/idlw-help.el (idlwave-help-mode-map):
18053         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
18054         * net/newst-plainview.el (newsticker-mode-map):
18055         * emulation/ws-mode.el (wordstar-mode-map):
18056         * emulation/vi.el (vi-com-map):
18057         * calc/calc-graph.el (calc-graph-show-dumb):
18058         * term/sun.el (terminal-init-sun):
18059         * term/ns-win.el (global-map):
18060         * progmodes/grep.el (grep-mode-map):
18061         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
18062         * mail/rmail.el (rmail-mode-map):
18063         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18065         * custom.el (custom-safe-themes, load-theme): Treat value of t for
18066         custom-safe-themes as special.
18068 2011-10-01  Julien Danjou  <julien@danjou.info>
18070         * notifications.el (notifications-notify): Fix docstring.
18072 2011-10-01  Per Starbäck  <per@starback.se>
18074         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
18076 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
18078         * startup.el (command-line-1): Fix last fix by inserting
18079         initial-scratch-message into *scratch* before displaying it.
18080         (Bug#9605) and (Bug#9636)
18082 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
18084         * simple.el (line-move): If auto-hscroll-mode is disabled and the
18085         window is hscrolled, move by logical lines.  (Bug#9607)
18086         (line-move-visual): Update the doc string to the above effect.
18088 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
18090         * window.el (display-buffer-record-window): When WINDOW is the
18091         selected window use `point' instead of `window-point'.  (Bug#9626)
18093         * startup.el (command-line-1): Use insert-before-markers when
18094         inserting initial-scratch-message.  (Bug#9605)
18096         * help.el (help-window): Remove variable.
18098 2011-09-29  Glenn Morris  <rgm@gnu.org>
18100         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18102 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
18104         * descr-text.el (describe-char-categories): Accept category
18105         descriptions more than one line long.
18107 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18109         * simple.el (delete-trailing-whitespace): Fix last change.
18111         * progmodes/perl-mode.el (perl-syntax-propertize-function):
18112         Don't confuse "y => 3" as the beginning of a `y' operation.
18114         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18115         object has more than 4 slots (bug#9613).
18117 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
18119         * subr.el (with-output-to-temp-buffer):
18120         * net/quickurl.el (quickurl, quickurl-browse-url):
18121         Fix typos in docstrings.
18123 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
18125         * minibuffer.el (completion-styles)
18126         (completion-category-overrides): Cross reference each other in doc
18127         strings.
18129 2011-09-27  Glenn Morris  <rgm@gnu.org>
18131         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18132         to split-string.  (Bug#9606)
18134 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18136         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18137         (bug#9615).
18139 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
18141         * emacs-lisp/package.el (list-packages): Fix echo area message.
18143 2011-09-27  Leo Liu  <sdl.web@gmail.com>
18145         * ido.el (ido-read-internal): Accept cons cell HIST arg.
18147 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
18149         * net/dbus.el (dbus-unregister-object): Don't release services for
18150         registered signals.  (Bug#9581)
18152 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
18154         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18155         function that picks between cfengine 2 and 3 support
18156         automatically.  Update docs accordingly.
18158 2011-09-22  Kenichi Handa  <handa@m17n.org>
18160         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18161         ZERO.
18162         (indian-itrans-v5-table-for-tamil): New variable.
18163         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18165 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
18167         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18168         that's true if the current command involved collapsing of text.
18169         It's reset to false at the beginning of the next command.
18170         (allout-post-command-business): Move the cursor to the beginning
18171         of entry if the cursor is hidden and collapsing activity just
18172         happened.
18174 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
18176         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18177         tracking (Bug#9541).
18179 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
18181         * net/newst-reader.el (newsticker-html-renderer)
18182         (newsticker-show-news): Automatically load html rendering package
18183         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
18184         because w3m-fill-column is let-bound" and the error "Symbol's value
18185         as variable is void: w3m-fill-column".
18187 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
18189         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18190         Release services only if they are defined.  (Bug#9581)
18192 2011-09-23  Richard Stallman  <rms@gnu.org>
18194         * textmodes/paragraphs.el (forward-sentence): For backwards case,
18195         distinguish start of paragraph from start of its text.
18197         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18199         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18200         (rmail-generate-viewer-buffer): Put that hook on view buffer.
18201         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18203 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
18205         * international/mule-diag.el (mule-diag): Insert a newline after
18206         each fontset description.
18208 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18210         * simple.el (delete-trailing-whitespace):
18211         Document last change; simplify.
18213 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
18215         * simple.el (delete-trailing-whitespace): Also delete
18216         extra newlines at the end of the buffer.
18218         * textmodes/picture.el: Make motion commands obey shift-select-mode.
18219         (picture-newline): Use forward-line so as to ignore fields.
18221 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18223         * subr.el (with-wrapper-hook): Fix edebug spec.
18225 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18227         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18228         (bug#4538).
18230 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
18232         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18233         Fix nasty bug using wrong cached values.
18235 2011-09-23  Alan Mackenzie  <acm@muc.de>
18237         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18239 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
18241         * window.el (pop-to-buffer): Ensure right window is selected if we
18242         chose another frame.
18244 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
18246         * simple.el (what-cursor-position): Use get-char-property-change
18247         and next-single-char-property-change, to be able to show display
18248         properties that come from overlays as well as text properties.
18250 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
18252         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18254         * cmuscheme.el (run-scheme, switch-to-scheme):
18255         * cus-edit.el (customize-group, custom-buffer-create)
18256         (customize-browse):
18257         * info.el (info):
18258         * shell.el (shell):
18259         * mail/sendmail.el (mail):
18260         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18262 2011-09-22  Richard Stallman  <rms@gnu.org>
18264         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18265         move back only to line beg, don't move back over blank lines.
18267 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
18269         * files.el (copy-directory): Set directory attributes only in case
18270         they could be retrieved from the source directory.  (Bug#9565)
18272 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
18274         * progmodes/hideshow.el (hs-looking-at-block-start-p)
18275         (hs-find-block-beginning, hs-hide-level-recursive):
18276         Ignore strings as well as comments.  (Bug#9502)
18278 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
18280         * progmodes/sql.el (sql-comint-postgres):
18281         Convert port number to a string.  (Bug#9566)
18283 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
18285         * window.el (quit-window): Undedicate window when switching to
18286         previous buffer.  Reported by Thierry Volpiatto
18287         <thierry.volpiatto@gmail.com>.
18288         (special-display-popup-frame): When popping up a new frame reset
18289         its previous buffers to nil.  Simplify code.
18291 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
18293         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18294         and process filter, as done also in `shell-command'.
18296 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
18298         * window.el (set-window-buffer-start-and-point):
18299         Call set-window-start with NOFORCE argument t.
18300         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18301         (quit-window): Reword doc-string.  Handle new format of
18302         quit-restore parameter.  Don't delete window if it has a
18303         previous buffer we can show instead of the present one.
18304         (display-buffer-record-window): Rewrite using a new format for
18305         the quit-restore window parameter
18306         (special-display-popup-frame, display-buffer-same-window)
18307         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18308         (display-buffer-pop-up-window, display-buffer-use-some-window):
18309         Adapt symbol passed to display-buffer-record-window.
18310         * help.el (help-window-setup): Handle new format of quit-restore
18311         parameter.
18313 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18315         * faces.el (face-list): Fix docstring (bug#9564).
18317         * window.el (display-buffer--action-function-custom-type):
18318         Don't include internal functions in the Custom interface.
18320 2011-09-20  Juri Linkov  <juri@jurta.org>
18322         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18323         (Info-forward-node, Info-backward-node, Info-next-preorder)
18324         (Info-last-preorder): Use it.  (Bug#9528)
18326 2011-09-20  Juri Linkov  <juri@jurta.org>
18328         * info.el (Info-last-preorder): Visit last menu item only when
18329         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18331 2011-09-20  Julien Danjou  <julien@danjou.info>
18333         * password-cache.el (password-cache-remove): Remove entries even if the
18334         value is nil, so that password with a nil value (negative caching) is
18335         possible to invalidate.
18337 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
18339         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18340         all whitespace around breakpoint.  (Bug#9553)
18341         (f90-find-breakpoint): Only break at whitespace inside a comment.
18343 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18345         * minibuffer.el (completion-file-name-table): Keep track of errors.
18346         (completion-table-with-predicate): Handle the case where pred1 is nil.
18347         * pcomplete.el (pcomplete-completions-at-point): Simplify.
18349 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18351         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18352         (debugger-return-value): Signal an error if the debugging context does
18353         not await any return value.
18355         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18356         * image-mode.el (image-toggle-display-text)
18357         (image-toggle-display-image): Stay away from evil `intangible'.
18359 2011-09-19  Leo Liu  <sdl.web@gmail.com>
18361         * replace.el (occur-revert-arguments): Make it permanent-local.
18362         (occur-mode): Don't call font-lock-defontify.
18364 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
18366         * net/ldap.el (ldap-search-internal): Don't push empty search
18367         result (Bug#9508).
18369 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18371         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18373 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
18375         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18376         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18378 2011-09-18  Juri Linkov  <juri@jurta.org>
18380         * buff-menu.el (Buffer-menu-mode-map):
18381         * dired.el (dired-mode-map):
18382         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18383         (lisp-interaction-mode-map):
18384         * emacs-lisp/package.el (package-menu-mode-map):
18385         * epa.el (epa-key-list-mode-map):
18386         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18387         (menu-bar-options-menu):
18388         * outline.el (outline-mode-menu-bar-map):
18389         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18390         * vc/vc-dir.el (vc-dir-menu-map):
18391         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18392         Capitalize non-function content words in menu item strings.
18394         * dired.el (dired-mode-map): Add menu item for
18395         `image-dired-dired-toggle-marked-thumbs'.
18397 2011-09-18  Juri Linkov  <juri@jurta.org>
18399         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18400         to `isearch-case-fold-search' and restore its original value
18401         after the `isearch-mode' call.
18403 2011-09-18  Juri Linkov  <juri@jurta.org>
18405         * progmodes/grep.el (grep-process-setup): Don't check code for 1
18406         because `zgrep' returns 1 for successful matches (bug#9226).
18408 2011-09-18  Juri Linkov  <juri@jurta.org>
18410         * info.el (Info-extract-menu-node-name): Check the second match
18411         for empty string (second test-case of bug#9528).
18412         (Info-last-preorder): Let-bind `Info-history' to nil to not add
18413         intermediate nodes to the history (first test-case of bug#9528).
18415 2011-09-18  Juri Linkov  <juri@jurta.org>
18417         * info.el (Info-mode-syntax-table): New variable.
18418         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18420 2011-09-18  Juri Linkov  <juri@jurta.org>
18422         * info.el (Info-file-supports-index-cookies):
18423         Increment line-beginning-position's arg from 3 to 4 because makeinfo
18424         outputs one more line for long file names (bug#4142).
18426 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18428         * newcomment.el (comment-normalize-vars): If prompting for
18429         comment-start, set comment-start-skip too (Bug#8424).
18431 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
18433         * icomplete.el: Fix previous fix of Bug#5849.
18434         (icomplete-mode): Don't set completion-show-inline-help.
18435         (icomplete-minibuffer-setup): Set completion-show-inline-help
18436         locally during icompletion.
18438 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18440         * woman.el (woman2-process-escapes): Don't delete unrecognized
18441         escapes (Bug#7843).
18443         * files.el (inhibit-first-line-modes-regexps): Add image files.
18444         (hack-local-variables-prop-line): Return nil for malformed
18445         prop-lines (Bug#9044).
18447 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
18449         * net/tramp.el (top): Don't require 'shell.
18450         (tramp-methods): Fix docstring.
18451         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18452         Return complete remote file name.  Handle "smb" case.
18453         Use `tramp-tmpdir', if defined for the respective method.
18454         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18456         * net/tramp-compat.el (top): Require 'shell.
18458         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18459         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18460         `tramp-current-host'.
18461         (tramp-get-remote-tmpdir): Remove.
18463         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18464         `tramp-tmpdir' entries.
18465         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18466         (tramp-smb-handle-file-attributes): Ignore errors.
18467         (tramp-smb-wait-for-output): Check also for process end.
18469 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18471         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18472         when sending QUIT (bug#9312).
18474 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
18476         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18477         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18478         occur-mode-display-occurrence.
18479         (occur-edit-mode): Add usage message.
18480         (occur-cease-edit): New command.
18481         (occur-after-change-function): Use text properties to find the
18482         position of the prefix text.
18483         (occur-engine): Set stickiness of prefix text properties.
18485 2011-09-17  Glenn Morris  <rgm@gnu.org>
18487         * progmodes/etags.el (complete-tag):
18488         Fix call to completion-in-region.  (Bug#9526)
18490 2011-09-17  Juri Linkov  <juri@jurta.org>
18492         * textmodes/ispell.el (ispell-word): Add to the error message
18493         the word, ispell program name and current dictionary (bug#9121).
18494         (ispell-tex-arg-end): Capitalize "error" in the error message.
18496 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
18498         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18499         check.  (Bug#4251)
18501 2011-09-17  Juri Linkov  <juri@jurta.org>
18503         * window.el (window-safe-min-height, window-safe-min-width):
18504         Fix typos (followup to bug#9522).
18506 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
18508         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18510 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
18512         * simple.el (line-move): If goal-column is set, move by logical
18513         lines, not by display lines.  (Bug#971)
18514         (next-line, previous-line, goal-column, line-move-visual): Doc fix
18515         to reflect the above change.
18517 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18519         * image.el (imagemagick-register-types): Use regexp-opt.
18521 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18523         * window.el (display-buffer-base-action): Rename from
18524         display-buffer-default-action.  Make default value empty.
18525         (display-buffer-overriding-action): Convert to defvar.
18526         (display-buffer-fallback-action): New var.
18528 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18530         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18531         declaration.
18532         (package--add-to-archive-contents): If there is a duplicate entry
18533         with an older version, remove it.
18534         (package-menu-mark-delete, package-menu-mark-install)
18535         (package-menu-mark-unmark): Make unused args optional.
18536         (package-menu-mark-obsolete-for-deletion):
18537         Use package-menu-get-status instead of a regexp search.
18538         (package-menu-get-status): Use tabulated-list-entry.
18539         (package-menu-mark-upgrades): New command.
18540         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
18541         (package-menu-execute): Do installation before deletion.
18542         (package-menu-refresh, package-menu-execute): Use derived-mode-p
18543         instead of checking major-mode.
18544         (package-menu--find-upgrades): New function.
18546 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18548         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18549         passwords in the log buffer.
18550         (smtpmail-process-filter): Update the process marker so that the
18551         "broken by peer" status message is inserted in the right place.
18553 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18555         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18556         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18557         bibtex-completion-at-point-function.
18558         (bibtex-completion-at-point-function): Use them.
18560         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18562         * mpc.el (mpc-constraints-tag-lookup): New function.
18563         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18564         also to browser "album|playlist".
18566 2011-09-14  Juri Linkov  <juri@jurta.org>
18568         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
18569         (isearch-edit-string): Use length of `isearch-string' when
18570         `isearch-fail-pos' returns nil.
18571         (isearch-message): Remove duplicate code and call
18572         `isearch-fail-pos' with arg `t'.
18574 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
18576         * replace.el (occur-mode-goto-occurrence): Don't force using other
18577         window (Bug#9499).
18579         * dired-aux.el (dired-do-chmod): Don't provide initial input.
18581 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
18583         * window.el (display-buffer-window): Remove.
18584         (display-buffer-record-window): Use help-setup window parameter
18585         instead of variable display-buffer-window.
18586         (display-buffer-function, special-display-buffer-names)
18587         (special-display-function): Mention help-setup parameter instead
18588         of display-buffer-window in doc-string.
18589         * help.el (help-window-setup): New argument help-window.
18590         Use help-window-setup parameter instead of display-buffer-window.
18591         Reword some messages.
18592         (with-help-window): Pass window used for displaying the buffer
18593         to help-window-setup.  Don't set display-buffer-window.
18595 2011-09-13  Glenn Morris  <rgm@gnu.org>
18597         * emacs-lisp/debug.el (debugger-make-xrefs):
18598         Preserve point.  (Bug#9462)
18600 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18602         * window.el (window-deletable-p): Use next-frame.
18604 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
18606         * window.el (window-auto-delete): Remove.
18607         (window-deletable-p): Remove argument FORCE.  Don't deal with
18608         dedication and previous buffers.
18609         (switch-to-prev-buffer): Don't delete window.
18610         (delete-windows-on): Delete a window's frame if and only if the
18611         window is dedicated.
18612         (replace-buffer-in-windows): Delete buffer's window or frame if
18613         and only if window is dedicated.
18614         (quit-window): Handle quit-restore as before last change.
18615         (bury-buffer): Delete window only if window-deletable-p returns t.
18617 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18619         * window.el (window-deletable-p): Never delete the last frame on a
18620         given terminal.
18622 2011-09-13  Glenn Morris  <rgm@gnu.org>
18624         * help.el (describe-key-briefly): Copy previous standard-output change.
18626 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
18628         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
18630 2011-09-13  Glenn Morris  <rgm@gnu.org>
18632         * emacs-lisp/lisp-mode.el (lisp-indent-function):
18633         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18635 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
18637         * dired-aux.el (dired-mark-read-string): Don't return default
18638         value on empty input (Bug#9361).
18639         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18640         Omit initial minibuffer contents.
18641         (dired-do-chmod): Signal an error on empty input.
18642         (dired-mark-read-string): Don't return default on empty input.
18644         * files.el (file-modes-symbolic-to-number): Doc fix.
18646 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18648         * international/mule-cmds.el (ucs-completions): Remove.
18649         (read-char-by-name): Use complete-with-action instead; add metadata.
18651 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18653         * window.el (display-buffer--action-function-custom-type)
18654         (display-buffer--action-custom-type): New vars.
18655         (display-buffer-alist, display-buffer-default-action)
18656         (display-buffer-overriding-action): Add defcustom types.
18658         * frame.el (delete-other-frames): Doc fix (Bug#276).
18660 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18662         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18664 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18666         Change modes that used same-window-* vars to use switch-to-buffer.
18668         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18669         Use switch-to-buffer.
18671         * cus-edit.el (customize-group, custom-buffer-create)
18672         (customize-browse, custom-buffer-create-other-window):
18673         Use switch-to-buffer or switch-to-buffer-other-window.
18675         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18676         (Info-prev, Info-up, Info-speedbar-goto-node)
18677         (info-display-manual): Use switch-to-buffer.
18678         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18680         * mail/sendmail.el (mail): Use switch-to-buffer.
18681         (mail-recover): Use switch-to-buffer-other-window.
18683         * cmuscheme.el (run-scheme, switch-to-scheme):
18684         * ielm.el (ielm):
18685         * shell.el (shell):
18686         * net/rlogin.el (rlogin):
18687         * net/telnet.el (telnet, rsh):
18688         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18690 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
18692         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18694 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18696         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18697         so don't mention it (bug#9301).
18698         (dired-sort-toggle-or-edit): Clarify string further.
18700         * faces.el (face-spec-set-match-display): Make `(type graphic)'
18701         match `x', `w32' and `ns', like the manual says (bug#9029).
18703         * subr.el (eval-after-load): Doc string clarification (bug#9125).
18704         (process-kill-buffer-query-function): Mention the buffer name in
18705         the query.
18707         * image-mode.el (image-next-line): The line parameter is mandatory
18708         (bug#9258).
18710         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18711         which can be useful (bug#9301).
18713         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18715         * subr.el (match-string): Mention that the current buffer should
18716         be the same as the search was done in (bug#9282).
18718         * facemenu.el: Disable the remove-* commands if the mark isn't
18719         active (bug#9162).
18721 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
18723         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18724         of display-buffer.
18725         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18727         * replace.el (occur-mode-goto-occurrence)
18728         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18729         and display-buffer.
18731         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18732         display-buffer.
18734         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18735         special-display and same-window variables.
18736         (mail-other-window): Use switch-to-buffer-other-window.
18737         (mail-other-frame): USe switch-to-buffer-other-frame.
18739         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18740         Use display-buffer-other-frame.
18741         (gdb-display-gdb-buffer): Use pop-to-buffer.
18743         * progmodes/gud.el (gud-goto-info): Use info-other-window.
18745         * progmodes/python.el: Don't set same-window-buffer-names.
18747         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18749         * window.el (display-buffer-alist): Add *Python*.
18751 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
18753         * window.el (display-buffer-alist): Add entry for buffers
18754         previously handled same-window-*.
18755         (display-buffer-alist, display-buffer-default-action)
18756         (display-buffer-overriding-action): Mark as risky.
18757         (display-buffer-alist): Document action function changes.
18758         (display-buffer--same-window-action)
18759         (display-buffer--other-frame-action): New variables.
18760         (switch-to-buffer, display-buffer-other-frame): Use them.
18761         (display-buffer): Rename reuse-frame entry to reusable-frames.
18762         (display-buffer-reuse-selected-window): Function deleted.
18763         (display-buffer-reuse-window): Handle reusable-frames alist entry.
18764         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18765         (display-buffer-special): New function.
18766         (display-buffer--maybe-pop-up-frame-or-window): Rename from
18767         display-buffer-reuse-or-pop-window.  Split off special-display
18768         part into display-buffer-special.
18769         (display-buffer-use-some-window): Don't perform any special
18770         pop-up-frames handling.
18771         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18772         (display-buffer--maybe-same-window): Rename from
18773         display-buffer-maybe-same-window.
18775         * info.el: Don't set same-window-regexps.
18776         (info-setup): New function.
18777         (info-other-window, info): Call it.
18779         * cus-edit.el: Don't set same-window-regexps.
18780         (customize-group): New argument.
18781         (customize-group-other-window): Use it.
18782         (customize-face, customize-face-other-window): Likewise.
18783         (custom-buffer-create-other-window): Use pop-to-buffer directly.
18785         * net/rlogin.el:
18786         * net/telnet.el:
18787         * progmodes/gud.el: Don't set same-window-regexps.
18789         * cmuscheme.el:
18790         * ielm.el:
18791         * shell.el:
18792         * mail/sendmail.el:
18793         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18795 2011-09-10  Juri Linkov  <juri@jurta.org>
18797         * isearch.el (isearch-edit-string): Remove obsolete mention of
18798         `C-w' (`isearch-yank-word-or-char') from docstring.
18799         (isearch-query-replace): Fix typo in docstring (bug#9466).
18801 2011-09-10  Juri Linkov  <juri@jurta.org>
18803         * paren.el (show-paren-function): Don't show escaped parens.
18804         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
18806 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
18808         * mail/sendmail.el (mml-to-mime, mml-attach-file)
18809         (mm-default-file-encoding): Remove autoload forms, they are
18810         replaced with autoload cookies in mml.el and mm-encode.el.
18811         (mail-add-attachment): New command.
18812         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18813         (mail-mode): Mention mail-insert-file and mail-add-attachment in
18814         the doc string.
18815         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18817 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
18819         * simple.el (count-words-region): Use buffer if there's no region
18820         (bug#9429).
18822 2011-09-09  Juri Linkov  <juri@jurta.org>
18824         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18825         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18826         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
18828 2011-09-09  Alan Mackenzie  <acm@muc.de>
18830         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18831         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
18833 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
18835         Fix for Savannah bug#9392.
18836         * simple.el (mail-encode-mml): New defvar.
18838         * mail/rmail.el (mail-encode-mml): Add a defvar.
18839         (rmail-enable-mime-composing): Default to t.
18840         (rmail-forward): Use MIME method of forwarding only if both
18841         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18842         Set mail-encode-mml non-nil if the MIME method was used.
18844         * mail/sendmail.el (mml-to-mime): Add autoload form.
18845         (mail-encode-mml): Add a defvar.
18846         (mail-mode): Make mail-encode-mml buffer-local and initialize it
18847         to nil.
18848         (mail-send): If mail-encode-mml is non-nil, run the outgoing
18849         message through mml-to-mime, and reset mail-encode-mml to nil.
18851 2011-09-09  Glenn Morris  <rgm@gnu.org>
18853         * woman.el (woman-if-body): When processing an .el block,
18854         do not delete the next .el block as well.  (Bug#9447)
18855         (woman-special-characters): Add oq, cq, and hy characters.
18857 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
18859         * window.el (window-deletable-p): Make sure window is live before
18860         invoking window-prev-buffers.
18862 2011-09-08  Leo Liu  <sdl.web@gmail.com>
18864         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
18866 2011-09-08  Juri Linkov  <juri@jurta.org>
18868         * progmodes/compile.el (compilation-environment): Make it
18869         a defcustom (bug#8340).
18871 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
18873         * window.el (frame-auto-delete): Rename to window-auto-delete.
18874         Make it control auto-deletion of windows and/or frames.
18875         (window-deletable-p): New argument FORCE.  Rewrite conditions
18876         for deleting window/frame.  (Bug#9419)
18877         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18878         Rewrite handling of case when window/frame can be deleted.
18879         (delete-windows-on): Call window-deletable-p with new FORCE
18880         argument t.  (Bug#9456)
18882 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
18884         * help-mode.el (help-mode): Restore autoload.
18886 2011-09-07  Juri Linkov  <juri@jurta.org>
18888         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18889         `compilation-environment'.  Set buffer-local
18890         `compilation-environment' to `thisenv' later after (funcall mode).
18891         (Bug#8340)
18893         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
18894         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18895         instead of replacing its value.  (Bug#8340)
18897 2011-09-07  Juri Linkov  <juri@jurta.org>
18899         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18900         based on text properties put by `grep-filter' instead of matching
18901         escape sequences.
18902         (grep-mode): Set buffer-local `compilation-error-screen-columns'
18903         to the value of `grep-error-screen-columns' (bug#9438).
18905 2011-09-07  Juri Linkov  <juri@jurta.org>
18907         * simple.el (next-error-highlight, next-error-highlight-no-select):
18908         Doc fix (bug#9432).
18910 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
18912         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18913         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
18915 2011-09-07  Leo Liu  <sdl.web@gmail.com>
18917         * net/rcirc.el (rcirc-mode): Conditionally initialize
18918         rcirc-input-ring.
18920 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18922         * emacs-lisp/find-func.el (find-function-C-source): Only set
18923         find-function-C-source-directory after checking that we found a source
18924         file there (bug#9440).
18926 2011-09-06  Alan Mackenzie  <acm@muc.de>
18928         * isearch.el (isearch-other-meta-char): Wherever a key list is
18929         unread, "unread" the prefix arg, too.  This fixes bug #8901.
18931 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
18933         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18935 2011-09-05  Juri Linkov  <juri@jurta.org>
18937         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18939 2011-09-05  Juri Linkov  <juri@jurta.org>
18941         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18942         keeping point where processing of grep matches begins, and
18943         continue to delete remaining escape sequences from the same point.
18944         (grep-filter): Make leading zero optional in "0?1;31m" because
18945         git-grep emits "\033[1;31m" escape sequences unlike expected
18946         "\033[01;31m" as GNU Grep does (bug#9408).
18947         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18949 2011-09-05  Juri Linkov  <juri@jurta.org>
18951         * subr.el (y-or-n-p): Capitalize "yes".
18953 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
18955         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
18956         `tramp-cache-unload-hook' where appropriate.
18957         (tramp-methods): Rename `tramp-remote-sh' to
18958         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
18959         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18961         * net/tramp-sh.el (top): Don't require 'shell.
18962         (tramp-methods): Add `tramp-remote-shell' and
18963         `tramp-remote-shell-args' entries.
18964         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18965         (tramp-sh-handle-shell-command): Remove.
18966         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18967         Use `tramp-remote-shell'.
18969 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
18971         * mail/sendmail.el (sendmail-query-once-function): Delete.
18972         (sendmail-query-once): Save directly to send-mail-function.
18973         Update message-send-mail-function too.
18975         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18977 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
18979         * progmodes/python.el (python-mode-map): Use correct function to
18980         start python interpreter from menu-bar (as reported by Geert
18981         Kloosterman).
18982         (inferior-python-mode-map): Fix typo.
18983         (python-shell-map): Remove.
18985 2011-09-03  Deniz Dogan  <deniz@dogan.se>
18987         * net/rcirc.el (rcirc-print): Simplify code for
18988         rcirc-scroll-show-maximum-output.  There is no need to walk
18989         through all windows to find the right one.
18991 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
18993         * help.el (help-return-method): Doc fix.
18995 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
18997         * window.el (window-deletable-p): Don't return a non-nil value
18998         when there's a buffer that was shown in the window before.
18999         (Bug#9419)
19000         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
19001         Set window's previous buffers to nil.
19003 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
19005         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
19006         newline before and after the tag line, so it doesn't interfere
19007         with determining the paragraph direction of bidirectional text.
19009 2011-09-03  Leo Liu  <sdl.web@gmail.com>
19011         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
19013 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19015         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
19016         (pop-to-buffer): Change interactive spec.  Pass second argument
19017         directly to display-buffer.
19018         (display-buffer): Fix interactive spec.  Use functionp to
19019         distinguish between a function and a list of functions.
19021         * abbrev.el (edit-abbrevs):
19022         * arc-mode.el (archive-extract):
19023         * autoinsert.el (auto-insert):
19024         * bookmark.el (bookmark-bmenu-list):
19025         * files.el (find-file):
19026         * view.el (view-buffer):
19027         * progmodes/compile.el (compilation-goto-locus):
19028         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
19030 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
19032         * window.el (display-buffer-alist): Doc fix.
19033         (display-buffer): Add docstring.  Don't treat
19034         display-buffer-default specially.
19035         (display-buffer-reuse-selected-window)
19036         (display-buffer-same-window, display-buffer-maybe-same-window)
19037         (display-buffer-reuse-window, display-buffer-pop-up-frame)
19038         (display-buffer-pop-up-window)
19039         (display-buffer-reuse-or-pop-window)
19040         (display-buffer-use-some-window): New functions.
19041         (display-buffer-default-action): Use them.
19042         (display-buffer-default): Delete.
19043         (pop-to-buffer-1): Fix choice of actions.
19045 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19047         * minibuffer.el (completion--insert-strings): Don't get confused by
19048         completion entries that end with an LF char.
19050 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
19052         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
19054 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
19056         * window.el (display-buffer): Restore interactive spec.
19057         (display-buffer-same-window, display-buffer-other-window):
19058         New functions.
19059         (pop-to-buffer-1): New function.  Use the above.
19060         (pop-to-buffer, pop-to-buffer-same-window): Use it.
19061         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
19063         * view.el (view-buffer-other-window, view-buffer-other-frame):
19064         Just use pop-to-buffer.
19066 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19068         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
19070 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
19072         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
19074 2011-08-31  Richard Stallman  <rms@gnu.org>
19076         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19077         of the separation of rmail-view-buffer from rmail-buffer.
19078         If you say no to "replace original", the decrypt is in the
19079         view buffer.  If you say yes, the decrypt goes into the
19080         rmail buffer also.
19082 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
19084         * window.el (display-buffer-window): Rewrite doc-string.
19085         (display-buffer-record-window): New function.
19086         (display-buffer-macro-specifiers)
19087         (display-buffer-even-window-sizes, display-buffer-set-height)
19088         (display-buffer-set-width, display-buffer-in-window)
19089         (display-buffer-reuse-window, display-buffer-split-specifiers)
19090         (display-buffer-side-specifiers, display-buffer-split-window-1)
19091         (display-buffer-split-window, display-buffer-split-atom-window)
19092         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19093         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19094         (display-buffer-other-window-means-other-frame)
19095         (display-buffer-normalize-special)
19096         (display-buffer-normalize-default)
19097         (display-buffer-normalize-argument)
19098         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19099         (display-buffer-normalize-specifiers, display-buffer-frame)
19100         (display-buffer-same-window, display-buffer-same-frame)
19101         (display-buffer-other-window)
19102         (display-buffer-same-frame-other-window)
19103         (display-buffer-other-frame, pop-to-buffer-same-window)
19104         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19105         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19106         (switch-to-buffer-same-frame)
19107         (switch-to-buffer-other-window-same-frame)
19108         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19109         (display-buffer-alist-set-1, display-buffer-alist-set-2)
19110         (display-buffer-alist-set): Remove.
19111         (display-buffer-function, special-display-buffer-names)
19112         (special-display-regexps, special-display-function):
19113         In doc-string refer to display-buffer-window and quit-restore
19114         parameter.
19115         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19116         (special-display-frame-alist, special-display-popup-frame)
19117         (same-window-buffer-names, same-window-regexps, same-window-p)
19118         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19119         (split-window-preferred-function, split-height-threshold)
19120         (split-width-threshold, window-splittable-p)
19121         (split-window-sensibly, window--try-to-split-window)
19122         (window--frame-usable-p, even-window-heights)
19123         (window--even-window-heights, window--display-buffer-1)
19124         (window--display-buffer-2, display-buffer-other-frame):
19125         Restore old Emacs 23 code, order and doc-strings where applicable.
19126         (display-buffer-default, display-buffer-assq-regexp): New functions.
19127         (display-buffer-alist): Rewrite doc-string.
19128         (display-buffer-default-action)
19129         (display-buffer-overriding-action): New variables.
19130         (display-buffer, switch-to-buffer): Rewrite.
19131         (pop-to-buffer): Restore Emacs 23 behavior but use
19132         window-normalize-buffer-to-display.
19133         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19134         Restore Emacs 23 behavior but use
19135         window-normalize-buffer-to-switch-to.
19136         (pop-to-buffer-same-window): Rewrite.
19137         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19138         Rewrite using Emacs 23 options.
19140 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
19142         * net/tramp.el (tramp-root-regexp): Remove.
19143         (tramp-completion-file-name-regexp-unified)
19144         (tramp-completion-file-name-regexp-separate)
19145         (tramp-completion-file-name-regexp-url): Don't use leading volume
19146         letter on w32 systems.  (Bug#5303, Bug#9311)
19147         (tramp-drop-volume-letter): Simplify definition.
19148         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19150 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19152         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19153         (bug#9356).
19155 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
19157         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19159 2011-08-29  Juri Linkov  <juri@jurta.org>
19161         * isearch.el (isearch-done): Don't display message "Mark saved"
19162         when arg `edit' is non-nil to prevent its flicker in the echo area.
19164 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19166         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19167         obsolete packages for deletion.
19169 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
19171         * help-mode.el (help-mode-map): Add special-mode-map to parent.
19172         (help-mode): Derive help-mode from special-mode.  Don't invoke
19173         view-mode from help-mode.
19174         (help-xref-override-view-map): Remove.
19175         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19176         view-mode is not used anymore.
19178 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19180         * server.el (server-port): Doc fix.
19182         * cus-theme.el (custom-theme-choose-mode): Inherit from
19183         special-mode (Bug#9124).
19184         (custom-theme-choose-mode-map): Add special-mode to parent.
19186 2011-08-28  Alan Mackenzie  <acm@muc.de>
19188         * progmodes/cc-fonts.el
19189         (c-make-font-lock-BO-decl-search-function): New function.
19190         (c-basic-matchers-after - "Fontify the clauses after various
19191         keywords"): Extract the three keyword lists for the 3 erroneous
19192         constructs from the list of four, and use the new function above
19193         in place of an old one.
19195 2011-08-28  Deniz Dogan  <deniz@dogan.se>
19197         * net/rcirc.el (rcirc-insert-prev-input)
19198         (rcirc-insert-next-input): Remove unused argument.
19200 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19202         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19204 2011-08-27  Alan Mackenzie  <acm@muc.de>
19206         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19207         handle function pointer parameters properly.
19209 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
19211         * window.el (display-buffer-reuse-window): Fix case where
19212         selected window was reused with non-nil OTHER-WINDOW argument.
19213         (Bug#9381)
19215 2011-08-27  Deniz Dogan  <deniz@dogan.se>
19217         * net/rcirc.el (rcirc-check-auth-status): Adding support for
19218         oftc's NickServ messages.
19220 2011-08-27  Glenn Morris  <rgm@gnu.org>
19222         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
19224 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
19226         * emacs-lisp/package.el (package-install): Call package-initialize
19227         if called interactively.
19229 2011-08-26  Leo Liu  <sdl.web@gmail.com>
19231         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
19233 2011-08-25  Juri Linkov  <juri@jurta.org>
19235         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19236         `search-whitespace-regexp' (bug#9364).
19238 2011-08-25  Juri Linkov  <juri@jurta.org>
19240         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19241         `regexp-search-ring' to their global values to protect from
19242         updating by `read-from-minibuffer' (bug#9185).
19244 2011-08-25  Juri Linkov  <juri@jurta.org>
19246         * textmodes/ispell.el (ispell-command-loop): Add newline
19247         at the end of the "Use option `i'..." line.
19249 2011-08-25  Juri Linkov  <juri@jurta.org>
19251         * battery.el (display-battery-mode): If `battery-status-function'
19252         or `battery-mode-line-format' is nil, display the message and set
19253         `display-battery-mode' to nil (bug#9363).
19255 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
19257         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19258         bidi-string-mark-left-to-right; they are unnecessary now.
19260 2011-08-25  Deniz Dogan  <deniz@dogan.se>
19262         * net/quickurl.el: Documentation typo fixes.
19264 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
19266         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19268 2011-08-25  Glenn Morris  <rgm@gnu.org>
19270         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19272         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19273         (smtpmail-via-smtp): Handle nil response from smtp.
19275 2011-08-24  Juri Linkov  <juri@jurta.org>
19277         * proced.el (proced-marked): Inherit from `error' instead of
19278         `font-lock-warning-face'.
19280         * ibuffer.el (ibuffer-marked-face): Change default face from
19281         `font-lock-warning-face' to `warning'.
19282         (ibuffer-deletion-face): Change default face from
19283         `font-lock-type-face' to `error'.
19285         * battery.el (battery-update): Use the face `error' instead of
19286         `font-lock-warning-face' (bug#6117).
19288 2011-08-24  Juri Linkov  <juri@jurta.org>
19290         * faces.el (success): Change face color from "Green3" to
19291         "ForestGreen" on light background (bug#9353).
19293 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
19295         * window.el (quit-window): Rename from quit-restore-window.
19296         Use same arglist as old quit-window.
19297         (frame-auto-delete): Doc fix.
19299         * view.el (view-mode-exit): Use quit-window.
19301 2011-08-24  Juri Linkov  <juri@jurta.org>
19303         * isearch.el (isearch-ring-adjust1): Start visiting previous
19304         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19305         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19306         for empty search string (when the last search string is reused
19307         automatically) to adjust the isearch ring to the last element and
19308         prepare the correct index for further M-p commands (bug#9185).
19310 2011-08-24  Kenichi Handa  <handa@m17n.org>
19312         * international/ucs-normalize.el: If decomposition property of
19313         CHAR is the default one (i.e. a list of CHAR itself), treat it as
19314         nil.
19315         (nfd, nfkd): Likewise.
19317 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19319         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19320         from process filters aren't reliably transmitted to the surrounding
19321         accept-process-output.
19322         (mpc-proc-check): New function.
19323         (mpc-proc-sync): Use it (bug#8293)
19325 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19327         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19328         Add compatibility functions (bug#9313).
19330 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
19332         * cus-start.el (all): Add entry for bidi-paragraph-direction.
19334         * international/uni-bidi.el: Regenerate.
19336 2011-08-23  Kenichi Handa  <handa@m17n.org>
19338         * international/charprop.el:
19339         * international/uni-bidi.el:
19340         * international/uni-category.el:
19341         * international/uni-combining.el:
19342         * international/uni-comment.el:
19343         * international/uni-decimal.el:
19344         * international/uni-decomposition.el:
19345         * international/uni-digit.el:
19346         * international/uni-lowercase.el:
19347         * international/uni-mirrored.el:
19348         * international/uni-name.el:
19349         * international/uni-numeric.el:
19350         * international/uni-old-name.el:
19351         * international/uni-titlecase.el:
19352         * international/uni-uppercase.el: Regenerate.
19354 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
19356         * help.el (help-window-setup): Fix message displayed when other
19357         window is reused.  (Bug#9341)
19359 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19361         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19362         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19364         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19365         Mark obsolete.
19366         * shell.el (shell-parse-pcomplete-arguments): New function.
19367         (shell-completion-vars): Use it instead (bug#9160).
19369 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19371         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19372         strings and comments (bug#9333).
19374         * emacs-lisp/debug.el (debug-arglist): New function.
19375         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
19376         (debug-on-entry-1): Handle interpreted closures (bug#9120).
19378 2011-08-22  Juri Linkov  <juri@jurta.org>
19380         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19381         Revert regexp that highlights output switches to its old
19382         pre-2010-10-28 value and remove one `?' from it (bug#9319).
19384         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19385         to check for empty output (bug#9226).
19387 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
19389         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19390         symbol-constituent as the default, as that stops font-lock from
19391         working properly (Bug#8843).
19393 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19395         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19396         `coding-system-for-*' around the process open call to avoid
19397         auth-source side effects.
19398         (smtpmail-try-auth-methods): Expand the secret password.
19399         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19400         probe hangs.
19402 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19404         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19406         * emacs-lisp/find-func.el (find-function-noselect): New arg
19407         lisp-only.
19409         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19410         signal an error for built-in functions (Bug#6664).
19412 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19414         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19415         (smtpmail-try-auth-methods): Use it.
19417 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19419         * font-lock.el (font-lock-fontify-region)
19420         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19421         (font-lock-default-unfontify-buffer)
19422         (font-lock-default-fontify-region)
19423         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19425         * progmodes/compile.el (compilation-error-properties):
19426         Fix confusion between file struct and message struct (Bug#9319).
19427         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19428         `ant' regexp.
19430         * net/browse-url.el (browse-url-firefox): Don't call
19431         browse-url-firefox-sentinel unless using -remote (Bug#9328).
19433 2011-08-20  Glenn Morris  <rgm@gnu.org>
19435         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19437         * tutorial.el (tutorial--default-keys): Update some default bindings.
19439         * files.el (hack-local-variables): Fully ignore case for "mode:".
19441 2011-08-20  Alan Mackenzie  <acm@muc.de>
19443         Resolve invalid use of a regexp in regexp-opt.
19445         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19446         detection for a java annotation.
19448         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19449         detection for a java annotation.
19451         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19452         handling for java.
19453         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19455 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
19457         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19458         (Bug#9274).
19460 2011-08-20  Alan Mackenzie  <acm@muc.de>
19462         Fontify CPP expressions correctly when starting in the middle of
19463         such a construct.  Mainly for when jit-lock etc. starts a chunk
19464         here.
19466         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19467         variable.
19468         (c-make-font-lock-search-form): New function, extracted from
19469         c-make-font-lock-search-function.
19470         (c-make-font-lock-search-function): Use the above function.
19471         (c-make-font-lock-context-search-function): New function.
19472         (c-cpp-matchers): Enhance the preprocessor expression case with
19473         the above function
19474         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19475         which takes an expression.
19477         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19479 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
19481         * window.el (display-buffer-reuse-window)
19482         (display-buffer-pop-up-window): Don't reuse or split a side
19483         window.
19485 2011-08-19  Glenn Morris  <rgm@gnu.org>
19487         * files.el (hack-local-variables-prop-line, hack-local-variables):
19488         Downcase "Mode:".  (Bug#9331)
19490 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
19492         * international/characters.el: Add L and R categories.
19494         * subr.el (bidi-string-mark-left-to-right): Rename from
19495         string-mark-left-to-right.  Use category search.
19497         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19499 2011-08-18  Juri Linkov  <juri@jurta.org>
19501         * faces.el (error, warning, success): New faces with definitions
19502         copied from old default values of `font-lock-warning-face',
19503         `compilation-warning', `compilation-info' (bug#6117).
19505         * font-lock.el (font-lock-warning-face): Inherit from `error'.
19507         * progmodes/compile.el (compilation-error): Inherit from `error'.
19508         (compilation-warning): Inherit from `warning'.
19509         (compilation-info): Inherit from `success'.
19511         * dired.el (dired-marked): Inherit from `warning'.
19512         (dired-flagged): Inherit from `error'.
19514 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19516         * mail/smtpmail.el (auth-source): Require to avoid problems with
19517         binding variables (bug#9298).  Also clean up some unused
19518         autoloads.
19520         * net/network-stream.el (network-stream-open-starttls):
19521         Support using starttls.el without using gnutls-cli.
19523 2011-08-17  Juri Linkov  <juri@jurta.org>
19525         * progmodes/grep.el (rgrep): Handle the case when
19526         `grep-find-command' is a cons cell (bug#9278).
19528 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
19530         * window.el (display-buffer-pop-up-frame): Run frame creation
19531         function with BUFFER current (as special-display-popup-frame
19532         does).  Reported by Drew Adams.
19534 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
19536         * epa-mail.el: Simplify GnuPG group expansion using
19537         epg-expand-group.
19538         (epa-mail-group-alist, epa-mail-group-modtime)
19539         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19540         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19541         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19542         Remove.
19544 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
19546         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19548 2011-08-16  Alan Mackenzie  <acm@muc.de>
19550         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19551         Correct, to avoid the inside of macros.
19553 2011-08-16  Richard Stallman  <rms@gnu.org>
19555         * epa-mail.el: Handle GnuPG group definitions.
19556         (epa-mail-group-alist, epa-mail-group-modtime)
19557         (epa-mail-gnupg-conf-file): New variables.
19558         (epa-mail-parse-groups, epa-mail-sync-groups)
19559         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19560         (epa-mail-expand-recipients): New functions.
19561         (epa-mail-encrypt): Call epa-mail-expand-recipients.
19563         * mail/rmail.el (rmail-epa-decrypt): New command.
19565         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19566         Don't bind buffer-read-only, just inhibit-read-only.
19567         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19568         (epa-decrypt-armor-in-region): Make error message clearer.
19570 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19572         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19573         and "a2b" to "ab" for `prefix'.
19575 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
19577         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19578         filter groups.
19579         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
19580         Fourquet (Bug#8804).
19582 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
19584         * startup.el (argi): Declare as global variable (bug#9275).
19586 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
19588         * subr.el (string-mark-left-to-right): Search the entire string
19589         for RTL script, not just the terminating character.  Doc fix.
19591 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19593         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19594         New function.
19595         (js--regexp-literal, js-syntax-propertize-function): Remove.
19596         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19597         (js-mode-map): Don't rebind electric keys.
19598         (js-insert-and-indent): Remove.
19599         (js-mode): Setup electric-layout and electric-indent instead.
19601         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19603 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
19605         * epa.el (epa-progress-callback-function): Fix the logic of
19606         displaying progress.
19607         * epa-file.el (epa-file-insert-file-contents): Make progress
19608         display more user-friendly.
19609         (epa-file-write-region): Ditto.
19611 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
19613         * subr.el (string-mark-left-to-right): New function.
19615         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19616         Use string-mark-left-to-right.
19617         (list-buffers-noselect): Caller changed.
19619         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19620         Use string-mark-left-to-right.
19621         (tabulated-list-print): Recenter after moving point.
19623 2011-08-10  Juri Linkov  <juri@jurta.org>
19625         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19626         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19627         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19629 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
19631         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19632         (Bug#7554).
19634 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
19636         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19637         character.  (Bug#6594)
19639 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
19641         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19642         (image-dired--with-db-file): New macro.
19643         (image-dired-write-tags, image-dired-remove-tag)
19644         (image-dired-create-gallery-lists, image-dired-write-comments)
19645         (image-dired-get-comment, image-dired-mark-tagged-files)
19646         (image-dired-list-tags, image-dired-gallery-generate): Use it.
19647         (image-dired-gallery-generate): Use insert-file-contents.
19649         * time.el (display-time-world-list, display-time-world-display):
19650         * time-stamp.el (time-stamp-string):
19651         * vc/add-log.el (add-change-log-entry): Use setenv instead of
19652         set-time-zone-rule (Bug#7337).
19654 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
19656         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19657         (epg-error-to-string, epg-errors-to-string): New function.
19658         (epg-wait-for-completion): Reverse errors list.
19659         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19660         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19661         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19662         (epg-sign-keys, epg-generate-key-from-file)
19663         (epg-generate-key-from-string): Format errors by using
19664         epg-errors-to-string (bug#9255).
19665         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19667 2011-08-07  Juri Linkov  <juri@jurta.org>
19669         * faces.el (list-faces-display): Remove extra angle bracket
19670         from `help-mode-map'.
19672         * info.el (Info-history-toc-nodes): Doc fix.
19674         * longlines.el (longlines-mode): Doc fix.
19676 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19678         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19679         of statements and in a few more cases (bug#9183).
19681         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19682         New functions.
19683         (cl-transform-lambda): Use them (bug#9239).
19685 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
19687         * window.el (display-buffer-same-window)
19688         (display-buffer-same-frame, display-buffer-other-window)
19689         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19690         (pop-to-buffer-other-window)
19691         (pop-to-buffer-same-frame-other-window)
19692         (pop-to-buffer-other-frame): Make them defuns.
19693         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19695 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19697         * subr.el (make-composed-keymap): Move from C.  Change calling
19698         convention, and improve docstring to bring attention to a subtle point.
19699         * minibuffer.el (completing-read-default): Adjust accordingly.
19701 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
19703         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19704         (tramp-open-shell): Use `tramp-shell-quote-argument'.
19706         * net/trampver.el: Update release number.
19708 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19710         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19711         "in" (bug#9190).
19713 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19715         * mail/sendmail.el (sendmail-query-once): Restore the current
19716         buffer after querying (bug#9074).
19718         * dired.el (dired-flagged): Use different faces for marked and
19719         flagged files (bug#6117).
19721         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19722         (bug#4433).
19724         * ido.el (ido-mode): Switch off the message if called
19725         non-interactively.
19727         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19728         before 587, since it appears that that's more likely to work for
19729         more people.
19731         * cus-edit.el (custom-file): When running under emacs -q, always
19732         refuse to save the customizations, even if the .emacs file doesn't
19733         exist.
19735         * info.el: Remove the `Info-beginning-of-buffer' function
19736         (bug#8325).
19738         * net/network-stream.el (network-stream-open-starttls):
19739         Use `starttls-available-p' to see whether starttls.el can be used.
19741 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
19743         * window.el (display-buffer-in-window): Don't set dedicated status
19744         of window here (Bug#9215).
19745         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19746         (display-buffer-pop-up-side-window)
19747         (display-buffer-in-side-window): Set dedicated status of window here.
19749 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19751         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19752         before binding generated-autoload-file.
19754 2011-08-01  Deniz Dogan  <deniz@dogan.se>
19756         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19758 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
19760         Sync with Tramp 2.2.2.
19762         * net/trampver.el: Update release number.
19764 2011-07-30  Juri Linkov  <juri@jurta.org>
19766         * dired-aux.el (dired-touch-initial): Remove function.
19767         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19768         current time, and `default' to the last modification time of the
19769         current marked file (bug#6887).
19771 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
19773         * simple.el (goto-line): Use string-to-number to provide a
19774         numeric argument to read-number (bug#9163).
19776 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
19778         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19779         connection process, it could be nil.
19781 2011-07-27  Leo Liu  <sdl.web@gmail.com>
19783         Simplify url handling in rcirc-mode.
19785         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19786         (rcirc-browse-url-at-mouse): Remove.
19787         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19789 2011-07-26  Alan Mackenzie  <acm@muc.de>
19791         Fontify bitfield declarations properly.
19793         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19794         (c-symbol-chars): Now exported as a lang variable.
19795         (c-not-primitive-type-keywords): New lang variable.
19797         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19798         QT keyword "more" to prevent "more slots: ...." being spuriously
19799         parsed as a bitfield declaration.
19801         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19802         Refactor and enhance to handle bitfield declarations.
19803         (c-punctuation-in): New function.
19804         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19805         declarations properly.
19807 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
19809         * calendar/icalendar.el (icalendar--all-events): Take care of
19810         multiple vcalendars in a single file.
19811         (icalendar--convert-float-to-ical): Checkdoc fixes.
19813 2011-07-25  Deniz Dogan  <deniz@dogan.se>
19815         * image.el (insert-image): Clarifying docstring.
19817 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
19819         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19820         `tramp-send-command-and-check' if there is no error.
19821         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19823 2011-07-22  Alan Mackenzie  <acm@muc.de>
19825         Prevent cc-langs.elc being loaded at run time.
19827         * progmodes/cc-mode.el: Remove two autoload forms which loaded
19828         cc-langs.
19830         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19831         "(require 'cc-langs)".  Quote a form so it will evaluate at
19832         (cc-mode's) compilation time.
19834 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
19836         * net/tramp.el (tramp-file-name-handler): Avoid recursive
19837         loading.  (Bug#9114)
19839 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
19841         * window.el (display-buffer-pop-up-window)
19842         (display-buffer-pop-up-side-window)
19843         (display-buffer-in-side-window): Call display-buffer-set-height
19844         and display-buffer-set-width after setting the new window's
19845         buffer so `fit-window-to-buffer' and friends work on the right buffer.
19847 2011-07-20  Sam Steingold  <sds@gnu.org>
19849         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19850         (etags-tags-included-tables): Call `convert-standard-filename' on
19851         the file names contained in TAGS so that windows Emacs can handle
19852         TAGS files created by cygwin ctags.
19854 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19856         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19857         which apparently didn't work.
19859 2011-07-19  Roland Winkler  <winkler@gnu.org>
19861         * proced.el (proced-send-signal): For *Marked Processes* buffer
19862         put point at beginning of buffer.
19864 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
19866         * proced.el (proced-format): Make header lines align with the text
19867         (bug#1779).
19869 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19871         * view.el (view-buffer): Allow running in `special' modes if we're
19872         visiting a file (bug#8615).
19874 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
19876         * window.el (display-buffer-alist-of-strings-p)
19877         (display-buffer-alist-set-1, display-buffer-alist-set-2):
19878         New functions.
19879         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19880         more accurately.
19882 2011-07-18  Alan Mackenzie  <acm@muc.de>
19884         Fontify declarators properly when, e.g., a jit-lock chunk begins
19885         inside a declaration.
19887         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19889         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19890         New function.
19891         (c-complex-decl-matchers): Insert reference to
19892         c-font-lock-enclosing-decls.
19894         * progmodes/cc-engine.el (c-backward-single-comment):
19895         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19896         to nil around calls to (forward-comment -1).
19898 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19900         * image.el (put-image): Doc typo fix.
19902         * progmodes/etags.el (tags-search): Doc typo fix.
19904         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19905         password if we get errors 550 to 554.
19907 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19909         * net/gnutls.el (gnutls-log-level): Remove.
19911         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19912         indentation character (bug#6380).
19914         * files.el (buffer-offer-save): Made permanently local (bug#6241).
19916         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19917         to clarify what the problem is (bug#4291).
19919         * simple.el (current-kill): Clarify what
19920         `interprogram-paste-function' does (bug#7500).
19921         (auto-fill-mode): Document `auto-fill-function' in relation to
19922         `auto-fill-mode' (bug#2470).
19924 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
19926         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19927         method if slot is read-only (bug#9035).
19929 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
19931         * frame.el (select-frame-set-input-focus): New argument NORECORD.
19932         * window.el (pop-to-buffer): Select window used even if it was
19933         selected before, see discussion of (Bug#8615), (Bug#6954).
19934         Pass argument NORECORD on to select-frame-set-input-focus.
19936 2011-07-15  Glenn Morris  <rgm@gnu.org>
19938         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
19939         Respect help-form.
19941 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
19943         * net/gnutls.el (gnutls-min-prime-bits): New variable.
19944         (gnutls-negotiate): Use it.
19946 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19948         * net/gnutls.el (gnutls-negotiate):
19949         Upcase `gnutls-algorithm-priority'.
19951 2011-07-15  Glenn Morris  <rgm@gnu.org>
19953         * jka-compr.el (jka-compr-verbose): Move from here...
19954         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
19955         Add missing :version tag.
19956         * info.el: No need to require jka-compr when compiling.
19958 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19960         * net/gnutls.el (gnutls-algorithm-priority): New variable.
19961         (gnutls-negotiate): Use it.
19963         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19965         * info.el (Info-beginning-of-buffer): New command.
19966         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19967         announcing `b' as the key (bug#8325).
19968         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19970         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19972         * international/mule-cmds.el
19973         (describe-specified-language-support): Make the error message
19974         clearer (bug#8905).
19976         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19978         * isearch.el (isearch-barrier): Add a doc string, since it's
19979         mentioned in a function doc string (bug#8678).
19981 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
19983         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19984         buffer argument (Bug#9083) and self-identifying label argument.
19986 2011-07-15  Glenn Morris  <rgm@gnu.org>
19988         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
19990 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19992         * man.el (Man-fontify-manpage): Fix message when formatting the
19993         man page (bug#7929).
19995 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
19997         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19998         argument LRM; if non-nil, append an invisible LRM character to the
19999         buffer name.
20000         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
20001         last argument non-nil, when formatting buffer names.
20002         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
20003         paragraph direction.
20005 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20007         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
20008         the man page name (bug#7929).
20010         * image.el (put-image): Mention the `put-image' overlay property
20011         (bug#7834).
20013         * scroll-bar.el (set-scroll-bar-mode): Mention that
20014         `scroll-bar-mode' lists the values (bug#7772).
20016         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
20017         command (bug#7729).
20019         * rect.el (apply-on-rectangle): Return the point after the last
20020         operation.
20021         (string-rectangle): Go to the point after the last operation
20022         (bug#7522).
20024         * printing.el (pr-toggle-region): Clarify the documentation
20025         slightly (bug#7493).
20027         * time.el (display-time-update):
20028         Allow `display-time-mail-function' to return nil (bug#7158).
20029         Fix suggested by Detlev Zundel.
20031         * vc/diff.el (diff): Clarify the order the file names are read
20032         (bug#7111).
20034         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
20035         the doc string (bug#7015).
20037         * font-lock.el (font-lock-maximum-decoration): Mention what
20038         numeric levels mean (bug#6935).
20040         * startup.el (initial-buffer-choice): Don't mention the `none'
20041         selection, which is against policy.
20043 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
20045         * window.el (display-buffer-normalize-special):
20046         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
20048 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
20050         * subr.el (version<, version<=, version=): Mention "-CVS" and
20051         "-12345" alpha version numbers.
20053 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20055         * bindings.el: Add advertised binding for set-mark-command
20056         (Bug#5772).
20058 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
20060         * bindings.el (mode-line-other-buffer):
20061         * bookmark.el (bookmark-bmenu-2-window):
20062         * bs.el (bs-cycle-next, bs-cycle-previous):
20063         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
20064         switch-to-buffer.
20066         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20067         Delete.
20069 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
20071         * follow.el (follow-debug-message, follow-redisplay):
20072         * jka-cmpr-hook.el (with-auto-compression-mode):
20073         Fix typos in docstrings.
20075 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20077         * subr.el (with-silent-modifications): Clarify somewhat what the
20078         macro inhibits (bug#6525).
20080         * simple.el (eval-expression): Note what it does if called
20081         interactively (bug#6495).
20083 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20085         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20086         Use pop-to-buffer buffer-or-name if it is nil.
20088         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20089         Remove switch-to-buffer.
20091 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20093         * files.el (make-directory): Clarify that an error will be raised
20094         if there's an error (bug#6397).
20096         * startup.el (initial-buffer-choice): Add `none' as a choice
20097         (bug#6234).
20099         * subr.el (add-hook): Clarify section about buffer-local hooks
20100         (bug#6218).
20102         * dired.el (dired-flagged): Clarify doc string (bug#6117).
20104 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20106         * tabify.el (untabify): Preserve the current column so that point
20107         doesn't move (bug#6032).
20109 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20111         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20112         Rewrite to avoid awkward possessive "s" (bug#5986).
20114 2011-07-13  Glenn Morris  <rgm@gnu.org>
20116         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
20117         (dired-insert-directory): Give a message the first time
20118         if ls is found not to support --dired.
20120 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20122         * simple.el (toggle-truncate-lines): Clarify what is toggled
20123         (bug#5580).  Text by Drew Adams.
20125 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20127         * simple.el (blink-matching-open): Make the error message from the
20128         last change less verbose.
20130 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20132         * font-lock.el (font-lock-comment-face): Use the high contrast
20133         "yellow" color for font-lock-comment-face on low color terminals
20134         using a dark background color (bug#4221).
20136 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20138         * dired.el (dired-insert-set-properties): Make the doc string
20139         reflect what it does now (bug#5325).
20141         * simple.el (blink-matching-open): Say that we were unable to find
20142         the match within the limit, if we're limited (bug#5122).
20144         * international/mule-cmds.el (prefer-coding-system): Add an
20145         example (bug#4869).
20147         * progmodes/etags.el (tags-search): Document `file-list-form'
20148         (bug#4731).
20150 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
20152         * net/browse-url.el (browse-url-default-browser)
20153         (browse-url-browser-function): Make the default browser choice a
20154         bit more logical (bug#4300).  Also clean up the doc string.
20156 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20158         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20159         binary endings (bug#4440).
20161 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20163         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20164         which can be pretty annoying (bug#8971).
20166         * jka-compr.el (jka-compr-verbose): New variable, and use
20167         throughout (bug#8971).
20169         * info.el (Info-find-file): Fall back on the installation
20170         directory if we can't find the info node anywhere else.
20172 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
20174         * vc/vc.el (vc-revert-file):
20175         Don't set file time-stamp in the past.  (Bug#5181)
20177 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20179         * files.el (after-find-file): Give a better error message when
20180         trying to find a symlink that points to a file that doesn't exist
20181         (bug#4398).
20183         * progmodes/cc-vars.el: Remove (probably) misleading comment
20184         (bug#4396).
20186 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20188         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20190 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20192         * mouse-sel.el: Hack restoring functionality, while keeping
20193         compatibility with 2010-07-03 changes to mouse selection.
20194         (mouse-sel-primary-overlay): New var.
20195         (mouse-sel-selection-alist): Use it.
20196         (mouse-sel-mode): Doc fix; remove points that are default features
20197         of mouse.el.
20199 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20201         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20202         Fix previous fix (bug#2490).
20204 2011-07-12  Roland Winkler  <winkler@gnu.org>
20206         * textmodes/bibtex.el (bibtex-initialize):
20207         Use pop-to-buffer-same-window.
20208         (bibtex-search-entries): Fix interactive call.
20210 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20212         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20213         Fontise bytecomp Error lines more correctly (bug#2490).
20214         Fix suggested by Johan Bockgård.
20216         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20218         * dired-x.el (dired-guess-default): Use `delete-dups'.
20220 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20222         * dired.el (dired-mark-prompt):
20223         * dired-aux.el (dired-read-shell-command): Doc fix.
20225 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20227         * mail/sendmail.el (sendmail-query-once):
20228         Use `customize-save-variable' unconditionally, now that it works under
20229         emacs -Q.
20231         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20233         * cus-edit.el (custom-file): Take an optional no-error variable.
20234         (customize-save-variable): Set the variable, and give a warning if
20235         running under "emacs -q".
20237 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
20239         * loadhist.el (unload-feature-special-hooks):
20240         Add `auto-coding-functions', `fill-nobreak-predicate' and
20241         `find-directory-functions' (bug#5327).
20243 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20245         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20247         * cus-edit.el (custom-guess-name-alist): -alist variables should
20248         use the `alist' type (bug#3120).  Suggested by Drew Adams.
20250         * printing.el: Add documentation to all the `pr-toggle-' commands.
20252 2011-07-11  Leo Liu  <sdl.web@gmail.com>
20254         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20255         backends where it makes sense (bug#2623).
20257 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20259         * dired-x.el (dired-guess-default): Remove duplicate shell command
20260         entries (bug#2028).
20261         (dired-guess-default): Fix grammar in doc string (bug#2028).
20262         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20264         * subr.el (remove-duplicates): New conveniency function.
20266 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20268         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20269         (bug#1526).
20271 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
20273         * window.el (display-buffer-normalize-default): Don't invert
20274         meaning of even-window-heights.  Reported by Eli Zaretskii
20275         <eliz@gnu.org>.
20277 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
20279         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20281 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
20283         * window.el (display-buffer): Fix arguments to
20284         display-buffer-reuse-window in last change.
20286         * faces.el (link): Use a less saturated blue on light backgrounds.
20288         * startup.el (fancy-startup-text, fancy-about-text)
20289         (fancy-startup-tail): Use font-lock faces, for background safety.
20291 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
20293         * emulation/viper-cmd.el (viper-change-state-to-vi):
20294         Limit triggering of abbrev expansion (Bug#9038).
20296 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
20298         * window.el (display-buffer-default-specifiers): Remove.
20299         (display-buffer-macro-specifiers): Remove default specifiers.
20300         (display-buffer-alist): Default to nil.
20301         (display-buffer-reuse-window): New optional argument other-window.
20302         (display-buffer-pop-up-window): Allow splitting internal
20303         windows.  Check whether a live window was created.
20304         (display-buffer-other-window-means-other-frame)
20305         (display-buffer-normalize-arguments): Rename to
20306         display-buffer-normalize-argument and rewrite.  Set the
20307         other-window specifier.
20308         (display-buffer-normalize-special): New function.
20309         (display-buffer-normalize-options): Rename to
20310         display-buffer-normalize-default and rewrite.
20311         (display-buffer-normalize-options-inhibit): Remove.
20312         (display-buffer-normalize-specifiers): Rewrite.
20313         (display-buffer): Process other-window specifier and call
20314         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
20315         more faithfully.
20316         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20317         (display-buffer-alist-set): Don't handle 'unset default values.
20318         (display-buffer-in-window, display-buffer-alist-set):
20319         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
20320         <tassilo@member.fsf.org>.
20322 2011-07-09  Leo Liu  <sdl.web@gmail.com>
20324         * register.el (insert-register): Restore accidental change on
20325         2011-06-26.  (Bug#9028)
20327 2011-07-09  Glenn Morris  <rgm@gnu.org>
20329         * subr.el (remq): Handle the empty list.  (Bug#9024)
20331 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
20333         * mail/sendmail.el (send-mail-function): No longer delay custom
20334         initialization.
20335         * custom.el (custom-initialize-delay): Doc fix.
20337 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20339         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20341 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
20343         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20344         human-friendly prompt.
20346 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20348         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20349         provided by a particular plugin.
20351 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20353         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20354         save customizations (with "emacs -Q"), just set the variable
20355         instead of erroring out.
20357         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20359 2011-07-08  Juri Linkov  <juri@jurta.org>
20361         * arc-mode.el (archive-zip-expunge, archive-zip-update)
20362         (archive-zip-update-case): Use 7z if found by `executable-find'.
20363         The order of searching the available programs is the same as in
20364         `archive-zip-extract' (bug#8968).
20366 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20368         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20369         (menu-bar-options-menu): Tweak descriptions.
20371 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20373         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20374         menu items into verb phrases (bug#1421).  Also refill to fit under
20375         80 columns.
20377 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20379         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20380         (Info-read-node-name): Doc fix (Bug#1084).
20382         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20383         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20384         (end-of-sexp, beginning-of-sexp)
20385         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20386         (forward-symbol, forward-same-syntax, word-at-point)
20387         (sentence-at-point): Doc fix (Bug#1144).
20389 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20391         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20392         should cover it (bug#1281).
20394         * cus-edit.el (custom-show): Mark as obsolete.
20396         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20397         negotiation fails, then possibly try again with a non-encrypted
20398         connection (bug#9017).
20400         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20401         be used.
20403 2011-07-07  Richard Stallman  <rms@gnu.org>
20405         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20406         property, and handle its changed format.
20407         Look for the correct line number.
20408         Use file's line contents (but not past first =) to find
20409         correct line in message.
20411 2011-07-07  Kenichi Handa  <handa@m17n.org>
20413         * international/characters.el (build-unicode-category-table):
20414         Delete it.
20415         (unicode-category-table): Set it by unicode-property-table-internal.
20417         * international/mule-cmds.el (char-code-property-alist): Move to
20418         to src/chartab.c.
20419         (get-char-code-property): Call unicode-property-table-internal to
20420         load a file.  Call get-unicode-property-internal where necessary.
20421         (put-char-code-property): Call unicode-property-table-internal to
20422         load a file.  Call put-unicode-property-internal where necessary.
20423         put-unicode-property-internal where necessary.
20424         (char-code-property-description):
20425         Call unicode-property-table-internal to load a file.
20427         * international/charprop.el:
20428         * international/uni-bidi.el:
20429         * international/uni-category.el:
20430         * international/uni-combining.el:
20431         * international/uni-comment.el:
20432         * international/uni-decimal.el:
20433         * international/uni-decomposition.el:
20434         * international/uni-digit.el:
20435         * international/uni-lowercase.el:
20436         * international/uni-mirrored.el:
20437         * international/uni-name.el:
20438         * international/uni-numeric.el:
20439         * international/uni-old-name.el:
20440         * international/uni-titlecase.el:
20441         * international/uni-uppercase.el: Regenerate.
20443         * loadup.el: Load international/charprop.el before
20444         international/characters.
20446 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20448         * window.el (next-buffer, previous-buffer): Signal an error if
20449         called from a minibuffer window.
20451         * bindings.el: Revert 2011-07-04 change.
20453 2011-07-06  Richard Stallman  <rms@gnu.org>
20455         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20456         (rmail-mime-insert-bulk, rmail-mime-insert-text):
20457         Treat markers like ints.
20458         (rmail-mime-entity): Doc fix.
20460 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20462         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20463         defcustom again for backwards compatibility.
20465         * simple.el (shell-command-on-region): Fill.
20467         * dired-aux.el (dired-kill-line): Add a doc string.
20469         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20470         to "\\sw\\|\\s_" (bug#358).
20472         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20473         (dired-unmark-backward): Ditto.
20474         (dired-flag-backup-files): Ditto.
20476         * dired-x.el (dired-mark-sexp): Ditto.
20478 2011-07-06  Richard Stallman  <rms@gnu.org>
20480         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20481         (rmail-mime-entity): New arg TRUNCATED.
20482         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20483         New functions.
20484         (rmail-mime-save): Warn if entity is truncated.
20485         (rmail-mime-toggle-hidden): Likewise, for showing.
20486         (rmail-mime-process-multipart): Record when an entity is truncated.
20488         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20489         if ENTITY is a string.
20491 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20493         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20494         of faces when `M-C-x'-ing their definitions (bug#8378).
20495         Also clean up the code slightly.
20497         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20498         because that makes the colors go away.
20500         * mail/sendmail.el (send-mail-function): Change the default to
20501         `sendmail-query-once'.
20502         (sendmail-query-once): Add an autoload cookie.
20504         * net/network-stream.el (network-stream-open-starttls): Try using
20505         a plain connection even if the server offered STARTTLS, and we
20506         kinda wanted to use it, if Emacs doesn't have any STARTTLS
20507         capability.  This should make smtpmail.el work in slightly more
20508         configurations.
20510 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
20512         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20513         New defun.
20514         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20516 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
20518         * progmodes/sql.el: Version 3.0
20519         (sql-product-alist): Add product :completion-object,
20520         :completion-column, and :statement attributes.
20521         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20522         (sql-mode-syntax-table): Mark all punctuation.
20523         (sql-font-lock-keywords-builder): Temporarily remove fallback on
20524         ansi keywords.
20525         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20526         (sql-mode-oracle-font-lock-keywords): Improve.
20527         (sql-oracle-show-reserved-words): New function for development.
20528         (sql-product-font-lock): Simplify for source code buffers.
20529         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20530         New functions.
20531         (sql-highlight-product): Set product specific syntax table.
20532         (sql-mode-map): Add statement movement functions.
20533         (sql-ansi-statement-starters, sql-oracle-statement-starters):
20534         New variable.
20535         (sql-statement-regexp, sql-beginning-of-statement)
20536         (sql-end-of-statement, sql-signum): New functions.
20537         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20538         (sql-show-sqli-buffer): Bug fix.
20539         (sql-interactive-mode): Store connection data as buffer local.
20540         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
20541         with sql-interactive-mode.
20542         (sql-save-connection): Save buffer local settings.
20543         (sql-connection-menu-filter): Change menu entry name.
20544         (sql-product-interactive): Bug fix.
20545         (sql-preoutput-hold): New variable.
20546         (sql-interactive-remove-continuation-prompt): Bug fixes.
20547         (sql-debug-redirect): New variable.
20548         (sql-str-literal): New function.
20549         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20550         Redesign.
20551         (sql-oracle-save-settings, sql-oracle-restore-settings)
20552         (sql-oracle-list-all, sql-oracle-list-table): New functions.
20553         (sql-completion-object, sql-completion-column)
20554         (sql-completion-sqlbuf): New variables.
20555         (sql-build-completions-1, sql-build-completions)
20556         (sql-try-completion): New functions.
20557         (sql-read-table-name): Use them.
20558         (sql-contains-names): New buffer local variable.
20559         (sql-list-all, sql-list-table): Use it.
20560         (sql-oracle-completion-types): New variable.
20561         (sql-oracle-completion-object, sql-sqlite-completion-object)
20562         (sql-postgres-completion-object): New functions.
20564 2011-07-06  Glenn Morris  <rgm@gnu.org>
20566         * window.el (pop-to-buffer): Doc fix.
20568 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
20570         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20572 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
20574         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20576         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20578 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
20580         * button.el (button): Inherit from link face.  Suggested by Dan
20581         Nicolaescu.
20583 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20585         * progmodes/gdb-mi.el: Fit in 80 columns.
20586         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20587         switch-to-buffer.
20589         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20590         if imenu is simply not configured (bug#8941).
20592 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
20594         * allout.el (allout-post-undo-hook): New allout outline-change
20595         event hook to signal undo activity.
20596         (allout-post-command-business): Run allout-post-undo-hook if an
20597         undo just occurred.
20598         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20599         * allout-widgets.el (allout-widgets-after-undo-function):
20600         Ensure the integrity of the current item's decoration after it has been
20601         in the vicinity of an undo.
20602         (allout-widgets-mode): Include allout-widgets-after-undo-function
20603         on the new allout-post-undo-hook.
20605 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20607         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20608         Let define-derived-mode define it.
20609         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20610         cycles of abbrev-table inheritance (bug#8998).
20612 2011-07-05  Roland Winkler  <winkler@gnu.org>
20614         * textmodes/bibtex.el: Add support for biblatex.
20615         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20616         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20617         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20618         (bibtex-entry-alist, bibtex-field-alist): New variables.
20619         (bibtex-entry-field-alist): Obsolete alias for
20620         bibtex-BibTeX-entry-alist.
20621         (bibtex-entry-alist, bibtex-field-alist): New widgets.
20622         (bibtex-set-dialect): New command.
20623         (bibtex-entry-type, bibtex-entry-head)
20624         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20625         Bind via bibtex-set-dialect.
20626         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20627         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20628         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20629         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20630         Define via bibtex-set-dialect.
20631         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20632         Obey bibtex-no-opt-remove-re.
20633         (bibtex-vec-push, bibtex-vec-incr): New functions.
20634         (bibtex-format-entry, bibtex-field-list)
20635         (bibtex-print-help-message, bibtex-validate)
20636         (bibtex-search-entries): Use new format of bibtex-entry-alist.
20638 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20640         * progmodes/compile.el (compilation-goto-locus):
20641         * net/tramp-cmds.el (tramp-append-tramp-buffers):
20642         * bs.el (bs-cycle-next, bs-cycle-previous):
20643         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20644         * bindings.el (mode-line-other-buffer):
20645         * autoinsert.el (auto-insert):
20646         * arc-mode.el (archive-extract):
20647         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20649 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20651         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20652         Fix check of `emacs-lock-unlockable-modes'.
20653         Coerce true values of `emacs-lock--try-unlocking' to t.
20655 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20657         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20658         * emacs-lock.el: New file.
20660 2011-07-05  Julien Danjou  <julien@danjou.info>
20662         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20663         than `boundp' to check if face is set.
20665 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20667         * register.el (registerv-make):
20668         * window.el (window-min-height): Fix typos in docstrings.
20670 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
20672         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20673         Update doc string.
20675 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
20677         * server.el (server-execute): Catch quit and call
20678         `server-return-error' to pass the error back to emacsclient and
20679         close the connection (bug#8942).
20681 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
20683         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20684         insecure exception for current topic.  Also note that auto-saves
20685         are handled differently.
20687         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20688         State variables for tracking auto-save inhibition situation.
20690         (allout-write-contents-hook-handler): Rename from
20691         'allout-write-file-hook-handler', and describe how it depends on
20692         write-contents-functions sensitivity to non-nil value to prevent
20693         file write.
20695         (allout-auto-save-hook-handler): Remove.  auto-save does not check
20696         this in individual buffers, only in the starting buffer, so this
20697         is not the right way for us to inhibit auto-save in a buffer
20698         according to its condition.
20700         (allout-mode): Use new allout-write-contents-hook-handler, and
20701         only with write-contents-functions.  Remove auto-save provisions -
20702         they're implemented elsewhere.
20704         (allout-before-change-handler): If undo is in progress, note that
20705         for attention of allout-post-command-business.
20707         (allout-post-command-business): If the command we're following was
20708         an undo, check for change in the status of encrypted items and
20709         adjust auto-save inhibitions accordingly.
20711         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20712         according to whether there are or aren't any plain-text topics
20713         pending encryption.
20715         (allout-inhibit-auto-save-info-for-decryption):
20716         Adjust buffer-saved-size and some allout state to inhibit auto-saves
20717         if there are plain-text topics pending encryption.
20719         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20720         buffer-saved-size and some allout state to not inhibit auto-saves
20721         if there are no longer any plain-text topics pending encryption.
20723         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20724         No longer provide for exemption of the current topic.
20726 2011-07-04  Juri Linkov  <juri@jurta.org>
20728         Add 7z operations to delete and save changed members (bug#8968).
20729         * arc-mode.el (archive-7z-expunge, archive-7z-update):
20730         New defcustoms.
20731         (archive-7z-write-file-member): New function.
20732         (archive-7z-summarize): Fix the number of dashes in the
20733         listing output.
20735 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20737         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20738         (bug#8958).
20740 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
20742         * bindings.el: Ignore next-buffer and previous-buffer in
20743         minibuffer-local-map.
20745         * font-lock.el (font-lock-builtin-face): Change light background
20746         color to dark slate blue (Bug#6693).
20748 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
20750         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20752 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20754         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20755         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20756         Add switch-to-buffer.
20758 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20760         * isearch.el (isearch-search-fun-function): Clarify further the
20761         meaning of the function returned.
20763 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
20765         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20767         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20768         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20769         Use it.
20770         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
20771         `tramp-default-remote-path' does not exist.
20772         (tramp-send-command-and-read): New optional argument NOERROR.
20773         (tramp-open-connection-setup-interactive-shell)
20774         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20775         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20776         (tramp-process-sentinel): Flush also process' connection property.
20777         (tramp-sh-handle-start-file-process): Do not set process
20778         sentinel.  It is done now ...
20779         (tramp-maybe-open-connection): ... here.  (Bug#8929)
20781 2011-07-04  MON KEY  <monkey@sandpframing.com>
20783         * play/animate.el (animate-string): Doc fixes and allow changing
20784         the buffer name (bug#5417).
20786 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20788         * play/animate.el (animation-buffer-name): Rename from *animate*.
20790 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20792         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20793         This is simpler and helps future-proof the code.
20794         (timer-until): Use time-subtract and float-time.
20795         (timer--time-less-p): Use time-less-p.
20797 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
20799         * type-break.el (timep): Use the value of `float-time' to avoid a
20800         byte-compiler warning.
20802         * server.el (server-eval-and-print): Return any result, even nil.
20804 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20806         * type-break.el: Accept time formats that the builtins accept.
20807         (timep, type-break-time-difference): Accept any format that
20808         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20809         This is simpler and helps future-proof the code.
20810         (type-break-time-difference): Round rather than ignoring
20811         subseconds components.
20813 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20815         * info.el (Info-apropos-matches): Make non-interactive, since it
20816         doesn't seem to do anything useful as a command (bug#8829).
20818 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
20820         * frame.el (frame-background-mode, frame-set-background-mode):
20821         Move from faces.el.
20822         (frame-default-terminal-background): New function.
20824         * custom.el (custom-push-theme): Don't record faces in `changed'
20825         theme; this doesn't work correctly for per-frame face settings.
20826         (disable-theme): Use face-set-after-frame-default to reset faces.
20827         (custom--frame-color-default): New function.
20829 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20831         * dired.el (dired-flagging-regexp): Remove unused variable
20832         (bug#8769).
20834 2011-03-29  Kevin Ryde  <user42@zip.com.au>
20836         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20837         `perl-Test2' extend to match possible "fail #N" rep count
20838         (bug#8377).
20840 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20842         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20843         `smtpmail-via-smtp' now returns the error instead of nil.
20845         * isearch.el (isearch-search-fun-function): Clarify the doc string
20846         (bug#8101).
20848 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
20850         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20851         unnecessary spaces (bug#8987).
20853 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20855         * net/network-stream.el (open-network-stream): Use the
20856         :end-of-capability command thoughout.
20858 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20860         * net/network-stream.el (open-network-stream): Add the
20861         :end-of-capability command parameter, used by pop3.el.
20863 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20865         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20867         * fringe.el (fringe-query-style): Remove redundant text " (type ?
20868         for list)" (bug#6475).
20870         * files.el (file-expand-wildcards): Ignore non-readable
20871         sub-directories while trying to find matches instead of signaling
20872         an error (bug#6297).
20874         * man.el (Man-reference-regexp): Allow matching possible
20875         word-wrapped references (bug#6289).
20877         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20878         for consistency with the other vc buffers (bug#6197).
20879         (vc-checkin): Ditto.
20881         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20883         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20885 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20887         * custom.el (defcustom): Clarify that :set is only used in the
20888         Customize user interface (bug#6089).
20890         * progmodes/flymake.el (flymake-mode): If the buffer isn't
20891         associated with a file, refuse to run instead of erroring out
20892         (bug#6084).
20894         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20895         the doc string, since it appears that using `fill-column' always
20896         controls the width (bug#7845).
20898         * simple.el (shell-command-on-region): Say where the error output
20899         went if `shell-command-default-error-buffer' is set (bug#6857).
20901 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
20903         * allout.el (allout-yank-processing): Adjust cursor position for
20904         backwards-deleted space.
20906         (allout-rebullet-heading): Register changes with
20907         allout-exposure-changed-hook, so the modified topic is properly
20908         decorated.
20910 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20912         * minibuffer.el (completion-in-region): Document PREDICATE
20913         (bug#7136).
20915         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20916         of keyword/argument pairs (bug#6904).
20918         * replace.el (multi-occur):
20919         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20921 2011-07-02  Drew Adams  <drew.adams@oracle.com>
20923         * dired.el (dired-mark-if): Make the message about whether it's
20924         marking or unmarking clearer (bug#8523).
20926 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20928         * disp-table.el (display-table-print-array): New function.
20929         (describe-display-table): Use it to print the vectors more pretty
20930         (Bug#8859).
20932 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
20934         * window.el (window-state-get-1): Don't assign clone numbers.
20935         Add clone-of item to list of window parameters.
20936         (window-state-put-2): Don't process clone numbers.
20937         (display-buffer-alist): Fix doc-string.
20939 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20941         * subr.el (remq): Don't allocate if it's not needed.
20942         (keymap--menu-item-binding, keymap--menu-item-with-binding)
20943         (keymap--merge-bindings): New functions.
20944         (keymap-canonicalize): Use them to refine the canonicalization.
20945         * minibuffer.el (minibuffer-local-completion-map)
20946         (minibuffer-local-must-match-map): Move initialization from C.
20947         (minibuffer-local-filename-completion-map): Move initialization from C;
20948         don't inherit from anything here.
20949         (minibuffer-local-filename-must-match-map): Make obsolete.
20950         (completing-read-default): Use make-composed-keymap to combine
20951         minibuffer-local-filename-completion-map with either
20952         minibuffer-local-must-match-map or
20953         minibuffer-local-filename-completion-map.
20955 2011-07-01  Glenn Morris  <rgm@gnu.org>
20957         * type-break.el (type-break-time-sum): Use dolist.
20959         * textmodes/flyspell.el (flyspell-word-search-backward):
20960         Replace CL function.
20962 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20964         * mouse.el (mouse--strip-first-event): New function.
20965         (function-key-map): Use it to map fringe clicks to normal clicks
20966         by default.
20968         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20969         (vc-bzr-revision-completion-table): Add support for annotate and date.
20971         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20972         inherit from parent.
20974 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20976         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20977         (dired-show-file-type): Doc fixup (bug#8818).
20979         * dired.el (dired-mode): Fix up the doc string as suggested by
20980         Drew Adams (bug#8817).
20982         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20983         cookie, since the manual says that it should be possible to add
20984         this function to `find-file-hook' (bug#8709).
20986 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
20988         * progmodes/cfengine.el: Moved all cfengine3.el functionality
20989         here.  Noted Ted Zlatanov as the maintainer.
20990         (cfengine-common-settings, cfengine-common-syntax): New functions
20991         to set up common things between `cfengine-mode' and
20992         `cfengine3-mode'.
20993         (cfengine3-mode): New mode.
20994         (cfengine3-defuns cfengine3-defuns-regex
20995         (cfengine3-class-selector-regex cfengine3-category-regex)
20996         (cfengine3-vartypes cfengine3-font-lock-keywords)
20997         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20998         (cfengine3-indent-line): Add from cfengine3.el.
21000 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
21002         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
21004         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
21006 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
21008         * window.el (same-window-buffer-names, same-window-regexps)
21009         (same-window-p, special-display-frame-alist)
21010         (special-display-popup-frame, special-display-function)
21011         (special-display-buffer-names, special-display-regexps)
21012         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
21013         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21014         (split-window-preferred-function, split-height-threshold)
21015         (split-width-threshold, even-window-heights)
21016         (display-buffer-mark-dedicated, window-splittable-p)
21017         (split-window-sensibly, window-safely-shrinkable-p):
21018         Un-obsolete.
21019         (display-buffer): Don't spread args with function specifier
21020         because special-display-popup-frame won't like it.
21022 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
21024         Time-stamp simplifications and fixes.
21025         These improve accuracy slightly, and future-proof the code
21026         against some potential changes to current-time format.
21028         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
21029         by using time-since and float-time.
21031         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
21032         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
21033         + NNN microseconds".
21035         * type-break.el (type-break-time-sum): Rewrite using time-add.
21037         * play/hanoi.el (hanoi-current-time-float): Remove.
21038         All uses replaced by float-time.
21040         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
21041         This yields a more-accurate answer.
21042         (rng-time-to-float): Remove; no longer needed.
21044         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
21046         * calendar/timeclock.el (timeclock-seconds-to-time):
21047         Defalias to seconds-to-time, since they're the same thing.
21049         * emacs-lisp/elp.el (elp-elapsed-time):
21050         * emacs-lisp/benchmark.el (benchmark-elapse):
21051         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
21053 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21055         * window.el (bury-buffer): Don't iconify the only frame.
21056         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
21057         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
21059 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
21061         * eshell/em-smart.el (eshell-smart-display-navigate-list):
21062         Add mouse-yank-primary.
21064 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
21066         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21068 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21070         * emacs-lisp/find-func.el (find-library--load-name): New fun.
21071         (find-library-name): Use it to find relative load names when provided
21072         absolute file name (bug#8803).
21074 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21076         * textmodes/flyspell.el (flyspell-word): Consider words that
21077         differ only in case as potential doublons (bug#5687).
21079         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21080         Remove two rather uninteresting debugging-like messages to make
21081         debbugs.el more silent.
21083         * comint.el (comint-password-prompt-regexp): Accept "Response" as
21084         a password-like phrase.
21086 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
21088         * progmodes/cc-guess.el: New file.
21090         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21092         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21093         derived from `c-basic-common-init'.
21095         * progmodes/cc-mode.el (top-level): Require cc-guess.
21096         (c-basic-common-init): Use `cc-choose-style-for-mode'.
21098 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
21100         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21102 2011-06-30  Alan Mackenzie  <acm@muc.de>
21104         * progmodes/cc-engine.el (c-guess-continued-construct):
21105         Correct the handling of template-args-cont, particularly for when font
21106         lock is disabled.  Name this case as "CASE G".
21108 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
21110         * allout.el (allout-yank-processing): Fix injection of extra space
21111         between bullet and non-whitespace character in first topic when
21112         pasting, ensuring that the actual spacing in the pasted topic
21113         following the bullet char is preserved.  This extra space was
21114         causing pasted encrypted topics to get a decrypted status even
21115         when the content was actually still encrypted.  Now the decryption
21116         status from before the paste is preserved.
21118         (allout-flag-region): Set all allout overlays so they evaporate
21119         when reduced to zero length (evanescent), to prevent overlay
21120         leakage.
21122 2011-06-30  Glenn Morris  <rgm@gnu.org>
21124         * w32-fns.el (w32-charset-info-alist): Declare.
21126         * find-dired.el (find-grep-options): Simplify.
21128         * term/ns-win.el (ns-set-resource): Declare.
21130         * ses.el (row, col): Declare dynamic variables honestly.
21132         * textmodes/reftex-parse.el (index-tags): Declare.
21134 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
21136         * cus-edit.el (customize-push-and-save): New function.
21138         * files.el (hack-local-variables-confirm): Use it.
21140         * custom.el (load-theme): New arg NO-CONFIRM.
21141         Use customize-push-and-save (Bug#8720).
21142         (custom-enabled-themes): Doc fix.
21144         * cus-theme.el (customize-create-theme)
21145         (custom-theme-merge-theme): Callers to load-theme changed.
21147 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21149         * thingatpt.el (thing-at-point-short-url-regexp): Require that
21150         short URLs have at least one dot in them (bug #7614).
21152         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21153         nil, because using a pty is apparently too slow (bug #895).
21155 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21157         * mail/sendmail.el (sendmail-query-once): New function.
21158         (sendmail-query-once-function): New variable.
21160 2011-06-29  Glenn Morris  <rgm@gnu.org>
21162         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21164         * ses.el (top-level): Require cl when compiling.
21165         (ses-set-localvars): Fix error statement.
21166         Call it at compile time to silence a storm of warnings.
21168 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
21170         * window.el (normalize-live-buffer): Rename to
21171         window-normalize-buffer.
21172         (normalize-live-frame): Rename to window-normalize-frame.
21173         (normalize-any-window): Rename to window-normalize-any-window.
21174         (normalize-live-window): Rename to window-normalize-live-window.
21175         (make-window-atom): Rename to window-make-atom.
21176         (window-resize-reset): Rename to window--resize-reset.
21177         (window-resize-reset-1): Rename to window--resize-reset-1.
21178         (resize-mini-window): Rename to window--resize-mini-window.
21179         (resize-subwindows-skip-p): Rename to
21180         window--resize-subwindows-skip-p.
21181         (resize-subwindows-normal): Rename to
21182         window--resize-subwindows-normal.
21183         (resize-subwindows): Rename to window--resize-subwindows.
21184         (resize-other-windows): Rename to window--resize-siblings.
21185         (resize-this-window): Rename to window--resize-this-window.
21186         (resize-root-window): Rename to window--resize-root-window.
21187         (resize-root-window-vertically): Rename to
21188         window--resize-root-window-vertically.
21189         (normalize-buffer-to-display): Rename to
21190         window-normalize-buffer-to-display.
21191         (normalize-buffer-to-switch-to): Rename to
21192         window-normalize-buffer-to-switch-to.
21193         Correspondingly update all callers of the functions listed
21194         above.
21195         (display-buffer-alist, display-buffer-normalize-arguments)
21196         (display-buffer-normalize-options, display-buffer)
21197         (display-buffer-alist-set): Use "function" instead of
21198         "fun-with-args".
21200 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
21202         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21203         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
21204         debbugs.gnu.org.  Mention acknowledgment email.
21206 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21208         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21209         buffer multibyteness, since it shouldn't matter.
21211 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
21213         * window.el (display-buffer-in-side-window): Handle dedicated
21214         windows as in display-buffer-reuse-window.
21215         (display-buffer-normalize-alist): Use value of override
21216         specifier.
21217         (display-buffer-normalize-specifiers): Use value of
21218         other-window-means-other-frame specifier.
21219         (display-buffer-alist): Rewrite some texts in widgets.
21220         (display-buffer): Spread arguments when calling function
21221         specified by fun-with-args.
21223 2011-06-28  Deniz Dogan  <deniz@dogan.se>
21225         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21226         Unnest `let'.
21228         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21229         selectors (Bug#5732).
21230         (css-proprietary-nmstart-re): Use `regexp-opt'.
21232 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
21234         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21235         (eshell-ls-date-format): New defcustom.
21236         (eshell-ls-file): Use it.
21238 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21240         * help-fns.el (describe-variable): Fix message for terminal-local vars.
21242 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21244         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21245         (ange-ftp-make-tmp-name): New arg.
21246         (ange-ftp-file-local-copy): Use it.
21248 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
21250         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21251         no-conversion (Bug#8870).
21253 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
21255         * window.el (window-right, window-left, window-child)
21256         (window-child-count, window-last-child)
21257         (window-iso-combination-p, walk-window-tree-1)
21258         (window-atom-check-1, window-tree-1, delete-window)
21259         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21260         new naming conventions - window-vchild, window-hchild,
21261         window-next and window-prev are now called window-top-child,
21262         window-left-child, window-next-sibling and window-prev-sibling
21263         respectively.
21264         (resize-window-reset): Rename to window-resize-reset.
21265         (resize-window-reset-1): Rename to window-resize-reset-1.
21266         (resize-window): Rename to window-resize.
21267         (window-min-height, window-min-width)
21268         (resize-mini-window, resize-this-window, resize-root-window)
21269         (resize-root-window-vertically, adjust-window-trailing-edge)
21270         (enlarge-window, shrink-window, maximize-window)
21271         (minimize-window, delete-window, quit-restore-window)
21272         (split-window, balance-windows, balance-windows-area-adjust)
21273         (balance-windows-area, window-state-put-2)
21274         (display-buffer-even-window-sizes, display-buffer-set-height)
21275         (display-buffer-set-width, set-window-text-height)
21276         (fit-window-to-buffer): Rename all "resize-window" prefixed
21277         calls to use the "window-resize" prefix convention.
21278         (display-buffer-alist): Fix symbol for label specifier.
21279         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21280         corresponding specifier.
21281         Reported by Juanma Barranquero <lekktu@gmail.com>.
21283 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21285         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21286         convention.
21287         (ses-call-printer): Does not pass an empty string to formatter when the
21288         cell is empty to keep from barking printer Calc math-format-value.
21290 2011-06-27  Richard Stallman  <rms@gnu.org>
21292         * battery.el (battery-mode-line-limit): New variable.
21293         (battery-update): Handle it.
21295         * mail/rmailmm.el (rmail-mime-process-multipart):
21296         Handle truncated messages.
21298 2011-06-27  Glenn Morris  <rgm@gnu.org>
21300         * progmodes/flymake.el (flymake-err-line-patterns):
21301         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
21303 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21305         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21306         (ses--clean-!, ses--clean-_): New functions.
21307         (ses-range): Add configurability of readout order, and conversion
21308         to Calc vector.
21310         * ses.el (ses-repair-cell-reference-all): New function.
21311         (ses-cell-symbol): Set macro as safe, so that it can be used in
21312         formulas.
21314         * ses.el: Update cycle detection algorithm.
21315         (ses-localvars): Add ses--Dijkstra-attempt-nb and
21316         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21317         (ses-set-localvars): New function.
21318         (ses-make-cell): Add property-list as a cell element.
21319         (ses-cell-property-get-fun, ses-cell-property-get)
21320         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21321         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21322         New functions.
21323         (ses-cell-property-set, ses-cell-property-pop)
21324         (ses-cell-property-get-handle): New macro.
21325         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21326         New aliases, used for code readability.
21327         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21328         cycle detection.
21329         (ses-self-reference-early-detection): New defcustom.
21330         (ses-formula-references): Robustify against self-referring cells.
21331         (ses-mode): Use ses-set-localvars.
21332         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21333         before lauching the update processing.
21334         (ses-initialize-Dijkstra-attempt): New function.
21335         (ses-recalculate-cell): Update for cycle detection based on
21336         Dijkstra algorithm.
21338         * ses.el: Fix commenting and indenting convention.
21340 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21342         * bs.el (bs-cycle-next): Complete last change.
21344 2011-06-27  Drew Adams  <drew.adams@oracle.com>
21346         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21348 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21350         * net/network-stream.el (network-stream-open-starttls):
21351         Don't re-get capabilities unless we've reestablished connection.
21352         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21354         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21355         to binary to possibly avoid line encoding issues on Windows (among
21356         other things).
21358 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21360         * net/network-stream.el (open-network-stream): Return an :error
21361         saying what the problem was, if possible.
21363         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21364         server.
21366         * net/network-stream.el (network-stream-open-starttls): If we
21367         wanted to use STARTTLS, and the server offered it, but we weren't
21368         able to because we had no STARTTLS support, then close the connection.
21369         (open-network-stream): Return an :error element, if present.
21371 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21373         * hl-line.el (hl-line-sticky-flag): Doc fix.
21374         (global-hl-line-sticky-flag): New option (Bug#8323).
21375         (global-hl-line-highlight): Obey it.
21377         * vc/vc.el (vc-revert-show-diff): Default to t.
21379 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
21381         * allout-widgets.el (allout-widgets-post-command-business):
21382         Stop decorating intermediate isearch matches.  They're not being
21383         undecorated when an isearch is continued past, and isearch
21384         automatically collapses them.  This leads to "widget leaks", where
21385         decorated items accumulate in collapsed areas.  Lines with lots of
21386         hidden widgets can slow down cursor travel, substantially.
21387         Too much complicated machinery would be needed to ensure undecoration,
21388         so we're doing without this nicety.
21390         (allout-widgets-tally-string): Don't try to do a hash-table-count
21391         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
21392         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21393         *Messages* when allout-widgets-maintain-tally is t.
21395 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
21397         * window.el (display-buffer-normalize-argument): Rename to
21398         display-buffer-normalize-arguments.  Handle special meaning of
21399         LABEL argument.  Respect special-display-function when popping up
21400         a new frame.  Fix code searching for a window showing the buffer
21401         on another frame.
21402         (display-buffer-normalize-specifiers):
21403         Call display-buffer-normalize-arguments.
21404         (display-buffer-in-window): Don't undedicate the window if its
21405         buffer remains the same.
21406         Reported by Drew Adams <drew.adams@oracle.com>.
21407         (display-buffer-alist): Add choice for same-window macro
21408         specfier.
21409         (display-buffer): Mention special meaning of LABEL argument in
21410         doc-string.  Fix quoting.  Don't pop up a new frame even as
21411         fallback.
21413 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
21415         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21416         avoid deleting the current window in some cases (bug#8911).
21418 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
21420         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21421         (Bug#8934)
21423 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21425         * net/network-stream.el (network-stream-open-starttls):
21426         Use built-in TLS support if `gnutls-available-p' is true.
21427         (network-stream-open-tls): Ditto.
21429 2011-06-26  Leo Liu  <sdl.web@gmail.com>
21431         * register.el (registerv): New struct.
21432         (registerv-make): New function.
21433         (jump-to-register, describe-register-1, insert-register):
21434         Support the jump-func, print-func and insert-func slot of a registerv
21435         struct.  (Bug#8415)
21437 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21439         * vc/vc.el (vc-revert-show-diff): New defcustom.
21440         (vc-diff-internal): New arg specifying diff buffer.
21441         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
21442         reuse an existing *vc-diff* buffer (Bug#8927).
21444         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21446 2011-06-26  Glenn Morris  <rgm@gnu.org>
21448         * progmodes/f90.el (f90-critical-indent): New option.
21449         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21450         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21451         (f90-mode): Doc fix.
21452         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21453         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21454         (f90-beginning-of-block, f90-next-block, f90-indent-region)
21455         (f90-match-end): Handle block, critical.
21457 2011-06-25  Glenn Morris  <rgm@gnu.org>
21459         * calendar/diary-lib.el (diary-included-files): Doc fix.
21460         (diary-include-files): New function, extracted from
21461         diary-include-other-diary-files and diary-mark-included-diary-files.
21462         (diary-include-other-diary-files, diary-mark-included-diary-files):
21463         Just call diary-include-files.
21464         (diary-mark-entries): Reset diary-included-files on first call.
21466         * calendar/diary-lib.el (diary-mark-entries)
21467         (diary-mark-included-diary-files):
21468         Visit included diary-files in temp buffers.
21470         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21471         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21472         (f90-start-block-re, f90-imenu-generic-expression)
21473         (f90-looking-at-program-block-start, f90-no-block-limit):
21474         Add support for submodules.
21476         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21477         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21479 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
21481         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21482         buffer-file-type before setting its value, to avoid disastrous
21483         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
21485 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21487         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21489         * ses.el (ses-unload-function):
21490         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21492         * proced.el (proced-unload-function):
21493         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21495 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
21497         * server.el (server-create-window-system-frame): Add parameters arg.
21498         (server-process-filter): Doc fix.  Handle frame-parameters.
21500 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21502         Fix bug#8730, bug#8781.
21504         * loadhist.el (unload--set-major-mode): New function.
21505         (unload-feature): Use it.
21507         * progmodes/python.el (python-after-info-look): Add autoload cookie.
21508         (python-unload-function): New function.
21510 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21512         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21514 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
21516         * net/browse-url.el (browse-url-firefox-program): Add icecat to
21517         the candidates list.
21519 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
21521         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21523 2011-06-23  Richard Stallman  <rms@gnu.org>
21525         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21526         (rmail-variables): Set next-error-move-function.
21527         (rmail-what-message): Take argument POS.
21528         (rmail-next-error-move): New function.
21530 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21532         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21533         messages for adjacent non-terminals.
21535 2011-06-23  Richard Stallman  <rms@gnu.org>
21537         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21538         (rmail-show-message-1): Preserve buffer modified flag.
21539         (rmail-start-mail): Don't specify use of rmail-mail-return;
21540         that's done by mail-bury now.
21541         (rmail-mail-return): Handle arg NEWBUF.
21543 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
21545         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21546         SIZE is a number.
21548 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
21550         * window.el (get-lru-window, get-mru-window)
21551         (get-largest-window): Never return a minibuffer window.
21552         (display-buffer-pop-up-window): Fix a bug that could lead to
21553         reusing the minibuffer window.
21554         (display-buffer): Pass original specifier argument to
21555         display-buffer-function instead of the normalized one.
21556         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21558 2011-06-22  Leo Liu  <sdl.web@gmail.com>
21560         * minibuffer.el (completing-read-function)
21561         (completing-read-default): Move from minibuf.c.
21563 2011-06-22  Richard Stallman  <rms@gnu.org>
21565         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21566         to Rmail even if not started by a special Rmail command.
21568         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21569         Copy the buffer currently showing just one message.
21571 2011-06-22  Roland Winkler  <winkler@gnu.org>
21573         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21574         (bibtex-clean-entry): First delete the old key so that a
21575         customized algorithm for generating the new key does not get
21576         confused by the old key.
21577         (bibtex-url): Obey regexp of first step.
21578         (bibtex-search-entries): Do not use add-to-list with local
21579         list-var.
21581 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21583         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21584         stored a user name, then query for the password first, instead of
21585         waiting for SMTP to give an error message and the trying again.
21587 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
21589         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21590         BUFFER in call-process.
21592 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21594         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21595         QUIT twice.
21596         (smtpmail-try-auth-methods): Require user name and password from
21597         auth-source.
21599 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
21601         * window.el (display-buffer-default-specifiers)
21602         (display-buffer-alist): Remove entries for pop-up-frame-alist.
21603         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21604         (split-window): Normalize SIDE argument (Bug#8916).
21606         * frame.el (pop-up-frame-alist, pop-up-frame-function)
21607         (special-display-frame-alist, special-display-popup-frame):
21608         Remove duplicate declarations.  These are now in window.el.
21610 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21612         * mail/smtpmail.el (smtpmail-via-smtp):
21613         Set :use-starttls-if-possible so that we always use STARTTLS if the
21614         server supports it.  SMTP servers that support STARTTLS commonly
21615         require it.
21617         * net/network-stream.el (network-stream-open-starttls): Support
21618         upgrading to STARTTLS always, even if we don't have built-in support.
21619         (open-network-stream): Add the :always-query-capabilities keyword.
21621         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21622         upgrades with `open-network-stream', and rely solely on
21623         auth-source for all credentials.  Big changes throughout the file,
21624         but in particular:
21625         (smtpmail-auth-credentials): Remove.
21626         (smtpmail-starttls-credentials): Remove.
21627         (smtpmail-via-smtp): Check for servers saying they want AUTH after
21628         MAIL FROM, too.
21630         * net/network-stream.el (network-stream-open-starttls):
21631         Provide support for client certificates both for external and built-in
21632         STARTTLS.
21633         (auth-source): Require.
21634         (open-network-stream): Document the :client-certificate keyword.
21635         (network-stream-certificate): Change cert-cert to cert and
21636         cert-key to key.
21638 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
21640         * net/tramp-cache.el (top): Don't load the persistency file when
21641         "emacs -Q" has been called.
21643 2011-06-21  Tim Harper  <timcharper@gmail.com>
21645         * term/ns-win.el (ns-initialize-window-system):
21646         Set application-specific `ApplePressAndHoldEnabled' system
21647         resource to NO as it is not yet supported by the NS port.
21649 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
21651         * misc.el (list-dynamic-libraries--refresh): Compute header here...
21652         (list-dynamic-libraries): ...not here.
21654 2011-06-21  Leo Liu  <sdl.web@gmail.com>
21656         * subr.el (sha1): Implement sha1 using secure-hash.
21658 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
21660         * window.el (display-buffer-alist): In default value do not
21661         enforce searching a window on any but the selected frame.
21662         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21663         (display-buffer-select-window): Remove function.
21664         (display-buffer-in-window): When a window on another frame gets
21665         reused, do not select it any more but just raise its frame if
21666         necessary (Bug#8851) and (Bug#8856).
21667         (display-buffer-normalize-options): Handle pop-up-frames related
21668         options more faithfully.
21669         (pop-to-buffer): Don't rely on `display-buffer' selecting the
21670         window if it is on another frame.
21671         (display-buffer-alist, display-buffer-default-specifiers):
21672         Don't make new frame unsplittable by default.
21673         (display-buffer-normalize-argument): Fix doc-string typo and use
21674         'same-frame-other-window instead of 'other-window when associating
21675         with display-buffer-macro-specifiers.
21677 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
21679         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21680         New functions.
21681         (5x5-mode-map, 5x5-mode-menu): Bind them.
21682         (5x5-draw-grid): Tweak the solver's rendering.
21684 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21686         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21687         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21689 2011-06-21  Drew Adams  <drew.adams@oracle.com>
21691         * menu-bar.el: Use function variable instead of switch-to-buffer.
21692         (menu-bar-select-buffer-function): New variable.
21693         (menu-bar-update-buffers): Use it (bug#8876).
21695 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21697         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21698         variable's status.
21700 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
21702         * x-dnd.el (x-dnd-version-from-flags)
21703         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21704         and long as number (Bug#8899).
21705         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21707 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21709         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21710         (completion-try-completion, completion-all-completions): Compute the
21711         metadata argument if it's missing; make it optional (bug#8795).
21713         * wid-edit.el: Use lex-bind and move towards completion-at-point.
21714         (widget-complete): Use new :completion-function property.
21715         (widget-completions-at-point): New function.
21716         (default): Use :completion-function instead of :complete.
21717         (widget-default-completions): Rename from widget-default-complete;
21718         Rewrite.
21719         (widget-string-complete, widget-file-complete, widget-color-complete):
21720         Remove functions.
21721         (file, symbol, function, variable, coding-system, color):
21722         * international/mule-cmds.el (default-input-method, charset)
21723         (language-info-custom-alist):
21724         * cus-edit.el (face): Use new property :completions.
21726         * progmodes/pascal.el (pascal-completions-at-point): New function.
21727         (pascal-mode): Use it.
21728         (pascal-mode-map): Use completion-at-point.
21729         (pascal-toggle-completions): Make obsolete.
21730         (pascal-complete-word, pascal-show-completions):
21731         * progmodes/octave-mod.el (octave-complete-symbol):
21732         Redefine as obsolete alias.
21733         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21734         Signal absence of completion info for old Octave,
21735         (inferior-octave-complete): Redefine as obsolete alias.
21736         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21737         (meta-completions-at-point): Rename from meta-complete-symbol and
21738         adapt it for use on completion-at-point-functions.
21739         (meta-common-mode): Use it.
21740         (meta-looking-at-backward, meta-match-buffer): Remove.
21741         (meta-complete-symbol): Redefine as obsolete alias.
21742         (meta-common-mode-map): Use completion-at-point.
21743         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21744         (makefile-mode-map): Use completion-at-point.
21745         (makefile-completions-at-point): Rename from makefile-complete and
21746         adapt it for use on completion-at-point-functions.
21747         (makefile-mode): Use it.
21748         (makefile-complete): Redefine as obsolete alias.
21750 2011-06-20  Deniz Dogan  <deniz@dogan.se>
21752         * net/rcirc.el: Delete trailing whitespaces once and for all.
21754 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
21756         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21758 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
21760         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21762         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21764 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
21766         * window.el (display-buffer-other-window-means-other-frame):
21767         Call display-buffer-normalize-alist.
21768         (display-buffer-normalize-specifiers-1): Rename to
21769         display-buffer-normalize-argument.  New argument other-frame.
21770         Rewrite.
21771         (display-buffer-normalize-specifiers-2): Rename to
21772         display-buffer-normalize-options.
21773         (display-buffer-normalize-alist-1): New function.
21774         (display-buffer-normalize-specifiers-3): Rename to
21775         display-buffer-normalize-alist.
21776         Call display-buffer-normalize-alist-1.
21777         (display-buffer-normalize-options-inhibit): New variable.
21778         (display-buffer-normalize-specifiers): Rewrite calling
21779         display-buffer-normalize-alist,
21780         display-buffer-normalize-argument, and
21781         display-buffer-normalize-options.  Don't call the latter if
21782         display-buffer-normalize-options-inhibit is non-nil.
21783         (frame-auto-delete): New option.
21784         (window-deletable-p): Use frame-auto-delete.
21785         (window-list-no-nils, window-state-ignored-parameters)
21786         (window-state-get-1, window-state-get, window-state-put-list)
21787         (window-state-put-1, window-state-put-2, window-state-put):
21788         New functions.
21789         (display-buffer-normalize-options): Move special-display-p group
21790         after pop-up-frame group (Bug#8851) and (Bug#8856).
21792 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
21794         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21795         groups (Bug#8776).
21796         (rx-submatch-n): New function.
21797         (rx): Document it.
21799         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21800         (Bug#8768).
21802         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21804         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21806         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21807         anytime existing face settings are present (Bug#8889).
21809         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21810         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21811         Remove unused argument.
21813 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
21815         * window.el (display-buffer-default-specifiers):
21816         Remove pop-up-frame.  Add pop-up-window-min-height,
21817         pop-up-window-min-width, and another reuse-window specifier
21818         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
21819         (display-buffer-normalize-specifiers-2):
21820         Handle split-height-threshold and split-width-threshold also when
21821         pop-up-windows is unset.  Add a reuse-window specifier for the
21822         case popping up a new window fails.
21823         (special-display-popup-frame): Remove double quoting.
21824         (display-buffer-normalize-specifiers-1): Fix thinko.
21826 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21828         * shell.el (shell-completion-vars): Set pcomplete-termination-string
21829         according to comint-completion-addsuffix.
21831         * pcomplete.el: Convert to lexical binding and fix bug#8819.
21832         (pcomplete-suffix-list): Mark as obsolete.
21833         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21834         pcomplete-seen in the closure.
21835         (pcomplete-comint-setup): Setup completion-at-point as well.
21836         (pcomplete--entries): New function.
21837         (pcomplete--env-regexp): New var.
21838         (pcomplete-entries): Rewrite to work with partial-completion and
21839         without relying on pcomplete-suffix-list.
21840         (pcomplete-pare-list): Remove, unused.
21842 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
21844         * window.el (display-buffer-alist): Set pop-up-window-min-height
21845         and pop-up-window-min-width in default value.  Reported by
21846         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
21847         other-window-means-other-frame.
21848         (display-buffer-macro-specifiers): Comment out entry for
21849         other-window specifier.
21850         (display-buffer-other-window-means-other-frame): New function.
21851         (display-buffer-normalize-specifiers-1): New arguments
21852         buffer-name and label.  Treat other-window case specially.
21853         (display-buffer-normalize-specifiers-2): Treat other-window case
21854         specially.
21855         (display-buffer-normalize-specifiers-3): New function.
21856         (display-buffer-normalize-specifiers):
21857         Call display-buffer-normalize-specifiers-3.
21859 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
21861         * window.el (same-window-p): Fix two typos introduced when
21862         adding with-no-warnings.
21863         (display-buffer-normalize-specifiers-1): Don't check
21864         pop-up-frames for 'unset initialization.
21865         (display-buffer-normalize-specifiers-2): Major rewrite using
21866         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21867         (pop-up-frames, display-buffer-reuse-frames)
21868         (display-buffer-mark-dedicated): Don't initialize to 'unset.
21869         Suggested by David Engster <deng@randomsample.de>.
21870         (even-window-heights): Initialize to 'unset.
21871         (display-buffer-alist-set): Handle new 'unset initializations.
21872         (display-buffer-macro-specifiers): Don't pop up a new frame in the
21873         other window case.
21875 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
21877         * window.el (display-buffer-normalize-specifiers-1):
21878         Respect current value of pop-up-frames for most reasonable values of
21879         second argument of display-buffer (Bug#8865).
21880         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21881         (switch-to-buffer-other-window-same-frame)
21882         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
21883         Adams (Bug#8875).
21884         (display-buffer): Don't check noninteractive when calling
21885         display-buffer-pop-up-frame.
21886         (display-buffer-pop-up-frame): Never pop up a frame in
21887         noninteractive mode (Bug#8857).
21888         (enlarge-window, shrink-window): Don't report an error when the
21889         window can't be resized as requested (Bug#8862).
21891 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21893         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21895         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21897         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21899 2011-06-15  Alan Mackenzie  <acm@muc.de>
21901         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21902         for declarators, disable knr checking to speed up for normal files.
21903         2: Refactor, replacing a sequence of nested if forms by a cond form.
21905 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21907         * net/network-stream.el (open-network-stream): Add the keyword
21908         :always-query-capabilities for the case where you want to force a
21909         `plain' network connection, but the protocol still requires the
21910         capabilitiy command (i.e., SMTP and EHLO).
21912         * subr.el (process-live-p): Rename from `process-alive-p' for
21913         consistency with other `-live-p' functions.
21915 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21917         * window.el (same-window-buffer-names, same-window-regexps)
21918         (special-display-frame-alist, special-display-popup-frame)
21919         (special-display-function, special-display-buffer-names)
21920         (special-display-regexps, pop-up-frame-alist)
21921         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21922         (pop-up-windows, split-window-preferred-function)
21923         (split-height-threshold, split-width-threshold, even-window-heights)
21924         (display-buffer-mark-dedicated): Don't encourage the use of
21925         display-buffer-alist from Elisp code.
21927 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
21929         * progmodes/python.el (python-mode): Derive from prog-mode.
21930         * progmodes/ps-mode.el (ps-mode):
21931         * progmodes/mixal-mode.el (mixal-mode):
21932         * progmodes/cfengine.el (cfengine-mode):
21933         * progmodes/ld-script.el (ld-script-mode): Likewise.
21935 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
21937         * window.el (display-buffer-alist): Trim default value to avoid
21938         popping up a new frame (Bug#8857) or reusing an arbitrary window
21939         on another frame.
21940         (display-buffer): Do not fall back on popping up a new frame in
21941         batch mode (Bug#8857).
21943 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
21945         * cus-theme.el (describe-theme-1): Use custom-theme-p.
21946         (custom-theme-summary): New function.
21947         (customize-themes): Use it.
21949 2011-06-13  Glenn Morris  <rgm@gnu.org>
21951         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21953 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
21955         * help.el (help-window): Remove variable.
21956         (help-window-point-marker, temp-buffer-max-height)
21957         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21958         (help-print-return-message): Don't set help-window.
21959         (resize-temp-buffer-window): Rewrite cod eand doc-string.
21960         (help-window-setup-finish): Remove.
21961         (help-window-display-message, help-window-setup)
21962         (with-help-window): Major rewrite based on new
21963         display-buffer-window variable.
21965         * help-mode.el (help-mode-finish): Remove help-window related
21966         code.
21968         * view.el (view-exits-all-viewing-windows): Remove reference to
21969         view-return-to-alist in doc-string.
21970         (view-return-to-alist): Make obsolete.
21971         (view-buffer): Call pop-to-buffer-same-window and remove
21972         undo-window code.
21973         (view-buffer-other-window): Call pop-to-buffer-other-window and
21974         simplify code.  Ignore second argument.
21975         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21976         simplify code.  Ignore second argument.
21977         (view-return-to-alist-update): Make obsolete.
21978         (view-mode-enter): Rename second argument to QUIT-RESTORE.
21979         Rewrite using quit-restore window parameters.
21980         (view-mode-exit): Rename second argument to EXIT-ONLY.
21981         Rewrite using quit-restore-window.
21982         (View-exit, View-exit-and-edit, View-leave, View-quit)
21983         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21984         appropriate arguments.
21985         (view-end-message): Use quit-restore window parameter.
21987         * window.el (display-buffer-function): Rewrite doc-string.
21988         (display-buffer-window, display-buffer-alist): New variables.
21989         (display-buffer-split-specifiers)
21990         (display-buffer-side-specifiers)
21991         (display-buffer-macro-specifiers): New constants.
21992         (display-buffer-even-window-sizes, display-buffer-set-height)
21993         (display-buffer-set-width, display-buffer-select-window)
21994         (display-buffer-in-window, display-buffer-reuse-window)
21995         (display-buffer-split-window-1, display-buffer-split-window)
21996         (display-buffer-split-atom-window, display-buffer-pop-up-window)
21997         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21998         (display-buffer-in-side-window, normalize-buffer-to-display)
21999         (display-buffer-normalize-specifiers-1)
22000         (display-buffer-normalize-specifiers-2)
22001         (display-buffer-normalize-specifiers, display-buffer-frame):
22002         New functions.
22003         (display-buffer): Major rewrite.
22004         (display-buffer-other-window, display-buffer-other-frame)
22005         (pop-to-buffer, switch-to-buffer-other-window)
22006         (switch-to-buffer-other-frame): Rewrite.
22007         (display-buffer-same-window, display-buffer-same-frame)
22008         (display-buffer-same-frame-other-window)
22009         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22010         (pop-to-buffer-other-window)
22011         (pop-to-buffer-same-frame-other-window)
22012         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
22013         (switch-to-buffer-other-window-same-frame): New functions.
22014         (same-window-p, special-display-p): Rewrite disabling warnings.
22015         Make obsolete.
22016         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22017         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
22018         Make obsolete
22019         (same-window-buffer-names, same-window-regexps)
22020         (special-display-frame-alist, special-display-popup-frame)
22021         (special-display-function, special-display-buffer-names)
22022         (special-display-regexps, pop-up-frame-alist)
22023         (pop-up-frame-function, split-window-preferred-function)
22024         (split-height-threshold, split-width-threshold)
22025         (even-window-heights): Make obsolete.
22027 2011-06-12  Glenn Morris  <rgm@gnu.org>
22029         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
22030         Misc simplifications.
22032 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
22034         * window.el (window-safely-shrinkable-p): Restore function which
22035         was inadvertently removed in change from 2011-06-11.  Declare as
22036         obsolete.
22038         * calendar/calendar.el (calendar-generate-window):
22039         Use window-iso-combined-p instead of combination of one-window-p and
22040         window-safely-shrinkable-p.
22042 2011-06-12  Glenn Morris  <rgm@gnu.org>
22044         * progmodes/fortran.el (fortran-mode-syntax-table):
22045         * progmodes/f90.el (f90-mode-syntax-table):
22046         Set % to punctuation.  (Bug#8820)
22047         (f90-find-tag-default): Remove, no longer needed.
22049 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
22051         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
22053 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
22055         * image.el (image-animated-p): Return animation delay in seconds.
22056         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
22057         (image-animate-timeout): Remove DELAY argument.  Don't assume
22058         every subimage has the same delay; get it from image-animated-p.
22059         (image-animate): Caller changed.
22061 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
22063         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
22064         to ignored backtrace functions.
22066 2011-06-11  Glenn Morris  <rgm@gnu.org>
22068         * calendar/appt.el (appt-disp-window-function): Doc fix.
22069         (appt-check): Handle overlapping appointments.  (Bug#8337)
22071 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
22073         * window.el (window-tree-1, window-tree): New functions, moving
22074         the latter to window.el.
22075         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22076         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22077         (bw-refresh-edges): Remove.
22078         (balance-windows-1, balance-windows-2): New functions.
22079         (balance-windows): Rewrite in terms of window tree functions,
22080         balance-windows-1 and balance-windows-2.
22081         (bw-adjust-window): Remove.
22082         (balance-windows-area-adjust): New function with functionality of
22083         bw-adjust-window but using resize-window.
22084         (set-window-text-height): Rewrite doc-string.
22085         Use normalize-live-window and resize-window.
22086         (enlarge-window-horizontally, shrink-window-horizontally):
22087         Rename argument to DELTA.
22088         (window-buffer-height): New function.
22089         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22090         Rewrite using new window resize routines.
22091         (kill-buffer-and-window, mouse-autoselect-window-select):
22092         Use ignore-errors instead of condition-case.
22093         (quit-window): Call delete-frame instead of delete-windows-on
22094         for the only buffer on frame.
22096 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22098         * loadup.el (top-level): Load window before files for the sake
22099         of replace-buffer-in-windows.
22101         * files.el (read-buffer-to-switch)
22102         (switch-to-buffer-other-window)
22103         (switch-to-buffer-other-frame, display-buffer-other-frame):
22104         Move to window.el.
22106         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22107         (previous-buffer): Move to window.el.
22109         * bindings.el (unbury-buffer): Move to window.el.
22111         * window.el (delete-other-windows-vertically): Move after
22112         definition of delete-other-windows.
22113         (other-window, delete-windows-on, replace-buffer-in-windows):
22114         Move here from window.c.
22115         (record-window-buffer, unrecord-window-buffer)
22116         (set-window-buffer-start-and-point, switch-to-prev-buffer)
22117         (switch-to-next-buffer): New functions.
22118         (get-next-valid-buffer, last-buffer, next-buffer): Move here
22119         from simple.el.  Call switch-to-next-buffer.
22120         (previous-buffer): Move here from simple.el.
22121         Call switch-to-prev-buffer.
22122         (bury-buffer): Move here from buffer.c.  Switch to previous
22123         buffer when window cannot be deleted.
22124         (unbury-buffer): Move here from bindings.el.
22125         (ctl-x-map): Move binding for other-window from window.c to
22126         here.
22127         (read-buffer-to-switch, switch-to-buffer-other-window)
22128         (switch-to-buffer-other-frame): Move here from files.el.
22129         (normalize-buffer-to-switch-to): New functions.
22130         (switch-to-buffer): Move here from buffer.c.
22131         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22133 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22135         * window.el (window-min-height, window-min-width): Move here
22136         from window.c.  Add defcustoms and rewrite doc-strings.
22137         (resize-mini-window, resize-window): New functions.
22138         (adjust-window-trailing-edge, enlarge-window, shrink-window):
22139         Move here from window.c.
22140         (maximize-window, minimize-window): New functions.
22141         (delete-window, delete-other-windows, split-window): Move here
22142         from window.c.
22143         (window-split-min-size): New function.
22144         (split-window-keep-point): Mention split-window-above-each-other
22145         instead of split-window-vertically.
22146         (split-window-above-each-other, split-window-vertically):
22147         Rename split-window-vertically to split-window-above-each-other
22148         and provide defalias for old definition.
22149         (split-window-side-by-side, split-window-horizontally):
22150         Rename split-window-horizontally to split-window-side-by-side
22151         and provide defalias for the old definition.
22152         (ctl-x-map): Move bindings for delete-window,
22153         delete-other-windows and enlarge-window here from window.c.
22154         Replace bindings for split-window-vertically and
22155         split-window-horizontally by bindings for
22156         split-window-above-each-other and split-window-side-by-side.
22158         * cus-start.el (all): Remove entries for window-min-height and
22159         window-min-width.  Add entries for window-splits and
22160         window-nest.
22162 2011-06-09  Glenn Morris  <rgm@gnu.org>
22164         * calendar/appt.el (appt-mode-line): New function.
22165         (appt-check, appt-disp-window): Use it.
22167         * files.el (hack-one-local-variable-eval-safep):
22168         Allow minor-modes with explicit +/-1 arguments.
22170 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
22172         * term/xterm.el (xterm): Add defgroup.
22173         (xterm-extra-capabilities): Add defcustom to supply known xterm
22174         capabilities, skip querying them, or query them (default).
22175         (terminal-init-xterm): Use it.
22176         (terminal-init-xterm-modify-other-keys): New function to set up
22177         modifyOtherKeys support to simplify `terminal-init-xterm'.
22179 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
22181         * window.el (resize-window-reset, resize-window-reset-1)
22182         (resize-subwindows-skip-p, resize-subwindows-normal)
22183         (resize-subwindows, resize-other-windows, resize-this-window)
22184         (resize-root-window, resize-root-window-vertically)
22185         (window-deletable-p, window-or-subwindow-p)
22186         (frame-root-window-p): New functions.
22188 2011-06-09  Glenn Morris  <rgm@gnu.org>
22190         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22191         (ange-ftp-get-files): Use it.
22193 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22195         * mail/sendmail.el (mail-recover-1, mail-recover):
22196         * files.el (recover-file, recover-session):
22197         Handle dired-listing-switches not being just a single short option.
22199 2011-06-09  Glenn Morris  <rgm@gnu.org>
22201         * calendar/appt.el (appt-display-message, appt-disp-window):
22202         Handle lists of appointments.
22204 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22206         * window.el (one-window-p): Move down in code.
22207         Rewrite doc-string.
22208         (window-current-scroll-bars): Rewrite doc-string.
22209         Normalize live window argument.
22210         (walk-windows, get-window-with-predicate, count-windows):
22211         Rewrite doc-string.  Use window-list-1.
22212         (window-in-direction-2, window-in-direction, get-mru-window):
22213         New functions.
22215 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
22217         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22218         Doc fix (Bug#8713).
22220 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
22222         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22224 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
22226         * loadhist.el (unload-feature-special-hooks):
22227         Add `comint-output-filter-functions'.
22229 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
22231         * calendar/appt.el (appt-check): Move some initializations into the let.
22233 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22235         * window.el (window-height): Defalias to window-total-height.
22236         (window-width): Defalias to window-body-width.
22238 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
22240         * image-mode.el (image-toggle-animation): New command.
22241         (image-mode-map): Bind it to RET.
22242         (image-mode): Update message.
22243         (image-toggle-display-image): Avoid a spurious cache flush.
22244         (image-transform-rotation): Doc fix.
22245         (image-transform-properties): Return quickly in the normal case.
22246         (image-animate-loop): Rename from image-animate-max-time.
22248         * image.el (image-animate-max-time): Move to image-mode.el.
22249         (create-animated-image): Remove unnecessary function.
22250         (image-animate): Rename from image-animate-start.  New arg.
22251         (image-animate-stop): Remove; just use image-animate-timer.
22252         (image-animate-timer): Use car-safe.
22253         (image-animate-timeout): Rename argument.
22255 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
22257         * window.el (get-lru-window, get-largest-window): Move here from
22258         window.c.  Rename first argument to ALL-FRAMES.
22259         Rephrase doc-strings.
22260         (get-buffer-window-list): Rewrite using window-list-1.
22261         Rephrase doc-string.
22262         (window-safe-min-height, window-safe-min-width): New constants.
22263         (window-size-ignore, window-min-size, window-min-size-1)
22264         (window-sizable, window-sizable-p, window-size-fixed-1)
22265         (window-size-fixed-p, window-min-delta-1, window-min-delta)
22266         (window-max-delta-1, window-max-delta, window-resizable)
22267         (window-resizable-p, window-total-height, window-total-width)
22268         (window-body-width): New functions.
22269         (window-full-height-p, window-full-width-p): Rewrite using
22270         window-total-size.
22271         (window-body-height): Rewrite using window-body-size.
22273 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
22275         * window.el (window-right, window-left, window-child)
22276         (window-child-count, window-last-child, window-any-p)
22277         (normalize-live-buffer, normalize-live-frame)
22278         (normalize-any-window, normalize-live-window)
22279         (window-iso-combination-p, window-iso-combined-p)
22280         (window-iso-combinations)
22281         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22282         (windows-with-parameter, window-with-parameter)
22283         (window-atom-root, make-window-atom, window-atom-check-1)
22284         (window-atom-check, window-side-check, window-check):
22285         New functions.
22286         (ignore-window-parameters, window-sides, window-sides-vertical)
22287         (window-sides-slots): New variables.
22288         (window-size-fixed): Move down in code.  Minor doc-string fix.
22290 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
22292         * comint.el (comint-dynamic-complete-as-filename)
22293         (comint-dynamic-complete-filename): Correctly call
22294         completion-in-region.
22296 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22298         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22299         in last change.
22301 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22303         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22304         (rcirc): Use it to prompt for encryption.
22306 2011-06-05  Roland Winkler  <winkler@gnu.org>
22308         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22309         (bibtex-search-entries): New command bound to C-c C-a.
22310         (bibtex-display-entries): New function.
22312 2011-06-05  Roland Winkler  <winkler@gnu.org>
22314         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22315         (bibtex-insert-kill): After yanking insert newline if necessary.
22316         (bibtex-initialize): Call bibtex-string-files-init only once.
22317         (bibtex-mode): Do not call easy-menu-add.
22318         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22319         (bibtex-yank): Set arg properly if nil.
22321 2011-06-05  Roland Winkler  <winkler@gnu.org>
22323         * textmodes/bibtex.el (bibtex-search-entry-globally):
22324         New variable.
22325         (bibtex-search-entry): Use it.
22327 2011-06-05  Roland Winkler  <winkler@gnu.org>
22329         * textmodes/bibtex.el (bibtex-entry-format): New option
22330         sort-fields.
22331         (bibtex-format-entry, bibtex-reformat): Honor this option.
22332         (bibtex-parse-entry): Return fields in proper order.
22334 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
22336         * doc-view.el (doc-view-remove-if): Move computation of result out
22337         of `dolist' to silence misleading lexical-binding warning.
22339 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
22341         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22342         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22344 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22346         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22347         "SunOS 5.10".
22349 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22351         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22352         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22353         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22354         (tramp-parse-putty):
22355         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22356         (tramp-completion-function-alist-ssh)
22357         (tramp-completion-function-alist-telnet)
22358         (tramp-completion-function-alist-su)
22359         (tramp-completion-function-alist-putty): Set `tramp-autoload'
22360         cookie.
22362         * net/tramp-ftp.el:
22363         * net/tramp-sh.el:
22364         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22365         load "tramp.el" `tramp-set-completion-function'.
22367 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22369         * shell.el: Require and use pcomplete.
22370         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22371         (shell-completion-vars): Set pcomplete-default-completion-function.
22373 2011-06-04  Deniz Dogan  <deniz@dogan.se>
22375         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22376         `memq' (Bug#8799).
22378 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22380         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22382 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
22384         * bs.el (bs--mark-unmark, bs--nth-wrapper):
22385         * mpc.el (mpc-select-extend, mpc-songpointer-context):
22386         * vc/log-view.el (log-view-beginning-of-defun):
22387         * vc/smerge-mode.el (smerge-apply-resolution-patch)
22388         (smerge-refine-forward, smerge-refine-chopup-region):
22389         Silence warning for unused `dotimes' counter variables.
22391 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22393         * net/tramp.el (tramp-with-progress-reporter): Rename from
22394         with-progress-reporter.  Use `declare'.
22395         * net/tramp-smb.el:
22396         * net/tramp-sh.el:
22397         * net/tramp-gvfs.el: Update all uses.
22399 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
22401         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22402         buffer isn't killed before making it current.
22404 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22406         Silence various byte-compiler warnings.
22407         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22408         `access-type' and new obsolescence format.
22409         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22410         new format.
22411         (byte-compile-check-variable): New `access-type' argument.
22412         Only warn if the access-type is obsolete.
22413         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22414         (byte-compile-variable-set): Adjust callers.
22415         * help-fns.el (describe-variable): Adjust to new obsolescence format.
22416         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22417         setting it as obsolete.
22418         * simple.el (minibuffer-completing-symbol):
22419         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22420         access as obsolete.
22421         * minibuffer.el (minibuffer-completing-file-name): Don't make it
22422         obsolete yet.
22423         * international/quail.el (quail-mouse-choose-completion): Remove unused
22424         code referring to obsolete var.
22425         (quail-choose-completion-string): Remove.
22426         * server.el (server-clients-with, server-kill-buffer-query-function)
22427         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22428         * proced.el (proced-send-signal):
22429         * emacs-lisp/lisp.el (lisp-complete-symbol):
22430         Replace completion-annotate-function with completion-extra-properties.
22432 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22434         * simple.el (goto-line): Use read-number.
22435         (overriding-map-is-bound): Remove.
22436         (saved-overriding-map): Change default.
22437         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22438         Take the map as argument.
22439         (universal-argument, negative-argument, digit-argument): Use it.
22440         (restore-overriding-map): Adjust.
22441         (do-auto-fill): Use fill-forward-paragraph.
22442         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22444         * minibuffer.el (minibuffer-inactive-mode-map): New var.
22445         (minibuffer-inactive-mode): New major mode.
22446         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22447         the *Messages* buffer" hack.
22448         (mouse-popup-menubar): Don't burp if the event is a normal key.
22450         Miscellaneous tweaks.
22451         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22452         lexical scoping as in subr.el's dolist and dotimes.
22453         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22454         Silence compiler warning.
22455         * thingatpt.el (forward-whitespace): Trivial coding style fix.
22456         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22457         * international/ccl.el (ccl-compile): Trivial simplification.
22458         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22459         * emacs-lisp/testcover.el (testcover-end): Remove spurious
22460         `printflag' argument.
22461         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22462         Purecopy the whole obsolescence data.
22464 2011-06-01  Leo Liu  <sdl.web@gmail.com>
22466         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22467         improve doc-string as suggested by Marco Pessotto
22468         <melmothx@gmail.com>.
22469         (rcirc-print): Fix last change.
22471 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22473         * minibuffer.el (complete-with-action): Return nil for the metadata and
22474         boundaries of non-functional tables.
22475         (completion-table-dynamic): Return nil for the metadata.
22476         (completion-table-with-terminator): Add default case, using
22477         complete-with-action.
22478         (completion--metadata): New function.
22479         (completion-all-sorted-completions, minibuffer-completion-help): Use it
22480         to try and avoid pathological performance problems.
22481         (completion--embedded-envvar-table): Return `category' metadata.
22483 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22485         * subr.el (process-alive-p): New tiny convenience function.
22487 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22489         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22490         content but also its previous major mode.
22492 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
22494         * emacs-lisp/debug.el (debug): Restore the previous content of the
22495         *Backtrace* buffer when we exit with C-M-c.
22497 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22499         * minibuffer.el: Add metadata method to completion tables.
22500         (completion-category-overrides): New defcustom.
22501         (completion-metadata, completion--field-metadata)
22502         (completion-metadata-get, completion--styles)
22503         (completion--cycle-threshold): New functions.
22504         (completion-try-completion, completion-all-completions):
22505         Add `metadata' argument to choose completion-styles.
22506         (completion--do-completion): Use metadata to choose cycling.
22507         (completion-all-sorted-completions): Use metadata for sorting.
22508         Remove :completion-cycle-penalty which is not needed any more.
22509         (completion--try-word-completion): Add `metadata' argument.
22510         (minibuffer-completion-help): Check metadata for annotation function
22511         and sorting.
22512         (completion-file-name-table): Return `category' metadata.
22513         (minibuffer-completing-file-name): Make obsolete.
22514         * simple.el (minibuffer-completing-symbol): Make obsolete.
22515         * icomplete.el (icomplete-completions): Pass new `metadata' param to
22516         completion-try-completion.
22518 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22520         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22522 2011-05-30  Leo Liu  <sdl.web@gmail.com>
22524         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22525         (rcirc-print): Decode all incoming messages (bug#8744).
22526         (rcirc-decode-coding-system): Allow value nil for automatic coding
22527         system detection.
22529 2011-06-01  Glenn Morris  <rgm@gnu.org>
22531         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22533 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22535         * image.el (image-animate-max-time): Allow nil and t values.
22536         Default to nil.
22537         (create-animated-image): Doc fix.
22538         (image-animate-start): Remove second arg; just use
22539         image-animate-max-time.
22540         (image-animate-timeout): Doc fix.  Args changed.
22542         * image-mode.el (image-toggle-display-image): Ensure that the
22543         image spec passed to the animate timer is the same object as in
22544         the buffer's display property (Bug#6981).
22545         (image-transform-properties): Doc fix.
22547         * image.el (image-animate-max-time): Default to nil.
22549 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
22551         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22552         entire buffer list (Bug#8184).
22554 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22556         * image.el (imagemagick-types-inhibit)
22557         (imagemagick-register-types): Doc fix.
22559 2011-05-29  Deniz Dogan  <deniz@dogan.se>
22561         * net/rcirc.el (rcirc): Use the user's stored encryption method by
22562         default.
22564 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22566         * select.el: Don't perform clipboard-manager saving in hooks;
22567         leave the hooks empty.
22569 2011-05-28  Leo Liu  <sdl.web@gmail.com>
22571         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22572         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
22573         (occur-edit-mode): New major mode (Bug#8463).
22574         (occur-after-change-function): New function.
22575         (occur-engine): Give Occur tags a read-only property.
22577 2011-05-28  Kevin Ryde  <user42@zip.com.au>
22579         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22581 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22583         * bindings.el (help-echo): Make the initial non-indicator dash
22584         empty on graphical terminals (Bug#7295).
22586         * files.el (auto-mode-alist): Move config rule after the
22587         in-stripping one (Bug#8547).
22589         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22591         * startup.el (normal-splash-screen): Remove gratuitous mode-line
22592         setting (Bug#8740).
22594 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
22596         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22597         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22598         (Bug#8539).
22600 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22602         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22604 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
22606         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22607         (hs-hide-block-at-point, hs-find-block-beginning)
22608         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22609         (Bug#8279).
22611 2011-05-28  Glenn Morris  <rgm@gnu.org>
22613         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
22615 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22617         * help-fns.el (describe-function-1): If the function is a derived
22618         major mode, print the parent mode.
22620         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22621         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22623 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22625         * minibuffer.el (completion--capf-wrapper): Check applicability before
22626         returning non-nil for non-exclusive completion data.
22627         * progmodes/etags.el (tags-completion-at-point-function):
22628         * info-look.el (info-lookup-completions-at-point): Mark as
22629         non-exclusive.
22630         (info-complete): Adjust accordingly.
22632         * info-look.el: Convert to lexical-binding and completion-at-point.
22633         (info-lookup-completions-at-point): New function.
22634         (info-complete): Use it and completion-in-region.
22636 2011-05-28  Drew Adams  <drew.adams@oracle.com>
22638         * isearch.el: Let M-e start with point at the first mismatched char.
22639         (isearch-fail-pos): New function.
22640         (isearch-edit-string): Use it.
22642 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22644         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22646 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
22648         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
22649         traversal functions for avl-trees.
22650         (avl-tree--stack): New struct.
22651         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22652         (avl-tree-enter): Add optional `updatefun' arg.
22653         (avl-tree--do-enter): Add optional `updatefun' arg.
22654         Change return value.
22655         (avl-tree-delete): Add optional `test' and `nilflag' args.
22656         (avl-tree--do-delete): Add `test' and `nilflag' args.
22657         Change return value.
22658         (avl-tree-member): Add optional `nilflag'
22659         (avl-tree-member-p): New function.
22660         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22661         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22662         (avl-tree-stack-empty-p): New functions.
22664         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22665         avl-tree--del-balance1 and make it work both ways.
22666         (avl-tree--del-balance2): Remove.
22667         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22668         make it work both ways.
22669         (avl-tree--enter-balance2): Remove.
22670         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22671         New macros.
22672         (avl-tree--mapc, avl-tree-map): Add direction argument.
22674 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
22676         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22678 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
22680         * select.el: Support clipboard managers with built-in function
22681         x-clipboard-manager-save, via delete-frame-functions and
22682         kill-emacs-hook.
22683         (xselect-convert-to-targets): Add MULTIPLE target to list.
22684         (xselect-convert-to-save-targets): New function.
22686 2011-05-27  Kenichi Handa  <handa@m17n.org>
22688         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22689         let-binding rfc2047-encode-encoded-words to nil.
22691 2011-05-27  Glenn Morris  <rgm@gnu.org>
22693         * mail/emacsbug.el: Don't require url-util.
22695         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
22697         * files.el (set-auto-mode):
22698         Also respect mode: entries at the end of the file.  (Bug#8586)
22700 2011-05-26  Glenn Morris  <rgm@gnu.org>
22702         * files.el (hack-local-variables-prop-line, hack-local-variables):
22703         Downcase mode names, as seems to be traditional.
22704         (hack-local-variables, hack-local-variables-apply): Doc fixes.
22706         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22707         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
22709 2011-05-25  Julien Danjou  <julien@danjou.info>
22711         * textmodes/rst.el (rst-define-level-faces): Do not define face
22712         symbol if it is already defined.
22714 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22716         * play/5x5.el (5x5-new-game, 5x5-randomize):
22717         Reset 5x5-solver-output to nil when a new grid is cast.
22718         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22719         these debugging traces, as defmacro breaks the compiled code.
22721 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22723         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22725 2011-05-24  Leo Liu  <sdl.web@gmail.com>
22727         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22728         (vc-bzr-sha1): Adapt.
22730         * sha1.el: Remove.  Function `sha1' is now builtin.
22732         * bindings.el: Provide sha1 feature.
22734 2011-05-24  Kenichi Handa  <handa@m17n.org>
22736         * mail/sendmail.el: Require `rfc2047'.
22737         (mail-insert-from-field): Do not perform RFC2047 encoding.
22738         (mail-encode-header): New function.
22739         (sendmail-send-it): Set buffer-file-coding-system of the work
22740         buffer to the return value of select-message-coding-system.
22741         Call mail-encode-header.
22743         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22745 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
22747         * mail/supercite.el (sc-default-cite-frame):
22748         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22750 2011-05-24  Glenn Morris  <rgm@gnu.org>
22752         * progmodes/python.el (brm-menu): Declare.
22754         * emulation/viper.el (viper-set-hooks): Declare.
22756         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22757         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22758         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22759         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22760         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22761         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22763 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22765         Add an :exit-function for completion-at-point.
22767         * minibuffer.el (completion--done): New fun.
22768         (completion--do-completion): Use it.  New arg `expect-exact'.
22769         (minibuffer-complete, minibuffer-complete-word): Don't output message,
22770         since completion--do-completion does it for us now.
22771         (minibuffer-force-complete): Use completion--done and
22772         completion--replace.  Handle sole-completion case with more care.
22773         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22774         (completion-extra-properties): New var.
22775         (completion-annotate-function): Make obsolete.
22776         (minibuffer-completion-help): Adjust accordingly.
22777         Use completion-list-insert-choice-function.
22778         (completion-at-point, completion-help-at-point):
22779         Bind completion-extra-properties.
22780         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22781         * simple.el (completion-list-insert-choice-function): New var.
22782         (completion-setup-function): Preserve it.
22783         (choose-completion): Pay attention to it, shuffle the code a bit.
22784         (choose-completion-string): New arg `insert-function'.
22786         * textmodes/bibtex.el: Convert to lexical binding.
22787         (bibtex-mode-map): Use completion-at-point.
22788         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22789         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22790         (bibtex-complete): Define as obsolete alias.
22791         (bibtex-complete-internal): Remove.
22792         (bibtex-format-entry): Remove unused sub-group in regexp.
22793         * shell.el (shell--command-completion-data)
22794         (shell-environment-variable-completion):
22795         * pcomplete.el (pcomplete-completions-at-point):
22796         * comint.el (comint--complete-file-name-data): Use :exit-function
22797         instead of completion-table-with-terminator so it also works for
22798         choose-completion.
22800 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22802         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22804         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22805         (bug#8710).
22807         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22809 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
22811         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22812         customization variable and implement: If non-nil, auto-fill will
22813         be inhibited while on topic's header line.
22815 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22817         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22818         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
22819         always have a solution in grid size = 5 cases.
22820         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22821         (5x5-solver-output, 5x5-log-buffer): New vars.
22822         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22823         Make these variables buffer local to achieve 5x5 multi-session-ness.
22824         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22825         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22826         (5x5-solve-suggest): New funs.
22827         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22828         randomize a grid so that we ensure that there is always a solution.
22829         (5x5-make-random-grid): Allow other movement than flipping.
22831 2011-05-23  Kevin Ryde  <user42@zip.com.au>
22833         * emacs-lisp/advice.el (ad-read-advised-function):
22834         Use `function-called-at-point' as the default, if it has
22835         advice and passes PREDICATE.
22837 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22839         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22840         byte-compile-lambda if it's actually a lambda.
22842         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22843         Fix function quoting.  Use backquote better.
22845 2011-05-22  Yuanle Song  <sylecn@gmail.com>
22847         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22848         matching (Bug#8516).
22850 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
22852         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22853         different face (Bug#8178).
22855 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
22857         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22858         defface (Bug#8144).
22860 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22862         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22863         funcall as well (bug#8712).  Warn when performing those conversions.
22864         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22866         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22868 2011-05-22  Glenn Morris  <rgm@gnu.org>
22870         * files.el (hack-local-variables-prop-line): Small simplifications.
22871         (hack-local-variables, hack-local-variables-prop-line):
22872         If MODE-ONLY, return the mode, rather than just `t'.
22874 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22876         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22878 2011-05-21  Glenn Morris  <rgm@gnu.org>
22880         * files.el (hack-local-variables-prop-line, hack-local-variables):
22881         If only interested in the mode, don't bother doing the other stuff.
22883         * image-mode.el (image-after-revert-hook):
22884         Redraw all frames on which the image is visible.  (Bug#8567)
22886         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
22888         * wid-edit.el (widget-checklist-match-inline):
22889         Fix 2011-04-19 change.  (Bug#8649)
22891 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22893         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22894         Also allow singlespace after single-letter capitals followed by a dot.
22896         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22897         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22899 2011-05-20  Nix  <nix@esperi.org.uk>
22901         * files.el (basic-save-buffer-2):
22902         Fix handling of break-hardlink-on-save with non-existent files.
22904 2011-05-19  Deniz Dogan  <deniz@dogan.se>
22906         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22907         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22909 2011-05-19  Glenn Morris  <rgm@gnu.org>
22911         * progmodes/f90.el (f90-type-def-re):
22912         Handle "type, bind(c)".  (Bug#8691)
22914         * emacs-lisp/autoload.el (batch-update-autoloads):
22915         Set autoload-excludes by parsing loadup.el rather than Makefiles.
22917 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
22919         * net/tramp.el (tramp-process-actions): Set "first-password-request"
22920         property for the correct connection in case of multihops.
22922 2011-05-18  Glenn Morris  <rgm@gnu.org>
22924         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22925         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22927         Rationalize calendar handling of day and month abbrev-arrays.
22928         * calendar/calendar.el (calendar-customized-p): New function.
22929         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22930         (calendar-day-name-array, calendar-month-name-array): Doc fix.
22931         Add :set function.
22932         (calendar-abbrev-length, calendar-day-abbrev-array)
22933         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22934         (calendar-day-abbrev-array, calendar-month-abbrev-array):
22935         Elements may no longer be nil.
22936         (calendar-day-name, calendar-month-name):
22937         Update for changed nature of abbrev arrays.
22938         * calendar/diary-lib.el (diary-name-pattern):
22939         Update for changed nature of abbrev arrays.
22940         (diary-mark-entries-1): Update calendar-make-alist calls.
22941         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22942         * calendar/cal-html.el (cal-html-day-abbrev-array):
22943         Simply inherit from calendar-day-abbrev-array.
22945 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22947         * progmodes/grep.el (grep-mode): Disable default
22948         compilation-directory-matcher setting (bug#8684).
22950 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
22952         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22953         instead of "head" and "tail".  There were problems with SunOS 5.9,
22954         and it performs better.
22956 2011-05-17  Glenn Morris  <rgm@gnu.org>
22958         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22960         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22961         Replace obsolete function.
22963         * shell.el (pcomplete-parse-arguments-function): Declare.
22965         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22966         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22967         (appt-check): Doc fixes.
22968         (appt-disp-window-function, appt-delete-window-function):
22969         Remove needless special case in custom :type.
22970         (appt-display-count): Default to 0, not nil.
22971         (appt-check): Reset appt-display-count to 0, not nil.
22973 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
22975         * progmodes/python.el (python-font-lock-keywords):
22976         Add the Python 3.X keyword "nonlocal" (bug#8639).
22978 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22980         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22982 2011-05-16  Kevin Ryde  <user42@zip.com.au>
22984         * info-look.el (makefile-automake-mode): New setups, looking in
22985         automake manual, then makefile-mode.
22986         (makefile-mode): Remove automake manual, have it just in
22987         makefile-automake-mode since there's various things different or
22988         not relevant to plain make.
22989         (makefile-mode): Remove "other-modes" non-existent automake-mode,
22990         believe a hypothetical automake-mode would go to makefile-mode,
22991         not the other way around.
22993 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
22995         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22996         hunk-end tags (Bug#8672).
22998         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22999         vc-annotate-show-diff-revision-at-line (Bug#8671).
23001 2011-05-14  Glenn Morris  <rgm@gnu.org>
23003         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
23004         in the middle of an existing one with multiple authors.  (Bug#8645)
23005         (change-log-font-lock-keywords): Also handle multiple author lines
23006         with leading tabs.  (Bug#8644)
23008         * calendar/appt.el (appt-check): Rename some local variables.
23009         Some simplification/reordering.
23011         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
23012         (feedmail-sendmail-f-doesnt-sell-me-out)
23013         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23014         (feedmail-debug-sit-for, feedmail-queue-express-hook)
23015         (feedmail-queue-runner-message-sender): Set :version.
23016         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
23017         (bbdb-dwim-net-address, vm-mail): Declare.
23018         (feedmail-binmail-gnulinuxish-template):
23019         Rename from feedmail-binmail-linuxish-template.
23020         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
23021         Use insert-buffer-substring.
23023 2011-05-14  Bill Carpenter  <bill@carpenter.org>
23025         * mail/feedmail.el (feedmail-patch-level): Increase.
23026         (feedmail-debug): New custom group.
23027         (feedmail-confirm-outgoing-timeout)
23028         (feedmail-sendmail-f-doesnt-sell-me-out)
23029         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
23030         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
23031         (feedmail-sender-line, feedmail-from-line)
23032         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
23033         (feedmail-spray-this-address)
23034         (feedmail-spray-address-fiddle-plex-list)
23035         (feedmail-queue-use-send-time-for-date)
23036         (feedmail-queue-use-send-time-for-message-id)
23037         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
23038         (feedmail-buffer-eating-function):
23039         Doc fixes.
23040         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
23041         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
23042         (feedmail-message-action-scroll-down): New functions.
23043         (feedmail-queue-directory, feedmail-queue-draft-directory):
23044         Use expand-file-name.
23045         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
23046         Remove C-v help entry.
23047         (feedmail-queue-buffer-file-name): New variable.
23048         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
23049         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
23050         (feedmail-message-action-send-strong, feedmail-message-action-edit)
23051         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
23052         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
23053         (feedmail-message-action-toggle-spray)
23054         (feedmail-run-the-queue-no-prompts)
23055         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
23056         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
23057         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
23058         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
23059         (feedmail-envelope-deducer, feedmail-fiddle-from)
23060         (feedmail-fiddle-sender, feedmail-default-date-generator)
23061         (feedmail-fiddle-date, feedmail-fiddle-message-id)
23062         (feedmail-fiddle-spray-address)
23063         (feedmail-fiddle-list-of-spray-fiddle-plexes)
23064         (feedmail-fiddle-list-of-fiddle-plexes)
23065         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
23066         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
23067         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23068         Change default.  Doc fix.
23069         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23070         (feedmail-binmail-linuxish-template): New constant.
23071         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
23072         Respect feedmail-sendmail-f-doesnt-sell-me-out.
23073         (feedmail-send-it): Add debug call.
23074         Use feedmail-queue-buffer-file-name, and
23075         feedmail-send-it-immediately-wrapper.
23076         (feedmail-message-action-send): Add debug call.
23077         Use feedmail-send-it-immediately-wrapper.
23078         (feedmail-queue-express-to-queue): Add debug call.
23079         Run feedmail-queue-express-hook.
23080         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
23081         (feedmail-message-action-help-blat):
23082         Rename from feedmail-queue-send-edit-prompt-help-first.
23083         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
23084         Check line-endings.  Handle errors better.
23085         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23086         Doc fix.  Add debug call.
23087         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
23088         Use feedmail-queue-send-edit-prompt-inner.
23089         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23090         (feedmail-queue-send-edit-prompt-inner): New function, extracted
23091         from feedmail-queue-send-edit-prompt.
23092         (feedmail-queue-send-edit-prompt-help)
23093         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23094         (feedmail-tidy-up-slug): Add debug call.
23095         Respect feedmail-queue-slug-suspect-regexp.
23096         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23097         (feedmail-dump-message-to-queue): Add debug call.
23098         Expand queue-directory.
23099         (feedmail-dump-message-to-queue): Change message slightly.
23100         Use feedmail-say-chatter.
23101         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
23102         (feedmail-send-it-immediately-wrapper): New function.
23103         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
23104         Insert empty string rather than newline.  Handle full-frame case.
23105         Use catch/throw.  Use feedmail-say-chatter.
23106         (feedmail-fiddle-from): Try mail-host-address.
23107         (feedmail-default-message-id-generator): Doc fix.
23108         Bind system-time-locale.  Handle missing end.
23109         (feedmail-fiddle-x-mailer): Add debug call.
23110         Handle feedmail-x-mailer-line being nil.
23111         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23112         Add debug call.  Use buffer-substring-no-properties.
23113         (feedmail-say-debug, feedmail-say-chatter): New functions.
23114         (feedmail-find-eoh): Give an explicit error.
23116 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
23118         * net/newst-treeview.el (newsticker-treeview-face): Change default
23119         family from helvetica to sans.
23120         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23121         etc/images/newsticker.
23123         * net/newst-reader.el (newsticker-feed-face): Change default
23124         family from helvetica to sans.
23126         * net/newst-plainview.el (newsticker-new-item-face)
23127         (newsticker-old-item-face, newsticker-immortal-item-face)
23128         (newsticker-obsolete-item-face, newsticker-date-face)
23129         (newsticker-statistics-face): Change default family from
23130         helvetica to sans.
23131         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23132         etc/images/newsticker.
23134         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23135         (newsticker--process-auto-mark-filter-match): Tell user about
23136         auto-marking.
23138 2011-05-13  Didier Verna  <didier@xemacs.org>
23140         Common Lisp indentation improvements on defmethod and lambda-lists.
23141         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23142         TODO entries.
23143         (lisp-lambda-list-keyword-parameter-indentation)
23144         (lisp-lambda-list-keyword-parameter-alignment)
23145         (lisp-lambda-list-keyword-alignment): New customizable user options.
23146         (lisp-indent-defun-method): Improve docstring.
23147         (extended-loop-p): Fix comment.
23148         (lisp-indent-lambda-list-keywords-regexp): New variable.
23149         (lisp-indent-lambda-list): New function.
23150         (lisp-indent-259): Use it.
23151         (lisp-indent-defmethod): Support for more than one
23152         method qualifier and properly indent methods lambda-lists.
23153         (defgeneric): Provide a missing common-lisp-indent-function property.
23155 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23157         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23158         bounds for the empty string (bug#8667).
23160 2011-05-13  Glenn Morris  <rgm@gnu.org>
23162         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23164         * mail/sendmail.el (sendmail-program): Try executable-find first.
23165         (sendmail-send-it): `sendmail-program' cannot be unbound.
23167         * calendar/appt.el (appt-make-list): Simplify.
23168         (appt-time-msg-list): Doc fix.
23169         (appt-check): Change mode-line message at the time of the appointment.
23171 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
23173         * progmodes/ld-script.el (ld-script-keywords)
23174         (ld-script-builtins): Update keywords list.
23176 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23178         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23180         * shell.el (shell-completion-vars): New function.
23181         (shell-mode):
23182         * simple.el (read-shell-command): Use it.
23183         (blink-matching-open): No need for " [...]" in minibuffer-message.
23185 2011-05-12  Glenn Morris  <rgm@gnu.org>
23187         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23188         (appt-check): Simplify.
23190 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
23192         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23193         literal "/dev/null".
23195 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23197         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23198         Fix typo.
23200 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
23202         * progmodes/which-func.el (which-function):
23203         Use add-log-current-defun instead of add-log-current-defun-function,
23204         which might not be defined (Bug#8260).
23206 2011-05-12  Glenn Morris  <rgm@gnu.org>
23208         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23209         Let byte-compile-initial-macro-environment always take precedence.
23211 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23213         * net/rcirc.el: Add support for SSL/TLS connections.
23214         (rcirc-server-alist): New field `encryption'.
23215         (rcirc): Check `encryption' settings.
23216         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
23217         Merge make-local-variable into `set'.
23218         (rcirc--connection-open-p): New function.
23219         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23220         the process is not a network process (e.g. running gnutls-cli).
23221         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23222         Make rcirc-(en|de)code-coding-system local here.
23223         (rcirc-mode): Merge make-local-variable into `set'.
23224         (rcirc-parent-buffer): Make permanent buffer-local.
23225         (rcirc-multiline-minor-mode): Don't do it here.
23226         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23227         there's no server buffer.
23229 2011-05-11  Glenn Morris  <rgm@gnu.org>
23231         * newcomment.el (comment-kill): Prefix "unused" local.
23233         * term/w32console.el (get-screen-color): Declare.
23235         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23236         Handle symbol elements of byte-compile-initial-macro-environment.
23238 2011-05-10  Leo Liu  <sdl.web@gmail.com>
23240         * bookmark.el (bookmark-bmenu-mode-map):
23241         Bind bookmark-bmenu-search to `/'.
23243         * mail/footnote.el: Convert to utf-8 encoding.
23244         (footnote-unicode-string, footnote-unicode-regexp): New variable.
23245         (Footnote-unicode): New function.
23246         (footnote-style-alist): Add unicode style to the list.
23247         (footnote-style): Doc fix.
23249 2011-05-10  Jim Meyering  <meyering@redhat.com>
23251         Fix doubled-word typos.
23252         * international/quail.el (quail-insert-kbd-layout): and and -> and
23253         * kermit.el: and and -> and
23254         * net/ldap.el (ldap-search-internal): to to -> to
23255         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23256         * progmodes/js.el (js-mode): and and -> and
23257         * textmodes/artist.el (artist-move-to-xy): at at -> at
23258         (artist-draw-region-trim-line-endings): if if -> if
23259         And Safetyc -> Safety.
23260         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23262 2011-05-10  Glenn Morris  <rgm@gnu.org>
23263             Stefan Monnier  <monnier@iro.umontreal.ca>
23265         * files.el (hack-one-local-variable-eval-safep):
23266         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
23268 2011-05-10  Glenn Morris  <rgm@gnu.org>
23270         * calendar/diary-lib.el (diary-list-entries-hook)
23271         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23272         (diary-nongregorian-marking-hook, diary-list-entries)
23273         (diary-include-other-diary-files, diary-mark-entries)
23274         (diary-mark-included-diary-files): Doc fixes.
23276 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23278         * misc.el: Require tabulated-list.el during compilation.
23280 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23282         * progmodes/compile.el (compilation-start):
23283         Run compilation-filter-hook for the async case too.
23284         (compilation-filter-hook): Doc fix.
23286 2011-05-09  Deniz Dogan  <deniz@dogan.se>
23288         * wdired.el: Remove outdated installation comment.  Fix usage
23289         comment.
23291 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23293         * misc.el: Implement new command `list-dynamic-libraries'.
23294         (list-dynamic-libraries--loaded-only-p): New variable.
23295         (list-dynamic-libraries--refresh): New function.
23296         (list-dynamic-libraries): New command.
23298 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23300         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23301         Fix the ant regexp to handle end-line and end-column info from jikes.
23302         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
23303         higher priority to avoid clobbering by gnu.
23305 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23307         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23308         if the face has existing theme settings (Bug#8454).
23310 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
23312         * progmodes/perl-mode.el (perl-imenu-generic-expression):
23313         Only match variables declared via `my' or `our' (Bug#8261).
23315         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23316         special file names `.' and `..' (Bug#8259).
23318 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23320         * progmodes/grep.el (grep-mode-font-lock-keywords):
23321         Remove buffer-changing entries.
23322         (grep-filter): New function.
23323         (grep-mode): Add it to compilation-filter-hook.
23325         * progmodes/compile.el (compilation-filter-hook)
23326         (compilation-filter-start): New defvars.
23327         (compilation-filter): Call compilation-filter-hook prior to
23328         updating the process mark.
23330 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23332         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23334 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
23336         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23337         mailclient-send-it even if window-system is nil.  (Bug#8595)
23339         * term/w32console.el (terminal-init-w32console):
23340         Call get-screen-color and use its output to set the frame
23341         background-mode.  (Bug#8597)
23343 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23345         Make bytecomp.el understand that defmethod defines funs (bug#8631).
23346         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23347         New functions.
23348         (defgeneric, eieio--defmethod): Use them.
23349         (eieio-defgeneric): Remove.
23350         (defmethod): Call defgeneric in a way visible to the byte-compiler.
23352 2011-05-07  Glenn Morris  <rgm@gnu.org>
23354         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23355         Use let rather than let*.
23356         (timeclock-find-discrep): Remove unused local.
23358         * calendar/diary-lib.el (diary-comment-start): Doc fix.
23360         * calendar/appt.el (appt-time-msg-list): Doc fix.
23362 2011-05-06  Noah Friedman  <friedman@splode.com>
23364         * apropos.el (apropos-print-doc): Only use
23365         emacs-lisp-docstring-fill-column when it is bound to an integer,
23366         per that variable's documentation.
23368 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23370         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23371         and warnings are not silently discarded (e.g. use -d instead of -P).
23373 2011-05-06  Glenn Morris  <rgm@gnu.org>
23375         * calendar/appt.el (appt-message-warning-time): Doc fix.
23376         (appt-warning-time-regexp): New option.
23377         (appt-make-list): Respect appt-message-warning-time.
23379         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23380         New options.
23381         (diary-add-to-list): Strip comments from the displayed string.
23382         (diary-mode): Set comment-start and comment-end.
23384         * vc/diff-mode.el (smerge-refine-subst): Declare.
23385         (diff-refine-hunk): Don't require smerge-mode when compiling.
23387 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
23389         * simple.el (list-processes): Return nil as the docstring says.
23391 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23393         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23394         to "".
23395         (ange-ftp-write-region, ange-ftp-insert-file-contents)
23396         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23397         determining of binary transfer.  (Bug#7383)
23399 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23401         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23402         Fix port computation bug.  (Bug#8618)
23404 2011-05-05  Glenn Morris  <rgm@gnu.org>
23406         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23408         * simple.el (shell-dynamic-complete-functions)
23409         (comint-dynamic-complete-functions): Declare.
23411         * net/network-stream.el (gnutls-negotiate):
23412         * simple.el (tabulated-list-print): Fix declarations.
23414         * progmodes/gud.el (syntax-symbol, syntax-point):
23415         Remove unnecessary and incorrect declarations.
23417         * emacs-lisp/check-declare.el (check-declare-scan):
23418         Handle byte-compile-initial-macro-environment in bytecomp.el.
23420 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23422         Fix earlier half-done eieio-defmethod change (bug#8338).
23423         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23424         Streamline and change calling convention.
23425         (defmethod): Adjust accordingly and simplify.
23426         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23427         new eieio--defmethod.
23428         (slot-boundp): Minor CSE simplification.
23430 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
23432         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23433         (glasses-make-readable): Use glasses-separate-capital-groups.
23435 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
23437         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23438         (warning-series): Doc fix.
23439         (display-warning): Don't try to create the buffer if we just found it.
23441 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
23443         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23444         (autoload-find-generated-file): New function.
23445         (generate-file-autoloads): Bind generated-autoload-file to
23446         buffer-file-name.
23447         (update-file-autoloads, update-directory-autoloads):
23448         Use autoload-find-generated-file.  If called interactively, prompt for
23449         output file (Bug#7989).
23450         (batch-update-autoloads): Doc fix.
23452 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
23454         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23456 2011-05-04  Glenn Morris  <rgm@gnu.org>
23458         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23459         function, so it follows changes in calendar-date-style.
23460         (diary-fancy-date-matcher): New function.
23461         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23462         (diary-fancy-font-lock-fontify-region-function):
23463         Use diary-fancy-date-pattern as a function.
23465         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23466         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
23468 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
23470         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23471         instead of positional arguments.  Allow :keylist and :crlfiles
23472         arguments.
23473         (open-gnutls-stream): Call it.
23475         * net/network-stream.el (network-stream-open-starttls): Adjust to
23476         call `gnutls-negotiate' with :process and :hostname arguments.
23478 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23480         * minibuffer.el (completion--message): New function.
23481         (completion--do-completion, minibuffer-complete)
23482         (minibuffer-force-complete, minibuffer-complete-word): Use it.
23483         (completion--do-completion): Don't ignore completion-auto-help when in
23484         icomplete-mode.
23486         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23487         internal encoding (e.g. tibetan zero is not whitespace).
23488         (global-whitespace-mode): Prefer save-current-buffer.
23489         (whitespace-trailing-regexp): Remove useless save-match-data.
23490         (whitespace-empty-at-bob-regexp): Minor simplification.
23492 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
23494         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23496 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
23498         * textmodes/ispell.el (ispell-add-per-file-word-list):
23499         Use `concat' to create string for insertion.
23501 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23503         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23504         Avoid open-line which runs post-self-insert-hook.
23505         (bibtex-fill-entry): Remove unused `end' var.
23507 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
23509         * textmodes/ispell.el (ispell-add-per-file-word-list):
23510         Protect against `nil' value of `comment-start' (Bug#8579).
23512 2011-05-03  Leo Liu  <sdl.web@gmail.com>
23514         * isearch.el (isearch-yank-pop): New command.
23515         (isearch-mode-map): Bind it to `M-y'.
23516         (isearch-forward): Mention it.
23518 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23520         * simple.el (minibuffer-complete-shell-command): Remove.
23521         (minibuffer-local-shell-command-map): Use completion-at-point.
23522         (read-shell-command): Setup completion vars here instead.
23523         (read-expression-map): Bind TAB to symbol completion.
23525         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23526         error directly rather via storing it into `results'.
23528 2011-05-02  Leo Liu  <sdl.web@gmail.com>
23530         * vc/diff.el: Fix description.
23532 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23534         * server.el (server-eval-at): New function.
23536 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23538         * net/network-stream.el (open-network-stream): Take a :nowait
23539         parameter and pass it on to `make-network-process'.
23540         (network-stream-open-plain): Ditto.
23542 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
23544         * faces.el (face-spec-set-match-display): Don't match toolkit
23545         options on terminal frames.
23547 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23549         * progmodes/pascal.el: Use lexical binding.
23550         (pascal-mode-map): Remove author preferences.
23552         * pcomplete.el (pcomplete-std-complete): Don't abuse
23553         completion-at-point.
23555 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23557         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23558         removing code that has been dead since 1991 or so.
23560         * startup.el (command-line): When warning about "_emacs", use a
23561         delayed warning to allow the user to filter it out.
23563 2011-04-28  Deniz Dogan  <deniz@dogan.se>
23565         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23566         user has not joined.
23568 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23570         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23571         aren't any completions at point.
23573 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23575         * subr.el (display-delayed-warnings): New function.
23576         (delayed-warnings-hook): New variable.
23578 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23580         * minibuffer.el (completion-at-point, completion-help-at-point):
23581         Don't presume that a given completion-at-point-function will always
23582         use the same calling convention.
23584         * pcomplete.el (pcomplete-completions-at-point):
23585         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
23586         pcomplete-seen is non-nil.
23587         (pcomplete-comint-setup): Also recognize the new comint/shell
23588         completion functions.
23589         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23590         pcomplete-seen is non-nil.
23592 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
23594         * calendar/icalendar.el (diary-lib): Add require statement.
23595         (icalendar--create-uid): Read out a uid from a text-property on
23596         the first character in the entry.  This allows for code to add its
23597         own uid to the entry.
23598         (icalendar--convert-float-to-ical): Add export of
23599         `diary-float'-entries save for those with the optional DAY
23600         argument.
23602 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
23604         * subr.el (shell-quote-argument): Use alternate escaping strategy
23605         when we spot a variable reference in a string.
23607 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23609         * cus-start.el (all): Define customization for debug-on-event.
23611 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23613         * subr.el (shell-quote-argument): Escape correctly under Windows.
23615 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23617         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23619 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
23621         * net/tramp.el (tramp-process-actions): Add POS argument.
23622         Delete region between POS and (pos).
23624         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23625         Use `nil' position in `tramp-process-actions' call.
23626         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23628         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23629         position in `tramp-process-actions' call.
23631         * net/trampver.el: Update release number.
23633 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23635         * custom.el (defcustom): Obey lexical-binding.
23637         Fix octave-inf completion problems reported by Alexander Klimov.
23638         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23639         Inherit from octave-mode-syntax-table.
23640         (inferior-octave-mode): Set info-lookup-mode.
23641         (inferior-octave-completion-at-point): New function.
23642         (inferior-octave-complete): Use it and completion-in-region.
23643         (inferior-octave-dynamic-complete-functions): Use it as well, and use
23644         comint-filename-completion.
23645         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23646         symbol elements which shouldn't be word elements.
23647         (octave-font-lock-keywords, octave-beginning-of-defun)
23648         (octave-function-header-regexp): Adjust regexps accordingly.
23649         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23651 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
23653         * net/gnutls.el (gnutls-errorp): Declare before first use.
23655 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
23657         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23658         verify-error, and verify-hostname-error parameters.  Check whether
23659         default trustfile exists before going to use it.  Add missing
23660         argument to gnutls-message-maybe call.  Return value.
23661         Reported by Claudio Bley <claudio.bley@gmail.com>.
23662         (open-gnutls-stream): Add usage example.
23664         * net/network-stream.el (network-stream-open-starttls): Give host
23665         parameter to `gnutls-negotiate'.
23666         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23667         * subr.el (shell-quote-argument): Escape correctly under Windows.
23669 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
23671         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23672         Use correct match group (bug#8438).
23674 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
23676         * emacs-lisp/package.el (package-built-in-p): Fix typo.
23677         (package-menu--generate): New arg specifying packages to show.
23678         (package-menu-refresh, package-menu-execute, list-packages):
23679         Callers changed.
23680         (package-show-package-list): New function, replacing deleted
23681         package--list-packages (renamed because it is non-internal).
23683         * finder.el (finder-list-matches): Use package-show-package-list
23684         instead of deleted package--list-packages.
23686         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23687         Based on a previous implementation by Juanma Barranquero (Bug#8366).
23688         (vc-annotate-mode-map): Bind it to RET.
23690 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
23692         * progmodes/etags.el (next-file): Don't use set-buffer to change
23693         buffers (Bug#8478).
23695 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
23697         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23699         * apropos.el (apropos-label-face): Avoid variable-pitch face.
23700         (apropos-accumulator): Doc fix.
23701         (apropos-function, apropos-macro, apropos-command)
23702         (apropos-variable, apropos-face, apropos-group, apropos-widget)
23703         (apropos-plist): Add face property.
23704         (apropos-symbols-internal): Fix indentation.
23705         (apropos-print): Simplify help, and recognize apropos-multi-type.
23706         (apropos-print-doc): Use button-type-get to extract the button's
23707         face property.  Fill docstring (Bug#8352).
23709 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
23711         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23713         * play/mpuz.el (mpuz-silent): Doc fix.
23714         (mpuz-mode-map): Use mapc.
23715         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23716         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23717         Fix typos in docstrings.
23719         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23720         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23722         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23724 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
23726         * minibuffer.el (completion--do-completion): Avoid the "Next char
23727         not unique" prompt if icomplete-mode is enabled (Bug#5849).
23729         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23730         mouse-2 into unread-command-events, it is interpreted correctly.
23732         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23733         (image-toggle-display): Doc fix.
23735 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
23737         * textmodes/page.el (what-page): Use line-number-at-pos to
23738         calculate line number (Bug#6825).
23740 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
23742         * eshell/esh-mode.el (find-tag-interactive): Declare function.
23743         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23744         Pass argument NO-DEFAULT to `find-tag-interactive'.
23746 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
23748         Lexical-binding cleanup.
23750         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23751         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23752         * progmodes/ada-prj.el (ada-prj-initialize-values)
23753         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23754         (ada-prj-show-value):
23755         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23756         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23757         (antlr-invalidate-context-cache, antlr-options-menu-filter)
23758         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23759         * progmodes/bug-reference.el (bug-reference-push-button):
23760         * progmodes/fortran.el (fortran-line-length):
23761         * progmodes/glasses.el (glasses-change):
23762         * progmodes/octave-mod.el (octave-fill-paragraph):
23763         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23764         (python-pdbtrack-grub-for-buffer, python-sentinel):
23765         * progmodes/sql.el (sql-save-connection):
23766         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23767         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23768         Mark unused parameters.
23770         * progmodes/compile.el (compilation--flush-directory-cache)
23771         (compilation--flush-parse, compile-internal): Mark unused parameters.
23772         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23773         (compilation-next-error-function): Remove unused variable `timestamp'.
23775         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23776         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23778         * progmodes/dcl-mode.el (dcl-end-of-command):
23779         Remove unused variable `start'.
23780         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23781         (dcl-option-value-basic, dcl-option-value-offset)
23782         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23783         Mark unused parameters.
23784         (dcl-save-local-variable): Remove unused variable `val'.
23785         (mode): Declare.
23787         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23788         Mark unused parameters.
23789         (delphi-ignore-changes): Move before first use.
23790         (delphi-charset-token-at): Remove unused variable `start'.
23791         (delphi-else-start): Remove unused variable `if-count'.
23792         (delphi-comment-block-start, delphi-comment-block-end):
23793         Remove unused variable `kind'.
23794         (delphi-indent-line): Remove unused variable `new-point'.
23796         * progmodes/ebrowse.el (ebrowse-files-list)
23797         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23798         Mark unused parameters.  Don't quote `lambda'.
23799         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23800         Don't quote `lambda'.
23801         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23802         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23803         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23804         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23805         Use `ignore-errors'.
23806         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23807         (ebrowse-view/find-file-and-search-pattern)
23808         (ebrowse-view/find-member-declaration/definition):
23809         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23810         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23811         Rename parameter PREFIX-ARG to PREFIX.
23812         (ebrowse-tags-read-name): Remove unused variables `start' and
23813         `member-info'.
23814         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23815         to `tags-file'.
23817         * progmodes/etags.el (local-find-tag-hook): Declare.
23818         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23819         Mark unused parameters.
23821         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23822         (executable-interpret): Mark unused parameter.
23824         * progmodes/flymake.el (flymake-process-sentinel)
23825         (flymake-after-change-function)
23826         (flymake-create-temp-with-folder-structure)
23827         (flymake-get-include-dirs-dot): Mark unused parameters.
23828         (flymake-safe-delete-directory): Remove unused variable `err'.
23830         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23831         (speedbar-timer-fn, speedbar-line-text)
23832         (speedbar-change-expand-button-char, speedbar-delete-subblock)
23833         (speedbar-center-buffer-smartly): Declare functions.
23834         (gdb-find-watch-expression): Remove unused variable `array'.
23835         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23836         (gdb-starting): Mark unused parameters.
23837         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23838         (gdb-table-string): Remove unused variable `res'.
23839         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23840         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23841         (gdb-display-buffer): Remove unused variable `cur-size'.
23843         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23844         allow lexical-binding compilation.
23845         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23846         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23847         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23848         Mark unused parameters.
23849         (gud-gdb-marker-filter): Remove unused variable `match'.
23850         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23851         lambda expressions and funcall them, instead of using `fset'.
23853         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23854         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23856         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23857         variable `header-beg'; use `let'.
23859         * progmodes/icon.el (indent-icon-exp): Remove unused variables
23860         `restart', `last-sexp' and `at-do'.
23862         * progmodes/js.el (js--debug): Mark unused parameter.
23863         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23864         (js--splice-into-items): Remove unused variable `item'.
23865         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23867         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23868         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23869         (makefile-complete): Remove unused variable `try'.
23870         (makefile-fill-paragraph, makefile-match-function-end):
23871         Mark unused parameters.
23873         * progmodes/octave-inf.el (inferior-octave-complete):
23874         Remove unused variable `proc'.
23875         (inferior-octave-output-digest): Mark unused parameter.
23877         * progmodes/perl-mode.el (perl-calculate-indent):
23878         Remove unused variable `err'.
23880         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23881         (prolog-indent-line): Mark unused parameters.
23882         (prolog-indent-line): Remove unused variable `beg'.
23884         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23885         (reporter-dont-compact-list): Declare.
23887         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23888         Remove unused variable `char'.
23889         (sh-debug): Mark unused parameter.
23890         (sh-get-indent-info): Remove unused variable `start'.
23891         (sh-calculate-indent): Remove unused variable `var'.
23893         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23894         (simula-electric-keyword): Remove unused variable `null'.
23895         (simula-search-backward, simula-search-forward): Remove unused
23896         variables `begin' and `end'.
23898         * progmodes/vera-mode.el (vera-guess-basic-syntax):
23899         Remove unused variable `pos'.
23900         (vera-electric-tab, vera-comment-uncomment-region):
23901         Mark unused parameters.
23902         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23904 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
23906         * emacs-lisp/package.el (package--builtins, package-alist)
23907         (package-load-descriptor, package-built-in-p, package-activate)
23908         (define-package, package-installed-p)
23909         (package-compute-transaction, package-buffer-info)
23910         (package--push): Doc fix.  Distinguish more clearly between
23911         version strings and version lists.
23913 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
23915         Lexical-binding cleanup.
23917         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23918         (5x5-make-mutate-best):
23919         * play/fortune.el (fortune-in-buffer):
23920         * play/gomoku.el (gomoku-init-display):
23921         * play/solitaire.el (solitaire, solitaire-do-check):
23922         * play/tetris.el (tetris-default-update-speed-function):
23923         Mark unused parameters.
23925         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23926         (bubbles--shift): Remove unused variable `char-org'.
23927         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
23928         (bubbles--show-images): Remove unused variable `char'.
23930         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23931         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23932         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23933         (decipher-analyze-buffer): Use ?\s.
23934         (decipher-make-checkpoint): Remove unused variable `mapping'.
23936         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23938         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23939         Remove unused variable `result'; use `let'.
23941         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23942         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23943         (gametree-children-shown-p, gametree-compute-reduced-score):
23944         Use `ignore-errors'.
23946         * play/handwrite.el (ps-lpr-switches): Declare.
23947         (handwrite): Remove unused variables `pmin' and `lastp'.
23949         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23951         * play/landmark.el (landmark-init-display)
23952         (landmark-update-naught-weights): Mark unused parameters.
23953         (landmark-y): Remove unused variable `noise'.  Simplify.
23954         (landmark-human-plays): Remove unused variable `score'.
23956         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23957         (mpuz-try-proposal): Remove unused variable `game'.
23959         * play/zone.el (life-patterns): Declare.
23961 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
23963         * vc/vc.el (ediff-vc-internal): Declare function.
23965 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23967         * shell.el: Use lexical-binding and std completion UI.
23968         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23969         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23970         comint-preoutput-filter-functions rather than on
23971         comint-output-filter-functions.
23972         (shell-command-completion, shell--command-completion-data)
23973         (shell-filename-completion, shell-environment-variable-completion)
23974         (shell-c-a-p-replace-by-expanded-directory): New functions.
23975         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23976         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23977         (shell-dynamic-complete-environment-variable): Use them.
23978         (shell-dynamic-complete-as-environment-variable)
23979         (shell-dynamic-complete-as-command): Remove.
23980         (shell-match-partial-variable): Match past point.
23981         * comint.el: Clean up use of completion-at-point-functions.
23982         (comint-completion-at-point): New function.
23983         (comint-mode): Use it completion-at-point-functions.
23984         (comint-dynamic-complete): Make it obsolete.
23985         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23986         (comint-c-a-p-replace-by-expanded-history): New function.
23987         (comint-dynamic-complete-functions)
23988         (comint-replace-by-expanded-history): Use it.
23989         * minibuffer.el (completion-table-with-terminator): Allow dynamic
23990         termination strings.  Try harder to avoid second try-completion.
23991         (completion-in-region-mode-map): Disable bindings that don't work yet.
23993         * comint.el: Use lexical-binding.  Require CL.
23994         (comint-dynamic-complete-functions): Use comint-filename-completion.
23995         (comint-completion-addsuffix): Tweak custom type.
23996         (comint-filename-completion, comint--common-suffix)
23997         (comint--common-quoted-suffix, comint--table-subvert)
23998         (comint--complete-file-name-data): New functions.
23999         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
24000         (comint-dynamic-list-filename-completions): Use them.
24001         (comint-dynamic-simple-complete): Make obsolete.
24003         * minibuffer.el (completion-in-region-mode):
24004         Keep completion-in-region-mode--predicate global.
24005         (completion-in-region--postch):
24006         Assume completion-in-region-mode--predicate is not null.
24008         * progmodes/flymake.el (flymake-start-syntax-check-process):
24009         Obey `dir'.  Simplify.
24011         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
24012         we're in VC after all.
24014 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
24016         * vc/vc.el (vc-diff-build-argument-list-internal)
24017         (vc-version-ediff, vc-ediff): New commands.
24018         (vc-version-diff): Use vc-diff-build-argument-list-internal.
24020 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24022         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
24023         add sanity check.
24025         * obsolete/erc-hecomplete.el: Make obsolete.
24026         * obsolete/: Standardize obsolescence info in the header.
24028 2011-04-20  Glenn Morris  <rgm@gnu.org>
24030         * calendar/solar.el (solar-horizontal-coordinates):
24031         Use the longitude argument rather than `calendar-longitude'.
24032         (solar-date-next-longitude): Remove unused locals.
24034 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
24036         * whitespace.el: New version 13.2.1.
24038 2011-04-20  felix  <EmacsWiki>  (tiny change)
24040         * whitespace.el (global-whitespace-mode): Keep highlight when
24041         switching between major modes on a file.
24043 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
24045         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
24046         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
24047         multi-line comments as well.
24049 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
24051         Lexical-binding cleanup.
24053         * arc-mode.el (archive-mode-revert):
24054         * cmuscheme.el (scheme-interactively-start-process):
24055         * custom.el (custom-initialize-delay):
24056         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
24057         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
24058         * emacs-lock.el (emacs-lock-clear-sentinel):
24059         * ezimage.el (defezimage):
24060         * follow.el (follow-avoid-tail-recenter):
24061         * fringe.el (set-fringe-mode-1):
24062         * generic-x.el (bat-generic-mode-compile):
24063         * help-mode.el (help-info-variable, help-do-xref)
24064         (help-mode-revert-buffer):
24065         * help.el (view-emacs-todo):
24066         * iswitchb.el (iswitchb-completion-help):
24067         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24068         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24069         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24070         * locate.el (locate-update):
24071         * longlines.el (longlines-encode-region)
24072         (longlines-after-change-function):
24073         * outline.el (outline-isearch-open-invisible):
24074         * ps-def.el (declare-function, charset-dimension, char-width)
24075         (encode-char):
24076         * ps-mule.el (ps-mule-plot-string):
24077         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24078         (recentf-edit-list-select, recentf-edit-list-validate)
24079         (recentf-open-files-action):
24080         * rect.el (delete-whitespace-rectangle-line)
24081         (rectangle-number-line-callback):
24082         * register.el (window-configuration-to-register)
24083         (frame-configuration-to-register):
24084         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24085         * select.el (xselect-convert-to-string, xselect-convert-to-length)
24086         (xselect-convert-to-targets, xselect-convert-to-delete)
24087         (xselect-convert-to-filename, xselect-convert-to-charpos)
24088         (xselect-convert-to-lineno, xselect-convert-to-colno)
24089         (xselect-convert-to-os, xselect-convert-to-host)
24090         (xselect-convert-to-user, xselect-convert-to-class)
24091         (xselect-convert-to-name, xselect-convert-to-integer)
24092         (xselect-convert-to-atom, xselect-convert-to-identity):
24093         * subr.el (declare, ignore, process-kill-without-query)
24094         (text-clone-maintain):
24095         * terminal.el (te-get-char, te-tic-sentinel):
24096         * tool-bar.el (tool-bar-make-keymap):
24097         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24098         * type-break.el (type-break-mode, type-break-noninteractive-query):
24099         * view.el (View-back-to-mark):
24100         * wid-browse.el (widget-browse-action, widget-browse-widget)
24101         (widget-browse-widgets, widget-browse-sexp):
24102         * widget.el (define-widget-keywords):
24103         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24104         Mark unused parameters.
24106         * align.el (align-adjust-col-for-rule): Mark unused parameter.
24107         (align-areas): Remove unused variable `look'.
24108         (align-region): Remove unused variables `real-end' and `pos-list'.
24110         * apropos.el (apropos-score-doc): Remove unused variable `i'.
24112         * bindings.el (mode-line-modified, mode-line-remote):
24113         Mark unused parameters.
24114         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24116         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24117         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24119         * comint.el (comint-history-isearch-pop-state)
24120         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24121         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24122         (comint-substitute-in-file-name): Doc fix.
24124         * completion.el (cmpl-statistics-block): Mark unused parameter.
24125         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24126         (save-completions-to-file, load-completions-from-file):
24127         Remove unused local variable `e'.
24129         * composite.el (compose-chars): Remove unused variable `len'.
24130         (lgstring-insert-glyph): Remove unused variable `g'.
24131         (compose-glyph-string): Remove unused variables `ascent',
24132         `descent', `lbearing' and `rbearing'.
24133         (compose-glyph-string-relative): Remove unused variables
24134         `lbearing', `rbearing' and `wadjust'.
24135         (compose-gstring-for-graphic): Remove unused variables `header',
24136         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
24137         (compose-gstring-for-terminal): Remove unused variables `header'
24138         and `nchars'.  Use `let', not `let*'.
24140         * cus-edit.el (Custom-set, Custom-save, custom-reset)
24141         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24142         (Custom-buffer-done, custom-buffer-create-internal)
24143         (custom-browse-visibility-action, custom-browse-group-tag-action)
24144         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24145         (widget-magic-mouse-down-action, custom-toggle-parent)
24146         (custom-add-parent-links, custom-toggle-hide-variable)
24147         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24148         (custom-toggle-hide-face, face, hook, custom-group-link-action)
24149         (custom-face-menu-create, custom-variable-menu-create, get)
24150         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24151         (custom-reset-standard-save-and-update): Remove unused variable `value'.
24152         (customize-apropos): Remove unused variable `tests'.
24153         (custom-group-value-create): Remove unused variable `hidden-p'.
24154         (sort-fold-case): Declare.
24156         * cus-theme.el (custom-reset-standard-faces-list)
24157         (custom-reset-standard-variables-list): Declare.
24158         (customize-create-theme, custom-theme-revert, custom-theme-write)
24159         (custom-theme-choose-mode, customize-themes, custom-theme-save):
24160         Mark unused parameters.
24162         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24164         * delim-col.el (delimit-columns-max): Move defvar before first use.
24166         * descr-text.el (describe-char-categories): Don't quote `lambda'.
24167         (describe-char): Don't quote `lambda'.  Mark unused parameter.
24169         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24170         (auto-insert): Declare.
24171         (desktop-restore-file-buffer): Rename desktop-* parameters;
24172         mark unused ones.
24173         (desktop-create-buffer): Rename desktop-* parameters and bind them.
24174         (desktop-buffer): Rename desktop-* parameters.
24176         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24177         (dframe-reposition-frame-xemacs, dframe-help-echo)
24178         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24179         Mark unused parameters.
24181         * dired-aux.el (backup-extract-version-start, overwrite-query)
24182         (overwrite-backup-query, rename-regexp-query)
24183         (rename-non-directory-query): Declare.
24184         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24185         (dired-add-entry): Remove unused variable `orig-file-name'.
24186         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24187         Use parameter PRESERVE-TIME instead of accessing dynamic variable
24188         `dired-copy-preserve-time' directly.
24189         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24190         (dired-insert-subdir-newpos): Rename unused variable `pos'.
24192         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24193         (dired-virtual-revert, dired-make-relative-symlink):
24194         Mark unused parameters.
24195         (manual-program): Declare.
24196         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24197         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24198         wrapped in `with-no-warnings' to avoid replacing one warning by another.
24200         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24202         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24204         * echistory.el (electric-history-in-progress, Helper-return-blurb):
24205         Declare.
24207         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24209         * electric.el (Electric-command-loop): Rename parameter
24210         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24212         * expand.el (expand-in-literal): Remove unused variable `here'.
24214         * facemenu.el (facemenu-add-new-color):
24215         Remove unused variable `docstring'.
24217         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24218         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24219         (face-attr-construct): Mark unused parameter.  Doc fix.
24220         (read-color): Remove unused variable `hex-string'.
24222         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24223         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24224         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24225         (display-buffer-other-frame): Remove unused variable `old-window'.
24226         (kill-buffer-hook): Declare.
24227         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24228         Mark unused parameters.
24229         (after-find-file): Pass 1 to `auto-save-mode', not t.
24231         * files-x.el (auto-insert): Declare.
24232         (modify-file-local-variable-prop-line): Remove unused variable `val'.
24234         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24235         variable `buf'.  Mark unused parameter.
24236         (find-lisp-insert-directory): Mark unused parameter.
24238         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24239         (format-encode-region): Remove unused variables `cur-buf' and `result'.
24240         (format-common-tail): Remove, unused.
24241         (format-deannotate-region): Remove unused variable `loc'.
24242         (format-annotate-region): Remove unused variable `p'.
24243         (format-annotate-single-property-change): Remove unused variables
24244         `default' and `tail'.
24246         * forms.el (read-file-filter): Declare.
24247         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24249         * frame.el (frame-creation-function-alist): Mark unused parameter.
24250         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24252         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24253         Remove unused parameters.
24254         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24255         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24257         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24258         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24259         (hfy-prepare-tag-map): Mark unused parameters.
24260         (htmlfontify-buffer): Use `called-interactively-p'.
24262         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24263         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24264         (ibuffer-do-occur): Mark unused parameters.
24265         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24266         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24268         * ibuffer.el: Don't quote `lambda'.
24269         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24270         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24271         Mark unused parameters.
24273         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24274         (ido-completing-read): Mark unused parameters.
24275         (ido-copy-current-word): Mark unused parameters;
24276         remove unused variable `name'.
24277         (ido-sort-merged-list): Remove unused parameter `dirs'.
24279         * ielm.el (ielm-input-sender): Mark unused parameter.
24280         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24281         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24282         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24283         `ielm-string' as a dynamic variable accessible from the IELM prompt.
24284         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
24286         * image-dired.el (image-dired-display-thumbs): Remove unused
24287         variables `curr-file' and `count'.
24288         (image-dired-remove-tag): Remove unused variable `start'.
24289         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24290         variable `curr-file'
24291         (image-dired-rotate-original): Remove unused variable `temp-file'.
24292         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24293         Remove unused variable `file'.
24294         (image-dired-gallery-generate): Remove unused variable `curr'.
24295         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24297         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24299         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24301         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24303         * isearch.el (minibuffer-history-symbol): Declare.
24304         (isearch-edit-string): Remove unused variable `err'.
24305         (isearch-message-prefix, isearch-message-suffix):
24306         Mark unused parameters.
24308         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24310         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24312         * makesum.el (double-column): Remove unused variable `cnt'.
24314         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24315         (ido-ignore-item-temp-list): Declare.
24317         * mouse-drag.el (mouse-drag-throw): Remove unused variables
24318         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24319         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24320         (mouse-drag-drag): Remove unused variables `mouse-delta' and
24321         `mouse-col-delta'.
24323         * mouse-sel.el (mouse-extend-internal):
24324         Remove unused variable `orig-window-frame'.
24326         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24327         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24328         Move declarations before first use.
24329         (pcomplete-opt): Mark unused parameters; doc fix.
24331         * proced.el (proced-revert): Mark unused parameter.
24332         (proced-send-signal): Remove unused variable `err'.
24334         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24335         Rename parameter PREFIX-ARG to ARG.
24336         (ps-basic-plot-string, ps-basic-plot-whitespace):
24337         Mark unused parameters.
24339         * replace.el (replace-count): Define.
24340         (occur-revert-function): Mark unused parameters.
24341         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24342         (isearch-case-fold-search, isearch-string): Declare.
24343         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24344         bind `case-fold-search'.  Remove unused variables `beg' and `end',
24345         and simplify.
24346         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24347         COUNT and bind `replace-count'.
24348         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24349         to COUNT.
24351         * savehist.el (print-readably, print-string-length): Declare.
24353         * shadowfile.el (shadow-expand-cluster-in-file-name):
24354         Remove unused variable `cluster'.
24355         (shadow-copy-file): Remove unused variable `i'.
24356         (shadow-noquery, shadow-clusters, shadow-site-cluster)
24357         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24358         (shadow-define-literal-group, shadow-define-regexp-group)
24359         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24361         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24362         (shell): Use `called-interactively-p'.
24363         (shell-directory-tracker): Remove unused variable `chdir-failure'.
24365         * simple.el (compilation-context-lines, comint-file-name-quote-list)
24366         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24367         (delete-backward-char): Remove unused variable `ocol'.
24368         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24369         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24370         (event-apply-hyper-modifier, event-apply-shift-modifier)
24371         (event-apply-control-modifier, event-apply-meta-modifier):
24372         Mark unused parameters.
24373         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24374         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24376         * speedbar.el (speedbar-ignored-directory-expressions)
24377         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24378         (speedbar-find-file, speedbar-dir-follow)
24379         (speedbar-directory-buttons-follow, speedbar-tag-find)
24380         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24381         (speedbar-buffers-line-directory, speedbar-buffer-click):
24382         Mark unused parameters.
24383         (speedbar-tag-file): Remove unused variable `mode'.
24384         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24386         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24388         * talk.el (talk): Remove unused variable `display'.
24390         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24391         (tar-write-region-annotate): Mark unused parameter.
24393         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24394         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24395         Declare them, wrapped in `with-no-warnings' to avoid replacing one
24396         warning by another.
24398         * time-stamp.el (time-stamp-string-preprocess):
24399         Remove unused variable `require-padding'.
24401         * tree-widget.el (widget-glyph-enable): Declare.
24402         (tree-widget-action): Mark unused parameter.
24404         * w32-fns.el (x-get-selection): Mark unused parameter.
24405         (autoload-make-program, generated-autoload-file): Declare.
24407         * wdired.el (wdired-revert): Mark unused parameters.
24408         (wdired-xcase-word): Remove unused variable `err'.
24410         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24411         (whitespace-help-scroll): Remove unused variable `data-help'.
24413         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24414         (widget-image-insert, widget-after-change, default)
24415         (widget-default-format-handler, widget-default-notify)
24416         (widget-default-prompt-value, widget-info-link-action)
24417         (widget-url-link-action, widget-function-link-action)
24418         (widget-variable-link-action, widget-file-link-action)
24419         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24420         (widget-field-prompt-internal, widget-field-action, widget-field-match)
24421         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24422         (widget-insert-button-action, widget-delete-button-action, visibility)
24423         (widget-documentation-link-action, widget-documentation-string-action)
24424         (widget-const-prompt-value, widget-regexp-match, symbol)
24425         (widget-coding-system-prompt-value)
24426         (widget-key-sequence-value-to-external, sexp)
24427         (widget-sexp-value-to-internal, character, vector, cons)
24428         (widget-choice-prompt-value, widget-boolean-prompt-value)
24429         (widget-color--choose-action): Mark unused parameters.
24430         (widget-item-match-inline, widget-choice-match-inline)
24431         (widget-checklist-match, widget-checklist-match-inline)
24432         (widget-group-match): Rename parameter VALUES to VALS.
24433         (widget-field-value-set): Remove unused variable `size'.
24434         (widget-color-action): Remove unused variables `value' and `start'.
24436         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24437         variable `dir'.  Doc fix.
24438         (windmove-find-other-window): Don't pass it.
24440         * window.el (count-windows): Mark unused parameter.
24441         (bw-adjust-window): Remove unused variable `err'.
24443         * woman.el (woman-file-name): Remove unused variable `default'.
24444         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24445         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24446         (global-font-lock-mode): Declare.
24447         (woman-decode-region): Mark unused parameter.
24448         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24450         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24451         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24452         (x-dnd-handle-moz-url): Remove unused variable `title'.
24453         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24455         * xml.el (xml-parse-tag, xml-parse-attlist):
24456         Remove unused variable `pos'.
24458 2011-04-19  Glenn Morris  <rgm@gnu.org>
24460         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24461         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24462         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24463         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24464         * calendar/cal-html.el (cal-html-insert-minical):
24465         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24466         (calendar-mark-date-pattern):
24467         Prefix "unused" locals.
24469         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24470         optional argument `style'.
24472         * calendar/appt.el (appt-make-list):
24473         * calendar/cal-china.el (calendar-chinese-date-string):
24474         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24475         (diary-hebrew-yahrzeit):
24476         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24477         * calendar/calendar.el (calendar-generate-window):
24478         * calendar/time-date.el (time-to-days):
24479         Remove unused local variables.
24481 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
24483         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24484         glyphless-char-display table.
24485         (tabulated-list-glyphless-char-display): New var.
24487 2011-04-18  Sam Steingold  <sds@gnu.org>
24489         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24490         to acknowledgments.
24492 2011-04-17  Glenn Morris  <rgm@gnu.org>
24494         * calendar/diary-lib.el (diary-sexp-entry):
24495         * calendar/holidays.el (holiday-sexp):
24496         Set debug-on-error rather than the removed stack-trace-on-error.
24498 2011-04-16  Glenn Morris  <rgm@gnu.org>
24500         * progmodes/f90.el: Use lexical-binding.
24501         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24503 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24505         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24506         (mail-mode): Setup mailalias completion here instead.
24507         * mail/mailalias.el: Use lexical-binding.
24508         (pattern, mailalias-done): Declare dynamic.
24509         (mail-completion-at-point-function): New function, from mail-complete.
24510         (mail-complete): Use it.
24511         (mail-completion-expand): New function.
24512         (mail-get-names): Use it.
24513         (mail-directory, mail-directory-process, mail-directory-stream):
24514         Don't use `pattern' for lexically bound arg.
24516         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24518         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24519         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24520         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24522         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24523         (byte-save-window-excursion, byte-temp-output-buffer-setup)
24524         (byte-interactive-p): Define them again, for use when inlining
24525         old code.
24527 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
24529         * loadup.el: Use `string-to-number', not `string-to-int'.
24531 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24533         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24534         gud-gdb-complete-command.
24535         (gud-gdb-completions): New function, from gud-gdb-complete-command.
24536         (gud-gdb-completion-at-point): New function.
24537         (gud-gdb-completions): Remove.
24539 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
24541         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24542         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
24543         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24544         whether `executable-find' is bound.
24546         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24548 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24550         * minibuffer.el (completion-in-region-mode-predicate)
24551         (completion-in-region-mode--predicate): New vars.
24552         (completion-in-region, completion-in-region--postch)
24553         (completion-in-region-mode): Use them.
24554         (completion--capf-wrapper): Also return the hook function.
24555         (completion-at-point, completion-help-at-point):
24556         Adjust and provide a predicate.
24558         Preserve arg names for advice of subr and lexical functions (bug#8457).
24559         * help-fns.el (help-function-arglist): Consolidate the subr and
24560         new-byte-code cases.  Add argument `preserve-names' to extract names
24561         from the docstring when needed.
24562         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24563         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24564         (ad-arglist): Use help-function-arglist's new arg.
24565         (ad-definition-type): Use cond.
24567 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
24569         * autorevert.el (auto-revert-handler):
24570         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24571         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24572         Don't quote lambda.
24574         * image-mode.el (image-transform-set-scale):
24575         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24577 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24579         * net/network-stream.el (network-stream-open-starttls): Only do
24580         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24581         Upgrades via gnutls-cli are too slow to be done opportunistically.
24583 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
24585         * dframe.el (dframe-current-frame): Remove spurious quote.
24587 2011-04-12  Glenn Morris  <rgm@gnu.org>
24589         * calendar/cal-tex.el (cal-tex-end-document):
24590         Try to automatically use latin1 input if needed.
24592         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24593         Don't try to cons a mark onto an empty element.
24595 2011-04-11  Leo Liu  <sdl.web@gmail.com>
24597         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24598         buffers.
24599         (ido-kill-buffer-at-head): Support killing virtual buffers.
24601 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
24603         * minibuffer.el (completion-show-inline-help): New var.
24604         (completion--do-completion, minibuffer-complete)
24605         (minibuffer-force-complete, minibuffer-complete-word):
24606         Inhibit minibuffer messages if completion-show-inline-help is nil.
24608         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24609         to avoid interference from inline help (Bug#5849).
24611 2011-04-10  Leo Liu  <sdl.web@gmail.com>
24613         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24614         Fix typo.
24616 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
24618         * image-mode.el (image-toggle-display-image): Signal an error if
24619         not in Image mode.
24620         (image-transform-mode, image-transform-resize)
24621         (image-transform-set-rotation): Doc fix.
24622         (image-transform-set-resize): Delete.
24623         (image-transform-set-scale, image-transform-fit-to-height)
24624         (image-transform-fit-to-width): Handle image-toggle-display-image
24625         and image-transform-resize directly.
24627 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
24629         * doc-view.el (doc-view-fit-width-to-window)
24630         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24631         New functions for fitting the shown image to the Emacs window size.
24632         (doc-view-mode-map): Add bindings for the new functions.
24634 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
24636         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24637         Fix typo in docstring.
24639 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24641         * files.el (file-size-human-readable): Produce one digit after
24642         decimal, like "ls -lh" does.
24644         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24645         the file size representation.
24647         * simple.el (list-processes): If async subprocesses are not
24648         available, error out with a clear error message.
24650 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
24652         * help.el (help-form-show): New function, to be called from C.
24653         Put help-form output in a buffer named differently than *Help*.
24655 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24657         * files.el (file-size-human-readable): New function.
24659         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24660         computing the representation inline.  Don't require `cl'.
24662 2011-04-08  Glenn Morris  <rgm@gnu.org>
24664         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24666         * net/browse-url.el (browse-url-firefox):
24667         Test system-type, not system-configuration.
24669         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24670         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24671         Use log-edit-empty-buffer-p.  (Bug#7598)
24673         * net/rlogin.el (rlogin-process-connection-type): Simplify.
24674         (rlogin-mode-map): Initialize in the defvar.
24675         (rlogin): Use ignore-errors.
24677         * replace.el (occur-mode-map): Some fixes for menu items.
24679 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
24681         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
24683 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
24685         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24686         issuing unused warnings.
24688         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24689         macro directly.
24691         * simple.el: Lisp reimplement of list-processes.  Based on an
24692         earlier reimplementation by Leo Liu, but using tabulated-list.el.
24693         (process-menu-mode): New major mode.
24694         (list-processes--refresh, list-processes):
24695         (process-menu-visit-buffer): New functions.
24697         * files.el (save-buffers-kill-emacs): Don't assume any return
24698         value of list-processes, which is undocumented anyway.
24700 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
24702         * emacs-lisp/tabulated-list.el: New file.
24704         * emacs-lisp/package.el: Use Tabulated List mode.
24705         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24706         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
24707         table format using Tabulated List mode variables.
24708         (package--push): New macro, replacing package-list-maybe-add.
24709         (package-menu--generate): Use package--push.  Renamed from
24710         package--generate-package-list.
24711         (package-menu-refresh, list-packages): Use it.
24712         (package-menu--print-info): Rename from package-print-package.
24713         Return insertion data instead of inserting it directly.
24714         (package-menu-describe-package, package-menu-execute):
24715         Use tabulated-list-get-id.
24716         (package-menu-mark-delete, package-menu-mark-install)
24717         (package-menu-mark-unmark, package-menu-backup-unmark)
24718         (package-menu-mark-obsolete-for-deletion):
24719         Use tabulated-list-put-tag.
24720         (package--list-packages, package-menu-revert)
24721         (package-menu-get-package, package-menu-get-version)
24722         (package-menu-sort-by-column): Functions deleted.
24723         (package-menu-package-list, package-menu-sort-key): Vars deleted.
24724         (package-menu--status-predicate, package-menu--version-predicate)
24725         (package-menu--name-predicate)
24726         (package-menu--description-predicate): Handle arguments in the
24727         Tabulated List format.
24728         (package-list-packages-no-fetch): Call list-packages.
24730 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
24732         * files.el (after-find-file-from-revert-buffer): Remove variable.
24733         (after-find-file): Don't bind it.
24734         (revert-buffer-in-progress-p): New variable.
24735         (revert-buffer): Bind it.
24736         Pass nil for `after-find-file-from-revert-buffer'.
24738         * saveplace.el (save-place-find-file-hook): Use new variable
24739         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24741 2011-04-06  Glenn Morris  <rgm@gnu.org>
24743         * Makefile.in (AUTOGEN_VCS): New variable.
24744         (autoloads): Use $AUTOGEN_VCS.
24746         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24747         * calendar/calendar.el (calendar-mode-map):
24748         Check for toolkit scroll bars.  (Bug#8305)
24750 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
24752         * minibuffer.el (completion-in-region--postch)
24753         (completion-in-region-mode): Remove unnecessary messages.
24755 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
24757         * font-lock.el (font-lock-refresh-defaults):
24758         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24759         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24761         * info.el (Info-directory-list, Info-read-node-name-2)
24762         (Info-split-parameter-string): Doc fixes.
24763         (Info-virtual-nodes): Reflow docstring.
24764         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24765         (Info-apropos-toc-nodes, info-finder, Info-get-token)
24766         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24767         Fix typos in docstrings.
24768         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24769         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24770         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24771         (Info-restore-desktop-buffer): Mark unused parameters.
24772         (Info-directory-find-file, Info-directory-find-node)
24773         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24774         (Info-virtual-index-find-node, Info-apropos-find-file)
24775         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24776         Mark unused parameters; fix typos in docstrings.
24777         (Info-virtual-index): Remove unused local variable `nodename'.
24779 2011-04-05  Deniz Dogan  <deniz@dogan.se>
24781         * net/rcirc.el: Update my e-mail address.
24782         (rcirc-mode-map): Remove M-o binding.
24784 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
24786         * startup.el (command-line): Save the cursor's theme-face
24787         directly, instead of using face-override-spec.
24789         * custom.el (load-theme): Minor optimization in assigning faces.
24791 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
24793         * help-fns.el (describe-variable): Complete all variables having
24794         documentation, including keywords.
24795         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24797 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
24799         Convert to lexical-binding.
24801         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24802         (bs--get-marked-string, bs--get-modified-string)
24803         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24804         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24805         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24807         * ehelp.el (electric-help-execute-extended)
24808         (electric-help-ctrl-x-prefix):
24809         * hexl.el (hexl-revert-buffer-function):
24810         * linum.el (linum-after-change, linum-after-scroll):
24811         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24813         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24815 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
24817         * epa-dired.el:
24818         * epa-mail.el:
24819         * epa-hook.el:
24820         * epa-file.el:
24821         * epa.el:
24822         * epg.el: Use lexical binding.
24824 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
24826         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24828         * textmodes/flyspell.el (flyspell-word): Recognize default
24829         dictionary case for flyspell-mark-duplications-exceptions.
24830         Use regexp matching for languages.
24831         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24832         default dictionary (Bug#7926).
24834 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
24836         * emacs-lisp/package.el (package--with-work-buffer):
24837         Recognize https URLs.
24839         * net/network-stream.el: Move from gnus/proto-stream.el.
24840         Change prefix to network-stream throughout.
24841         (open-protocol-stream): Merge into open-network-stream, leaving
24842         open-protocol-stream as an alias.  Handle nil BUFFER args.
24844         * subr.el (open-network-stream): Move to net/network-stream.el.
24846 2011-04-02  Glenn Morris  <rgm@gnu.org>
24848         * find-dired.el (find-exec-terminator): New option.
24849         (find-ls-option): Test for -ls support.
24850         (find-ls-subdir-switches): Test for -b in find-ls-option.
24851         (find-dired, find-grep-dired): Doc fixes.
24852         (find-dired): Use find-exec-terminator.
24854         * find-dired.el (find-ls-option, find-ls-subdir-switches)
24855         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24856         (find-name-arg): Remove purecopy.
24858         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24859         (grep-compute-defaults): Check for `-exec COMMAND +' support.
24860         Set grep-find-use-xargs, grep-find-command, and grep-find-template
24861         accordingly.  Don't add the null-device if not needed.
24863         * files.el (save-some-buffers): Doc fix.
24865 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
24867         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24869 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
24871         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24872         Use `dolist' rather than `mapcar'.
24874 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24876         Add lexical binding.
24878         * subr.el (apply-partially): Use new closures rather than CL.
24879         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24880         (dolist, dotimes): Use slightly different expansion for lexical code.
24881         (functionp): Move to C.
24882         (letrec): New macro.
24883         (with-wrapper-hook): Use it and apply-partially instead of CL.
24884         (eval-after-load): Preserve lexical-binding.
24885         (save-window-excursion, with-output-to-temp-buffer): Turn them
24886         into macros.
24888         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24890         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24891         than the arglist.
24892         (help-add-fundoc-usage): Don't add `Not documented'.
24893         (help-function-arglist): Handle closures, subroutines, and new
24894         byte-code-functions.
24895         (help-make-usage): Remove leading underscores.
24896         (describe-function-1): Handle closures.
24897         (describe-variable): Use special-variable-p for completion.
24899         * files.el (lexical-binding): Declare safe.
24901         * emacs-lisp/pcase.el: Don't use destructuring-bind.
24902         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
24903         (pcase): Add `let' pattern.
24904         Change memoization so it actually works.
24905         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24906         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24907         <let>: New case.
24909         * emacs-lisp/macroexp.el: Use lexical binding.
24910         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
24911         Don't convert ' to #' without checking that it's indeed quoting
24912         a lambda.
24914         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24915         Use eval-sexp-add-defvars.
24916         (eval-sexp-add-defvars): New fun.
24918         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24920         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24921         Don't autoload.
24922         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24923         than the internal `byte-compile-lambda'.
24924         (defmethod): Don't hide code under quotes.
24925         (eieio-defmethod): New `code' argument.
24927         * emacs-lisp/eieio-comp.el: Remove.
24929         * emacs-lisp/edebug.el (edebug-eval-defun)
24930         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24931         (edebug-toggle): Avoid `eval'.
24933         * emacs-lisp/disass.el (disassemble-internal): Handle new
24934         `closure' objects.
24935         (disassemble-1): Handle new byte codes.
24937         * emacs-lisp/cl.el (pushnew): Silence warning.
24939         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24940         (cl-byte-compile-throw): Remove.
24941         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24943         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24944         closures.
24946         * emacs-lisp/cconv.el: New file.
24948         * emacs-lisp/bytecomp.el: Use lexical binding instead of
24949         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
24950         (byte-compile-initial-macro-environment):
24951         Handle declare-function here.
24952         (byte-compile--lexical-environment): New var.
24953         (byte-stack-ref, byte-stack-set, byte-discardN)
24954         (byte-discardN-preserve-tos): New lap codes.
24955         (byte-interactive-p): Don't use any more.
24956         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24957         New macros.
24958         (byte-compile-lapcode): Use them and handle new lap codes.
24959         (byte-compile-obsolete): Remove.
24960         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24961         (byte-compile-arglist-warn): Check late def of inlinable funs.
24962         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24963         since they should have been expanded by now.
24964         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24965         (byte-compile-from-buffer): Remove unused second arg.
24966         (byte-compile-preprocess): New function.
24967         (byte-compile-toplevel-file-form): New function to distinguish
24968         file-form calls from outside from file-form calls from hunk-handlers.
24969         (byte-compile-file-form): Simplify.
24970         (byte-compile-file-form-defsubst): Remove.
24971         (byte-compile-file-form-defmumble): Simplify now that
24972         byte-compile-lambda always returns a byte-code-function.
24973         (byte-compile): Preprocess.
24974         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24975         Remove, not used any more.
24976         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24977         (byte-compile-make-args-desc): New funs.
24978         (byte-compile-lambda): Handle lexical functions.  Always return
24979         a byte-code-function.
24980         (byte-compile-reserved-constants): New var, to make up room for
24981         closed-over variables.
24982         (byte-compile-constants-vector): Obey it.
24983         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24984         (byte-compile-macroexpand-declare-function): New function.
24985         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24986         byte-code-functions.
24987         (byte-compile-form): Check obsolescence here.
24988         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24989         (byte-compile-variable-ref): Remove.
24990         (byte-compile-dynamic-variable-op): New fun.
24991         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24992         (byte-compile-variable-set): New funs.
24993         (byte-compile-discard): Add 2 args.
24994         (byte-compile-stack-ref, byte-compile-stack-set)
24995         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24996         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24997         macroexpand-all instead.
24998         (byte-compile-quote-form): Remove.
24999         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
25000         (byte-compile-bind, byte-compile-unbind): New funs.
25001         (byte-compile-let): Handle let* and lexical binding.
25002         (byte-compile-let*): Remove.
25003         (byte-compile-catch, byte-compile-unwind-protect)
25004         (byte-compile-track-mouse, byte-compile-condition-case):
25005         Handle a new :fun-body form, used for lexical scoping.
25006         (byte-compile-save-window-excursion)
25007         (byte-compile-with-output-to-temp-buffer): Remove.
25008         (byte-compile-defun): Simplify.
25009         (byte-compile-stack-adjustment): New fun.
25010         (byte-compile-out): Use it.
25011         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
25013         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
25014         handler any more.
25016         * emacs-lisp/byte-opt.el: Use lexical binding.
25017         (byte-inline-lapcode): Remove (to bytecomp).
25018         (byte-compile-inline-expand): Pay attention to inlining to/from
25019         lexically bound code.
25020         (byte-compile-unfold-lambda): Don't handle byte-code-functions
25021         any more.
25022         (byte-optimize-form-code-walker): Don't handle save-window-excursion
25023         any more and don't call compiler-macros.
25024         (byte-compile-splice-in-already-compiled-code): Remove.
25025         (byte-code): Don't inline any more.
25026         (disassemble-offset): Receive `bytes' as argument rather than via
25027         dynamic scoping.
25028         (byte-compile-tag-number): Declare before first use.
25029         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
25030         `return' even if make-spliceable.
25031         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
25032         obsolete interactive-p.
25033         (byte-optimize-lapcode): Optimize new lap-codes.
25034         Don't trip up on new form of `byte-constant' lap code.
25036         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
25038         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
25040         * custom.el (custom-initialize-default, custom-declare-variable):
25041         Use `defvar'.
25043         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
25044         New variables.
25045         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
25046         (COMPILE_FIRST): Add macroexp and cconv.
25047         * makefile.w32-in: Mirror changes in Makefile.in.
25049         * vc/cvs-status.el:
25050         * vc/diff-mode.el:
25051         * vc/log-edit.el:
25052         * vc/log-view.el:
25053         * vc/smerge-mode.el:
25054         * textmodes/bibtex-style.el:
25055         * textmodes/css-mode.el:
25056         * startup.el:
25057         * uniquify.el:
25058         * minibuffer.el:
25059         * newcomment.el:
25060         * reveal.el:
25061         * server.el:
25062         * mpc.el:
25063         * emacs-lisp/smie.el:
25064         * doc-view.el:
25065         * dired.el:
25066         * abbrev.el: Use lexical binding.
25068 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
25070         * info.el (info-display-manual): New function.
25072 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25074         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25076 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
25078         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25079         an entry for that server in rcirc-authinfo.  (Bug#8385)
25081 2011-03-31  Glenn Morris  <rgm@gnu.org>
25083         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25085         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25087 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
25089         * progmodes/python.el (python-default-interpreter)
25090         (python-python-command-args, python-jython-command-args)
25091         (python-which-shell, python-which-args, python-which-bufname)
25092         (python-file-queue, python-comint-output-filter-function)
25093         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25094         variables and functions.
25096 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25098         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25099         (completion-in-region-mode): New minor mode.
25100         (completion-in-region): Use it.
25101         (completion-in-region--data, completion-in-region-mode-map): New vars.
25102         (completion-in-region--postch): New function.
25103         (completion--capf-misbehave-funs, completion--capf-safe-funs):
25104         New vars.
25105         (completion--capf-wrapper): New function.
25106         (completion-at-point): Use it to track well-behavedness of
25107         hook functions.
25108         (completion-help-at-point): New command.
25110 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
25112         * vc/add-log.el (add-change-log-entry): Don't use whitespace
25113         syntax class to search for whitespace on a single line
25114         (Message-ID: <4D938140.4030905@redhat.com>).
25116 2011-03-30  Leo Liu  <sdl.web@gmail.com>
25118         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25119         New commands.
25120         (edit-abbrevs-map): Bind them here.
25121         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
25123 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
25125         * allout.el (allout-hide-by-annotation, allout-flag-region):
25126         Reduce possibility of overlay leakage by making them volatile.
25128         * allout-widgets.el (allout-widgets-tally): Define as nil so the
25129         hash is not shared between buffers.  Mode initialization is
25130         responsible for giving it a useful starting value.
25131         (allout-item-span): Reduce possibility of overlay leakage by
25132         making them volatile.
25133         (allout-widgets-count-buttons-in-region): Add diagnostic function
25134         for tracking down button overlay leaks.
25136 2011-03-29  Leo Liu  <sdl.web@gmail.com>
25138         * ido.el (ido-read-internal): Use the default history var
25139         minibuffer-history if no HISTORY is specified.
25141 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
25143         * net/imap.el (imap-shell-open, imap-process-connection-type):
25144         Use imap-process-connection-type for 'shell' streams as well as
25145         Kerberos, SSL, other subprocesses.
25147 2011-03-28  Leo Liu  <sdl.web@gmail.com>
25149         * abbrev.el (abbrev-table-empty-p): New function.
25150         (prepare-abbrev-list-buffer): Place empty abbrev tables after
25151         nonempty ones.  (Bug#5937)
25153 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
25155         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25157 2011-03-27  Leo Liu  <sdl.web@gmail.com>
25159         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25160         for foreground and background colors.
25161         (ansi-color-make-color-map): Adapt.
25163 2011-03-25  Leo Liu  <sdl.web@gmail.com>
25165         * midnight.el (midnight-time-float): Remove.  Note it calculates
25166         the microsecond component incorrectly and seconds-to-time does the
25167         same job.
25168         Remove redundant (require 'timer).
25170         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25171         (ido-completions): Remove unused arguments.  (Bug#8329)
25173 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25175         * minibuffer.el (completion--flush-all-sorted-completions):
25176         Remove itself from hook.
25177         (completion-at-point): Let the functions perform the completion
25178         immediately and return nil or t.
25179         * comint.el (comint-dynamic-complete-functions): Now identical to
25180         completion-at-point-functions.
25181         (comint-dynamic-list-input-ring): Remove unused var `index'.
25182         (comint--match-partial-filename, comint--unquote&expand-filename):
25183         New funs, split from comint-match-partial-filename.
25184         (comint-dynamic-complete): Use completion-at-point.
25185         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25187 2011-03-24  Drew Adams  <drew.adams@oracle.com>
25189         * thingatpt.el: Support `defun'.
25191 2011-03-23  Leo Liu  <sdl.web@gmail.com>
25193         * abbrevlist.el: Move to obsolete/abbrevlist.el.
25195         * help-mode.el (help-mode-finish): Tweak regexp.
25197 2011-03-23  Glenn Morris  <rgm@gnu.org>
25199         * eshell/esh-opt.el (eshell-eval-using-options):
25200         Do not bind unused local variable `eshell-option-stub'.
25202         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25204 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25206         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25207         keymap variable in `with-no-warnings' to avoid a warning when the
25208         keymap has been already `defconst'ed.
25210 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25212         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25213         encode all chars in abbrevs; otherwise use emacs-mule or
25214         utf-8-emacs.  (Bug#8308)
25216 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25218         * simple.el (backward-delete-char-untabify):
25219         Avoid warning about using `delete-backward-char'.
25221         * image.el (image-type-file-name-regexps): Make it variable.
25222         `imagemagick-register-types' modifies it, and the user may want
25223         to add new extensions for known image types.
25224         (imagemagick-register-types): Throw error if not using ImageMagick.
25226 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25228         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25229         located before rcirc-prompt-end-marker.
25230         (rcirc-complete): Error if point is not after rcirc prompt.
25231         Handle the case when table is nil.
25232         (rcirc-user-authenticated): Define to fix compiler warning.
25234 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
25236         * custom.el (custom--inhibit-theme-enable): Make it affect only
25237         custom-theme-set-variables and custom-theme-set-faces.
25238         (provide-theme): Ignore custom--inhibit-theme-enable.
25239         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25240         (custom-enabling-themes): Delete variable.
25241         (enable-theme): Accept only loaded themes as arguments.
25242         Ignore the special custom-enabled-themes variable.
25243         (custom-enabled-themes): Forbid themes from setting this.
25244         Eliminate use of custom-enabling-themes.
25245         (custom-push-theme): Quote "changed" custom var entry.
25247 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25249         * ido.el (ido-read-internal): Add ido-selected to history instead
25250         of user input.
25252 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25254         * subr.el (deferred-action-list, deferred-action-function):
25255         Mark obsolete.
25257 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25259         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25260         change on 2011-02-13 (bug#8309).
25262         * minibuffer.el (read-file-name-function): Change default value.
25263         (read-file-name--defaults): Rename from read-file-name-defaults.
25264         (read-file-name-default): Rename from read-file-name.
25265         (read-file-name): Call read-file-name-function.
25267 2011-03-21  Glenn Morris  <rgm@gnu.org>
25269         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25270         Doc fixes.
25272 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
25274         * cus-theme.el: Add missing provide statement.
25275         (customize-create-theme): Extract theme value correctly.
25276         (custom-theme-visit-theme): Autoload.
25277         (customize-create-theme): Prompt before inserting default faces.
25279 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
25281         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25282         units and musical notes.
25284 2011-03-20  Leo Liu  <sdl.web@gmail.com>
25286         * ido.el (ido-read-internal): Use completing-read-default.
25287         (ido-completing-read): Fix compatibility with completing-read.
25289 2011-03-20  Christian Ohler  <ohler@gnu.org>
25291         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25292         (ert-delete-all-tests): Use `called-interactively-p' rather than
25293         `interactive-p'.
25294         (ert--make-xrefs-region): Respect END.
25296 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25298         * dired-aux.el (dired-create-directory): Signal an error if the
25299         directory already exists (Bug#8246).
25301         * facemenu.el (list-colors-display): Call list-faces-display
25302         inside with-help-window.
25303         (list-colors-print): Use display property to align the final
25304         column, instead of checking window-width.
25306 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
25308         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25309         windows-nt systems.
25310         (emerge-protect-metachars): Quote correctly for ms-dos and
25311         windows-nt systems.
25313 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
25315         * info.el (info-initialize): Replace all uses of `:' with
25316         path-separator for compatibility with non-Unix systems.
25317         Cache quoting of path-separator.  (Bug#8258)
25319 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
25321         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25322         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25323         (mouse-avoidance-mode): Fix typos in docstrings.
25325 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25327         * startup.el (package-subdirectory-regexp): Move from package.el.
25328         Omit \\` and \\', and let callers add them.
25330         * emacs-lisp/package.el (package-strip-version)
25331         (package-load-all-descriptors): Add \\` and \\' to
25332         package-subdirectory-regexp before using it.
25333         (package-untar-buffer): New arg DIR; ensure that file untars only
25334         into this expected directory.  Remove superfluous delete-region.
25335         (package-unpack): Caller changed.
25336         (package-tar-file-info): Use package-subdirectory-regexp.
25338 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25340         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25341         diff-mode-shared-map (bug#8284).
25342         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25344 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25346         * calendar/time-date.el (format-seconds): Use assoc instead of
25347         assoc-string, since assoc-string doesn't exist in XEmacs.
25349 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
25351         * custom.el (custom-known-themes): Reflow docstring.
25352         (custom-theme-load-path): Fix typo in docstring.
25353         (load-theme): Fix typo in error message.
25354         (custom-available-themes, custom-variable-theme-value):
25355         Use `let', not `let*'.
25357 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
25359         * calc/README: Mention inclusion of musical notes.
25361         * calc/calc-units.el (calc-lu-quant): Rename from
25362         `calc-logunits-quantity'.
25363         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25364         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25365         (calc-db): Rename from `calc-dblevel'.
25366         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25367         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25368         (calc-np): Rename from `calc-nplevel'.
25369         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25370         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25371         (calc-lu-plus): Rename from `calc-logunits-add'.
25372         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25373         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25374         (calc-lu-minus): Rename from `calc-logunits-sub'.
25375         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25376         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25377         (calc-lu-times): Rename from `calc-logunits-mul'.
25378         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25379         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25380         (calc-lu-divide): Rename from `calc-logunits-div'.
25381         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25382         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25384         * calc/calc-ext.el (calc-init-extensions): Update the names of the
25385         functions being autoloaded.
25387         * calc/calc.el (calc-lu-power-reference): Rename from
25388         `calc-logunits-power-reference'.
25389         (calc-lu-field-reference): Rename from
25390         `calc-logunits-field-reference'.
25392         * calc/calc-help.el (calc-l-prefix-help):
25393         Mention musical note functions.
25395 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25397         * minibuffer.el (completion-all-sorted-completions):
25398         Use :completion-cycle-penalty text property if present.
25400 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
25402         * allout.el (allout-yank-processing): Adjust for new rebulleting
25403         regime so bullet being yanked is used without prompting the user
25404         for a choice.
25406 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25408         * startup.el (command-line): Warn the user that _emacs is deprecated.
25410 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25412         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25413         (delphi-verbose, delphi-comment-face, delphi-string-face)
25414         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25415         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25416         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25417         (delphi-new-comment-line, delphi-font-lock-defaults)
25418         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25419         Fix typos in docstrings.
25421 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
25423         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25424         Invert the roles of character and string values for INSTEAD, so a
25425         string is used for the more common case of a defaulting prompt.
25427 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25429         * progmodes/ruby-mode.el (ruby-backward-sexp):
25430         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25431         * play/gamegrid.el (gamegrid-make-face):
25432         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25433         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25434         * notifications.el (notifications-notify):
25435         * net/xesam.el (xesam-search-engines):
25436         * net/quickurl.el (quickurl-list-insert):
25437         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25439 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
25441         * startup.el (command-line): Update package subdirectory regexp.
25443 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25445         * allout.el (allout-abbreviate-flattened-numbering)
25446         (allout-mode-deactivate-hook): Fix up obsolescence "date".
25448         * subr.el (read-char-choice): Only show the cursor after the prompt,
25449         not after the answer.
25451 2011-03-15  Kevin Ryde  <user42@zip.com.au>
25453         * help-fns.el (variable-at-point): Skip leading quotes, if any
25454         (bug#8253).
25456 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25458         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25459         warning message.
25461 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25463         * shell.el (shell): When called interactively, offer to change the
25464         shell file name on remote hosts.
25466 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
25468         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25469         integration for LDAP parameters.  The host, base, user or binddn,
25470         and secret tokens can be specified in a netrc file, for instance.
25471         This is optional because an `auth-source' parameter must be
25472         specified in the search attributes.
25474 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
25476         * help.el (describe-mode): Link to the mode's definition (bug#8185).
25478 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25480         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25481         into declaration.  Remove redundant and harmful binding.
25483 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
25485         * files.el (file-ownership-preserved-p): Pass `integer' as an
25486         explicit 2nd argument to `file-attributes'.  If the file's owner
25487         is the Administrators group on Windows, and the current user is
25488         Administrator, consider that a match.
25490         * server.el (server-ensure-safe-dir): Consider server directory
25491         safe on MS-Windows if its owner is the Administrators group while
25492         the current Emacs user is Administrator.  Use `=' to compare
25493         numerical UIDs, since they could be integers or floats.
25495 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
25497         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25499 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
25501         Sync with Tramp 2.2.1.
25503         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25505         * net/trampver.el: Update release number.
25507 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25509         * progmodes/compile.el (compilation--previous-directory): Fix up
25510         various nil/dead-marker mismatches (bug#8014).
25511         (compilation-directory-properties, compilation-error-properties):
25512         Don't call it at a position past the one we're about to change.
25514         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25515         Disable obsolescence warnings in the file that declares it.
25517 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
25519         * allout-widgets.el (allout-widgets-tally):
25520         Initialize allout-widgets-tally as a hash table rather than nil to
25521         prevent mode-line redisplay warnings.  Also, clarify the module
25522         description and fix a comment typo.
25524 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
25526         * help-fns.el (describe-variable): Don't complete keywords.
25527         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25529 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
25531         * emacs-lisp/package.el (package-version-join): Impose a standard
25532         string representation for pre/alpha/beta version lists.
25533         (package-unpack-single): Standardize the directory name by passing
25534         it through package-version-join.
25535         (package-strip-rcs-id): Accept any version string that does not
25536         signal an error in version-to-list.
25538 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
25540         * simple.el (delete-trailing-whitespace): Return nil for the
25541         benefit of `write-file-functions'.
25543 2011-03-10  Glenn Morris  <rgm@gnu.org>
25545         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25547         * vc/vc-git.el (vc-git-program): New option.
25548         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25549         (vc-git--call): Use it.
25551         * eshell/esh-util.el (eshell-condition-case): Doc fix.
25553         * cus-edit.el (Custom-newline): If no button at point, look
25554         for a subgroup button at start-of-line.  (Bug#2298)
25556         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25558 2011-03-10  Julien Danjou  <julien@danjou.info>
25560         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25561         `cursor-type' is nil.
25563 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
25565         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25567 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
25569         * allout.el: Change so yank of distinctive-bullet items
25570         preserves the existing header prefix, rebulleting it if necessary,
25571         rather than replacing it.  This is necessary for proper operation
25572         of cooperative addons like allout-widgets.
25573         (allout-make-topic-prefix, allout-rebullet-heading):
25574         Change SOLICIT arg to INSTEAD, and interpret additionally a string
25575         value as alternate bullet to be used, instead of prompting the user
25576         for a bullet character.
25578 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
25580         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25581         Do not use `tramp-file-name-port', because this returns also
25582         `tramp-default-port'.
25584 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
25586         * net/rcirc.el (rcirc-handler-001): Remove useless
25587         with-rcirc-process-buffer.
25588         (rcirc-check-auth-status): Swap arguments to string-match.
25590 2011-03-09  Glenn Morris  <rgm@gnu.org>
25592         * shell.el (shell-mode):
25593         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
25595         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25596         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
25598 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25600         * emacs-lisp/package.el (package-refresh-contents)
25601         (package-menu-execute): Use condition-case-no-debug.
25603 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
25605         * simple.el (shell-command-to-string): Use `process-file'.
25607         * emacs-lisp/package.el (package-tar-file-info): Handle also
25608         remote files.
25610         * emacs-lisp/package-x.el (package-upload-buffer-internal):
25611         Use `equal' for upload base check.
25613 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
25615         * textmodes/texinfo.el (texinfo-environments):
25616         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
25618 2011-03-08  Glenn Morris  <rgm@gnu.org>
25620         * cus-start.el (cursor-in-non-selected-windows):
25621         Fix :set quoting oddness.  (Bug#8192)
25623         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25624         in some setf expressions.  (Bug#2159)
25626 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25628         * custom.el (custom-available-themes): Return themes in
25629         alphabetical order.
25631 See ChangeLog.15 for earlier changes.
25633 ;; Local Variables:
25634 ;; coding: utf-8
25635 ;; End:
25637   Copyright (C) 2011-2013 Free Software Foundation, Inc.
25639   This file is part of GNU Emacs.
25641   GNU Emacs is free software: you can redistribute it and/or modify
25642   it under the terms of the GNU General Public License as published by
25643   the Free Software Foundation, either version 3 of the License, or
25644   (at your option) any later version.
25646   GNU Emacs is distributed in the hope that it will be useful,
25647   but WITHOUT ANY WARRANTY; without even the implied warranty of
25648   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25649   GNU General Public License for more details.
25651   You should have received a copy of the GNU General Public License
25652   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.