Fix bug #14063 with reverting the *Colors* buffer.
[emacs.git] / lisp / ChangeLog
blob00a105b514266146f57460ff66be9a4ae91f26f5
1 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
3         * facemenu.el (list-colors-callback): New defvar.
4         (list-colors-redisplay): New function.
5         (list-colors-display): Install list-colors-redisplay as the
6         revert-buffer-function.  (Bug#14063)
8 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
11         and suffixes don't overlap (bug#14061).
13         * case-table.el: Use lexical-binding.
14         (case-table-get-table): New function.
15         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
17 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
19         * progmodes/subword.el: Add `superword-mode' to do word motion
20         over symbol_words (parallels and leverages `subword-mode' which
21         does word motion inside MixedCaseWords).
23 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
26         Change return value to be a sexp.  Delay `get-buffer' to after
27         restoring the desktop (bug#13951).
29 2013-03-26  Leo Liu  <sdl.web@gmail.com>
31         * register.el: Move semantic tag handling back to
32         cedet/semantic/senator.el.  (Bug#14052)
34 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
36         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
37         into the prompt either (bug#13963).
39 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
41         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
42         part of "(error-foo)".
44 2013-03-24  Juri Linkov  <juri@jurta.org>
46         * replace.el (list-matching-lines-prefix-face): New defcustom.
47         (occur-1): Pass `list-matching-lines-prefix-face' to the function
48         `occur-engine' if `face-differs-from-default-p' returns t.
49         (occur-engine): Add `,' inside backquote construct to evaluate
50         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
51         Pass `prefix-face' to the functions `occur-context-lines' and
52         `occur-engine-add-prefix'.
53         (occur-engine-add-prefix, occur-context-lines): Add optional arg
54         `prefix-face' and propertize the prefix with `prefix-face'.
55         (Bug#14017)
57 2013-03-24  Leo Liu  <sdl.web@gmail.com>
59         * nxml/rng-valid.el (rng-validate-while-idle)
60         (rng-validate-quick-while-idle): Guard against deleted buffer.
61         (Bug#13999)
63         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
64         is the last entry in kill-buffer-hook.
66         * files.el (kill-buffer-hook): Doc fix.
68 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
70         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
71         Make it safe-local.
73         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
75 2013-03-23  Leo Liu  <sdl.web@gmail.com>
77         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
78         Remove.
80         * nxml/rng-valid.el (rng-validate-mode)
81         (rng-after-change-function, rng-do-some-validation):
82         * nxml/rng-maint.el (rng-validate-buffer):
83         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
84         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
85         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
86         (nxml-extend-after-change-region): Use with-silent-modifications.
88         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
89         timer-idle-list.
91         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
92         (rng-next-error-1, rng-previous-error-1): Do not let-bind
93         timer-idle-list.  (Bug#13999)
95 2013-03-23  Juri Linkov  <juri@jurta.org>
97         * info.el (info-index-match): New face.
98         (Info-index, Info-apropos-matches): Add a nested subgroup to the
99         main pattern and add text properties with the new face to matches
100         in index entries relative to the beginning of the index entry.
101         (Bug#14015)
103 2013-03-21  Eric Ludlam  <zappo@gnu.org>
105         * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
106         Inhibit read only while inserting objects.
108 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
110         * progmodes/cfengine.el: Update docs to mention
111         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
112         symbol motion.  Remove "_" from the word syntax.
114 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
116         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
117         syntax for both `cfengine2-mode' and `cfengine3-mode'.
119 2013-03-20  Juri Linkov  <juri@jurta.org>
121         * info.el (Info-next-reference-or-link)
122         (Info-prev-reference-or-link): New functions.
123         (Info-next-reference, Info-prev-reference): Use them.
124         (Info-try-follow-nearest-node): Handle footnote navigation.
125         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
127 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
129         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
130         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
132 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
134         Suppress unnecessary non-ASCII chatter during build process.
135         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
136         (batch-skkdic-convert): Suppress most of the chatter.
137         It's not needed so much now that machines are faster,
138         and its non-ASCII component was confusing; see Dmitry Gutov in
139         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
141 2013-03-20  Leo Liu  <sdl.web@gmail.com>
143         * ido.el (ido-chop): Fix bug#10994.
145 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
147         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
148         Remove vars.
149         (whitespace-color-on, whitespace-color-off):
150         Use `font-lock-fontify-buffer' (Bug#13817).
152 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
155         remapping in mode-line.
156         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
158 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
160         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
161         value for `whitespace-line' face (Bug#13875).
162         (whitespace-font-lock-keywords): Change description.
163         (whitespace-color-on): Don't save `font-lock-keywords' value, save
164         the constructed keywords instead.
165         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
167 2013-03-19  Leo Liu  <sdl.web@gmail.com>
169         * progmodes/compile.el (compilation-display-error): New command.
170         (compilation-mode-map, compilation-minor-mode-map): Bind it to
171         C-o.  (Bug#13992)
173 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
175         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
177 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
179         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
181 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
183         * net/tramp-compat.el (tramp-compat-user-error): New defun.
185         * net/tramp-adb.el (tramp-adb-handle-shell-command):
186         * net/tramp-gvfs.el (top):
187         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
188         (tramp-handle-shell-command): Use it.
189         (tramp-dissect-file-name): Raise an error when hostname is a
190         method name, and neither method nor user is specified.
192         * net/trampver.el: Update release number.
194 2013-03-18  Leo Liu  <sdl.web@gmail.com>
196         Make sure eldoc can be turned off properly.
197         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
198         eldoc-mode.
199         (eldoc-display-message-p): Revert last change.
200         (eldoc-display-message-no-interference-p)
201         (eldoc-print-current-symbol-info): Tweak.
203 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
205         * doc-view.el (doc-view-new-window-function): Check the new window
206         overlay's display property instead the char property of the
207         buffer's first char.  Use `with-selected-window' instead of
208         `save-window-excursion' with `select-window'.
209         (doc-view-document->bitmap): Check the current doc-view overlay's
210         display property instead the char property of the buffer's first char.
212 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
214         Automate the build of ja-dic.el (Bug#13984).
215         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
216         from the input, rather than assume that it's been done for us by the
217         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
218         the current date into a ja-dic.el comment, as that complicates
219         regression testing.
221 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * whitespace.el: Fix double evaluation.
224         (whitespace-space, whitespace-hspace, whitespace-tab)
225         (whitespace-newline, whitespace-trailing, whitespace-line)
226         (whitespace-space-before-tab, whitespace-indentation)
227         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
228         obsolete defvars.
229         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
230         (whitespace-color-on): Use a single font-lock-add-keywords call.
231         Fix double-evaluation of face variables.
233 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
235         * net/tramp-adb.el (tramp-adb-parse-device-names):
236         Use `start-process' instead of `call-process'.  Otherwise, the
237         function might be blocked under MS Windows.  (Bug#13299)
239 2013-03-17  Leo Liu  <sdl.web@gmail.com>
241         Extend eldoc to display info in the mode-line.  (Bug#13978)
242         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
243         (eldoc-mode-line-string): New variable.
244         (eldoc-minibuffer-message): New function.
245         (eldoc-message-function): New variable.
246         (eldoc-message): Use it.
247         (eldoc-display-message-p)
248         (eldoc-display-message-no-interference-p):
249         Support eldoc-post-insert-mode.
251         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
252         (eval-expression): Run it.
254 2013-03-17  Roland Winkler  <winkler@gnu.org>
256         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
257         strings in the list of return values.
259 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
261         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
262         radix before checking for HMS forms.
264 2013-03-16  Leo Liu  <sdl.web@gmail.com>
266         * progmodes/scheme.el: Add indentation and font-locking for λ.
267         (Bug#13975)
269 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
271         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
272         token before point (bug#13942).
274 2013-03-16  Leo Liu  <sdl.web@gmail.com>
276         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
278 2013-03-16  Glenn Morris  <rgm@gnu.org>
280         * Version 24.3 released.
282 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
284         * startup.el (command-line-normalize-file-name): Fix handling of
285         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
286         <xfq.free@gmail.com> in
287         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
289 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
291         Sync with Tramp 2.2.7.
293         * net/trampver.el: Update release number.
295 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
297         * doc-view.el Fix bug#13887.
298         (doc-view-insert-image): Don't modify overlay associated to
299         non-live windows, and implement horizontal centering of image in
300         case it's smaller than the window.
301         (doc-view-new-window-function): Force redisplay of new windows on
302         doc-view buffers.
304 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
306         * saveplace.el (save-place-alist-to-file): Don't sort
307         `save-place-alist', just pretty-print it (bug#13882).
309 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
311         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
312         whether `default-file-name-coding-system' is bound.  It isn't in
313         XEmacs.
315 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
318         backquotes for `obsolete' (bug#13929).
320         * international/mule.el (find-auto-coding): Include file name in
321         obsolescence warning (bug#13922).
323 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
325         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
326         for CFEngine 3-specific indentation.
327         (cfengine3-indent-line): Use it.  Fix up category regex.
328         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
330 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
332         * type-break.el (type-break-file-name):
333         * textmodes/remember.el (remember-data-file):
334         * strokes.el (strokes-file):
335         * shadowfile.el (shadow-initialize):
336         * saveplace.el (save-place-file):
337         * ps-bdf.el (bdf-cache-file):
338         * progmodes/idlwave.el (idlwave-config-directory):
339         * net/quickurl.el (quickurl-url-file):
340         * international/kkc.el (kkc-init-file-name):
341         * ido.el (ido-save-directory-list-file):
342         * emulation/viper.el (viper-custom-file-name):
343         * emulation/vip.el (vip-startup-file):
344         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
345         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
347 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
349         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
350         * language/thai-word.el: Switch to UTF-8.
352 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
356 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
358         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
359         Use with-current-buffer and don't move point.
360         (net-utils-run-simple): Remove useless code.
361         (net-utils-remove-ctl-m): Remove unused custom.
363 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
365         * international/characters.el (glyphless-set-char-table-range): New fun.
366         (update-glyphless-char-display): Use it (bug#13744).
368 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
370         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
371         namespaces in the syntax, indent closer for hanging brace
372         correctly, allow single-quote delimited 'strings', and make
373         `cfengine3-mode' the default.
375 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
377         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
378         Use lexical-binding.  Fix up docstring according to conventions.
379         (gdbmi-debug-mode): New var.
380         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
381         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
382         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
383         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
384         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
385         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
386         (gdbmi-bnf-incomplete-record-result): New functions.
387         (gdb-car<): Remove function.
388         (gdbmi-record-list): Remove variable.
389         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
390         (gdbmi-bnf-result-state-configs): New const.
391         (gud-gdbmi-marker-filter): Rewrite.
392         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
393         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
394         Add `token' argument.
395         (gdb-done, gdb-error): New functions.
396         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
398 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * term/xterm.el (xterm--report-background-handler): Don't burp
401         upon timeout.
402         (xterm--version-handler): Extract from terminal-init-xterm.
403         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
404         Allow multiple handlers.
405         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
407         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
408         (xterm--report-background-handler, xterm--query): New functions.
409         (terminal-init-xterm): Use them.
411 2013-03-11  Michael R. Mauger  <michael@mauger.com>
413         * progmodes/sql.el Version 3.2
414         Please note that my address changed to <michael@mauger.com>;
415         the <mmaug@yahoo.com> address remains active.
416         (sql-connection-alist): Updates documentation to fix bug#13715.
417         (sql-connect): Handle missing `sql-connection-alist' correctly.
418         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
419         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
420         property.
421         (sql-default-value): New function.
422         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
423         values were not used.
424         (sql-rename-buffer): Make sure alternate buffer name has no text
425         properties.
426         (sql-input-sender, sql-execute-feature): Fetch variable with
427         `buffer-local-value' rather than `with-current-buffer'.
428         (sql-*): Use #' function syntax consistently.
429         (sql-*): Use message/error/user-error consistently.
431 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * xt-mouse.el (xterm-mouse-event-read): Remove.
434         (xterm-mouse--read-event-sequence-1000)
435         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
437 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
439         * term/xterm.el (xterm-function-map): Support format used with
440         formatOtherKeys=1 (bug#13839).
442         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
443         (with-no-warnings): Use `declare'.
445         * whitespace.el (whitespace-enable-predicate): New variable.
446         (whitespace-enable-predicate): Use it.
448         * comint.el (comint-send-input, comint-snapshot-last-prompt)
449         (comint-output-filter, comint-update-fence):
450         Use with-silent-modifications.
452 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
454         * replace.el (occur-read-regexp-defaults-function): New var.
455         (occur-read-regexp-defaults): New defun.
456         (occur-read-primary-args): Propagate above change (bug#13892).
458 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
460         * mouse.el (mouse-drag-track): Remove left-over debugging code.
462 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
464         Major rewrite due to changed D-Bus interface of GVFS 1.14.
466         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
467         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
468         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
469         New defconst.
470         (tramp-gvfs-file-name-handler-alist) [directory-files]
471         [directory-files-and-attributes, file-exists-p, file-modes]:
472         Use Tramp default handler.
473         [file-acl, file-selinux-context, process-file, set-file-acl]:
474         [set-file-modes, set-file-selinux-context, shell-command]:
475         [start-file-process]: Remove handler.
476         [verify-visited-file-modtime]: New handler.
477         (tramp-gvfs-dbus-string-to-byte-array)
478         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
479         calls of `dbus-string-to-byte-array' and
480         `tramp-gvfs-dbus-byte-array-to-string'.
481         (tramp-gvfs-handle-copy-file)
482         (tramp-gvfs-handle-delete-directory)
483         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
484         (tramp-gvfs-handle-file-directory-p)
485         (tramp-gvfs-handle-file-executable-p)
486         (tramp-gvfs-handle-file-name-all-completions)
487         (tramp-gvfs-handle-file-readable-p)
488         (tramp-gvfs-handle-file-writable-p)
489         (tramp-gvfs-handle-insert-directory)
490         (tramp-gvfs-handle-insert-file-contents)
491         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
492         (tramp-gvfs-handle-set-visited-file-modtime)
493         (tramp-gvfs-handle-write-region): Rewrite.
494         (tramp-gvfs-handle-file-acl)
495         (tramp-gvfs-handle-file-selinux-context)
496         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
497         (tramp-gvfs-handle-set-file-modes)
498         (tramp-gvfs-handle-set-file-selinux-context)
499         (tramp-gvfs-handle-shell-command)
500         (tramp-gvfs-handle-start-file-process)
501         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
502         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
503         over the symlinks.  Fix user handling.
504         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
505         of the D-Bus signals.
506         (tramp-gvfs-connection-mounted-p): Handle different names of the
507         D-Bus methods.
508         (tramp-gvfs-mount-spec-entry): New defun.
509         (tramp-gvfs-mount-spec): Use it.
510         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
511         there is a share name.  Handle different names of the D-Bus
512         signals and methods.  Set connection properties needed for
513         `tramp-check-cached-permissions'.
514         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
515         Return t or nil.
517         * net/tramp.el (tramp-backtrace): Move up.
518         (tramp-error): Dump a backtrace into the debug buffer when
519         `tramp-verbose > 9.
520         (tramp-file-mode-type-map, tramp-file-mode-from-int)
521         (tramp-file-mode-permissions, tramp-get-local-uid)
522         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
523         tramp-sh.el.
525         * net/tramp-sh.el (tramp-file-mode-type-map)
526         (tramp-check-cached-permissions, tramp-file-mode-from-int)
527         (tramp-file-mode-permissions, tramp-get-local-uid)
528         (tramp-get-local-gid): Move to tramp.el.
530 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
532         Separate mouse-1-click-follows-link from mouse-drag-region.
533         * mouse.el (mouse--down-1-maybe-follows-link): New function.
534         (key-translation-map): Use it to implement mouse-1-click-follows-link.
535         (mouse-drag-line, mouse-drag-track):
536         Remove mouse-1-click-follows-link code.
537         (mouse--remap-link-click-p): Remove.
539 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
541         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
542         (hi-lock-read-regexp-defaults):  New defun.
543         (hi-lock-line-face-buffer, hi-lock-face-buffer)
544         (hi-lock-face-phrase-buffer): Propagate above change.
545         Update docstring (bug#13892).
547         * subr.el (find-tag-default-as-regexp): New defun.
548         * replace.el (read-regexp): Propagate above change.
550 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
552         * calc/calc-units.el (calc-convert-units): Fix the way that default
553         new units are stored.
555 2013-03-07  Matthias Meulien  <orontee@gmail.com>
557         * bookmark.el: Define a face to highlight bookmark names in
558         bookmark menu buffers, where the default is a bold face similarly
559         to buffer names in buffer menu buffers.
560         (bookmark-menu-bookmark): New face to highlight bookmark names.
561         (bookmark-insert-location): Remove duplicated text property to
562         conform to buffer list (see `list-buffers').
563         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
564         `bookmark-menu-bookmark' to bookmark names.
566 2013-03-07  Matthias Meulien  <orontee@gmail.com>
567             Karl Fogel  <kfogel@red-bean.com>
569         * bookmark.el: Display the bookmark list header similarly to the
570         buffer list header (see `list-buffers'), where the default is now
571         an immovable/immutable header line.
572         (bookmark-bmenu-use-header-line): New variable.
573         (bookmark-bmenu-inline-header-height): New name for
574         `bookmark-bmenu-header-height', to avoid confusion with the code
575         for the new immovable header.  All references changed.
576         (bookmark-bmenu-set-header): New function.
577         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
578         Conditionalize header construction accordingly.
579         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
580         the inline header height.
581         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
582         Conditionalize the skipping of the inline header height.
584 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
586         * progmodes/js.el (js--multi-line-declaration-indentation):
587         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
589 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
591         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
592         Only propertize regexp when not inside a string (Bug#13885).
594 2013-03-06  Alan Mackenzie  <acm@muc.de>
596         Correct the position of point in some line-up functions.
597         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
598         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
599         point at column 0 rather than at a random place in the line.
601 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
603         * net/tramp-compat.el (tramp-compat-delete-directory):
604         Implement TRASH argument.
606 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
608         Keep pre-existing highlighting in completion candidates (Bug#13250).
609         * minibuffer.el (completions-first-difference): State that the
610         face is "added" in the docstring.
611         (completions-common-part): Same.  And don't inherit from default.
612         (completion-hilit-commonality): Prepend 'completions-common-part
613         and 'completion-first-difference faces to the 'face property,
614         instead of replacing the value(s).
615         (completion--insert-strings): Same with 'completions-annotations face.
616         (completion-hilit-commonality): Use 'face instead of
617         'font-lock-face, because it gets priority if the completion
618         strings already have 'face set.
620 2013-03-04  Alan Mackenzie  <acm@muc.de>
622         Replace `last-command-event' by `last-command-char' in XEmacs.
623         * progmodes/cc-defs.el (c-last-command-char): New macro.
624         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
625         (c-semi&comma-no-newlines-before-nonblanks)
626         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
627         in place of `last-command-event'.
628         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
629         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
630         (c-electric-paren, c-electric-continued-statement): Use the new
631         macro in place of `last-command-event'.
633 2013-03-04  Glenn Morris  <rgm@gnu.org>
635         * files.el (inhibit-local-variables-regexps):
636         Add .diff and .patch.  (Bug#13862)
638 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
640         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
641         whether the "su" command is available on the device.
643 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
645         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
646         (tramp-adb-handle-process-file): Remove superfluous setting.
647         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
648         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
649         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
651 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
653         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
654         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
655         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
656         Use dict-key rather than dict-name for the error message.
658 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
660         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
661         when reverting (bug#13831).
663 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
665         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
666         Always expand affix-file before storing to protect against changed
667         `default-directory'.
668         (ispell-print-if-debug): Make sure message is printed at the end
669         of the debug buffer.
671 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
673         * net/tramp.el (tramp-obsolete-methods): New defconst.
674         (tramp-warned-obsolete-methods): New defvar.
675         (tramp-find-method): Check for obsolete methods.  Map them to a
676         replacement method if appropriate.
678         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
679         Remove methods.
680         (top): Remove completion functions for "scp1", "scp2", "ssh1",
681         "ssh2" and "plink1".
683 2013-02-28  Dale Sedivec  <dale@codefu.org>
685         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
686         Return valid syntax-table property value when converting
687         quotes within text from string syntax to punctuation syntax (bug#13844).
689 2013-02-28  Juri Linkov  <juri@jurta.org>
691         * dired-aux.el (dired-diff): If file at point is a backup file,
692         use its original as the default value, and reverse the order
693         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
695 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
697         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
698         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
700 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
702         Initial support for hunspell dictionaries auto-detection (Bug#13639)
704         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
705         Ask hunspell about available and default dictionaries.
706         (ispell-parse-hunspell-affix-file): Extract relevant info from
707         hunspell affix file.
708         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
709         `ispell-dictionary-alist' entry for given dictionary after info
710         provided by `ispell-parse-hunspell-affix-file'.
711         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
712         of parsed hunspell dicts and associated affix files.
713         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
714         of parsed hunspell dicts and associated parameters.
715         (ispell-set-spellchecker-params):
716         Call `ispell-find-hunspell-dictionaries' if hunspell and not
717         previously done.
718         (ispell-start-process):
719         Call `ispell-hunspell-fill-dictionary-entry' for current
720         dictionary if it is not initialized.
722 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
724         * imenu.el: Comment nitpicks.
726 2013-02-28  Sam Steingold  <sds@gnu.org>
728         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
729         See <http://stackoverflow.com/questions/14720205>.
731 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
733         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
734         (net-utils-mode): Use it.
735         (net-utils--revert-cmd): New var.
736         (net-utils-run-simple): Set it, and remove bogus interactive spec.
737         (traceroute): Use net-utils-run-simple.
739 2013-02-28  Glenn Morris  <rgm@gnu.org>
741         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
743 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
746         (doc-view-fallback-mode): Remove overlays here.
747         (doc-view-toggle-display): Instead of here.  Don't throw away
748         image-mode-winprops-alist.
749         (doc-view-goto-page): Don't mess with hscroll.
751 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
753         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
754         &optional (bug#13819).
756 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
758         * net/tramp-adb.el (tramp-adb-parse-device-names)
759         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
761 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
763         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
764         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
765         defined.  POSIX environments fall back to the "C" locale then and
766         emit a warning, which shall be suppressed.
768 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
770         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
771         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
773 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
775         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
777 2013-02-25  Juri Linkov  <juri@jurta.org>
779         * replace.el (read-regexp): Let-bind `default' to the first
780         element of `defaults' if it's a list, otherwise it should be
781         a string or nil.  Let-bind `suggestions' to `defaults' if it's
782         a list, otherwise make a list with the string value.  Doc fix.
783         (Bug#13805)
785 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
787         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
788         that match "\`\.#", to avoid compiling lock files, even if they
789         are readable (as they are on MS-Windows).
791 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
793         * files.el (basic-save-buffer): Remove redundant directory-creation.
795 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
797         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
798         Add option to force `pi' to remain symbolic.
799         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
800         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
801         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
802         derivatives, when necessary.
804 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
806         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
807         (ps-mode-octal-region): Use string-make-unibyte.
809 2013-02-23  Glenn Morris  <rgm@gnu.org>
811         * emulation/viper-cmd.el (viper-submit-report):
812         * progmodes/ps-mode.el (ps-mode-maintainer-address):
813         * progmodes/vera-mode.el (vera-mode-help-address):
814         * textmodes/artist.el (artist-maintainer-address):
815         * textmodes/reftex.el (reftex-report-bug):
816         * vc/ediff-util.el (ediff-submit-report):
817         Add bug-gnu-emacs to bug report address.
819         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
820         Remove bug report entries.
821         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
823         * emacs-lisp/bytecomp.el (byte-compile-level): New.
824         (byte-compile-file, byte-compile-from-buffer):
825         Use separate input/output buffers for each level of recursive
826         byte-compile-file calls.  (Bug#13787)
828 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
830         * net/tramp.el (tramp-methods): Fix docstring.
831         (tramp-ssh-controlmaster-options): Rename it from
832         `tramp-ssh-controlmaster-template'.  Return a string.
833         (tramp-default-method): Adapt check for
834         `tramp-ssh-controlmaster-options'.
836         * net/tramp-sh.el (tramp-methods):
837         Replace `tramp-ssh-controlmaster-template' by "%c".
838         (tramp-do-copy-or-rename-file-out-of-band)
839         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
840         that it is applied for the first hop only.
842 2013-02-22  Juri Linkov  <juri@jurta.org>
844         * isearch.el (isearch-lazy-highlight-new-loop):
845         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
846         to `isearch-other-end' if it is not nil.  (Bug#13402)
848         * replace.el (replace-highlight): Let-bind `isearch-other-end'
849         to `match-beg'.
851         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
852         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
853         and `isearch-error' to nil.
855 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
857         * progmodes/python.el (python-info-current-defun):
858         Enhance match-data cluttering prevention.
860 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
862         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
864         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
865         Handle multibyte file names.
867 2013-02-22  Glenn Morris  <rgm@gnu.org>
869         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
870         (sgml-transformation-function): Give it a :set function.
871         (sgml-tag): Doc fix.
873         * cmuscheme.el (scheme-buffer):
874         * progmodes/inf-lisp.el (inferior-lisp-buffer):
875         * progmodes/tcl.el (inferior-tcl-buffer):
876         * textmodes/tex-mode.el (tex-command): Doc fixes.
878         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
880         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
882 2013-02-21  Bastien Guerry  <bzg@gnu.org>
884         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
886 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
888         * progmodes/python.el (python-info-current-defun):
889         Enhance match-data cluttering prevention.
891 2013-02-21  Glenn Morris  <rgm@gnu.org>
893         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
894         loaded while outline-regexp is let bound.  (Bug#9584)
896 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
898         * progmodes/python.el (python-info-current-defun): Fix failed
899         defun name retrieval because of unwanted match-data cluttering.
901 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
903         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
904         defconst.  Apply independent check for ControlPersist.
906         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
907         temporarily, via "env".
909 2013-02-21  Glenn Morris  <rgm@gnu.org>
911         * info.el (Info-enable-edit): Remove.
912         (Info-edit): Disable it rather than using Info-enable.
913         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
914         (Info-cease-edit): Make editing of Info files obsolete.
916         * informat.el (Info-tagify):
917         Handle buffers not visiting files.  (Bug#13763)
919 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
921         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
923 2013-02-21  Glenn Morris  <rgm@gnu.org>
925         * files.el (basic-save-buffer): Move check for existing parent
926         directory after hooks.  (Bug#13773)
928 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * simple.el (command-execute): Move from C.  Add obsolete check.
931         (extended-command-history): Move from C.
933 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
935         * jka-cmpr-hook.el (jka-compr-compression-info-list)
936         (jka-compr-mode-alist-additions): Handle .txz suffix for
937         XZ-compressed tar archives (bug#13770).
939 2013-02-20  Bastien Guerry  <bzg@gnu.org>
941         * outline.el (outline-regexp, outline-heading-end-regexp):
942         Make variables, not options (bug#13731).
944 2013-02-20  Glenn Morris  <rgm@gnu.org>
946         * image.el (image-current-frame): Change from variable to function.
947         (image-show-frame): Rename from image-nth-frame.  Update callers.
948         * image-mode.el (image-multi-frame): New variable.
949         (image-mode-map, image-mode, image-goto-frame):
950         Use image-multi-frame rather than image-current-frame.
951         (image-mode, image-goto-frame): Use image-current-frame as
952         function rather than as variable.
954         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
955         * emacs-lisp/cl-macs.el (cl--make-type-test)
956         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
958 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
960         * net/tramp-cache.el (tramp-get-hash-table): New defun.
961         (tramp-get-file-property, tramp-set-file-property)
962         (tramp-get-connection-property, tramp-set-connection-property): Use it.
963         (tramp-flush-file-property, tramp-flush-directory-property):
964         Rename argument to KEY.
965         (tramp-flush-connection-property): Simplify a little bit.
966         (tramp-connection-property-p): New defun.
967         (top): Reapply saved values only if there isn't a corresponding
968         entry in `tramp-connection-properties'.
970 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
972         * progmodes/python.el (python-indent-context):
973         Fix python-info-line-ends-backslash-p call.
974         (python-info-line-ends-backslash-p)
975         (python-info-beginning-of-backslash): Respect line-number argument.
976         (python-info-current-line-comment-p):
977         Fix behavior when not at beginning-of-line.
978         (python-util-position): Remove function.
979         (python-util-goto-line): New function.
981 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
983         * eshell/em-unix.el (eshell/su): Require tramp.
984         (eshell/sudo): Require tramp.  Remove now unnecessary check.
986         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
987         `tramp-current-connection' in order to avoid an error when several
988         commands are invoked in a short time in eshell and friends.
990 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
992         Cleanup some of EIEIO's namespace.
993         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
994         Use it to define all the class-* and object-* field accessors (renamed
995         to eieio--class-* and eieio--object-*).  Update all uses.
996         (eieio--class-num-slots, eieio--object-num-slots): Rename from
997         class-num-slots and object-num-slots.
998         (eieio--check-type): New macro.
999         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
1000         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
1001         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
1002         (object-assoc-list-safe): Use it.
1003         (eieio-defclass): Tighten regexp.
1004         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
1005         Remove unreachable code.
1006         (object-class-fast): Declare obsolete.
1007         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
1008         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
1009         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
1010         Rename from class-name, object-name, object-set-name-string,
1011         object-class, object-class-name, class-parents, class-children,
1012         class-precedence-list, class-parent; with obsolete alias.
1013         (class-of, class-direct-superclasses, class-direct-subclasses):
1014         Declare obsolete.
1015         (eieio-defmethod): Use `memq'; remove unreachable code.
1016         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1017         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
1018         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
1021 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
1023         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
1024         Use font-lock-keyword-face for macros and special forms (bug#8345).
1026 2013-02-17  Didier Verna  <didier@didierverna.net>
1028         * net/network-stream.el (network-stream-open-starttls):
1029         Check that response to the starttls-command is non-nil.  (Bug#13706)
1031 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1033         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
1034         Don't assume all identifier chars have syntax word.
1035         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1036         Remove bar-not-symbol.  Adjust callers.
1037         (lisp-mode-variables): Don't set a font-lock-syntax-table.
1039 2013-02-17  Leo Liu  <sdl.web@gmail.com>
1041         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
1043 2013-02-17  Glenn Morris  <rgm@gnu.org>
1045         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
1047         * image-mode.el (image-mode-map): Add image-dired menu entry.
1049         * image-dired.el (tumme): Make this alias obsolete.
1051 2013-02-16  Glenn Morris  <rgm@gnu.org>
1053         * image.el (image-animated-types): Remove.
1054         (image-multi-frame-p): Rename from image-animated-p, and generalize.
1055         (image-animated-p): Make obsolete alias.
1056         (image-animate, image-nth-frame, image-animate-timeout):
1057         Use image-multi-frame-p.
1058         (image-animate-timeout): If no delay, use image-default-frame-delay.
1059         * image-mode.el (image-mode, image-toggle-animation):
1060         Use image-multi-frame-p.  (Bug#763, bug#10739)
1061         (image-mode): Adjust startup message for a multi-frame image.
1063         * image-mode.el (image-mode-map): Give it a menu.
1065 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
1067         * net/tramp-cache.el (tramp-connection-properties): New customer
1068         option.
1069         (tramp-get-connection-property): Use it.
1071         * net/tramp-compat.el (top): Require 'trampver.
1073         * net/tramp-sh.el (tramp-remote-process-environment):
1074         Set tramp-autoload cookie.
1076 2013-02-16  Kevin Ryde  <user42@zip.com.au>
1078         * info-look.el (info-lookup-select-mode): If major-mode has no
1079         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
1081 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
1083         * replace.el (read-regexp): Tighten the regexp that matches tag.
1084         When tag is retrieved with `find-tag-default', use regexp that
1085         matches tag at point.  Also update docstring (Bug#13687).
1087 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
1089         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
1090         add watch for the file, not its parent directory, since w32notify
1091         sets up the watch for the directory internally.  (Bug#13725)
1093 2013-02-16  Glenn Morris  <rgm@gnu.org>
1095         * image.el (image-default-frame-delay): New variable.
1096         (image-animated-p): Use image-default-frame-delay.
1097         (image-minimum-frame-delay): New constant.
1098         (image-animate-timeout): Use image-minimum-frame-delay.
1100         * image.el (image-nth-frame): New, split from image-animate-timeout.
1101         (image-animate-timeout): Use image-nth-frame.
1102         * image-mode.el (image-goto-frame, image-next-frame)
1103         (image-previous-frame): New commands.
1104         (image-mode-map): Add new frame commands.
1106 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
1108         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
1109         If col-desc already has help-echo, use it.  (Bug#13563)
1111 2013-02-16  Glenn Morris  <rgm@gnu.org>
1113         * image.el (image-current-frame): New variable.
1114         (image-animate-timeout): Set image-current-frame.
1115         * image-mode.el (image-mode): For animated images,
1116         display a frame counter via mode-line-process.
1118         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
1120 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1122         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
1124 2013-02-15  Alan Mackenzie  <acm@muc.de>
1126         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
1127         global minor mode has been enabled, call the minor mode function
1128         for a new buffer once only, after the major mode hook, whilst
1129         allowing that hook explicitly to disable the minor mode.
1130         (MODE-disable-in-buffer): New (generated) function.
1131         (disable-MODE): New (generated) buffer local variable.
1133 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
1135         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
1136         `iswitchb-next-match' and `iswitchb-prev-match' resply.
1137         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
1138         `ido-next-match' and `ido-prev-match' resply.
1139         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
1140         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
1141         `icomplete-backward-completions' (Bug#13708).
1143 2013-02-15  Glenn Morris  <rgm@gnu.org>
1145         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1147 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1149         * net/goto-addr.el (goto-address-fontify): Add start and end args.
1150         (goto-address-fontify-region): Use them instead of narrowing, so
1151         syntax-ppss has access to the whole buffer.
1153 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1155         * progmodes/python.el: Explain how to restore "cc-mode"-like
1156         forward-sexp movement in header documentation (Bug#13642).
1157         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
1158         comments and strings (GH bug 114).
1160 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
1162         * progmodes/python.el (python-info-current-defun): Fix current
1163         defun detection (Bug#13618).
1165 2013-02-15  Chong Yidong  <cyd@gnu.org>
1167         * xml.el (xml-parse-string): Fix typo in handling of bad character
1168         references.
1170 2013-02-15  Glenn Morris  <rgm@gnu.org>
1172         * play/fortune.el (fortune-compile): Simplify and fix previous change.
1174 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
1176         * net/tramp.el (tramp-debug-message):
1177         Add `tramp-condition-case-unless-debug'.
1178         (tramp-debug-on-error): New defvar.
1179         (tramp-condition-case-unless-debug): New defun.
1180         (tramp-file-name-handler): Use it.
1182 2013-02-14  Juri Linkov  <juri@jurta.org>
1184         * info.el (Info-isearch-filter): Treat non-nil values of
1185         `search-invisible' including its default value `open'
1186         like the value `t' to match hidden text.  (Bug#13402)
1188 2013-02-14  Glenn Morris  <rgm@gnu.org>
1190         * help-fns.el (find-lisp-object-file-name): Give special treatment
1191         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
1193 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
1195         * net/quickurl.el (quickurl-save-urls):
1196         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
1198 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
1200         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
1201         depth for unfinished percent literal.  Not using it in the caller.
1202         (ruby-move-to-block): Jump over multiline literals of all types,
1203         ignoring code-looking contents inside them.
1204         (ruby-add-log-current-method): Improve performance at the expense
1205         of accuracy.  `ruby-block-contains-point' is relatively slow, so
1206         only use it for method and singleton class blocks.
1208 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1210         Use ControlMaster where applicable.  (Bug#13677)
1212         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
1213         replacing `tramp-detect-ssh-controlmaster'.
1214         (tramp-default-method): Use it.
1216         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
1217         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
1218         arguments.
1219         [scpc, rsyncc]: Remove methods.
1220         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1221         and "ssh2_old".
1222         (tramp-do-copy-or-rename-file-out-of-band):  Change trace level.
1223         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1225 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1227         * emacs-lisp/package.el (package--initialized): Move before first use.
1229 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
1231         * icomplete.el (icomplete-hide-common-prefix):  New user option.
1232         (icomplete-first-match): New face.
1233         (icomplete-completions): Correct handling of "complete but not
1234         unique" (Bug#12638).
1236 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
1238         * descr-text.el (describe-char): Display the script (bug#13698).
1240 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * tmm.el: Use lexical-binding and current-active-maps.
1243         (tmm-menubar): Use map-keymap and pcase.
1244         (tmm--completion-table): New function.
1245         (tmm-prompt): Use it to fix the menu order.
1246         (tmm-get-keybind): Use current-active-maps.
1248 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
1250         Add dired-hide-details-mode.  (Bug#6799)
1252         * locate.el (locate-mode): Set parent mode property to dired-mode.
1254         * find-dired.el (find-dired): Call dired-insert-set-properties on
1255         initial information line.  Set process mark on end of buffer.
1256         (find-dired-sentinel):
1257         Call dired-insert-set-properties on summary.
1259         * dired.el (dired-hide-details-hide-symlink-targets)
1260         (dired-hide-details-hide-information-lines): New options.
1261         (dired-insert-directory):
1262         Set properties after final treatment of output.
1263         (dired-insert-set-properties):
1264         Set dired-hide-details-* properties.
1265         (dired-mode-map): Bind dired-hide-details-mode.
1266         (dired-mode): Set buffer-invisibility-spec to a list.
1267         (dired-next-line): Skip hidden lines.
1268         (dired-previous-line): Use dired-next-line.
1269         (dired-hide-details-mode): New minor mode.
1270         (dired-hide-details-update-invisibility-spec): New function.
1272 2013-02-13  Glenn Morris  <rgm@gnu.org>
1274         * play/yow.el: Move to obsolete/.  (Bug#9384)
1276 2013-02-13  Juri Linkov  <juri@jurta.org>
1278         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1279         to select `ediff-control-frame' and set input focus correctly on Xfce.
1280         (Bug#12218)
1282 2013-02-13  Juri Linkov  <juri@jurta.org>
1284         * image-mode.el (image-mode-map):
1285         * doc-view.el (doc-view-mode-map):
1286         * vc/ediff-util.el (ediff-setup-keymap):
1287         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1289 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1291         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1292         performance.  Instead of recalculating indentation fully for each
1293         line, sum up indentation depth based only on visited lines.
1294         (ruby-parse-partial): Increase the depth after "do" even when END
1295         is right after it.
1296         (ruby-parse-partial): When END is in the middle of a percent
1297         literal, increase the depth if the delimiter chars belong to the
1298         paren syntax class.
1300 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
1302         * play/fortune.el (fortune-compile): Also make the compiled file
1303         if it does not exist at all, not just if it is old.  (Bug#5338)
1305 2013-02-13  Glenn Morris  <rgm@gnu.org>
1307         * emacs-lisp/package.el (package-menu-execute): Doc fix.
1309 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
1311         * lisp/emacs-lisp/package.el (package-menu-execute):
1312         Add optional noquery argument.  (Bug#13625)
1314 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1316         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1317         if DIR exists and PARENTS is non-nil.
1319 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
1321         * progmodes/js.el (js--multi-line-declaration-indentation):
1322         Silence byte-compiler warning.
1324 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
1326         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1328         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1329         only if it doesn't exist.
1331         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1332         Set process marker.
1334 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
1336         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1337         UserInstallation when calling soffice to work around LibreOffice
1338         bug 37531.
1340 2013-02-12  Glenn Morris  <rgm@gnu.org>
1342         * files.el (basic-save-buffer):
1343         Offer to create a non-existing directory.  (Bug#3016)
1345         * calc/calc-graph.el (calc-graph-show-dumb):
1346         * calendar/calendar.el (calendar-mode-map):
1347         * cus-edit.el (custom-mode-map):
1348         * ehelp.el (electric-help-map):
1349         * emulation/vip.el (vip-mode-map):
1350         * epa.el (epa-key-list-mode-map):
1351         * info.el (Info-mode-map):
1352         * mail/rmail.el (rmail-mode-map):
1353         * mail/rmailsum.el (rmail-summary-mode-map):
1354         * man.el (Man-mode-map):
1355         * net/newst-plainview.el (newsticker-mode-map):
1356         * progmodes/cpp.el (cpp-edit-mode-map):
1357         * progmodes/grep.el (grep-mode-map):
1358         * progmodes/idlw-help.el (idlwave-help-mode-map):
1359         * simple.el (special-mode-map):
1360         * startup.el (splash-screen-keymap):
1361         * view.el (view-mode-map):
1362         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1364 2013-02-11  Elias Pipping  <pipping@lavabit.com>
1366         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1367         (bug#13679).
1369 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1373 2013-02-11  Glenn Morris  <rgm@gnu.org>
1375         * vc/diff.el (diff-use-labels): New variable.
1376         (diff-no-select): Use --label rather than -L, and first
1377         check that it is supported.  (Bug#11067)
1379         * files.el (enable-dir-local-variables): New variable.
1380         (hack-dir-local-variables): Respect enable-dir-local-variables.
1381         * tutorial.el (help-with-tutorial):
1382         Ignore directory-local variables.  (Bug#11127)
1384         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1385         (vc-svn-global-switches): ... to here.  (Bug#13513)
1387 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1389         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1390         Handle "foo (bar, default: xxx): " prompts.
1392 2013-02-10  Chong Yidong  <cyd@gnu.org>
1394         * files.el (basic-save-buffer-1): Do not set
1395         buffer-file-coding-system-explicit (Bug#4533).
1397         * mail/emacsbug.el (report-emacs-bug): Change binding of
1398         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1400 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1402         * calc/calc.el (calc-allow-units-as-numbers): New variable.
1403         * calc/calc-units.el (calc-convert-units): Use new variable.
1405 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1407         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1409         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1410         buffer-file-type.
1412         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1413         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1414         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1415         coding-system-for-write instead.
1417         * jka-compr.el (jka-compr-write-region): Don't bind
1418         buffer-file-type.
1420         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1421         buffer-file-type.
1423         * files.el (file-name-buffer-file-type-alist): Remove defvar.
1424         (insert-file-contents-literally): Remove reference to
1425         file-name-buffer-file-type-alist.
1427         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1428         make-obsolete.
1429         (find-buffer-file-type-match, find-buffer-file-type): Remove.
1430         (find-buffer-file-type-coding-system): Remove references to
1431         find-buffer-file-type-match, find-buffer-file-type, and
1432         buffer-file-type.
1433         Don't put find-buffer-file-type-coding-system into
1434         file-coding-system-alist.
1435         (find-file-binary, find-file-text): Bind coding-system-for-read
1436         instead of file-name-buffer-file-type-alist.
1438 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
1440         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1441         converter (Bug#13622).
1442         (doc-view-unoconv-program): Make obsolete alias.
1443         (doc-view-odf->pdf-converter-program): New variable.
1444         (doc-view-odf->pdf-converter-function): New variable.
1445         (doc-view-mode-p): Use it.
1446         (doc-view-odf->pdf-converter-unoconv):
1447         Rename from `doc-view-odf->pdf-converter-unoconv'.
1448         (doc-view-odf->pdf-converter-soffice): New function.
1449         (doc-view-convert-current-doc):
1450         Use `doc-view-odf->pdf-converter-function'.
1452 2013-02-09  Chong Yidong  <cyd@gnu.org>
1454         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1455         view-echo-area-messages (Bug#13340).
1457         * help.el (view-echo-area-messages): Use display-buffer.
1459         * dired-x.el (dired-do-run-mail): Prompt for confirmation
1460         (Bug#13561).
1462 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1464         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1465         Eval body right away, now that we do eager macroexpansion (bug#13605).
1467         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1468         (fundamental-mode): Use run-mode-hooks.
1470         * eshell/esh-proc.el (eshell/kill): Fix last change.
1471         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1473 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1475         * eshell/esh-proc.el (eshell/kill): Rewrite.
1477         * eshell/em-ls.el (show-almost-all): Declare.
1478         (eshell-do-ls): Add support for -A argument.
1480 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
1482         * icomplete.el (icomplete-forward-completions)
1483         (icomplete-backward-completions): Handle corner case (bug#13602).
1485 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
1487         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1488         be nil.  Handle this.  (Bug#13636)
1490 2013-02-07  Richard Stallman  <rms@gnu.org>
1492         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1493         `save-buffer-coding-system'.
1495 2013-02-07  Alan Mackenzie  <acm@muc.de>
1497         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
1498         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1499         (c-parse-state-get-strategy): Don't return 'BOD any more.
1500         (c-append-lower-brace-pair-to-state-cache):
1501         Extra parameter HERE instead of narrowing.
1502         Widen to top of buffer before searching backwards for a brace pair.
1503         (c-state-push-any-brace-pair): Add HERE parameter to function call.
1504         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1505         Narrow to parameter HERE, in place of being called narrowed.
1506         (c-remove-stale-state-cache): Extra parameter HERE in place of
1507         narrowing.  Check there's an open brace in the cache before
1508         searching for its match.
1509         (c-invalidate-state-cache-1): Add HERE parameter to function call.
1510         (c-parse-state-1): Don't narrow here for 'forward strategy,
1511         instead passing extra parameter HERE to several functions.
1512         Remove 'BOD strategy.
1514 2013-02-06  Nicolas Richard <theonewiththeevillook@yahoo.fr>  (tiny change)
1516         * emacs-lisp/package.el (describe-package-1): Tell what archive is
1517         used to install the package.
1519 2013-02-06  Glenn Morris  <rgm@gnu.org>
1521         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1522         if we can't get user input.  (Bug#6567)
1524         * startup.el (command-line): If simple.el is missing,
1525         test and warn about for some possible causes.
1527 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
1529         * cus-start.el (all): Add ns-use-native-fullscreen.
1531 2013-02-05  Glenn Morris  <rgm@gnu.org>
1533         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1535         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1536         Fix directory creation in fallback case.
1538 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1540         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1541         (vc-update-change-log): Use dolist.
1543 2013-02-04  Chong Yidong  <cyd@gnu.org>
1545         * thingatpt.el: Rewrite the URL detection routines, absorbing some
1546         code from ffap.el.
1547         (thing-at-point-beginning-of-url-regexp): New var.
1548         (thing-at-point-uri-schemes): Update list of URI schemes.
1549         (thing-at-point-url-regexp): Variable deleted.
1550         (thing-at-point-markedup-url-regexp): Disallow newlines.
1551         (thing-at-point-newsgroup-regexp)
1552         (thing-at-point-newsgroup-heads)
1553         (thing-at-point-default-mail-uri-scheme): New variables.
1554         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
1555         method to find the possible bounds of the URI at point.
1556         New optional argument to find ill-formed URIs.
1557         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
1558         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
1559         the scheme-adding heuristics from ffap-url-at-point.
1560         (thing-at-point--bounds-of-well-formed-url): New function.
1561         Do parens matching to decide whether to include parens in the URI
1562         (Bug#9153).
1564         * ffap.el: Require thingatpt.
1565         (ffap-url-at-point): Delegate URI detection to thing-at-point.
1566         All URI-valid characters are now recognized (Bug#5673).
1567         (ffap-string-at-point): Use use-region-p.
1568         (ffap-url-regexp): Extra character is handled by thing-at-point.
1569         (ffap-string-at-point-mode-alist): Allow parentheses.
1570         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1571         Convert to aliases; code moved to thingatpt.el.
1572         (ffap-gnus-hook): Use setq-local.
1574 2013-02-04  Glenn Morris  <rgm@gnu.org>
1576         * emacs-lisp/ert.el (ert--explain-format-atom):
1577         Don't try to print non-characters as characters.  (Bug#13543)
1579 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
1581         * net/tramp.el (tramp-debug-message): Extend function exclude list.
1582         (tramp-backtrace): New defun.
1583         (tramp-handle-insert-file-contents): Use `visit' when inserting
1584         the local copy.
1586         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1587         Use `remote-file-name-inhibit-cache'.
1589 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1592         (bug#13614).
1594         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1595         current-load-list (bug#13366).
1597 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
1599         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1600         Identify g++ template instantiation trace.  (Bug#12287)
1601         (compilation-mode-hook, compilation-start-hook)
1602         (compilation-window-height): Simplify docstrings.  (Bug#13379)
1604 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * mouse.el (mouse-drag-track): Always deactivate the mark before
1607         running the final event's command since that command is in charge of
1608         activating the mark if needed (bug#13523).
1610 2013-02-02  Juri Linkov  <juri@jurta.org>
1612         * replace.el (perform-replace): Move let-bindings of isearch-*
1613         variables deeper to the loop that searches for the next match.
1614         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1615         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1616         (Bug#13579)
1618         * isearch.el (isearch-search-fun-default): Check for null
1619         first element of isearch-cmds as a precaution when it's used
1620         with inactive isearch.
1622 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
1624         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1625         error when buffer in question is narrowed so position 1 is out of
1626         visible part.
1628 2013-02-02  Glenn Morris  <rgm@gnu.org>
1630         * textmodes/remember.el (remember-clipboard): Doc fix.
1632 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1634         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1635         properties (bug#13179).
1637 2013-02-02  Juri Linkov  <juri@jurta.org>
1639         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1640         instead of hard-coded default face `match'.  (Bug#9438)
1642 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
1644         * vc/vc-arch.el (vc-arch-registered):
1645         * vc/vc-bzr.el (vc-bzr-registered):
1646         * vc/vc-cvs.el (vc-cvs-registered):
1647         * vc/vc-git.el (vc-git-registered):
1648         * vc/vc-hg.el (vc-hg-registered):
1649         * vc/vc-mtn.el (vc-mtn-registered):
1650         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1651         (Bug#13139)
1653         * info.el (Info-next-reference, Info-prev-reference): Add numeric
1654         prefix argument.  (Bug#11656)
1656 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1658         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1660 2013-02-01  Glenn Morris  <rgm@gnu.org>
1662         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1663         if the backend is known not to support it.
1665         * imenu.el (imenu-default-create-index-function):
1666         Tweak infinite loop test to check for forward motion as well as none.
1668 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
1670         * net/soap-client.el (soap-invoke): Encode the string for
1671         `url-request-data' as UTF-8.
1672         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1674 2013-02-01  Glenn Morris  <rgm@gnu.org>
1676         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1678         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1680 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
1682         * net/tramp.el (tramp-tramp-file-p): Comment check for
1683         `string-as-unibyte'.  The function does not exist on XEmacs, and
1684         likely we need another approach.
1686         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1687         `tramp-gw-*' variables are bound.
1689 2013-01-31  Glenn Morris  <rgm@gnu.org>
1691         * files.el (basic-save-buffer-2): Choose coding system for
1692         writing the file before backing it up, to reduce delay between
1693         backing up and writing the new version.  (Bug#13522)
1695 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
1697         * simple.el (cycle-spacing): New command.
1698         (just-one-space): Use it.
1700 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1702         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
1703         (opascal-newline-always-indents): Remove custom.
1704         (opascal-tab, opascal-newline): Remove commands.
1705         (opascal-new-comment-line): Insert "\n" instead of calling newline.
1706         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1707         (opascal-save-match-data): Remove, use save-match-data instead.
1708         (opascal-save-state): Use with-silent-modifications.
1710         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1711         (bug#13585).
1713 2013-01-30  Juri Linkov  <juri@jurta.org>
1715         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1716         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
1717         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1719 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1722         column if we're just deleting the backslashes.
1723         (makefile-fill-paragraph): Use eolp.
1725 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
1727         * autorevert.el (auto-revert-use-notify): Fix docstring.
1729 2013-01-30  Leo Liu  <sdl.web@gmail.com>
1731         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1733 2013-01-30  Glenn Morris  <rgm@gnu.org>
1735         * mouse.el (mouse-drag-line): Avoid pushing same event onto
1736         unread-command-events twice in some cases.  This tries to implement
1737         the 2012-07-26 changes in a different way.  (Bug#13560)
1739 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1741         * progmodes/python.el
1742         (python-pdbtrack-comint-output-filter-function): Enhancements on
1743         stacktrace detection.  (thanks @gnovak)
1745 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1748         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1749         Use defvar-local.
1750         (jit-lock-register): Use setq-local.
1752 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
1754         * calc-units.el (math-default-units-table): Remove initial value.
1755         (calc-convert-units): Treat expressions where all the units cancel as
1756         if they didn't have units.
1758 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
1760         * net/tramp.el (tramp-process-connection-type): Fix docstring.
1761         (tramp-completion-reread-directory-timeout): Fix type.
1762         (tramp-connection-min-time-diff): New defcustom.
1764         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1766 2013-01-30  Glenn Morris  <rgm@gnu.org>
1768         * imenu.el (imenu-default-create-index-function):
1769         Put back a version of the infinite loop test removed 2013-01-23.
1771 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1773         * progmodes/python.el (python-shell-parse-command):
1774         Find python-shell-interpreter with modified environment.
1776 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1778         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1780 2013-01-29  Alan Mackenzie  <acm@muc.de>
1782         Amend to fontify /regexp/s in actions correctly.
1783         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1784         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1785         are no longer included.
1786         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1787         What used to be these variables without "-line" in the name.
1788         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
1789         (c-awk-non-arith-op-bra-re): Now also matches {.
1790         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1791         "return", and "case".
1792         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1793         by /.
1794         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1795         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1797 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
1799         * autorevert.el (auto-revert-use-notify):
1800         Use `custom-initialize-default' for initialization.  (Bug#13583)
1802         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1804         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1805         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
1806         in `tramp-file-name-handler'.
1807         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1808         compatibility.
1809         (tramp-compute-multi-hops): Check, whether
1810         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1812 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1815         (bug#13297).
1817 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1819         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1820         checks made superfluous by the \_< operator.
1821         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1822         temporarily) broken indentation.
1823         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1824         Highlight nested constants, too.  \_< broke that.
1826 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1828         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1829         instead of "\\b".
1831 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
1833         * autorevert.el (auto-revert-handler): Notifications which result
1834         from a saved file shall not be taken into account.  (Bug#13557)
1836 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
1838         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1839         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1840         (lisp-mode): Pass t for it.  (Bug#13556)
1842 2013-01-25  Alan Mackenzie  <acm@muc.de>
1844         AWK Mode: Fix indentation bug at top level.  Bug #12274.
1846         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1847         just before CASE 5D.
1849 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
1851         * net/socks.el (socks-nslookup-host): Use string-to-number.
1853 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
1855         * autorevert.el (auto-revert-remote-files)
1856         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1857         (auto-revert-notify-enabled, auto-revert-use-notify)
1858         (auto-revert-notify-watch-descriptor-hash-list)
1859         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1860         (auto-revert-notify-event-descriptor)
1861         (auto-revert-notify-event-action)
1862         (auto-revert-notify-event-file-name): Doc fix.
1863         (global-auto-revert-mode): Reorder checks.
1864         (auto-revert-notify-rm-watch): Respect changed values of
1865         `auto-revert-notify-watch-descriptor-hash-list'.
1866         (auto-revert-notify-add-watch): Check for
1867         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
1868         `inotify-add-watch'.  Watch `default-directory' instead of
1869         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
1870         has a changed meaning now.  (Bug#13540)
1871         (auto-revert-notify-handler): Change implementation wrt events
1872         returning from a directory.
1873         (auto-revert-handler): Reorder implementation for checks of remote
1874         files.
1875         (auto-revert-buffers): Fix parentheses error.
1877 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
1879         * progmodes/python.el: Enhancements to header documentation about
1880         skeletons.  (Bug#5716)
1882         * imenu.el (imenu-default-create-index-function): Remove useless
1883         infinite loop check.  (Bug#13438)
1885 2013-01-25  Alan Mackenzie  <acm@muc.de>
1887         Fix a bug in the state cache mechanism.  Refactor this a bit.
1889         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1890         `cache-pos' element from the return value.
1891         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1892         buffer to enable proper searching from beyond HERE.  Amend the
1893         test for detecting the sought brace pair.  Amend the value written
1894         to the "brace desert cache" when the brace isn't found.
1895         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1896         and several other variables analogously.
1897         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1898         parameter to a locally calculated variable.
1899         (c-parse-state-1): Change the calling conventions to the two
1900         defuns involving `cache-pos'.
1902 2013-01-25  Chong Yidong  <cyd@gnu.org>
1904         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1906 2013-01-24  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
1908         * paren.el (show-paren-function): Make sure to set 'priority and
1909         'face only if the overlay does exist.
1911 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
1913         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1915         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1916         basic attributes.
1917         (tramp-sh-handle-set-file-acl): Improve error checking.
1919 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
1921         * doc-view.el (doc-view-display): Force mode line update until all
1922         document is converted.  Suggested by Stefan Monnier (Bug#13164).
1924 2013-01-23  Bastien Guerry  <bzg@gnu.org>
1926         * paren.el (show-paren-function): Make sure an overlay exists
1927         before trying to delete it.  Also use `pos' as a position only
1928         when it is an integer.
1930 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
1932         * play/gametree.el (gametree-break-line-here): Use point-marker.
1934 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
1936         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1937         Mark descriptive parts with `display' property.
1939 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1941         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1942         New variable to map standard dict names to hunspell ones.
1943         (ispell-set-spellchecker-params): Make sure specific dict names
1944         are used for standard dicts with hunspell.
1946 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
1948         * textmodes/reftex-cite.el (reftex-format-citation): Add format
1949         chars for note (%N) and url (%U).
1950         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1952 2013-01-21  Juri Linkov  <juri@jurta.org>
1954         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1955         in addition to existing separate binding `meta f10' in `global-map'.
1956         (Bug#13484)
1958 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
1960         Improve XEmacs compatibility.
1962         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1964         * net/tramp-adb.el (top): Require `time-date'.
1965         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1966         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1967         Use `tramp-file-name-handler'.
1968         (tramp-adb-maybe-open-connection):
1969         Use `tramp-compat-set-process-query-on-exit-flag'.
1971         * net/tramp-sh.el (tramp-sh-handle-file-acl):
1972         Use `tramp-compat-funcall'.
1974         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1975         `tramp-compat-funcall'.
1977 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
1979         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1980         reimplementation using "adb shell command ..." instead of running
1981         remote shell interactively.
1983 2013-01-20  Glenn Morris  <rgm@gnu.org>
1985         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1986         Add native profiler menu entries.
1988         * profiler.el (profiler-running-p): New function.
1989         (profiler-cpu-profile): Use profiler-running-p.
1990         (profiler-report-mode-map): Add some more menu entries.
1992 2013-01-19  Glenn Morris  <rgm@gnu.org>
1994         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1995         fixes 2012-12-07 change.  (Bug#13499)
1997 2013-01-19  Leo Liu  <sdl.web@gmail.com>
1999         * dired.el (dired-get-marked-files): Prune erroneous values due to
2000         last change.  (Bug#13152)
2002 2013-01-19  Glenn Morris  <rgm@gnu.org>
2004         * progmodes/etags.el (tags-table-check-computed-list):
2005         Preserve point in tags buffer.  (Bug#13412)
2007         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
2009 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
2010             Chong Yidong  <cyd@gnu.org>
2012         * image-mode.el (image-next-file, image-previous-file):
2013         New commands (Bug#8453).
2014         (image-mode-map): Bind them to n and p.
2015         (image-mode--images-in-directory): New helper function.
2017 2013-01-19  Chong Yidong  <cyd@gnu.org>
2019         * image-mode.el (image-mode-fit-frame): Add a frame argument.
2020         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
2021         save and restore the old window configuration.
2023 2013-01-18  Leo Liu  <sdl.web@gmail.com>
2025         * progmodes/js.el: Tweak autoload cookie for alias.
2027 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2029         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
2030         buffer local, again.  This was lost with the fix on 2013-01-12.
2032 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
2034         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
2035         order to support several eshell buffers in parallel.
2037 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
2039         * autorevert.el (auto-revert-use-notify): In the :set function, do
2040         not modify `kill-buffer-hook'.
2041         (auto-revert-notify-rm-watch):
2042         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
2043         (auto-revert-notify-add-watch): Do not call
2044         `auto-revert-notify-rm-watch', but add it to a buffer local
2045         `kill-buffer-hook'.
2047 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
2050         call to `eval' rather than a backquoted lambda.
2052 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2054         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
2055         to return an explicit nil.
2056         (advice--remove-function): Change accordingly.
2058         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
2059         the use of nadvice.el.
2061         * progmodes/which-func.el (which-function): Silence imenu errors
2062         (bug#13433).
2064 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2066         * progmodes/sql.el: (sql-imenu-generic-expression):
2067         (sql-mode-font-lock-object-name): Match schema qualified names.
2068         (sql-connect): Use string keys.
2069         (sql-product-interactive): Wait for interpreter prompt.
2070         (sql-comint-oracle): Set process coding based on NLS_LANG.
2072 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
2074         * progmodes/sql.el (sql-output-to-send): Remove, unused.
2075         (sql-interactive-remove-continuation-prompt):
2076         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
2078 2013-01-14  Leo Liu  <sdl.web@gmail.com>
2080         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
2081         (Bug#13420)
2083 2013-01-14  Glenn Morris  <rgm@gnu.org>
2085         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2086         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
2088 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2090         * progmodes/python.el (python-nav-end-of-statement):
2091         Fix cornercase when handling multiline strings.
2093 2013-01-13  Richard Stallman  <rms@gnu.org>
2095         * mail/sendmail.el (mail-position-on-field): Add doc string.
2097         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2098         Get current message boundaries and pass them to
2099         message-forward-make-body-mime.  Minor style changes.
2101 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
2103         * cus-start.el (all): Avoid warnings about
2104         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
2106 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
2108         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
2110 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * jit-lock.el (jit-lock-debug-mode): New minor mode.
2113         (jit-lock--debug-fontifying): New var.
2114         (jit-lock--debug-fontify): New function.
2115         * subr.el (condition-case-unless-debug): Don't prevent catching the
2116         error, just let the debbugger run.
2117         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
2118         timer code and don't drop errors silently.
2120 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
2122         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
2123         `permanent-local' property.
2124         (auto-revert-notify-handler): Use `file-equal-p'.
2126 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
2128         * autorevert.el (auto-revert-notify-handler): Fix filtering of
2129         file notification by ACTION. For filtering by file name, compare
2130         only the non-directory part of the file name.
2132 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2134         * autorevert.el: Use cl-lib instead of cl.
2136         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
2137         (vc-bzr-checkin): Use it.
2138         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
2139         will preserve match-data.
2141 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
2143         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
2144         (js--declaration-keyword-re): New var.
2145         (js--multi-line-declaration-indentation): New function.
2146         (js--proper-indentation): Use it.
2148 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
2150         * calc/calc.el (calc-highlight-selections-with-faces)
2151          (calc-dispatch):
2152         * comint.el (comint-history-isearch-message):
2153         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
2154         * ffap.el (ffap-string-at-point-region, ffap-next)
2155         (ffap-string-at-point, ffap-string-around)
2156         (ffap-copy-string-as-kill, ffap-highlight-overlay)
2157         (ffap-literally):
2158         * font-lock.el (font-lock-keywords-alist)
2159         (font-lock-removed-keywords-alist):
2160         * help-mode.el (help-xref-symbol-regexp):
2161         * info.el (Info-find-emacs-command-nodes):
2162         * international/mule.el (add-to-coding-system-list):
2163         * isearch.el (isearch-message-function, isearch-fail-pos):
2164         * misearch.el (multi-isearch-next-buffer-function):
2165         * newcomment.el (comment-box):
2166         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
2167         (pr-setting-database):
2168         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
2169         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
2170         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
2171         (pike-font-lock-keywords-3):
2172         * progmodes/compile.el (compile):
2173         * progmodes/etags.el (tags-table-files)
2174         (tags-table-files-function, tags-included-tables-function):
2175         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
2176         (gdb-restore-windows):
2177         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
2178         (ps-n-up-filling-database):
2179         * server.el (server-buffer, server-log):
2180         * simple.el (newline, delete-backward-char, delete-forward-char)
2181         (minibuffer-history-isearch-message, kill-line, track-eol)
2182         (temporary-goal-column):
2183         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
2184         (flyspell-default-deplacement-commands):
2185         * textmodes/ispell.el (ispell-accept-output):
2186         * textmodes/sgml-mode.el (html-tag-help):
2187         * vc/compare-w.el (compare-ignore-whitespace)
2188         (compare-ignore-case, compare-windows-dehighlight):
2189         * vc/diff.el (diff):
2190         * whitespace.el (whitespace-point)
2191         (whitespace-font-lock-refontify, whitespace-bob-marker)
2192         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
2194 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
2196         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
2197         (auto-revert-notify-rm-watch): Ignore errors.
2198         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
2199         inotify, and '(size last-write-time) for w32notify.
2200         Set buffer-local `auto-revert-use-notify' to nil when adding a file
2201         watch fails - this is a fallback to the file modification check.
2202         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
2203         (auto-revert-notify-event-action)
2204         (auto-revert-notify-event-file-name): New defuns.
2205         (auto-revert-notify-handler): Use them.  Implement first
2206         plausibility checks.
2207         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
2209 2013-01-11  Julien Danjou  <julien@danjou.info>
2211         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
2212         max are almost equal. Also return the correct value for V which is
2213         already between 0 and 1.
2215 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
2217         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
2219 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
2221         * autorevert.el (auto-revert-notify-rm-watch)
2222         (auto-revert-notify-add-watch): Fix typos in w32notify function
2223         names.
2225 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2227         * autorevert.el (auto-revert-notify-enabled): Move up.
2228         (auto-revert-use-notify): New defcustom.
2229         (auto-revert-mode, global-auto-revert-mode)
2230         (auto-revert-notify-add-watch, auto-revert-handler)
2231         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2232         `auto-revert-notify-enabled'.
2234 2013-01-10  Elias Pipping  <pipping@exherbo.org>
2236         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2237         * doc-view.el (doc-view-document->bitmap):
2238         Use doc-view-single-page-converter-function instead of
2239         single-page-converter arg; adjust callers.
2241 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
2243         * progmodes/which-func.el (which-function): Understand Semantic's use
2244         of overlays in imenu--index-alist.
2246 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2248         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
2249         (Man-man-k-use-anchor): New var.
2250         (Man-parse-man-k): New function.
2251         (Man-completion-table): Use it.
2252         (man): Flush the completion cache between uses.
2254 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2256         * autorevert.el: Add file watch support.
2257         (auto-revert-notify-enabled): New defconst.
2258         (auto-revert-notify-watch-descriptor-hash-list)
2259         (auto-revert-notify-watch-descriptor)
2260         (auto-revert-notify-modified-p): New defvars.
2261         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2262         (auto-revert-notify-handler): New defuns.
2263         (auto-revert-mode, global-auto-revert-mode): Remove file watches
2264         when mode is disabled.
2265         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2266         (auto-revert-buffers): Add file watches for active buffers.
2268 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
2270         * cus-start.el (toplevel): Only allow float values for
2271         scroll-up-aggressively and scroll-down-aggressively.
2272         Allow any number for line-spacing.
2274 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2277         (doc-view-pdf->png-converter-function): Use mupdf if available.
2278         (doc-view-djvu->png-converter-function)
2279         (doc-view-ps->png-converter-function): Remove.
2280         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2281         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2282         (doc-view-already-converted-p): Adjust accordingly.
2283         (doc-view-mode-p): Simplify.
2284         (doc-view-enlarge): Use setq-local.
2285         (doc-view-pdf->png-converter-ghostscript)
2286         (doc-view-djvu->png-converter-ddjvu)
2287         (doc-view-pdf->png-converter-mupdf): Rework to call
2288         doc-view-start-process directly.
2289         (doc-view-pdf/ps->png): Simplify accordingly.
2290         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2291         (doc-view-document->bitmap): Rename from doc-view-document->png.
2292         (doc-view-convert-current-doc): Merge pdf and djvu cases.
2293         (doc-view-set-slice-from-bounding-box): Fix completion table.
2294         (doc-view-mode): Use add-hook for after-revert-hook.
2296 2013-01-10  Glenn Morris  <rgm@gnu.org>
2298         * emacs-lisp/authors.el (authors-ignored-files)
2299         (authors-valid-file-names, authors-renamed-files-alist):
2300         Add some more entries.
2302 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2304         * image-mode.el (image-mode-winprops): Don't throw away the fallback
2305         `t' pseudo-window entry.
2307 2013-01-10  Alan Mackenzie  <acm@muc.de>
2309         Fix bugs in the c-parse-state mechanism.  Reuse some markers
2310         instead of continually generating new ones.
2312         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2313         (c-state-old-cpp-end-marker): New variables.
2314         (c-append-lower-brace-pair-to-state-cache): Start a backward
2315         search for "}" definitively outside CPP constructs.
2316         (c-remove-stale-state-cache): Inform the caller of a need to
2317         search back for a brace pair in certain circumstances.
2318         (c-state-maybe-marker): New macro.
2319         (c-parse-state): Reuse markers when appropriate.
2321 2013-01-10  Glenn Morris  <rgm@gnu.org>
2323         * simple.el (execute-extended-command): Doc fix.
2324         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
2326 2013-01-10  Chong Yidong  <cyd@gnu.org>
2328         * faces.el (read-face-name): Doc fix.
2330 2013-01-10  Roland Winkler  <winkler@gnu.org>
2332         * emacs-lisp/crm.el: Allow any regexp for separators.
2333         (crm-default-separator): All spaces around the default comma separator.
2334         (crm--completion-command): New macro.
2335         (crm-completion-help, crm-complete, crm-complete-word): Use it.
2336         (crm-complete-and-exit): Handle non-single-char separators.
2338 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2340         * doc-view.el: Add support for DjVu (bug#13164).
2341         (doc-view-djvu->png-converter-function): New config var.
2342         (doc-view-single-page-converter-function, doc-view--image-type)
2343         (doc-view--image-file-extension): New vars.
2344         (doc-view-mode): Initialize them.
2345         (doc-view-goto-page): Use them.
2346         (doc-view-mode-p): Add support for ddjvu.
2347         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2348         (doc-view-set-up-single-converter): New funs.
2349         (doc-view-pdf/ps->png): Extend for djvu.
2350         (doc-view-document->png): Rename from doc-view-pdf->png.
2351         (doc-view-convert-current-doc): Handle djvu.
2352         (doc-view-insert-image, doc-view-display)
2353         (doc-view-already-converted-p): Don't hardcode png.
2354         (doc-view-set-doc-type): Recognize djvu docs.
2356 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2358         * doc-view.el: Add support for mupdf converter (bug#13164).
2359         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2360         (doc-view-ps->png-converter-function): New config vars.
2361         (doc-view-pdf->png-converter-ghostscript)
2362         (doc-view-ps->png-converter-ghostscript)
2363         (doc-view-pdf->png-converter-mupdf): New functions.
2364         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2366 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
2368         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2369         first in session cache: When `tramp-own-remote-path' is in
2370         `tramp-remote-path', the remote path is only set in the session
2371         cache.
2373 2013-01-09  Glenn Morris  <rgm@gnu.org>
2375         * emacs-lisp/trace.el (trace-function-foreground)
2376         (trace-function-background): Doc fix.
2378 2013-01-09  Juri Linkov  <juri@jurta.org>
2380         * international/mule-cmds.el (read-char-by-name): Move let-binding
2381         of completion-ignore-case around completing-read to fix regression
2382         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2383         `string-match-p' using the nil value of `case-fold-search' and
2384         `completion-ignore-case' in `completion-pcm--all-completions'.
2385         (Bug#12615).
2387 2013-01-09  Glenn Morris  <rgm@gnu.org>
2389         * progmodes/compile.el (compilation-parse-errors):
2390         Fix typo.  (Bug#13369)
2392 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2394         * comint.el (comint-send-input): Check size of buffer before
2395         waiting for process output, in case already accepted.  (Bug#13290)
2397 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2399         Spelling fixes.
2400         * net/tramp-adb.el (tramp-adb-get-toolbox):
2401         Fix misspelling of 'unknown'.
2403 2013-01-08  Juri Linkov  <juri@jurta.org>
2405         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2406         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2407         Use underline style wave on terminals that support it.  (Bug#13000)
2409 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2411         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2412         the predicate returns nil.
2414         * simple.el: Use lexical-binding.
2415         (primitive-undo): Use pcase.
2416         (minibuffer-history-isearch-push-state): Use a closure.
2418 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2420         * simple.el (primitive-undo): Move from undo.c.
2422 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2425         (cvs-mode-remove-handled): Use it (bug#13380).
2427         * emacs-lisp/nadvice.el (advice--tweak): New function.
2428         (advice--remove-function, advice--subst-main): Use it.
2430         * emacs-lisp/advice.el: Update commentary.
2432 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
2434         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2435         Remove spurious entry.
2437 2013-01-08  Glenn Morris  <rgm@gnu.org>
2439         * net/tramp.el (tramp-default-host-alist): Add :version.
2441 2013-01-08  Juri Linkov  <juri@jurta.org>
2443         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2444         single completion.  (Bug#12456)
2445         (info--manual-names): Expand node completions into an explicit list
2446         before appending it to another list.  Filter out internal buffers
2447         with the leading space in the buffer name.  (Bug#10771)
2449 2013-01-08  Juri Linkov  <juri@jurta.org>
2451         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2452         that defaults to the Top node.
2453         (Info-goto-node, Info-read-node-name): Doc fix to mention that
2454         the short format (FILENAME) goes to the Top node.
2455         (Info-build-node-completions): Rename arg `file' to `filename'.
2456         (Bug#13365)
2458 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2460         * menu-bar.el (menu-bar-search-documentation-menu):
2461         Use `apropos-user-option' and fix the help message.
2463 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2465         * apropos.el (apropos-do-all): Update docstring.
2466         (apropos-user-option-button): New face.
2467         (apropos-user-option): Rename from `apropos-variable' and update
2468         docstring.
2469         (apropos-variable): Rewrite, now show all variables by default.
2470         (apropos-print): Mention "User option" instead of "Variable" when
2471         printing doc for user options.  (Bug#13276)
2473 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
2475         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2476         Handle filename correctly, when parsing "source -> target" symlink
2477         output.
2478         (tramp-adb-handle-set-file-times): New defun.
2480 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2483         advice list when the interactive-spec of ad-Advice-* changes.
2485 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2487         * wid-edit.el (widget-default-get): Work for inlined elements.
2488         (Bug#12670)
2490 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
2492         * net/tramp.el (tramp-default-host-alist): New defcustom.
2493         (tramp-find-host): Use it.
2494         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
2495         `eshell-directory-change-hook'.
2497         * net/tramp-adb.el (top): Add adb specific entry in
2498         `tramp-default-host-alist'.
2499         (tramp-adb-file-name-host): Remove function.
2500         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2501         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2503         * net/tramp-sh.el: Move eshell integration code to tramp.el.
2505 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
2507         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2509 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
2511         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2512         consist of more than one digit.
2513         (tramp-adb-file-name-handler-alist):
2514         Use `tramp-handle-file-exists-p' consistently.
2515         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2516         (tramp-adb-handle-file-exists-p): Remove function.
2517         (tramp-adb-file-name-host): New defun.
2518         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2519         Use it.
2520         (tramp-adb-maybe-open-connection): Set "remote-path" property.
2522 2013-01-06  Chong Yidong  <cyd@gnu.org>
2524         * vc/vc.el (vc-next-action): Detect buffer modifications
2525         conflicting with locking VCS operation (Bug#11490).
2527         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2529 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
2531         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2532         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2534 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
2536         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2537         parsing of ls output using regular expression (handle filenames
2538         with spaces).  Use virtual device number.
2539         (tramp-do-parse-file-attributes-with-ls): New defun (Code
2540         cleanup).
2542 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2544         * epg.el: Silence byte-compiler warnings.
2545         (epg--start): Use delete-char instead of delete-backward-char.
2546         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2548 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2550         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2551         Suggested by Eli Zaretskii  <eliz@gnu.org>.
2553 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
2555         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2556         non-negative integers.  Otherwise, the default values are used.
2557         (tramp-convert-file-attributes): Convert uid and gid to integers.
2559 2013-01-04  Glenn Morris  <rgm@gnu.org>
2561         * term.el (term-handle-colors-array): Ensure face attributes
2562         are fully specified, not nil.  (Bug#13337)
2564         * term.el (term-default-fg-color, term-default-bg-color):
2565         Fix custom type.
2567         * progmodes/etags.el (tags-compression-info-list): Doc fix.
2568         (tag-find-file-of-tag-noselect): Check auto-compression-mode
2569         rather than 'jka-compr being loaded.  (Bug#13338)
2571 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
2573         * icomplete.el (icomplete-completions):
2574         Honor icomplete-prospects-height once more following
2575         2012-11-29 changes.  (Bug#13224)
2577 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2579         * subr.el (internal--called-interactively-p--get-frame): Find aliases
2580         of called-interactively-p as well (bug#13237).
2582         * view.el (view--enable, view--disable): Rename from view-mode-enable
2583         and view-mode-disable and assume it's called from view-mode.
2584         (view-mode-enable, view-mode-disable): Redefine as obsolete
2585         compatibility layer above view-mode.
2586         (view-mode-enter): Call `view-mode'.
2588         * files.el (after-find-file): Call `view-mode'.
2590         * doc-view.el (doc-view-scale-internally): New var.
2591         (doc-view-enlarge, doc-view-insert-image): Obey it.
2593 2013-01-03  Daiki Ueno  <ueno@gnu.org>
2595         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2596         exist.  (Bug#13344)
2598 2013-01-03  Glenn Morris  <rgm@gnu.org>
2600         * mail/rmail.el (rmail-set-header-1): Ignore case.
2601         Handle multi-line headers.  (Bug#13330)
2603         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2604         Handle paragraph starting at beginning of buffer.
2606         * subr.el (eval-after-load): Don't purecopy the form, so that it
2607         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
2609         * emacs-lisp/byte-run.el (defun): Place cl declarations
2610         after any interactive spec.  (Bug#13265)
2612 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
2614         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2615         defun.  Don't check for DECL if DOCSTRING isn't a string.
2616         (defun): Likewise.
2618 2013-01-02  Glenn Morris  <rgm@gnu.org>
2620         * eshell/em-cmpl.el (eshell-pcomplete):
2621         More thoroughly imitate pcomplete.  (Bug#13293)
2623         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
2624         Return nil for empty path elements.  (Bug#13296)
2626 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
2628         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2629         order to improve efficiency (Based on Daniel Colascione's
2630         <dancol@dancol.org> patch).  (Bug#13182)
2632 2013-01-02  Glenn Morris  <rgm@gnu.org>
2634         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2636 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
2638         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2639         neither DOCSTRING nor DECL was given.  (Bug#13316)
2641 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
2643         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2644         `error' call.
2645         (tramp-do-copy-or-rename-file): Ignore errors when calling
2646         `set-file-extended-attributes'.
2648         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2649         Add handler for `file-acl'.
2650         (tramp-smb-handle-file-acl): New defun.
2652 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
2654         * calc/README: Mention ISO 8601 week-numbering dates.
2656 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
2658         * view.el (view-mode-enable): New argument run-view-mode-hook.
2659         Run view-mode-hook only when it's non-nil (Bug#13315).
2660         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2661         argument t.
2663 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
2665         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2666         (No device connected, invalid device name). (Bug #13299)
2668 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
2670         * window.el (window-resizable--p): Rename to window-resizable-p.
2671         (window-resize-no-error): New function.
2673         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2674         broken in fix from 2012-12-28.
2676 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * subr.el (special-form-p): Don't signal errors on undef aliases.
2680 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
2682         * calc/calc-forms.el (math-parse-date): Try using
2683         `math-parse-iso-date' when it looks like it might be needed.
2684         Allow times of 24:00.
2685         (math-parse-date-validate, math-parse-iso-date-validate):  Allow times
2686         of 24:00.
2688 2012-12-30  Glenn Morris  <rgm@gnu.org>
2690         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2691         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
2692         (rmail-summary-displayed, rmail-summary): Declare.
2693         (mairix-rmail-display): Just require rmail.
2695 2012-12-30  Chong Yidong  <cyd@gnu.org>
2697         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2698         check for the tarball contents.
2700 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
2702         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2703         tarfile content listings (Bug#13136).
2705 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
2707         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2708         Insert the undecoded text of the message being forwarded.  (Bug#9521)
2710 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
2712         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2713         integers, if they are real numbers.  (Bug#13282)
2715         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2716         Return `t' on success.
2718         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2719         Add handler for `set-file-selinux-context'.
2721 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
2723         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2724         (tramp-sh-handle-set-file-acl): Return `t' on success.
2726 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
2728         * files.el (backup-buffer-copy, basic-save-buffer-2):
2729         If set-file-extended-attributes fails, fall back on set-file-modes
2730         instead of signaling an error.  (Bug#13298)
2731         (basic-save-buffer): Likewise.
2733 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2735         * progmodes/python.el: Support other commands triggering
2736         python-indent-line so indentation cycling continues to work.
2737         (python-indent-trigger-commands): New defcustom.
2738         (python-indent-line): Use it.
2740 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2742         * progmodes/python.el (python-shell-send-region): Add blank lines
2743         for non sent code so backtraces remain correct.
2745 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2747         * progmodes/python.el: Remove cl dependency.
2748         (python-syntax-count-quotes): Replace incf call.
2749         (python-fill-string): Replace setf call.
2751 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
2753         * info.el (info-other-window): New arg, for consistency with info.
2755 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
2757         * mail/rmail.el (rmail-maybe-display-summary):
2758         Rewrite (Bug#13066).
2760 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
2762         * epg.el (epg--start): Modify process-environment locally.
2764 2012-12-28  Daiki Ueno  <ueno@gnu.org>
2766         * epg.el: Support pinentry-curses.
2767         Suggested by Werner Koch in
2768         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2769         (epg-agent-file, epg-agent-mtime): New variable.
2770         (epg--start): Record the modified time of gpg-agent socket file,
2771         to restore Emacs frame after pinentry-curses termination.
2772         (epg-wait-for-completion): Restore Emacs frame here.
2774 2012-12-27  Juri Linkov  <juri@jurta.org>
2776         * info.el (Info-file-completions): New variable.
2777         (Info-read-node-name-1): Complete node names in the Info file
2778         when a file name is given.  Call `Info-build-node-completions'
2779         with a file name.
2780         (Info-build-node-completions): Add new arg `file'.  When it is
2781         non-nil, visit it in a temporary buffer and cache its completions in
2782         `Info-current-file-completions'.  Move most of the function body to
2783         `Info-build-node-completions-1'.
2784         (Info-build-node-completions-1): New function with the body from
2785         `Info-build-node-completions'.  (Bug#12456)
2787 2012-12-27  Juri Linkov  <juri@jurta.org>
2789         * frame.el (frame-maximization-style): Remove user option.
2790         (cycle-frame-maximized): Remove function.
2791         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2792         (toggle-frame-fullscreen): New command bound to <f11> instead of
2793         `toggle-frame-maximized'.
2794         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2796 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
2798         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2800         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2801         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2802         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2803         for `file-accessible-directory-p'.  (Bug#13275)
2805 2012-12-27  Sam Steingold  <sds@gnu.org>
2807         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2808         continuations, see <http://stackoverflow.com/questions/3582436>.
2810 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2812         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2813         "module" and "def" to have indentation before them.
2814         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2816         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2818 2012-12-27  Alan Mackenzie  <acm@muc.de>
2820         Speed up fontification where there's large brace blocks.
2821         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2822         to a call of c-beginning-of-decl-1.
2824 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2826         * comint.el (comint-adjust-window-point): New function.
2827         (comint-postoutput-scroll-to-bottom):
2828         Call comint-adjust-window-point (Bug#13248).
2830 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
2832         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2833         Rakefile regexp.
2834         (auto-mode-alist): Associate .gemspec files with ruby-mode
2835         (https://bugs.ruby-lang.org/issues/5453).
2837 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
2839         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2840         Suppress coloring, if possible (required for BusyBox based systems like
2841         CyanogenMod).
2842         (tramp-adb-handle-file-attributes)
2843         (tramp-adb-handle-insert-directory)
2844         (tramp-adb-handle-file-name-all-completions): Use it.
2845         (tramp-adb-get-toolbox): New defun.  Check for remote shell
2846         implementation (BusyBox or Toolbox).
2848 2012-12-24  Constantin Kulikov <zxnotdead@gmail.com>  (tiny change)
2850         * startup.el (initial-buffer-choice): Allow function as value
2851         (Bug#13251).
2852         (command-line-1): Handle case where initial-buffer-choice
2853         specifies a function.
2854         * server.el (server-execute): Handle case where
2855         initial-buffer-choice specifies a function.
2857 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2859         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2860         its own function.
2861         (smtpmail-try-auth-methods): Forget the user name/password if the
2862         login is unsuccessful (bug#12424).
2864 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
2866         * notifications.el (notifications-notify): Protect body with
2867         `with-demoted-errors'.
2869         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2870         Check properties of remote device.  Restart connection, if there is a
2871         change.
2873 2012-12-21  Chong Yidong  <cyd@gnu.org>
2875         * sort.el (sort-subr): Doc fix (Bug#13056).
2877 2012-12-21  Bastien Guerry  <bzg@gnu.org>
2879         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
2881 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
2883         * simple.el (process-file): Overwrite stderr file, if exists.
2885 2012-12-21  Daiki Ueno  <ueno@gnu.org>
2887         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2888         (epg-error): Set `error-message' property.
2890 2012-12-21  Chong Yidong  <cyd@gnu.org>
2892         * international/mule-cmds.el (read-char-by-name): Signal an error
2893         if the user does not supply a valid character (Bug#13177).
2895         * simple.el (transpose-subr-1): Preserve marker positions by
2896         changing the insertion sequence (Bug#13122).
2898 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
2900         * simple.el (kill-region): Deactivate mark even for empty regions
2901         (Bug#13169).
2903 2012-12-21  Chong Yidong  <cyd@gnu.org>
2905         * help-fns.el (describe-variable): Make sure we get the right
2906         buffer name (Bug#13105).  Suggested by Kelly Dean.
2908 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
2910         * comint.el (comint-redirect-previous-input-string): New variable.
2911         (comint-redirect-setup, comint-redirect-cleanup)
2912         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
2913         (comint-redirect-preoutput-filter): Fix verbose message.
2915 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
2917         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
2918         is too long for Tramp.  See discussion in
2919         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2921         * progmodes/compile.el (compilation-start): Remove line escape
2922         template.
2924 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
2926         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2927         Adjust comment.
2929 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
2931         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2932         following non-comment text (bug#13207).
2933         (lm-header-multiline): Continuation lines need to be indented more than
2934         the first line.
2935         (lm-homepage): New function.
2936         (lm-with-file): Don't be confused if narrowing is in effect.
2938 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2941         very beginning of a hunk (e.g. killing the first line).
2943 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
2945         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2946         and text properties from returned ACL string.
2947         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2948         for "setfacl" command.
2950 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
2952         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2953         `tramp-cleanup-this-connection', when the process has died.
2954         (Bug#13151)
2956 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2958         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2960 2012-12-17  Kevin Ryde  <user42@zip.com.au>
2962         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2964 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
2966         Add support for preserving ACL entries of files.
2968         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2969         `set-file-acl' handlers.
2971         * net/tramp-adb.el (tramp-adb-handle-copy-file):
2972         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2974         * net/tramp-compat.el (tramp-compat-copy-file):
2975         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2977         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2978         Add `file-acl' and `set-file-acl' handlers.
2979         (tramp-gvfs-handle-copy-file):
2980         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2981         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2982         New defuns.
2984         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2985         Add `file-acl' and `set-file-acl' handlers.
2986         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2987         (tramp-sh-handle-set-file-acl): New defuns.
2988         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2989         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2991         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2992         Add `file-acl' and `set-file-acl' handlers.
2993         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2995 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com> (tiny change)
2997         * help-macro.el (make-help-screen): Instead of switch-to-buffer
2998         use pop-to-buffer with NORECORD argument t.  As buffer name, use
2999         *Metahelp* with a leading space (Bug#13190).
3001 2012-12-16  Romain Francoise  <romain@orebokech.com>
3003         * files.el (file-extended-attributes)
3004         (set-file-extended-attributes): New functions.
3005         (backup-buffer): Use them to handle both SELinux context and ACL
3006         entries.
3007         (backup-buffer-copy): Work with an alist of extended attributes,
3008         rather than an SELinux context.
3009         (basic-save-buffer-2): Ditto.
3011 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
3013         * battery.el (battery-bsd-apm): New function.
3015 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
3017         * calc/calc.el (calc-standard-date-formats): Adjust one of the
3018         standard date formats.
3020 2012-12-15  Juri Linkov  <juri@jurta.org>
3022         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
3023         `isearch-insert-char-by-name'.
3024         (with-isearch-suspended): New defmacro with body mostly from
3025         `isearch-edit-string' except the part that sets
3026         `isearch-new-string' and `isearch-new-message'.
3027         (isearch-edit-string): Use new macro `with-isearch-suspended' with
3028         body that sets `isearch-new-string' and `isearch-new-message'.
3029         (isearch-insert-char-by-name): New command.
3030         * international/mule-cmds.el (read-char-by-name): Let-bind
3031         `enable-recursive-minibuffers' to t.
3032         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
3034 2012-12-15  Juri Linkov  <juri@jurta.org>
3036         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
3037         (Bug#13175)
3039 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
3041         * dired-x.el (dired-guess-shell-command): Put colon at the end of
3042         the prompt.  (Bug#13045)
3044 2012-12-14  Glenn Morris  <rgm@gnu.org>
3046         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
3047         Try to include filename in non-bytecomp warning.  (Bug#13132)
3049 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
3051         Fix permissions bugs with setgid directories etc. (Bug#13125)
3052         * files.el (backup-buffer): Don't rely on 9th output of
3053         file-attributes, as it's now a placeholder.  Instead, use the new
3054         optional arg of file-ownership-preserved-p.
3055         (file-ownership-preserved-p): New optional arg GROUP.
3056         Fix mishandling of setuid directories that would cause this
3057         function to return t when it should have returned nil.
3058         Document what happens if the file does not exist, and when
3059         it's not known whether the ownership will be preserved.
3060         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
3061         Likewise.
3062         (tramp-get-local-gid): Use group-gid for integer, as that's
3063         faster and more reliable.
3065 2012-12-14  Julien Danjou  <julien@danjou.info>
3067         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
3068         Update keywords list, data type and PL/pgSQL.
3070 2012-12-14  Dave Abrahams  <dave@boostpro.com>
3072         * vc/ediff-util.el (ediff-buffer-type): New function.
3073         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
3074         rather than taking it as as argument.
3075         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
3077 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
3079         * json.el: Add pretty-print option (bug#12634).
3080         (json-encoding-separator, json-encoding-default-indentation)
3081         (json--encoding-current-indentation, json-encoding-pretty-print)
3082         (json-encoding-lisp-style-closings): New vars.
3083         (json--with-indentation): New macro.
3084         (json-encode-hash-table, json-encode-alist, json-encode-plist)
3085         (json-encode-array): Use it to obey json-encoding-pretty-print.
3086         (json-pretty-print-buffer, json-pretty-print): New commands.
3088 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
3090         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3091         Extract `ruby-syntax-propertize-expansions'.
3092         (ruby-syntax-propertize-expansions): Only change syntax on
3093         certain string delimiters, to punctuation.  This way the common
3094         functions like forward-word and thing-at-point still work.
3095         (ruby-match-expression-expansion): Improve readability.
3096         (ruby-block-contains-point): New function.
3097         (ruby-add-log-current-method): Handle several edge cases.
3099 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3101         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
3102         unload-feature finishes even when aborting an ongoing edebug session.
3103         Also, do not worry about edebug-mode, unload-feature takes care of it.
3105 2012-12-13  Andreas Schwab  <schwab@suse.de>
3107         * net/tls.el (tls-program): Update customize type.
3109 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
3111         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
3112         (edebug-setup-hook, cl-read-load-hooks): Use it.
3113         (edebug-unload-function): New function.  (Bug#13163)
3115 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
3117         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
3118         Otherwise, there could be errors in autoloading.  (Bug#13151)
3120 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
3122         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
3123         sequences.
3125 2012-12-13  Alan Mackenzie  <acm@muc.de>
3127         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
3128         * progmodes/cc-engine.el (c-backward-comments): Add code to work
3129         around `forward-comment' not recognizing ^M as whitespace.
3131 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
3133         * progmodes/python.el (python-skeleton-class)
3134         (python-skeleton-def): Do not add space after defun name.
3136 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3138         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
3139         (cl--symbol-function): Remove (now that funbound is like nil).
3141 2012-12-12  Glenn Morris  <rgm@gnu.org>
3143         * button.el (button--area-button-p): Fix typo.
3145 2012-12-12  Sam Steingold  <sds@gnu.org>
3147         * frame.el (frame-maximization-style): New user option.
3148         (toggle-frame-maximized): Toggle frame maximization according to
3149         `frame-maximization-style', bound to <f11>.
3150         (cycle-frame-maximized): Cycle between all maximization styles and
3151         non-maximized frame, bound to shift-<f11>.
3153 2012-12-12  David Cadé  <codename68@gmail.com>
3155         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
3157 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
3159         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
3160         (eieio-override-prin1): Don't quote kewords and booleans.
3161         (object-write) <eieio-default-superclass>: Don't put closing parens
3162         on new line, avoid needless empty lines, align values that are objects
3163         with the slot keyword (instead of beginning on the same line).
3164         (eieio-list-prin1): Align value with slot keyword; increase
3165         eieio-print-depth before printing members of the list.
3167 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3169         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
3170         a display text-property.
3171         (report-emacs-bug-hook): Don't bother deleting it any more.
3173         * hilit-chg.el (highlight-save-buffer-state): Delete.
3174         Use with-silent-modifications instead.
3175         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
3177         * button.el: Handle buttons in display text-properties.
3178         (button--area-button-p, button--area-button-string):
3179         Use (STRING . STRING-POS) representation instead of just STRING.
3181 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
3183         * makefile.w32-in (compile4-SH): Fix a typo that caused term
3184         subdirectory be skipped.
3186 2012-12-11  Glenn Morris  <rgm@gnu.org>
3188         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
3190         * progmodes/f90.el (f90-line-continued, f90-indent-region):
3191         Treat preprocessor lines embedded in continuations like comments.
3192         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
3194 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
3196         * calc/calc.el (calc-standard-date-formats):  Add more date
3197         formats.
3198         * calc/calc-forms.el (math-parse-iso-date): New function.
3199         (math-parse-date): Use `math-parse-iso-date' when appropriate.
3200         (math-parse-iso-date-validate): Add extra error checking.
3201         (calc-date-notation): Add ability to access new date formats.
3203 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3205         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
3206         font-lock as well as when there's no text-property.
3208 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
3210         * hi-lock.el: Refine the choice of default face.
3211         (hi-lock-keyword->face): New function.  Use it wherever we used
3212         cadadadr instead.
3213         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
3214         (hi-lock--last-face): Remove var.
3215         (hi-lock--unused-faces): New var to replace it.
3216         (hi-lock-read-face-name): Use/maintain it.
3217         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
3218         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
3219         if it has another face.
3221 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3223         * subr.el (w32notify-handle-event): New function.
3224         (inotify-handle-event): Doc fix.
3226 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3228         * subr.el (inotify-event-p, inotify-handle-event): New functions.
3230 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
3232         * simple.el (just-one-space): Doc fix.
3234 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3236         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3238 2012-12-10  Le Wang  <l26wang@gmail.com>
3240         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3241         narrowed buffer (bug#12361).
3243 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
3245         * vc/vc-hooks.el (vc-state): Doc fix.
3247 2012-12-10  Glenn Morris  <rgm@gnu.org>
3249         * mail/rmail.el (rmail-maybe-display-summary):
3250         Preserve buffer, in case select-window changes it.  (Bug#13066)
3252 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3255         cl-load-hook where they belong.
3257 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3259         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3261 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
3263         Parallelize byte compilation on MS-Windows.
3264         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3265         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3266         (WINS_BASIC): Define as concatenation of the above.
3267         (compile): Subdivide into 4 separate and independent jobs that can
3268         be run in parallel.
3269         (compile0-CMD, compile0-SH): New targets for compiling
3270         COMPILE_FIRST files, which are prerequisites for the rest of the
3271         byte-compilation.
3272         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3273         New targets for parallel compilation with cmd.exe.
3274         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3275         compiling under a Unixy shell.
3277 2012-12-09  Chong Yidong  <cyd@gnu.org>
3279         * simple.el (set-mark-default-inactive): Delete this
3280         accidentally-introduced option.
3281         (set-mark-command, exchange-point-and-mark): Remove calls.
3283 2012-12-09  Glenn Morris  <rgm@gnu.org>
3285         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3286         Respect a defcustom's :set function, if appropriate.  (Bug#109)
3287         (eval-defun): Doc fix.
3289 2012-12-08  Juri Linkov  <juri@jurta.org>
3291         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3292         (Info-fontify-node, Info-bookmark-make-record): Remove the
3293         file extension from Info-current-file (Bug#13016).
3295 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3297         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3298         point, still provide some default.
3299         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3300         names, since we don't use it right now.  Actually return the list.
3301         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3303 2012-12-07  Chong Yidong  <cyd@gnu.org>
3305         * novice.el (disabled-command-function): Remove a spurious help
3306         xref (Bug#13043).  Suggested by Kelly Dean.
3308         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3309         syntax is specified (Bug#13025).
3311         * info.el (Info-set-mode-line): Remove the file extension from
3312         Info-current-file if there is one (Bug#13016).
3314 2012-12-07  Glenn Morris  <rgm@gnu.org>
3316         * mail/rmail.el (rmail-mime-decoded): New permanent local.
3317         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3318         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3319         and rmail-mime-decoded.  (Bug#9841)
3321         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
3322         (batch-unrmail, unrmail): Doc fixes.
3323         (unrmail): Respect unrmail-mbox-format.
3324         * mail/rmail.el (rmail-mbox-format): New option.
3325         (rmail-show-message-1): Respect rmail-mbox-format.
3327 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3329         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3331 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3333         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
3334         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3335         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3336         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3337         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3338         (cl-progv): Don't rely on dynamic scoping to find the body.
3339         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3340         (cl--proclaims-deferred): Rename from the "cl-" prefix.
3341         (cl-declaim): Use backquotes.
3342         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3343         Use "cl--" prefix for the object's tag.
3345         * ses.el: Use advice-add/remove.
3346         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3347         (copy-region-as-kill, yank): Use advice-add.
3348         (ses-unload-function): Use advice-remove.
3350 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
3352         * button.el: Make them work in header-lines (bug#12817).
3353         (button-map): Add bindings for header-line and mode-line use.
3354         (button-get, button-put, button-label): `button' may now be a string.
3355         (button-activate): Don't make it a defsubst.
3356         (button--area-button-p, button--area-button-string): New functions.
3357         (make-text-button): Fix the return value when `beg' was a string.
3358         (push-button): Handle the mode-line case.
3360 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3363         (sql-signum): Remove.  Use `cl-signum' instead.
3364         (sql-read-passwd): Remove; use read-passwd instread.
3365         (sql-get-login-ext): Use read-string.
3366         (sql-get-login): Use dolist and pcase.
3367         (sql--completion-table): Rename from sql-try-completion.
3368         Use complete-with-action.
3369         (sql-mode): Don't change abbrev-all-caps globally.
3370         (sql-connect): Don't rely on dynamic scoping for `new-name'.
3371         (sql-postgres-completion-object): Initialize vars in their `let'.
3372         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3373         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3374         (sql-comint-interbase): Use a single append, without setq.
3375         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3377         * hi-lock.el: Rework the default face and the serialize regexp code.
3378         (hi-lock--auto-select-face-defaults): Remove.
3379         (hi-lock-string-serialize-serial): Remove.
3380         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3381         make weak.
3382         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3383         equal string.
3384         (hi-lock-set-pattern): Adjust accordingly.
3385         (hi-lock--regexps-at-point): Simplify accordingly.
3386         (hi-lock--auto-select-face-defaults): Remove.
3387         (hi-lock--last-face): New var to replace it.
3388         (hi-lock-read-face-name): Rewrite (bug#11095).
3389         (hi-lock-unface-buffer): Arrange for the face to be the next default.
3391 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
3393         * net/tramp.el (tramp-replace-environment-variables):
3394         Hide compiler warning.
3395         (tramp-file-name-for-operation): Remove `executable-find',
3396         `start-process', `call-process' and `call-process-region'.
3398         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3400         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3401         compatibility.
3403         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3405 2012-12-06  Chong Yidong  <cyd@gnu.org>
3407         * ffap.el (ffap-replace-file-component): Fix typo.
3409 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3411         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3412         fix open-paren-like token test (bug#12785).
3414 2012-12-06  Glenn Morris  <rgm@gnu.org>
3416         * mail/rmailsum.el (rmail-new-summary): Tweak for
3417         rmail-maybe-display-summary changing buffer.  (Bug#13066)
3419 2012-12-06  Juri Linkov  <juri@jurta.org>
3421         * info.el (Info-fontify-node): Don't hide the last newline.
3422         (Bug#12272)
3424 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3426         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3427         so as to enable message-read-from-minibuffer to expand mail aliases.
3429 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3432         the `intangible' property.
3433         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3435 2012-12-05  Deniz Dogan  <deniz@dogan.se>
3437         * net/rcirc.el (rcirc-urls): Update documentation.
3438         (rcirc-condition-filter): New function.
3439         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3440         and exclude consecutive duplicate URLs (Bug#6082).
3442 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
3444         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3445         Check return code of copy command.
3447         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3448         Use group `tramp'.  Add version.
3450 2012-12-05  Chong Yidong  <cyd@gnu.org>
3452         * ffap.el (ffap-url-regexp): Don't require matching at front of
3453         string (Bug#4952).
3454         (ffap-url-p): If only a substring matches, return that.
3455         (ffap-url-at-point): Use the return value of ffap-url-p.
3456         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3457         (find-file-at-point, dired-at-point, dired-at-point-prompter)
3458         (ffap-guess-file-name-at-point): Likewise.
3459         (ffap-replace-file-component): Fix typo.
3461         * info.el (info-display-manual): Add existing Info buffers, whose
3462         files may not be in Info-directory-list, to the completion.
3463         (info--manual-names): New helper function.
3465 2012-12-05  Glenn Morris  <rgm@gnu.org>
3467         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3468         New functions, for detecting and resolving conflicts.  (Bug#10709)
3470 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
3472         * hi-lock.el (hi-lock-auto-select-face): New user variable.
3473         (hi-lock-auto-select-face-defaults): New buffer local variable.
3474         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3475         (hi-lock-unface-buffer): Prompt user with useful defaults.
3476         With prefix arg, unhighlight all hi-lock patterns in buffer.
3478 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3480         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3482 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
3484         * Makefile.in (TRAMP_SRC):
3485         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3487 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
3489         * net/tramp-adb.el: New package.
3491 2012-12-04  Chong Yidong  <cyd@gnu.org>
3493         * terminal.el: Move to obsolete/.
3495         * longlines.el: Move to obsolete/.
3497         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3498         Remove code referring to longlines mode.
3500 2012-12-03  Juri Linkov  <juri@jurta.org>
3502         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
3504 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3506         * textmodes/ispell.el (ispell-init-process)
3507         (ispell-start-process, ispell-internal-change-dictionary):
3508         Make sure personal dictionary name is expanded after initial
3509         `default-directory' value. Use expanded strings for
3510         keep/restart checks and for value (Bug#13019).
3512 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3514         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3516 2012-12-03  Leo Liu  <sdl.web@gmail.com>
3518         * files.el (dir-locals-read-from-file): Check file non-empty
3519         before reading.  (Bug#13038)
3521 2012-12-03  Glenn Morris  <rgm@gnu.org>
3523         * jka-cmpr-hook.el (jka-compr-get-compression-info):
3524         Remove any version extension before checking filename.  (Bug#13006)
3525         (jka-compr-compression-info-list): Belated :version bump.
3527 2012-12-03  Chong Yidong  <cyd@gnu.org>
3529         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3531         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3532         (buffer-menu): Doc fix (Bug#12294).
3534 2012-12-03  Roland Winkler  <winkler@gnu.org>
3536         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3537         of diary-show-all-entries in the diary buffer (Bug#12994).
3539 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
3541         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3542         "<STDIN>".  This is binary safe.
3544 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3546         * calc/calc-forms.el (math-absolute-from-iso-dt)
3547         (math-date-to-iso-dt, math-parse-iso-date-validate)
3548         (math-iso-dt-to-date): New functions.
3549         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3550         (math-fd-isoweekday): New variables.
3551         (calc-date-notation, math-parse-standard-date, math-format-date)
3552         (math-format-date-part): Add support for more formatting codes.
3554 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3556         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3557         current buffer's file name when called interactively (Bug#12488).
3559 2012-12-02  Juri Linkov  <juri@jurta.org>
3561         * info.el (info-display-manual): Don't clobber an existing Info
3562         buffer (Bug#10770).  Add completion (Bug#10771).
3564 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
3566         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3567         before using it for comparison (Bug#5297).
3569 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
3571         * textmodes/css-mode.el (css-current-defun-name): New function.
3572         (css-mode): Use it.
3574         * textmodes/sgml-mode.el (html-current-defun-name): New function.
3575         (html-mode): Use it.
3577 2012-12-01  Chong Yidong  <cyd@gnu.org>
3579         Modularize add-log-current-defun (Bug#2224).
3580         Suggested by Jari Aalto.
3582         * vc/add-log.el (add-log-current-defun-function): Doc fix.
3583         (add-log-current-defun): Move mode-specific code to other files.
3584         (add-log-lisp-like-modes, add-log-c-like-modes)
3585         (add-log-tex-like-modes): Variables deleted.
3587         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3588         (lisp-mode-variables): Use it.
3590         * progmodes/cc-mode.el (c-common-init):
3591         * progmodes/cperl-mode.el (cperl-mode): Set a value for
3592         add-log-current-defun-function.
3594         * progmodes/m4-mode.el (m4-current-defun-name): New function.
3595         (m4-mode): Use it.
3597         * progmodes/perl-mode.el (perl-current-defun-name): New.
3598         (perl-mode): Use it.
3600         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3601         Use lisp-current-defun-name.
3603         * textmodes/tex-mode.el (tex-current-defun-name): New.
3604         (tex-common-initialization): Use it.
3606         * textmodes/texinfo.el (texinfo-current-defun-name): New.
3607         (texinfo-mode): Use it.
3609 2012-12-01  Chong Yidong  <cyd@gnu.org>
3611         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3612         * progmodes/autoconf.el (autoconf-mode):
3613         * progmodes/js.el (js-mode):
3614         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3615         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3616         * progmodes/perl-mode.el (perl-mode):
3617         * progmodes/sh-script.el (sh-mode, sh-set-shell):
3618         * textmodes/css-mode.el (css-mode):
3619         * textmodes/sgml-mode.el (html-mode, sgml-mode)
3620         (sgml-tags-invisible, sgml-guess-indent):
3621         * textmodes/tex-mode.el (tex-common-initialization)
3622         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3623         (doctex-mode, plain-tex-mode, latex-mode):
3624         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3626 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
3628         * vc/vc-hg.el (vc-hg-next-revision):
3629         Ensure use of default "tip" output format.  (Bug#6968)
3631 2012-12-01  Kim F. Storm  <storm@cua.dk>
3633         * startup.el (fancy-startup-tail): Add a clickable link
3634         (Bug#2176).
3636 2012-12-01  Chong Yidong  <cyd@gnu.org>
3638         * startup.el (fancy-startup-tail): Improve the message about
3639         auto-save files (Bug#2176).
3641         * files.el (recover-session): Improve the descriptive message, and
3642         use substitute-command-keys.
3644 2012-12-01  Glenn Morris  <rgm@gnu.org>
3646         * ido.el (ido-file-internal):
3647         Handle other-window, other-frame for dired.  (Bug#13036)
3649 2012-11-30  Glenn Morris  <rgm@gnu.org>
3651         * icomplete.el (icomplete-separator): Fix :version.
3653 2012-11-30  Chong Yidong  <cyd@gnu.org>
3655         * shell.el (shell): For C-u M-x shell, use an inactive shell
3656         buffer as the default (Bug#1975).
3657         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3658         (shell-mode): Use them to reapply ansi colorization if Shell mode
3659         is re-enabled.
3661 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
3663         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3665 2012-11-30  Samuel Bronson  <naesten@gmail.com>
3667         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3668         flag to xargs, for compatibility with BSD xargs (Bug#11703).
3670 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3672         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3673         by move-to-column (Bug#3234).
3675 2012-11-30  Chong Yidong  <cyd@gnu.org>
3677         * longlines.el (longlines-wrap-line, longlines-encode-region):
3678         Preserve text properties (Bug#1425).
3680 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3682         * vc/vc.el (vc-register): Allow registering a file which is
3683         already registered with a different backend (Bug#10589).
3685 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
3686             Stefan Monnier  <monnier@iro.umontreal.ca>
3688         * icomplete.el: Change separator; add ido-style commands.
3689         (icomplete-show-key-bindings): Remove custom var.
3690         (icomplete-get-keys): Remove function.
3691         (icomplete-forward-completions, icomplete-backward-completions):
3692         New commands.
3693         (icomplete-minibuffer-map): New var.
3694         (icomplete-minibuffer-setup): Use it.
3695         (icomplete-exhibit): Don't delay if the list of completions is known.
3696         (icomplete-separator): New custom.
3697         (icomplete-completions): Use it.
3698         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3699         (minibuffer-force-complete-and-exit): New command.
3700         (minibuffer--complete-and-exit): New function extracted from
3701         minibuffer-complete-and-exit.
3702         (minibuffer-complete-and-exit): Use it.
3704         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3705         error message when the file doesn't exist (bug#12974).
3707 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3709         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3711 2012-11-29  Glenn Morris  <rgm@gnu.org>
3713         * files.el (hack-dir-local-variables): Warn if try to set
3714         coding via dir-locals, since it doesn't work.  (Bug#7169)
3716         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
3717         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3718         Set buffer-local value of desktop-save-buffer.
3719         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3720         New functions.
3721         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3722         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3724         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
3725         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3726         Doc fix.
3727         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3728         Doc fixes.
3730 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
3732         * calc/calc-forms.el (calc-date-notation): Fix regexp
3733         used to find time codes.  Fix symbol for seconds.
3735 2012-11-27  Glenn Morris  <rgm@gnu.org>
3737         * emacs-lisp/derived.el (derived-mode-make-docstring):
3738         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
3740 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3742         * textmodes/table.el (table-insert): Don't use `symbol-name' on
3743         lexically scoped variables (bug#13005).
3745 2012-11-27  Glenn Morris  <rgm@gnu.org>
3747         * vc/vc-hooks.el (vc-mistrust-permissions):
3748         Default to t, to avoid data-loss.  (Bug#11490)
3750 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
3752         * progmodes/python.el (python-indent-guess-indent-offset):
3753         If indentation is guessed make python-indent-offset buffer-local.
3755         Fix Imenu regression.
3756         * progmodes/python.el (python-nav-beginning-of-defun):
3757         Fix forward movement when statement(s) separates point from defun.
3758         (python-imenu-prev-index-position): New function.
3760 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
3762         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
3764         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3765         Don't set buffer-file-type.  Return nil.  (Bug#12989)
3767 2012-11-27  Glenn Morris  <rgm@gnu.org>
3769         * hippie-exp.el (hippie-expand-try-functions-list):
3770         Re-autoload it.  (Bug#12982)
3772 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
3774         * descr-text.el (describe-char-padded-string):
3775         Call internal-char-font only on GUI frames.  (Bug#11964)
3777 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
3779         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3780         and obsoletion message.
3782 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3784         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3785         the constructs to keep outside of the `cl-block' (bug#12977).
3787 2012-11-27  Chong Yidong  <cyd@gnu.org>
3789         * mouse.el (mouse-drag-line): Even if the line is not draggable,
3790         keep reading until we get the up-event anyway, in order to process
3791         the up-event for mouse-1-click-follows-link (Bug#12971).
3793 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3795         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3796         base function is not yet defined (bug#12965).
3797         (ad-activate-advised-definition): Use ad-compile-function.
3798         (ad-activate): Use cond.
3800 2012-11-25  Leo Liu  <sdl.web@gmail.com>
3802         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3803         (Bug#12979)
3805 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3807         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3808         reftex-section-info-function in order to be compatible with
3809         Texinfo integration.
3811         * textmodes/reftex.el (reftex-section-pre-regexp)
3812         (reftex-section-post-regexp, reftex-section-info-function):
3813         New variable.
3814         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3815         reftex-section-post-regexp, and reftex-section-info-function in order
3816         to be compatible with Texinfo integration.
3818         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3819         use reftex-section-pre-regexp variable in order to be compatible with
3820         Texinfo integration.
3822 2012-11-25  Chong Yidong  <cyd@gnu.org>
3824         * faces.el: Make face-spec-set more analogous to setq.
3825         (face-spec-set): Change the third arg to specify whether this
3826         function is being called via defface, customize, or a third party.
3827         Set the appropriate symbol properties.  Clear the override spec if
3828         setting via Custom.  Initialize face if necessary.  (Bug#4988)
3829         (face-spec-recalc): Allow theme faces to completely replace the
3830         defface spec, in the same way as custom faces (Bug#8454).
3832         * cus-face.el (custom-declare-face): Move face initialization to
3833         face-spec-set.
3834         (custom-theme-set-faces): Don't initialize the face name here, as
3835         that is now done in face-spec-set.
3837         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3838         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3839         Simplify by using the new arg to face-spec-set.
3841         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3842         reset face-override-spec too, and use custom-declare-face.
3844 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
3846         * term/ns-win.el (ns-initialize-window-system): Move creation of
3847         fontsets here (Bug#11964).
3849 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3851         * ses.el (ses-rename-cell): Correct bug on mode-line update after
3852         cell renaming.
3854 2012-11-24  Chong Yidong  <cyd@gnu.org>
3856         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3857         obsolete.
3859         * custom.el (custom-theme-set-variables): Use a topological sort
3860         for ordering by custom dependencies (Bug#12952).
3861         (custom--sort-vars, custom--sort-vars-1): New functions.
3863 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3865         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3866         lexical-binding (bug#12938).
3868 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
3870         * image-mode.el (image-transform-check-size): Use assertions only
3871         for images of type imagemagick.
3873         Otherwise no error, image-transform-fit-to-{width,height} is
3874         silently ignored, as before.  Doc fix.
3876 2012-11-24  Chong Yidong  <cyd@gnu.org>
3878         * faces.el (color-defined-p): Doc fix (Bug#12853).
3880 2012-11-24  Juri Linkov  <juri@jurta.org>
3882         * dired.el (dired-mark): Add optional arg `interactive'.
3883         Check for `use-region-p' if `interactive' is non-nil.
3884         (dired-unmark, dired-flag-file-deletion): Add optional arg
3885         `interactive'.  Call `dired-mark' with the arg `interactive'.
3886         (Bug#10624)
3888         * wdired.el: Revert 2012-10-17 change partly and replace it with
3889         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3890         (wdired-finish-edit): Add marks for new file names to
3891         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
3892         after `revert-buffer'.
3893         (wdired-do-renames): Remove calls to `dired-remove-file',
3894         `dired-add-file', `dired-add-entry'.  (Bug#11795)
3896 2012-11-24  Alan Mackenzie  <acm@muc.de>
3898         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3900         Fix bugs in the state cache.  Enhance a debugging mechanism.
3901         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3902         "brace at column zero" strategy for C++.
3903         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3904         (c-parse-state-point): New variable.
3905         (c-record-parse-state-state): Record old parse state with
3906         `copy-tree'.  Record previous value of point.
3907         (c-debug-parse-state-double-cons): New debugging function.
3908         (c-debug-parse-state): Call the above new function.
3909         (c-toggle-parse-state-debug): Output a confirmatory message.
3911         * progmodes/cc-mode.el (c-before-change, c-after-change):
3912         Call c-invalidate-state-cache from `c-before-change' instead of
3913         `c-after-change'.
3915 2012-11-23  Chong Yidong  <cyd@gnu.org>
3917         * find-cmd.el (find-constituents): Add executable, ipath,
3918         readable, samefile, writable, daystart, regextype (Bug#12856).
3920 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3922         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3924 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3926         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3927         definition.  This fixes a bootstrap failure.
3928         (calc-gregorian-switch): In menu, put dates before regions.
3929         This is easier to follow, lines up better in the menu, and lets us
3930         coalesce regions that switch at the same time.  Give country
3931         names, not "Vatican", as that's better for non-expert users.
3932         Use names that are stable between the date of switch and now, e.g.,
3933         Bohemia and Moravia (which existed then and now) and not
3934         Czechoslovakia (which didn't exist then and doesn't exist now).
3935         What is now the U.S. mostly did not switch at the same time as
3936         Britain, so omit the U.S.  Correct spelling of "Britain".
3937         Catholic Switzerland was too much of a mess, so omit it.
3939 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3941         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3942         after the variable is changed.
3944 2012-11-21  Daniel Colascione  <dancol@dancol.org>
3946         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3947         in SQL declarations for font-lock.
3948         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3950 2012-11-21  Glenn Morris  <rgm@gnu.org>
3952         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3953         (face-italic-p): Add optional argument "inherit".
3955         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3956         Remove -p suffix from names, for consistency with other set-face-*.
3957         (set-face-inverse-video): Fix interactive spec.
3958         * play/gamegrid.el (gamegrid-make-mono-tty-face):
3959         * textmodes/table.el (table--update-cell-face):
3960         Use set-face-inverse-video rather than now obsolete alias.
3962 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
3964         * simple.el (line-move): Don't call line-move-partial if
3965         scroll-conservatively is in effect.  (Bug#12927)
3967 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3969         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3970         Fallback on completion-at-point rather than
3971         pcomplete-expand-and-complete, and only if pcomplete actually failed.
3972         (eshell-cmpl-initialize): Setup completion-at-point.
3974         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3976         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3978 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
3980         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3981         are remote, check out-of-band property for both.
3983 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         * window.el (switch-to-buffer): Re-add the warning that was lost in the
3986         code rewrite.
3988 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3990         More minor time fixes.
3991         * calendar/time-date.el: Commentary fix.
3992         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3993         too much other code depends on (0 0) time stamps.
3994         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3995         Add a couple of FIXME comments.
3997         Minor cleanup for times as lists of four integers.
3998         * files.el (dir-locals-directory-cache):
3999         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
4000         Doc fixes.
4001         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
4002         * ps-bdf.el (bdf-file-newer-than-time):
4003         Process four-integers time stamps, not two.  Doc fixes.
4005 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4007         * uniquify.el (uniquify-managed): Use defvar-local.
4008         (rename-buffer, create-file-buffer): Advise with advice-add.
4009         (uniquify-unload-function): Unadvise accordingly.
4011         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
4012         (trace-buffer): Don't purecopy.
4013         (trace-entry-message, trace-exit-message): Add `context' arg.
4014         (trace--timer): New var.
4015         (trace-make-advice): Adjust for use in nadvice.
4016         Add `context' argument.  Delay `display-buffer' via a timer.
4017         (trace-function-internal): Use advice-add.
4018         (trace--read-args): New function.
4019         (trace-function-foreground, trace-function-background): Use it.
4020         (trace-function): Rename to trace-function-foreground and redefine as
4021         an alias to that new name.
4022         (untrace-function, untrace-all): Adjust to the use of nadvice.
4024         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
4026         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
4028         * subr.el (called-interactively-p-functions): New var.
4029         (internal--called-interactively-p--get-frame): New macro.
4030         (called-interactively-p, interactive-p): Rewrite in Lisp.
4031         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
4032         (called-interactively-p-functions): Use it.
4033         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
4034         (called-interactively-p-functions): Use it.
4035         * allout.el (allout-called-interactively-p): Don't assume
4036         called-interactively-p is a subr.
4038 2012-11-20  Glenn Morris  <rgm@gnu.org>
4040         * profiler.el (profiler-report-mode-map): Add a menu.
4041         No need to bind `q' because we derive from special-mode.
4042         (profiler-report-find-entry): Handle calls from the menu-bar.
4044 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * emacs-lisp/byte-run.el (defun-declarations-alist):
4047         Allow a compiler-macro to be a lambda expression.
4049         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
4050         eval-when-compile.
4051         (python-syntax-context): Add compiler-macro.
4052         (python-font-lock-keywords): Simplify with De Morgan.
4054         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
4056         * files.el (load-file): Require match in minibuffer selection, as was
4057         the case in Emacs-20 before we changed the spec to allow .elc files
4058         (bug#12935).
4060         * json.el: Don't require cl since we don't use it.
4061         * color.el: Don't require cl.
4062         (color-complement): `caddr' -> `nth 2'.
4064         * calendar/time-date.el (time-to-seconds): De-obsolete.
4066 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
4068         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
4069         year numbers.
4070         (math-date-to-julian-dt): Adjust the initial approximation for the
4071         year to deal with the new definition of the DATE.
4073 2012-11-19  Daniel Colascione  <dancol@dancol.org>
4075         * term/w32-win.el (cygwin-convert-path-from-windows):
4076         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
4078 2012-11-18  Chong Yidong  <cyd@gnu.org>
4080         * filecache.el (file-cache--read-list): New function.
4081         (file-cache-add-directory-list, file-cache-add-file-list)
4082         (file-cache-delete-file-list, file-cache-delete-directory-list):
4083         Use it to read a list of files or directories (Bug#12846).
4084         (file-cache-add-file, file-cache-add-directory)
4085         (file-cache-delete-file-list, file-cache-delete-file-regexp)
4086         (file-cache-delete-directory): Print an message.
4088 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
4090         * calc/calc-forms.el (math-date-to-dt): Use integer date when
4091         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
4093 2012-11-18  Glenn Morris  <rgm@gnu.org>
4095         * image.el (insert-image, insert-sliced-image): Doc fix.
4097 2012-11-18  Chong Yidong  <cyd@gnu.org>
4099         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
4100         (Bug#12810).
4102 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
4104         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
4105         response when the target file is in a subdirectory (Bug#12757).
4107 2012-11-18  Chong Yidong  <cyd@gnu.org>
4109         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
4111 2012-11-18  Glenn Morris  <rgm@gnu.org>
4113         * emacs-lisp/cl-lib.el (face-underline-p):
4114         Use set-face-underline rather than the alias set-face-underline-p.
4116         * window.el (with-temp-buffer-window): Doc fix.
4117         * subr.el (with-output-to-temp-buffer):
4118         Add doc xref to with-temp-buffer-window.
4120 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
4122         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
4123         * calc/calc.el (math-format-date-cache): Declare.
4125 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
4127         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
4128         It also uses January 1, 1 AD as its day number 1.
4129         * calc/calc-forms.el (math-julian-date-beginning)
4130         (math-julian-date-beginning-int): Implement this.
4132 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
4134         * descr-text.el (quail-find-key):
4135         * dired.el (desktop-file-name):
4136         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
4137         * generic-x.el (comint-mode, comint-exec):
4138         * image-dired.el (widget-forward):
4139         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
4140         (speedbar-change-expand-button-char)
4141         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
4142         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
4143         * printing.el (easy-menu-add-item, easy-menu-remove-item)
4144         (widget-field-action, widget-value-set):
4145         * speedbar.el (imenu--make-index-alist):
4146         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
4147         (ring-length, ring-insert):
4148         * vcursor.el (compare-windows-skip-whitespace):
4149         * woman.el (dired-get-filename):
4150         Declare functions.
4152         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
4154 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
4156         * calc/calc.el (calc-gregorian-switch): New variable.
4158         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
4159         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
4160         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
4161         (math-leap-year-p): Add option to distinguish between Julian
4162         and Gregorian calendars.
4163         (math-day-number): Use `math-day-in-year' to do the computations.
4164         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
4165         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
4166         to do the computations.
4167         (math-date-to-dt): Use `math-date-to-julian-dt' and
4168         `math-date-to-gregorian-dt' to do the computations.
4169         (calcFunc-weekday, math-format-date-part): Use the new version of
4170         the DATE to determine the weekday.
4171         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
4172         when necessary.
4174 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
4176         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
4177         Cygwin; otherwise use 'file:'.  (Bug#12914)
4178         (cygwin-convert-path-from-windows): Declare, to avoid
4179         byte-compiler warnings.
4181 2012-11-17  Andreas Politz  <politza@fh-trier.de>
4183         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
4184         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
4185         prefix and negative numeric prefix args (Bug#12795).
4187 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
4189         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4190         Don't signal an error with a score that is too low to add to the
4191         list of top scores. (Bug#12779)
4193 2012-11-17  Chong Yidong  <cyd@gnu.org>
4195         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
4197         * filecache.el (file-cache-add-file): Handle relative file name in
4198         the argument (Bug#12694).
4200 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
4202         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
4204 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4206         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
4208         * emacs-lisp/cl-lib.el: Set more meaningful version number.
4210 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4212         * window.el (enlarge-window, shrink-window): Don't mention return
4213         value in doc-string (Bug#12896).
4214         (window--display-buffer): Don't resize frames - it won't work
4215         with all window managers and defeat pop-up-frame-alist.
4216         (display-buffer-alist): In doc-string explain that CONDITION can
4217         be a function and which arguments are passed to it (Bug#12854).
4218         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
4219         expressions (Bug#12854).
4220         (display-buffer): Pass ACTION argument to
4221         display-buffer-assq-regexp.
4223 2012-11-16  Glenn Morris  <rgm@gnu.org>
4225         * window.el (fit-frame-to-buffer-bottom-margin)
4226         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4228         * faces.el (face-underline-p): Use face-attribute-specified-or.
4230 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
4232         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4234 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4238 2012-11-16  Glenn Morris  <rgm@gnu.org>
4240         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
4241         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4243         * faces.el (face-underline-p): Doc fix.  Handle :underline being
4244         things other than `t' (a string, a list).
4245         (face-inverse-video-p): Doc fix.
4246         (set-face-underline): Rename it back from set-face-underline-p.
4247         Doc fix.  Allow interactive input of values other than t.
4248         (read-face-attribute): Apply formatting to :underline,
4249         since like :box and :stipple it can take list values.
4251         * term.el (ansi-term): Don't let C-x escape-char binding
4252         clobber the more standard C-c binding.  (Bug#12842)
4254         * subr.el (set-temporary-overlay-map): Doc fix.
4256 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4258         * window.el (record-window-buffer)
4259         (display-buffer-record-window): When copying the markers to
4260         window-point preserve window-point-insertion-type. (Bug#12588)
4262 2012-11-16  Glenn Morris  <rgm@gnu.org>
4264         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4265         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4266         Use new names for hooks rather than obsolete aliases.
4268 2012-11-15  Daniel Colascione  <dancol@dancol.org>
4270         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4271         prefix instead of "file:" so that when FILE-NAME begins with "//",
4272         as it does when the target file is on a network share, url-handler
4273         isn't confused.
4275 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4277         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4278         a preactivated advice from an old advice.el; they're not compatible!
4280 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4282         * emacs-lisp/nadvice.el (advice--make-interactive-form):
4283         Fix string-spec case.
4285         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4287 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4289         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4290         (advice--buffer-local-function-sample): New var.
4291         (advice--set-buffer-local, advice--buffer-local): New functions.
4292         (add-function, remove-function): Use them.
4294 2012-11-15  Drew Adams  <drew.adams@oracle.com>
4296         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4298 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4300         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4301         potential binding of print-gensym to t, and prettify (back)quotes in
4302         case they appear in args's default values (bug#12884).
4304 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4307         (advice-eval-interactive-spec): New function.
4308         (advice--make-interactive-form): Support around advice (bug#12844).
4310 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
4312         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4313         more strict.  Add docstring.
4314         (ruby-expression-expansion-re): Extract from
4315         `ruby-match-expression-expansion'.
4316         (ruby-syntax-propertize-function): After everything else, search
4317         for expansions in string literals, mark their insides as
4318         whitespace syntax and save match data for font-lock.
4319         (ruby-font-lock-keywords): Use the 2nd group from expression
4320         expansion matches.
4321         (ruby-match-expression-expansion): Use the match data saved to the
4322         text property in ruby-syntax-propertize-function.
4324 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4326         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4327         (bug#12879).
4329 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4331         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4332         start/end keyword a bit harder.  Works with different values of N.
4333         Add more comments.
4334         (ruby-end-of-block): Update accordingly.
4336 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * woman.el (woman-file-name): Don't mess with unread-command-events
4339         (bug#12861).
4341         * emacs-lisp/advice.el: Layer on top of nadvice.el.
4342         Remove out of date self-require hack.
4343         (ad-do-advised-functions): Use simple `dolist'.
4344         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4345         (ad-advice-definition): Redefine as functions.
4346         (ad-advice-classes): Move before first use.
4347         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4348         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4349         (ad--defalias-fset): Remove functions.
4350         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4351         (ad-get-orig-definition): Rewrite.
4352         (ad-make-advised-definition-docstring): Change base docstring.
4353         (ad-real-orig-definition): Rewrite.
4354         (ad-map-arglists): Change name of called function.
4355         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4356         (ad-make-advised-definition): Simplify.
4357         (ad-assemble-advised-definition): Tweak for new calling context.
4358         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4359         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
4360         function and call ad-activate if needed.
4361         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4362         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4363         (ad-compile-function): Compile ad-Advice-*.
4364         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4365         (ad-start-advice, ad-stop-advice): Remove.
4367 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4369         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4370         period before class method names, not after.  Remove handling of
4371         one impossible case.  Add comments.
4373 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4375         * emacs-lisp/advice.el: Remove support for freezing.
4376         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4377         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4378         Remove support for `freeze'.
4380         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4381         override the default.
4382         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4383         cl--dotimes/dolist.
4384         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4385         `cl' is loaded.
4387         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4388         from add-advice.
4389         (advice--strip-macro): New function.
4390         (advice--defalias-fset): Use them to handle macros.
4391         (advice-add): Use them.
4392         (advice-member-p): Correctly handle macros.
4394 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4396         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4397         Never font-lock the beginning of singleton class as heredoc.
4399 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4403 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
4405         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4406         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
4407         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4409 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4411         Fix end-of-defun misbehavior.
4412         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4413         python-beginning-of-defun-function.  Handle nested defuns
4414         correctly.
4415         (python-nav-end-of-defun): Rename from
4416         python-end-of-defun-function.  Ensure forward movement.
4417         (python-info-current-defun): Reimplement to work as intended
4418         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
4419         parent defuns as soon as possible.
4421 2012-11-13  Glenn Morris  <rgm@gnu.org>
4423         * progmodes/flymake.el (flymake-error-bitmap)
4424         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4425         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4427 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4429         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4430         backward, always stop at indentation.  Reverts the change from
4431         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4433 2012-11-13  Glenn Morris  <rgm@gnu.org>
4435         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4436         Add ibuffer-filter-by-derived-mode.
4438         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4439         the same name shadowing each other.
4441         * window.el (with-temp-buffer-window): Doc tweak.
4443         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4445         * help.el (temp-buffer-max-height):
4446         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4447         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4449 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * emacs-lisp/nadvice.el: New package.
4452         * subr.el (special-form-p): New function.
4453         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4454         (elp-all-instrumented-list): Remove var.
4455         (elp-not-profilable): Remove elp-wrapper.
4456         (elp-profilable-p): Use autoloadp and special-form-p.
4457         (elp--advice-name): New const.
4458         (elp-instrument-function): Use advice-add.
4459         (elp--instrumented-p): New predicate.
4460         (elp-restore-function): Use advice-remove.
4461         (elp-restore-all, elp-reset-all): Use mapatoms.
4462         (elp-set-master): Use elp--instrumented-p.
4463         (elp--make-wrapper): Rename from elp-wrapper, return a function
4464         suitable for advice-add.  Use cl-inf.
4465         (elp-results): Use mapatoms+elp--instrumented-p.
4466         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4467         (debug-function-list): Remove var.
4468         (debug): Rename arg, and then let-bind it explicitly inside.
4469         (debugger-setup-buffer): Rename arg.
4470         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4471         (debugger-frame-number): Adjust to new debug-on-entry setup.
4472         (debug--implement-debug-on-entry): Rename from
4473         implement-debug-on-entry, add argument.
4474         (debugger-special-form-p): Remove, use special-form-p instead.
4475         (debug-on-entry): Use advice-add.
4476         (debug--function-list): New function.
4477         (cancel-debug-on-entry): Use it, along with advice-remove.
4478         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4479         (debugger-list-functions): Use debug--function-list instead of
4480         debug-function-list.
4481         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4482         (ad-special-form-p): Remove, use special-form-p instead.
4483         (ad-set-advice-info): Use add-function and remove-function.
4484         (ad--defalias-fset): Adjust accordingly.
4486 2012-11-10  Glenn Morris  <rgm@gnu.org>
4488         * mail/emacsbug.el (report-emacs-bug-tracker-url)
4489         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4490         (report-emacs-bug-create-existing-bugs-buffer)
4491         (report-emacs-bug-parse-query-results)
4492         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
4494         * term.el (term-default-fg-color, term-default-bg-color):
4495         Make obsolete, rather than just saying "deprecated" in the doc.
4497         * term.el (term): Rename from `term-face'.
4498         (term-current-face, ansi-term-color-vector)
4499         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4500         Update all users.
4502 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4504         * server.el (server-create-window-system-frame): Handle Nextstep
4505         specially (Bug#12780).
4507 2012-11-10  Glenn Morris  <rgm@gnu.org>
4509         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4510         Unautoload, and make obsolete.  (Bug#7449)
4512 2012-11-10  Chong Yidong  <cyd@gnu.org>
4514         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4515         rename from diff-remove-trailing-whitespace (Bug#12831).
4517 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4520         miscompilation of trace.el.
4522 2012-11-10  Glenn Morris  <rgm@gnu.org>
4524         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4526 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4528         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4529         (bug#12812).
4531 2012-11-10  Chong Yidong  <cyd@gnu.org>
4533         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4534         a defcustom with an appropriate :set function.
4535         (minibuffer-default--in-prompt-regexps): New function.
4537 2012-11-10  Glenn Morris  <rgm@gnu.org>
4539         * emacs-lisp/cl.el (define-setf-expander, defsetf)
4540         (define-modify-macro): Doc fixes.
4542         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4543         (gv-define-simple-setter): Update doc of `fix-return'.
4545 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4548         twice when `fix-return' is set (bug#12813).
4550         * emacs-lisp/cl.el (defsetf): Pass the third arg to
4551         gv-define-simple-setter (bug#12812).
4553         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4554         (bug#12756).
4556 2012-11-10  Glenn Morris  <rgm@gnu.org>
4558         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4560         * emacs-lisp/cl-extra.el (cl-prettyexpand):
4561         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4562         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4563         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4565         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4567 2012-11-10  Leo Liu  <sdl.web@gmail.com>
4569         * ido.el (ido-set-matches-1): Improve flex matching performance by
4570         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
4572 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4574         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4575         (ad--defalias-fset): New function.
4576         (ad-safe-fset): Remove.
4577         (ad-make-freeze-definition): Use cl-letf*.
4579 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4581         * subr.el (dolist): Don't bind VAR in RESULT.
4583         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
4584         (fset, documentation): Don't save real def since we don't advise.
4585         (ad-do-advised-functions): Remove problematic `result-form'.
4586         (ad-safe-fset): `ad-real-fset' => `fset'.
4587         (ad-read-advised-function): Don't assume that ad-do-advised-functions
4588         uses CL's dolist internally.
4589         (ad-arglist): Remove unused arg `name'.
4590         (ad-docstring, ad-make-advised-docstring):
4591         `ad-real-documentation' => `documentation'.
4592         (warning-suppress-types): Declare.
4593         (ad-set-arguments): Simple CSE.
4594         (ad-recover-normality): Sanity check.
4596         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4597         (funcall '(lambda ..) ..) into ((lambda ..) ..).
4599 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4601         * ses.el: symbol to coordinate mapping is made by symbol property
4602         `ses-cell'.  This means that the same mapping is done for all SES
4603         sheets.  That is good enough for cells with standard A1 names, but
4604         not for named cell.  So a hash map is added for the latter.
4605         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4606         (ses-sym-rowcol): Use hashmap for named cell.
4607         (ses-is-cell-sym-p): New defun.
4608         (ses-decode-cell-symbol): New defun.
4609         (ses-create-cell-variable): Add cell to hashmap when name is not
4610         A1-like.
4611         (ses-rename-cell): Check that cell new name is not already in
4612         spreadsheet with the use of ses-is-cell-sym-p
4613         (ses-rename-cell): Use hash map for named cells, but accept also
4614         renaming back to A1-like.
4616 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4618         * emacs-lisp/advice.el: Use new dynamic docstrings.
4619         (ad-make-advised-definition-docstring, ad-advised-definition-p):
4620         Use dynamic-docstring-function instead of ad-advice-info.
4621         (ad--make-advised-docstring): New function extracted from
4622         ad-make-advised-docstring.
4623         (ad-make-advised-docstring): Use it.
4624         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4625         from sql-help.
4626         (sql-help): Use it with dynamic-docstring-function.
4628         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4630 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         * files.el (hack-one-local-variable--obsolete): New function.
4633         (hack-one-local-variable): Use it for obsolete settings.
4635         * subr.el (locate-user-emacs-file): If both old and new name exist, use
4636         the new name.
4638         * progmodes/js.el (js--filling-paragraph): New var.
4639         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4640         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4641         less sneaky.
4643 2012-11-08  Julien Danjou  <julien@danjou.info>
4645         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4646         `auto-mode-alist' (Bug#12835).
4648 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4650         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4651         (perl--prettify-symbols-alist): New const.
4652         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4653         New functions.
4654         (perl-font-lock-keywords-2): Use them.
4655         (perl-electric-noindent-p): New function.
4656         (perl-mode): Use it to set up electric-indent-mode.
4657         (perl-electric-terminator, perl-indent-command): Mark obsolete.
4658         (perl-mode-map): Remove bindings for them.
4659         (perl-imenu-generic-expression, perl-outline-level):
4660         Match functions&packages in column>0.
4662         * env.el (env--substitute-vars-regexp): New const.
4663         (substitute-env-vars): Use it.  Add `only-defined' arg.
4664         * net/tramp.el (tramp-replace-environment-variables): Use it.
4666         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4667         Byte-compile *before* eval in eval-and-compile.
4668         (byte-compile-log-warning): Remove redundant inhibit-read-only.
4669         (byte-compile-file-form-autoload): Don't hide actual definition.
4670         (byte-compile-maybe-guarded): Accept `functionp' as well.
4672         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4674 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
4676         * notifications.el (notifications-get-server-information-method):
4677         New defconst.
4678         (notifications-get-capabilities): Fix docstring.
4679         (notifications-get-server-information): New defun.
4681 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4683         * textmodes/ispell.el (ispell-region): Standard re-indent for better
4684         readability.
4686         * textmodes/ispell.el: Experimental support for support debugging.
4687         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4688         buffer for ispell.
4689         (ispell-print-if-debug): New function to print stuff to
4690         `ispell-debug-buffer' if debugging is enabled.
4691         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4692         show some debugging info.
4693         (ispell-buffer-with-debug): New function that creates a debugging
4694         buffer and calls `ispell-buffer' with debugging enabled.
4696         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4697         comment in autoconf mode. (Bug#12768)
4699 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
4701         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4702         frame-first-window, frame-root-window, frame-selected-window,
4703         minibuffer-selected-window, minibuffer-window,
4704         window-absolute-pixel-edges, window-at, window-body-height,
4705         window-body-width, window-display-table, window-combination-limit,
4706         window-frame, window-fringes, window-inside-absolute-pixel-edges,
4707         window-inside-edges, window-inside-pixel-edges, window-left-child,
4708         window-left-column, window-margins, window-next-buffers,
4709         window-next-sibling, window-new-normal, window-new-total,
4710         window-normal-size, window-parameter, window-parameters, window-parent,
4711         window-pixel-edges, window-point, window-prev-buffers,
4712         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4713         window-start, window-text-height, window-top-child, window-top-line,
4714         window-total-height, window-total-width and window-use-time to the list
4715         of functions without side-effects.
4716         (toplevel): Add window-valid-p to the list of error-free functions
4717         without side-effects.
4719 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4721         * textmodes/ispell.el (ispell-program-name):
4722         Update spellchecker parameters when customized.
4724 2012-11-04  Glenn Morris  <rgm@gnu.org>
4726         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
4728 2012-11-04  Chong Yidong  <cyd@gnu.org>
4730         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4731         same-window-* variables.
4733 2012-11-04  Juri Linkov  <juri@jurta.org>
4735         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4736         (isearch-describe-key, isearch-describe-mode): Use a display
4737         action instead of binding same-window-* variables (Bug#10040).
4739 2012-11-03  Glenn Morris  <rgm@gnu.org>
4741         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4742         Rename handler properties back from cl-- to cl-.  (Bug#12788)
4744         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4746 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
4748         * term/pc-win.el: Don't load term/internal from here.
4750         * loadup.el: Load term/internal from here.
4752 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
4754         * progmodes/python.el (inferior-python-mode): Fix hang in
4755         jit-lock (Bug#12645).
4757 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
4759         * window.el (switch-to-visible-buffer)
4760         (switch-to-buffer-preserve-window-point): Fix doc-strings.
4762 2012-11-03  Glenn Morris  <rgm@gnu.org>
4764         * emacs-lisp/cl-lib.el (cl--random-time):
4765         Rename from cl-random-time.  (Bug#12773)
4766         (cl--gensym-counter, cl--random-state): Update callers.
4767         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4769 2012-11-03  Chong Yidong  <cyd@gnu.org>
4771         * cus-start.el: Make cursor-type customizable (Bug#11633).
4773 2012-11-02  Glenn Morris  <rgm@gnu.org>
4775         * filecache.el: No need to load find-lisp when compiling.
4776         (find-lisp-find-files): Autoload it.
4777         (file-cache-add-directory-recursively): Don't require find-lisp.
4779         * image.el (image-type-from-file-name): Trivial simplification.
4781         * emacs-lisp/bytecomp.el (byte-compile-eval):
4782         Decouple "noruntime" and "cl-functions" warnings.
4784 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
4786         * play/gomoku.el (gomoku-display-statistics): Update mode line
4787         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4789 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
4791         * window.el (quit-restore-window): If the window has been
4792         created on an existing frame and ended up as the sole window on
4793         that frame, do not delete it (Bug#12764).
4795 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4797         * progmodes/sh-script.el (sh--inside-noncommand-expression):
4798         Rename from sh--inside-arithmetic-expression, handle more cases
4799         (bug#11263).
4801         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4802         (sh-font-lock-open-heredoc): Use it (bug#12770).
4804 2012-10-30  Glenn Morris  <rgm@gnu.org>
4806         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
4808         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
4810 2012-10-29  Chong Yidong  <cyd@gnu.org>
4812         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4813         function key is stored in a keyboard macro (Bug#4894).
4815         * thingatpt.el (number-at-point): Apply a thing-at-point property.
4817 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4820         header comments".
4821         (diff-unified->context, diff-context->unified)
4822         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4824         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4826         * files.el (find-alternate-file): Only ask one question (bug#12487).
4828 2012-10-29  Chong Yidong  <cyd@gnu.org>
4830         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4831         Suggested by Dan Nicolaescu (Bug#6326).
4833         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4835         * startup.el (fancy-about-screen): Don't message (Bug#12680).
4837         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4839         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4841         * face-remap.el (face-remap-add-relative): Handle the case where a
4842         face-remapping-alist entry is a cons cell (Bug#12762).
4844 2012-10-29  Kevin Ryde  <user42@zip.com.au>
4846         * woman.el (woman-parse-numeric-value): Handle picas correctly
4847         (Bug#12639).
4849 2012-10-29  Glenn Morris  <rgm@gnu.org>
4851         * emacs-lisp/cl.el (defsetf): Doc fix.
4853 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4855         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4856         syntax to the matching opener, if any (bug#12547).
4857         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4858         matching open as a "case-(".
4859         (sh-smie-rc-grammar): Add a corresponding rule for it.
4861 2012-10-28  Daniel Hackney  <dan@haxney.org>
4863         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4864         "PKGNAME-autoloads.el" in case we created it.
4866 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4869         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4870         (completion--twq-all): Disable too-strict assertions.
4872         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4874 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
4876         * profiler.el (profiler-report-make-entry-part): Fix help-echo
4877         text to match the real keybindings.
4879 2012-10-27  Juri Linkov  <juri@jurta.org>
4881         * wdired.el (wdired-keep-marker-rename): New defcustom.
4882         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4883         (Bug#11795)
4885         * dired.el (dired-keep-marker-rename): Add reference to
4886         `wdired-keep-marker-rename' in the docstring.
4887         Add default character value ?R to display initially in
4888         Customization UI instead of ?@.
4890 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
4892         * window.el (display-buffer): In doc-string describe
4893         window-height and window-width alist entries.
4895         * time.el (display-time-world): Restore fit-window-to-buffer
4896         behavior.
4898 2012-10-27  Chong Yidong  <cyd@gnu.org>
4900         * subr.el (insert-buffer-substring-as-yank): Doc fix.
4902 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
4904         * minibuffer.el (completion-category-overrides): New completion
4905         category `bookmark' (bug#11131).
4907 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4909         * emacs-lisp/advice.el (ad-assemble-advised-definition):
4910         Silence bogus compiler warnings for ad-do-it.
4912         * bookmark.el (bookmark-completing-read): Set the completion category
4913         to `bookmark' (bug#11131).
4915 2012-10-26  Bastien  <bzg@altern.org>
4916             Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * face-remap.el: Use lexical-binding.
4919         (text-scale-adjust): Improve docstring.  Use itself for the temporary
4920         overlay-map bindings, so as to repeat the "Use..." message each time.
4922 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4924         * emacs-lisp/macroexp.el (macroexp--expand-all):
4925         Obey byte-compile-warning-enabled-p (bug#12486).
4927         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4928         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4930 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
4932         * mouse.el (mouse-drag-line): Move last form into preceding when
4933         clause (Bug#12731).
4935         * help.el (resize-temp-buffer-window): Fix doc-string.
4937 2012-10-25  David Engster  <deng@randomsample.de>
4939         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4940         Remove.  This feature is already integrated in imenu.
4942         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4943         always loaded.  Require `speedbar' unconditionally.
4945 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4949         * minibuffer.el (minibuffer-force-complete): Fix thinko.
4951         * net/ldap.el (ldap-search-internal): The official ldif format starts
4952         with a "version: 1" header (bug#12724).
4954         * emacs-lisp/package.el (package-installed-p): Warn if not ready
4955         (bug#12721).
4957 2012-10-25  Glenn Morris  <rgm@gnu.org>
4959         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4961 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4963         * minibuffer.el (minibuffer-force-complete): Use one more marker
4964         for the temporary-overlay-map command (bug#12619).
4966 2012-10-24  Chong Yidong  <cyd@gnu.org>
4968         * time.el (display-time-world-mode): Derive from special-mode.
4969         (display-time-world): Use display-buffer (Bug#12708).
4970         (display-time-world-mode-map): Variable deleted.
4971         (display-time-world-display): Wrap the final delete-char inside
4972         inhibit-read-only.
4974 2012-10-24  Chong Yidong  <cyd@gnu.org>
4976         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4977         Doc fix.
4979         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4981 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4983         * minibuffer.el (completion--all-sorted-completions-location): New var.
4984         (completion--cache-all-sorted-completions)
4985         (completion--flush-all-sorted-completions): Use it.
4986         (completion-in-region, completion-in-region--postch)
4987         (completion-at-point, completion-help-at-point): Use markers in
4988         completion-in-region--data (bug#12619).
4990 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * progmodes/compile.el (compilation-start): Try to handle common
4993         quoting of `cd' argument (bug#12640).
4995         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4996         (bug#12671).
4998 2012-10-23  Glenn Morris  <rgm@gnu.org>
5000         * progmodes/gud.el (gud-menu-map):
5001         Check gdb-active-process is bound.  (Bug#12358)
5003 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5005         * repeat.el (repeat): Set real-this-command (bug#12232).
5007         * htmlfontify.el (hfy-post-html-hook):
5008         * filesets.el (filesets-cache-fill-content-hook):
5009         * arc-mode.el (archive-extract-hook):
5010         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
5011         * net/rcirc.el (rcirc-sentinel-functions)
5012         (rcirc-receive-message-functions, rcirc-activity-functions)
5013         (rcirc-print-functions):
5014         * net/dbus.el (dbus-event-error-functions):
5015         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
5016         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
5017         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
5018         * term/sun.el (sun-raw-prefix-hooks):
5019         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
5021 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
5023         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
5024         Set `tramp-chunksize' to 1.  This improves the performance.
5025         (tramp-smb-wait-for-output): Add timeout to
5026         `tramp-accept-process-output' calls.
5028 2012-10-23  Chong Yidong  <cyd@gnu.org>
5030         * faces.el (font-list-limit): Define as an obsolete variable.
5032         * startup.el (command-line):
5033         * cus-start.el: Don't refer to font-list-limit.
5035         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
5037 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5039         * subr.el (internal-temp-output-buffer-show): Rename from
5040         temp-output-buffer-show, since previously compiled files expect this name.
5042 2012-10-23  Glenn Morris  <rgm@gnu.org>
5044         * image.el (image-type-from-file-name): If multiple types match,
5045         return the first one that is supported.  (Bug#9045)
5047 2012-10-22  Glenn Morris  <rgm@gnu.org>
5049         * image.el (imagemagick-enabled-types): Doc fix.
5051 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
5053         * progmodes/which-func.el (which-func-current): The hash-table may have
5054         an explicit nil (bug#12338).
5056 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         * electric.el (electric-pair-delete-selection-self-insert-function):
5059         Rename to electric-pair-will-use-region, return a boolean.
5060         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
5062         * delsel.el (delete-selection-helper): Use a function instead of a hook.
5063         (delete-selection-pre-hook): Use use-region-p.
5064         (delete-selection-self-insert-function): Remove.
5065         (self-insert-command): Obey self-insert-uses-region-functions.
5066         (self-insert-iso): Revert to previous setting, since we don't actually
5067         know what that command does.
5068         (delete-selection-self-insert-hooks): Remove.
5070 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
5072         * delsel.el (delete-selection-helper): New function, extracted from
5073         delete-selection-pre-hook.
5074         (delete-selection-pre-hook): Use it.
5075         (delete-selection-self-insert-function): New function.
5076         (delete-selection-self-insert-hooks): New hook.
5077         (self-insert-command, self-insert-iso): Use it.
5078         * electric.el (electric-pair-syntax): New function, extracted from
5079         electric-pair-post-self-insert-function.
5080         (electric-pair-post-self-insert-function): Use it.
5081         (electric-pair-delete-selection-self-insert-function): New function.
5082         (electric-pair-mode): Require delsel and setup
5083         delete-selection-self-insert-hooks (bug#11520).
5085 2012-10-20  Chong Yidong  <cyd@gnu.org>
5087         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
5088         no changes to show (Bug#12586).
5090         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
5091         list explicitly (Bug#12571).
5093 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
5095         * progmodes/flymake.el (flymake-create-temp-inplace):
5096         Use file-truename.
5098 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
5100         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
5102 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
5104         * calc/calc-units.el (math-extract-units): Properly extract powers
5105         of units.
5107 2012-10-20  Daniel Colascione  <dancol@dancol.org>
5109         * frame.el (make-frame): Set x-display-name as we used to in order
5110         to unbreak creating an X11 frame from an Emacs daemon started
5111         without a display.
5113 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5115         * minibuffer.el (minibuffer-force-complete): Make the next completion use
5116         the same completion-field (bug#12221).
5118 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
5120         * emacs-lisp/debug.el (debug): Record height of debugger window
5121         also when debugger will be back (Bug#8789).
5123 2012-10-18  Chong Yidong  <cyd@gnu.org>
5125         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
5126         Convert to defcustom.
5127         (gdb-get-source-file): Don't bind pop-up-windows.
5129         * progmodes/gud.el (gud-display-line): Don't specially re-use
5130         other frames for the gdb-mi case (Bug#12648).
5132 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5134         * emacs-lisp/advice.el: Clean up commentary a bit.
5135         (ad-do-advised-functions, ad-with-originals): Use `declare'.
5136         (byte-code-function-p): Never redefine.
5138         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
5140 2012-10-18  Glenn Morris  <rgm@gnu.org>
5142         * dired.el (dired-sort-toggle): Some ls implementations only allow
5143         a single option string.  (Bug#12666)
5145         * minibuffer.el (completion-cycle-threshold): Doc fix.
5147 2012-10-17  Kenichi Handa  <handa@gnu.org>
5149         * international/mule.el (set-keyboard-coding-system):
5150         Recover input meta mode when the new coding system doesn not use 8-bit.
5151         Supply TERMINAL arg to set-input-meta-mode.
5153 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
5155         * wdired.el (wdired-old-marks): New variable.
5156         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
5157         (wdired-do-renames): Move point with renamed file and don't lose
5158         mark status (Bug#11795).
5160 2012-10-16  Juri Linkov  <juri@jurta.org>
5162         * replace.el (query-replace-help): Mention multi-buffer replacement
5163         keys in the Help message.  (Bug#12655)
5165 2012-10-15  Chong Yidong  <cyd@gnu.org>
5167         * emacs-lisp/byte-run.el (defsubst): Doc fix.
5169 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
5171         * window.el (display-buffer): Doc fix.
5173         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5174         Adjust the msft regexp to the output of Studio 2010, and move msft
5175         before edg-1.  See the discussion on emacs-devel,
5176         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
5177         for the details.
5179 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5181         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
5182         (oset): Move uses of object-class-fast macro after its definition.
5184         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
5186 2012-10-13  Chong Yidong  <cyd@gnu.org>
5188         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
5189         enabled, re-enable it (Bug#11963).
5191 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
5193         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
5194         non-nil, restore window configuration (Bug#12623).
5196 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * help-fns.el (describe-variable, describe-function-1):
5199         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
5201         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
5203 2012-10-12  Glenn Morris  <rgm@gnu.org>
5205         * mail/rmailsum.el (rmail-header-summary):
5206         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
5208 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
5210         * progmodes/python.el (python-mode-map):
5211         Replace subtitute-key-definition with proper command remapping.
5212         (python-nav--up-list): Fix behavior for blocks on the same level.
5214 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5216         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
5218         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
5219         changes to the format of load-history.
5221         * international/mule-cmds.el (read-char-by-name): Move let-binding of
5222         completion-ignore-case in case that var is buffer-local (bug#12615).
5224 2012-10-11  Kenichi Handa  <handa@gnu.org>
5226         * international/eucjp-ms.el: Re-generated.
5228 2012-10-10  Kenichi Handa  <handa@gnu.org>
5230         * select.el (xselect--encode-string): If a coding is specified for
5231         selection, and that is compatible with COMPOUND_TEXT, use it.
5233 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
5235         * window.el (switch-to-buffer-preserve-window-point): New option.
5236         (switch-to-buffer):
5237         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5239 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5241         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5242         Don't document nil as a useful value (bug#12583).
5244 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
5246         * net/tramp.el (tramp-debug-message):
5247         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5248         (with-tramp-progress-reporter): Rename from
5249         `tramp-with-progress-reporter'.
5250         (with-tramp-file-property, with-tramp-connection-property):
5251         Move from tramp-cache.el, rename from `with-file-property' and
5252         `with-connection-property', respectively.
5254         * net/tramp-cache.el: Remove `with-file-property' and
5255         `with-connection-property'.
5257         * net/tramp.el:
5258         * net/tramp-gvfs.el:
5259         * net/tramp-sh.el:
5260         * net/tramp-smb.el: Adapt callees.
5262         * net/trampver.el: Update release number.
5264 2012-10-09  Glenn Morris  <rgm@gnu.org>
5266         * w32-fns.el (set-message-beep):
5267         * term/w32-win.el (set-message-beep): Update declarations.
5269 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5271         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5272         (mode-line-widen, mode-line-input-method-map)
5273         (mode-line-coding-system-map, mode-line-remote)
5274         (mode-line-unbury-buffer, mode-line-bury-buffer)
5275         (mode-line-next-buffer, mode-line-previous-buffer):
5276         Replace save-selected-window+select-window => with-selected-window.
5278         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5279         * progmodes/cc-vars.el (bq-process): Remove, unused.
5281         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5283 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5285         Implemented `backward-up-list'-like navigation.
5286         * progmodes/python.el (python-nav-up-list)
5287         (python-nav-backward-up-list): New functions.
5288         (python-mode-map): Define substitute key for backward-up-list to
5289         python-nav-backward-up-list.
5291 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5293         * progmodes/python.el (python-fill-paragraph): Rename from
5294         python-fill-paragraph-function.  Fixed fill-paragraph for
5295         decorators (Bug#12605).
5297 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5299         * progmodes/python.el (python-shell-output-filter): Handle extra
5300         carriage return in OSX (Bug#12409).
5302 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5304         Fix shell handling of unbalanced quotes and parens in output.
5305         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5306         (python-syntax-propertize-function): Use it.
5307         (python-shell-output-syntax-table): New var.
5308         (inferior-python-mode): Prevent unbalanced parens/quotes from
5309         previous output mess with current input context.
5311 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
5313         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5314         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5316 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
5318         * ffap.el (ffap-replace-file-component): Support Tramp file name
5319         syntax, not only ange-ftp's one.
5321 2012-10-08  Glenn Morris  <rgm@gnu.org>
5323         * cus-start.el (message-log-max): Set :version.
5325         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5327 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
5329         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5330         the minibuffer window (Bug#10851).
5332 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5334         Enhancements on forward-sexp movement.
5335         * progmodes/python.el (python-nav-beginning-of-statement)
5336         (python-nav-end-of-statement): Return point-marker.
5337         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5338         (python-info-current-symbol)
5339         (python-info-statement-starts-block-p): Rename from
5340         python-info-beginning-of-block-p.
5341         (python-info-statement-ends-block-p): Rename from
5342         python-info-end-of-block-p.
5343         (python-info-beginning-of-statement-p)
5344         (python-info-end-of-statement-p)
5345         (python-info-beginning-of-block-p, python-info-end-of-block-p):
5346         New functions.
5348 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5350         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5351         frame-selected-windows.
5353 2012-10-08  Daniel Colascione  <dancol@dancol.org>
5355         * battery.el (battery-status-function): Check for
5356         w32-battery-status itself, not system-time windows-nt.
5358         * frame.el: Require cl-lib.
5359         (display-format-alist): New variable mapping frame types to
5360         functions that initialize them.
5361         (window-system-for-display): New function: interprets
5362         display-format-alist.
5363         (make-frame-on-display): Remove existing display-selection logic
5364         and just forward to make-frame, which will now DTRT.
5365         (make-frame): Restructure to use window-system-for-display to
5366         figure out how to create a frame on a given display.
5367         (display-mouse-p): Look for frame-type w32, not a particular
5368         system-type.
5370         * loadup.el: Load w32 lisp code when we have the w32 feature.
5372         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5373         system-type windows-nt.
5375         * server.el (server-create-window-system-frame): Look for window
5376         type.
5377         (server-proces-filter): Only force a window system when windows-nt
5378         _and_ w32.  Explain why.
5380         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5381         of window systems we configure for the mode.
5383         * startup.el (command-line): Mark window system is initialized
5384         after we've done it.
5386         * common-win.el (x-select-text): Look for w32, not windows-nt.
5388         * ns-win.el: Require cl-lib.  Add ourselves to
5389         display-format-alist.
5390         (ns-initialize-window-system): Assert we're not initialized twice.
5392         * w32-win.el: Enable lexical binding; require cl-lib; add
5393         ourselves to display-format-alist.
5394         (w32-handle-dropped-file): Convert incoming dropped files from
5395         Windows paths to Cygwin ones before passing them on to the rest of
5396         Emacs.
5397         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
5398         (w32-initialize-window-system): Assert we're not initialized twice.
5400         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5401         (x-initialize-window-system): Assert we're not initialized twice.
5403         * w32-common-fns.el: New File.
5404         (w32-version, w32-using-nt, w32-get-clipboard-data)
5405         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5406         (w32-charset-info-alist, x-last-selected, text)
5407         (x-get-selection-value, x-selection-value): Move here.
5409         * w32-fns.el: Require w32-common-fns.
5410         (w32-version, w32-using-nt, w32-get-clipboard-data)
5411         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5412         (w32-charset-info-alist, x-last-selected, text)
5413         (x-get-selection-value, x-selection-value): Move to
5414         w32-common-fns.
5416         * w32-vars.el:
5417         (w32-allow-system-shell, w32-system-shells): Define only in
5418         non-cygwin case.
5420 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5422         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5423         (read-passwd): Remove a few more potential sources of leaks.
5425 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5427         * progmodes/python.el (inferior-python-mode)
5428         (python-shell-make-comint): Fix initialization of local
5429         variables copied from parent buffer.
5431 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
5433         * term/ns-win.el (ns-read-file-name): Update declaration to match
5434         nsfns.m.
5435         (ns-respond-to-change-font): Change fontsize separatly so we are sure
5436         it is set when font is acted upon.
5438 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5440         Enhancements to indentation.
5441         * progmodes/python.el (python-indent-context): Give priority to
5442         inside-string context.  Make comments indentation markers.
5443         (python-indent-region): Do not mess with strings, unless it's the
5444         enclosing set of quotes.
5446 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5448         * window.el (internal--before-save-selected-window)
5449         (internal--after-save-selected-window): New functions extracted from
5450         save-selected-window.  Make sure we return the `alist' we construct.
5451         (save-selected-window): Use them.
5453         * textmodes/tex-mode.el (tex-recenter-output-buffer):
5454         Use with-selected-window.
5456         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5457         forms that define macros (bug#12593).
5459 2012-10-07  Kenichi Handa  <handa@gnu.org>
5461         * international/mule-conf.el (compound-text-with-extensions):
5462         Add :mime-charset property as x-ctext.
5464 2012-10-07  Stefan Merten  <smerten@oekonux.de>
5466         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5467         (rst-indent-literal-normal, rst-indent-literal-minimized)
5468         (rst-indent-comment): Correct :version tag.
5469         (rst-official-cvs-rev): Correct version string.
5471 2012-10-07  Glenn Morris  <rgm@gnu.org>
5473         * mail/rmailmm.el (rmail-mime-process-multipart):
5474         Do not confuse a multipart message with an epilogue
5475         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
5477 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5479         Fix shell output retrieval and comint-prompt-regexp init.
5480         * progmodes/python.el (inferior-python-mode):
5481         (python-shell-make-comint): Fix initialization of
5482         comint-prompt-regexp from copied file local variables.
5483         (python-shell-fetched-lines): Remove var.
5484         (python-shell-output-filter-in-progress): Rename from
5485         python-shell-fetch-lines-in-progress.
5486         (python-shell-output-filter-buffer): Rename from
5487         python-shell-fetch-lines-string.
5488         (python-shell-fetch-lines-filter): Delete function.
5489         (python-shell-output-filter): New function.
5490         (python-shell-send-string-no-output): Use them.
5492 2012-10-07  Glenn Morris  <rgm@gnu.org>
5494         * hi-lock.el (hi-lock-process-phrase):
5495         Try to make it less fragile.  (Bug#7161)
5497         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5499 2012-10-06  Glenn Morris  <rgm@gnu.org>
5501         * ehelp.el (electric-help-mode): Use help-mode rather than
5502         non-existent mode `help'.
5503         (electric-help-map): Use button-buffer-map.  (Bug#10917)
5505         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5506         (reftex-create-bibtex-footer): Fix custom types.
5508         * progmodes/sh-script.el (sh-indent-after-continuation):
5509         Add explicit :group.
5511         * textmodes/rst.el (rst-preferred-decorations)
5512         (rst-shift-basic-offset): Clarify obsolescence versions.
5514         * profiler.el (profiler): Add missing group :version tag.
5515         * avoid.el (mouse-avoidance-banish-position):
5516         * proced.el (proced-renice-command):
5517         * calc/calc.el (calc-ensure-consistent-units):
5518         * calendar/icalendar.el (icalendar-import-format-uid):
5519         * net/tramp.el (tramp-save-ad-hoc-proxies):
5520         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5521         * progmodes/flymake.el (flymake-error-bitmap)
5522         (flymake-warning-bitmap, flymake-fringe-indicator-position):
5523         * progmodes/sh-script.el (sh-indent-after-continuation):
5524         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5525         (verilog-before-save-font-hook, verilog-after-save-font-hook):
5526         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5527         (vhdl-array-index-record-field-in-sensitivity-list)
5528         (vhdl-indent-comment-like-next-code-line):
5529         * textmodes/reftex-vars.el (reftex-ref-style-alist)
5530         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5531         (reftex-cite-key-separator, reftex-create-bibtex-header)
5532         (reftex-create-bibtex-footer):
5533         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5534         (rst-indent-literal-normal, rst-indent-literal-minimized)
5535         (rst-indent-comment): Add missing custom :version tags.
5537         * calendar/timeclock.el (timeclock-modeline-display):
5538         Add missing obsolete alias for renamed user option.
5540         * strokes.el (strokes-modeline-string):
5541         * emulation/crisp.el (crisp-mode-modeline-string):
5542         * eshell/esh-mode.el (eshell-status-in-modeline):
5543         Aliases to defcustoms must come before the defcustom.
5545         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5546         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5547         (cal-tex-cursor-week-monday): Doc fixes.
5548         (cal-tex-cursor-week2-summary): Doc fix.
5549         Rename from cal-tex-cursor-week-at-a-glance.
5551         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5552         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
5554         * calendar/calendar.el (calendar-mode-map):
5555         Add cal-tex-cursor-week2-summary.
5557 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5559         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5561         * subr.el (read-passwd-map): New var.
5562         (read-passwd): Use `read-string' again.
5563         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5565 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
5567         * register.el (append-to-register, prepend-to-register):
5568         Deactivate mark, as does `copy-to-register' (bug#12389).
5570 2012-10-06  Chong Yidong  <cyd@gnu.org>
5572         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5574 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
5576         * international/characters.el: Fix simple mistake ((car chars) ->
5577         elt), delete duplicated code.
5579 2012-10-06  Glenn Morris  <rgm@gnu.org>
5581         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
5583 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5585         * color.el (color-hsl-to-rgb): Fix incorrect results for
5586         small and large hue values.  (Bug#12559)
5588 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
5590         Enhancements to docstring formatting when filling paragraphs.
5591         * progmodes/python.el (python-fill-docstring-style): Rename from
5592         python-fill-string-style.  Added new style.
5593         (python-fill-string): Use new style.  Better checks for
5594         docstrings.
5596 2012-10-05  Glenn Morris  <rgm@gnu.org>
5598         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5600         * color.el (color-name-to-rgb, color-rgb-to-hex)
5601         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5602         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5603         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5604         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5606         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
5608 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
5610         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5611         to get the correct size across symlinks.
5613         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5615 2012-10-04  Juri Linkov  <juri@jurta.org>
5617         * replace.el (query-replace-interactive): Declare obsolete.
5618         (query-replace-read-from): Add the last incremental search string
5619         to the list of default values accessible via M-n.
5620         (map-query-replace-regexp): Use `read-regexp'.
5621         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5622         (map-query-replace-regexp, replace-string, replace-regexp):
5623         Fix docstrings to replace mentions of `query-replace-interactive'
5624         with alternatives.  (Bug#12526)
5626 2012-10-04  Juri Linkov  <juri@jurta.org>
5628         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
5629         (dired-pop-to-buffer): Declare obsolete.
5630         (dired-mark-pop-up): Doc fix.
5632 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
5634         Allow user to set docstring style for fill-paragraph.
5635         * progmodes/python.el
5636         (python-fill-comment-function, python-fill-string-function)
5637         (python-fill-decorator-function, python-fill-paren-function):
5638         Remove :safe for defcustoms.
5639         (python-fill-string-style): New defcustom
5640         (python-fill-paragraph-function): Enhance context detection.
5641         (python-fill-string): Honor python-fill-string-style settings.
5643 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
5645         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5646         after setting its buffer (Bug#10805).
5648 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5650         Fix cornercase for string syntax.
5651         * progmodes/python.el (python-syntax-propertize-function):
5652         Simplify and enhance the regexp for unescaped quotes.  Now it also
5653         matches quotes in weird situations like the single quote in
5654         "something\"'".
5655         (python-syntax-stringify): Simplify num-quotes detecting code.
5657 2012-10-03  Glenn Morris  <rgm@gnu.org>
5659         * help-macro.el (three-step-help):
5660         Revert 2012-09-29 change.  (Bug#12567)
5662 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
5664         * menu-bar.el (kill-this-buffer): Don't do anything when
5665         `menu-frame' is not alive or visible (Bug#8184).
5667         * emacs-lisp/debug.el (debug): When quitting the debugger window
5668         restore current buffer (Bug#12502).
5670 2012-10-02  Chong Yidong  <cyd@gnu.org>
5672         * progmodes/hideif.el (hif-lookup, hif-defined):
5673         Handle semantic-c-takeover-hideif.
5675 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
5677         Change sampling interval units from ms to ns.
5678         * profiler.el (profiler-sampling-interval): Change units
5679         from ms to ns, multiplying the default by 1000000 so that
5680         it remains 1 ms.
5681         (profiler-report-cpu-line-format): Give enough room for
5682         the maximum counters on 64-bit hosts.
5683         (profiler-report-render-calltree-1): Call them "CPU samples",
5684         not "Time (ms)", since they are not milliseconds now (and
5685         never really were).
5687 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5689         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5690         Fix querying BBDB for entries without a last name (Bug#11580).
5692 2012-10-02  Chong Yidong  <cyd@gnu.org>
5694         * emacs-lisp/eieio.el: Restore Version header.
5696 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5698         * vc/diff-mode.el (diff--auto-refine-data): New var.
5699         (diff-hunk): Use it to delay refinement.
5700         (diff-mode): Remove overlays when we turn off font-lock.
5702         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5703         (table-initialize-table-fixed-width-mode)
5704         (table-set-table-fixed-width-mode): Remove functions.
5705         (table-command-list): Move initialization into declaration.
5706         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5707         (table-with-cache-buffer): Use `declare'.
5708         (table-span-cell): Simplify via CSE.
5709         (table-fixed-width-mode): Use define-minor-mode.
5710         (table-call-interactively, table-funcall, table-apply): Remove.
5711         (table-function): New function, to replace them.
5713         * bookmark.el (bookmark-search-pattern): Remove var.
5714         (bookmark-read-search-input): Remove function.
5715         (bookmark-bmenu-search): Reimplement using a minibuffer.
5717         * faces.el (modeline): Remove obsolete face name.
5719         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5720         and give a non-nil default value.
5721         (add-change-log-entry): Simplify accordingly.
5723 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5725         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5726         (vc-git-log-edit-toggle-amend): New function.
5727         (vc-git-log-edit-toggle-signoff): New function.
5728         (vc-git-log-edit-mode): New major mode.
5729         (vc-git-log-edit-mode-map): Keymap for it.
5730         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5732         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5733         header names.
5734         (log-edit-toggle-header): New function.
5735         (log-edit-extract-headers): Accept function values in HEADERS alist.
5737 2012-10-01  David Engster  <deng@randomsample.de>
5739         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5740         from symbol property and change message to be more consistent with
5741         Emacs proper.
5742         (eieio-describe-generic): Add filename for each implementation.
5743         Fix indices for generic and normal methods.
5744         (eieio-method-def, eieio-class-def): New buttons.
5745         (eieio-help-find-method-definition)
5746         (eieio-help-find-class-definition): New functions.
5747         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5748         class, constructor and method definitions.
5750         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5751         information in symbol property.
5752         (scoped-class): Remove.
5753         (eieio-slot-name-index, call-next-method): Check if it is bound.
5755 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
5757         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5758         (eieio-custom-mode): New major mode.
5759         (eieio-customize-object): Use it.
5761 2012-10-01  Eric Ludlam  <zappo@gnu.org>
5763         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5764         specifying the expected class, and whether subclassing is allowed.
5765         (eieio-persistent-convert-list-to-object):
5766         (eieio-persistent-validate/fix-slot-value)
5767         (eieio-persistent-slot-type-is-class-p): New functions.
5768         (eieio-named::slot-missing): Doc fix.
5770         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5771         Stop using unused publd variable.
5773         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5774         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5775         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5776         (eieio-speedbar-handle-click): Do not specify a class for the
5777         method.  Fixes method invocation order problems with EDE.
5779 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5781         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5782         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5784 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
5786         * bookmark.el (bookmark-version-control): Give tags in the
5787         :type choices (Bug#12309), and improve doc string.
5788         (bookmark-write-file): Bind `print-circle' to `t' to allow
5789         circular custom bookmark types.  (Bug#12503)
5791 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
5793         Revert the FOLLOW-SYMLINKS change for file-attributes.
5794         * files.el (remote-file-name-inhibit-cache, after-find-file):
5795         * time.el (display-time-file-nonempty-p): Undo last change.
5797         * profiler.el (profiler-sampling-interval): Change default back to 1.
5798         See Stefan Monnier in
5799         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5801 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
5803         Shell output catching a la gud-gdb.
5804         * progmodes/python.el (python-shell-fetch-lines-in-progress)
5805         (python-shell-fetch-lines-string, python-shell-fetched-lines):
5806         New Vars.
5807         (python-shell-fetch-lines-filter): New function.
5808         (python-shell-send-string-no-output): Use them.
5810 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
5812         * profiler.el (profiler-sampling-interval): Rename from
5813         profiler-sample-interval.
5814         (profiler-sampling-interval): Default to 10.
5815         (profiler-find-profile): New command (was profiler-find-log).
5816         (profiler-find-profile-other-window): New command.
5817         (profiler-find-profile-other-frame): New command.
5818         (profiler-profile): Introduce API-level data structure.
5820 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
5822         file-attributes has a new optional arg FOLLOW-SYMLINKS.
5823         * files.el (remote-file-name-inhibit-cache):
5824         * time.el (display-time-file-nonempty-p): Use it.
5825         * files.el (after-find-file): Don't chase links before calling
5826         file-exists-p, as file-exists-p already does the right thing.
5828 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
5830         Merge from standalone RefTeX repository.
5832         The following ChangeLog entries are shortened versions of the
5833         original ones with file paths adapted.  A not so strongly edited
5834         version of the original ChangeLog can be found in the commit log.
5836         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5837         (reftex-arg-cite): Use `reftex-cite-key-separator'.
5838         Correctly handle new value type returned by `reftex-citation'.
5840         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5841         that entries with whitespace at various places are found.
5842         Doc fix. Include entries that are cross-referenced from cited entries.
5843         Include @String definitions in the resulting bib file.  Add header
5844         and footer defined in `reftex-create-bibtex-header' and
5845         `reftex-create-bibtex-footer'.
5846         (reftex-do-citation): Make it possible again to insert
5847         non-existent entries.  Save match data when asking for optional
5848         arguments. Return all keys, not just the first one.
5849         (reftex-all-used-citation-keys): Fix regexp to correctly extract
5850         all citations in the same line.
5851         (reftex-parse-bibtex-entry): Accept additional optional argument
5852         `raw' and keep quotes or braces if it is non-nil.  Match fields
5853         containing hyphens besides word constituents.
5854         (reftex-get-string-refs): New function.
5855         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5856         and ask if it should be reread in case it did.
5857         (reftex-pop-to-bibtex-entry)
5858         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5859         entries with spaces or tabs in front of arguments.
5860         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5861         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5862         Match entries containing numbers and symbol constituents.
5863         (reftex-do-citation, reftex-figure-out-cite-format):
5864         Use `reftex-cite-key-separator'.
5866         * textmodes/reftex-dcr.el: Move provide statement to end of file.
5867         (reftex-mouse-view-crossref): Explain why point is set.
5869         * textmodes/reftex-global.el: Whitespace changes.
5871         * textmodes/reftex-index.el: Move provide statement to end of
5872         file.
5873         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5874         (reftex-index-visit-phrases-buffer): Set marker when visiting
5875         buffer.  This allows for returning from the phrases file to the
5876         file one was just editing instead of the file where the last
5877         phrases was added from.
5878         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
5879         punctuation syntax as it usually is not used as string quote in
5880         TeX-related modes and may occur unmatched.  The change also
5881         prevents fontification of quoted content.
5882         (reftex-index-phrases-mode): Use it.
5884         * textmodes/reftex-parse.el (reftex-parse-from-file):
5885         Move backward one char if a `\' was matched after a section macro.
5886         (reftex-parse-from-file): Use beginning of match instead of end as
5887         bound.
5889         * textmodes/reftex-ref.el: Adapt creation of
5890         `reftex-<package>-<macro>' functions to new structure of
5891         `reftex-ref-style-alist'.
5892         (reftex-reference): Use `reftex-ref-style-list' function.
5893         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
5894         reference macro if `reftex-ref-macro-prompt' is non-nil.
5895         (reftex-reference): Pass refstyle to `reftex-format-special'.
5896         Determine reference macro by looking at
5897         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5898         Use only one special format function.
5899         (reftex-varioref-vref, reftex-fancyref-fref)
5900         (reftex-fancyref-Fref): Remove definitions.  The functions are now
5901         generated from `reftex-ref-style-alist'.
5902         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5903         Remove.
5904         (reftex-format-special): New function.
5906         * textmodes/reftex-sel.el
5907         (reftex-select-cycle-ref-style-internal): Adapt to new structure
5908         of `reftex-ref-style-alist'. Remove code for testing macro type.
5909         (reftex-select-toggle-varioref)
5910         (reftex-select-toggle-fancyref): Remove.
5911         (reftex-select-cycle-ref-style-internal)
5912         (reftex-select-cycle-ref-style-forward)
5913         (reftex-select-cycle-ref-style-backward): New functions.
5914         (reftex-select-label-map): Use `v' and `V' for general cycling
5915         through reference styles.  Add `p' for switching between number
5916         and page reference types.
5918         * textmodes/reftex-toc.el (reftex-re-enlarge):
5919         Call `enlarge-window' only if there is something to do because in Emacs
5920         the horizontal version throws an error even if the parameter is 0.
5922         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5923         (reftex-plug-into-AUCTeX): Doc fix.
5924         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5925         string.  Adapt to new name.
5926         (reftex-ref-style-alist): Change structure so that it is not
5927         possible to use multiple different package names within a style.
5928         Remove the symbols for symbols for macro type distinction.
5929         Add characters for macro selection.
5930         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5931         (reftex-create-bibtex-footer): New variables.
5932         (reftex-format-ref-function): Mention third argument of special
5933         format function.
5934         (reftex-ref-style-alist, reftex-ref-style-default-list):
5935         New variables.
5936         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5937         to new implementation.  Mark as obsolete.  Add compatibility code
5938         for honoring the variable values in case they are set.
5939         (reftex-cite-format-builtin, reftex-bibliography-commands):
5940         Add support for ConTeXt.
5941         (reftex-format-ref-function, reftex-format-cite-function):
5942         Fix custom type.
5943         (reftex-cite-key-separator): New variable.
5945         * textmodes/reftex.el (reftex-syntax-table-for-bib)
5946         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5947         `reftex-syntax-table' because parens have to retain their paren
5948         syntax in order for parsing of BibTeX entries like @book(...) to
5949         work.
5950         (reftex-in-comment): Do not error out if `comment-start-skip' is
5951         not set.  Deal correctly with escaped comment characters.
5952         (reftex-tie-multifile-symbols): Add doc string.
5953         Initialize `reftex-ref-style-list'.
5954         (reftex-untie-multifile-symbols): Add doc string.
5955         (reftex-add-index-macros): Doc fix.
5956         (reftex-ref-style-activate, reftex-ref-style-toggle)
5957         (reftex-ref-style-list): New functions.
5958         (reftex-mode-menu): Use them.  Adapt to new structure of
5959         `reftex-ref-style-alist'.
5960         (reftex-select-with-char): Kill the RefTeX Select buffer when
5961         done.
5962         (reftex-remove-if): New function.
5963         (reftex-erase-all-selection-and-index-buffers)
5964         (reftex-mode-menu): Reference styles are now computed from
5965         `reftex-ref-style-alist'.  Fix typo.
5966         (reftex-report-bug): New function.
5967         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5968         algorithms with O(n log n).  Introduce optional argument SORT (not
5969         yet used).
5971 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
5973         Enhancements for triple-quote string syntax.
5974         * progmodes/python.el (python-syntax-propertize-function):
5975         Match both quote cases in one regexp.
5976         (python-syntax-stringify): Handle matches properly.
5978 2012-09-30  Juri Linkov  <juri@jurta.org>
5980         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5981         to nil around the call to `insert' to prevent
5982         directory time modification by lock_file.  (Bug#2295)
5983         * tar-mode.el (tar-summarize-buffer): Idem.
5985 2012-09-30  Juri Linkov  <juri@jurta.org>
5987         * facemenu.el (list-colors-sort): Add option "Luminance".
5988         (list-colors-sort-key): Implement it.
5990         * vc/diff-mode.el (diff-refine-removed):
5991         * vc/ediff-init.el (ediff-fine-diff-A):
5992         * vc/smerge-mode.el (smerge-refined-removed):
5993         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
5995 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
5997         * term/ns-win.el (x-file-dialog): New function.
5999 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
6001         * ido.el (ido-max-directory-size): Default to nil; the current
6002         default is small for POSIX systems, and impractical on Windows 7
6003         now that lstat returns directory sizes for NTFS.
6005 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
6007         In buffer display functions handle window-height/window-width
6008         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
6009         * window.el (window--display-buffer): New argument ALIST.
6010         Obey window-height and window-width alist entries.
6011         (window--try-to-split-window): New argument ALIST.
6012         Bind window-combination-limit to t when the window's size shall be
6013         changed and window-combination-limit equals `window-size'.
6014         (display-buffer-in-atom-window)
6015         (display-buffer-in-major-side-window)
6016         (display-buffer-in-side-window, display-buffer-same-window)
6017         (display-buffer-reuse-window, display-buffer-pop-up-frame)
6018         (display-buffer-pop-up-window, display-buffer-below-selected)
6019         (display-buffer-at-bottom, display-buffer-in-previous-window)
6020         (display-buffer-use-some-window): Adjust all callers of
6021         window--display-buffer and window--try-to-split-window.
6022         (fit-frame-to-buffer): New option.
6023         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
6024         is non-nil.
6025         (display-buffer-in-major-side-window): Evaluate window-height /
6026         window-width alist entries.
6028         * help.el (temp-buffer-resize-frames)
6029         (temp-buffer-resize-regexps): Remove options.
6030         (temp-buffer-resize-mode): Adjust doc-string.
6031         (resize-temp-buffer-window): Don't consult
6032         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
6033         temp-buffer-resize-frames.
6035         * dired.el (dired-mark-pop-up):
6036         Call display-buffer-below-selected with a fit-window-to-buffer alist
6037         entry.
6039 2012-09-30  Chong Yidong  <cyd@gnu.org>
6041         * server.el (server-host): Document the security implications.
6042         (server-auth-key): Doc fix.
6044         * startup.el (initial-buffer-choice): Doc fix.
6046         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
6048         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
6049         restriction change.
6051         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
6053         * help-fns.el (help-fns--obsolete): Fix last change.
6055 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6057         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
6058         (minor-mode-map-alist): Remove redundant code.
6060         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
6061         visited in a buffer.
6062         (cvs-insert-visited-file): New function.
6063         (find-file-hook): Use it.
6065         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
6067         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
6068         chose face.
6069         (log-edit-empty-buffer-p): Don't require a space after a header.
6071         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
6073         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
6075         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
6076         a proper minor-mode.
6078         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
6080 2012-09-29  Glenn Morris  <rgm@gnu.org>
6082         * winner.el (winner-mode): Remove variable (let define-minor-mode
6083         handle it).
6084         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
6085         Doc fixes.
6086         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
6087         (winner-mode): Use define-minor-mode.
6089         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
6090         the full definition in loaddefs, rather than duplicating it.
6092         * help-macro.el (three-step-help): No need to autoload defcustom.
6094         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6095         (inferior-lisp-program, inferior-lisp-load-command)
6096         (inferior-lisp-prompt, inferior-lisp-mode-hook):
6097         No need to autoload defcustoms.
6099         * hippie-exp.el (hippie-expand-try-functions-list)
6100         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
6101         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
6102         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
6103         (hippie-expand-only-buffers): No need to autoload defcustoms.
6104         * progmodes/vhdl-mode.el (vhdl-line-expand):
6105         Explicitly load hippie-exp, so it does not get autoloaded
6106         while hippie-expand-try-functions-list is let-bound.
6108 2012-09-28  Glenn Morris  <rgm@gnu.org>
6110         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
6112         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
6113         Only "cl.el" counts as cl these days.
6115 2012-09-28  Juri Linkov  <juri@jurta.org>
6117         Display archive errors in the echo area instead of inserting
6118         to the file buffer.
6120         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
6121         to STDERR-TEST that can be a regexp matching a successful output.
6122         Create a temporary file and redirect stderr to it.  Search for
6123         STDERR-TEST in the stderr output and display it in the echo area
6124         if no match is found.
6125         (archive-extract-by-file): New function like
6126         `archive-extract-by-stdout' but extracting archives to files
6127         and looking for successful matches in stdout.  Function body is
6128         mostly copied from `archive-rar-extract'.
6129         (archive-rar-extract): Use `archive-extract-by-file'.
6130         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
6132 2012-09-28  Leo Liu  <sdl.web@gmail.com>
6134         * pcomplete.el (pcomplete-show-completions):
6135         Use minibuffer-message to make pcomplete usable in minibuffer.
6137         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
6139 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6141         * type-break.el: Use lexical-binding.
6142         (type-break-mode): Use define-minor-mode.
6144         * emacs-lisp/pcase.el (pcase--mark-used): New.
6145         (pcase--u1): Use it (bug#12512).
6147         * custom.el (load-theme): Set buffer-file-name so the load is recorded
6148         in load-history with the right file name.
6150 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
6152         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
6153         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
6154         (doc-view-get-bounding-box): Make bounding box slicing work for
6155         ODF and DVI documents.
6157 2012-09-28  Glenn Morris  <rgm@gnu.org>
6159         * type-break.el (type-break-mode, type-break-interval)
6160         (type-break-good-rest-interval, type-break-keystroke-threshold):
6161         No need to autoload.
6162         (type-break-good-rest-interval, type-break-keystroke-threshold):
6163         Add :set-after.
6165 2012-09-28  Chong Yidong  <cyd@gnu.org>
6167         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
6168         Add :version tag.
6170 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6172         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
6174 2012-09-27  Glenn Morris  <rgm@gnu.org>
6176         * faces.el (x-display-name): Declare (for without-x builds).
6178         * linum.el (linum-format): Don't autoload it.  Improve :type.
6180         * progmodes/tcl.el: Don't require outline when compiling.
6181         (outline-regexp, outline-level): Declare.
6182         * textmodes/sgml-mode.el: Don't require outline when compiling.
6183         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
6185         * term.el (term-ansi-reset):
6186         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
6188         * vc/vc.el (vc-next-action): Only gripe about committing read-only
6189         files for RCS and SCCS.  (Bug#9781)
6191 2012-09-27  Chong Yidong  <cyd@gnu.org>
6193         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
6194         change; value should be t.
6196 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * image-mode.el: Use lexical-binding.
6199         (image-mode-winprops): Use t to stand for the window of
6200         a buffer that's not displayed.
6201         * doc-view.el (doc-view-new-window-function): Handle the new
6202         t in winprops.
6203         (doc-view-enlarge): Make it a real nop if the size is not changed.
6204         (doc-view-display): Handle the case where the buffer is not (yet?)
6205         displayed in any window.
6206         (doc-view-saved-settings): New var.
6207         (doc-view-mode): Use it.
6208         (doc-view-fallback-mode): Set it.
6210         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
6211         Set lexical-binding.
6212         (minibuffer-eldef-shorten-default): New var.
6213         (minibuffer-default-in-prompt-regexps): Use it for new default.
6214         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
6216 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6218         * international/uni-bidi.el:
6219         * international/uni-category.el:
6220         * international/uni-name.el:
6221         * international/uni-numeric.el: Regenerate.
6223 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
6224             Stefan Monnier  <monnier@iro.umontreal.ca>
6226         * profiler.el: New file.
6228 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6230         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6231         (testcover-reinstrument): Simplify with CSE.
6233 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6235         * window.el (temp-buffer-window-setup): Fix typo in docstring.
6237 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
6239         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6240         (verilog-auto-input, verilog-auto-insert-lisp)
6241         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6242         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6243         (verilog-auto-unused, verilog-auto-wire)
6244         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6245         newline.  Reported by Andrew Jones.
6246         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6247         Reported by Brad Dobbie.
6248         (verilog-batch-delete-trailing-whitespace):
6249         Create verilog-batch-delete-trailing-whitespace.
6250         Reported by Brad Dobbie.
6251         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6252         parameters from another module.  Reported by Dan Katz.
6253         (verilog-auto, verilog-auto-assign-modport)
6254         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6255         AUTOINOUTMODPORT for UVM interface module shell generation.
6256         Reported by Brad Dobbie.
6257         (verilog-auto-inst-interfaced-ports): Make default nil, as more
6258         standard behavior.
6259         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6260         Reported by Matt Martin.
6262 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
6264         * window.el (window--resize-child-windows): When resizing child
6265         windows proportionally, process them in reverse order to
6266         preserve the "when splitting a window the new one gets the odd
6267         line" behavior.
6268         (window--resize-root-window-vertically): When resizing the
6269         minibuffer window try to affect only windows at the bottom of the
6270         frame.  (Bug#12419)
6272 2012-09-25  Chong Yidong  <cyd@gnu.org>
6274         * subr.el (declare): Doc fix.
6276         * help-fns.el (help-fns--obsolete): Handle macros properly.
6278 2012-09-25  Chong Yidong  <cyd@gnu.org>
6280         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6281         this function obsolete.
6283         * calendar/cal-x.el (calendar-two-frame-setup)
6284         (calendar-only-one-frame-setup, calendar-one-frame-setup):
6285         * calendar/calendar.el (american-calendar, european-calendar)
6286         (calendar-for-loop):
6287         * comint.el (comint-dynamic-simple-complete)
6288         (comint-dynamic-complete-as-filename, comint-unquote-filename):
6289         * desktop.el (desktop-load-default):
6290         * dired-x.el (dired-omit-here-always)
6291         (dired-hack-local-variables, dired-default-directory):
6292         * emacs-lisp/derived.el (derived-mode-class):
6293         * emacs-lisp/timer.el (timer-set-time-with-usecs):
6294         * emacs-lock.el (toggle-emacs-lock):
6295         * epa.el (epa-display-verify-result):
6296         * epg.el (epg-sign-keys, epg-start-sign-keys)
6297         (epg-passphrase-callback-function):
6298         * eshell/esh-util.el (eshell-for):
6299         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6300         (eshell-add-to-window-buffer-names):
6301         * files.el (locate-file-completion):
6302         * imenu.el (imenu-example--create-c-index)
6303         (imenu-example--create-lisp-index)
6304         (imenu-example--lisp-extract-index-name)
6305         (imenu-example--name-and-position):
6306         * international/mule-cmds.el (princ-list):
6307         * international/mule-diag.el (decode-codepage-char):
6308         * international/mule-util.el (detect-coding-with-priority):
6309         * iswitchb.el (iswitchb-read-buffer):
6310         * mail/mailalias.el (mail-complete):
6311         * mail/sendmail.el (mail-sent-via):
6312         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6313         (mouse-major-mode-menu):
6314         * password-cache.el (password-read-and-add):
6315         * pcomplete.el (pcomplete-parse-comint-arguments):
6316         * progmodes/sh-script.el (sh-maybe-here-document):
6317         * replace.el (query-replace-regexp-eval):
6318         * savehist.el (savehist-load):
6319         * simple.el (choose-completion-delete-max-match):
6320         * term.el (term-dynamic-simple-complete):
6321         * vc/ediff-init.el (ediff-check-version):
6322         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6323         * vc/vc.el (vc-diff-switches-list):
6324         * view.el (view-return-to-alist-update): Likewise.
6326         * subr.el (eval-next-after-load, makehash, insert-string)
6327         (assoc-ignore-representation, assoc-ignore-case): Use declare to
6328         mark obsolete.
6329         (mode-line-inverse-video): Variable deleted.
6331         * international/mule-util.el (string-to-sequence): Remove.
6333         * calendar/calendar.el (calendar-version):
6334         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6335         (icalendar-convert-diary-to-ical):
6336         * cus-edit.el (custom-mode):
6337         * ansi-color.el (ansi-color-unfontify-region):
6338         * international/latin1-disp.el (latin1-char-displayable-p):
6339         * progmodes/cwarn.el (turn-on-cwarn-mode):
6340         * progmodes/which-func.el (which-func-update-1):
6341         Use define-obsolete-function-alias.
6343         * net/newst-backend.el (newsticker-cache-filename):
6344         * net/newst-treeview.el (newsticker-groups-filename):
6345         Fix incorrect obsolescence declaration.
6347         * allout.el (allout-passphrase-hint-string): Likewise.
6348         (allout-init): Use a declare form to mark obsolete.
6350         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6351         this applies to functions.
6353         * iswitchb.el (iswitchb-read-buffer): Move code of
6354         iswitchb-define-mode-map here, and delete that obsolete function.
6356         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6357         font-lock-reference-face.
6359 2012-09-25  Glenn Morris  <rgm@gnu.org>
6361         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6362         Doc fixes.
6364         * eshell/em-term.el (eshell-term-name):
6365         Default to term-term-name.  (Bug#12485)
6367 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6369         * progmodes/python.el (python-shell-send-buffer): Better handling
6370         of "if __name__ == '__main__':" conditionals when sending the buffer.
6372 2012-09-24  Glenn Morris  <rgm@gnu.org>
6374         * eshell/esh-cmd.el (eshell-find-alias-function):
6375         Tighten up file-name regexp.  (Bug#12499)
6377 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6379         Enhancements for triple-quote string syntax.
6380         * progmodes/python.el (python-quote-syntax): Remove.
6381         (python-syntax-propertize-function): New value.
6382         (python-syntax-count-quotes, python-syntax-stringify):
6383         New functions.
6385 2012-09-24  Chong Yidong  <cyd@gnu.org>
6387         * mail/supercite.el (sc-version): Remove obsolete function.
6388         (sc-describe): Don't mark as obsolete, since it is bound.
6389         (sc-submit-bug-report): Remove.
6391         * vc/log-edit.el (cvs-changelog-full-paragraphs)
6392         (cvs-commit-buffer-require-final-newline): Remove.
6393         (log-edit-require-final-newline)
6394         (log-edit-changelog-full-paragraphs): Default to t.
6396         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6397         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6398         * vc/vc.el (vc-checkout-carefully): Likewise.
6400         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6401         (emerge-version): Remove.
6403         * progmodes/compile.el (compile-internal): Remove.
6404         (compilation-parse-errors-function): Fix typo.
6406         * international/mule.el (set-char-table-default): Remove.
6407         (set-coding-priority, make-coding-system, generic-char-p)
6408         (charset-list, charset-bytes, charset-id): Use declare to mark
6409         functions as obsolete.
6411         * vc/pcvs-defs.el (cvs-buffer-name-alist)
6412         (cvs-invert-ignore-marks): Remove references to obsolete vars.
6413         * vc/vc-hooks.el (vc-default-registered): Don't use
6414         vc-master-templates.
6416         * font-lock.el (font-lock-reference-face):
6417         Use define-obsolete-variable-alias.
6419         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6420         * calendar/calendar.el (calendar-font-lock-keywords):
6421         * calendar/diary-lib.el (diary-font-lock-keywords)
6422         (diary-fancy-font-lock-keywords):
6423         * textmodes/reftex-sel.el (reftex-insert-docstruct):
6424         * textmodes/reftex-index.el (reftex-insert-index):
6425         * textmodes/reftex-cite.el (reftex-format-bib-entry):
6426         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6427         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6428         * progmodes/prolog.el (prolog-font-lock-keywords):
6429         * progmodes/idlwave.el (idlwave-idl-keywords):
6430         * progmodes/ada-mode.el (ada-font-lock-keywords):
6431         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6433 2012-09-24  Glenn Morris  <rgm@gnu.org>
6435         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6437 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
6439         * progmodes/python.el (python-indent-line): More consistent cursor
6440         movement behavior.
6442 2012-09-23  Stefan Merten  <smerten@oekonux.de>
6444         * textmodes/rst.el: Fix compiler warning.
6446 2012-09-23  Roland Winkler  <winkler@gnu.org>
6448         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6449         Transcribe also LaTeX hyphenation.
6450         (bibtex-reformat): Bug fix. Do not quote twice the elements of
6451         bibtex-reformat-previous-options.
6453 2012-09-23  Roland Winkler  <winkler@gnu.org>
6455         * proced.el (proced-renice-command): New variable.
6456         (proced-marked-processes): New function.
6457         (proced-with-processes-buffer): New macro.
6458         (proced-send-signal): Use them.
6459         (proced-renice): New command bound to r.
6461 2012-09-23  Roland Winkler  <winkler@gnu.org>
6463         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6464         ibuffer-saved-filter-groups has one element, shortcut the call of
6465         completing-read.  (Bug#12331)
6467 2012-09-23  Chong Yidong  <cyd@gnu.org>
6469         * bindings.el (mode-line-toggle-read-only):
6470         * bs.el (bs-toggle-readonly):
6471         * buff-menu.el (Buffer-menu-toggle-read-only):
6472         * dired.el (dired-toggle-read-only):
6473         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6475 2012-09-23  Chong Yidong  <cyd@gnu.org>
6477         * image.el (image-type-available-p): Adapt to init-image-library
6478         argument changes.
6480 2012-09-22  Juri Linkov  <juri@jurta.org>
6482         * dired.el (dired-mode-map): Add [remap read-only-mode] for
6483         `dired-toggle-read-only'.  (Bug#12462)
6485 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6487         * subr.el (temp-output-buffer-show): New function.
6488         (with-output-to-temp-buffer): Call temp-output-buffer-show
6489         instead of internal-temp-output-buffer-show.
6491 2012-09-22  Chong Yidong  <cyd@gnu.org>
6493         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6494         (Bug#12462).
6496         * repeat.el (repeat): Doc fix (Bug#12348).
6498         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6499         (Bug#10909).
6501         * simple.el (shell-command-on-region): Doc fix.
6502         (read-only-mode): Doc fix.
6504 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
6506         * emacs-lisp/timer.el (run-with-idle-timer)
6507         (timer-activate-when-idle): Warn against reinvoking an idle timer
6508         from within its own timer action.  (Bug#12447)
6510 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6512         * cus-start.el (window-combination-limit): Add new optional
6513         values.
6514         * window.el (temp-buffer-window-show)
6515         (window--try-to-split-window): Handle new values of
6516         window-combination-limit (Bug#1806).
6517         (split-window): Test window-combination-limit for t instead of
6518         non-nil.
6519         (display-buffer-at-bottom): New buffer display action function.
6520         * help.el (temp-buffer-resize-regexps): New option.
6521         (temp-buffer-resize-mode): Rewrite doc-string.
6522         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6523         Don't resize reused window.  Suggested by Glenn Morris.
6525 2012-09-22  Stefan Merten  <smerten@oekonux.de>
6527         * textmodes/rst.el: Revamp section title faces.
6528         (rst-official-version)
6529         (rst-package-emacs-version-alist): Sync with official version
6530         V1.4.0.
6531         (rst-faces-defaults, rst-set-level-default)
6532         (rst-level-face-max, rst-level-face-base-color)
6533         (rst-level-face-base-light, rst-level-face-format-light)
6534         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6535         (rst-adornment-faces-alist): Match new setup.
6536         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6537         (rst-level-5, rst-level-6): New faces.
6539 2012-09-22  Chong Yidong  <cyd@gnu.org>
6541         * simple.el (undo): Handle indirect buffers (Bug#8207).
6543 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6545         IDO: Disable match re-ordering for buffer switching.
6546         * ido.el (ido-buffer-disable-smart-matches): New variable.
6547         (ido-set-matches-1): Use it.  (Bug#2042)
6549 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
6551         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6552         Fix 2011-05-17 change.  (Bug#12418)
6554 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6556         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6558 2012-09-21  Glenn Morris  <rgm@gnu.org>
6560         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6561         Be more robust about locating simple.el.
6563 2012-09-21  Glenn Morris  <rgm@gnu.org>
6565         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6567 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
6569         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
6571 2012-09-20  Juri Linkov  <juri@jurta.org>
6573         * replace.el (query-replace-read-from): Use `read-regexp' instead
6574         of `read-from-minibuffer' when `regexp-flag' is non-nil.
6575         (occur-read-primary-args): Use `read-regexp' instead of
6576         `read-string'.
6577         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6578         `read-from-minibuffer'.
6579         * isearch.el (isearch-occur): Use `read-regexp' instead of
6580         `read-string'.
6581         * dired.el (dired-read-regexp): Use `read-regexp' instead of
6582         `read-from-minibuffer'.
6583         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6584         of `read-string'.  (Bug#7567)
6586         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6587         and allow accepting a list of strings prepended to a list of
6588         standard default values.  Doc fix.  (Bug#12321)
6590         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
6592         * replace.el (read-regexp): Don't add ": " when PROMPT already
6593         ends with a colon and space.  (Bug#12321)
6595 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
6597         * doc-view.el (doc-view-display): Better fix for the cl-assertion
6598         error.
6600 2012-09-20  Stefan Merten  <smerten@oekonux.de>
6602         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6603         Fixes feature request bug#11711.
6604         (rst-mode): Create `imenu-create-index-function'.
6605         (rst-get-stripped-line): Delete after refactoring.
6606         (rst-section-tree, rst-section-tree-rec)
6607         (rst-section-tree-point): Refactor and document properly.
6608         (rst-imenu-find-adornments-for-position)
6609         (rst-imenu-convert-cell, rst-imenu-create-index):
6610         New function.
6612 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6615         (macroexp--expand-all): Use it.
6616         (macroexp--funcall-and-return): Remove by folding it into its sole
6617         caller (macroexp--warn-and-return).
6618         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6619         Use macroexp--obsolete-warning.
6621         * calc/calc.el: Fix last change by removing the whole chunk, since it
6622         was only needed back when Calc was not bundled.
6624 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
6626         * emacs-lisp/debug.el (debug): Restore assignment to
6627         debugger-old-buffer removed on 2012-09-08.
6629 2012-09-20  Juri Linkov  <juri@jurta.org>
6631         * dired-aux.el (dired-diff): Remove (require 'diff) since
6632         `diff-latest-backup-file' is now autoloaded.
6634 2012-09-20  Chong Yidong  <cyd@gnu.org>
6636         * vc/diff.el (diff-latest-backup-file): Autoload.
6638 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6640         * calc/calc.el: Remove redundant autoload shape check.
6641         (sel-mode): Don't defvar.
6642         (calc-get-stack-element): Add `sel-mode' arg instead.
6643         (calc-top, calc-top-list): Pass it this additional argument.
6644         * calc/calc-store.el (calc-store-map):
6645         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6646         (calc-map-equation, calc-outer-product, calc-inner-product):
6647         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6649         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6651 2012-09-19  Juri Linkov  <juri@jurta.org>
6653         * dired-aux.el (dired-diff): Add (require 'diff) because
6654         `diff-latest-backup-file' is not autoloaded.
6655         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6656         of `dired-get-filename' to t to not report error when there is
6657         no default file on the current line.
6659 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6661         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6662         macroexp--eval-if-compile.
6663         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6664         (macroexp--expand-all): Use them (bug#12371).
6666         * doc-view.el (doc-view-guess-paper-size)
6667         (doc-view-scale-bounding-box): Fix unbound `caddr'.
6669 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
6671         New feature: set optimal slice from BoundingBox information.
6672         * doc-view.el (doc-view-mode-map): Add keybinding.
6673         (doc-view-menu): Add menu entry.
6674         (doc-view-set-slice): Adapt docstring.
6675         (doc-view-get-bounding-box, doc-view-guess-paper-size)
6676         (doc-view-scale-bounding-box)
6677         (doc-view-set-slice-from-bounding-box): New functions.
6678         (doc-view-paper-sizes): New defvar.
6680 2012-09-19  Glenn Morris  <rgm@gnu.org>
6682         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6683         (byte-compile-log-warning): Autoload.  (Bug#12371)
6685         * calendar/calendar.el (calendar-american-month-header)
6686         (calendar-european-month-header, calendar-iso-month-header)
6687         (calendar-month-header): New options.
6688         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
6689         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
6691 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
6693         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6695 2012-09-18  Juri Linkov  <juri@jurta.org>
6697         * dired-aux.el (dired-diff): Restore original functionality of
6698         getting the default value, but keep new feature of using the
6699         latest existing backup file (`diff-latest-backup-file').
6701 2012-09-18  Juri Linkov  <juri@jurta.org>
6703         * dired.el (dired-mark): If the region is active in Transient Mark
6704         mode, mark all files in the active region.  Doc fix.
6705         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6706         Doc fix.  (Bug#10624)
6708 2012-09-18  Juri Linkov  <juri@jurta.org>
6710         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6711         attributes for M-n are pulled from the file at point.
6712         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6713         Suggested by Drew Adams.  (Bug#10624)
6715 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
6717         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6718         whitespace after "end".
6719         (ruby-do-end-to-brace): Collapse block to one line if it fits
6720         within fill-column.
6722 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
6724         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6725         value.
6726         (debug): Don't remove debugger window when debugger is expected
6727         to be back.
6729 2012-09-18  Chong Yidong  <cyd@gnu.org>
6731         * custom.el (defface): Doc fix.
6733         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6735 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
6737         * progmodes/compile.el (compilation-start): Use compilation-always-kill
6738         to initialize query-on-exit; then test that instead (bug#12288).
6740 2012-09-17  Stefan Merten  <smerten@oekonux.de>
6742         * textmodes/rst.el: Add support for `testcover'.
6743         (rst-defcustom-testcover, rst-testcover-add-compose)
6744         (rst-testcover-add-1value): New functions.
6745         (rst-portable-mark-active-p): Replace by `use-region-p'.
6746         (rst-update-section, rst-classify-adornment)
6747         (rst-find-title-line): Mark `1value' forms.
6748         (rst-classify-adornment): Remove superfluous form.
6749         (rst-update-section, rst-get-adornments-around)
6750         (rst-adornment-complete-p, rst-get-next-adornment)
6751         (rst-adjust, rst-promote-region)
6752         (rst-display-adornments-hierarchy, rst-straighten-adornments)
6753         (rst-find-pfx-in-region, rst-section-tree-rec)
6754         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6755         (rst-toc-node, rst-toc, rst-forward-section)
6756         (rst-iterate-leftmost-paragraphs)
6757         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6758         (rst-bullet-list-region)
6759         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6760         (rst-compile-find-conf, rst-compile)
6761         (rst-repeat-last-character): Fix style.
6763 2012-09-17  Chong Yidong  <cyd@gnu.org>
6765         * comint.el (comint--complete-file-name-data): Don't add a space
6766         if the status is `sole'; that adds a gratuitous space in the
6767         completion-cycling case (Bug#12092).
6769         * pcomplete.el (pcomplete-completions-at-point): Likewise.
6771 2012-09-17  Richard Stallman  <rms@gnu.org>
6773         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6774         only in the mime-shown mode, not in raw mode.
6775         (rmail-mime): Toggle off mime by displaying the message without
6776         mime processing.  (Bug#12305)
6778         * mail/rmail.el (rmail-retry-failure):
6779         Turn off mime processing first.  (Bug#12037)
6781         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6783 2012-09-17  Chong Yidong  <cyd@gnu.org>
6785         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6786         (shell-dynamic-complete-functions): Convert to defcustom.
6787         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6789         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6790         * comint.el (comint-prompt-read-only):
6791         * custom.el (defcustom):
6792         * hi-lock.el (hi-lock-mode):
6793         * ibuffer.el (ibuffer-formats):
6794         * ielm.el (ielm-prompt-read-only):
6795         * novice.el (disable-command):
6796         * saveplace.el (toggle-save-place):
6797         * speedbar.el (speedbar-supported-extension-expressions):
6798         * startup.el (auto-save-list-file-prefix, init-file-user)
6799         (after-init-hook, inhibit-startup-echo-area-message):
6800         * strokes.el (strokes-help):
6801         * time-stamp.el (time-stamp):
6802         * calendar/calendar.el (calendar, diary-file):
6803         * calendar/diary-lib.el (diary-mail-entries, diary)
6804         (diary-list-entries-hook):
6805         * calendar/holidays.el (holidays, calendar-holidays):
6806         * calendar/lunar.el (lunar-phases):
6807         * calendar/solar.el (sunrise-sunset):
6808         * emulation/edt.el (edt-load-keys):
6809         * emulation/viper.el (viper-mode):
6810         * eshell/em-alias.el (eshell-command-aliases-list):
6811         * eshell/esh-util.el (eshell-convert-numeric-arguments):
6812         * international/ogonek.el (ogonek-information):
6813         * net/tramp-cmds.el (tramp-bug):
6814         * net/quickurl.el (quickurl-reread-hook-postfix):
6815         * play/decipher.el (decipher-font-lock-keywords):
6816         * progmodes/cc-styles.el (c-set-style):
6817         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6818         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6819         * progmodes/octave-mod.el (octave-mode):
6820         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6821         * progmodes/verilog-mode.el (verilog-read-defines):
6822         * textmodes/two-column.el (2C-mode): Likewise.
6824 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6826         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6827         that holds many addresses.
6829 2012-09-16  Chong Yidong  <cyd@gnu.org>
6831         * align.el (align-areas): Call the indication function with
6832         positions instead of markers for arguments (Bug#12343).
6834         * files.el (parse-colon-path): Use split-string (Bug#12351).
6836         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6837         (display-buffer-function): Mark as obsolete.
6839         * progmodes/compile.el (compilation-parse-errors): Accept list
6840         values similar to font-lock-keywords (Bug#12136).
6841         Suggested by Oleksandr Manzyuk.
6842         (compilation-error-regexp-alist): Doc fix.
6844 2012-09-15  Glenn Morris  <rgm@gnu.org>
6846         * version.el (emacs-bzr-version-bzr): New function.
6847         (emacs-bzr-get-version): Add optional EXTERNAL argument.
6849         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6850         checkouts, check the parent dirstate matches the branch.
6851         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
6852         empty string.
6854         * version.el (emacs-bzr-version): Doc fix.
6855         (emacs-bzr-version-dirstate): New function.
6856         (emacs-bzr-get-version): For lightweight checkouts, if the parent
6857         is local try and check that it matches the branch.  If not, just
6858         use dirstate information.  (Bug#12441)
6860 2012-09-14  Juri Linkov  <juri@jurta.org>
6862         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6863         (Bug#12399)
6865 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6867         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6869         * emacs-lisp/edebug.el: Miscellaneous cleanup.
6870         Remove obsolete byte-compiler hack that tried to silence some warnings.
6871         (edebug-submit-bug-report): Remove.
6872         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6873         Remove aliases, use the un-prefixed name instead.
6874         (edebug-pop-to-buffer): Consider other frames.
6875         (edebug-original-read):: Make it more obvious that it's always defined.
6876         (edebug--make-form-data-entry, edebug--form-data-name)
6877         (edebug--form-data-begin, edebug--form-data-end): Rename from the
6878         single-dashed name, and implement with cl-defstruct.
6879         (edebug-set-form-data-entry): Use the standard accessors.
6880         (edebug-make-top-form-data-entry): Use push.
6881         (edebug-no-match): Drop useless `funcall'.
6882         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6883         to functions.
6884         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6885         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6886         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6887         (easy-menu-define, with-custom-print): Remove redundant specs.
6888         (edebug-outside-overriding-local-map)
6889         (edebug-outside-overriding-terminal-local-map): Remove, unused.
6890         (edebug--display): Bind unread-command-events directly to nil rather
6891         than binding it to unread-command-events and later setting it to nil.
6892         (edebug--display): Kill edebug-eval-buffer here...
6893         (edebug--recursive-edit): ...rather than here.
6894         Bind standard-output and standard-input.
6895         (edebug-eval): Check cl-macroexpand-all is fboundp.
6896         (edebug-temp-display-freq-count): Fix last change.
6898         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6899         * subr.el (noreturn, 1value): Add `debug' spec.
6900         * emacs-lisp/advice.el: Require cl-lib.
6901         (ad-copy-tree): Remove, use copy-tree instead.
6902         (ad-dolist): Remove use dolist or cl-dolist instead.
6903         (ad-do-return): Remove, use cl-return instead.
6904         (defadvice): Add `debug' spec.
6906 2012-09-13  Juri Linkov  <juri@jurta.org>
6908         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6909         (Bug#12399)
6911 2012-09-13  Glenn Morris  <rgm@gnu.org>
6913         * calc/calc.el (math-compose-expr):
6914         * calc/calc-ext.el (math-compose-expr):
6915         * progmodes/cc-defs.el (cl-macroexpand-all):
6916         * progmodes/cc-langs.el (delete-duplicates, mapcan)
6917         (cl-macroexpand-all): Update declarations.
6919         * vc/vc.el: No need to require ediff.
6920         (ediff-load-version-control): Declare.
6921         (ediff-vc-internal): Fix declaration.
6922         (vc-version-ediff): Require ediff.
6924 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6926         Use a more backwards-compatible timer format (Bug#12430).
6927         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6928         being right after USECS, as that better supports old code that
6929         inadvisedly looked directly at the timer vector.
6931 2012-09-13  Kenichi Handa  <handa@gnu.org>
6933         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6934         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6935         `coding-priority' property of these language environment.
6937 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6939         Fix glitches caused by addition of psec to timers (Bug#12430).
6940         * image.el (image-animate-timer):
6941         * time.el (display-time-world-timer):
6942         Use timer--function and timer--args rather than raw access to
6943         timer vector.
6945 2012-09-13  Glenn Morris  <rgm@gnu.org>
6947         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6948         If not compiling a file, try using load-file-name.
6950 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6952         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6953         Fix last change.
6954         (edebug-update-eval-list): Use `push'.
6956         * emacs-lisp/edebug.el: Use lexical-binding.
6957         Remove the "edebug-" prefix from non-dynamically-scoped variables.
6958         Mark unused args with underscore.
6959         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6960         (edebug-form-data): Use defvar-local.
6961         (edebug-make-before-and-after-form, edebug-make-after-form):
6962         Use backquote.
6963         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6964         Not dynamically scoped any more.
6965         (edebug--enter-trace): Add arguments `function' and `args'.
6966         Rename from edebug-enter-trace.
6967         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
6968         (edebug--update-coverage): Add `after-index' and `value' args.
6969         Rename from edebug-update-coverage.
6970         (edebug-slow-after): Call it accordingly.
6971         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
6972         edebug-recursive-edit.
6973         (edebug--display): Call it accordingly.  Add args `value',
6974         `offset-index', and `arg-mode'.  Rename from edebug-display.
6975         (edebug-debugger, edebug): Call it accordingly.
6976         (edebug-eval-display-list): Use dolist.
6978 2012-09-12  Juri Linkov  <juri@jurta.org>
6980         * info.el (Info-search): Don't check for isearch-mode and
6981         isearch-regexp before let-binding search-spaces-regexp to
6982         Info-search-whitespace-regexp.
6983         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6984         search-whitespace-regexp if isearch-lax-whitespace or
6985         isearch-regexp-lax-whitespace is non-nil.
6986         (Info-mode): Don't set local variable search-whitespace-regexp.
6987         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6989 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6991         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6992         (debugger-env-macro): Remove support for unread-command-char.
6994         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6995         the temporary map re-appearing on emulation-mode-map-alists.
6997         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6998         since 22.1.
7000         * ehelp.el (with-electric-help): Accept functions in
7001         electric-help-form-to-execute.
7002         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
7003         And replace unread-command-char -> unread-command-events.
7005 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
7007         Sync with Tramp 2.2.6.
7009         * net/tramp.el (tramp-accept-process-output): Don't use
7010         JUST-THIS-ONE in the XEmacs case.
7012         * net/trampver.el: Update release number.
7014 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
7016         * emacs-lisp/debug.el (debugger-previous-window-height):
7017         New variable.
7018         (debug): When debugger-jumping-flag is non-nil try to restore
7019         height of debugger window.  (Bug#8789)
7021 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7023         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
7024         overriding-local-map and pre/post-command-hook here.
7025         (edebug-recursive-edit): Do it here instead (bug#12345).
7026         (edebug-outside-unread-command-char): Remove all uses of
7027         unread-command-char.
7029         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
7030         inhibit-debugger is bound instead.
7032 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7034         * subr.el (set-temporary-overlay-map): Add a docstring.
7035         (Bug#12346)
7037 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7039         * minibuffer.el (completion-table-subvert): Fix docstring.
7040         (Bug#12347)
7042 2012-09-11  Bastien Guerry  <bzg@gnu.org>
7044         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
7046 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
7048         * progmodes/sql.el: Version 3.1
7049         (sql-db2-escape-newlines): New variable.
7050         (sql-escape-newlines-filter): Use it.
7052 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
7054         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
7056 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
7058         * vc/diff-mode.el (diff-mode-menu):
7059         Bind diff-remove-trailing-whitespace.
7061 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7063         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
7064         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
7065         (emacs-lisp-byte-code-mode): New functions.
7066         (eval-sexp-add-defvars): Don't skip defvars in column >0.
7067         (eval-defun-2): Remove bogus interactive spec.
7068         (lisp-indent-line): Remove redundant whole-exp code, now done in
7069         indent-according-to-mode.
7070         (save-match-data): Remove redundant indent data.
7072         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
7073         Use `declare'.
7075 2012-09-09  Juri Linkov  <juri@jurta.org>
7077         * replace.el (replace-regexp-lax-whitespace): New defcustom.
7078         (replace-lax-whitespace, query-replace-regexp)
7079         (query-replace-regexp-eval, replace-regexp): Doc fix.
7080         (perform-replace, replace-highlight): Let-bind
7081         isearch-lax-whitespace to replace-lax-whitespace and
7082         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
7084         * isearch.el (isearch-query-replace): Let-bind
7085         replace-lax-whitespace to isearch-lax-whitespace and
7086         replace-regexp-lax-whitespace to
7087         isearch-regexp-lax-whitespace.  (Bug#10885)
7089 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7091         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
7093 2012-09-09  Alan Mackenzie  <acm@muc.de>
7095         * progmodes/cc-engine.el (c-state-cache-init):
7096         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
7097         (c-record-parse-state-state):
7098         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
7100 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
7102         * register.el (register-separator): Rename from
7103         separator-register.  All uses changed.  Doc fix.
7104         (register): Fix version.
7106 2012-09-09  Chong Yidong  <cyd@gnu.org>
7108         * replace.el (query-replace-map): Bind four new symbols for
7109         requesting window scrolling.
7111         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
7112         query-replace-map (Bug#8948).
7114         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
7116         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
7117         since they are now in query-replace-map.
7119         * window.el (scroll-other-window-down): Make the arg optional.
7121 2012-09-09  Chong Yidong  <cyd@gnu.org>
7123         * files.el (hack-local-variables-confirm): Use quit-window to kill
7124         the *Local Variables* buffer.
7126 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7128         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
7129         not just expect to be at its beginning.  Adjust callees.
7130         Succeed when do-end block has no space before the pipe character.
7131         (ruby-brace-to-do-end): When the original block is one-liner,
7132         convert to multiline.  Reindent the result.
7134 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
7136         * register.el (register): New group.
7137         (separator-register): New user option.
7138         (increment-register): Route it to `append-to-register', if
7139         register contains text.  Implication is that `C-x r +' can now be
7140         used for appending to a text register (bug#12217).
7141         (append-to-register, prepend-to-register): Add separator based on
7142         `separator-register'.
7144 2012-09-08  Alan Mackenzie  <acm@muc.de>
7146         AWK Mode: make auto-newline work when there's "==" in the pattern.
7147         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
7148         correctly.
7149         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
7150         Test more rigorously for "=" token.
7152 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
7154         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
7155         Only fail when reached LIMIT.
7157 2012-09-08  Chong Yidong  <cyd@gnu.org>
7159         * dired.el (dired-mode-map): Don't bind M-=.
7161         * dired-aux.el (dired-diff): Use backup file as default.
7163 2012-09-08  Drew Adams  <drew.adams@oracle.com>
7165         * subr.el (add-to-history): Fix delete usage (Bug#12314).
7167 2012-09-08  Chong Yidong  <cyd@gnu.org>
7169         * subr.el (syntax-after, syntax-class): Doc fix.
7171 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
7173         * window.el (display-buffer-in-previous-window): New buffer
7174         display action function.
7176         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
7177         (debugger-previous-window): New variable.
7178         (debug): Rewrite using display-buffer-in-previous-window,
7179         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
7181 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7183         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
7185 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
7187         * progmodes/python.el (python-shell-send-string):
7188         When default-directory is remote, create temp file on remote
7189         filesystem.
7190         (python-shell-send-file): When file is remote, pass local view of
7191         file paths to remote Python interpreter.  (Bug#12340)
7193 2012-09-07  Chong Yidong  <cyd@gnu.org>
7195         * window.el (switch-to-buffer): Doc fix (Bug#12181).
7197         * files.el (after-find-file): Don't fail on a read-only buffer if
7198         require-final-newline is `visit' or `visit-save' (Bug#11156).
7200         * subr.el (read-char-choice): Allow quitting via ESC ESC.
7202         * userlock.el (ask-user-about-supersession-threat):
7203         Use read-char-choice (Bug#12093).
7205 2012-09-07  Chong Yidong  <cyd@gnu.org>
7207         * subr.el (buffer-narrowed-p): New function.
7209         * ses.el (ses-widen):
7210         * simple.el (count-words--buffer-message):
7211         * net/browse-url.el (browse-url-of-buffer): Use it.
7213         * simple.el (count-words-region): Don't signal an error if there
7214         is a non-nil prefix arg and the mark is not set.
7216         * help.el (describe-key-briefly): Allow the message to be seen
7217         when invoked from the minibuffer (Bug#7014).
7219 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7221         * progmodes/ruby-mode.el (ruby-end-of-defun)
7222         (ruby-beginning-of-defun): Simplify, allow indentation before
7223         block beginning and end keywords.
7224         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7225         (ruby-end-of-defun): Expect that the point is at the beginning of
7226         the defun.
7228 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7230         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7231         (bug#12367).
7232         (cl--make-usage-args): Strip _ from argument names.
7234 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7236         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7237         obsolete alias speedbar-key-map.
7238         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7239         (vhdl-index-menu-init): Don't use obsolete variable
7240         font-lock-maximum-size.
7242 2012-09-06  Chong Yidong  <cyd@gnu.org>
7244         * frame.el (window-system-version): Mark as obsolete.
7246         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7247         of obsolete variable speedbar-key-map.
7249 2012-09-06  Juri Linkov  <juri@jurta.org>
7251         * replace.el (replace-lax-whitespace): New defcustom.
7252         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7253         (replace-string, replace-regexp): Mention it in docstrings.
7254         (perform-replace, replace-highlight): Let-bind
7255         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7256         to the values of replace-lax-whitespace and regexp-flag.
7257         Don't let-bind search-whitespace-regexp.  (Bug#10885)
7259         * isearch.el (isearch-query-replace): Let-bind
7260         replace-lax-whitespace instead of let-binding
7261         replace-search-function and replace-re-search-function.
7262         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7263         and isearch-regexp-lax-whitespace to lazy-highlight variables.
7264         (isearch-toggle-symbol): Set isearch-regexp to nil
7265         in isearch-word mode (like in isearch-toggle-word).
7267 2012-09-06  Juri Linkov  <juri@jurta.org>
7269         * replace.el (replace-search-function)
7270         (replace-re-search-function): Set default values to nil.
7271         (perform-replace): Let-bind isearch-related variables based on
7272         replace-related values, call `isearch-search-fun' and let-bind
7273         the result to `search-function'.  Remove code that sets
7274         `search-function' and `search-string' separately for
7275         `delimited-flag'.
7276         (replace-highlight): Add new argument `delimited-flag' and
7277         rename other arguments to the names used in `perform-replace'.
7278         Let-bind `isearch-word' to the argument `delimited-flag'.
7279         (Bug#10885, bug#10887)
7281 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7283         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7284         ruby-beginning-of-indent, simplify, allow all keywords to have
7285         indentation before them.
7286         (ruby-beginning-of-indent): Adjust for above.  Search until the
7287         found point is not inside a string or comment.
7288         (ruby-font-lock-keywords): Allow symbols to start with "@"
7289         character, give them higher priority than variables.
7290         (ruby-syntax-propertize-function)
7291         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7292         matchers.  Expression expansions are not comments when inside a
7293         string, and there comment syntax status is irrelevant.
7294         (ruby-match-expression-expansion): New function.  Check that
7295         expression expansion is inside a string, and it's not escaped.
7296         (ruby-font-lock-keywords): Use it.
7298 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
7300         * help.el (temp-buffer-max-height): New default value.
7301         (temp-buffer-resize-frames): New option.
7302         (resize-temp-buffer-window): Optionally resize frame.
7304         * window.el (fit-frame-to-buffer-bottom-margin): New option.
7305         (fit-frame-to-buffer): New function.
7307 2012-09-05  Glenn Morris  <rgm@gnu.org>
7309         * emulation/cua-rect.el (cua--init-rectangles):
7310         * textmodes/picture.el (picture-mode-map):
7311         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7312         like forward-char and backward-char.  (Bug#12317)
7314 2012-09-05  Leo Liu  <sdl.web@gmail.com>
7316         * progmodes/flymake.el (flymake-warning-re): New variable.
7317         (flymake-parse-line): Use it.
7319 2012-09-05  Glenn Morris  <rgm@gnu.org>
7321         * calendar/holidays.el (holiday-christian-holidays):
7322         Rename an entry.  (Bug#12289)
7324 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7326         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7327         (bug#12222).
7329 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * loadup.el: Load macroexp.  Remove hack.
7332         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7333         (macroexp--expand-all): Use it to get better warnings.
7334         (macroexp--backtrace, macroexp--trim-backtrace-frame)
7335         (internal-macroexpand-for-load): New functions.
7336         (macroexp--pending-eager-loads): New var.
7337         (emacs-startup-hook): New hack to replace one in loadup.el.
7338         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7339         (cl--compiler-macro-cXXr): Move to top, before they can be used.
7340         (cl-psetf): Simplify.
7341         (cl-defstruct): Add indent rule.
7343 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
7345         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7346         over `user-mail-address' for the SMTP MAIL FROM envelope.
7347         (smtpmail-via-smtp): Ditto.
7349 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
7351         * progmodes/ruby-mode.el: Clean up keybindings.
7352         (ruby-mode-map): Don't bind ruby-electric-brace,
7353         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7354         backward-kill-word, reindent-then-newline-and-indent.
7355         (ruby-mark-defun): Remove.
7356         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
7357         (ruby-mode): Set local beginning-of-defun-function and
7358         end-of-defun-function values.
7360 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
7362         * window.el (temp-buffer-window-setup-hook)
7363         (temp-buffer-window-show-hook): New hooks.
7364         (temp-buffer-window-setup, temp-buffer-window-show)
7365         (with-temp-buffer-window): New functions.
7366         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7367         (special-display-popup-frame): Make sure the window used shows BUFFER.
7369         * help.el (temp-buffer-resize-mode): Fix doc-string.
7370         (resize-temp-buffer-window): New optional argument WINDOW.
7372         * files.el (recover-file, save-buffers-kill-emacs):
7373         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7375 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
7377         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7378         remote definition of `default-directory', ensure we can connect.
7380 2012-09-02  Juri Linkov  <juri@jurta.org>
7382         Toggle whitespace matching mode with M-s SPC.
7383         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7385         * isearch.el (search-whitespace-regexp): Doc fix.
7386         Remove cons cell customization.
7387         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7388         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7389         New variables.
7390         (isearch-forward, isearch-forward-regexp): Doc fix.
7391         (isearch-toggle-lax-whitespace): New command.
7392         (search-forward-lax-whitespace, search-backward-lax-whitespace)
7393         (re-search-forward-lax-whitespace)
7394         (re-search-backward-lax-whitespace): New functions.
7395         (isearch-whitespace-regexp): Remove function.
7396         (isearch-query-replace): Let-bind replace-search-function and
7397         replace-re-search-function.
7398         (isearch-occur): Let-bind search-spaces-regexp according to the
7399         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7400         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7401         condition for C-q SPC.
7402         (isearch-search-fun-default): Use new functions mentioned above.
7403         (isearch-search-forward, isearch-search-backward): Remove functions.
7404         (isearch-search): Don't let-bind search-spaces-regexp.
7405         (isearch-lazy-highlight-space-regexp): Remove variable.
7406         (isearch-lazy-highlight-lax-whitespace)
7407         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7408         (isearch-lazy-highlight-new-loop): Use them.
7409         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7411 2012-09-02  Chong Yidong  <cyd@gnu.org>
7413         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7415 2012-09-02  Glenn Morris  <rgm@gnu.org>
7417         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
7419 2012-09-01  Glenn Morris  <rgm@gnu.org>
7421         * term.el: Tidy up menu definitions.
7422         (term-mode-map): Use easymenu for In/Out, Complete menus.
7423         (term-pager-break-map): Initialize in the defvar.
7424         (term-terminal-menu, term-signals-menu): Define with easymenu.
7425         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
7426         (term-pager-menu): New, extracted from term-process-pager.
7427         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7428         (term-update-mode-line): Propertize line/char and page items.
7429         (term-process-pager): Move keymap initialization elsewhere.
7431 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
7433         * window.el (switch-to-prev-buffer): Handle additional values of
7434         BURY-OR-KILL argument.  Don't switch in minibuffer window.
7435         (switch-to-next-buffer): Don't switch in minibuffer window.
7436         (quit-restore-window): New function based on quit-window.
7437         Handle additional values of former KILL argument.
7438         (quit-window): Call quit-restore-window with appropriate
7439         interpretation of KILL argument.
7440         (display-buffer-below-selected): New buffer display action
7441         function.
7443 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * minibuffer.el (completion-at-point-functions): Complete docstring
7446         (bug#12254).
7448 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7450         Better seed support for (random).
7451         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7452         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7453         * play/mpuz.el, play/tetris.el, play/zone.el:
7454         * calc/calc-comb.el (math-init-random-base):
7455         * play/blackbox.el (bb-init-board):
7456         * play/life.el (life):
7457         * server.el (server-use-tcp):
7458         * type-break.el (type-break):
7459         Remove unnecessary call to (random t).
7460         * net/sasl.el (sasl-unique-id-function):
7461         Change (random t) to (random), now that the latter is more random.
7462         * play/life.el (life-initialized): Remove no-longer-needed var.
7464 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
7466         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7467         Consider frame's buffer predicate when choosing the buffer.
7468         (Bug#12081)
7470 2012-08-30  Richard Stallman  <rms@gnu.org>
7472         * simple.el (special-mode-map): Delete binding for `z'.
7474 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
7476         * progmodes/compile.el (compilation-always-kill): Doc fix.
7478 2012-08-30  Chong Yidong  <cyd@gnu.org>
7480         * window.el (display-buffer-reuse-frames): Make the obsolescence
7481         message more informative.
7483 2012-08-30  Glenn Morris  <rgm@gnu.org>
7485         * paren.el (show-paren-delay):
7486         Add a :set function.  Doc fix.  (Bug#12297)
7488 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
7490         * progmodes/compile.el (compilation-always-kill): New var.
7491         (compilation-start): Use it.
7493 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7495         * simple.el (read-only-mode): Move from files.el for bootstrapping.
7496         * files.el (read-only-mode): Move to simple.el.
7498         * files.el (read-only-mode): New minor mode.
7499         (toggle-read-only): Use it and mark obsolete.
7500         (find-file--read-only):
7501         * vc/vc.el (vc-next-action, vc-checkout):
7502         * vc/vc-cvs.el (vc-cvs-checkout):
7503         * obsolete/vc-mcvs.el (vc-mcvs-update):
7504         * ffap.el (ffap--toggle-read-only): Update callers.
7506 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
7508         * eshell/esh-ext.el (eshell-external-command): Do not examine
7509         remote shell scripts.
7510         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7512         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7513         "/usr/local/sbin".
7515 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7517         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7519 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7521         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7522         completion-at-point.  (Bug#12220)
7524         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7526         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7528 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7530         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7531         be buffer-local; add delete-trailing-whitespace (bug#12259).
7533 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
7535         * progmodes/hideif.el (hif-compress-define-list):
7536         Fix typo.  (Bug#11951)
7538 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
7540         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7541         buffer local setting.
7543         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7544         rcirc-encode-coding-system.
7546 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7548         * net/rcirc.el (rcirc-split-message): New function.
7549         (rcirc-send-message): Use it.  (Bug#12051)
7551 2012-08-28  Juri Linkov  <juri@jurta.org>
7553         * info.el (Info-fontify-node): Hide empty lines at the end of
7554         the node.  (Bug#12272)
7556 2012-08-27  Drew Adams  <drew.adams@oracle.com>
7558         * dired.el (dired-pop-to-buffer): Make window start at beginning
7559         of buffer (Bug#12281).
7561 2012-08-26  Chong Yidong  <cyd@gnu.org>
7563         * window.el (special-display-regexps, special-display-frame-alist)
7564         (special-display-buffer-names, special-display-function)
7565         (display-buffer-reuse-frames): Mark as obsolete.
7567         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7569         * help.el (help-print-return-message): Don't treat
7570         display-buffer-reuse-frames specially.
7572 2012-08-26  Chong Yidong  <cyd@gnu.org>
7574         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7575         New variable, replacing gdb-frame-parameters.
7576         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7577         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7578         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7579         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7580         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
7581         the functions directly with gdb-display-buffer-other-frame-action.
7582         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7583         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7584         (gdb-display-stack-buffer, gdb-display-locals-buffer)
7585         (gdb-display-registers-buffer): Define directly.
7586         (def-gdb-display-buffer): Macro deleted.
7587         (gdb-display-buffer): Remove second and third args, callers don't
7588         use them.  Defer to the default display-buffer behavior, apart
7589         from making windows dedicated.
7590         (gdb-setup-windows): Don't call display-buffer unnecessarily.
7592         * progmodes/gud.el (gud-display-line): Just use display-buffer.
7594         * window.el (display-buffer-pop-up-frame): Handle a
7595         pop-up-frame-parameters alist entry.
7596         (display-buffer): Document it.
7598 2012-08-26  Chong Yidong  <cyd@gnu.org>
7600         * isearch.el (search-whitespace-regexp): Make string and nil
7601         values apply to both ordinary and regexp search.  Allow a cons
7602         cell value to distinguish between the two.
7603         (isearch-whitespace-regexp, isearch-search-forward)
7604         (isearch-search-backward): New functions.
7605         (isearch-occur, isearch-search-fun-default, isearch-search)
7606         (isearch-lazy-highlight-new-loop): Use them.
7607         (isearch-forward, isearch-forward-regexp): Doc fix.
7609 2012-08-26  Chong Yidong  <cyd@gnu.org>
7611         * faces.el (help-argument-name): Always inherit from italic
7612         (Bug#12213).
7614 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
7616         * window.el (window--even-window-heights): Even heights when
7617         WINDOW and the selected window form a vertical combination.
7618         (display-buffer-use-some-window): Provide that window used gets
7619         sized back by quit-window.  (Bug#11880) and (Bug#12091)
7621 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7623         Fix file time stamp problem with bzr and CVS (Bug#12001).
7624         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7625         in the file's time stamp, since the version control system loses
7626         that information.
7628 2012-08-22  Juri Linkov  <juri@jurta.org>
7630         * info.el (Info-fontify-node): Hide the suffix of the
7631         Info file name in the header line.  (Bug#12187)
7633 2012-08-22  Glenn Morris  <rgm@gnu.org>
7635         * calendar/cal-tex.el (cal-tex-weekly-common):
7636         Restore leading blank page.
7638 2012-08-22  Le Wang  <l26wang@gmail.com>
7640         * misc.el (forward-to-word, backward-to-word): Activate or extend
7641         the region under `shift-select-mode'.  (Bug#12231)
7643 2012-08-22  Bastien Guerry  <bzg@gnu.org>
7645         * progmodes/executable.el (executable-prefix): Set to "#!" instead
7646         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
7647         gives details on why the space is never needed.
7649 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
7651         * window.el (walk-window-tree, window-with-parameter):
7652         New optional argument MINIBUF to control whether these functions
7653         should run on the minibuffer window.
7654         (window-at-side-list): Don't operate on minibuffer window.
7655         (window-in-direction): Simplify and rewrite doc-string.
7656         (window--size-ignore): Rename to window--size-ignore-p.
7657         Update callers.
7658         (display-buffer-in-atom-window, window--major-non-side-window)
7659         (window--major-side-window, display-buffer-in-major-side-window)
7660         (delete-side-window, display-buffer-in-side-window):
7661         New functions.
7662         (window--side-check, window-deletable-p, delete-window)
7663         (delete-other-windows, split-window): Handle side windows and
7664         atomic windows appropriately.
7665         (window--display-buffer): Call display-buffer-record-window also
7666         when the window buffer did not change.
7668 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
7670         * help-fns.el (help-fns--key-bindings):
7671         Abbreviate non-symbol remap targets.  (Bug#12174)
7673 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
7675         * dired.el (dired-mark-remembered): Don't clobber point.
7676         (Bug#11795)
7678 2012-08-22  Glenn Morris  <rgm@gnu.org>
7680         * progmodes/bug-reference.el (bug-reference): New custom group.
7681         (bug-reference-bug-regexp): Make it a defcustom.
7683 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
7685         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7686         (js-paren-indent-offset, js-square-indent-offset)
7687         (js-curly-indent-offset): Add :safe (Bug#12257).
7689 2012-08-22  Edward O'Connor  <hober0@gmail.com>
7691         * json.el (json-key-format): Add error properties.
7692         (json-encode-key): New function.
7693         (json-encode-hash-table, json-encode-alist, json-encode-plist):
7694         Use json-encode-key.
7696 2012-08-22  Glenn Morris  <rgm@gnu.org>
7698         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7699         (cal-tex-leftday, cal-tex-rightday): Remove functions.
7700         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7701         Update for above change.
7703 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
7705         * cus-face.el (custom-face-attributes): Fix customize type for the
7706         :underline attribute.  (Bug#11805)
7708 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
7710         * window.el (window-point-1, set-window-point-1): Remove.
7711         (window-in-direction, record-window-buffer)
7712         (set-window-buffer-start-and-point, split-window-below)
7713         (window--state-get-1, display-buffer-record-window):
7714         Replace calls to window-point-1 and set-window-point-1 by calls to
7715         window-point and set-window-point respectively.
7717 2012-08-21  Glenn Morris  <rgm@gnu.org>
7719         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7720         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7721         Use it.
7723         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7724         (cal-tex-shortday): New function.
7725         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7726         (cal-tex-cursor-filofax-daily): Use the above.
7728         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7729         New functions.
7730         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7731         (cal-tex-cursor-filofax-week): Use them.
7733         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7734         New constants.
7735         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7736         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7738         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7739         (cal-tex-end-document): Don't rely on buffer name.
7741         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7742         Use cal-tex-vspace.
7743         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7744         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7745         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7746         Use cal-tex-arg.
7748         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7749         (cal-tex-cursor-week, cal-tex-cursor-week2)
7750         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7751         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7752         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7753         (cal-tex-insert-preamble, cal-tex-b-document)
7754         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7755         Improve cal-tex-cmd usage.
7757         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7758         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7759         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7760         (cal-tex-weekly-paper): New function.
7761         (cal-tex-cursor-week, cal-tex-cursor-week2)
7762         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7763         (cal-tex-cursor-day): Use it.
7765         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7766         (cal-tex-cursor-filofax-week): Remove leading blank page.
7768         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7769         Add autoload cookie.  For now at least, don't use color, since
7770         no other cal-tex function does.
7772         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7773         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7774         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7776 2012-08-21  Juri Linkov  <juri@jurta.org>
7778         * info.el (Info-file-attributes): New variable.
7779         (info-insert-file-contents): Add file attributes to
7780         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
7781         `Info-toc-nodes' when previous modtime of the Info file is less
7782         than new modtime.
7783         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7784         of info.el.  (Bug#12230)
7786 2012-08-20  Glenn Morris  <rgm@gnu.org>
7788         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7789         * calendar/holidays.el (calendar-holiday-list):
7790         Report errors with display-warning rather than beep'n'sleep.
7792 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
7794         * net/tramp.el (tramp-accept-process-output): Accept only output
7795         from PROC.  Otherwise, process filters and sentinels might be
7796         confused.  (Bug#12145)
7798 2012-08-20  Chong Yidong  <cyd@gnu.org>
7800         * descr-text.el (describe-text-properties-1): Use overlays-in to
7801         report on empty overlays (Bug#3322).
7803 2012-08-20  Glenn Morris  <rgm@gnu.org>
7805         * mail/rmailout.el (rmail-output-read-file-name):
7806         Trap and report errors in rmail-output-file-alist elements.
7808         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7809         since most non-font-lock faces are not also variables).
7811 2012-08-20  Edward Reingold  <reingold@iit.edu>
7813         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7814         New function.  (Bug12160)
7816 2012-08-19  Glenn Morris  <rgm@gnu.org>
7818         * mail/rmailout.el (rmail-output-read-file-name):
7819         Fix previous change (when the alist is nil or does not match).
7821 2012-08-19  Chong Yidong  <cyd@gnu.org>
7823         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7824         (Bug#12228).
7826 2012-08-18  Chong Yidong  <cyd@gnu.org>
7828         * simple.el (yank-handled-properties): New defcustom.
7829         (yank-excluded-properties): Add font-lock-face and category.
7830         (yank): Doc fix.
7832         * subr.el (remove-yank-excluded-properties):
7833         Obey yank-handled-properties.  The special handling of font-lock-face
7834         and category is now done this way, instead of being hard-coded.
7835         (insert-for-yank-1): Remove font-lock-face handling.
7836         (yank-handle-font-lock-face-property)
7837         (yank-handle-category-property): New function.
7839 2012-08-17  Glenn Morris  <rgm@gnu.org>
7841         * mail/rmailout.el (rmail-output-read-file-name):
7842         Check rmail-output-file-alist against the full message body
7843         in the correct rmail buffer.  (Bug#12214)
7845 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
7847         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7848         Eliminate superfluous prompt.  (Bug#12203)
7850 2012-08-17  Chong Yidong  <cyd@gnu.org>
7852         * mouse.el (mouse-appearance-menu): If x-select-font returns a
7853         font spec, set the font directly (Bug#3228).
7855 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
7857         * window.el (delete-window): Fix last fix.
7859 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
7861         * window.el (window-valid-p): Move to window.c.
7862         (window-child, window-child-count, window-last-child)
7863         (window-normalize-window, window-combined-p)
7864         (window-combinations, window-atom-root, window-min-size)
7865         (window-sizable, window-sizable-p, window-size-fixed-p)
7866         (window-min-delta, window-max-delta, window--resizable)
7867         (window--resizable-p, window-resizable, window-total-size)
7868         (window-full-height-p, window-full-width-p, window-body-size)
7869         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7870         (minimize-window, window-deletable-p, delete-window)
7871         (delete-other-windows, set-window-buffer-start-and-point)
7872         (next-buffer, previous-buffer, split-window, balance-windows-2)
7873         (set-window-text-height, window-buffer-height)
7874         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7875         (truncated-partial-width-window-p): Minor code adjustments.
7876         In doc-strings state whether the argument window has to denote a
7877         live, valid or any window.
7879 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
7881         * progmodes/subword.el (subword-forward-function)
7882         (subword-backward-function, subword-forward-regexp)
7883         (subword-backward-regexp): New variables.
7884         (subword-forward, subword-forward-internal, subword-backward-internal):
7885         Use new variables, eg so that different "word" definitions
7886         can be easily used.  (Bug#11411)
7888 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7891         for composite selectors.
7892         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7893         operation just because we can't find a previous revision.
7895 2012-08-15  Chong Yidong  <cyd@gnu.org>
7897         * frame.el (set-frame-font): Accept font objects.
7899 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7901         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7903 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
7905         * man.el (Man-overstrike-face, Man-underline-face)
7906         (Man-reverse-face): Remove variables.
7907         (Man-overstrike, Man-underline, Man-reverse): New faces.
7908         (Man-fontify-manpage): Use them instead of the variables.
7909         (Man-cleanup-manpage): Comment change.
7910         (Man-ansi-color-map): New variable.
7911         (Man-fontify-manpage): Use it.
7912         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7914         Implement ANSI SGR parameters 22-27 (bug#12146).
7915         * ansi-color.el (ansi-colors): Doc fix.
7916         (ansi-color-context, ansi-color-context-region): Doc fix.
7917         (ansi-color--find-face): New function.
7918         (ansi-color-apply, ansi-color-apply-on-region): Use it.
7919         Rename the local variable `face' to `codes' since it is now a list of
7920         ansi codes.  Doc fix.
7921         (ansi-color-get-face): Remove.
7922         (ansi-color-parse-sequence): New function, derived from
7923         ansi-color-get-face.
7924         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
7925         codes 22-27.
7927 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * subr.el (read-passwd): Allow use from a minibuffer.
7931 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
7933         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7934         inside comments and strings as identifiers.
7936         * progmodes/gud.el (gud-tooltip-print-command): Quote the
7937         expression to evaluate.  This allows to evaluate expressions with
7938         embedded whitespace.
7939         (gud-tooltip-tips): Add a blank before the newline in the
7940         message-box text, for the benefit of message-box emulation on
7941         MS-Windows.
7943         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7944         messages from GDB, pop them up in a tooltip to give feedback to
7945         user.
7946         (gdb-tooltip-print-1): Quote the expression to evaluate.
7947         This allows to evaluate expressions with embedded whitespace.
7948         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7949         if the TTY name is nil or empty (which happens when communicating
7950         with the inferior via pipes, e.g. on MS-Windows).
7951         (gdb-internals): If GDB sends a "&\n" empty debugging message,
7952         don't send that to the GUD buffer.
7954 2012-08-14  Glenn Morris  <rgm@gnu.org>
7956         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7957         Optimize away setq-default with no args, as for setq.  (Bug#12195)
7959 2012-08-14  Chong Yidong  <cyd@gnu.org>
7961         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7963         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7964         (Bug#12085).
7966 2012-08-14  Glenn Morris  <rgm@gnu.org>
7968         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7970 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
7972         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7973         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7974         Use cached shell name.
7976 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
7978         * progmodes/python.el (python-shell-send-string):
7979         (python-shell-send-setup-code): Do not use `format' with `message'.
7981 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
7983         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7984         (ruby-percent-literal-beg-re): New constant.
7985         (ruby-syntax-general-delimiters-goto-beg): Rename to
7986         `ruby-syntax-enclosing-percent-literal', improve literal type check.
7987         (ruby-syntax-propertize-general-delimiters): Rename to
7988         `ruby-syntax-propertize-percent-literal', it's a shorter and more
7989         popular term.  Adjust comments everywhere.
7990         (ruby-syntax-propertize-percent-literal): Only propertize when not
7991         inside a simple string or comment.  When the literal is unclosed,
7992         leave the text after it unpropertized.
7993         (ruby-syntax-methods-before-regexp): New constant.
7994         (ruby-syntax-propertize-function): Use it to recognize regexps.
7995         Don't look at the text after regexp, just use the whitelist.
7997 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
7999         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
8000         non-nil always load the compiled file if it exists.  (Bug#12197)
8002 2012-08-14  Chong Yidong  <cyd@gnu.org>
8004         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
8005         (hi-lock-set-pattern): When deciding whether to use font lock or
8006         overlays, look at font-lock-mode instead of font-lock-fontified
8007         (Bug#12168).
8008         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
8009         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
8011 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
8013         * subr.el (internal--after-with-selected-window): Fix typo
8014         (Bug#12193).
8016 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
8018         Use `completion-table-dynamic' for completion functions.
8019         * progmodes/python.el
8020         (python-shell-completion--do-completion-at-point)
8021         (python-shell-completion--get-completions):
8022         Remove functions.
8023         (python-shell-completion-complete-at-point): New function.
8024         (python-completion-complete-at-point): Use it.
8026 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
8028         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
8029         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
8031 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8033         * subr.el (function-get): Refine `autoload' arg so it can also
8034         autoload functions for gv.el (bug#12191).
8035         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
8036         autoloads macros.
8038         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
8039         Prefer pcase-let over destructuring-bind.
8040         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
8041         Also, remove whitespace as we go, rather than after accumulating the
8042         various places.
8044         * subr.el (internal--before-with-selected-window)
8045         (internal--after-with-selected-window): Fix typo seleted->selected.
8046         (with-selected-window): Adjust callers.
8047         Reported by Dmitry Gutov <dgutov@yandex.ru>.
8049 2012-08-13  Bastien Guerry  <bzg@gnu.org>
8051         * window.el (special-display-popup-frame): Minor docstring
8052         enhancement.  (Bug#12172)
8054 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
8056         * tar-mode.el (tar-header-data-end): Only ignore size for files of
8057         type 1-6.
8058         (tar-header-block-summarize, tar-get-descriptor): Handle pax
8059         extended headers.
8061         * files.el (hack-local-variables-filter): Remove useless eval.
8063 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
8065         * subr.el (with-selected-window): Fix last change.
8067 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8069         * subr.el (internal--before-with-seleted-window)
8070         (internal--after-with-seleted-window): New functions.
8071         (with-selected-window): Use them, to replace dependency on
8072         tty-top-frame.
8074 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
8076         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
8077         binding for `newline'.
8078         (ruby-move-to-block): When moving backward, stop at block opening,
8079         not indentation.
8080         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
8081         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
8082         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8083         `ruby-toggle-block'.
8085 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8087         * ibuffer.el (ibuffer-do-toggle-read-only):
8088         * dired.el (dired-toggle-read-only):
8089         * buff-menu.el (Buffer-menu-toggle-read-only):
8090         * bindings.el (mode-line-toggle-read-only):
8091         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
8093 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
8095         * descr-text.el (describe-char): Put the overlays over the
8096         "displayed as" character.
8098 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
8100         * calc/calc-units.el (math-default-units-table): Give an
8101         initial value.
8102         (math-put-default-units): Add options to put composite units and
8103         unit systems in the default units table.
8104         (calc-convert-units): Send composite units to
8105         `math-put-default-units' when appropriate.
8107 2012-08-11  Glenn Morris  <rgm@gnu.org>
8109         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
8111         * tutorial.el (help-with-tutorial):
8112         * emacs-lisp/copyright.el (copyright-update-directory):
8113         * emacs-lisp/autoload.el (autoload-find-generated-file)
8114         (autoload-find-file): Disable local eval: (for insurance).
8116         * files.el (hack-local-variables-filter): If an eval: form is not
8117         known to be safe, and enable-local-variables is :safe, then ignore
8118         the form totally, as is done for non-eval forms.  (Bug#12155)
8119         This is CVE-2012-3479.
8121 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8123         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
8124         (rx-form): Simplify.
8126 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
8128         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
8129         ?, _, and : are symbol constituents, ! is not (but kinda should be).
8130         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
8131         (ruby-syntax-propertize-function): Adjust for changes in
8132         `ruby-syntax-propertize-heredoc'.
8134 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
8136         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
8137         binding (use `M-;' instead).
8138         (ruby-singleton-class-p): New function.
8139         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
8141 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8143         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
8145 2012-08-10  Chong Yidong  <cyd@gnu.org>
8147         * progmodes/python.el (python-shell-get-process-name): Don't mess
8148         with same-window-buffer-names.
8150         * eshell/eshell.el (eshell-add-to-window-buffer-names)
8151         (eshell-remove-from-window-buffer-names): Make obsolete.
8152         (eshell-buffer-name, eshell-unload-hook): Don't use them.
8153         (eshell): Just use pop-to-buffer-same-window instead.
8155 2012-08-10  Chong Yidong  <cyd@gnu.org>
8157         * bindings.el: Bind M-= back to count-words-region.
8159         * simple.el (count-words-region): Accept a prefix arg for acting
8160         on the entire buffer.
8161         (count-words--buffer-message): New helper function.
8163 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8165         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
8166         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
8167         (event-start, event-end): Use posn-at-point to return a more
8168         informative posn.
8169         (posnp): New function.
8170         * mouse.el (popup-menu-normalize-position): Use it.
8172 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
8174         * mouse.el (popup-menu-normalize-position): New function.
8175         (popup-menu): Use `popup-menu-normalize-position' to normalize
8176         the form for POSITION argument.
8178         * term/x-win.el (x-menu-bar-open):
8179         Use the value returend from (posn-at-point) as position
8180         passed to `popup-menu'.
8182 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8184         * calc/calccomp.el (math-compose-expr): Add extra argument
8185         indicating that parentheses should be put around products in
8186         denominators.  Give multiplication precedence over division during
8187         composition.
8189 2012-08-09  Chong Yidong  <cyd@gnu.org>
8191         * man.el (Man-switches, Man-sed-command, Man-awk-command)
8192         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
8193         (Man-untabify-command, manual-program): Convert to defcustom
8194         (Bug#10429).
8196         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
8198         * descr-text.el (describe-char): Don't insert extra newlines
8199         (Bug#10127).
8201         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
8202         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
8204         * align.el (align-region): Delete temporary markers (Bug#10047).
8205         Plus some code cleanups.
8207 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8209         * progmodes/python.el (python-pdbtrack-tracked-buffer)
8210         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
8211         (python-shell-internal-last-output): Use make-local-variable
8212         instead of make-variable-buffer-local.
8214 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
8216         * progmodes/python.el: Enhancements to forward-sexp.
8217         (python-nav-forward-sexp): Rename from
8218         python-nav-forward-sexp-function.
8219         (python-nav--forward-sexp, python-nav--backward-sexp):
8220         New functions.
8222 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8224         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8225         modes and simplification modes.
8227 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * delsel.el (delete-selection-pre-hook): Don't propagate the
8230         file-supersession signals (bug#12161).
8232 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8234         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8235         (cl-map-extents): Add compatibility aliases (bug#12135).
8237 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
8239         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8240         tests by `ignore-error'.
8241         (tramp-find-shell): Open also a new shell, when cache is already
8242         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
8244 2012-08-08  Juri Linkov  <juri@jurta.org>
8246         * bookmark.el: Add `defaults' property to the bookmark record.
8247         (bookmark-current-buffer): Doc fix.
8248         (bookmark-make-record): Add `defaults' property with default values
8249         to the bookmark record.
8250         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8251         with `bookmark-insert-current-bookmark'.
8252         (bookmark-set): Get `defaults' property from the bookmark record
8253         and use it in `read-from-minibuffer'.
8254         (bookmark-insert-current-bookmark): Remove function.
8256         * info.el (Info-bookmark-make-record): Add `defaults' property
8257         with values of canonical Info node name, the current Info file
8258         name and the current Info node name.  (Bug#12107)
8260 2012-08-08  Juri Linkov  <juri@jurta.org>
8262         * files.el (basic-save-buffer): Use `buffer-name' as the default
8263         of `read-file-name' when buffer is not visiting a file (bug#12128).
8265 2012-08-08  Juri Linkov  <juri@jurta.org>
8267         * info.el (Info-isearch-search): Doc fix.
8268         (Info-search): Change search-failed message from "initial node" to
8269         "end of node" (bug#12078).
8270         (Info-isearch-search): Change `isearch-string-state' to
8271         `isearch--state-string'.
8273 2012-08-08  Glenn Morris  <rgm@gnu.org>
8275         * language/persian.el: Remove file.
8276         * language/misc-lang.el: Move unique part of persian.el here.
8277         * loadup.el: Remove language/persian.
8279 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
8281         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8283 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8285         * progmodes/python.el: Fix defsubst warning.
8286         (python-syntax-context) Rename from python-info-ppss-context.
8287         (python-syntax-context-type): Rename from
8288         python-info-ppss-context-type.
8289         (python-syntax-comment-or-string-p): Rename from
8290         python-info-ppss-comment-or-string-p.
8292 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8294         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8296 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
8298         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8299         a defcustom that is quoted with backquote.
8301         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8302         Fix handling of interactive spec when the body uses return.
8303         (math-do-arg-check, math-define-function-body): Use backquote forms.
8304         * calc/calc-ext.el (math-defcache): Likewise.
8305         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8306         * allout.el (allout-new-exposure): Likewise.
8307         * calc/calcalg2.el (math-tracing-integral): Likewise.
8308         * info.el (Info-last-menu-item): Likewise.
8309         * emulation/vip.el (vip-loop): Likewise.
8310         * textmodes/artist.el (artist-funcall): Likewise.
8311         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8312         Construct menu-item directly.
8314         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8315         Don't declare.
8317 2012-08-07  Chong Yidong  <cyd@gnu.org>
8319         * simple.el (deactivate-mark): Preserve text properties when
8320         saving the primary selection (Bug#8384).
8322 2012-08-07  Kevin Ryde  <user42@zip.com.au>
8324         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8325         (woman-parse-numeric-value): On a bad .IP line, issue a warning
8326         and continue processing (Bug#12110).
8328 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8330         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8331         syntax-propertize-function (bug#10095).
8333 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         * help-fns.el (help-fns--key-bindings, help-fns--signature)
8336         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8337         describe-function-1.
8338         (describe-function-1): Use them.  Move compiler macro after sig.
8339         (help-fns--compiler-macro): Use function-get.  Assume we're already in
8340         standard-output.  Adjust layout to new call order.
8342         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8343         re-binding a symbol that has a symbol-macro (bug#12119).
8345 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
8347         * language/persian.el: New file.  (Bug#11812)
8348         * loadup.el: Add language/persian.el.
8350 2012-08-06  Chong Yidong  <cyd@gnu.org>
8352         * window.el (window--maybe-raise-frame): New function.
8353         (window--display-buffer): Split off from here.
8354         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8355         (display-buffer-pop-up-window, display-buffer-use-some-window):
8356         Obey an inhibit-switch-frame action alist entry.
8357         (display-buffer): Update doc.
8359         * replace.el (occur-after-change-function): Avoid losing focus by
8360         using the inhibit-switch-frame display parameter (Bug#12139).
8362 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
8364         Make internal shell process buffer names start with space.
8365         * progmodes/python.el (python-shell-make-comint): Add optional
8366         argument INTERNAL.
8367         (run-python-internal): Use it.
8368         (python-shell-internal-get-or-create-process): Check for new
8369         internal buffer names.
8371 2012-08-06  Glenn Morris  <rgm@gnu.org>
8373         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8374         Do less getting and setting of environment variables.
8376 2012-08-05  Chong Yidong  <cyd@gnu.org>
8378         * proced.el (proced): Add substitution string to docstring to
8379         trigger autoloading of the proced library on C-h f (Bug#1768).
8381         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8382         Don't show defvars which have no second argument (Bug#8638).
8384         * imenu.el (imenu-generic-expression): Move documentation here
8385         from imenu--generic-function.
8386         (imenu--generic-function): Refer to imenu-generic-expression.
8388 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
8390         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8391         indentation declaration.
8392         (viper-loop): Add indentation declaration (Bug#7025).
8394 2012-08-05  Chong Yidong  <cyd@gnu.org>
8396         * help-fns.el (describe-variable): Add hyperlink for
8397         directory-local variables files.  Improve buffer-local and
8398         permanent-local reporting; suggested by MON KEY (Bug#6644).
8400         * help-mode.el (help-dir-local-var-def): New button type.
8402         * files.el (kill-buffer-hook): Provide a defvar.
8404 2012-08-05  Glenn Morris  <rgm@gnu.org>
8406         * eshell/esh-ext.el (eshell/addpath):
8407         Also update eshell-path-env.  (Bug#12013)
8409 2012-08-05  Chong Yidong  <cyd@gnu.org>
8411         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8413         * fringe.el (fringe-styles): Add docstring.
8414         (fringe--check-mode): New function.
8415         (set-fringe-mode, set-fringe-style): Use it.
8416         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8418         * files.el (set-auto-mode): Fix invalid setq call.
8420 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8422         * isearch.el: Misc simplification; use defstruct.
8423         (isearch-mode-map): Dense maps now work like sparse ones.
8424         (isearch--state): New defstruct.
8425         (isearch-string-state, isearch-message-state, isearch-point-state)
8426         (isearch-success-state, isearch-forward-state)
8427         (isearch-other-end-state, isearch-word-state, isearch-error-state)
8428         (isearch-wrapped-state, isearch-barrier-state)
8429         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8430         replaced by defstruct's accessors.
8431         (isearch--set-state): Rename from isearch-top-state and change
8432         calling convention.
8433         (isearch-push-state): Use new isearch--get-state.
8434         (isearch-toggle-word): Disable regexp when enabling word.
8435         (isearch-message-prefix): Remove unused arg _c-q-hack.
8436         (isearch-message-suffix): Remove unused arg _ellipsis.
8438 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
8440         * simple.el (list-processes--refresh): For a server use :host or
8441         :local as the address.
8442         (list-processes): Doc fix.
8444 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
8446         * lisp/mpc.el: Support password in host argument.
8447         (mpc--proc-connect): Parse and use new password element.
8448         Set mpc-proc variable instead of returning process.
8449         (mpc-proc): Adjust accordingly.
8451 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
8453         * whitespace.el (whitespace-display-mappings): Use Unicode
8454         codepoints, instead of emacs-mule codepoints.  See
8455         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8456         for the details.
8458         * files.el (file-truename): Don't skip symlink-chasing part on
8459         windows-nt.  Incorporate the resolution of 8+3 short aliases on
8460         Windows into the loop that recursively chases symlinks.
8461         Compare directory and its parent case-insensitively on MS-Windows and
8462         MS-DOS.
8464 2012-08-03  Chong Yidong  <cyd@gnu.org>
8466         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8468         * sort.el (sort-regexp-fields): Doc fix.
8470 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
8472         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8473         labels regex position point at the expected place.
8475 2012-08-03  MON KEY  <monkey@sandpframing.com>
8477         * net/imap.el (imap-interactive-login, imap-authenticate)
8478         (imap-mailbox-lsub, imap-mailbox-list)
8479         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8480         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8481         (imap-parse-response): Doc fix.
8483 2012-08-03  João Távora  <joaotavora@gmail.com>
8485         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8486         if sexp scanning does not move point (Bug#5734).
8488 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
8490         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8491         Add listings, minted, and ctable packages.
8492         (reftex-label-alist-builtin): Move listings, minted, and ctable
8493         entries before LaTeX.
8494         (reftex-label-alist): Docfix.
8496 2012-08-02  Bastien Guerry  <bzg@gnu.org>
8498         * replace.el (occur): Fix docstring (bug#12122).
8500 2012-08-02  Glenn Morris  <rgm@gnu.org>
8502         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8504 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
8506         Obsolete alias inactivate-current-input-method-function (Bug#10150).
8507         * international/mule-cmds.el: Create
8508         inactivate-current-input-method-function as an obsolete alias for
8509         deactivate-current-input-method-function.  See Katsumi Yamaoka in
8510         <http://bugs.gnu.org/10150#46>.
8512 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8514         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8515         of nested `if's.
8517 2012-08-01  Glenn Morris  <rgm@gnu.org>
8519         * progmodes/autoconf.el (autoconf-definition-regexp):
8520         Add AH_TEMPLATE, adjust submatch numbering.
8521         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8522         (autoconf-current-defun-function): Update for above change.
8523         (autoconf-current-defun-function): First skip to end of current word.
8525 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
8527         * calendar/cal-html.el (cal-html-insert-agenda-days):
8528         Fix typo.  (Bug#12018)
8530 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8532         Shell processes: enhancements to startup and CEDET compatibility.
8533         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8534         (python-shell-make-comint): accept-process-output at startup.
8535         (run-python-internal): Set inferior-python-mode-hook to nil.
8536         (python-shell-internal-get-or-create-process): call sit-for.
8537         (python-preoutput-result): Add obsolete alias.
8538         (python-shell-internal-send-string): Use it.
8539         (python-shell-send-setup-code): Remove call to
8540         accept-process-output.
8542 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
8544         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8545         (Bug#12108)
8547 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
8549         * calc-mode.el (calc-basic-simplification-mode): Rename from
8550         `calc-limited-simplification-mode'.
8551         (calc-alg-simplification-mode): New function.
8552         (calc-set-simplify-mode): Adjust message.
8554         * calc.el (calc-set-mode-line): Adjust mode line display for
8555         basic simplification mode.
8557         * calc-help.el (calc-m-prefix-help): Update help message.
8559         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8560         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8562 2012-07-31  Bastien Guerry  <bzg@gnu.org>
8564         * man.el (man): Fix comment.  (bug#12101)
8566 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
8568         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8569         Don't return a non-nil value when no suitable buffer was found.
8571 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8573         * progmodes/python.el (run-python-internal): Disable font lock for
8574         internal shells.
8576 2012-07-30  Stefan Merten  <smerten@oekonux.de>
8578         * textmodes/rst.el: Silence `checkdoc-ispell'.
8579         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8580         (rst-official-version, rst-official-cvs-rev)
8581         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8582         (rst-mode-map): New key binding.
8584 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
8586         Update .PHONY listings in makefiles.
8587         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8588         autoloads, update-subdirs, updates, bzr-update, update-authors,
8589         compile-onefile, compile-calc, backup-compiled-files,
8590         compile-after-backup, compile-one-process, mh-autoloads,
8591         bootstrap-clean, distclean, maintainer-clean.
8593 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8595         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8596         (calc-set-mode-line): Don't display "AlgSimp ".
8598         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8599         (calc-lim-simplify-mode): New function.
8600         (calc-set-simplify-mode): Default to 'alg.
8601         (calc-default-simplify-mode): Make algebraic simplifications
8602         the default.
8604         * calc/calc-ext.el (calc-init-extensions): Remove binding for
8605         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
8607         * calc/calc-help.el (calc-m-prefix-help): Change messages to
8608         indicate new simplification modes.
8610         * calc/README: Mention new default simplification mode.
8612         * calc/calc.el (math-normalize-error): New variable.
8613         (math-normalize): Set `math-normalize-error' to t
8614         when there's an error.
8616         * calc/calc-alg.el (math-simplify): Don't simplify when
8617         `math-normalize' returns an error.
8619 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
8621         * international/mule-cmds.el (set-locale-environment): Revert last
8622         change, since display-graphic-p returns nil when this function is
8623         called during startup.  Instead...
8625         * term/w32console.el (terminal-init-w32console): ...setup the
8626         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
8628 2012-07-29  Juri Linkov  <juri@jurta.org>
8630         * simple.el (goto-line): Don't display default line number in the
8631         prompt because it should be displayed by `read-number' (bug#9952).
8632         Add the current line number to the defaults of `goto-line' to
8633         allow its easier modification by users with `M-n' (bug#9201).
8635         * subr.el (read-number): Support multiple default values like in
8636         other minibuffer reading functions.  Replace `read' with
8637         `string-to-number' for consistency with `number-to-string'.
8639 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
8641         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8642         * emulation/viper-init.el (viper-deactivate-input-method-action):
8643         Rename from viper-inactivate-input-method-action.
8644         (viper-deactivate-input-method):
8645         Rename from viper-inactivate-input-method.
8646         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8647         * international/mule-cmds.el (deactivate-input-method):
8648         Rename from inactivate-input-method.
8649         Also run input-method-deactivate-hook.
8650         (deactivate-current-input-method-function):
8651         Rename from inactivate-current-input-method-function.
8652         (input-method-deactivate-hook): New hook.
8653         (input-method-inactivate-hook): Mark obsolete.
8654         (inactivate-input-method): Mark obsolete.
8656         * international/quail.el (quail-activate):
8657         Also run quail-deactivate-hook.
8658         (quail-deactivate): Rename from quail-inactivate.
8659         * international/robin.el (robin-activate):
8660         Also run robin-deactivate-hook.
8661         (robin-deactivate): Rename from robin-inactivate.
8663 2012-07-29  Chong Yidong  <cyd@gnu.org>
8665         * simple.el (indicate-copied-region): New function.
8666         (kill-ring-save): Split off from here.
8668         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8669         (kill-rectangle): Set deactivate-mark to t on read-only error.
8671         * register.el (copy-to-register, copy-rectangle-to-register):
8672         Deactivate the mark, and use indicate-copied-region (Bug#10056).
8673         (append-to-register, prepend-to-register): Call indicate-copied-region.
8675 2012-07-29  Juri Linkov  <juri@jurta.org>
8677         * simple.el (async-shell-command-buffer): New defcustom.
8678         (shell-command): Use it.  (Bug#4719)
8680 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
8682         * international/mule-cmds.el (set-locale-environment): In a
8683         console session on MS-Windows, set up keyboard and terminal
8684         encoding from the OEM codepage, not the ANSI codepage.
8685         (Bug#12055)
8687 2012-07-28  Chong Yidong  <cyd@gnu.org>
8689         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8690         gdb-get-location.
8692 2012-07-28  Leo Liu  <sdl.web@gmail.com>
8694         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8695         the alist (bug#12029).
8697 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
8699         * makefile.w32-in (custom-deps, finder-data, updates, compile)
8700         (compile-always, compile-first)
8701         ($(lisp)/calendar/cal-loaddefs.el)
8702         ($(lisp)/calendar/diary-loaddefs.el)
8703         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8704         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8705         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8706         instead of on update-subdirs.
8707         (bootstrap-clean): Delete $(lisp)/subdirs.el.
8709 2012-07-28  Chong Yidong  <cyd@gnu.org>
8711         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8712         directory if vc-deduce-backend returns nil (Bug#7350).
8714         * simple.el (delete-trailing-lines): New option.
8715         (delete-trailing-whitespace): Obey it (Bug#11879).
8717 2012-07-28  David Engster  <deng@randomsample.de>
8719         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8720         Explanation of new 'symbol-qnames feature in doc-strings.
8721         (xml-maybe-do-ns): Return expanded names as plain symbols if
8722         'symbol-qnames was provided in XML-NS argument (Bug#11916).
8723         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8725 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
8727         Consistent completion in inferior python with emacs -nw.
8728         * progmodes/python.el (inferior-python-mode): replace "<tab>"
8729         binding in inferior-python-mode-map with "\t".
8730         (python-shell-completion-complete-at-point)
8731         (python-completion-complete-at-point): Remove interactive spec.
8733 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
8735         * calc/calccomp.el (math-compose-expr): Undo previous change.
8737 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
8739         * progmodes/python.el (python-mode-map): Add keybinding for
8740         run-python.
8741         (python-shell-make-comint): Fix pop-to-buffer call.
8742         (run-python): Autoload.  New arg SHOW.
8743         (python-shell-get-or-create-process): Do not pop python process
8744         buffer.
8746 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
8748         * notifications.el (notifications-on-action-signal)
8749         (notifications-on-closed-signal): Use also the bus address for the map.
8750         (notifications-notify, notifications-close-notification)
8751         (notifications-get-capabilities): Add optional argument BUS.
8753 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
8755         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8756         Add support for the lstlisting and minted environments, and for the
8757         ctable macro.
8758         * textmodes/reftex.el (reftex-compile-variables): Also recognize
8759         labels written in keyvals syntax.
8761 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
8763         * calc/calccomp.el (math-compose-expr): Use parentheses when
8764         there is a product in the denominator of a fraction.
8766 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
8768         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8769         ($(lisp)/calendar/diary-loaddefs.el)
8770         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8771         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8772         Fixes failures in parallel bootstrap because subdirs.el is being
8773         rewritten while the autoload files are built at the same time,
8774         which needs to load subdirs.el.
8776 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
8778         * mouse.el (popup-menu): Fix doc-string and re-indent code.
8779         (mouse-drag-line): Don't exit tracking when a switch-frame or
8780         switch-window event occurs (Bug#12006).
8782 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8784         * mouse.el (popup-menu): Fix last change.
8786 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8788         Autoload from Lisp with more care.  Follow aliases when looking for
8789         function properties.
8790         * subr.el (autoloadp): New function.
8791         (symbol-file): Use it.
8792         (function-get): New function.
8793         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8794         autoload-do-load.
8795         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8796         (lisp-indent-function):
8797         * emacs-lisp/gv.el (gv-get):
8798         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8799         * emacs-lisp/byte-opt.el (byte-optimize-form):
8800         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8801         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8802         Use function-get.
8803         * emacs-lisp/cl.el: Don't propagate function properties any more.
8805         * speedbar.el (speedbar-add-localized-speedbar-support):
8806         * emacs-lisp/disass.el (disassemble-internal):
8807         * desktop.el (desktop-load-file):
8808         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8809         (describe-function-1):
8810         * emacs-lisp/find-func.el (find-function-noselect):
8811         * emacs-lisp/elp.el (elp-instrument-function):
8812         * emacs-lisp/advice.el (ad-has-proper-definition):
8813         * apropos.el (apropos-safe-documentation, apropos-macrop):
8814         * emacs-lisp/debug.el (debug-on-entry):
8815         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8816         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8817         * calc/calc.el (name): Use autoloadp & autoload-do-load.
8819 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
8821         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8822         function, not an obsolete variable (Bug#12046).
8824 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
8826         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
8828 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
8830         * emacs-lisp/pp.el (pp-display-expression): Select old selected
8831         window only if it is still live (Bug#12034).
8833 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
8835         * subr.el (redirect-frame-focus): Add advertised calling
8836         convention (Bug#12030).
8838 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
8840         Prefer typical American spelling for "acknowledgment".
8841         * vc/add-log.el (change-log-acknowledgment): Rename from
8842         change-log-acknowledgement, with an alias for the old name.
8844 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
8846         * calc-alg.el (math-simplify-divide): Don't cross multiply
8847         in an equation when the lhs is a variable.
8849 2012-07-24  Julien Danjou  <julien@danjou.info>
8851         * net/netrc.el (netrc-find-service-number, netrc-store-data):
8852         Remove, unused.
8854 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
8856         * startup.el (command-line): Don't display an empty user name in
8857         the error message about non-existent home directory, when
8858         init-file-user was set to an empty string.  See
8859         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8860         for the details and context.
8862 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8864         * ses.el (ses-cell-formula-aset): New macro.
8865         (ses-cell-references-aset): New macro.
8866         (ses-cell-p): New function.
8867         (ses-rename-cell): Do no longer rely on complex operations like
8868         ses-cell-set-formula or ses-set-cell to change the cell and handle
8869         the undo at the same time, but rather use lower level new macros
8870         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8871         the undo directly.  Refresh the mode line.
8873 2012-07-21  Leo Liu  <sdl.web@gmail.com>
8875         * progmodes/cc-cmds.el (c-defun-name):
8876         Use match-string-no-properties instead for consistency.
8878 2012-07-20  Leo Liu  <sdl.web@gmail.com>
8880         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8881         (Bug#7879)
8883         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8885 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8888         * progmodes/bug-reference.el, misearch.el: Provide themselves
8889         (bug#11915).
8891         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8892         of narrowed buffer (bug#11966).
8894 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8896         * ses.el (ses-rename-cell): Set new name also in reference list of
8897         cells of which the renamed cell depends.
8899 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
8901         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8902         to check whether menu-bar is shown or not.  If not shown,
8903         show the menu-bar as a popup menu instead of using tmm.
8904         * mouse.el (popup-menu): Accept `point' as `position' argument.
8906 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
8908         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8909         up inside string symbol literal (bug#11923).
8911 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
8913         * startup.el (fancy-startup-text): Read the whole tutorial, not
8914         just its first 256 bytes.  Prevents gibberish in display of the
8915         tutorial title.
8917 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8919         Drop idle buffer compaction due to an absence of the
8920         proved efficiency.
8921         * compact.el: Remove.
8923 2012-07-19  Sam Steingold  <sds@gnu.org>
8925         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8926         vc-bzr-pull & vc-bzr-merge-branch.
8927         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8928         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8929         for consistency with compilation-error-regexp-alist.
8930         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8931         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8932         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8933         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8935 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8937         * emacs-lisp/chart.el: Use lexical-binding.
8938         (chart-emacs-storage): Don't hardcode the list of entries.
8940 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8942         Next round of tweaks caused by Fgarbage_collect changes.
8943         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8945 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8947         Compact buffers when idle.
8948         * compact.el: New file.
8950 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * subr.el (eventp): Presume that if it looks vaguely like an event,
8953         it's an event (bug#10190).
8955 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
8957         Enhancements to ppss related code (thanks Stefan).
8958         * progmodes/python.el (python-indent-context)
8959         (python-indent-calculate-indentation, python-indent-dedent-line)
8960         (python-indent-electric-colon, python-nav-forward-block)
8961         (python-mode-abbrev-table)
8962         (python-info-assignment-continuation-line-p): Simplify checks
8963         for ppss context.
8964         (python-info-continuation-line-p): Cleanup.
8965         (python-info-ppss-context): Do not catch 'quote.
8966         (python-info-ppss-context-type)
8967         (python-info-ppss-comment-or-string-p): Simplify.
8969 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
8971         * progmodes/python.el: Enhancements to eldoc support.
8972         (python-info-current-symbol): New function.
8973         (python-eldoc-at-point): Use python-info-current-symbol.
8974         (python-info-current-defun): Fix cornercase on first defun scan.
8975         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8976         and signal error when no inferior python process is available.
8978 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
8980         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8981         assume it's always t.
8982         (vc-git-registered): Remove caching, the function is only called
8983         once.
8984         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8986 2012-07-18  Chong Yidong  <cyd@gnu.org>
8988         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8990         * simple.el (count-words): Report on narrowing (Bug#9959).
8992         * bindings.el: Bind M-= to count-words.
8994         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8996 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
8998         * progmodes/sh-script.el (sh-imenu-generic-expression):
8999         Capture a function with `function' keyword and without parentheses
9000         like "function FOO" (bug#11856).
9002 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
9004         * window.el (split-window-sensibly): Make WINDOW argument
9005         optional.
9007 2012-07-18  Chong Yidong  <cyd@gnu.org>
9009         * subr.el (keyboard-translate): Doc fix (Bug#7261).
9011         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
9012         and make C-x 8 RET exit isearch (Bug#11439).
9014         * international/iso-transl.el: Move isearch-mode-map key
9015         definitions to isearch.el.
9017 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
9020         (eieio-defclass): Use gv-define-setter when possible.
9022 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
9024         Reflect recent changes in Fgarbage_collect.
9025         * emacs-lisp/chart.el (chart-emacs-storage): Change to
9026         reflect new format of data returned by Fgarbage_collect.
9028 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9030         New utility functions + python-info-ppss-context fix (Bug#11910).
9031         * progmodes/python.el (python-info-beginning-of-block-statement-p)
9032         (python-info-ppss-comment-or-string-p): New functions.
9033         (python-info-ppss-context): Small fix for string check.
9035 2012-07-17  Juri Linkov  <juri@jurta.org>
9037         * dired-aux.el (dired-do-async-shell-command): Doc fix.
9038         (dired-do-async-shell-command): Don't add `*' at the end of the
9039         command (Bug#11815).
9040         (dired-do-shell-command): Doc fix.
9041         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
9042         Join the individual commands using either "&" or ";" as the
9043         separator depending on the values of these trailing characters.
9044         At the end re-add the trailing "&".  (Bug#10598)
9046         * simple.el (async-shell-command): Sync the interactive spec with
9047         `shell-command'.  Doc fix.
9048         (shell-command): Doc fix.
9050 2012-07-17  Juri Linkov  <juri@jurta.org>
9052         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
9054 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9056         Final renames and doc fixes for movement commands (bug#11899).
9057         * progmodes/python.el (python-nav-beginning-of-statement):
9058         Rename from python-nav-statement-start.
9059         (python-nav-end-of-statement): Rename from
9060         python-nav-statement-end.
9061         (python-nav-beginning-of-block): Rename from
9062         python-nav-block-start.
9063         (python-nav-end-of-block): Rename from python-nav-block-end.
9065 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
9067         * progmodes/python.el (python-shell-send-string-no-output):
9068         Allow accept-process-output to quit, keeping shell process ready for
9069         future interactions (Bug#11868).
9071 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9073         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
9075         * emacs-lisp/elint.el (elint-find-args-in-code):
9076         Use help-function-arglist, so as to handle lexical byte-code.
9078         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
9079         change (bug#11826).
9081 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
9084         Avoid spuriously marking the buffer as modified because of c-is-sws.
9086         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
9087         as not-a-comment (bug#11946).
9089         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
9090         for uninterned vars.
9092         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
9093         Use read-event since we don't really want to read chars but bytes.
9095         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
9096         $$..$$ but also $..$ using regexps (bug#11953).
9097         Use tex-verbatim for \url and \path.
9098         (tex-font-lock-keywords): Define as defconst like the others.
9099         (tex-common-initialization): Don't use font-lock-syntax-table any more.
9101 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
9103         * international/mule-cmds.el (ucs-insert): Make it an obsolete
9104         alias for insert-char.
9106 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9108         * progmodes/python.el: Simplified imenu implementation.
9109         (python-nav-jump-to-defun): Remove command.
9110         (python-mode-map): Use `imenu' instead.
9111         (python-nav-list-defun-positions-cache)
9112         (python-imenu-include-defun-type, python-imenu-make-tree)
9113         (python-imenu-subtree-root-label, python-imenu-index-alist):
9114         Remove vars.
9115         (python-nav-list-defun-positions, python-nav-read-defun)
9116         (python-imenu-tree-assoc, python-imenu-make-element-tree)
9117         (python-imenu-make-tree, python-imenu-create-index):
9118         Remove functions.
9119         (python-mode): Update to interact with imenu by setting
9120         `imenu-extract-index-name-function' only.
9122 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
9124         * progmodes/python.el: Enhancements to navigation commands.
9125         (python-nav-backward-sentence)
9126         (python-nav-forward-sentence): Remove.
9127         (python-nav-backward-statement, python-nav-forward-statement)
9128         (python-nav-statement-start, python-nav-statement-end)
9129         (python-nav-backward-block, python-nav-forward-block)
9130         (python-nav-block-start, python-nav-block-end)
9131         (python-nav-forward-sexp-function)
9132         (python-info-current-line-comment-p)
9133         (python-info-current-line-empty-p): New functions.
9134         (python-indent-context): Use `python-nav-statement-start'.
9136 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
9138         * eshell/em-ls.el (eshell/ls): Use `apply'.
9140         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
9141         multi-hops, instead of Tramp internals.
9143         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
9145         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
9146         when F1 and F2 are located on different hosts.
9148 2012-07-14  Chong Yidong  <cyd@gnu.org>
9150         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
9151         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
9152         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
9153         (xterm-mouse--read-event-sequence-1000)
9154         (xterm-mouse--read-event-sequence-1006): New functions.  For old
9155         mouse protocol, handle M-mouse-X events correctly.
9156         (xterm-mouse-event): New arg specifying mouse protocol.
9157         (turn-on-xterm-mouse-tracking-on-terminal)
9158         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
9159         sequence to toggle extended coordinates on newer XTerms.
9160         This appears to be harmless on terminals which do not support this.
9162 2012-07-14  Leo Liu  <sdl.web@gmail.com>
9164         Add fringe bitmap indicators for flymake.  (Bug#11253)
9165         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
9166         (flymake-make-overlay): New arg BITMAP.
9167         (flymake-error-bitmap, flymake-warning-bitmap)
9168         (flymake-fringe-indicator-position): New user variables.
9170         * fringe.el: New bitmap exclamation-mark.
9172 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
9174         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
9175         also (Bug#7879).
9177 2012-07-14  Chong Yidong  <cyd@gnu.org>
9179         * electric.el (electric-pair-post-self-insert-function): Fix pair
9180         insertion in empty-region case (Bug#11520).
9182 2012-07-14  Chong Yidong  <cyd@gnu.org>
9184         * bindings.el: Consolidate ctl-x-r-map bindings.
9185         Bind copy-rectangle-as-kill to C-x r w.
9187         * rect.el, register.el: Move bindings to bindings.el.
9189 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
9191         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
9193 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9195         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
9197 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
9199         * bindings.el (top): Use `mapc' instead of `mapcar'.
9201         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
9203 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
9205         * progmodes/sql.el (sql-comint): Suppress the check for program on
9206         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
9207         (Bug#11908)
9209 2012-07-13  Chong Yidong  <cyd@gnu.org>
9211         * bindings.el: Assign a non-nil permanent-local property to
9212         per-buffer variables which lack a default value (Bug#11930).
9214         * help-fns.el (describe-variable): In the "automatically becomes
9215         local" notice, take note of permanent-local variables.
9217 2012-07-13  Chong Yidong  <cyd@gnu.org>
9219         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
9220         to allow printing the message when called from Lisp.
9222         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9223         Remove toggle-read-only.
9225         * bs.el (bs-toggle-readonly):
9226         * buff-menu.el (Buffer-menu-toggle-read-only):
9227         Remove with-no-warnings around toggle-read-only.
9229         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9230         Remove with-no-warnings around toggle-read-only.
9231         (ffap-read-only, ffap-read-only-other-window)
9232         (ffap-read-only-other-frame): Callers changed.
9234         * help-mode.el: Don't require view package.
9235         (help-mode-finish): Set buffer-read-only instead of calling
9236         toggle-read-only.
9238         * bindings.el (mode-line-toggle-read-only):
9239         * dired.el (dired-toggle-read-only):
9240         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9241         with non-nil second arg.
9243         * emacs-lisp/eieio-custom.el (eieio-customize-object):
9244         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9245         directly.
9247 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
9249         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9250         not incf.
9252 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9254         More CL cleanups and reduction of use of cl.el.
9255         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9256         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9257         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9258         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9259         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9260         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9261         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9262         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9263         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9264         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9265         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9266         * eshell/em-cmpl.el, eshell/em-banner.el:
9267         * calendar/parse-time.el: Use cl-lib.
9268         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9269         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9270         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9271         * term/ns-win.el, term.el, shell.el, ps-samp.el:
9272         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9273         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9274         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9275         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9276         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9277         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9278         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9279         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9280         `lambda' rather than with `quote'.
9281         (eshell-do-opt): Adjust accordingly.
9282         (eshell-process-option): Simplify.
9283         * eshell/esh-var.el:
9284         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9285         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9286         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9287         to `pcase--dontcare'.
9288         * emacs-lisp/cl.el (labels): Mark obsolete.
9289         (cl--letf, letf): Move to cl-lib.
9290         (cl--letf*, letf*): Remove.
9291         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9292         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9293         (cl-progv): Rewrite.
9294         (cl--letf, cl-letf): Move from cl.el.
9295         (cl-letf*): New macro.
9296         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9298 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
9300         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9302 2012-07-11  Chong Yidong  <cyd@gnu.org>
9304         * vc/log-edit.el (log-edit-vc-backend): New variable.
9305         (log-edit): Doc fix.
9307         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
9308         argument of log-edit to set up all local variables.
9309         (vc-start-logentry): New optional arg specifying VC backend.
9311         * vc/vc.el (vc-checkin): Use it.
9312         (vc-deduce-fileset): Handle Log Edit buffers.
9313         (vc-diff): Make first argument optional too.
9315         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9317 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
9319         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9320         command, just in case.  The function is not needed anymore.
9321         (eshell-external-command): Do not call `eshell-remote-command'.
9323 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         Reduce use of (require 'cl).
9326         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9327         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9328         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9329         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9330         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9331         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9332         * battery.el, avoid.el, abbrev.el: Use cl-lib.
9333         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9334         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9335         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9336         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9337         * calculator.el, autorevert.el, apropos.el: Don't require CL.
9338         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9339         (byte-compile-unfold-bcf, byte-compile-check-variable):
9340         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9341         (byte-compile-nilconstp):
9342         * emacs-lisp/autoload.el (make-autoload): Use pcase.
9343         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9345         * emacs-lisp/gv.el (cond): Make it a valid place.
9346         (if): Simplify slightly.
9348         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9349         (pcase--self-quoting-p): New function.
9350         (pcase--u1): Use it.
9352 2012-07-10  Glenn Morris  <rgm@gnu.org>
9354         * emacs-lisp/authors.el (authors-fixed-entries):
9355         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9357 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9359         Rename configure.in to configure.ac (Bug#11603).
9360         * emacs-lisp/authors.el (authors-canonical-file-name):
9361         * progmodes/autoconf.el (autoconf-mode):
9362         Prefer configure.ac to configure.in.
9364 2012-07-08  Chong Yidong  <cyd@gnu.org>
9366         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9367         Implement the mouse-1-click-follows-link handling properly.
9369         * info.el (Info-link-keymap): Use follow-link mechanism for
9370         header-line links (Bug#374).
9372         * simple.el (deactivate-mark): Do not set the primary selection
9373         if another program has acquired it (Bug#11772).
9375 2012-07-07  Kevin Ryde  <user42@zip.com.au>
9377         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9378         (woman-decode-region): Replace escaped-escapes without destroying
9379         bold or underline (Bug#11552).
9380         (woman2-process-escapes): Handle nofill regions (Bug#11591).
9382 2012-07-07  Chong Yidong  <cyd@gnu.org>
9384         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9385         (interprogram-cut-function, interprogram-paste-function):
9386         Mention that we typically mean the clipboard.
9388 2012-07-06  Glenn Morris  <rgm@gnu.org>
9390         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
9392         * files.el (toggle-read-only): Restrict message to interactive use.
9394 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
9396         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9398         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9400 2012-07-06  Glenn Morris  <rgm@gnu.org>
9402         * Makefile.in (compile-one-process): Rename from "recompile".
9404         * Makefile.in (bzr-update): "compile" is the same as "recompile
9405         autoloads", but parallelizable, so use that instead.
9407 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
9409         * window.el (quit-window): Always restore window height when
9410         it's saved in quit-restore parameter (Bug#11810).
9412 2012-07-06  Glenn Morris  <rgm@gnu.org>
9414         * simple.el (kill-whole-line): Doc tweak.
9416 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
9418         * files.el (file-relative-name): Compare file names
9419         case-insensitively if on MS-Windows or MS-DOS, or if
9420         read-file-name-completion-ignore-case is non-nil.  Don't use
9421         case-fold-search for this purpose.  (Bug#11827)
9423 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
9425         * calendar/cal-dst.el (calendar-current-time-zone):
9426         Return calendar-current-time-zone-cache if non-nil.
9428 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
9429 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9431         * calendar/cal-dst.el (calendar-current-time-zone):
9432         Return calendar-current-time-zone-cache if non-nil.
9434 2012-07-06  Glenn Morris  <rgm@gnu.org>
9436         * Makefile.in (cvs-update): Remove old alias.
9438 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
9440         Sync with Tramp 2.2.6-pre.
9442         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9443         compatible declaration.
9445         * net/tramp-cmds.el (tramp-append-tramp-buffers):
9446         Protect `list-load-path-shadows' call.
9448         * net/tramp-compat.el (top): Require packages, which aren't
9449         autoloaded anymore for XEmacs.  Protect call of
9450         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9451         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
9452         it hurts at least for SXEmacs.
9453         (tramp-compat-temporary-file-directory): In XEmacs, there is no
9454         standard-value for `temporary-file-directory'.
9456         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9457         Redirect stderr to /dev/null.
9458         (tramp-sh-handle-write-region): uid and gid can be floats.
9459         Reported by Russell Sim <russell.sim@gmail.com>.
9460         (tramp-sh-handle-vc-registered): Hide errors.
9461         (tramp-vc-file-name-handler): Use dummy results for `process-file'
9462         and `start-file-process'.
9463         (tramp-maybe-open-connection): Check also whether `non-essential'
9464         is bound.
9466 2012-07-04  Chong Yidong  <cyd@gnu.org>
9468         * xml.el (xml--parse-buffer): Use xml-syntax-table.
9469         (xml-parse-tag): Likewise, and avoid changing entity tables.
9470         (xml-syntax-table): Define from scratch, making sure not to give
9471         x2000 and other Unicode spaces whitespace syntax, since those are
9472         not spaces in XML.
9473         (xml-parse-fragment): Delete unused function.
9474         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9475         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9476         (xml-entity-ref, xml-pe-reference-re)
9477         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9478         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9479         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9480         (xml-entity-value-re): Use syntax references in regexps where
9481         possible; no need to define inside a let-binding.
9482         (xml-parse-dtd): Use xml-pe-reference-re.
9483         (xml-entity-or-char-ref-re): New defconst.
9484         (xml-parse-string, xml-substitute-special): Use it.
9486 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9488         * files.el (locate-dominating-file): Allow `name' to be a predicate.
9489         (find-file--read-only): New function.
9490         (find-file-read-only, find-file-read-only-other-window)
9491         (find-file-read-only-other-frame): Use it.
9492         (insert-file-contents-literally): Don't `fset'.
9493         (get-free-disk-space): Use locate-dominating-file.
9495         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9496         function is already compiled.
9498         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
9500 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
9502         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9503         files on the same host.
9505 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
9507         * help-fns.el (describe-function-1): Only call
9508         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
9510 2012-07-03  Chong Yidong  <cyd@gnu.org>
9512         * xml.el: Protect parser against XML bombs.
9513         (xml-entity-expansion-limit): New variable.
9514         (xml-parse-string, xml-substitute-special): Use it.
9515         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9517 2012-07-03  Glenn Morris  <rgm@gnu.org>
9519         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9520         Allow linking to specific messages in debbugs reports (eg 123#5).
9522 2012-07-02  Chong Yidong  <cyd@gnu.org>
9524         * xml.el: Fix entity and character reference expansion, allowing
9525         them to expand into markup as per XML spec.
9526         (xml-default-ns): New variable.
9527         (xml-entity-alist): Use XML spec definitions for lt and amp.
9528         (xml-parse-region): Make first two arguments optional.
9529         Discard text properties.
9530         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9531         All callers changed.
9532         (xml-parse-tag): Call xml-parse-tag-1.  For backward
9533         compatibility, this function should not modify buffer contents.
9534         (xml-parse-tag-1): Fix opening-tag regexp.
9535         (xml-parse-string): Rewrite, handling entity and character
9536         references properly.
9537         (xml--entity-replacement-text): Signal an error if a parameter
9538         entity is undefined.
9540 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9542         * comint.el (comint-output-filter): Filter out repeated prompts.
9544         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9545         and file-name-absolute-p.
9546         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9547         internal calls.
9549 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9551         Spelling fixes.
9552         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9553         Rename from byte-compile--refiy-function.  All uses changed.
9555 2012-07-01  Chong Yidong  <cyd@gnu.org>
9557         * xml.el (xml--parse-buffer): New function.  Move most of
9558         xml-parse-region here.
9559         (xml-parse-region): Copy region into a temporary buffer, since
9560         parameter entity substitution requires changing buffer contents.
9561         Use xml--parse-buffer.
9562         (xml-parse-file): Use xml--parse-buffer.
9563         (xml-parse-dtd): Make parameter entity substitution work right.
9564         Use proper regexps for ELEMENT declarations (Bug#7172).
9566 2012-06-30  Glenn Morris  <rgm@gnu.org>
9568         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9570         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9571         Remove outdated and unnecessary dbus declarations.
9573 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
9575         * emacs-lisp/timer.el (timer-until): Subtract results of
9576         float-time, instead of taking float-time of the result of
9577         time-subtract, since float-time signals an error for negative time
9578         arguments.
9580 2012-06-30  Chong Yidong  <cyd@gnu.org>
9582         * xml.el (xml-*-re): Convert defvars into defconsts, and
9583         eval-and-compile them so eval-and-compile works on derivatives.
9584         (xml--entity-replacement-text): Use eval-and-comple.
9586 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
9588         * vc/vc-git.el (vc-git-registered): Use cache property
9589         `git-registered'.
9590         (vc-git-mode-line-string): Call `vc-working-revision' instead of
9591         `vc-git-working-revision' in order to benefit from the cache.
9592         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
9594 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9596         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9597         removed (likely outside Emacs).  (Bug#11757)
9599 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9601         * emacs-lisp/cl-lib.el: Require macroexp.
9603 2012-06-30  Chong Yidong  <cyd@gnu.org>
9605         * xml.el: Implement XML parameter entities.
9606         (xml-parameter-entity-alist): New variable.
9607         (xml-parse-region, xml-parse-fragment): Preserve previous values
9608         of xml-entity-alist and xml-parameter-entity-alist, so that
9609         repeated calls on different documents do not change them.
9610         (xml-parse-tag): Fix doctype regexp.
9611         (xml--entity-replacement-text): New function.
9612         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
9613         properly requires url retrieval which is unimplemented.
9614         (xml-escape-string): Doc fix.
9616 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9618         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9620 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
9622         * fringe.el (fringe-mode): Doc fix.
9624 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
9626         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9627         is non-nil.
9628         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9629         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
9631 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
9633         * calendar/cal-dst.el (calendar-current-time-zone):
9634         Return calendar-current-time-zone-cache if non-nil.
9636 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
9638         * progmodes/which-func.el (which-func-format):
9639         Add mouse-face.  (Bug#11698)
9641 2012-06-29  Leo Liu  <sdl.web@gmail.com>
9643         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9645 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9647         * minibuffer.el (minibuffer-confirm-exit-commands):
9648         Add completion-at-point (bug#11725).
9650 2012-06-29  Glenn Morris  <rgm@gnu.org>
9652         * progmodes/f90.el (f90-font-lock-keywords-2):
9653         Add some preprocessor elements.  (Bug#10499)
9655 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9657         * progmodes/cperl-mode.el (cperl-update-syntaxification):
9658         Use syntax-propertize (bug#11739).
9660 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
9662         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9664 2012-06-28  Julien Danjou  <julien@danjou.info>
9666         * term.el (term-handle-colors-array): Use a set of new faces to
9667         color the terminal.  Also uses :inverse-video property.
9668         (term-default-fg-color): Set to nil by default, deprecate in favor
9669         of `term-face'.
9670         (term-default-bg-color): Set to nil by default, deprecate in favor
9671         of `term-face'.
9672         (term-current-face): Use `term-face' by default.
9673         (term-bold-attribute): Variable deleted.
9675 2012-06-28  Glenn Morris  <rgm@gnu.org>
9677         * simple.el (completion-list-mode-finish):
9678         Don't use toggle-read-only.  (Since completion-list-mode has
9679         a special mode-class, it wasn't doing anything extra anyway.)
9681 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9683         Make inlining of other-mode interpreted functions work (bug#11799).
9684         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9685         (byte-compile): Use it to fix compilation of lexical-binding closures.
9686         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9687         function, if needed.
9689 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * help-mode.el (help-make-xrefs): Don't just withstand
9692         cyclic-variable-indirection but any error in documentation-property.
9694         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9695         memory use.
9696         * bindings.el (bindings--define-key): New function.
9697         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9698         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9699         * bindings.el: Use it to purecopy define-key bindings.
9701         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9703         * emacs-lisp/cl.el (flet): Mark obsolete.
9704         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9705         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9706         * progmodes/js.el (js-c-fill-paragraph):
9707         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9708         (ebrowse-switch-member-buffer-to-derived-class):
9709         * play/5x5.el (5x5-solver): Use cl-flet.
9711         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
9712         (cl--symbol-function): New macro.
9713         (cl--letf, cl--letf*): Use it.
9715         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9716         Strip "toggle-" if any.
9718 2012-06-27  Glenn Morris  <rgm@gnu.org>
9720         * info.el (Info-default-directory-list): Move here from paths.el.
9721         * paths.el: Remove file, which is now empty.
9722         * loadup.el: No longer load "paths".
9724         * custom.el (custom-initialize-delay): Doc fix.
9726         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9727         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9728         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9729         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9730         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9731         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9732         * eshell/eshell.el (eshell-defgroup): Remove alias.
9734 2012-06-27  Chong Yidong  <cyd@gnu.org>
9736         * help.el (help-enable-auto-load): New variable.
9738         * help-fns.el (help-fns--autoloaded-p): New function.
9739         (describe-function-1): Refer to a function as "autoloaded" if it
9740         was autoloaded at any time in the past.  Perform autoloading if
9741         help-enable-auto-load is non-nil.
9743 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
9745         * makefile.w32-in (compile, compile-always): Depend on
9746         update-subdirs, not on subdirs.el.  Otherwise, several different
9747         sub-targets of 'bootstrap' running in parallel could
9748         simultaneously write to subdirs.el, producing a garbled file.
9750 2012-06-26  Sam Steingold  <sds@gnu.org>
9752         * files.el (file-name-base): New convenience function.
9753         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9754         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9755         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9756         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9757         * textmodes/ispell.el, textmodes/reftex-ref.el:
9758         * textmodes/tex-mode.el: Use it.
9759         Did not touch cedet and org because they are maintained elsewhere.
9761 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
9763         * calendar/calendar.el (calendar-exit): Don't try to delete or
9764         iconify last frame.  See:
9765         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9767 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
9769         * server.el (server-process-filter): Remember dir in the
9770         process's `server-client-directory' properties.
9772 2012-06-24  Chong Yidong  <cyd@gnu.org>
9774         * xml.el (xml-parse-tag): Correctly handle comment embedded in
9775         non-tag text.
9777 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
9779         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9781 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9783         * help-fns.el (describe-variable): Don't croak when doc is not found.
9784         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9785         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9786         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9787         * emacs-lisp/smie.el (smie-next-sexp): CSE.
9788         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9789         ((lambda ..) ..).
9790         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9792 2012-06-23  Chong Yidong  <cyd@gnu.org>
9794         * info.el (Info-mouse-follow-link): Accept symbol values of
9795         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
9796         (Info-fontify-node): Use Info-link-keymap for all navigation
9797         buttons, with link-args property to perform the desired action.
9798         (Info-link-keymap): Doc fix.
9799         (Info-next-link-keymap, Info-prev-link-keymap)
9800         (Info-up-link-keymap): Delete now-unused keymaps.
9802 2012-06-23  Chong Yidong  <cyd@gnu.org>
9804         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9806         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9807         system abbrevs.
9809         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9811 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9813         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9814         (bug#11719).
9816         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9817         the requote function doesn't work properly (bug#11714).
9819 2012-06-23  Glenn Morris  <rgm@gnu.org>
9821         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9823 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         Further GV/CL cleanups.
9826         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9827         gv-expander.
9828         (gv--defun-declaration): New function.
9829         (defun-declarations-alist): Use it.
9830         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9831         (gv-place): Autoload.
9832         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9833         original definition of dotimes and dolist.
9834         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9835         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9836         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9837         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9838         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9839         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9840         to the function's definition.
9841         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9842         * window.el:
9843         * files.el:
9844         * faces.el:
9845         * env.el: Don't use CL.
9847 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9849         Support higher-resolution time stamps (Bug#9000).
9851         * calendar/time-date.el (with-decoded-time-value): New arg
9852         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
9853         (encode-time-value): New optional arg PICO.  New type 3.
9854         (time-to-seconds) [!float-time]: Support the new picoseconds
9855         component if it's used.
9856         (seconds-to-time, time-subtract, time-add):
9857         Support ps-resolution time stamps as well.
9859         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
9860         (timerp): Timer vectors now have length 9, not 8.
9861         (timer--time): Support new-style (4-part) time stamps.
9862         (timer-next-integral-multiple-of-time): Time stamps now have
9863         picosecond resolution, so take a bit more care about rounding.
9864         (timer-relative-time, timer-inc-time): New optional arg psecs.
9865         (timer-set-time-with-usecs): Set psecs to 0.
9866         (timer--activate): Check psecs component, too.
9868         * proced.el (proced-time-lessp): Support ps-resolution stamps.
9870 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9872         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9873         Move the non-essential binding to the post/pre-command-hook where it is
9874         more obviously correct.
9876         * subr.el (read-passwd): Don't use a history at all.
9877         * savehist.el (savehist-save): Remove password saved accidentally
9878         because of the above bug.
9880 2012-06-22  Bastien Guerry  <bzg@gnu.org>
9882         * files.el (toggle-read-only): Display a message telling whether
9883         the buffer is read-only or not (bug#11726).
9885 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9887         * emacs-lisp/gv.el: New file.
9888         * subr.el (push, pop): Extend to generalized variables.
9889         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9890         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9891         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
9892         gv-define-simple-setter, and gv-define-expander.
9893         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
9894         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9895         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9896         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9897         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9898         gv-letplace.
9899         (cl-defstruct): Don't define setf-method any more.
9900         * emacs-lisp/cl.el (flet): Don't autoload.
9901         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9902         (define-setf-expander, defsetf, define-modify-macro)
9903         (cl-struct-setf-expander): Move from cl-lib.el.
9904         * emacs-lisp/syntax.el:
9905         * emacs-lisp/ewoc.el:
9906         * emacs-lisp/smie.el:
9907         * emacs-lisp/cconv.el:
9908         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9909         (timer--time): Use gv-define-simple-setter.
9910         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9911         to avoid coding-system problems in subr.el.  Adjust all users.
9912         (macroexp--maxsize, macroexp-small-p): New functions.
9913         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9914         * scroll-bar.el (scroll-bar-mode):
9915         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9916         (normal-erase-is-backspace-mode): Don't use the `eq' place.
9917         * winner.el (winner-configuration, winner-make-point-alist)
9918         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9919         * files.el (locate-file-completion-table): Avoid list*.
9921 2012-06-22  Chong Yidong  <cyd@gnu.org>
9923         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9924         (dired-create-files): Doc fix (Bug#11329).
9925         (dired-do-copy): Doc fix (Bug#11334).
9926         (dired-mark-read-string): Doc fix (Bug#11553).
9928         * dired.el (dired-recursive-copies, dired-recursive-deletes):
9929         Doc fix (Bug#11326).
9930         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
9931         (dired-dwim-target): Doc fix.
9933         * wdired.el (wdired-mode): Doc fix.
9935 2012-06-22  Glenn Morris  <rgm@gnu.org>
9937         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9938         (pcmpl-rpm-cache-stamp-file): New constant.
9939         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9940         (pcmpl-rpm-packages): Optionally cache list of packages.
9942         * pcmpl-rpm.el (pcmpl-rpm): New group.
9943         (pcmpl-rpm-query-options): New option.
9944         (pcmpl-rpm-packages): No need to inline it.
9945         Use pcmpl-rpm-query-options.
9947         * calendar/calendar.el (calendar-in-read-only-buffer):
9948         Avoid some needless mode changes.
9950 2012-06-21  Chong Yidong  <cyd@gnu.org>
9952         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9953         (desktop-path): Remove . from the default value (Bug#10977).
9954         (desktop-read): Use user-emacs-directory if desktop-path is nil.
9956 2012-06-20  Chong Yidong  <cyd@gnu.org>
9958         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9960 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
9962         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9963         (bug#11201).
9965 2012-06-20  Chong Yidong  <cyd@gnu.org>
9967         * term.el (term-window-width): Handle the case of a missing right
9968         fringe (Bug#8837).
9969         (term-check-size): Use window-text-height (Bug#5445).
9970         (term-mode): Use define-derived-mode.  Minor cleanups.
9971         Set font-lock-defaults (Bug#7692).
9972         (term-move-columns, term-insert-char, term-emulate-terminal)
9973         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9975 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
9977         * net/ange-ftp.el (ange-ftp-get-passwd):
9978         Bind `enable-recursive-minibuffers'.
9979         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9981 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
9983         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9985 2012-06-19  Glenn Morris  <rgm@gnu.org>
9987         * progmodes/python.el (python-mode): Derive from prog-mode.
9989 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
9991         * emulation/edt.el (edt-default-menu-bar-update-buffers)
9992         (edt-user-menu-bar-update-buffers): New functions.
9993         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9995 2012-06-19  Chong Yidong  <cyd@gnu.org>
9997         * subr.el (with-selected-window): Preserve the selected window's
9998         terminal's top-frame (Bug#4702).
10000         * window.el (save-selected-window): Likewise.
10002 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10004         * progmodes/python.el (python-rx-constituents): Move backquote.
10005         (python-skeleton-define, python-define-auxiliary-skeleton):
10006         Use `declare'.
10008 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
10010         * minibuffer.el (read-file-name-default): Revert the patch from
10011         2012-06-17.
10013 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10015         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
10016         (pcase--u1, pcase--q1): Don't use apply-partially.
10018 2012-06-18  Glenn Morris  <rgm@gnu.org>
10020         * progmodes/python.el (python-proc, python-buffer)
10021         (python-send-receive, python-send-string): Fix obsolete versions.
10023 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
10025         * window.el (special-display-p): Completely remove stringp
10026         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
10028 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
10030         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
10032         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
10034         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
10035         * net/tramp-sh.el (tramp-maybe-open-connection):
10036         Throw if `non-essential' is non-nil.
10038 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
10040         * window.el (special-display-p): Signal an error if BUFFER-NAME
10041         is not a string (Bug#11713).
10043 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
10045         * progmodes/python.el (python-info-beginning-of-backslash):
10046         Rename from python-info-beginning-of-backlash, as a spelling fix.
10048 2012-06-17  Chong Yidong  <cyd@gnu.org>
10050         * term.el (term-emulate-terminal): If term-check-size is called,
10051         move point to the process mark without resetting point (Bug#4635).
10053 2012-06-17  Glenn Morris  <rgm@gnu.org>
10055         * international/mule-cmds.el (mule-menu-keymap)
10056         (set-language-environment, set-locale-environment): Doc tweaks.
10058 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
10060         * cus-face.el (custom-face-attributes): Add wave-style underline
10061         attribute.
10062         * faces.el (set-face-attribute): Update docstring to describe
10063         wave-style underline attribute.
10065 2012-06-16  Chong Yidong  <cyd@gnu.org>
10067         * term/xterm.el (terminal-init-xterm): Discard input before
10068         querying background mode (Bug#10959).
10070 2012-06-16  Stefan Merten  <smerten@oekonux.de>
10072         * textmodes/rst.el: Added and corrected some comments.
10073         (rst-re-alist-def): Improve symbol syntax.
10074         (rst-mode-syntax-table): Correct syntax entries.
10075         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
10076         (rst-official-version, rst-official-cvs-rev): Update version
10077         information.
10079 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
10081         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
10082         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
10084 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
10086         * progmodes/python.el: New python.el merge.
10087         (python-guess-indent): Obsolete var.
10088         (python-indent-guess-indent-offset): New defcustom.
10089         (python-indent): Obsolete var.
10090         (python-indent-offset): New defcustom.
10091         (python-python-command, python-jython-command): Delete var.
10092         (python-shell-interpreter): New defcustom.
10093         (python-pdbtrack-do-tracking-p): Delete var.
10094         (python-pdbtrack-activate): New defcustom.
10095         (python-use-skeletons): Obsolete var.
10096         (python-skeleton-autoinsert): New defcustom.
10097         (inferior-python-filter-regexp, python-continuation-offset)
10098         (python-honour-comment-indentation, python-indent-string-contents)
10099         (python-jython-packages, python-mode-hook)
10100         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
10101         (python-shell-prompt-alist)
10102         (python-source-modes): Delete defcustoms.
10103         (python-check-buffer-name, python-eldoc-setup-code)
10104         (python-eldoc-string-code, python-ffap-setup-code)
10105         (python-ffap-string-code, python-fill-comment-function)
10106         (python-fill-decorator-function, python-fill-paren-function)
10107         (python-fill-string-function, python-imenu-include-defun-type)
10108         (python-imenu-make-tree, python-imenu-subtree-root-label)
10109         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
10110         (python-shell-compilation-regexp-alist)
10111         (python-shell-completion-module-string-code)
10112         (python-shell-completion-pdb-string-code)
10113         (python-shell-completion-setup-code)
10114         (python-shell-completion-string-code)
10115         (python-shell-enable-font-lock, python-shell-exec-path)
10116         (python-shell-extra-pythonpaths)
10117         (python-shell-internal-buffer-name, python-shell-interpreter-args)
10118         (python-shell-process-environment)
10119         (python-shell-prompt-block-regexp)
10120         (python-shell-prompt-output-regexp)
10121         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
10122         (python-shell-send-setup-max-wait, python-shell-setup-codes)
10123         (python-shell-virtualenv-path): New defcustoms.
10124         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
10125         (inferior-python-mode-syntax-table, python--prompt-regexp)
10126         (python-buffer, python-command python-python-command)
10127         (python-default-template, python-imports, python-indent-index)
10128         (python-indent-list, python-indent-list-length)
10129         (python-mode-running, python-pdbtrack-is-tracking-p)
10130         (python-preoutput-continuation, python-preoutput-leftover)
10131         (python-preoutput-result, python-preoutput-skip-next-prompt)
10132         (python-prev-dir/file, python-recursing)
10133         (python-saved-check-command, python-version-checked)
10134         (python-which-func-length-limit)
10135         (view-return-to-alist): Delete vars.
10136         (python-check-custom-command, python-dotty-syntax-table)
10137         (python-imenu-index-alist, python-indent-current-level)
10138         (python-indent-dedenters, python-indent-levels)
10139         (python-nav-beginning-of-defun-regexp)
10140         (python-nav-list-defun-positions-cache)
10141         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
10142         (python-shell-internal-buffer)
10143         (python-skeleton-available): New vars.
10144         (def-python-skeleton): Delete macro.
10145         (python-skeleton-define): New macro.
10146         (python-define-auxiliary-skeleton, python-rx): New macros.
10147         (python-insert-class): Delete command.
10148         (python-skeleton-class): New command.
10149         (python-insert-def): Delete command.
10150         (python-skeleton-def): New command.
10151         (python-insert-for): Delete command.
10152         (python-skeleton-for): New command.
10153         (python-insert-if): Delete command.
10154         (python-skeleton-if): New command.
10155         (python-insert-try/except, python-insert-try/finally): Delete commands.
10156         (python-skeleton-try): New command.
10157         (python-insert-while): Delete command.
10158         (python-skeleton-while): New command.
10159         (python-backspace): Delete command.
10160         (python-indent-dedent-line-backspace): New command.
10161         (python-electric-colon): Delete command.
10162         (python-indent-electric-colon): New command.
10163         (python-guess-indent): Delete command.
10164         (python-indent-guess-indent-offset): New command.
10165         (python-shift-left): Delete command.
10166         (python-indent-shift-left): New command.
10167         (python-shift-right): Delete command.
10168         (python-indent-shift-right): New command.
10169         (python-find-function): Delete command.
10170         (python-nav-jump-to-defun): New command.
10171         (python-next-statement): Delete command.
10172         (python-nav-forward-sentence): New command.
10173         (python-previous-statement): Delete command.
10174         (python-nav-backward-sentence): New command.
10175         (python-fill-paragraph): Delete command.
10176         (python-fill-paragraph-function): New command.
10177         (python-send-buffer): Delete command.
10178         (python-shell-send-buffer): New command.
10179         (python-send-defun): Delete command.
10180         (python-shell-send-defun): New command.
10181         (python-send-region, python-send-region-and-go): Delete commands.
10182         (python-shell-send-region)
10183         (python-shell-switch-to-shell): New commands.
10184         (python-send-string): Delete command.
10185         (python-shell-send-string): New command.
10186         (python-switch-to-python): Delete command.
10187         (python-shell-switch-to-shell): New command.
10188         (python-describe-symbol): Delete command.
10189         (python-eldoc-at-point): New command.
10190         (python--set-prompt-regexp, python-args-to-list)
10191         (python-after-info-look, python-check-version)
10192         (python-check-comint-prompt, python-find-imports)
10193         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
10194         (python-unload-function, python-expand-template)
10195         (python-maybe-jython, python-preoutput-filter)
10196         (python-pdbtrack-get-source-buffer)
10197         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
10198         (python-pdbtrack-toggle-stack-tracking)
10199         (python-pdbtrack-track-stack-file, python-initial-text)
10200         (python-first-word, python-comment-line-p, python-send-command)
10201         (python-setup-brm, python-sentinel, python-set-proc)
10202         (python-skip-out, python-input-filter, python-outdent-p)
10203         (python-outline-level, python-backslash-continuation-line-p)
10204         (python-end-of-block, python-end-of-statement, python-mark-block)
10205         (python-beginning-of-block, python-beginning-of-statement)
10206         (python-blank-line-p, python-beginning-of-string)
10207         (python-open-block-statement-p): Delete functions.
10208         (python-indent-line, python-indent-line-1): Delete functions.
10209         (python-indent-line): New function.
10210         (python-indentation-levels): Delete function.
10211         (python-indent-calculate-levels): New function.
10212         (python-proc): Delete function.
10213         (python-shell-get-process): New function.
10214         (python-send-receive): Delete function.
10215         (python-shell-send-string-no-output): New function.
10216         (python-module-path): Delete function.
10217         (python-ffap-module-path): New function.
10218         (python-completion-at-point)
10219         (python-symbol-completions): Delete functions.
10220         (python-completion-complete-at-point): New function.
10221         (python-load-file): Delete function.
10222         (python-shell-send-file): New function.
10223         (python-calculate-indentation): Delete function.
10224         (python-indent-calculate-indentation): New function.
10225         (python-skip-comments/blanks): Delete function.
10226         (python-util-forward-comment): New function.
10227         (python-continuation-line-p): Delete function.
10228         (python-info-continuation-line-p): New function.
10229         (python-which-func, python-current-defun): Delete function.
10230         (python-info-current-defun): New function.
10231         (python-beginning-of-defun): Delete function.
10232         (python-nav-beginning-of-defun): New function.
10233         (python-close-block-statement-p)
10234         (python-block-end-p): Delete function.
10235         (python-info-closing-block): New function.
10236         (python-comint-output-filter-function)
10237         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10238         (python-fill-comment, python-fill-decorator, python-fill-paren)
10239         (python-fill-string, python-imenu-make-element-tree)
10240         (python-imenu-make-tree, python-imenu-tree-assoc)
10241         (python-indent-context, python-indent-dedent-line)
10242         (python-indent-line-function)
10243         (python-indent-post-self-insert-function)
10244         (python-indent-toggle-levels)
10245         (python-info-assignment-continuation-line-p)
10246         (python-info-beginning-of-backlash)
10247         (python-info-block-continuation-line-p)
10248         (python-info-closing-block-message)
10249         (python-info-line-ends-backslash-p)
10250         (python-info-looking-at-beginning-of-defun)
10251         (python-info-ppss-context, python-info-ppss-context-type)
10252         (python-nav-list-defun-positions, python-nav-read-defun)
10253         (python-nav-sentence-end, python-nav-sentence-start)
10254         (python-pdbtrack-comint-output-filter-function)
10255         (python-pdbtrack-set-tracked-buffer)
10256         (python-shell-calculate-exec-path)
10257         (python-shell-calculate-process-environment)
10258         (python-shell-completion--do-completion-at-point)
10259         (python-shell-completion--get-completions)
10260         (python-shell-completion-complete-at-point)
10261         (python-shell-completion-complete-or-indent)
10262         (python-shell-get-or-create-process)
10263         (python-shell-get-process-name)
10264         (python-shell-internal-get-or-create-process)
10265         (python-shell-internal-get-process-name)
10266         (python-shell-internal-send-string, python-shell-make-comint)
10267         (python-shell-parse-command, python-shell-send-setup-code)
10268         (python-skeleton-add-menu-items)
10269         (python-util-clone-local-variables, python-util-position)
10270         (run-python-internal, python-indentation-levels)
10271         (python-nav-beginning-of-defun)
10272         (python-completion-complete-at-point): New functions.
10273         (run-python): Change arguments.  New API requirements.
10275 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10277         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10278         (bug#11649).
10280         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10281         (macroexp--expand-all): Use it.
10283         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10284         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10285         Use `cl-function' instead.
10287 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
10289         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10290         Suggested by Stefan Monnier while discussing bug#11657.
10292 2012-06-14  Sam Steingold  <sds@gnu.org>
10294         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10296 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10298         * play/doctor.el (doctor-doc): Remove parameter and use
10299         doctor-sent instead of sent.
10300         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
10302 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10304         * files.el: Require cl-lib.
10305         (file-name-non-special): Replace case -> cl-case.
10307         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10309         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10310         mapping from #' to function*.
10312 2012-06-13  Chong Yidong  <cyd@gnu.org>
10314         * mouse.el (mouse-drag-track): Do not set the mark if the user
10315         releases the mouse without selecting anything (Bug#11588).
10317 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10319         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10320         as well (bug#11646).
10322         * loadup.el: Count byte-code functions as well.
10324         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10325         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10327         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10328         (bug#11649).  Add cl-defun and cl-defmacro.
10330 2012-06-13  Drew Adams  <drew.adams@oracle.com>
10332         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10333         Fix last change.
10335 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
10337         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10338         Otherwise, it blocks in batch mode.
10340 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10342         * help-mode.el (bookmark-make-record-default): Declare.
10344 2012-06-13  Chong Yidong  <cyd@gnu.org>
10346         * emacs-lisp/package.el (list-packages): Compute a list of
10347         packages that are newly-available since the last list-packages
10348         invocation.
10349         (package-menu--new-package-list): New var.
10350         (package-menu--generate, package-menu--print-info)
10351         (package-menu--status-predicate, package-menu-mark-install):
10352         Handle new status label "new".
10354 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10357         conversion to backquotes.
10359 2012-06-12  Chong Yidong  <cyd@gnu.org>
10361         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10362         Rename from gud-inhibit-global-bindings.
10364         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10366         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10367         hook from nxml-glyph-set-hook.
10369         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10370         declaration.
10372         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10374         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10375         Convert to defcustom.
10377 2012-06-12  Drew Adams  <drew.adams@oracle.com>
10379         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10380         New functions.
10381         (help-mode): Use them.
10383 2012-06-11  Glenn Morris  <rgm@gnu.org>
10385         * progmodes/fortran.el (fortran-font-lock-keywords-3):
10386         Use preprocessor face for directives.
10387         (fortran-directive-re): Doc fix.
10389 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10391         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10392         conversion to backquotes (bug#11652).
10394         Fix compiler-expansion of CL's cXXr functions (bug#11673).
10395         * emacs-lisp/cl-lib.el (cl--defalias): New function.
10396         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10397         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10398         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10399         (cl-ninth, cl-tenth): Mark them as inlinable.
10400         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10401         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10402         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10403         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10404         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10405         (cl-list*, cl-adjoin): Don't put an autoload manually.
10406         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10407         (cl--compiler-macro-list*): Add autoload cookie.
10408         (cl--compiler-macro-cXXr): New function.
10410         * help-fns.el (help-fns--compiler-macro): New function extracted from
10411         describe-function-1; follow aliases and use `compiler-macro' property.
10412         (describe-function-1): Use it.
10414 2012-06-11  Chong Yidong  <cyd@gnu.org>
10416         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10417         is uninstalled, if imagemagick is installed.
10419 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10421         * emacs-lisp/cl-lib.el: Use lexical-binding.
10422         (cl-map-extents, cl-maclisp-member): Remove.
10423         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10424         (cl--set-substring, cl--block-wrapper, cl--block-throw)
10425         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10426         * emacs-lisp/cl-extra.el: Use lexical-binding.
10427         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10428         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10429         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10430         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10431         * emacs-lisp/cl-seq.el: Use lexical-binding.
10432         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10433         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10434         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10435         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10436         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10437         CL's internals.
10439 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
10441         Sync with Tramp 2.2.6-pre.
10443         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10444         `print-length' and `print-level' to nil, in order to avoid
10445         truncation.  Reported by Christopher Schmidt
10446         <christopher@ristopher.com>.
10448         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10450         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10451         New defmacro.
10452         (tramp-compat-copy-directory): Add optional argument
10453         COPY-CONTENTS.  It is not handled yet.
10455         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10456         (tramp-ftp-file-name-p): Simplify.
10458         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10459         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10460         connection vector.
10462         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10463         (tramp-methods): Do not use `tramp-password-end-of-line'.
10464         (tramp-completion-function-alist-putty): Handle UNIX case.
10465         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10466         (tramp-do-file-attributes-with-stat)
10467         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10468         gid as real numbers.  They could run out of integer range on cygwin.
10469         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10470         (tramp-sh-handle-expand-file-name): Handle hops.
10471         (tramp-open-connection-setup-interactive-shell):
10472         Use `tramp-cleanup'.  Move check for busyboxes ...
10473         (tramp-find-shell): ... here.  Simplify implementation.
10474         Set "remote-shell" property also for alternative shells.
10475         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10476         If failing, a regular file would be written otherwise.
10477         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10478         (tramp-find-inline-encoding): Cache the coding commands in the
10479         process cache.  Apply test command on the remote side, if defined.
10480         (tramp-find-inline-compress): Cache the compress commands in the
10481         process cache.
10482         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10483         when requested.  Handle hops.
10484         (tramp-current-connection): New defvar.
10485         (tramp-maybe-open-connection): Use `tramp-cleanup'.
10486         Throw `suppress', if there was a failed connection shortly before.
10487         Handle user interrupt.  (Bug#10187)
10488         (tramp-get-inline-compress, tramp-get-inline-coding):
10489         Read connection properties from the process cache.
10491         * net/tramp-smb.el (tramp-smb-server-version)
10492         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10493         New defconsts.
10494         (tramp-smb-prompt): Extend for powershell prompt.
10495         (tramp-smb-file-name-handler-alist): Add handlers for
10496         `process-file', `shell-command' and `start-file-process'.
10497         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10498         (tramp-smb-winexe-shell-command-switch): New defcustoms.
10499         (tramp-smb-file-name-p): Simplify.
10500         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10501         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10502         (tramp-smb-shell-quote-argument): New defuns.
10503         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10504         Implement using "tar".  By this, time-stamps are preserved.
10505         (tramp-smb-handle-copy-file): Handle also the case of directories.
10506         (tramp-smb-do-file-attributes-with-stat)
10507         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10508         Use `tramp-get-connection-buffer').
10509         (tramp-smb-handle-rename-file): Use "rename", when source and
10510         target are on the same share.
10511         (tramp-smb-maybe-open-connection): Handle wrong passwords.
10512         Use `tramp-smb-server-version'.
10513         (tramp-smb-wait-for-output): Remove prompt.
10515         * net/tramp.el (top): Require 'cl.
10516         (tramp-methods, tramp-rsh-end-of-line):
10517         Remove `tramp-password-end-of-line' from docstring.
10518         (tramp-save-ad-hoc-proxies): New defcustom.
10519         (tramp-completion-function-alist): Adapt docstring.
10520         (tramp-default-password-end-of-line): Remove defcustom.
10521         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
10522         (tramp-user-regexp, tramp-file-name-regexp-unified)
10523         (tramp-file-name-regexp-url): Extend regexp by hop separator.
10524         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10525         (tramp-remote-file-name-spec-regexp): New defconst.
10526         (tramp-file-name-structure): Extend structure for hops.
10527         (tramp-get-method-parameter): Move up.
10528         (tramp-file-name-p, tramp-dissect-file-name)
10529         (with-parsed-tramp-file-name): Handle hops.
10530         (tramp-file-name-hop): New defun.
10531         (tramp-make-tramp-file-name): New optional arg HOP.
10532         (tramp-message-show-progress-reporter-message): New defvar.
10533         (tramp-with-progress-reporter): Use it.  We cannot use
10534         `tramp-message-show-message' here, because this suppresses also
10535         error buffers.
10536         (tramp-error-with-buffer): Suppress buffer view, if
10537         `tramp-message-show-message' is nil.
10538         Use `tramp-get-connection-buffer'.
10539         (tramp-cleanup): New defun.
10540         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10541         (tramp-file-name-handler): If `debug-on-error' is set, propagate
10542         an error unchanged.
10543         (tramp-completion-handle-file-name-all-completions): Handle hops.
10544         Fix an error when called from ido.
10545         (tramp-completion-dissect-file-name): Use better local variable
10546         name.  Add hop to the vector.
10547         (tramp-handle-insert-file-contents): Use progress-reporter for the
10548         whole scenario.
10549         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10550         to `t'.
10551         (tramp-check-for-regexp): Simplify search.
10552         (tramp-enter-password): Remove it.  Move implementation ...
10553         (tramp-action-password): ... here.
10554         (tramp-mode-string-to-int, tramp-local-host-p)
10555         (tramp-make-tramp-temp-file, tramp-read-passwd)
10556         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10557         Set tramp-autoload cookie.
10559         * net/trampver.el: Update release number.
10561 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10562             Michael Albinus  <michael.albinus@gmx.de>
10564         * net/tramp.el (tramp-set-completion-function): Fix docstring.
10565         (tramp-parse-group, tramp-parse-file)
10566         (tramp-parse-shostkeys-sknownhosts): New defuns.
10567         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10568         (tramp-parse-shosts-group, tramp-parse-sconfig)
10569         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10570         (tramp-parse-sknownhosts, tramp-parse-hosts)
10571         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10572         Use them.
10573         (tramp-parse-passwd-group, tramp-parse-netrc-group)
10574         (tramp-parse-putty-group): Don't narrow.
10575         (tramp-parse-putty): Make a loop.
10576         (tramp-file-name-handler): Catch the `suppress' signal.
10578 2012-06-11  Chong Yidong  <cyd@gnu.org>
10580         * image.el (imagemagick-register-types): Put the ImageMagick entry
10581         at the end of image-type-file-name-regexps.
10583 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
10585         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10586         (pcase, pcase-let*, pcase-dolist): Use them.
10588 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10590         * emacs-lisp/pcase.el (pcase--let*): New function.
10591         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
10592         (pcase--expand): Use macroexp-let².
10594 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10596         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10597         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10598         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10599         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10600         * emacs-lisp/derived.el: Use pcase instead of `cl'.
10601         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10603 2012-06-10  Glenn Morris  <rgm@gnu.org>
10605         * mail/rmail.el (rmail-yank-current-message): Leave point at
10606         correct position.  (Bug#11660)
10608 2012-06-10  Chong Yidong  <cyd@gnu.org>
10610         * allout-widgets.el: Fix code header.
10612 2012-06-10  Chong Yidong  <cyd@gnu.org>
10614         * cus-edit.el (customize-changed-options-previous-release):
10615         Bump to 24.1.
10617 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
10619         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10621 2012-06-09  Chong Yidong  <cyd@gnu.org>
10623         * ebuff-menu.el (electric-buffer-list): Preserve header line.
10625 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
10627         * window.el (special-display-popup-frame): Don't use
10628         window--display-buffer (Bug#11651).
10630 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
10632         Fix parallel builds: make sure loaddefs.el is not being written
10633         while Lisp files are compiled.
10634         (compile): Don't depend on 'mh-autoloads'.
10635         (compile-CMD, compile-SH): Depend on 'autoloads'.
10636         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10638         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
10640 2012-06-09  Chong Yidong  <cyd@gnu.org>
10642         * face-remap.el (face-remap-add-relative, face-remap-set-base)
10643         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10644         Doc fixes (Bug#11225).
10646 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10648         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10649         a function if there's a clear indication that it has a compiler-macro.
10650         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10651         (macro-declarations-alist): Add arglist to declaration functions.
10652         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10653         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10654         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10655         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10656         Also add autoload to find the compiler macro.
10657         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10658         (cl--compiler-macro-member, cl--compiler-macro-assoc)
10659         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10660         (cl--compiler-macro-get): New functions, replacing calls to
10661         cl-define-compiler-macro.
10662         (cl-typep) [compiler-macro]: Use macroexp-let².
10664 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
10666         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10667         string properly, fixes Bug#11473.
10669 2012-06-08  Chong Yidong  <cyd@gnu.org>
10671         * faces.el (set-face-attribute): Doc fix.
10672         (modify-face): Don't use :bold and :italic.
10673         (error, warning, success): Tweak definitions.
10675         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10676         (custom-modified, custom-set, custom-changed, custom-themed)
10677         (custom-saved, custom-button, custom-button-mouse)
10678         (custom-button-pressed, custom-state, custom-comment-tag)
10679         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10680         (custom-group-subtitle): Use new-style face specs.
10681         (custom-invalid-face, custom-rogue-face, custom-modified-face)
10682         (custom-set-face, custom-changed-face, custom-saved-face)
10683         (custom-button-face, custom-button-pressed-face)
10684         (custom-documentation-face, custom-state-face)
10685         (custom-comment-face, custom-comment-tag-face)
10686         (custom-variable-tag-face, custom-variable-button-face)
10687         (custom-face-tag-face, custom-group-tag-face-1)
10688         (custom-group-tag-face): Remove obsolete face alias.
10690         * epa.el (epa-validity-high, epa-validity-medium)
10691         (epa-validity-low, epa-mark, epa-field-name, epa-string)
10692         (epa-field-name, epa-field-body):
10693         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10694         (font-lock-keyword-face, font-lock-builtin-face)
10695         (font-lock-function-name-face, font-lock-variable-name-face)
10696         (font-lock-type-face, font-lock-constant-face):
10697         * ido.el (ido-first-match, ido-only-match, ido-subdir)
10698         (ido-virtual, ido-indicator, ido-incomplete-regexp):
10699         * speedbar.el (speedbar-button-face, speedbar-file-face)
10700         (speedbar-directory-face, speedbar-tag-face)
10701         (speedbar-selected-face, speedbar-highlight-face)
10702         (speedbar-separator-face):
10703         * whitespace.el (whitespace-newline, whitespace-space)
10704         (whitespace-hspace, whitespace-tab, whitespace-trailing)
10705         (whitespace-line, whitespace-space-before-tab)
10706         (whitespace-space-after-tab, whitespace-indentation)
10707         (whitespace-empty):
10708         * emulation/cua-base.el (cua-global-mark):
10709         * eshell/em-prompt.el (eshell-prompt):
10710         * net/newst-plainview.el (newsticker-new-item-face)
10711         (newsticker-old-item-face, newsticker-immortal-item-face)
10712         (newsticker-obsolete-item-face, newsticker-date-face)
10713         (newsticker-statistics-face, newsticker-default-face):
10714         * net/newst-reader.el (newsticker-feed-face)
10715         (newsticker-extra-face, newsticker-enclosure-face):
10716         * net/newst-treeview.el (newsticker-treeview-face)
10717         (newsticker-treeview-new-face, newsticker-treeview-old-face)
10718         (newsticker-treeview-immortal-face)
10719         (newsticker-treeview-obsolete-face)
10720         (newsticker-treeview-selection-face):
10721         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10722         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10723         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10724         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10725         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10726         (nxml-outline-active-indicator, nxml-outline-ellipsis):
10727         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10728         (mpuz-text):
10729         * progmodes/vera-mode.el (vera-font-lock-number)
10730         (vera-font-lock-function, vera-font-lock-interface):
10731         * textmodes/table.el (table-cell): Use new-style face specs, and
10732         don't use the old :bold and :italic attributes.
10734         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10735         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10736         (ebrowse-member-class, ebrowse-progress): Likewise.
10737         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10738         (ebrowse-file-name-face, ebrowse-default-face)
10739         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10740         (ebrowse-progress-face): Remove obsolete faces.
10742         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10743         Inherit from error and warning faces respectively.
10745         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10746         Likewise.
10747         (flyspell-incorrect-face, flyspell-duplicate-face):
10748         Remove obsolete aliases.
10750 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
10752         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10753         Avoid infloop.
10755 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10757         * startup.el (argv, argi): Make lexically scoped.
10758         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10759         * emacs-lisp/cl-macs.el: Use lexical-binding.
10760         Rename cl-bind-* to cl--bind-*.
10761         * files.el: Don't require `cl' since it doesn't use it.
10762         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10764 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
10766         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10767         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10768         instead of calling external sort utility.
10769         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10771 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
10773         * descr-text.el (describe-char): Mention how to insert the
10774         character, if the current input method doesn't support it.
10775         See the discussion in this thread for the details:
10776         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10778 2012-06-08  Sam Steingold  <sds@gnu.org>
10780         * bindings.el (global-map): Bind XF86Forward to next-buffer and
10781         XF86Back to previous-buffer.
10782         (minibuffer-local-map): Bind them to next-history-element and
10783         previous-history-element respectively.
10784         * help-mode.el (help-mode-map): Bind them to help-go-forward and
10785         help-go-back respectively.
10786         * info.el (Info-mode-map): Bind them to Info-history-forward and
10787         Info-history-back respectively.
10788         These are the keys next to Up on the ThinkPad keyboard.
10790 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10792         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10793         * emacs-lisp/cl-macs.el: Provide itself.
10794         (cl--labels-convert-cache): New var.
10795         (cl--labels-convert): New function.
10796         (cl-flet, cl-labels): New implementation with new semantics, relying on
10797         lexical-binding.
10798         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10799         (cl-closure-vars, cl--function-convert-cache)
10800         (cl--function-convert): Move from cl-macs.el.
10801         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10802         rename by removing the "cl-" prefix.
10803         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10805 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10808         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10809         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10810         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10811         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10812         (cl-hash-table-count): Add old compatibility aliases.
10814         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10815         Use macroexpand-all-environment instead.
10816         (cl--old-macroexpand): New var.
10817         (cl--sm-macroexpand): New function.
10818         (cl-symbol-macrolet): Use it during macro expansion.
10819         (cl--function-convert-cache): New var.
10820         (cl--function-convert): New function, extracted from
10821         cl-macroexpand-all.
10822         (cl-lexical-let): Use it.
10824         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10825         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10826         (cl-member): Remove old alias.
10828         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10829         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10830         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10831         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10832         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10833         (cl-macroexpand-cmacs): Remove var.
10834         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10835         Use macroexpand-all instead.
10837 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10839         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10840         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10841         (macroexp-copyable-p): New functions and macros.
10842         * emacs-lisp/edebug.el (edebug-unwrap):
10843         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10844         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10845         (pcase--let*): Remove.
10846         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10847         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
10848         macroexp-const-p instead.
10849         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10851         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10852         instead of "cl-" for internal definitions.  Use macroexp-const-p.
10853         (cl-old-bc-file-form): Remove var.
10854         (cl-const-exprs-p): Remove fun.
10855         (cl-labels, cl-macrolet): Use backquote.
10856         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
10857         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10858         (cl-define-setf-expander): Rename from cl-define-setf-method.
10859         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10861         * international/mule-cmds.el: Don't require CL.
10862         (view-hello-file): Don't use `letf'.
10864 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * tmm.el (tmm-prompt): Use string-prefix-p.
10867         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10868         (tmm-add-prompt): Use minibuffer-completion-help.
10869         (tmm-delete-map): Remove.
10871         * subr.el (kbd): Make it its own function.
10873 2012-06-07  Stefan Merten  <smerten@oekonux.de>
10875         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10876         Silence compiler warnings.  Fix versions.
10877         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10878         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10879         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10880         (rst-package-emacs-version-alist): Correct Emacs version to
10881         represent major merge with upstream.
10882         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10884 2012-06-06  Glenn Morris  <rgm@gnu.org>
10886         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10887         Only print environment variables if set.
10889 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10891         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10892         (macroexp--cons): Rename from maybe-cons.
10893         (macroexp--accumulate): Rename from macroexp-accumulate.
10894         (macroexp--all-forms): Rename from macroexpand-all-forms.
10895         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10896         (macroexp--expand-all): Rename from macroexpand-all-1.
10898 2012-06-06  Sam Steingold  <sds@gnu.org>
10900         * calendar/calendar.el (calendar-in-read-only-buffer):
10901         Call `special-mode' to enable the standard read-only keybindings.
10903 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10905         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10906         with "loading" messages (bug#11635).
10908 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
10910         * files.el (enable-remote-dir-locals): New option.
10911         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
10913         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10914         Ensure, that the temp directory is local.
10916         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10917         `temporary-file-directory'.
10919         * progmodes/python.el (python-send-region): Ensure, that the
10920         temporary file is created also in the remote case.
10922 2012-06-06  Glenn Morris  <rgm@gnu.org>
10924         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10925         (vc-rcs-update-changelog): Use it.
10927         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10929         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10930         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10931         (vc-sccs-diff): Replace use of the external vcdiff script.
10933 2012-06-05  Glenn Morris  <rgm@gnu.org>
10935         * ledit.el: Move to obsolete/.
10937 2012-06-05  Sam Steingold  <sds@gnu.org>
10939         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10940         patch (Bug#11140).
10942 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10944         * emacs-lisp/cust-print.el: Move to obsolete.
10946         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10947         compiler-macro expansion.
10949         Add native compiler-macro support.
10950         * emacs-lisp/macroexp.el (macroexpand-all-1):
10951         Support compiler-macros directly.  Properly follow aliases and apply
10952         the compiler macros more thoroughly.
10953         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10954         macroexpand now properly follows aliases.
10955         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10956         (cl-compiler-macroexpand): Use new prop.
10957         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10959         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10961 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
10963         * window.el (get-lru-window, get-mru-window, get-largest-window):
10964         New argument NOT-SELECTED to avoid picking the selected window.
10965         (window--display-buffer-1, window--display-buffer-2): Replace by
10966         new function window--display-buffer
10967         (display-buffer-same-window, display-buffer-reuse-window)
10968         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10969         Use window--display-buffer.
10970         (display-buffer-use-some-window): Remove temporary dedication
10971         hack by calling get-lru-window and get-largest-window with
10972         NOT-SELECTED argument non-nil.  Call window--display-buffer.
10974 2012-06-05  Glenn Morris  <rgm@gnu.org>
10976         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10977         Replace external vcdiff script.
10979 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10981         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10983 2012-06-04  Chong Yidong  <cyd@gnu.org>
10985         * image.el (imagemagick-types-inhibit): Revert last change.
10986         Add INFO and M.
10987         (imagemagick-enabled-types): Remove CIN and EPS*.
10989 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10991         * emacs-lisp/cl-lib.el: Rename from cl.el.
10992         * emacs-lisp/cl.el: New compatibility file.
10993         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10994         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10995         to obey the "cl-" prefix.
10996         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10998 2012-06-03  Glenn Morris  <rgm@gnu.org>
11000         * emacs-lisp/authors.el (authors-aliases): Addition.
11002         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
11003         Fix :version.
11005 2012-06-03  Stefan Merten  <smerten@oekonux.de>
11007         * textmodes/rst.el: Add comments.
11008         (rst-transition, rst-adornment): New faces.
11009         (rst-adornment-faces-alist): Make default safe to reevaluate.
11010         Fixes
11011         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
11012         Improve customization tags.
11013         (rst-define-level-faces): Clarify meaning.
11015 2012-06-03  Chong Yidong  <cyd@gnu.org>
11017         * progmodes/compile.el (compilation-mode-line-fail)
11018         (compilation-mode-line-run, compilation-mode-line-exit):
11019         New faces.
11020         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
11022 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
11024         * progmodes/which-func.el (which-func-update-ediff-windows):
11025         New function.  Use it in ediff-select-hook (Bug#11478).
11027 2012-06-03  Chong Yidong  <cyd@gnu.org>
11029         * bindings.el: Remove explicit help text from format-mode-line.
11030         It is now supplied by mode-line-default-help-echo.
11031         (mode-line-front-space, mode-line-end-spaces)
11032         (mode-line-misc-info): New variables.
11033         (mode-line-modes, mode-line-position): Move the default value to
11034         the variable definition.
11035         (mode-line-default-help-echo): New defcustom.
11036         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
11037         (mode-line-modified-help-echo): New functions.
11038         (mode-line-mule-info, mode-line-modified): Use them.
11039         (mode-line-eol-desc, propertized-buffer-identification):
11040         Consistency fixes for help text.
11041         (mode-line-coding-system-map): Allow using mouse-3 to invoke
11042         set-buffer-file-coding-system (Bug#289).
11043         (mode-line-mule-info-help-echo): Update help text.
11045 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11047         * simple.el (execute-extended-command): Set real-this-command
11048         (bug#11506).
11050 2012-06-02  Chong Yidong  <cyd@gnu.org>
11052         Remove incorrect uses of "modeline" in comments, docstrings, and
11053         function/variable names (Bug#10329).
11055         * cus-edit.el (mode-line):
11056         * dframe.el (dframe-mouse-hscroll):
11057         * emacs-lisp/re-builder.el:
11058         * emacs-lisp/easy-mmode.el (define-minor-mode):
11059         * frame.el (set-frame-name):
11060         * help.el (lookup-minor-mode-from-indicator):
11061         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
11062         * progmodes/cc-cmds.el (c-toggle-auto-newline)
11063         (c-toggle-hungry-state):
11064         * progmodes/antlr-mode.el (antlr-language-alist):
11065         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
11066         * progmodes/vhdl-mode.el (vhdl-mode):
11067         * progmodes/which-func.el (which-func, which-func-cleanup-function):
11068         * term/ns-win.el (ns-face-at-pos):
11069         * term/sup-mouse.el (sup-mouse-report):
11070         * textmodes/flyspell.el (flyspell-mode-line-string):
11071         * textmodes/ispell.el (ispell-highlight-face):
11072         * textmodes/reftex-global.el:
11073         * vc/vc-arch.el (vc-arch-mode-line-string):
11074         * vc/vc-cvs.el (vc-cvs-mode-line-string):
11075         * vc/vc-git.el (vc-git-mode-line-string):
11076         * vc/vc-hooks.el (vc-display-status)
11077         (vc-default-mode-line-string):
11078         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
11080         * ansi-color.el (ansi-color-faces-vector): Change default faces.
11082         * dired.el (dired-sort-set-mode-line): Rename from
11083         dired-sort-set-modeline.  All callers changed.
11085         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
11086         eshell-status-in-modeline.
11088         * foldout.el (foldout-mode-line-string): Rename from
11089         foldout-modeline-string.  All callers changed.
11090         (foldout-update-mode-line): Rename from foldout-update-modeline.
11092         * subr.el (redraw-modeline): Make into obsolete alias.
11094         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
11095         timeclock-modeline-display.  Make old name an alias.
11096         (timeclock-update-mode-line): Likewise.  All callers changed.
11097         (timeclock-mode-line-display): No need to check before using
11098         add-hook.
11099         (timeclock-relative, timeclock-day-over-hook)
11100         (timeclock-use-elapsed, timeclock-mode-string)
11101         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
11103         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
11104         crisp-mode-modeline-string.
11106         * play/solitaire.el (solitaire-build-mode-line): Rename from
11107         solitaire-build-modeline.  All callers changed.
11109         * play/zone.el (zone-hiding-mode-line): Rename from
11110         zone-hiding-modeline.  All callers changed.
11111         (zone): Remove unusued `modeline-hidden-level' property.
11113         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
11114         xscheme-modeline-initialize.  All callers changed.
11116         * strokes.el (strokes-lighter): Rename from
11117         strokes-modeline-string.
11119         * textmodes/sgml-mode.el (html-face-tag-alist)
11120         (html-tag-face-alist): Use mode-line face instead of obsolete
11121         alias modeline.
11123 2012-06-02  Stefan Merten  <smerten@oekonux.de>
11125         * textmodes/rst.el: Always require `cl'.
11126         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
11128 2012-06-02  Chong Yidong  <cyd@gnu.org>
11130         * image.el (imagemagick-enabled-types): Rename from
11131         imagemagick-types-enable.  Add many more types.
11132         (imagemagick-types-inhibit): Change default to nil.
11133         (imagemagick-filter-types): Caller changed.
11135 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11137         * emacs-lisp/cl-macs.el: Use backquotes.
11138         (cl-transform-function-property): Use eval-and-compile rather than
11139         abusing `require'.
11140         (defstruct): Use declare-function instead of with-no-warnings.
11142         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
11143         (byte-compile-output-docform): Re-add the print-circle bindings.
11144         (byte-compile-fix-header): Use #$ just because it's shorter.
11145         (byte-compile-output-file-form): Remove defun/defmacro.
11147 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
11149         * simple.el (choose-completion): Remove now obsolete binding for
11150         owindow.
11152 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
11154         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
11155         in order to avoid "Stack overflow in regexp matcher".
11157 2012-05-31  Glenn Morris  <rgm@gnu.org>
11159         * image.el: For clarity, call imagemagick-register-types at
11160         top-level, rather than relying on a custom :initialize.
11161         (imagemagick-types-enable): New option.  (Bug#11557)
11162         (imagemagick-filter-types): New function.  (Bug#7406)
11163         (imagemagick-register-types): Use imagemagick-filter-types.
11164         If disabling support, remove elements altogether rather
11165         than using an impossible regexp.
11166         (imagemagick-types-inhibit): Give it the default init function.
11168 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11170         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
11171         Handle arbitrary file name lengths (Bug#11585).
11173 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
11175         * desktop.el (desktop-read): Clear previous and next buffers for
11176         all windows and bury *Messages* buffer (bug#11556).
11178 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11180         Add `declare' for `defun'.  Align `defmacro's with it.
11181         * emacs-lisp/easy-mmode.el (define-minor-mode)
11182         (define-globalized-minor-mode): Don't autoload the var definitions.
11183         * emacs-lisp/byte-run.el: Use lexical-binding.
11184         (defun-declarations-alist, macro-declarations-alist): New vars.
11185         (defmacro, defun): Use them.
11186         (make-obsolete, define-obsolete-function-alias)
11187         (make-obsolete-variable, define-obsolete-variable-alias):
11188         Use `declare'.
11189         (macro-declaration-function): Mark obsolete.
11190         * emacs-lisp/autoload.el: Use lexical-binding.
11191         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
11193 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11195         * textmodes/ispell.el (ispell-with-no-warnings):
11196         Define as a macro.
11197         (ispell-kill-ispell, ispell-change-dictionary):
11198         Use `called-interactively-p' for Emacs instead of obsolete
11199         `interactive-p'.
11201 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11203         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
11204         (macro-declaration-function): Move var from C code.
11205         (macro-declaration-function): Define function with defalias.
11206         * emacs-lisp/macroexp.el (macroexpand-all-1):
11207         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
11208         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
11209         defun/defmacro any more.
11210         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
11211         Provide fallback for unknown arglist.
11212         (byte-compile-arglist-warn): Change calling convention.
11213         (byte-compile-output-file-form): Move print-vars binding.
11214         (byte-compile-output-docform): Simplify accordingly.
11215         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
11216         (byte-compile-defmacro-declaration): Remove.
11217         (byte-compile-file-form-defmumble): Generalize to defalias.
11218         (byte-compile-output-as-comment): Return byte-positions.
11219         Simplify callers accordingly.
11220         (byte-compile-lambda): Use `assert'.
11221         (byte-compile-defun, byte-compile-defmacro): Remove.
11222         (byte-compile-file-form-defalias):
11223         Use byte-compile-file-form-defmumble.
11224         (byte-compile-defalias-warn): Remove.
11226 2012-05-29  Stefan Merten  <smerten@oekonux.de>
11228         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11229         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
11231         (rst-mode-abbrev-table): Merge definition.
11232         (rst-mode): Make sure `font-lock-defaults' is buffer local.
11233         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11235 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
11237         * calendar/icalendar.el
11238         (icalendar-export-region): Export UID properly.
11240 2012-05-29  Leo Liu  <sdl.web@gmail.com>
11241         * calendar/icalendar.el (icalendar-import-format):
11242         Add `icalendar-import-format-uid' (Bug#11525).
11243         (icalendar-import-format-uid): New.
11244         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11245         Export UID.
11247 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11249         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11250         different alternative patterns.
11251         (pcase-codegen): Be more careful to preserve identity.
11252         (pcase--u1): Don't forget to mark vars as used.
11254         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11255         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11256         (byte-compile-from-buffer): ...rather than here.
11258         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11259         functions from byte-compile-function-environment.
11261 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
11263         * window.el (window-deletable-p): Avoid deleting the root window
11264         of a frame with an active minibuffer.
11266 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
11268         * simple.el (choose-completion): Use quit-window (Bug#11567).
11270 2012-05-29  Chong Yidong  <cyd@gnu.org>
11272         * whitespace.el (whitespace-cleanup): Fix usage of
11273         whitespace-empty-at-bob-regexp (Bug#11492).
11275 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11277         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11278         revert (Bug#11488).
11280 2012-05-29  Juri Linkov  <juri@jurta.org>
11282         * isearch.el (isearch-mode-map): Bind `M-s _' to
11283         `isearch-toggle-symbol'.  Bind `M-s c' to
11284         `isearch-toggle-case-fold'.
11285         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11286         (isearch-forward): Add `M-s _' to the docstring.
11287         (isearch-forward-symbol, isearch-toggle-case-fold)
11288         (isearch-symbol-regexp): New functions.  (Bug#11381)
11290 2012-05-29  Juri Linkov  <juri@jurta.org>
11292         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
11293         (isearch-occur, isearch-search-and-update): If `isearch-word' is
11294         a function, call it to get the regexp.
11295         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11296         property `isearch-message-prefix' instead of the string "word ".
11297         (isearch-search-fun-default): For the case of `isearch-word',
11298         return a lambda that calls re-search-forward/re-search-backward
11299         with a regexp returned by `word-search-regexp' or by the function
11300         in `isearch-word'.
11302 2012-05-29  Juri Linkov  <juri@jurta.org>
11304         * isearch.el (isearch-search-fun-default): New function.
11305         (isearch-search-fun): Move default part to the new function
11306         `isearch-search-fun-default'.
11307         (isearch-search-fun-function): Set the default value to
11308         `isearch-search-fun-default'.  (Bug#11381)
11310         * comint.el (comint-history-isearch-end):
11311         Use `isearch-search-fun-default'.
11312         (comint-history-isearch-search): Use `isearch-search-fun-default'
11313         and remove spacial case for `isearch-word'.
11314         (comint-history-isearch-wrap): Remove spacial case for
11315         `isearch-word'.
11317         * hexl.el (hexl-isearch-search-function):
11318         Use `isearch-search-fun-default'.
11320         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11321         Use `word-search-regexp' for `isearch-word'.
11323         * misearch.el (multi-isearch-search-fun):
11324         Use `isearch-search-fun-default'.
11326         * simple.el (minibuffer-history-isearch-search):
11327         Use `isearch-search-fun-default' and remove spacial case for
11328         `isearch-word'.
11329         (minibuffer-history-isearch-wrap): Remove spacial case for
11330         `isearch-word'.
11332         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11333         Remove spacial case for `isearch-word'.
11334         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11336 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11338         Decrease XEmacs incompatibilities.
11339         * textmodes/flyspell.el (flyspell-check-pre-word-p):
11340         Use `string-match'.
11341         (flyspell-delete-region-overlays): Use alternative definition for
11342         XEmacs.
11343         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11344         (flyspell-word): Use `process-kill-without-query' if XEmacs.
11345         (flyspell-mode-on): Use `interactive-p' if XEmacs.
11346         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11347         `define-obsolete-face-alias' under XEmacs, but old method.
11349         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11350         `with-no-warnings' definition or Emacs alias.
11351         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11352         (ispell-word): Do not use `region-p' if XEmacs.
11354 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11356         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11357         Check for `ispell-dictionary-base-alist' instead of full
11358         `ispell-dictionary-alist'.
11359         (ispell-init-process): Show spellchecker when starting new Ispell
11360         process.
11362 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11364         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11365         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11367 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
11369         * version.el (motif-version-string, gtk-version-string)
11370         (ns-version-string): Declare.
11372 2012-05-27  Juri Linkov  <juri@jurta.org>
11374         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11375         after the `eval-defun-1' specialcaseing
11376         like in `edebug-eval-defun' (bug#10181).
11378         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11379         like in `eval-defun-1'.
11381 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
11383         * mail/sendmail.el (mail-yank-region):
11384         Recognize rmail-yank-current-message in addition to insert-buffer.
11385         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11386         a *mail* buffer created through rmail-start-mail with sendmail as
11387         mail-user-agent.
11389 2012-05-27  Chong Yidong  <cyd@gnu.org>
11391         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11392         Default to 256 (Bug#11267).
11394         * help.el (describe-mode): Doc fix.
11396 2012-05-26  Glenn Morris  <rgm@gnu.org>
11398         * w32-fns.el (w32-init-info): Remove.
11399         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11401         * info.el (info-initialize): For self-contained NS builds, put the
11402         included info/ directory at the front.  (Bug#2791)
11404         * paths.el (Info-default-directory-list): Make it a defcustom,
11405         mainly so that we can use custom-initialize-delay.
11407 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11409         * subr.el (buffer-has-markers-at): Mark obsolete.
11411         * subr.el (lambda): Use declare.
11413         * emacs-lisp/lisp-mode.el (lambda):
11414         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11416 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11418         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
11420 2012-05-26  Glenn Morris  <rgm@gnu.org>
11422         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11424 2012-05-25  Glenn Morris  <rgm@gnu.org>
11426         * paths.el: Remove no-byte-compile.
11427         * loadup.el: No need to load paths.el uncompiled.
11429         * image.el (imagemagick-types-inhibit): Doc fix.
11431         * version.el: Remove no-byte-compile and associated formatting.
11432         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
11433         is ancient code from when there was an "inc-vers.el".
11435 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11437         * progmodes/gdb-mi.el: Minor style changes.
11438         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11439         Turn into minor modes.
11440         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11441         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11442         (gdb-shell): Remove unneeded let-binding.
11443         (gdb-get-many-fields): Eliminate O(n²) behavior.
11445 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
11447         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11448         platforms that don't link in fontset.c.
11450 2012-05-25  Juri Linkov  <juri@jurta.org>
11452         Use the same diff color scheme as in modern VCSes (bug#10181).
11454         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11455         to avoid confusion with `diff-added' that now uses green colors.
11456         (diff-removed): Use shades of red.
11457         (diff-added): Use shades of green.
11458         (diff-changed): Leave just the yellow color.
11459         (diff-use-changed-face): New variable.
11460         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11461         how to highlight context diff changes.
11462         (diff-refine-change): Use shades of yellow.
11463         (diff-refine-removed): New face that uses shades of red.
11464         (diff-refine-added): New face that uses shades of green.
11465         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11466         `diff-refine-removed' in the call to `smerge-refine-subst'
11467         depending on the value of `diff-use-changed-face'.
11469         * vc/smerge-mode.el (smerge-mine): Use shades of red.
11470         (smerge-other): Use shades of green.
11471         (smerge-base): Use shades of yellow.
11472         (smerge-refined-change): Empty face.
11473         (smerge-refined-removed): New face that uses shades of red.
11474         (smerge-refined-added): New face that uses shades of green.
11475         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
11476         args `props-r' and `props-a', and use them.  Doc fix.
11477         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11478         on its value use different faces `smerge-refined-change',
11479         `smerge-refined-removed', `smerge-refined-added' in the call to
11480         `smerge-refine-subst'.
11482         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11483         Add face condition `min-colors 88' with shades of red.
11484         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11485         `min-colors 88' with shades of green.
11486         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11487         `min-colors 88' with shades of yellow.
11489 2012-05-24  Glenn Morris  <rgm@gnu.org>
11491         * paths.el (prune-directory-list, remote-shell-program): Move to...
11492         * files.el (prune-directory-list, remote-shell-program): ...here.
11493         For the latter, delay initialization, prefer ssh, just search PATH.
11495         * paths.el (term-file-prefix): Move to faces.el (the only user).
11496         * faces.el (term-file-prefix): Move here, make it a defcustom.
11498         * paths.el (news-directory, news-path, news-inews-program):
11499         Move to gnus/nnspool.el.
11501         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11503         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11504         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11505         Make the latter a defcustom, with a delayed initialization.
11507         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11508         These were deleted from Gnus itself late 2010.
11510 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
11512         * progmodes/which-func.el (which-func-ff-hook):
11513         Check against user-error, not error.
11515         * emacs-lisp/edebug.el (top): Do not load or set up loading of
11516         cl-specs.el, which no longer exists.
11518 2012-05-22  Glenn Morris  <rgm@gnu.org>
11520         * info.el (info-emacs-bug): New command.
11521         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11522         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11524 2012-05-21  Glenn Morris  <rgm@gnu.org>
11526         * makefile.w32-in (update-subdirs-SH):
11527         * Makefile.in (update-subdirs): Update for moved update-subdirs.
11529 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11531         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11533         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11534         Simplify Maven regexp, and make sure the file can't start with a space
11535         (bug#11517).
11537 2012-05-21  Glenn Morris  <rgm@gnu.org>
11539         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11540         Scrap superfluous subshells.
11542 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11544         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11545         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11547 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
11549         * calc/calc.el (calc-ensure-consistent-units): New variable.
11551         * calc/calc-units.el (math-consistent-units-p)
11552         (math-check-unit-consistency): New functions.
11553         (calc-quick-units, calc-convert-units):
11554         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11555         is non-nil.
11556         (calc-extract-units): Fix typo.
11558 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11560         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11562         * textmodes/flyspell.el: Commenting style, plus code simplifications.
11563         (flyspell-default-deplacement-commands): Don't spell check after
11564         repeated window/frame switches (e.g. triggered by mouse-movement).
11565         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11566         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11567         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11568         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11569         Remove unused vars.
11570         (flyspell-get-casechars, flyspell-get-not-casechars):
11571         Simplify; Don't bother removing a ] just to add it back.
11572         * textmodes/ispell.el (ispell-program-name): Use executable-find.
11574 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11576         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11577         New functions.
11578         (math-function-table): Add support for more C functions.
11580 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11582         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11583         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11584         Protect delay handling for otherchars against empty otherchars.
11586 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11588         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11589         their respective macro declarations.
11590         * skeleton.el (define-skeleton):
11591         * progmodes/compile.el (define-compilation-mode):
11592         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11593         (define-ibuffer-filter):
11594         * emacs-lisp/generic.el (define-generic-mode):
11595         * emacs-lisp/easy-mmode.el (define-minor-mode)
11596         (define-globalized-minor-mode):
11597         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11598         * emacs-lisp/byte-run.el (defsubst):
11599         * custom.el (deftheme): Add doc-string metadata.
11601 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11603         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11605 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11607         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11609         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11610         * emacs-lisp/cl-macs.el: Idem.
11611         * emacs-lisp/cl-specs.el: Remove.
11613 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11615         Minor renaming of internal CL functions and variables.
11616         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11617         (cl--position): Rename from cl-position.
11618         (cl--delete-duplicates): Rename from cl-delete-duplicates.
11619         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11620         (cl--random-state): Rename from *random-state*.
11622 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11624         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11625         parens around the arg list (bug#11499).
11627 2012-05-17  Juri Linkov  <juri@jurta.org>
11629         * isearch.el (word-search-regexp, word-search-backward)
11630         (word-search-forward, word-search-backward-lax)
11631         (word-search-forward-lax): Move functions from search.c
11632         (bug#10145, bug#11381).
11634 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11636         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11637         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11638         Delay for otherchars as for normal word components.
11640 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11642         * minibuffer.el (completion--sifn-requote): Fix last change.
11643         (minibuffer-local-must-match-filename-map):
11644         Move define-obsolete-variable-alias before its var.
11646 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11650         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11651         behavior.
11652         (completion--string-equal-p): New function.
11653         (completion--twq-all): Use it to get better assertion failure data.
11655         Only handle ".." and '..' quoting in shell-mode (bug#11466).
11656         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11657         (shell--requote-argument): New functions.
11658         (shell-completion-vars): Use them.
11659         (shell--parse-pcomplete-arguments): Rename from
11660         shell-parse-pcomplete-arguments.
11661         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
11662         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11663         Obey comint-file-name-quote-list.
11665         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11666         (smie-indent-keyword): Use it.
11668 2012-05-14  Stefan Merten  <smerten@oekonux.de>
11670         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11672 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11674         * net/rlogin.el (rlogin-mode-map): Fix last change.
11676 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
11678         * mail/smtpmail.el (smtpmail-send-command): Send the command and
11679         the following \r\n using a single `process-send-string', since the
11680         Lotus SMTP server refuses to accept any commands if they are sent
11681         with two `process-send-string's (Bug#11444).
11683 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11685         * shell.el (shell-parse-pcomplete-arguments):
11686         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11688 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
11690         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11691         (image-transform-scale, image-transform-right-angle-fudge): New vars.
11692         (image-transform-width, image-transform-fit-width): New functions.
11693         (image-transform-properties): Use them.
11694         (image-transform-check-size): New function.
11695         (image-toggle-display-image): Use it (for testing).
11696         (image-transform-set-rotation): Reduce angle mod 360.
11697         Delete obsolete comment.
11699 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
11701         * image-mode.el: Fix scaling (bug#11399).
11702         (image-transform-resize): Doc fix.
11703         (image-transform-properties): Default scale is 1 and height should
11704         be an integer.
11706 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
11708         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11709         than hard-coding `car', to fix misbehavior when moving forward.
11711 2012-05-13  Chong Yidong  <cyd@gnu.org>
11713         * emacs-lisp/tabulated-list.el (tabulated-list-format)
11714         (tabulated-list-entries, tabulated-list-padding)
11715         (tabulated-list-sort-key): Make permanent-local.
11717         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11718         (electric-buffer-list): Put electric buffer menu
11719         command descriptions in this docstring, instead of the docstring
11720         of electric-buffer-menu-mode.  Code cleanups.
11721         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
11722         Electric-buffer-menu-mode.
11723         (electric-buffer-update-highlight): Minor code cleanup.
11725 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
11727         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11728         (Bug#11447)
11730 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11732         Move define-obsolete-variable-alias before the var's definition.
11733         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11734         * tooltip.el (tooltip-hook):
11735         * textmodes/reftex-toc.el (reftex-toc-map):
11736         * textmodes/reftex-sel.el (reftex-select-label-map)
11737         (reftex-select-bib-map):
11738         * textmodes/reftex-index.el (reftex-index-map)
11739         (reftex-index-phrases-map):
11740         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11741         * progmodes/meta-mode.el (meta-mode-map):
11742         * novice.el (disabled-command-hook):
11743         * loadhist.el (unload-hook-features-list):
11744         * frame.el (blink-cursor):
11745         * files.el (find-file-not-found-hooks, write-file-hooks)
11746         (write-contents-hooks):
11747         * emulation/tpu-edt.el (GOLD-map):
11748         * emacs-lock.el (emacs-lock-from-exiting):
11749         * emacs-lisp/generic.el (generic-font-lock-defaults):
11750         * emacs-lisp/chart.el (chart-map):
11751         * dos-fns.el (register-name-alist):
11752         * dired-x.el (dired-omit-files-p):
11753         * desktop.el (desktop-enable):
11754         * cus-edit.el (custom-mode-hook):
11755         * buff-menu.el (buffer-menu-mode-hook):
11756         * bookmark.el (bookmark-read-annotation-text-func)
11757         (bookmark-exit-hooks):
11758         * allout.el (allout-mode-deactivate-hook)
11759         (allout-exposure-change-hook, allout-structure-added-hook)
11760         (allout-structure-deleted-hook, allout-structure-shifted-hook):
11761         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11762         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11763         comes before the corresponding variable's definition.
11765 2012-05-12  Chong Yidong  <cyd@gnu.org>
11767         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11768         (Buffer-menu-mouse-select): Restore function (Bug#11459).
11769         (Buffer-menu-mode-map): Bind it.
11770         (Buffer-menu--pretty-name): Add a mouse-face property.
11772 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11774         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
11775         (prolog-upper-case-string, prolog-lower-case-string)
11776         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11777         (prolog-use-smie, prolog-smie-grammar): New vars.
11778         (prolog-smie-forward-token, prolog-smie-backward-token)
11779         (prolog-smie-rules): New funs.
11780         (prolog-comment-indent): Remove.
11781         (prolog-mode-variables): Use default comment indentation instead.
11782         Setup SMIE.
11783         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11784         (prolog-mode): Don't call them any more.
11785         (prolog-electric-colon, prolog-electric-dash)
11786         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11788         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11790         * minibuffer.el (completion--twq-all): Again, allow case differences.
11792         * term.el: Move keymap initialization code to be more idiomatic.
11793         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11794         (term-terminal-menu): Move initialization into declaration.
11795         (term-escape-char): Let the user set it in her .emacs.
11797         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11798         Provide SMIE-based indentation (not enabled by default yet).
11799         (sh-mode-map): Don't bind electric keys.
11800         Use electric-pair-mode instead of skeleton-pair.
11801         (sh-assignment-regexp): Fit within 80 columns.
11802         (sh-indent-supported): Specify actual shell name instead of boolean.
11803         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11804         (sh-maybe-here-document): Use it.  Make obsolete.
11805         (sh-electric-here-document-mode) New minor mode.
11806         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
11807         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11808         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11809         (sh-smie-rc-grammar, sh-use-smie): New vars.
11810         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11811         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11812         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11813         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11814         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11815         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11816         (sh-set-shell): Use smie-setup if requested.
11818         * term.el (term-set-escape-char): Properly set term-escape-char.
11819         See http://stackoverflow.com/questions/10524656.
11821 2012-05-10  Chong Yidong  <cyd@gnu.org>
11823         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11824         Use url-generic-parse-url, and handle host names and Windows
11825         filenames properly.
11826         (ffap-url-unwrap-remote): Use url-generic-parse-url.
11827         (ffap-url-unwrap-remote): Accept list values, specifying a list of
11828         URL schemes to work on.
11829         (ffap--toggle-read-only): New function.
11830         (ffap-read-only, ffap-read-only-other-window)
11831         (ffap-read-only-other-frame): Use it.
11832         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11833         necessary for ffap-url-unwrap-remote.
11835 2012-05-10  Dave Abrahams  <dave@boostpro.com>
11837         * cus-start.el (create-lockfiles): Add it.
11839 2012-05-09  Chong Yidong  <cyd@gnu.org>
11841         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11842         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11844 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11846         * shell.el (shell-completion-vars): Fix last change (bug#11348).
11848 2012-05-09  Chong Yidong  <cyd@gnu.org>
11850         * ansi-color.el (ansi-color-process-output): Check for validity of
11851         comint-last-output-start before using it.  This avoids a bad
11852         interaction with gdb-mi's input/output buffer.
11854 2012-05-09  Glenn Morris  <rgm@gnu.org>
11856         * files.el (dir-locals-read-from-file):
11857         Mention dir-locals in any error message.
11859 2012-05-09  Chong Yidong  <cyd@gnu.org>
11861         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11862         package (Bug#11410).
11864         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11865         variables into description.
11867 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11869         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11870         shell-delimiter-argument-list (bug#11348).
11871         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11873 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
11875         * textmodes/rst.el: Silence byte-compiler warnings.
11876         (rst-re-alist, rst-reset-section-caches): Move around.
11877         (rst-re): Use `characterp', not `char-valid-p'.
11878         (font-lock-beg, font-lock-end): Declare.
11880         * progmodes/idlw-shell.el (specs): Remove reference to deleted
11881         variable `idlwave-shell-activate-alt-keybindings' and simplify.
11883         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11885 2012-05-08  Glenn Morris  <rgm@gnu.org>
11887         * files.el (auto-mode-alist): Treat ".make" like ".mk".
11889 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11891         * vc/log-edit.el: Add GNU coding standards highlighting.
11892         (log-edit-font-lock-gnu-style)
11893         (log-edit-font-lock-gnu-keywords): New vars.
11894         (log-edit-font-lock-keywords): New fun.
11895         (log-edit-mode): Don't fold case in font-lock.
11896         (log-edit-font-lock-keywords): Do not assume case-folding.
11898         * imenu.el: Misc cleanup.  Make docstrings out of comments.
11899         Use lexical-binding.
11900         (imenu--index-alist, imenu--last-menubar-index-alist)
11901         (imenu-menubar-modified-tick): Use defvar-local.
11902         (imenu--split-menu): Remove unused var.
11903         (imenu--cleanup-seen): Declare as global.
11904         (imenu--cleanup): Use dolist.
11906         * subr.el (defvar-local): Add debug spec and doc-string position.
11908 2012-05-08  Glenn Morris  <rgm@gnu.org>
11910         * language/burmese.el, language/cham.el, language/czech.el:
11911         * language/english.el, language/georgian.el, language/greek.el:
11912         * language/japanese.el, language/khmer.el, language/korean.el:
11913         * language/lao.el, language/misc-lang.el, language/romanian.el:
11914         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11915         * language/thai.el, language/utf-8-lang.el:
11916         Remove no-byte-compile setting.
11918         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
11920 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11922         * progmodes/make-mode.el (makefile-browse):
11923         Remove unnecessary interactive.  (Bug#11324)
11925 2012-05-07  Glenn Morris  <rgm@gnu.org>
11927         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11929         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11931 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11933         * loadup.el: Preload newcomment.el.
11934         * newcomment.el: Move autoload-only code to toplevel.
11936         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11937         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11938         Handle new :right-align column property.
11939         (tabulated-list-print-col): Idem, plus use `display' text-property to
11940         try and preserve alignment for variable pitch fonts.
11942 2012-05-07  Chong Yidong  <cyd@gnu.org>
11944         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11945         (tabulated-list-use-header-line): New var.
11946         (tabulated-list-init-header): Use it.
11947         (tabulated-list-print-fake-header): New function.
11948         (tabulated-list-print): Use it.
11949         (tabulated-list-sort-button-map): Add non-header-line commands.
11950         (tabulated-list-init-header): Add column name property to basic
11951         labels as well.
11952         (tabulated-list-col-sort): Handle non-header-line button case.
11953         (tabulated-list--sort-by-column-name): Fix a corner case.
11955         * buff-menu.el (list-buffers--refresh):
11956         Handle Buffer-menu-use-header-line.
11958 2012-05-06  Chong Yidong  <cyd@gnu.org>
11960         * buff-menu.el: Convert to Tabulated List mode.
11961         (Buffer-menu-buffer+size-width): Make obsolete.
11962         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11963         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11964         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
11965         documentation into docstring of buffer-menu.
11966         (Buffer-menu-toggle-files-only): Add an informative message.
11967         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11968         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11969         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11970         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11971         (Buffer-menu-execute, Buffer-menu-select)
11972         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11973         (Buffer-menu-bury): Use Tabulated List machinery.
11974         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11975         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11976         Delete.
11977         (list-buffers--refresh): New function.
11978         (list-buffers-noselect): Use it.
11979         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11980         (Buffer-menu--pretty-file-name): New helper functions.
11982         * loadup.el: Preload tabulated-list.
11984         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11985         tabulated-list-sort-column.
11986         (tabulated-list-init-header): Add the initial aligning space even
11987         if tabulated-list-padding is zero.
11989 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
11991         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11992         whose cdr is not a cons cell correctly (bug#11038).
11994 2012-05-06  Chong Yidong  <cyd@gnu.org>
11996         * emacs-lisp/tabulated-list.el (tabulated-list-format):
11997         Accept additional plist in column descriptors.
11998         (tabulated-list-init-header): Obey it.
11999         (tabulated-list-get-entry): New function.
12000         (tabulated-list-put-tag): Use it.  Use string-width instead of
12001         length.
12002         (tabulated-list--column-number): New function.
12003         (tabulated-list-print): Use it.
12004         (tabulated-list-print-col): New function.
12005         Set `tabulated-list-column-name' property on each column's text.
12006         (tabulated-list-print-entry): Use it.
12007         (tabulated-list-delete-entry, tabulated-list-set-col):
12008         New functions.
12009         (tabulated-list-sort-column): New command (Bug#11337).
12011         * buff-menu.el (list-buffers): Move C-x C-b binding from
12012         buff-menu.el to bindings.el.
12014         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
12015         :advertised-binding feature.
12017 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
12019         * progmodes/compile.el (compilation-internal-error-properties):
12020         Calculate start position correctly when end-col is set but
12021         end-line is not (Bug#11382).
12023 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
12025         * man.el (Man-unindent): Use text-property-default-nonsticky to
12026         prevent untabify from inheriting face properties (Bug#11408).
12028 2012-05-05  Stefan Merten  <smerten@oekonux.de>
12030         * textmodes/rst.el: Major merge with upstream development up to
12031         Docutils SVN r7399 / rst.el V1.2.1.
12033         Clarify maintainership and authors.
12035         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
12036         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
12037         (rst-official-version, rst-official-cvs-rev, rst-version)
12038         (rst-package-emacs-version-alist): New functions and variables
12039         for version information.
12041         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
12042         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
12043         (rst-mode-syntax-table, rst-mode): New and corrected functions
12044         and variables representing reStructuredText features.
12046         (rst-re): New function for reStructuredText regexes.  Use in
12047         many places.
12049         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
12050         (rst-mode-map): Rebind keys.
12052         (rst-mode-lazy, rst-font-lock-keywords)
12053         (rst-font-lock-extend-region)
12054         (rst-font-lock-extend-region-internal)
12055         (rst-font-lock-extend-region-extend)
12056         (rst-font-lock-find-unindented-line-limit)
12057         (rst-font-lock-find-unindented-line-match)
12058         (rst-adornment-level, rst-font-lock-adornment-level)
12059         (rst-font-lock-adornment-match)
12060         (rst-font-lock-handle-adornment-pre-match-form)
12061         (rst-font-lock-handle-adornment-matcher): Major revision of
12062         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
12064         (rst-preferred-adornments, rst-adjust-hook)
12065         (rst-new-adornment-down, rst-preferred-bullets)
12066         (rst-preferred-bullets, rst-indent, rst-indent-width)
12067         (rst-indent-field, rst-indent-literal-normal)
12068         (rst-indent-literal-minimized, rst-indent-comment): Change,
12069         extend and improve customization.
12071         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
12072         (rst-normalize-cursor-position, rst-get-decoration)
12073         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
12074         (rst-rstrip, rst-toc-insert-find-delete-contents)
12075         (rst-shift-fill-region, rst-compute-bullet-tabs)
12076         (rst-debug-print-tabs, rst-debug-mark-found)
12077         (rst-shift-region-guts, rst-shift-region-right)
12078         (rst-shift-region-left, rst-use-char-classes)
12079         (rst-font-lock-keywords-function)
12080         (rst-font-lock-indentation-point)
12081         (rst-font-lock-find-unindented-line-begin)
12082         (rst-font-lock-find-unindented-line-end)
12083         (rst-font-lock-find-unindented-line)
12084         (rst-font-lock-adornment-point, rst-font-lock-level)
12085         (rst-adornment-level-alist): Remove functions and variables.
12087         (rst-compare-adornments, rst-get-adornment-match)
12088         (rst-suggest-new-adornment, rst-get-adornments-around)
12089         (rst-adornment-complete-p, rst-get-next-adornment)
12090         (rst-adjust-adornment, rst-display-adornments-hierarchy)
12091         (rst-straighten-adornments): Standardize function names to
12092         use "adornment" instead of "decoration".  Correct callers.
12093         Similar standardizing in many places.
12095         (rst-update-section, rst-adjust, rst-promote-region)
12096         (rst-enumerate-region, rst-bullet-list-region)
12097         (rst-repeat-last-character): Correct use of `interactive'.
12099         (rst-classify-adornment, rst-find-all-adornments)
12100         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
12101         (rst-find-leftmost-column, rst-repeat-last-character):
12102         Refactor functions.
12104         (rst-find-title-line, rst-reset-section-caches)
12105         (rst-get-adornments-around, rst-adjust-adornment-work)
12106         (rst-arabic-to-roman, rst-roman-to-arabic)
12107         (rst-insert-list-pos, rst-insert-list-new-item)
12108         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
12109         New functions.
12111         (rst-all-sections, rst-section-hierarchy)
12112         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
12113         New variables.
12115         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
12116         configuration instead of only buffer.  Change where necessary.
12118         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
12119         (rst-shift-region, rst-adaptive-fill): New functions for
12120         indentation and filling.
12122         (rst-comment-line-break, rst-comment-indent)
12123         (rst-comment-insert-comment, rst-comment-region)
12124         (rst-uncomment-region): New functions for handling comments.
12126         (rst-compile): Quote shell arguments.
12128         (rst-compile-pdf-preview, rst-compile-slides-preview):
12129         Delete temporary files after use.
12131 2012-05-05  Glenn Morris  <rgm@gnu.org>
12133         * calendar/cal-html.el: Optionally include holidays in the output.
12134         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
12135         (cal-html-holidays): New option.
12136         (cal-html-css-default): Add holiday entry.
12137         (holiday-in-range): Autoload it.
12138         (cal-html-htmlify-entry): Add optional class argument.
12139         (cal-html-htmlify-list): Add optional holidays argument.
12140         (cal-html-insert-agenda-days): Include holidays in the output.
12141         (cal-html-one-month): Maybe include holidays.
12143         * calendar/holidays.el (holiday-in-range):
12144         Move here from cal-tex-list-holidays.
12145         * calendar/cal-tex.el (cal-tex-list-holidays):
12146         Make it an obsolete alias for holiday-in-range.  Update all callers.
12148 2012-05-05  Chong Yidong  <cyd@gnu.org>
12150         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
12151         Nextstep.
12153 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
12155         * files.el (file-auto-mode-skip): New var.
12156         (set-auto-mode-1): Use it.
12158 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12160         * repeat.el: Use lexical-binding.
12161         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
12162         (repeat-undo-count): Remove.
12163         (repeat):
12164         * progmodes/octave-mod.el (octave-abbrev-start):
12165         * progmodes/f90.el (f90-abbrev-start):
12166         * face-remap.el (text-scale-adjust):
12167         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
12169         * emacs-lisp/pcase.el (pcase--let*): New function.
12170         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
12171         a bit more.
12172         (pcase--split-pred): Be more clever about ruling out overlap between
12173         a predicate and some constant pattern.
12174         (pcase--q1): Use `null' instead of (eq foo nil).
12176         * subr.el (setq-local, defvar-local): New macros.
12177         (kbd): Redefine as an alias.
12178         (with-selected-window): Leave unrelated frames alone.
12179         (set-temporary-overlay-map): New function.
12181 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12183         * subr.el (user-error): New function.
12184         * window.el (switch-to-buffer):
12185         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
12186         (smerge-match-conflict):
12187         * simple.el (previous-matching-history-element)
12188         (next-matching-history-element, goto-history-element, undo-more)
12189         (undo-start):
12190         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
12191         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
12192         (next-file, tags-loop-scan, list-tags, complete-tag):
12193         * progmodes/compile.el (compilation-loop):
12194         * mouse.el (mouse-minibuffer-check):
12195         * man.el (Man-bgproc-sentinel, Man-goto-page):
12196         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
12197         (Info-history-forward, Info-follow-reference, Info-menu)
12198         (Info-extract-menu-item, Info-extract-menu-counting)
12199         (Info-forward-node, Info-backward-node, Info-next-menu-item)
12200         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
12201         (Info-next-reference, Info-prev-reference, Info-index)
12202         (Info-index-next, Info-follow-nearest-node)
12203         (Info-copy-current-node-name):
12204         * imenu.el (imenu--make-index-alist)
12205         (imenu-default-create-index-function, imenu-add-to-menubar):
12206         * files.el (basic-save-buffer, recover-file):
12207         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12208         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12209         (checkdoc-message-text, checkdoc-defun):
12210         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
12211         * cus-edit.el (customize-changed-options, customize-rogue)
12212         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
12213         (custom-variable-mark-to-reset-standard)
12214         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
12215         (custom-file):
12216         * completion.el (check-completion-length):
12217         * comint.el (comint-search-arg)
12218         (comint-previous-matching-input-string-position)
12219         (comint-previous-matching-input)
12220         (comint-replace-by-expanded-history-before-point, comint-send-input)
12221         (comint-copy-old-input, comint-backward-matching-input)
12222         (comint-goto-process-mark, comint-set-process-mark):
12223         * calendar/calendar.el (calendar-cursor-to-date): Use it.
12224         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12226 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12228         * dabbrev.el (dabbrev--ignore-case-p): New function.
12229         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12230         Use it.
12232         * files.el (automount-dir-prefix): Mark as obsolete.
12234 2012-05-04  Glenn Morris  <rgm@gnu.org>
12236         * patcomp.el, play/bruce.el: Move to obsolete/.
12238 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
12240         Fix minor Y10k bugs.
12241         * arc-mode.el (archive-unixdate):
12242         * autoinsert.el (auto-insert-alist):
12243         * calc/calc-forms.el (math-this-year):
12244         * emacs-lisp/copyright.el (copyright-current-year)
12245         (copyright-update-year, copyright):
12246         * tar-mode.el (tar-clip-time-string):
12247         * time.el (display-time-update):
12248         Don't assume years have 4 digits.
12250 2012-05-04  Chong Yidong  <cyd@gnu.org>
12252         * dos-w32.el (file-name-buffer-file-type-alist)
12253         (direct-print-region-use-command-dot-com):
12254         * ffap.el (ffap-menu-regexp):
12255         * find-file.el (ff-special-constructs):
12256         * follow.el (follow-debug):
12257         * forms.el (forms--debug):
12258         * iswitchb.el (iswitchb-all-frames):
12259         * ido.el (ido-all-frames):
12260         * emacs-lisp/timer.el (timer-max-repeats):
12261         * mail/feedmail.el (feedmail-mail-send-hook)
12262         (feedmail-mail-send-hook-queued):
12263         * mail/footnote.el (footnote-signature-separator):
12264         * mail/mailabbrev.el (mail-alias-separator-string)
12265         (mail-abbrev-mode-regexp):
12266         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12267         * progmodes/idlwave.el (idlwave-libinfo-file)
12268         (idlwave-default-completion-case-is-down)
12269         (idlwave-library-routines): Convert defvars to defcustoms.
12271         * mail/rmail.el (rmail-decode-mime-charset):
12272         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12273         (idlwave-shell-fix-inserted-breaks)
12274         (idlwave-shell-activate-alt-keybindings)
12275         (idlwave-shell-use-breakpoint-glyph):
12276         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12278 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12280         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12282 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
12284         * progmodes/verilog-mode.el (font-lock-keywords):
12285         Fix mis-highligting auto.  Reported by Craig Barner.
12286         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12287         defines from global name space.  Reported by Dan Dever.
12288         (verilog-auto-reset, verilog-auto-reset-widths)
12289         (verilog-auto-tieoff): Support using unbased numbers for
12290         AUTORESET and AUTOTIEOFF.
12291         (verilog-submit-bug-report): Update variable list.
12292         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12293         parenthesis from not matching.  Reported by Michael Rytting.
12294         (verilog-auto-template-lint): Fix hash error when linting modules
12295         with no used templates.
12296         (verilog-warn, verilog-warn-error)
12297         (verilog-warn-fatal): When non-interactive report multiple
12298         warnings before exiting.  Suggested by Brad Dobbie.
12299         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12300         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12301         to report unused template errors.  Reported by Brad Dobbie.
12302         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12303         nets, bug438.  Reported by Vns Blore.
12304         (verilog-auto-inout-module, verilog-auto-reg)
12305         (verilog-read-decls, verilog-read-sub-decls-sig)
12306         (verilog-signals-edit-wire-reg, verilog-signals-with):
12307         Fix passing of Verilog data types in ANSI input/output ports
12308         such as "output logic" into the AUTOs.  Special case "wire" and
12309         "reg" for backwards compatibility presuming Verilog 2001.
12310         (verilog-auto-ascii-enum): Add "auto enum" as alias.
12311         (verilog-preprocess): Fix replication of preprocess output.
12312         Reported by Brad Dobbie.
12313         (verilog-auto-inst-interfaced-ports):
12314         Create verilog-auto-inst-interfaced-ports, bug429.
12315         Reported by Julian Gorfajn.
12316         (verilog-after-save-font-hook)
12317         (verilog-before-save-font-hook): New variable.
12318         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12319         (verilog-save-font-mods): Wrap disabling fontification, reported
12320         by David Rogoff.
12321         (verilog-do-indent, verilog-pretty-declarations-auto)
12322         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12323         Reported by Pierre-David Pfister.
12324         (verilog-set-auto-endcomments): Fix endtask auto comments outside
12325         of class declarations, bug292.  Reported by Kevin Heilman.
12326         (verilog-read-decls): Fix 'parameter type' not appearing in
12327         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
12328         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12329         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
12330         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12331         Reported by David Kravitz.
12333 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
12335         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12336         assignment with tests in ifs and for loops.
12337         (verilog-extended-complete-re, verilog-complete-reg): Change so
12338         that DPI inport functions don't look like fuction declarations.
12339         (verilog-pretty-expr): Don't line up assignment
12340         operations to the test and increment in if and for loops
12341         (verilog-extended-complete-re, verilog-complete-reg): Change so
12342         that DPI inport functions don't look like fuction declarations.
12344 2012-05-03  Kenichi Handa  <handa@m17n.org>
12346         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12347         decoding, and show a warning message without signaling an error
12348         (Bug#11282).
12350 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12352         * emacs-lisp/bytecomp.el
12353         (byte-compile-file-form-custom-declare-variable): Compile all elements,
12354         since cconv.el might have introduced :fun-body, internal-make-closure,
12355         and friends for bytecomp to handle (bug#11391).
12356         * custom.el (defcustom): Avoid ((λ ..) ..).
12358 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12360         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12362 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
12364         * notifications.el (dbus-debug):
12365         * term/linux.el (gpm-mouse-enable):
12366         * term/screen.el (xterm-register-default-colors): Declare.
12368 2012-05-02  Chong Yidong  <cyd@gnu.org>
12370         * cus-start.el (gc-cons-percentage, exec-suffixes)
12371         (dos-display-scancodes, dos-hyper-key, dos-super-key)
12372         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12373         (make-cursor-line-fully-visible, void-text-area-pointer)
12374         (font-list-limit): Add customization data.
12376         * allout.el (allout-exposure-change-functions)
12377         (allout-structure-added-functions)
12378         (allout-structure-deleted-functions)
12379         (allout-structure-shifted-functions): Rename abnormal hooks from
12380         *-hook, and convert to defcustoms.
12381         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12382         Convert to defcustoms.
12383         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12385         * allout-widgets.el: Hook callers changed.
12387 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
12389         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12390         the yanked message in preference to the default value of
12391         buffer-file-coding-system.
12393 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
12395         * window.el (display-buffer--action-function-custom-type):
12396         Fix entry.
12398 2012-05-02  Alan Mackenzie  <acm@muc.de>
12400         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12402 2012-05-01  Glenn Morris  <rgm@gnu.org>
12404         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12406         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
12408         * cus-edit.el (custom-variable-documentation): Simplify with format.
12410 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12411             Stefan Monnier  <monnier@iro.umontreal.ca>
12413         * simple.el (suggest-key-bindings, execute-extended-command):
12414         Move from keyboard.c.
12416 2012-05-01  Chong Yidong  <cyd@gnu.org>
12418         * follow.el: Eliminate advice.
12419         (set-process-filter, process-filter, sit-for): Advice deleted.
12420         (follow-mode-off-hook): Obsolete hook removed.
12421         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12422         Vars deleted.
12423         (follow-auto): Use a :set function.
12424         (follow-mode): Rewritten.  Don't advise process filters.
12425         (follow-switch-to-current-buffer-all, follow-scroll-up)
12426         (follow-scroll-down): Assume follow-mode is bound.
12427         (follow-comint-scroll-to-bottom)
12428         (follow-align-compilation-windows): New functions.
12429         (follow--window-sorter): New function.
12430         (follow-all-followers): Use it to explicitly sort windows by their
12431         positions; don't make assumptions about next-window order.
12432         (follow-windows-start-end, follow-delete-other-windows-and-split)
12433         (follow-calc-win-start): Doc fix.
12434         (follow-windows-aligned-p, follow-select-if-visible): Don't call
12435         vertical-motion unnecessarily.
12436         (follow-adjust-window): New function.
12437         (follow-post-command-hook): Use it.
12438         (follow-call-set-process-filter, follow-call-process-filter)
12439         (follow-intercept-process-output, follow-tidy-process-filter-alist)
12440         (follow-stop-intercept-process-output, follow-generic-filter):
12441         Functions deleted.
12442         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12443         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12444         New functions, replacing advice on scroll-bar-* commands.
12445         (follow-mwheel-scroll): New function (Bug#4112).
12447         * comint.el (comint-adjust-point): New function.
12448         (comint-postoutput-scroll-to-bottom): Use it.
12449         Call follow-comint-scroll-to-bottom for Follow mode buffers.
12451 2012-05-01  Glenn Morris  <rgm@gnu.org>
12453         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12454         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12455         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12456         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12457         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12458         Remove no-byte-compile setting.
12460 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12462         * minibuffer.el (completion-table-with-quoting): Fix compatibility
12463         all-completions code to not return a number in the last cdr.
12465 2012-04-30  Leo Liu  <sdl.web@gmail.com>
12467         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12468         read-only error.
12470 2012-04-29  Chong Yidong  <cyd@gnu.org>
12472         * follow.el (follow-calc-win-end): Rewrite to handle partial
12473         screen lines correctly (Bug#8390).
12474         (follow-avoid-tail-recenter): Minor cleanup.
12476 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12478         Avoid the obsolete `assoc' package.
12479         * speedbar.el (speedbar-refresh): Avoid adelete.
12480         (speedbar-file-lists): Simplify and avoid aput.
12481         * man.el (Man--sections, Man--refpages): New vars, replacing
12482         Man-sections-alist and Man-refpages-alist.
12483         (Man-build-section-alist, Man-build-references-alist):
12484         Use them; avoid aput.
12485         (Man--last-section, Man--last-refpage): New vars.
12486         (Man-follow-manual-reference): Use them.
12487         Use the `default' arg of completing-read.
12488         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
12490 2012-04-27  Chong Yidong  <cyd@gnu.org>
12492         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12494         * startup.el (x-apply-session-resources): New function.
12496         * term/ns-win.el (ns-initialize-window-system):
12497         * term/w32-win.el (w32-initialize-window-system):
12498         * term/x-win.el (x-initialize-window-system): Use it to properly
12499         set menu-bar-mode and other vars from X resources, even if the
12500         initial frame is not a window-system frame (Bug#2299).
12502         * subr.el (read-key): Avoid running filter function when setting
12503         up temporary tool bar entries (Bug#9922).
12505 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12507         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12508         (Bug#11344)
12510 2012-04-27  Chong Yidong  <cyd@gnu.org>
12512         * select.el (xselect--encode-string): New function, split from
12513         xselect-convert-to-string.
12514         (xselect-convert-to-string): Use it.
12515         (xselect-convert-to-filename, xselect-convert-to-os)
12516         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12517         returned strings are properly encoded (Bug#11315).
12519 2012-04-27  Chong Yidong  <cyd@gnu.org>
12521         * simple.el (delete-active-region): Move to killing custom group.
12523 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12525         * progmodes/which-func.el (which-func-current): Quote %
12526         characters for mode-line processing.
12528 2012-04-27  Chong Yidong  <cyd@gnu.org>
12530         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12531         reaching eob (Bug#11286).
12533 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
12535         * progmodes/gdb-mi.el (gdb-control-level): New variable.
12536         (gdb): Make it buffer-local and init to zero.
12537         (gdb-control-commands-regexp): New variable.
12538         (gdb-send): Don't wrap in "-interpreter-exec console" if
12539         gdb-control-level is positive.  Increment gdb-control-level
12540         whenever the command matches gdb-control-commands-regexp, and
12541         decrement it each time the command is "end".  (Bug#11279)
12543 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
12545         * window.el (adjust-window-trailing-edge, enlarge-window)
12546         (shrink-window, window-resize):
12547         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12548         windows (Bug#11276).
12550 2012-04-27  Chong Yidong  <cyd@gnu.org>
12552         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12553         fix "missing prefix" warning.  All callers changed.
12555 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12557         * emacs-lisp/assoc.el: Move to obsolete/.
12559 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12561         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12563         * term/ns-win.el (ns-define-service):
12564         * progmodes/pascal.el (pascal-goto-defun):
12565         * progmodes/js.el (js--read-tab):
12566         * progmodes/etags.el (tags-lazy-completion-table):
12567         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12568         * emacs-lisp/ewoc.el (ewoc--wrap):
12569         * emacs-lisp/assoc.el (aput, adelete, amake):
12570         * doc-view.el (doc-view-convert-current-doc):
12571         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12573 2012-04-26  Chong Yidong  <cyd@gnu.org>
12575         * image.el (image-type-from-buffer): Only return supported image
12576         type (Bug#9045).
12578         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12579         value, for symmetry with diff-end-of-hunk.
12580         (diff-split-hunk, diff-find-source-location)
12581         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12582         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12583         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12584         compute the relevant hunk or file properly (Bug#6005).
12585         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12587 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12589         * vc/vc-mtn.el:
12590         * vc/vc-hg.el:
12591         * vc/vc-git.el:
12592         * vc/vc-dir.el:
12593         * vc/vc-cvs.el:
12594         * vc/vc-bzr.el:
12595         * vc/vc-arch.el:
12596         * vc/vc.el: Replace lexical-let by lexical-binding.
12597         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12598         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12599         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12601 2012-04-26  Chong Yidong  <cyd@gnu.org>
12603         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12604         (diff-mode-shared-map): Bind it to / and [remap undo].
12606         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12607         (ediff-window-setup-function): Use it as the default, to set up
12608         windows based on whether the current frame is graphical (Bug#2138).
12609         (ediff-choose-window-setup-function-automatically): Make obsolete.
12611         * vc/ediff-init.el: Always define ediff-pixel-width/height.
12613 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12615         * ffap.el: Remove old code for obsolete package.
12616         (ffap-complete-as-file-p): Remove.
12618         Use completion-table-with-quoting for comint and pcomplete.
12619         * comint.el (comint--unquote&requote-argument)
12620         (comint--unquote-argument, comint--requote-argument): New functions.
12621         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12622         (comint-quote-filename): Use regexp-opt-charset.
12623         (comint--common-suffix, comint--common-quoted-suffix)
12624         (comint--table-subvert): Remove.
12625         (comint-unquote-function, comint-requote-function): New vars.
12626         (comint--complete-file-name-data): Use them with
12627         completion-table-with-quoting.
12628         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12629         * pcomplete.el (pcomplete-arg-quote-list)
12630         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12631         (pcomplete-unquote-argument-function): Default to non-nil.
12632         (pcomplete-unquote-argument): Simplify.
12633         (pcomplete--common-quoted-suffix): Remove.
12634         (pcomplete-requote-argument-function): New var.
12635         (pcomplete--common-suffix): New function.
12636         (pcomplete-completions-at-point): Use completion-table-with-quoting
12637         and completion-table-subvert.
12639         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12640         (minibuffer--double-dollars): Preserve properties.
12641         (completion--sifn-requote): New function.
12642         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12644         * minibuffer.el: Add support for completion of quoted/escaped data.
12645         (completion-table-with-quoting, completion-table-subvert): New funs.
12646         (completion--twq-try, completion--twq-all): New functions.
12647         (completion--nth-completion): New function.
12648         (completion-try-completion, completion-all-completions): Use it.
12650 2012-04-25  Leo Liu  <sdl.web@gmail.com>
12652         * progmodes/python.el (python-pdbtrack-get-source-buffer):
12653         Use compilation-message if available to find real filename.
12655 2012-04-25  Chong Yidong  <cyd@gnu.org>
12657         * vc/diff-mode.el (diff-setup-whitespace): New function.
12658         (diff-mode): Use it.
12660         * vc/diff.el (diff-sentinel):
12661         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12662         Whitespace mode variables based on diff style (Bug#8612).
12664 2012-04-25  Leo Liu  <sdl.web@gmail.com>
12666         * progmodes/python.el (python-send-region): Add suffix .py to the
12667         temp file.
12669         * files.el (auto-mode-alist): Use javascript-mode instead.
12671 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
12673         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
12675         * net/soap-client.el (soap-resolve-references-for-sequence-type)
12676         (soap-resolve-references-for-array-type): Hack to prevent self
12677         references, see Bug#9.
12678         (soap-parse-envelope): Report the contents of the 'detail' node
12679         when receiving a fault reply.
12680         (soap-parse-envelope): Report the contents of the entire 'detail' node.
12682         * net/soap-inspect.el (soap-sample-value-for-simple-type)
12683         (soap-inspect-simple-type): New function.
12685         * net/soap-client.el (soap-simple-type): New struct.
12686         (soap-default-xsd-types, soap-default-soapenc-types)
12687         (soap-decode-basic-type, soap-encode-basic-type):
12688         support unsignedInt and double basic types.
12689         (soap-resolve-references-for-simple-type)
12690         (soap-parse-simple-type, soap-encode-simple-type): New function.
12691         (soap-parse-schema): Parse xsd:simpleType declarations.
12693         * net/soap-client.el (soap-default-xsd-types)
12694         (soap-default-soapenc-types): Add integer, byte and anyURI types.
12695         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12696         the local name of "soapenc:Array".
12697         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12698         decoding integer, byte and anyURI xsd types.
12700 2012-04-25  Chong Yidong  <cyd@gnu.org>
12702         * cus-edit.el (custom-buffer-create-internal): Update header text.
12704 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
12706         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12707         settings on 'system-type', not on 'window-system'.  On MS-Windows,
12708         set interactive-mode on in GDB.
12710 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12712         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12713         (ruby-syntax-propertize-regexp): Remove.
12714         (ruby-syntax-propertize-function): Split regexp into chunks.
12715         Match following code directly.
12717 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
12719         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12720         (ruby-syntax-propertize-regexp): New function.
12721         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12722         by a special keyword.
12724         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12725         (ruby-syntax-general-delimiters-goto-beg)
12726         (ruby-syntax-propertize-general-delimiters): New functions.
12727         (ruby-syntax-propertize-function): Use them to handle GDL.
12728         (ruby-font-lock-keywords): Move old handling of GDL...
12729         (ruby-font-lock-syntactic-keywords): .. to here.
12730         (ruby-calculate-indent): Adjust indentation for GDL.
12732 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
12734         * notifications.el (top): Remove unneeded declarations.
12735         (notifications-specification-version): Change to "1.2".
12736         (notifications-interface, notifications-notify-method)
12737         (notifications-close-notification-method): Fix docstring.
12738         (notifications-get-capabilities-method): New defconst.
12739         (notifications-notify): Add :action-items, :resident and
12740         :transient hints.  Change "image_data" to "image-data" and
12741         "image_path" to "image-path".
12742         (notifications-get-capabilities): New defun.
12744 2012-04-24  Leo Liu  <sdl.web@gmail.com>
12746         * progmodes/python.el: Move hideshow setup to the end.
12748 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
12750         * window.el (handle-select-window): Clear echo area since this is
12751         no more done by read_char (Bug#11304).
12753 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12755         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12756         and `/ M' to filter-derived-mode.
12757         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12758         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12759         (ibuffer-mark-by-mode): Use default rather than initial-input.
12760         (ibuffer-filter-by-derived-mode): Autoload and require-match.
12762 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
12764         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12765         (ibuffer-filter-by-derived-mode): New filter.
12766         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12768 2012-04-23  Andreas Politz  <politza@fh-trier.de>
12770         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12772 2012-04-23  Chong Yidong  <cyd@gnu.org>
12774         * cus-edit.el (customize-apropos, customize-apropos-options):
12775         Disable matching of non-option variables (Bug#11176).
12776         (customize-option, customize-option-other-window)
12777         (customize-changed-options): Doc fix.
12778         (customize-apropos-options, customize-apropos-faces)
12779         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12781         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12782         Fix word list splitting (Bug#11132).
12783         (apropos-symbol, apropos-keybinding, apropos-label)
12784         (apropos-property, apropos-function-button)
12785         (apropos-variable-button, apropos-misc-button): New faces.
12786         (apropos-symbol-face, apropos-keybinding-face)
12787         (apropos-label-face, apropos-property-face, apropos-match-face):
12788         Variables removed (Bug#8396).
12789         (apropos-library-button, apropos-format-plist, apropos-print)
12790         (apropos-print-doc, apropos-describe-plist): Callers changed.
12792 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
12794         * net/xesam.el (xesam-mode-map): Use let-bound map in
12795         initialization.  (Bug#11292)
12797 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12799         Preserve ispell session localwords when switching back to
12800         original buffer.
12802         * textmodes/ispell.el (ispell-buffer-session-localwords):
12803         New buffer-local variable to hold buffer session localwords.
12804         (ispell-kill-ispell): Add option 'clear to delete session
12805         localwords.
12806         (ispell-command-loop, ispell-change-dictionary)
12807         (ispell-buffer-local-words): Preserve session localwords when
12808         needed.
12810         * textmodes/flyspell.el (flyspell-process-localwords)
12811         (flyspell-do-correct): Preserve session localwords when needed.
12813 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12815         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12816         using obsolete `translation-table-for-input'.
12817         (ispell-word, ispell-process-line, ispell-complete-word):
12818         Use plain `insert' instead of removed `ispell-insert-word'.
12820 2012-04-22  Chong Yidong  <cyd@gnu.org>
12822         * cus-edit.el (custom-variable-menu)
12823         (custom-variable-reset-saved, custom-face-menu)
12824         (custom-face-reset-saved): If there is no saved value, make the
12825         "reset-saved" operation bring back the default (Bug#9509).
12826         (custom-face-state): Properly detect themed faces.
12828         * faces.el (face-spec-set): Stop supporting deprecated form of
12829         third arg.
12831 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
12833         Move functions from C to Lisp.  Make non-blocking method calls
12834         the default.  Implement further D-Bus standard interfaces.
12836         * net/dbus.el (dbus-message-internal): Declare function.
12837         Remove unneeded function declarations.
12838         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12839         (dbus-message-type-method-return, dbus-message-type-error)
12840         (dbus-message-type-signal): Declare variables.  Remove local
12841         definitions.
12842         (dbus-interface-dbus, dbus-interface-peer)
12843         (dbus-interface-introspectable, dbus-interface-properties)
12844         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12845         Adapt docstring.
12846         (dbus-interface-objectmanager): New defconst.
12847         (dbus-call-method, dbus-call-method-asynchronously)
12848         (dbus-send-signal, dbus-method-return-internal)
12849         (dbus-method-error-internal, dbus-register-service)
12850         (dbus-register-signal, dbus-register-method): New defuns, moved
12851         from dbusbind.c
12852         (dbus-call-method-handler, dbus-setenv)
12853         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12854         New defuns.
12855         (dbus-call-method-non-blocking): Make it an obsolete function.
12856         (dbus-unregister-object, dbus-unregister-service)
12857         (dbus-handle-event, dbus-register-property)
12858         (dbus-property-handler): Obey the new structure of
12859         `bus-registered-objects'.
12860         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
12861         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12862         Use `dbus-call-method'.
12864 2012-04-22  Chong Yidong  <cyd@gnu.org>
12866         * cus-edit.el (custom-commands, custom-reset-menu)
12867         (Custom-reset-standard): Tweak labels.
12868         (custom-reset-button-menu): Change default to t.
12869         (custom-buffer-create-internal): For the custom-reset-button-menu
12870         case, put the revert button first.
12871         (custom-group-subtitle): New face.
12872         (custom-group-value-create): Align docstring to a specific column.
12874         * wid-edit.el (widget-documentation-link-add): Don't handle
12875         indentation in this function.
12876         (widget-documentation-string-indent-to): New function.
12877         (widget-documentation-string-value-create): Use it.
12879         * autorevert.el (auto-revert):
12880         * epg-config.el (epg):
12881         * ibuffer.el (ibuffer):
12882         * mpc.el (mpc):
12883         * ses.el (ses):
12884         * eshell/eshell.el (eshell):
12885         * net/ange-ftp.el (ange-ftp):
12886         * progmodes/ebnf2ps.el (postscript):
12887         * progmodes/flymake.el (flymake):
12888         * progmodes/prolog.el (prolog):
12889         * progmodes/verilog-mode.el (verilog-mode):
12890         * progmodes/which-func.el (which-func):
12891         * term/xterm.el (xterm):
12892         * textmodes/picture.el (picture):
12893         * textmodes/tildify.el (tildify):
12894         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12895         customization buffers.
12897 2012-04-22  Alan Mackenzie  <acm@muc.de>
12899         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12900         Adding a ) can hide the resulting (..) from searches.  Fix it.
12901         Bound the backward search to the position of the existing (.
12903 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
12905         * progmodes/verilog-mode.el (verilog-mode): Check whether
12906         which-func-modes is t before adding verilog-mode.
12907         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12909 2012-04-21  Leo Liu  <sdl.web@gmail.com>
12911         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12913 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
12915         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12916         filling of the last column of a table (Bug#5635).
12917         (woman-find-next-control-line): New arg, specifying an additional
12918         regexp component for the control line.
12919         (woman2-roff-buffer): Use it.
12920         (woman-break-table): New function.
12921         (woman2-TS): Use it.
12923 2012-04-21  Chong Yidong  <cyd@gnu.org>
12925         * woman.el (woman-set-buffer-display-table, woman-decode-region)
12926         (woman-horizontal-escapes, woman-negative-vertical-space)
12927         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12928         (WoMan-warn-ignored): Use ?\s instead of ?\ .
12930 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12932         * minibuffer.el (completion-file-name-table): Complete user names.
12934 2012-04-20  Leo Liu  <sdl.web@gmail.com>
12936         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12937         and pcase-let*.
12939 2012-04-20  Chong Yidong  <cyd@gnu.org>
12941         * server.el (server-execute): Respect initial-buffer-choice if it
12942         is a string and there are no files to open (Bug#2825).
12943         (server-create-window-system-frame, server-create-tty-frame):
12944         Don't switch buffers here.
12945         (server-process-filter): Only try to open a window system frame if
12946         compiled with graphical support (Bug#8314).
12948 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
12950         * battery.el (battery-echo-area-format): Display remaining time
12951         for sysfs backend too (Bug#11269).
12952         (battery-linux-sysfs): Fix conditional for the charge.
12954 2012-04-20  Chong Yidong  <cyd@gnu.org>
12956         * progmodes/gdb-mi.el (gdb): Revert previous change.
12957         (gdb-inferior-io--init-proc): New function.
12958         (gdb-init-1): Use it.
12959         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12960         responsible for allocating a new pty and hooking it to gdb when
12961         the old pty gets an EIO due to process exit.
12962         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
12963         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12964         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12966 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
12968         * window.el (window-min-size, window-sizable, window-min-delta)
12969         (window-max-delta, window--resizable, window-resizable)
12970         (window-total-size, window-full-height-p, window-full-width-p)
12971         (window-in-direction, window--resize-mini-window, window-resize)
12972         (window--resize-child-windows-normal)
12973         (window--resize-child-windows, window--resize-siblings)
12974         (window--resize-this-window, adjust-window-trailing-edge)
12975         (enlarge-window, shrink-window): Doc fixes.
12977 2012-04-20  Chong Yidong  <cyd@gnu.org>
12979         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12980         New function to call delete-process on the gdb-inferior buffer's pty.
12981         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12982         pty process (Bug#11273).
12983         (gdb-update): New arg to suppress talking to the gdb process.
12984         (gdb-done-or-error): Use it.
12985         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12986         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12987         sentinel not being called.
12989         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12991         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12993 2012-04-20  Glenn Morris  <rgm@gnu.org>
12995         * net/network-stream.el (open-network-stream): Doc fix.
12997 2012-04-20  Chong Yidong  <cyd@gnu.org>
12999         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
13001 2012-04-20  Alan Mackenzie  <acm@muc.de>
13003         Ensure searching for keywords is case sensitive.
13005         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
13006         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
13007         (c-defun-name, c-mark-function, c-cpp-define-name)
13008         (c-comment-indent, c-scan-conditionals, c-indent-defun)
13009         (c-context-line-break): Bind case-fold-search to nil.
13011         * progmodes/cc-mode.el (c-font-lock-fontify-region):
13012         Bind case-fold-search to nil.
13014 2012-04-20  Chong Yidong  <cyd@gnu.org>
13016         * mail/sendmail.el (mail-bury): Call return action with the right
13017         Rmail buffer (Bug#11242).
13019         * server.el (server-process-filter): Handle corner case where both
13020         tty and nowait options are present (Bug#11102).
13022 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
13024         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
13025         (top level): Put into the executable the ident-style '$Id:' tag on
13026         windows-nt as well.
13028 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13030         * electric.el (electric-indent-post-self-insert-function): Check that
13031         electric-indent-mode is enabled in current buffer.
13033 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13035         * imenu.el (imenu-progress-message): Restore; it is "used" in
13036         erc/erc-imenu.el and net/snmp-mode.el.
13038 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
13040         * avoid.el (mouse-avoidance-mode): Mark unused arg.
13041         (mouse-avoidance-nudge-mouse): Remove unused binding.
13043         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
13045         * descr-text.el (describe-char):
13046         * progmodes/python.el (python-describe-symbol):
13047         Don't call `toggle-read-only', set `buffer-read-only'.
13049         * imenu.el (imenu-default-goto-function): Mark unused args.
13050         (imenu-progress-message): Remove obsolete macro; all callers changed.
13052         * subr.el (keymap-canonicalize): Remove unused binding.
13053         (read-passwd): Mark unused arg.
13055         * tutorial.el (tutorial--display-changes): Remove unused binding.
13056         (tutorial--save-tutorial-to): Remove unused variable.
13058         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
13059         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
13060         (package-generate-autoloads, package-menu--generate)
13061         (package-menu--find-upgrades): Remove unused bindings.
13063         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
13064         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
13065         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
13066         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
13067         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
13068         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
13069         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
13070         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
13071         (cua-delete-char-rectangle): Mark unused args.
13072         (cua-align-rectangle): Remove unused binding.
13074         * mail/rmail.el (compilation--message->loc)
13075         (epa--find-coding-system-for-mime-charset): Declare.
13077         * net/dbus.el (dbus-register-service): Declare.
13078         (dbus-name-owner-changed-handler): Remove unused binding.
13080         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
13081         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
13082         (nxml-scan-backward-within): Mark unused arg.
13083         (nxml-dynamic-markup-word): Remove unused binding.
13085         * mouse.el (mouse-menu-major-mode-map):
13086         * emacs-lisp/authors.el (authors-scan-change-log)
13087         (authors-add-to-author-list):
13088         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
13089         * emacs-lisp/smie.el (smie-auto-fill):
13090         * mail/sendmail.el (mail-bury):
13091         * mail/unrmail.el (unrmail):
13092         * net/tls.el (open-tls-stream):
13093         * textmodes/picture.el (picture-mouse-set-point):
13094         Remove unused bindings.
13096 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
13098         * net/tramp.el (tramp-action-password): Let-bind
13099         `enable-recursive-minibuffers' to t.
13101 2012-04-18  Sam Steingold  <sds@gnu.org>
13103         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
13104         instead of 'string to accommodate values like [f11].
13105         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
13106         * progmodes/gdb-mi.el: Likewise.
13108 2012-04-18  Leo Liu  <sdl.web@gmail.com>
13110         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
13111         current buffer.
13112         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
13113         LOCAL is nil.
13115 2012-04-18  Chong Yidong  <cyd@gnu.org>
13117         * simple.el (line-move): Use forward-line if in batch mode
13118         (Bug#11053).
13120 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
13122         * files.el (after-find-file): Do not try to add a final newline if
13123         the buffer is read-only (Bug#11156).
13125 2012-04-17  Richard Stallman  <rms@gnu.org>
13127         * mail/rmail.el (rmail-start-mail):
13128         Pass (rmail-mail-return...) for the return-action.
13129         Pass (rmail-yank-current-message...) for the yank-action.
13130         (rmail-yank-current-message): New function.
13131         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
13132         (rmail-reply): Likewise.
13133         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
13135         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
13136         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
13137         buffer, not newbuf.
13139 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
13141         * server.el (server-ensure-safe-dir): Simplify.
13143 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13145         * emacs-lisp/smie.el: Provide smarter auto-filling.
13146         (smie-auto-fill): New function.
13147         (smie-setup): Use it.
13149         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
13151 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
13153         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
13154         (comment-indent): Use it.
13156 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
13158         * ses.el: The overall change is to add cell renaming, that is
13159         setting fancy names for cell symbols other than name matching
13160         "\\`[A-Z]+[0-9]+\\'" regexp .
13161         (ses-localvars): Add ses--renamed-cell-symb-list.
13162         (ses-create-cell-variable): New defun.
13163         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
13164         (ses-relocate-formula): Relocate formulas only for cells the
13165         symbols of which are not renamed, i.e. symbols whose names do not
13166         match regexp "\\`[A-Z]+[0-9]+\\'".
13167         (ses-relocate-all): Relocate values only for cells the symbols of
13168         which are not renamed.
13169         (ses-load): Create cells variables as the (ses-cell ...) are read,
13170         in order to check row col consistency with cell symbol name only
13171         for cells that are not renamed.
13172         (ses-replace-name-in-formula): New defun.
13173         (ses-rename-cell): New defun.
13175 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
13177         * progmodes/perl-mode.el (perl-indent-parens-as-block):
13178         New option (bug#11118).
13179         (perl-calculate-indent): Respect it.
13181 2012-04-17  Glenn Morris  <rgm@gnu.org>
13183         * dired-aux.el (dired-mark-read-string): Doc fix.
13185 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
13187         * dired-aux.el (dired-mark-read-string): Offer optional completion.
13188         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
13190 2012-04-17  Glenn Morris  <rgm@gnu.org>
13192         * mouse.el (mouse-drag-track):
13193         * speedbar.el (speedbar-frame-mode):
13194         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
13196 2012-04-16  Leo Liu  <sdl.web@gmail.com>
13198         * progmodes/python.el: Trivial cleanup.
13200 2012-04-16  Glenn Morris  <rgm@gnu.org>
13202         * vc/vc.el (vc-string-prefix-p):
13203         * vc/pcvs-util.el (cvs-string-prefix-p):
13204         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
13205         * mpc.el (mpc-string-prefix-p):
13206         Make all of these into obsolete aliases for string-prefix-p.
13207         Update callers.
13208         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
13210         * textmodes/two-column.el: Move custom options to the start.
13211         (frame-width): Remove compat definition.
13212         (2C-associate-buffer, 2C-dissociate):
13213         Use with-current-buffer rather than save-excursion.
13214         (2C-dissociate): Force a mode-line update.
13215         (2C-autoscroll): Use ignore-errors.
13217         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
13218         Autoload trivia.
13220         * emacs-lisp/cl-extra.el (*random-state*):
13221         Remove unnecessary declaration.
13223         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13225         * play/cookie1.el (cookie-snarf):
13226         Give an explicit error if input file cannot be read.
13228         * play/yow.el (yow-file): Use expand-file-name rather than concat.
13230         * progmodes/perl-mode.el (c-macro-expand):
13231         Remove unnecessary autoload (it is in loaddefs.el).
13233         * textmodes/picture.el (picture-desired-column)
13234         (picture-update-desired-column): Convert comments to doc-strings.
13235         (picture-substitute): Remove function.
13236         (picture-mode-map): Initialize in the defvar.
13238         * woman.el: Remove eval-after-load for tar-mode.
13239         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13240         (woman-tar-extract-file): Autoload it.
13242         * frame.el (automatic-hscrolling): Make this alias obsolete.
13244 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13246         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13247         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13248         (ispell-dictionary-base-alist): Revert to original XEmacs
13249         friendly version for default.  [:alpha:] will be added in
13250         `ispell-set-spellchecker-params' if needed.
13252 2012-04-16  Chong Yidong  <cyd@gnu.org>
13254         * image.el (imagemagick--file-regexp): New variable.
13255         (imagemagick-register-types): Use it.
13256         (imagemagick-types-inhibit): Add :set function.  Allow new value
13257         of t to inhibit all types.
13259         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13260         so we can preload it.
13262         * loadup.el (fboundp): Preload regexp-opt, needed by
13263         imagemagick-register-types.
13265 2012-04-15  Chong Yidong  <cyd@gnu.org>
13267         * frame.el (scrolling): Remove nearly unused customization group.
13269         * scroll-all.el (scroll-all-mode): Move to windows group.
13271 2012-04-15  Chong Yidong  <cyd@gnu.org>
13273         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13275 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13277         Avoid the use of ((lambda ...) ...) in lexical-binding code.
13278         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13280 2012-04-15  Glenn Morris  <rgm@gnu.org>
13282         * simple.el (process-file-side-effects): Doc fix.
13284 2012-04-15  Glenn Morris  <rgm@gnu.org>
13286         * international/mule-cmds.el (set-language-environment): Doc fix.
13288 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13290         * server.el (server-auth-key, server-generate-key): Doc fixes.
13291         (server-get-auth-key): Doc fix.  Use `string-match-p'.
13292         (server-start): Reflow docstring.
13294 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
13296         * server.el (server-generate-key): `called-interactively-p'
13297         requires a parameter.
13299 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
13301         * server.el (server-auth-key): New variable.
13302         (server-generate-key, server-get-auth-key): New function.
13303         (server-start): Use the new variable and functions to allow
13304         setting a permanent server key (bug#9423).
13306 2012-04-14  Leo Liu  <sdl.web@gmail.com>
13308         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13310 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
13312         Spelling fixes.
13313         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13314         Emacs uses American spelling.
13316 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13318         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13319         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
13320         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13321         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
13323 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13325         * progmodes/which-func.el (which-func-modes): Change default.
13327 2012-04-14  Kim F. Storm  <storm@cua.dk>
13329         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13330         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13332 2012-04-14  Chong Yidong  <cyd@gnu.org>
13334         * custom.el (custom-theme-set-variables): Doc fix.
13336 2012-04-14  Glenn Morris  <rgm@gnu.org>
13338         * international/mule.el (set-auto-coding-for-load): Doc fix.
13340 2012-04-14  Alan Mackenzie  <acm@muc.de>
13342         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13343         imenu work again for Objective C Mode.  Correct the *-index values,
13344         these having been disturbed by a previous change in 2011-08.
13346         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13347         Correct two search limits.
13349 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13351         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13353 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
13355         * international/characters.el: Fix sorting.
13357 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13359         * international/characters.el: Add more missing Latin case pairs.
13361 2012-04-14  Glenn Morris  <rgm@gnu.org>
13363         * files.el (dir-locals-set-class-variables): Doc fix.
13365 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13367         * international/characters.el: Add set-case-syntax-pair call for
13368         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13369         counterpart.  (Bug#11209)
13371         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
13373 2012-04-14  Glenn Morris  <rgm@gnu.org>
13375         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13377 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13379         * textmodes/ispell.el (ispell-dictionary-base-alist):
13380         Add data for Hebrew.
13382 2012-04-14  Chong Yidong  <cyd@gnu.org>
13384         * net/rcirc.el (rcirc-cmd-quit):
13385         Revert 2012-03-18 change (Bug#11192).
13387 2012-04-14  Glenn Morris  <rgm@gnu.org>
13389         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13391 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13393         * minibuffer.el (completion-in-region-mode-map):
13394         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
13396 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
13398         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13400 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
13402         * minibuffer.el (minibuffer-local-filename-syntax): New variable
13403         to allow `C-M-f' and `C-M-b' to move to the nearest path
13404         separator (bug#9511).
13406 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
13408         * avoid.el: Require cl when compiling.  And also move the
13409         `provide' to the end.
13411 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13413         * avoid.el (mouse-avoidance-banish-position): New variable.
13414         (mouse-avoidance-banish-destination): Use it (bug#10165).
13416 2012-04-13  Leo Liu  <sdl.web@gmail.com>
13418         * progmodes/which-func.el (which-func-modes): Add objc-mode.
13420 2012-04-13  Ken Brown  <kbrown@cornell.edu>
13422         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13423         this is no longer needed now that cygstart understands file:// URLs.
13424         (browse-url-filename-alist): For the same reason, don't modify
13425         file:// URLs on Cygwin.
13427 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13429         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13430         the region on shift if the binding is already shifted (bug#11221).
13432 2012-04-12  Glenn Morris  <rgm@gnu.org>
13434         * mail/mailpost.el: Move to obsolete/.
13436 2012-04-12  Drew Adams  <drew.adams@oracle.com>
13438         * imenu.el (imenu--generic-function): Ignore invisible definitions
13439         (bug#10123).
13441 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
13443         * hexl.el (hexl-bits): New variable.
13444         (hexl-options): Mention the variable in the doc string.
13445         (hexl-rulerise, hexl-line-displen): New functions.
13446         (hexl-mode): Mention the new variable.
13447         (hexl-mode, hexl-current-address, hexl-current-address):
13448         Use the displen.
13449         (hexl-ascii-start-column): New function.
13450         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13451         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13453 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13455         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13456         '("-i" ENCODING), in 2 separate command-line arguments, to specify
13457         the encoding, as expected by hunspell.
13459 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * battery.el (battery--linux-sysfs-regexp): New const.
13462         (battery-status-function): Use it.  Remove yeeloong special case.
13463         (battery-yeeloong-sysfs): Remove.
13464         (battery-echo-area-format): Remove yeeloong special case.
13466 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13469         Reported by Noah Friedman.
13471         * subr.el (read-passwd): Use read-string.
13473 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475         * vcursor.el (vcursor-move): Increase the priority of the overlay
13476         (bug#9663).
13478 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13480         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13481         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13483 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
13485         * textmodes/artist.el (artist-mode): Convert artist-mode to use
13486         define-minor-mode (bug#10760).
13488 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13490         * progmodes/grep.el (rgrep): Tweak the find command line so
13491         that directories matching `grep-find-ignored-files' won't be
13492         pruned (bug#10351).
13494 2012-04-11  Chong Yidong  <cyd@gnu.org>
13496         * startup.el (command-line): Remove support for long-obsolete
13497         variable font-lock-face-attributes.
13499 2012-04-11  Glenn Morris  <rgm@gnu.org>
13501         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13503 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13505         * window.el (window--state-get-1): Obey window-point-insertion-type.
13507 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
13509         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13510         to previous function when point is on the first character of a
13511         function.  Take care of that in `narrow-to-defun' (bug#6157).
13513 2012-04-11  Glenn Morris  <rgm@gnu.org>
13515         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13516         not just file-errors.
13518         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13519         (vc-bzr-sha1): Use internal sha1.
13521 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13523         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13525 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
13527         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13528         that start in the middle of the line (bug#10496).
13530 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
13532         * battery.el (battery-linux-proc-acpi): Only one battery is
13533         discharged at a time, but that seems to confuse battery.el when
13534         computing `rate-type' for the battery not being discharged
13535         (bug#10332).
13537 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13539         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13541         * international/quail.el: Use dolist and simplify.
13542         (quail-define-package, quail-update-keyboard-layout)
13543         (quail-define-rules): Use dolist.
13544         (quail-insert-kbd-layout, quail-get-translation): CSE.
13546         * tmm.el: Use dolist, remove left over hook.
13547         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13548         Use dolist.
13549         (calendar-load-hook): Don't mess with it.
13551         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13552         Use derived-mode-p.  Run the diff asynchronously.
13554 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13556         * obsolete/mouse-sel.el: Add an Obsolete-since header.
13558 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
13560         * misc.el: Display absolute path of loaded DLLs (bug#10424).
13561         (list-dynamic-libraries--loaded): New function.
13562         (list-dynamic-libraries--refresh): Use it.
13564 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
13566         * progmodes/python.el (python-fill-paragraph):
13567         Make python-fill-region in a multiline string work when font-lock is
13568         disabled (bug#7018).
13570 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
13572         * language/european.el (cp775): Add oem/legacy (en)coding on
13573         DOS/MS Windows for the Baltic languages.  There are still plenty
13574         of texts written in this encoding/codepage (bug#6519).
13576 2012-04-10  Glenn Morris  <rgm@gnu.org>
13578         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13579         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13581 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
13583         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13584         next-line "n" and previous-line "p" in order to make recentf more
13585         consistent with ibuffer, dired or org-mode (bug#9387).
13587 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13589         * image.el (put-image): Return the overlay created instead of the
13590         optional input string (bug#7834).  Note that this may break code
13591         that is (for some reason or other) depending on `put-image'
13592         returning the string.
13594         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13596         * simple.el (zap-to-char): Allow zapping using input methods
13597         (bug#1580).
13599         * textmodes/fill.el (fill-region): Leave point and mark where they
13600         were before filling (bug#5399).
13602 2012-04-09  Glenn Morris  <rgm@gnu.org>
13604         * version.el (emacs-bzr-get-version):
13605         Handle lightweight checkouts of local branches.
13607 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
13609         * international/characters.el: Recover lost case pairs.  (Bug#11209)
13611 2012-04-09  Chong Yidong  <cyd@gnu.org>
13613         * custom.el (custom-variable-p): Return nil for non-symbol
13614         arguments instead of signaling an error.
13615         (user-variable-p): Obsolete alias for custom-variable-p.
13617         * apropos.el (apropos-variable):
13618         * files-x.el (read-file-local-variable):
13619         * simple.el (set-variable):
13620         * woman.el (woman-mini-help):
13621         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13623 2012-04-09  Glenn Morris  <rgm@gnu.org>
13625         * startup.el (normal-top-level): Don't look for leim-list.el
13626         in places where it will not be found.  (Bug#910)
13628         * international/mule-cmds.el (set-default-coding-systems):
13629         * files.el (normal-mode):
13630         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
13631         This function was removed with ucs-tables.el in 2008.
13633 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
13635         * textmodes/ispell.el (ispell-check-version): For hunspell, set
13636         ispell-encoding8-command to "-i", without a trailing space.
13637         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13638         separate command-line arguments, to specify the encoding, since
13639         that's how hunspell expects it.
13641 2012-04-08  Glenn Morris  <rgm@gnu.org>
13643         * loadup.el: Load bindings before cus-start.
13644         This reduces somewhat the number of "rogue" settings in emacs -Q.
13646 2012-04-07  Glenn Morris  <rgm@gnu.org>
13648         * version.el (emacs-bzr-get-version): New function.
13649         (emacs-bzr-version): New variable.
13650         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
13651         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13653 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
13655         * international/uni-bidi.el, international/uni-category.el:
13656         * international/uni-combining.el, international/uni-decimal.el:
13657         * international/uni-decomposition.el, international/uni-digit.el:
13658         * international/uni-lowercase.el, international/uni-mirrored.el:
13659         * international/uni-name.el, international/uni-numeric.el:
13660         * international/uni-titlecase.el, international/uni-uppercase.el:
13661         Update for Unicode 6.1.
13663 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
13665         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13667 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13669         * window.el (shrink-window): Mention the `window-min-height'
13670         variable in the doc string.
13672 2012-04-05  Bastien Guerry  <bzg@altern.org>
13674         * color.el (color-lighten-name): Fix typo.
13676 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13678         * server.el (server--on-display-p): New function.
13679         (server--on-display-p): Use it.
13681 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
13683         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13684         (bug#11145).
13686 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13688         * comint.el (comint--common-quoted-suffix): Check string boundary
13689         before comparing (bug#11158).
13690         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13692 2012-04-04  Chong Yidong  <cyd@gnu.org>
13694         * minibuffer.el (completion-extra-properties): Doc fix.
13696         * subr.el (delayed-warnings-hook): Doc fix.
13698 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
13700         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13701         selection (Bug#11159).
13702         (epa-insert-keys): Inform that the default public key will be
13703         exported if no key is selected.
13705 2012-04-04  Richard Stallman  <rms@gnu.org>
13707         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13709 2012-04-03  Chong Yidong  <cyd@gnu.org>
13711         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13712         mail-insert-file, not its obsolete alias mail-attach-file.
13714 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
13716         * notifications.el (notifications-notify): Fix docstring.
13718 2012-04-02  Glenn Morris  <rgm@gnu.org>
13720         * emacs-lisp/authors.el (authors-aliases): Another addition.
13722 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
13724         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13725         `tramp-compat-call-process' instead of `tramp-local-call-process'.
13726         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13728 2012-04-01  Chong Yidong  <cyd@gnu.org>
13730         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13731         Handle root directory properly.
13732         (copy-directory): Caller changed.
13734         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13735         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13737 2012-03-31  Glenn Morris  <rgm@gnu.org>
13739         * term/xterm.el (xterm-extra-capabilities): Doc fix.
13741         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
13743         * calendar/calendar.el (calendar-window-list)
13744         (calendar-hide-window): Restore.  (Bug#11140)
13745         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13747         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13749 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13751         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13752         Check if file is a symlink (Bug#10489).
13754         * files.el (copy-directory): Likewise.
13756 2012-03-30  Chong Yidong  <cyd@gnu.org>
13758         * image.el (imagemagick-types-inhibit)
13759         (imagemagick-register-types): Doc fix.
13761 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13763         * textmodes/ispell.el (ispell-get-extended-character-mode):
13764         Disable extended-char-mode for hunspell.  hunspell does not support it
13765         and treats ~word as ordinary words in pipe mode.
13767 2012-03-30  Glenn Morris  <rgm@gnu.org>
13769         * tutorial.el (help-with-tutorial): Ensure local variables don't
13770         happen to make the buffer read-only.  (Bug#11127)
13772 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13774         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13775         (perl-calculate-indent): Return `noindent' in strings.
13777 2012-03-28  Sam Steingold  <sds@gnu.org>
13779         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13780         instead of the broken adhockery which does not prevent calendar
13781         buffers from being displayed at random after exit.
13782         (calendar-window-list, calendar-hide-window): Remove the broken
13783         adhockery.
13785 2012-03-28  Glenn Morris  <rgm@gnu.org>
13787         * replace.el (query-replace-map): Doc fix.
13789 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
13791         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13792         contents.  (Bug#11109)
13794 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13796         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13797         (bug#11077).
13798         (avl-tree--check, avl-tree--check-node): New funs.
13800 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
13802         * window.el (switch-to-visible-buffer): New option.
13803         (switch-to-prev-buffer, switch-to-next-buffer):
13804         Observe switch-to-visible-buffer.  Make sure that checking for a window
13805         showing a buffer already is done on the same frame.
13807 2012-03-27  Glenn Morris  <rgm@gnu.org>
13809         * startup.el (mail-host-address): Doc fix.
13811 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13813         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13814         than 197 variables.
13816 2012-03-26  Ami Fischman  <ami@fischman.org>
13818         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13820 2012-03-26  Glenn Morris  <rgm@gnu.org>
13822         * files.el (save-buffers-kill-emacs): Doc fix.
13824         * startup.el (normal-top-level, command-line, command-line-1):
13825         Give them doc strings.
13827 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
13829         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13830         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13832 2012-03-25  Chong Yidong  <cyd@gnu.org>
13834         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13835         theme if it was previously enabled before (Bug#11031).
13837         * cus-theme.el (custom-theme-write-faces): Retrieve current face
13838         spec with custom-face-get-current-spec if its :shown-value is not
13839         determined yet (Bug#9337).
13840         (customize-create-theme, custom-theme-revert): Doc fixes.
13842         * button.el (button-at): Minor addition to docstring.
13844 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
13846         * vc/vc.el (vc-merge): Fix a prompt.
13848 2012-03-24  Chong Yidong  <cyd@gnu.org>
13850         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13851         point (Bug#9623).
13853         * button.el (button-at): Minor addition to docstring.
13855 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13857         * newcomment.el (comment-choose-indent): No space after BOL.
13859 2012-03-22  Sam Steingold  <sds@gnu.org>
13861         * window.el (switch-to-prev-buffer): Revert last patch because the
13862         bug turned out to be an advertised feature (Elisp manual 28.14).
13864 2012-03-22  Glenn Morris  <rgm@gnu.org>
13866         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
13867         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13869 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13871         * net/network-stream.el (network-stream-open-starttls): Make error
13872         message under Windows be less misleading.
13874 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
13876         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13877         understands (bug#9942).
13879 2012-03-22  Chong Yidong  <cyd@gnu.org>
13881         * simple.el (end-of-visible-line): Handle return value of
13882         next-single-property-change properly (Bug#9371).
13884 2012-03-22  Kenichi Handa  <handa@m17n.org>
13886         * international/quail.el (quail-insert-kbd-layout): Fix previous
13887         change.  To avoid unwanted bidi reordering, use
13888         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13890 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
13892         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13893         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13894         (ruby-beginning-of-indent): Be more careful with the difference
13895         between word-boundary and symbol boundary.
13896         (ruby-mode-syntax-table): Make : a symbol constituent.
13898 2012-03-21  Andreas Politz  <politza@fh-trier.de>
13900         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13902 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13904         * progmodes/etags.el (tags-completion-at-point-function):
13905         Improve last fix.
13907         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13909 2012-03-21  Sam Steingold  <sds@gnu.org>
13911         * progmodes/etags.el (tags-completion-at-point-function):
13912         Avoid the error when point is inside the pattern.
13914 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
13916         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13917         line (Bug#10855).
13919 2012-03-21  Drew Adams  <drew.adams@oracle.com>
13921         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13923 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
13925         * ido.el (ido-set-current-directory, ido-read-internal)
13926         (ido-choose-completion-string, ido-completion-help): Handle nil
13927         value of ido-completion-buffer (Bug#11008).
13929 2012-03-21  Sam Steingold  <sds@gnu.org>
13931         * window.el (switch-to-prev-buffer): Do not switch to a visible
13932         window previous buffer, just like with the frame previous buffers.
13934 2012-03-21  Chong Yidong  <cyd@gnu.org>
13936         * faces.el (make-face, make-empty-face, copy-face):
13937         * face-remap.el (face-remap-add-relative, face-remap-set-base):
13938         Doc fixes.
13940 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13942         * wid-edit.el (widget-complete-field): Remove (bug#11051).
13943         (widget-complete): Remove broken use of it.
13945 2012-03-20  Chong Yidong  <cyd@gnu.org>
13947         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13948         Use string-width and truncate-string-width to handle arbitrary
13949         characters.
13951 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
13953         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13954         to draw rectangles, not squares.  (Regression introduced by revno
13955         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13957 2012-03-18  Chong Yidong  <cyd@gnu.org>
13959         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13960         it is not yet defined (for temacs).
13962 2012-03-18  Leo Liu  <sdl.web@gmail.com>
13964         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13965         prefix.
13967 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
13969         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13970         (ispell-choices-win-default-height, ispell-silently-savep)
13971         (ispell-dictionary-alist, ispell-encoding8-command)
13972         (ispell-check-version, ispell-aspell-find-dictionary)
13973         (ispell-valid-dictionary-list, ispell-words-keyword)
13974         (ispell-get-word, ispell-internal-change-dictionary)
13975         (ispell-region, ispell-skip-region-list)
13976         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13977         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13978         (ispell-message-text-end, ispell-message)
13979         (ispell-buffer-local-parsing): Doc fix.
13981 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
13983         * htmlfontify.el: Add support for code block fontification for ODT
13984         export (Bug #9914).
13985         (hfy-optimisations): Define new option
13986         `body-text-only'
13987         (hfy-fontify-buffer): Honor above setting.
13988         (hfy-begin-span, hfy-end-span): New routines factored out form
13989         `hfy-fontify-buffer'.
13990         (hfy-begin-span-handler, hfy-end-span-handler): New variables
13991         that permit insertion of custom tags.
13992         (hfy-fontify-buffer): Use above handlers.
13993         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13994         (hfy-face-to-css): Re-defined to be a variable.
13995         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
13996         over multiple runs.  This is made possible by having the caller let
13997         bind a special variable `hfy-user-sheet-assoc'.
13998         (htmlfontify-string): New defun.
13999         (hfy-compile-face-map): Make sure that the last char in the
14000         buffer is correctly fontified.
14001         (hfy-face-resolve-face): Whitespace only change.
14003 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
14005         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
14006         message more clear.
14008 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14010         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
14012 2012-03-16  Alan Mackenzie  <acm@muc.de>
14014         Further optimize the handling of large macros.
14016         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
14017         limit to a call of `c-literal-limits'.
14018         (c-determine-+ve-limit): New function.
14019         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
14020         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
14021         In CASE 5B, restrict a search limit to 500.
14022         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
14024         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
14025         Restrict macro bounds to +-500 from after-change's BEG END.
14027 2012-03-16  Leo Liu  <sdl.web@gmail.com>
14029         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
14031 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
14033         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
14034         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
14036 2012-03-16  Glenn Morris  <rgm@gnu.org>
14038         * view.el (view-buffer, view-buffer-other-window)
14039         (view-buffer-other-frame): Doc fixes re special mode-class.
14041         * subr.el (eval-after-load): If named feature is provided not from
14042         a file, run after-load forms.  (Bug#10946)
14044         * calendar/calendar.el (calendar-insert-at-column):
14045         Handle non-unit-width characters a bit better.  (Bug#10978)
14047 2012-03-15  Chong Yidong  <cyd@gnu.org>
14049         * emacs-lisp/ring.el (ring-extend): New function.
14050         (ring-insert+extend): Extend the ring correctly (Bug#11019).
14052         * comint.el (comint-read-input-ring)
14053         (comint-add-to-input-history): Grow comint-input-ring lazily.
14055 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14057         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
14058         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
14060         * imenu.el: Fix multiple inheritance breakage (bug#9199).
14061         (imenu-add-to-menubar): Don't add a redundant index.
14062         (imenu-update-menubar): Handle a dynamically composed keymap.
14064 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14066         * mail/sendmail.el (mail-encode-header):
14067         Bind rfc2047-encode-encoded-words to nil.
14069 2012-03-13  Glenn Morris  <rgm@gnu.org>
14071         * calendar/calendar.el (calendar-string-spread):
14072         Handle non-unit-width characters a bit better.  (Bug#10978)
14074 2012-03-13  Leo Liu  <sdl.web@gmail.com>
14076         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
14077         directory and file as argument (Bug#10822).
14079 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14081         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
14082         For dynamically generated code, follow $PC.
14083         (gdb-disassembly-handler-custom): Handle no function name case.
14085 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
14087         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
14088         * emulation/ws-mode.el (ws-query-replace):
14089         * sort.el (sort-regexp-fields):
14090         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
14092 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14094         * dabbrev.el: Fix cycle completion order (bug#10963).
14095         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
14096         (dabbrev-completion): Don't use an obarray; provide
14097         a cycle-sort-function.
14099 2012-03-12  Leo Liu  <sdl.web@gmail.com>
14101         * simple.el (kill-new): Use equal-including-properties for comparison.
14102         (kill-do-not-save-duplicates): Doc fix.
14104 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14106         * dabbrev.el: Fix cycle completion (bug#10963).
14107         Use lexical binding and wrap to 80 columns.
14108         (dabbrev-completion): Delay computing the list of completions.
14110 2012-03-12  Kenichi Handa  <handa@m17n.org>
14112         * international/quail.el (quail-insert-kbd-layout): Surround each
14113         row by LRO and PDF instead of inserting many LRMs.  Pad the left
14114         and right of each non-spacing marks.  Insert invisible space
14115         between lower and upper characters to prevent composition.
14117 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14119         * minibuffer.el (minibuffer-complete): Don't get confused when the
14120         function is run twice via different commands (bug#10958).
14121         (complete-with-action): Fix docstring.
14123 2012-03-12  Chong Yidong  <cyd@gnu.org>
14125         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
14126         (nxml-completion-at-point-function): New function.
14127         (nxml-mode): Use it.
14128         (nxml-bind-meta-tab-to-complete-flag): Default to t.
14130         * emacs-lisp/package.el (package-unpack, package-unpack-single):
14131         Load generated autoloads file before byte compiling (Bug#10970).
14132         (package--make-autoloads-and-compile): New helper fun.
14134 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
14136         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
14138 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
14140         * autorevert.el (auto-revert-handler): Ensure, that
14141         file-readable-p is applied only for local files or in
14142         auto-revert-tail-mode.
14144 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
14146         * server.el (server-eval-at): Handle non-tcp connections.
14147         Decode result string.
14149         * server.el (server-msg-size): New constant.
14150         (server-reply-print): New function.
14151         (server-eval-and-print): Use it.
14152         (server-eval-at): Use server-quote-arg and server-unquote-arg.
14153         Handle -print-nonl.
14155 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
14157         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
14158         (Bug#10987).
14160 2012-03-11  Chong Yidong  <cyd@gnu.org>
14162         * simple.el (goto-line): Doc fix (Bug#9938).
14164         * subr.el (save-window-excursion): Doc fix (Bug#9979).
14166         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
14167         when finished (Bug#10963).
14169 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
14171         * window.el (split-window-below): Fix bug in case where
14172         split-window-keep-point is nil (Bug#10971).
14174 2012-03-11  Juri Linkov  <juri@jurta.org>
14176         * replace.el (replace-highlight): Set isearch-word to nil
14177         unconditionally.  (Bug#10887)
14179 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
14181         * net/mairix.el (mairix-replace-invalid-chars): Rename from
14182         mairix-replace-illegal-chars; all callers changed.  Don't remove
14183         ^, ~, and = characters: they are meaningful in mairix search specs.
14184         (mairix-widget-create-query): Add usage information about mairix
14185         search forms: negating words, searching for substrings, etc.
14187 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
14189         * international/fontset.el (font-encoding-alist): Add an entry for
14190         ksx1001 (Bug#5667).
14192 2012-03-10  Richard Stallman  <rms@gnu.org>
14194         * mail/sendmail.el (mail-encode-header):
14195         Set rfc2047-encode-encoded-words.
14197         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
14199         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
14200         view buffer means not swapped.
14201         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
14202         (rmail-write-region-annotate): Error if real text has disappeared.
14204         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
14206 2012-03-10  Chong Yidong  <cyd@gnu.org>
14208         * emulation/cua-rect.el (cua--init-rectangles):
14209         * emulation/cua-base.el (cua--init-keymaps):
14210         Add delete-forward-char to remappings (Bug#9666).
14212 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
14214         * speedbar.el (speedbar-unhighlight-one-tag-line):
14215         Avoid unhighlighting due to frame switching (Bug#10275).
14217 2012-03-10  Chong Yidong  <cyd@gnu.org>
14219         * minibuffer.el (completion-in-region, completion-help-at-point):
14220         Give the completion field overlay a high priority (Bug#6830).
14222         * dired.el (dired-goto-file): Recognize absolute file name
14223         listings (Bug#7126).
14224         (dired-goto-file-1): New helper function.
14225         (dired-toggle-read-only): Inhibit warnings.
14227 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
14229         * net/dbus.el (dbus-property-handler): Return empty array if
14230         there are no properties.
14232 2012-03-09  Leo Liu  <sdl.web@gmail.com>
14234         * savehist.el (savehist-printable): Stricter check for string
14235         value (Bug#10937).
14237 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
14239         * mail/smtpmail.el (smtpmail-send-it):
14240         Bind coding-system-for-write to *-unix, so that FCC files are kept in
14241         valid mbox format.
14243 2012-03-09  Glenn Morris  <rgm@gnu.org>
14245         * files.el (dir-locals-find-file):
14246         Don't check result is regular, readable.
14247         (dir-locals-read-from-file): Demote errors.
14249 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
14251         * international/quail.el (quail-insert-kbd-layout):
14252         Insert invisible LRM characters before each character in a keyboard
14253         layout cell, to prevent their reordering by bidi display engine.
14254         For details, see the discussion in
14255         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14257 2012-03-08  Alan Mackenzie  <acm@muc.de>
14259         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14260         the starting position; make it extend the marked region when
14261         invoked repeatedly - all under appropriate circumstances.
14262         Fixes bugs #5525, #10906.
14264 2012-03-08  Glenn Morris  <rgm@gnu.org>
14266         * files.el (locate-dominating-file, dir-locals-find-file):
14267         Undo 2012-03-06 change.
14269 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
14271         * international/quail.el (quail-help):
14272         Force bidi-paragraph-direction be left-to-right.  See discussion in
14273         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14274         for the reason.
14276 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
14278         Avoid superfluous registering of signals.  (Bug#10807)
14280         * notifications.el (notifications-on-action-object)
14281         (notifications-on-close-object): New defvars.
14282         (notifications-on-action-signal, notifications-on-closed-signal):
14283         Unregister the signal if not needed any longer.
14284         (notifications-notify): Register `notifications-action-signal' or
14285         `notifications-closed-signal', if :on-action or :on-close has been
14286         passed as argument.
14288 2012-03-07  Chong Yidong  <cyd@gnu.org>
14290         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14291         non-X platforms.
14293 2012-03-06  Glenn Morris  <rgm@gnu.org>
14295         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14296         (x-disown-selection-internal, x-get-selection-internal):
14297         Doc fix (add arglist signatures).  (Bug#10783)
14299 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14301         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14302         Handle breakpoints with no "type".
14304 2012-03-06  Glenn Morris  <rgm@gnu.org>
14306         * files.el (locate-dominating-file): Add optional predicate argument.
14307         (dir-locals-find-file): Make use of above change.
14309 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
14311         * info.el (Info-insert-dir): Also try "dir.gz".
14313 2012-03-06  Glenn Morris  <rgm@gnu.org>
14315         * files.el (dir-locals-find-file):
14316         Ignore non-readable or non-regular files.  (Bug#10928)
14318         * files.el (locate-dominating-file): Doc fix.
14320 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
14322         * calendar/calendar.el (calendar-set-mode-line):
14323         `getenv' returns a string.  (Bug#10951)
14325 2012-03-05  Leo Liu  <sdl.web@gmail.com>
14327         * simple.el (backward-delete-char-untabify): Constrain point to
14328         field (Bug#10939).
14330         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14332 2012-03-05  Chong Yidong  <cyd@gnu.org>
14334         * simple.el (count-words): If called from Lisp, return the word
14335         count, for symmetry with `count-lines'.  Arglist changed.
14336         (count-words--message): Args changed.  Consolidate counting code
14337         from count-words and count-words-region.
14338         (count-words-region): Caller changed.
14339         (count-lines-region): Make it an obsolete alias.
14341 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
14343         * saveplace.el (save-place-to-alist)
14344         (save-place-ignore-files-regexp): Allow value nil to disable this
14345         feature.
14347 2012-03-04  Chong Yidong  <cyd@gnu.org>
14349         * faces.el (face-spec-reset-face): For the default face, reset the
14350         attributes to default values (Bug#10748).
14352 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14354         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14355         previous patch: Check `message-send-mail-function', and not the
14356         default function (bug#10897).
14358 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
14360         * notifications.el (notifications-on-action-signal)
14361         (notifications-on-closed-signal): Check for unique service name of
14362         incoming event.  Fix error in removing entry.
14363         (top): Register for signals with wildcard service name.
14364         (notifications-notify): Use daemon unique service name for map entries.
14366 2012-03-04  Chong Yidong  <cyd@gnu.org>
14368         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14370 2012-03-04  Glenn Morris  <rgm@gnu.org>
14372         * abbrev.el (copy-abbrev-table, abbrev-table-p)
14373         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14374         (expand-abbrev, define-abbrev-table): Doc fixes.
14376 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14378         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14379         `message-default-send-mail-function' and not `send-mail-function'
14380         when doing the prompting for `sendmail-query-once' before sending
14381         in Message buffers (bug#10897).
14383         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14384         This is inconsistent with all the other stream functions, which leave
14385         the setting up to the higher levels (if so wanted) (bug#10931).
14387 2012-03-02  Alan Mackenzie  <acm@muc.de>
14389         Depessimize the handling of very large macros.
14391         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14392         (c-macro-cache-syntactic): New variables to implement a one
14393         element macro cache.
14394         (c-invalidate-macro-cache): New function.
14395         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14396         Adapt to use the new cache.
14397         (c-state-safe-place): Use better the cache of safe positions.
14398         (c-state-semi-nonlit-pos-cache)
14399         (c-state-semi-nonlit-pos-cache-limit):
14400         New variables for...
14401         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
14402         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14403         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14404         Use c-state-semi-safe-place.
14406         * progmodes/cc-langs.el (c-get-state-before-change-functions):
14407         Add c-invalidate-macro-cache to the C, C++, Obj entries.
14409 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
14411         * jka-compr.el (jka-compr-call-process):
14412         Apply `file-accessible-directory-p' only when the default directory is
14413         not remote.
14415 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
14417         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
14418         access of FILE2, if FILE1 does not exist.
14420         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14421         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14423         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14424         Add "PAGER=" to `process-environment'.
14426 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
14428         * progmodes/sql.el: Bug fix
14429         (sql-get-login-ext): Save login values in globals.
14430         (sql-get-login): Use new version of `sql-get-login-ext'.
14431         (sql-interactive-mode): Set global `sql-connection' to nil.
14432         (sql-connect): Set global values for connection.
14433         (sql-product-interactive): Save global values as buffer local.
14435 2012-02-29  Leo Liu  <sdl.web@gmail.com>
14437         * abbrev.el (define-abbrevs): Reset sys to nil.
14439 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14441         * files.el (file-equal-p): Rename from `files-equal-p'.
14442         Return nil when one or both files don't exist.
14443         (file-subdir-of-p): Now only top directory must exists,
14444         return nil if it doesn't.
14445         (copy-directory): No need to test with `file-subdir-of-p' after
14446         creating dir.
14447         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14448         to `file-equal-p'.
14450 2012-02-28  Glenn Morris  <rgm@gnu.org>
14452         * shell.el (shell-mode):
14453         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14454         * play/landmark.el (landmark-font-lock-face-O):
14455         * play/handwrite.el (handwrite):
14456         * play/gomoku.el (gomoku-O):
14457         * net/browse-url.el (browse-url-browser-display):
14458         * international/mule.el (define-charset):
14459         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14460         * filesets.el (filesets-find-file-delay):
14461         * eshell/em-xtra.el (eshell-xtra):
14462         * eshell/em-unix.el (eshell-grep):
14463         * emulation/viper.el (viper-mode):
14464         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14465         * emacs-lisp/easymenu.el (easy-menu-define):
14466         * calendar/timeclock.el (timeclock-use-display-time):
14467         * bs.el (bs-mode):
14468         * bookmark.el (bookmark-save-flag):
14469         Doc fix (standardize possessive apostrophe usage).
14471 2012-02-27  Chong Yidong  <cyd@gnu.org>
14473         * emulation/viper-cmd.el (viper-intercept-ESC-key):
14474         Fix key-binding lookup for ESC key (Bug#9146).
14476         * font-lock.el (font-lock-specified-p): Rename from
14477         font-lock-spec-present.  Callers changed.
14479 2012-02-27  Daniel Hackney  <dan@haxney.org>
14481         * emacs-lisp/package.el (package-compute-transaction):
14482         Handle holding a package version to t in package-load-list.
14484 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
14486         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14487         (tramp-get-inode, tramp-get-device): Use cached values.
14489 2012-02-26  Alan Mackenzie  <acm@muc.de>
14491         Check there is a font-lock specification before doing initial
14492         fontification.
14494         * font-core.el (font-lock-mode): Move the conditional from
14495         :after-hook to font-lock-initial-fontify.
14496         (font-lock-default-function): Move the check for a specification
14497         to font-lock-spec-present.
14499         * font-lock.el (font-lock-initial-fontify): Call ...
14500         (font-lock-spec-present): New function.
14502 2012-02-26  Jim Blandy  <jimb@red-bean.com>
14504         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14505         (gdb-send): Apply it to the operand of the '-interpreter-exec
14506         console' command, so that we can pass arguments with (say) quotes
14507         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
14509 2012-02-26  Chong Yidong  <cyd@gnu.org>
14511         * help-fns.el (describe-function-1): Clarify description of
14512         remapping (Bug#10844).
14514         * files.el (files-equal-p): Doc fix.
14515         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
14516         and quit the loop once a mismatch is found.
14518 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
14520         * bs.el (bs--show-with-configuration): Don't throw an error
14521         if the window cannot be split; otherwise, subsequent calls to
14522         bs-show fail, restoring a stale window config.  (Bug#10882)
14524 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14526         * term/ns-win.el (global-map): Bind ns-drag-file to
14527         ns-find-file (Bug#5855, Bug#10050).
14529 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
14531         * calendar/parse-time.el (parse-time-string): Allow extractor to
14532         return nil.
14534 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
14536         * net/tramp.el (tramp-file-name-for-operation):
14537         Add `files-equal-p' and `file-subdir-of-p'.
14539         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14540         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14541         Add COPY-CONTENTS argument.
14543 2012-02-25  Chong Yidong  <cyd@gnu.org>
14545         Add custom groups for VC backends, for consistency with vc-bzr.
14547         * vc/vc-arch.el (vc-arch):
14548         * vc/vc-cvs.el (vc-cvs):
14549         * vc/vc-git.el (vc-git):
14550         * vc/vc-hg.el (vc-hg):
14551         * vc/vc-mtn.el (vc-mtn):
14552         * vc/vc-rcs.el (vc-rcs):
14553         * vc/vc-sccs.el (vc-sccs):
14554         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14555         All relevant defcustoms reassigned.
14557 2012-02-25  Chong Yidong  <cyd@gnu.org>
14559         * newcomment.el (comment-styles): Add autoload (Bug#10868).
14561         * term/x-win.el (x-initialize-window-system): Reduce default for
14562         x-selection-timeout to 5 seconds (Bug#8869).
14564 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14566         * files.el (files-equal-p, file-subdir-of-p): New functions.
14567         (copy-directory): Error when trying to copy a directory on itself.
14568         Add missing copy-contents arg to tramp handler.
14569         * dired-aux.el (dired-copy-file-recursive): Same.
14570         (dired-create-files): Modify destination when source is equal to
14571         dest when copying files.
14572         Return also when dest is a subdir of source.  (Bug#10489)
14574 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
14576         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14577         (Bug#10874)
14579 2012-02-23  Alan Mackenzie  <acm@muc.de>
14581         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14582         parameter "after-hook:" to allow the expansion to run code after
14583         the execution of the mode hooks.
14585         * font-lock.el (font-lock-initial-fontify): New function extracted
14586         from font-lock-mode-internal.
14588         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14589         :after-hook.
14591 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14593         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14594         (completion--cache-all-sorted-completions): New function.
14595         (completion-all-sorted-completions): Use it.
14596         (completion--do-completion, minibuffer-force-complete):
14597         Use it to re-instate the flush hook.
14599         * icomplete.el (icomplete-completions): Replace last fix with a better
14600         one (bug#10850).
14602 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
14604         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14605         when it might call us back infinitely (bug#10797).
14607 2012-02-23  Glenn Morris  <rgm@gnu.org>
14609         * minibuffer.el (completion-category-overrides): Doc fix.
14611 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14613         * minibuffer.el (completion-table-with-context): Fix inf-loop.
14614         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14616 2012-02-23  Glenn Morris  <rgm@gnu.org>
14618         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14619         (authors-obsolete-files-regexps, authors-ignored-files)
14620         (authors-ambiguous-files, authors-renamed-files-alist):
14621         Add more entries.
14623 2012-02-23  Juri Linkov  <juri@jurta.org>
14625         * isearch.el (isearch-occur): Sync interactive spec with occur's
14626         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
14628         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14630 2012-02-22  Juri Linkov  <juri@jurta.org>
14632         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14633         (ucs-insert): Doc fix.  Check for hex digits in the string.
14634         Don't display `nil' in the error message.  (Bug#10857)
14636 2012-02-22  Alan Mackenzie  <acm@muc.de>
14638         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14640 2012-02-22  Glenn Morris  <rgm@gnu.org>
14642         * ffap.el (ffap-c-path):
14643         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
14645 2012-02-22  Chong Yidong  <cyd@gnu.org>
14647         * custom.el (load-theme): Doc fix.
14649 2012-02-22  Glenn Morris  <rgm@gnu.org>
14651         * dired-x.el (dired-guess-shell-alist-default):
14652         Remove escape sequences from nroff output.  (Bug#172)
14654 2012-02-21  Glenn Morris  <rgm@gnu.org>
14656         * vc/emerge.el (emerge-defvar-local):
14657         Set `permanent-local' property rather than unused `preserved'.
14659         * textmodes/picture.el (picture-delete-char): New alias.
14660         (picture-mode-map): Use it.  (Bug#10860)
14661         (picture-mode): Doc fix.
14663 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
14665         * newcomment.el (uncomment-region-default): Remove unused binding.
14667 2012-02-21  Glenn Morris  <rgm@gnu.org>
14669         * textmodes/picture.el (picture-motion, picture-motion-reverse)
14670         (picture-self-insert, picture-tab-chars): Doc fix.
14671         (picture-mode-map): Fix C-a, C-e.
14673 2012-02-20  Glenn Morris  <rgm@gnu.org>
14675         * emacs-lisp/authors.el (authors-aliases): Add another entry.
14677 2012-02-20  Leo Liu  <sdl.web@gmail.com>
14679         * icomplete.el (icomplete-completions): Check FROM arg before
14680         passing to substring (Bug#10850).
14682 2012-02-19  Chong Yidong  <cyd@gnu.org>
14684         * comint.el: Require ansi-color.
14685         (comint-output-filter-functions): Add ansi-color-process-output.
14687         * ansi-color.el: Don't set comint-output-filter-functions; it is
14688         now in the initial value defined in comint.el.
14689         (ansi-color-apply-face-function): New variable.
14690         (ansi-color-apply-on-region): Use it.
14691         (ansi-color-apply-overlay-face): New function.
14693         * shell.el (shell): No need to require ansi-color.
14694         (shell-mode): Use ansi-color-apply-face-function to highlight
14695         color escapes using font-lock-face property (Bug#10835).
14697 2012-02-19  Chong Yidong  <cyd@gnu.org>
14699         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14700         mode-line formats (Bug#10839).
14702 2012-02-18  Glenn Morris  <rgm@gnu.org>
14704         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14706         * mail/undigest.el (unforward-rmail-message): Doc fix.
14708         * saveplace.el (save-place-ignore-files-regexp): Add :version.
14710 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
14712         * international/characters.el (script-list): Sync with the latest
14713         Unicode Character Database.
14715 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
14717         * international/titdic-cnv.el: Remove duplicate coding tag.
14718         * language/cham.el: Likewise.
14719         * language/tai-viet.el: Likewise.
14721 2012-02-18  Glenn Morris  <rgm@gnu.org>
14723         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14724         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14725         (calendar-bahai-all-holidays-flag, calendar-other-dates):
14726         * calendar/diary-lib.el (diary-abbreviated-year-flag):
14727         * calendar/holidays.el (holiday-bahai-holidays)
14728         (calendar-holidays, list-holidays):
14729         Use utf-8 Bahá'í in doc-strings, menus, etc.
14731 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
14733         * saveplace.el (save-place-ignore-files-regexp): New variable
14734         allowing for excluding files from saving their location of point.
14735         The default value matches the temporary commit message editing
14736         files from Git, SVN, Bazaar, and Mercurial.
14737         (save-place-to-alist): Use it.
14739 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
14740             Stefan Monnier  <monnier@iro.umontreal.ca>
14742         * newcomment.el (uncomment-region-default): Don't leave extra space
14743         when an arg is provided (bug#8150).
14745 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
14747         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14749 2012-02-17  Glenn Morris  <rgm@gnu.org>
14751         * net/socks.el: Require network-stream.  (Bug#10599)
14753 2012-02-17  Kenichi Handa  <handa@m17n.org>
14755         * international/charprop.el:
14756         * international/uni-name.el:
14757         * international/uni-old-name.el:
14758         * international/uni-comment.el: Regenerate.
14760 2012-02-16  Glenn Morris  <rgm@gnu.org>
14762         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14763         Interactively in calendar buffer, give an error if not on a date.
14765 2012-02-15  Glenn Morris  <rgm@gnu.org>
14767         * shell.el (shell-delimiter-argument-list):
14768         Revert 2011-02-17 change.  (Bug#8027)
14770 2012-02-15  Chong Yidong  <cyd@gnu.org>
14772         * minibuffer.el (completion-at-point-functions): Doc fix.
14774         * custom.el (defcustom): Doc fix; note use of defvar.
14776 2012-02-15  Glenn Morris  <rgm@gnu.org>
14778         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14779         Doc fixes.
14781 2012-02-14  Glenn Morris  <rgm@gnu.org>
14783         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14785 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
14787         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14788         way the ports list is computed.
14789         (smtpmail-query-smtp-server): Prompt the user for a port number if
14790         we can't connect to any of the standard ports (bug#10810).
14792 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14794         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14796 2012-02-13  Glenn Morris  <rgm@gnu.org>
14798         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
14800 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
14802         * net/gnutls.el (gnutls-trustfiles): New variable.
14803         (gnutls-negotiate): Use it.
14805 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
14807         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14808         does its stuff if Gnus is running.
14810 2012-02-13  Alan Mackenzie  <acm@muc.de>
14812         Fix a loop in c-set-fl-decl-start.
14814         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14815         c-backward-syntactic-ws actually moves backwards.
14817 2012-02-13  Leo Liu  <sdl.web@gmail.com>
14819         * net/rcirc.el (rcirc-markup-attributes): Move point to the
14820         beginning so that all \C-o chars are removed.
14822 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
14824         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14826 2012-02-12  Alan Mackenzie  <acm@muc.de>
14828         Fix infinite loop with long macros.
14829         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14831 2012-02-12  Chong Yidong  <cyd@gnu.org>
14833         * window.el (display-buffer): Doc fix (Bug#10785).
14835 2012-02-12  Glenn Morris  <rgm@gnu.org>
14837         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14838         (x-disown-selection-internal, x-get-selection-internal):
14839         Sync docs with the xselect.c versions.
14841         * allout-widgets.el: Add missing license notice.
14843 2012-02-11  Glenn Morris  <rgm@gnu.org>
14845         * select.el (x-get-selection-internal, x-own-selection-internal)
14846         (x-disown-selection-internal):
14847         * x-dnd.el (x-get-selection-internal): Update declarations.
14849         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14851         * window.el (window-sides-slots):
14852         * tool-bar.el (tool-bar-position):
14853         * term/xterm.el (xterm-extra-capabilities):
14854         * ses.el (ses-self-reference-early-detection):
14855         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14856         (verilog-auto-wire-type)
14857         (verilog-auto-delete-trailing-whitespace)
14858         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14859         (verilog-auto-tieoff-declaration):
14860         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14861         (sql-oracle-statement-starters, sql-oracle-scan-on):
14862         * progmodes/prolog.el (prolog-align-comments-flag)
14863         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14864         (prolog-left-indent-regexp, prolog-paren-indent-p)
14865         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14866         (prolog-types, prolog-mode-specificators)
14867         (prolog-determinism-specificators, prolog-directives)
14868         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14869         (prolog-electric-dot-flag)
14870         (prolog-electric-dot-full-predicate-template)
14871         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14872         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14873         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14874         (prolog-program-switches, prolog-prompt-regexp)
14875         (prolog-debug-on-string, prolog-debug-off-string)
14876         (prolog-trace-on-string, prolog-trace-off-string)
14877         (prolog-zip-on-string, prolog-zip-off-string)
14878         (prolog-use-standard-consult-compile-method-flag)
14879         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14880         (prolog-imenu-max-lines, prolog-info-predicate-index)
14881         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14882         (prolog-char-quote-workaround):
14883         * progmodes/cc-vars.el (c-defun-tactic):
14884         * net/tramp.el (tramp-encoding-command-interactive)
14885         (tramp-local-end-of-line):
14886         * net/soap-client.el (soap-client):
14887         * net/netrc.el (netrc-file):
14888         * net/gnutls.el (gnutls):
14889         * minibuffer.el (completion-category-overrides)
14890         (completion-cycle-threshold)
14891         (completion-pcm-complete-word-inserts-delimiters):
14892         * man.el (Man-name-local-regexp):
14893         * mail/feedmail.el (feedmail-display-full-frame):
14894         * international/characters.el (glyphless-char-display-control):
14895         * eshell/em-ls.el (eshell-ls-date-format):
14896         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14897         (lisp-lambda-list-keyword-parameter-indentation)
14898         (lisp-lambda-list-keyword-parameter-alignment):
14899         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14900         * dired-x.el (dired-omit-verbose):
14901         * cus-theme.el (custom-theme-allow-multiple-selections):
14902         * calc/calc.el (calc-highlight-selections-with-faces)
14903         (calc-lu-field-reference, calc-lu-power-reference)
14904         (calc-note-threshold):
14905         * battery.el (battery-mode-line-limit):
14906         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14907         (archive-7z-update):
14908         * allout.el (allout-prefixed-keybindings)
14909         (allout-unprefixed-keybindings)
14910         (allout-inhibit-auto-fill-on-headline)
14911         (allout-flattened-numbering-abbreviation):
14912         * allout-widgets.el (allout-widgets-auto-activation)
14913         (allout-widgets-icons-dark-subdir)
14914         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14915         (allout-widgets-theme-dark-background)
14916         (allout-widgets-theme-light-background)
14917         (allout-widgets-item-image-properties-emacs)
14918         (allout-widgets-item-image-properties-xemacs)
14919         (allout-widgets-run-unit-tests-on-load)
14920         (allout-widgets-time-decoration-activity)
14921         (allout-widgets-hook-error-post-time)
14922         (allout-widgets-track-decoration):
14923         Add missing :version tags to new defcustoms and defgroups.
14925         * progmodes/sql.el (sql-ansi-statement-starters)
14926         (sql-oracle-statement-starters): Add custom type.
14928         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14929         (prolog-system-version): Give it a type.
14931 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
14933         * term/pc-win.el (x-select-text, x-selection-owner-p)
14934         (x-own-selection-internal, x-disown-selection-internal)
14935         (x-get-selection-internal): Sync doc strings and argument lists
14936         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
14938 2012-02-11  Leo Liu  <sdl.web@gmail.com>
14940         * progmodes/python.el (python-end-of-statement): Fix infinite
14941         loop.  (Bug#10788)
14943 2012-02-10  Glenn Morris  <rgm@gnu.org>
14945         * international/mule-cmds.el (unify-8859-on-encoding-mode)
14946         (unify-8859-on-decoding-mode): Properly mark as obsolete.
14948 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
14950         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14951         about SMTP before checking the From header.
14953         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14954         into own function for reuse by emacsbug.el.
14956 2012-02-10  Leo Liu  <sdl.web@gmail.com>
14958         * subr.el (condition-case-unless-debug): Rename from
14959         condition-case-no-debug.  All callers changed.
14960         (with-demoted-errors): Fix caller.
14962         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14963         * nxml/rng-valid.el (rng-do-some-validation):
14964         * emacs-lisp/package.el (package-refresh-contents)
14965         (package-menu-execute):
14966         * desktop.el (desktop-create-buffer):
14967         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14969 2012-02-10  Glenn Morris  <rgm@gnu.org>
14971         * textmodes/bibtex.el:
14972         Add missing :version tags for new/changed defcustoms.
14974         * files.el (remote-file-name-inhibit-cache): Doc fixes.
14976 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
14978         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14979         (smtpmail-via-smtp): Use it, or fall back on the From address.
14980         (smtpmail-send-it): Ditto.
14982 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14984         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14985         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
14986         (byte-compile-tmp-var): New const.
14987         (byte-compile-defvar): Use it to minimize .elc size.
14988         Just use `defvar' rather than simulate it (bug#10761).
14990 2012-02-09  Glenn Morris  <rgm@gnu.org>
14992         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
14994         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14995         Add :version tags.
14997         * progmodes/compile.el (compilation-error-screen-columns)
14998         (compilation-first-column, compilation-filter-start): Doc fixes.
15000         * vc/log-view.el (log-view-toggle-entry-display):
15001         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
15003         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
15004         (report-emacs-bug-can-use-xdg-email):
15005         (report-emacs-bug-insert-to-mailer): Doc fixes.
15006         (report-emacs-bug): Message fix.
15008         * net/browse-url.el (browse-url-can-use-xdg-open)
15009         (browse-url-xdg-open): Doc fixes.
15011         * electric.el (electric-indent-mode, electric-pair-mode)
15012         (electric-layout-rules, electric-layout-mode): Doc fixes.
15013         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
15015 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
15017         * server.el (server-unselect-display): Don't inadvertently kill
15018         the current buffer.  (Bug#10729)
15020 2012-02-08  Glenn Morris  <rgm@gnu.org>
15022         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
15023         (sql-list-table): Doc fixes.
15025         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
15026         Comment out (does nothing).
15028         * completion.el (dynamic-completion-mode):
15029         * dirtrack.el (dirtrack-debug-mode):
15030         * electric.el (electric-layout-mode):
15031         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
15032         * face-remap.el (text-scale-mode, buffer-face-mode):
15033         * iimage.el (iimage-mode):
15034         * image-mode.el (image-transform-mode):
15035         * minibuffer.el (completion-in-region-mode):
15036         * scroll-lock.el (scroll-lock-mode):
15037         * simple.el (next-error-follow-minor-mode):
15038         * tar-mode.el (tar-subfile-mode):
15039         * tooltip.el (tooltip-mode):
15040         * vcursor.el (vcursor-use-vcursor-map):
15041         * wid-browse.el (widget-minor-mode):
15042         * emulation/tpu-edt.el (tpu-edt-mode):
15043         * emulation/tpu-extras.el (tpu-cursor-free-mode):
15044         * international/iso-ascii.el (iso-ascii-mode):
15045         * language/thai-util.el (thai-word-mode):
15046         * mail/supercite.el (sc-minor-mode):
15047         * net/goto-addr.el (goto-address-mode):
15048         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
15049         * progmodes/cwarn.el (cwarn-mode):
15050         * progmodes/flymake.el (flymake-mode):
15051         * progmodes/glasses.el (glasses-mode):
15052         * progmodes/hideshow.el (hs-minor-mode):
15053         * progmodes/pascal.el (pascal-outline-mode):
15054         * textmodes/enriched.el (enriched-mode):
15055         * vc/smerge-mode.el (smerge-mode):
15056         Doc fixes (minor mode argument).
15058 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
15060         * ls-lisp.el (ls-lisp-sanitize): New function.
15061         (ls-lisp-insert-directory): Use it to fix or remove any elements
15062         in file-alist with missing attributes.  (Bug#4673)
15064 2012-02-07  Alan Mackenzie  <acm@muc.de>
15066         Fix spurious recognition of c-in-knr-argdecl.
15068         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
15069         putative K&R region.
15071 2012-02-07  Alan Mackenzie  <acm@muc.de>
15073         * progmodes/cc-engine.el (c-forward-objc-directive):
15074         Prevent looping in "#pragma mark @implementation".
15076 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
15078         * notifications.el (notifications-on-closed-signal): Make `reason'
15079         optional.  (Bug#10744)
15081 2012-02-07  Glenn Morris  <rgm@gnu.org>
15083         * emacs-lisp/easy-mmode.el (define-minor-mode):
15084         Doc fixes for the macro and the mode it defines.
15086         * image.el (imagemagick-types-inhibit): Doc fix.
15088         * cus-start.el (imagemagick-render-type): Add it.
15090 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
15092         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
15093         Set the default at load time, too, so that `font-lock-fontify-buffer'
15094         can be called without setting up the entire mode first.  This fixes
15095         a bug in `mm-inline-text' with C MIME parts.
15097 2012-02-06  Chong Yidong  <cyd@gnu.org>
15099         * simple.el (list-processes--refresh): Delete exited processes
15100         (Bug#8094).
15102         * comint.el (comint-next-prompt): next-single-char-property-change
15103         and prev-single-char-property-change never return nil (Bug#8657).
15105         * custom.el (defcustom): Doc fix (Bug#9711).
15107 2012-02-05  Chong Yidong  <cyd@gnu.org>
15109         * cus-edit.el (custom-variable-reset-backup): Quote the value
15110         before storing it in the customized-value property (Bug#6712).
15111         (custom-display): Add a customization type tag.
15112         (custom-buffer-create-internal): Improve tooltip message.
15114         * wid-edit.el (widget-field-value-get): New optional arg to
15115         suppress trailing whitespace truncation.
15116         (character): Use it (Bug#2689).
15118 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
15120         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
15121         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
15123 2012-02-05  Chong Yidong  <cyd@gnu.org>
15125         * cus-edit.el (custom-variable-value-create): For mismatched
15126         types, show the current value (Bug#7600).
15128         * custom.el (defcustom): Doc fix.
15130 2012-02-05  Glenn Morris  <rgm@gnu.org>
15132         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
15134 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
15136         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
15137         (pp-buffer): Use `ignore-errors', `looking-at-p'.
15138         (pp-last-sexp): Use `looking-at-p'.
15140 2012-02-04  Glenn Morris  <rgm@gnu.org>
15142         * files.el (revert-buffer):
15143         Doc fix (mention revert-buffer-in-progress-p).
15145         * emacs-lisp/ert-x.el (ert-simulate-command):
15146         Check deferred-action-list (which is obsolete) is bound.
15148         * subr.el (with-wrapper-hook): Doc fixes.
15150         * simple.el (filter-buffer-substring-functions)
15151         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
15153 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
15155         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
15156         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
15158 2012-02-04  Leo Liu  <sdl.web@gmail.com>
15160         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
15162 2012-02-04  Glenn Morris  <rgm@gnu.org>
15164         * image.el (image-extension-data): Add obsolete alias.
15166         * isearch.el (isearch-update): Doc fix.
15168         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
15170         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
15172 2012-02-03  Glenn Morris  <rgm@gnu.org>
15174         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
15175         (image-animate-timeout): Doc fix.
15177         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
15179 2012-02-02  Glenn Morris  <rgm@gnu.org>
15181         * server.el (server-auth-dir): Doc fix.
15182         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
15184         * subr.el (run-mode-hooks): Doc fix.
15186 2012-02-02  Juri Linkov  <juri@jurta.org>
15188         * image-mode.el (image-toggle-display-image): Remove tautological
15189         `major-mode' from the `derived-mode-p' test.
15191 2012-02-02  Kenichi Handa  <handa@m17n.org>
15193         * composite.el (compose-region): Cancel previous change.
15195 2012-02-02  Kenichi Handa  <handa@m17n.org>
15197         * composite.el (compose-region, compose-string): Signal error for
15198         a null string component (Bug#6988).
15200 2012-02-01  Chong Yidong  <cyd@gnu.org>
15202         * view.el (view-buffer-other-window, view-buffer-other-frame):
15203         Handle special modes like view-buffer (Bug#10650).
15204         (view-buffer): Simplify.
15206         * frame.el (set-frame-font): Tweak meaning of third argument.
15208         * dynamic-setting.el (font-setting-change-default-font):
15209         Use set-frame-font (Bug#9982).
15211 2012-02-01  Glenn Morris  <rgm@gnu.org>
15213         * progmodes/compile.el (compilation-internal-error-properties):
15214         Respect compilation-first-column in the "*compilation*" buffer.
15216         * emacs-lisp/easy-mmode.el (define-minor-mode):
15217         Relax :variable's test for a named function.
15219 2012-01-31  Alan Mackenzie  <acm@muc.de>
15221         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15222         off by one error.
15224 2012-01-31  Chong Yidong  <cyd@gnu.org>
15226         * frame.el (set-frame-font): New arg ALL-FRAMES.
15228         * menu-bar.el (menu-set-font): Use set-frame-font.
15230         * faces.el (face-spec-reset-face): Don't apply unspecified
15231         attribute values to the default face.
15233 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
15235         * progmodes/cwarn.el (cwarn): Remove dead link.
15236         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15237         Remove * from defcustom docstrings.
15238         (turn-on-cwarn-mode): Make obsolete.
15239         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15240         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15242 2012-01-31  Glenn Morris  <rgm@gnu.org>
15244         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15245         Fix :variable handling of mode a symbol not equal to modefun.
15246         Allow named functions to be used as the cdr of :variable.
15248 2012-01-30  Glenn Morris  <rgm@gnu.org>
15250         * emacs-lisp/authors.el (authors-fixed-entries):
15251         Remove reference to deleted file rnewspost.el.
15253 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
15255         * window.el (window-with-parameter): Remove unused variable `windows'.
15256         (window--side-check): Remove unused variable `code'.
15257         (window--resize-siblings): Remove unused variable `first'.
15258         (adjust-window-trailing-edge): Remove unused variable `failed'.
15259         (window-deletable-p, window--delete): Remove unused variable `buffer'.
15260         Use `let', not `let*'.
15261         (balance-windows-2): Remove unused variable `found'.
15262         (window--state-put-2): Remove unused variable `splits'.
15263         (window-state-put): Remove unused variable `selected'.
15264         (same-window-p): Use `string-match-p'.
15265         (display-buffer-assq-regexp): Remove unused variable `value'.
15266         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15267         Mark argument ALIST as ignored.
15268         (pop-to-buffer): Remove unused variable `old-window'.
15270 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
15272         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15273         and .lzma compressed files.
15275 2012-01-29  Chong Yidong  <cyd@gnu.org>
15277         * frame.el (window-system-default-frame-alist): Doc fix.
15279         * dynamic-setting.el (font-setting-change-default-font): Don't
15280         change the default face if SET-FONT argument is non-nil (Bug#9982).
15282 2012-01-29  Samuel Bronson  <naesten@gmail.com>
15284         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15286 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
15288         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15289         breakpoints in files outside current directory (Bug#6098).
15291 2012-01-29  Chong Yidong  <cyd@gnu.org>
15293         * progmodes/python.el: Require ansi-color at top-level.
15295         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15296         Define and use in Emacs Lisp mode (Bug#9360).
15297         (lisp-mode-abbrev-table): Add doc.
15298         (lisp-mode-variables): Don't set local-abbrev-table.
15299         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15301 2012-01-28  Roland Winkler  <winkler@gnu.org>
15303         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15305 2012-01-28  Roland Winkler  <winkler@gnu.org>
15307         * textmodes/bibtex.el (bibtex-entry-alist): New function.
15308         (bibtex-set-dialect): Use it.  Either set global values of
15309         dialect-dependent variables or bind these variables buffer-locally
15310         (Bug#10254).
15311         (bibtex-mode): Call bibtex-set-dialect via
15312         hack-local-variables-hook.
15313         (bibtex-dialect): Update docstring.
15314         Add safe-local-variable predicate.
15315         (bibtex-entry-alist, bibtex-field-alist): Initialize via
15316         bibtex-set-dialect.
15317         (bibtex-mode-map): Define menu for each dialect.
15318         (bibtex-entry): Fix docstring.
15320 2012-01-28  Chong Yidong  <cyd@gnu.org>
15322         * eshell/esh-arg.el (eshell-quote-argument): New function.
15324         * eshell/esh-ext.el (eshell-invoke-batch-file):
15325         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15326         first arg to eshell-parse-command (Bug#10523).
15328 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15330         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15331         `default-directory' is non-nil.
15333 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15335         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15336         line that displays system-configuration-options.  (Bug#9924)
15338 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15340         * descr-text.el (describe-char): Show information about POS, in
15341         addition to information about the character at POS.  Improve and
15342         update the doc string.  Change "code point" to "code point in
15343         charset", to avoid confusion with the character's Unicode code
15344         point shown above that.  (Bug#10129)
15346 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15348         * descr-text.el (describe-char): Show the raw character, not only
15349         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
15350         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15351         for the reasons.
15353 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
15355         * emacs-lisp/package.el (package-install):
15356         Run package-refresh-contents if there is no archive yet (Bug#9798).
15358 2012-01-28  Chong Yidong  <cyd@gnu.org>
15360         * emacs-lisp/package.el (package-maybe-load-descriptor):
15361         New function, split from package-maybe-load-descriptor.
15362         (package-maybe-load-descriptor): Use it.
15363         (package-download-transaction): Fully load required packages
15364         inside the loop, so that `require' calls work (Bug#10593).
15365         (package-install): No need to call package-initialize now.
15367 2012-01-28  Chong Yidong  <cyd@gnu.org>
15369         * simple.el (deactivate-mark): Doc fix (Bug#8614).
15371         * tooltip.el (tooltip-mode): Doc fix.
15372         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15374         * frame.el (set-cursor-color): Doc fix (Bug#352).
15376         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15377         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15379         * cus-edit.el (custom-buffer-create-internal): Fix search button
15380         action (Bug#10542).
15381         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15383 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
15385         * dired.el (dired-mark-files-regexp):
15386         Include any subdirectory components.  (Bug#10445)
15388 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15390         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15391         Handle [host]:port syntax.  (Bug#10533)
15393 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
15395         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15397 2012-01-26  Glenn Morris  <rgm@gnu.org>
15399         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15400         * term.el (term-raw-escape-map): Use Control-X-prefix.
15401         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
15403 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
15405         * window.el (window-state-get, window--state-get-1): Don't deal
15406         with fixed-sizeness of windows.  Simplify code.
15408 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
15410         * window.el (window--state-get-1, window--state-put-2):
15411         Don't save and restore the mark.
15413 2012-01-25  Chong Yidong  <cyd@gnu.org>
15415         * custom.el (custom-variable-p): Doc fix.
15417 2012-01-25  Glenn Morris  <rgm@gnu.org>
15419         * dired.el (dired-goto-file): Handle some of the more common
15420         characters that `ls -b' escapes.  (Bug#10596)
15422         * progmodes/compile.el (compilation-next-error-function):
15423         Respect compilation-first-column in the "*compilation*" buffer.
15424         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
15426         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
15428 2012-01-24  Glenn Morris  <rgm@gnu.org>
15430         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
15432 2012-01-24  Julien Danjou  <julien@danjou.info>
15434         * color.el (color-rgb-to-hsl): Fix value computing.
15435         (color-hue-to-rgb): New function.
15436         (color-hsl-to-rgb): New function.
15437         (color-clamp, color-saturate-hsl, color-saturate-name)
15438         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15439         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15441 2012-01-24  Glenn Morris  <rgm@gnu.org>
15443         * vc/vc-rcs.el (vc-rcs-create-tag):
15444         * vc/vc-sccs.el (vc-sccs-create-tag):
15445         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
15447 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15449         * eshell/esh-util.el (eshell-read-hosts-file):
15450         Skip comment lines.  (Bug#10549)
15452         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
15454 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
15456         * subr.el (display-delayed-warnings): Doc fix.
15457         (collapse-delayed-warnings): New function to collapse identical
15458         adjacent warnings.
15459         (delayed-warnings-hook): Add it.
15461 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
15463         * net/tramp.el (tramp-action-login): Set connection property "login-as".
15465         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15466         (tramp-default-user-alist): Don't add "pscp".
15467         (tramp-do-copy-or-rename-file-out-of-band): Use connection
15468         property "login-as", if set.  (Bug#10530)
15470 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
15472         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15473         "plink1" and "psftp".  (Bug#10530)
15475 2012-01-21  Kenichi Handa  <handa@m17n.org>
15477         * international/mule-cmds.el (prefer-coding-system): Show a
15478         warning message if the default value of file-name-coding-system
15479         was not changed.
15481 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15483         * windmove.el (windmove-reference-loc):
15484         Fix windmove-reference-loc miscalculation.
15486 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
15488         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15489         default unit.
15491 2012-01-21  Glenn Morris  <rgm@gnu.org>
15493         * international/mule.el (auto-coding-alist): Add .tbz.
15495         * files.el (local-enable-local-variables): Doc fix.
15496         (inhibit-local-variables-regexps): Rename from
15497         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
15498         Doc fix.  Add some extensions from auto-coding-alist.
15499         (inhibit-local-variables-suffixes):
15500         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
15501         (inhibit-local-variables-p):
15502         New function, extracted from set-auto-mode-1.
15503         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
15504         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
15505         (hack-local-variables): Doc fix.  Make the mode-only case
15506         respect enable-local-variables and friends.
15507         Respect inhibit-local-variables-regexps for file-locals, but
15508         not for directory-locals.
15509         (set-visited-file-name):
15510         Take account of inhibit-local-variables-regexps.
15511         Whether it applies may change as the file name is changed.
15512         * jka-cmpr-hook.el (jka-compr-install):
15513         * jka-compr.el (jka-compr-uninstall):
15514         Update for inhibit-first-line-modes-suffixes name change.
15516 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
15518         * help-macro.el (make-help-screen): Temporarily restore original
15519         binding for minor-mode-map-alist (Bug#10454).
15521 2012-01-19  Julien Danjou  <julien@danjou.info>
15523         * color.el (color-name-to-rgb): Use the white color to find the max
15524         color component value and return correctly computed values.
15525         (color-name-to-rgb): Add missing float conversion for max value.
15527 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
15529         * window.el (window--state-get-1, window-state-get): Do not use
15530         special state value for window-persistent-parameters.
15531         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
15532         (window--state-put-2): Reset all window parameters to nil before
15533         assigning values of persistent parameters.
15535 2012-01-18  Alan Mackenzie  <acm@muc.de>
15537         Eliminate sluggishness and hangs in fontification of "semicolon
15538         deserts".
15540         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15541         Change value 10000 -> 3000.
15542         (c-state-safe-place): Reformulate so it doesn't stack up an
15543         infinite number of wrong entries in c-state-nonlit-pos-cache.
15544         (c-determine-limit-get-base, c-determine-limit): New functions to
15545         determine backward search limits disregarding literals.
15546         (c-find-decl-spots): Amend commenting.
15547         (c-cheap-inside-bracelist-p): New function which detects "={".
15549         * progmodes/cc-fonts.el
15550         (c-make-font-lock-BO-decl-search-function): Give a limit to a
15551         backward search.
15552         (c-font-lock-declarations): Fix an occurrence of point being
15553         undefined.  Check additionally for point being in a bracelist or
15554         near a macro invocation without a semicolon so as to avoid a
15555         fruitless time consuming search for a declarator.  Give a more
15556         precise search limit for declarators using the new
15557         c-determine-limit.
15559 2012-01-18  Glenn Morris  <rgm@gnu.org>
15561         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15562         (set-auto-mode): Doc fixes.
15564 2012-01-17  Glenn Morris  <rgm@gnu.org>
15566         * isearch.el (search-nonincremental-instead): Fix doc typo.
15568         * dired.el (dired-insert-directory): Handle newlines in directory name.
15569         (dired-build-subdir-alist): Unescape newlines in directory name.
15571 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
15573         * net/tramp.el (tramp-local-end-of-line): New defcustom.
15574         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15575         (tramp-action-terminal): Use it.  (Bug#10530)
15577 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15579         * minibuffer.el (completion--replace): Strip properties (bug#10062).
15581 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
15583         * window.el (window-state-ignored-parameters): Remove variable.
15584         (window--state-get-1): Rename argument MARKERS to IGNORE.
15585         Handle persistent window parameters.  Make copy of clone-of
15586         parameter only if requested.  (Bug#10348)
15587         (window--state-put-2): Install a window parameter only if it has
15588         a non-nil value or an existing parameter shall be overwritten.
15590 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
15592         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15594 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
15596         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15597         don't pass the (nil) value of `upnode' to string-match.
15599 2012-01-14  Chong Yidong  <cyd@gnu.org>
15601         * startup.el (command-line): Fix X resource class for cursorColor.
15602         Fix values recognized by the cursorBlink resource.
15604 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
15606         * epg.el (epg--make-temp-file): Avoid permission race condition
15607         when running on old Emacs versions (bug#10403).
15609 2012-01-14  Glenn Morris  <rgm@gnu.org>
15611         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15613 2012-01-13  Alan Mackenzie  <acm@muc.de>
15615         Fix filling for when filladapt mode is enabled.
15617         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15618         c-mask-paragraph, pass in `fill-paragraph' rather than
15619         `fill-region-as-paragraph'.  (This is a reversion of a previous
15620         change.)
15621         * progmodes/cc-mode.el (c-basic-common-init):
15622         Make fill-paragraph-handle-comment buffer local and set it to nil.
15624 2012-01-13  Glenn Morris  <rgm@gnu.org>
15626         * dired.el (dired-switches-escape-p): New function.
15627         (dired-insert-directory): Use dired-switches-escape-p.
15628         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
15630         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
15632 2012-01-12  Glenn Morris  <rgm@gnu.org>
15634         * mail/sendmail.el (mail-mode): Update paragraph-separate for
15635         changes in adaptive-fill-regexp.  (Bug#10276)
15637 2012-01-11  Alan Mackenzie  <acm@muc.de>
15639         Fix Emacs bug #10463 - put `widen's around the critical spots.
15641         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15642         widen around each invocation of c-state-pp-to-literal.  Remove an
15643         unused let variable.
15645 2012-01-11  Glenn Morris  <rgm@gnu.org>
15647         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
15648         Doc fix.
15650 2012-01-10  Chong Yidong  <cyd@gnu.org>
15652         * net/network-stream.el (network-stream-open-starttls):
15653         Avoid emitting a confusing error message when the server gives a bad
15654         response to the capability command.
15656 2012-01-10  Glenn Morris  <rgm@gnu.org>
15658         * mail/unrmail.el (unrmail): Tweak previous change.
15660 2012-01-09  Chong Yidong  <cyd@gnu.org>
15662         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15664 2012-01-08  Alan Mackenzie  <acm@muc.de>
15666         Optimize font locking in long enum definitions.
15668         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15669         arm to a cond form to handle enums.
15670         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15671         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15673 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
15675         * files.el (move-file-to-trash): Preserve default file modes on error.
15676         (Bug#10401)
15678 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15680         * faces.el (set-face-attribute): Clarify the meaning of the nil
15681         frame (bug#10294).
15683         * subr.el (with-selected-frame): Mention that the selected frame
15684         is restored (bug#9980).
15686         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15687         (bug#9759).
15689         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15690         (password-read): Don't autoload unused function.
15692 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
15694         * progmodes/which-func.el (which-func-mode): Turn into a
15695         non-interactive function and mark as obsolete (bug#10428).
15697 2012-01-06  Chong Yidong  <cyd@gnu.org>
15699         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15700         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15701         functions, along with 1 and -1.
15703 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
15705         * time.el (display-time-load-average)
15706         (display-time-default-load-average): Doc fixes.  See the thread
15707         starting at
15708         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15709         for the details.
15711 2012-01-06  Glenn Morris  <rgm@gnu.org>
15713         * mail/unrmail.el (unrmail): Give an explicit error if the input file
15714         has no messages.  (Bug#10377)
15716         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15717         than Info-edit.  (Bug#10385)
15719         * time.el (display-time-load-average, display-time-next-load-average):
15720         Doc fixes.
15722         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15723         local setting of buffer-read-only to the input buffer.  (Bug#10419)
15725         * calendar/calendar.el (calendar-mode):
15726         Locally set scroll-margin to 0.  (Bug#10379)
15728 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
15730         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
15732 2012-01-05  Glenn Morris  <rgm@gnu.org>
15734         * eshell/em-unix.el (diff-no-select): Autoload it.
15735         (eshell/diff): Use diff-no-select.  (Bug#10420)
15737 2012-01-05  Chong Yidong  <cyd@gnu.org>
15739         * shell.el (shell-dynamic-complete-functions): Revert last change.
15740         (shell-command-completion-function): New function.
15741         (shell-completion-vars): Use it to implement
15742         shell-completion-execonly (Bug#10417).
15744         * custom.el (enable-theme): Don't set custom-safe-themes.
15746         * cus-theme.el (custom-theme-merge-theme):
15747         Ignore custom-enabled-themes and custom-safe-themes.
15749 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
15751         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15752         first prompt in `sql-interacive-mode'.
15753         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15754         keywords.
15755         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15756         (sql-product-interactive): Bug fix: Set `sql-buffer' in
15757         context of original buffer.  Invoke `sql-login-hook'.
15759 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
15761         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15762         letters in cite-prefix.
15764 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15766         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15768 2012-01-03  Chong Yidong  <cyd@gnu.org>
15770         * shell.el (shell-dynamic-complete-functions):
15771         Put pcomplete-completions-at-point, so as to try
15772         comint-filename-completion first (Bug#10417).
15774 2012-01-02  Richard Stallman  <rms@gnu.org>
15776         * battery.el (battery-status-function):
15777         Detect when to use battery-yeeloong-sysfs.
15778         (battery-echo-area-format): Add string for Yeeloong.
15779         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15780         (battery-yeeloong-sysfs): New function.
15782 2012-01-02  Chong Yidong  <cyd@gnu.org>
15784         * dirtrack.el (dirtrack-list): Eliminate unused third element.
15785         (dirtrack): Merge code for handling relative filenames in prompt
15786         from shell-dir-cookie-watcher.
15787         (dirtrack-debug-message): New arg to avoid excess format calls.
15789         * shell.el (shell-dir-cookie-re): Variable deleted.
15790         (shell-dir-cookie-watcher): Function deleted.
15791         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15792         with dirtrack-mode.
15794 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
15796         * term/w32-win.el (dynamic-library-alist) <gnutls>:
15797         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15798         libgnutls-26.dll.
15800 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
15802         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15804 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
15806         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15807         headers of non-MIME messages, when rmail-enable-mime is non-nil.
15809 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
15811         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15812         also for alternative shells.
15813         (tramp-open-connection-setup-interactive-shell): Check, whether
15814         the shell is a busybox.
15815         (tramp-send-command): Don't suppress multiple prompts for
15816         busyboxes, it hurts.
15818 2011-12-28  Chong Yidong  <cyd@gnu.org>
15820         * progmodes/gdb-mi.el (gdb-get-source-file-list)
15821         (gdb-get-source-file): Move mode line update to
15822         gdb-get-source-file (Bug#10087).
15824 2011-12-25  Chong Yidong  <cyd@gnu.org>
15826         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15827         gud-gdb-marker-filter without taking it as an argument.
15828         (gud-gdb-run-command-fetch-lines): Caller changed.
15829         (gud-gdb-completion-function): New variable.
15830         (gud-gdb-completion-at-point): Use it.
15831         (gud-gdb-completions-1): Split from gud-gdb-completions.
15833         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15834         function as separate arguments.
15835         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15836         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15837         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15838         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15839         (gdb-stopped, def-gdb-auto-update-trigger)
15840         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15841         (gdb-get-changed-registers, gdb-get-main-selected-frame):
15842         Callers changed.
15843         (gud-gdbmi-completions): New function.
15844         (gdb): Use it for generating the completion table.
15846 2011-12-24  Alan Mackenzie  <acm@muc.de>
15848         Introduce a mechanism to widen the region used in context font
15849         locking.  Use this to protect declarations from losing their contexts.
15851         * progmodes/cc-langs.el (c-before-font-lock-functions):
15852         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15853         (c-before-context-fontification-functions): New defvar, a list of
15854         functions to be run just before context (etc.) font locking.
15856         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15857         New, functionality extracted from
15858         c-neutralize-syntax-in-and-mark-CPP.
15859         (c-in-after-change-fontification): New variable.
15860         (c-after-change): Set c-in-after-change-fontification.
15861         (c-set-fl-decl-start): Rejig its interface, so it can be called
15862         from both after-change and context fontifying.
15863         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15864         New functions.
15865         (c-standard-font-lock-fontify-region-function): New variable.
15866         (c-font-lock-fontify-region): New function.
15868 2011-12-24  Juri Linkov  <juri@jurta.org>
15870         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15871         (Bug#10348)
15873 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
15875         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15876         existence of source file.  (Bug#10325)
15878 2011-12-23  Alan Mackenzie  <acm@muc.de>
15880         Fix unstable fontification inside templates.
15882         * progmodes/cc-langs.el (c-before-font-lock-functions):
15883         Newly created from the singular version.  The (c c++ objc) entry now
15884         additionally has c-set-fl-decl-start.  The other languages (apart
15885         from AWK) have that as a single entry.
15887         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15888         The functionality for "local" declarations has been extracted to
15889         c-set-fl-decl-start.
15891         * progmodes/cc-mode.el (c-common-init, c-after-change):
15892         Changes due to pluralisation of c-before-font-lock-functions.
15893         (c-set-fl-decl-start): New function, extracted from
15894         c-font-lock-enclosing-decls and enhanced.
15896 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
15898         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15900 2011-12-22  Juri Linkov  <juri@jurta.org>
15902         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
15904 2011-12-22  Chong Yidong  <cyd@gnu.org>
15906         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15908 2011-12-21  Drew Adams  <drew.adams@oracle.com>
15910         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
15912 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15914         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15916 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15918         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
15919         highlighting and support.  Fix up comments for capitalization.
15920         (cfengine-mode-debug): New var.
15921         (cfengine3-mode): Change the modeline indicator to "CFE3".
15922         (cfengine3-font-lock-keywords): Improve defun highlighting.
15923         (cfengine2-actions): Rename from `cfengine-actions'.
15924         (cfengine2-font-lock-keywords): Rename from
15925         `cfengine-font-lock-keywords'.
15926         (cfengine2-imenu-expression): Rename from
15927         `cfengine-imenu-expression'.
15928         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15929         (cfengine2-beginning-of-defun): Rename from
15930         `cfengine-beginning-of-defun'.
15931         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15932         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15933         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
15934         modeline indicator to "CFE2".
15935         (cfengine-mode): Defalias to `cfengine-auto-mode'.
15936         (cfengine-mode-abbrevs): Mark obsolete.
15938 2011-12-21  Chong Yidong  <cyd@gnu.org>
15940         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15941         filename argument.
15943 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
15945         * window.el (window-normalize-buffer-to-display): Remove.
15946         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15948 2011-12-19  Chong Yidong  <cyd@gnu.org>
15950         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15951         Don't signal an error in a predicate function; return non-nil.
15952         (vc-dir-mark-file): Move the error here.
15953         (vc-dir-mark-unmark): If acting on the region, keep going if one
15954         of the entries cannot be marked/unmarked.
15955         (vc-dir-mark-all-files): If current entry is a directory, mark
15956         only child files, as documented.
15958 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15960         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15961         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15962         addition.
15964 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
15966         * term/ns-win.el (ns-get-selection-internal)
15967         (ns-store-selection-internal): Declare.
15968         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15969         Declare as obsolete.
15970         (ns-get-pasteboard, ns-paste-secondary):
15971         Use ns-get-selection-internal.
15972         (ns-set-pasteboard, ns-copy-including-secondary):
15973         Use ns-store-selection-internal.
15975 2011-12-17  Chong Yidong  <cyd@gnu.org>
15977         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15978         (vc-deduce-fileset): Doc fix.
15980 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
15982         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15984 2011-12-13  Sam Steingold  <sds@gnu.org>
15986         * man.el (Man-getpage-in-background): When running under a
15987         window-system, ignore $MANWIDTH and $COLUMNS.
15989 2011-12-15  Kenichi Handa  <handa@m17n.org>
15991         * language/ethio-util.el: Change coding tag to utf-8-emacs.
15992         (setup-ethiopic-environment-internal): Comment out key-binding for
15993         ethio-toggle-punctuation.
15995 2011-12-13  Alan Mackenzie  <acm@muc.de>
15997         Add the switch statement to AWK Mode.
15999         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
16000         "default" to the keywords regexp.
16002         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
16003         expression as the rest.
16004         (c-nonlabel-token-key): Allow string literals for AWK.
16005         Refactor for the other modes.
16007         Large brace-block initialisation makes CC Mode slow: Fix.
16008         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
16009         routines.  Limit backward searching in c-font-lock-enclosing.decl.
16011         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
16012         pp-state and literal type in addition to the limits.
16013         (c-state-safe-place): New defun, extracted from c-state-literal-at.
16014         (c-state-literal-at): Use the above new defun.
16015         (c-slow-in-literal, c-fast-in-literal): Remove.
16016         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
16018         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
16019         being in a literal.  Add a limit for backward searching.
16021         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
16022         c-slow-in-literal.
16024 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16026         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
16028 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
16030         * window.el (delete-other-windows): Use correct frame in call to
16031         window-with-parameter.
16033 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
16035         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
16036         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
16037         (makefile-gmake-statements, makefile-makepp-statements):
16038         Use it and add new makepp keywords.
16039         (makefile-makepp-font-lock-keywords): Add new patterns.
16040         (makefile-match-function-end): Match new [...] and [[...]].
16042 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
16044         * ses.el (ses-call-printer-return, ses-cell-property-get)
16045         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
16046         (ses-create-cell-variable, ses-reset-header-string)
16047         (ses-cell-set-formula, ses-repair-cell-reference-all)
16048         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
16049         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
16050         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
16051         (ses-aset-with-undo, ses-load, ses-truncate-cell)
16052         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
16053         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
16054         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
16055         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
16056         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
16057         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
16058         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
16059         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
16061 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
16063         * ses.el: The overall change is to add cell renaming, that is
16064         setting fancy names for cell symbols other than name matching
16065         "\\`[A-Z]+[0-9]+\\'" regexp .
16066         (ses-create-cell-variable): New defun.
16067         (ses-relocate-formula): Relocate formulas only for cells the
16068         symbols of which are not renamed, i.e. symbols whose names do not
16069         match regexp "\\`[A-Z]+[0-9]+\\'".
16070         (ses-relocate-all): Relocate values only for cells the symbols of
16071         which are not renamed.
16072         (ses-load): Create cells variables as the (ses-cell ...) are read,
16073         in order to check row col consistency with cell symbol name only
16074         for cells that are not renamed.
16075         (ses-replace-name-in-formula): New defun.
16076         (ses-rename-cell): New defun.
16078 2011-12-11  Chong Yidong  <cyd@gnu.org>
16080         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
16081         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
16083 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
16085         * window.el (other-window): Fix docstring.
16087 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16089         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
16090         `from' or `to' address before taking its substring.
16091         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
16092         encoded name is chopped in the middle of the encoded string, and
16093         thus displayed encoded.
16095 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
16097         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
16099 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
16101         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
16102         to use texinfo-update-node and commands that call it if the
16103         Texinfo file uses @node lines without next/prev/up pointers.
16104         Correct outdated description about texinfo-master-menu.
16105         (texinfo-all-menus-update, texinfo-master-menu)
16106         (texinfo-update-node, texinfo-every-node-update)
16107         (texinfo-multiple-files-update): Doc fix.  Warn against updating
16108         all the @node lines.
16109         (texinfo-master-menu): Only call texinfo-update-node if the prefix
16110         argument is numeric.  Explain better in the doc string what the
16111         function really does.
16112         (texinfo-insert-master-menu-list): Improve the error message
16113         displayed if there's no menu in the Top node.
16114         (Bug#2975)  See also this thread:
16115         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
16117 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
16119         * speedbar.el (speedbar-supported-extension-expressions):
16120         Add .adb and .ads, commonly used for Ada source code (bug#10256).
16122 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
16124         * printing.el (pr-mode-alist):
16125         * simple.el (filter-buffer-substring-functions)
16126         (completion-list-insert-choice-function):
16127         * window.el (window-with-parameter, window-atom-root)
16128         (window-sides-slots, window-size-fixed, window-min-delta)
16129         (window-max-delta, window--resize-mini-window)
16130         (window--resize-child-windows-normal, window-tree)
16131         (delete-other-windows, quit-window, split-window)
16132         (display-buffer-record-window, special-display-buffer-names)
16133         (special-display-regexps, special-display-popup-frame)
16134         (same-window-p, split-window-sensibly)
16135         (display-buffer-overriding-action, display-buffer-alist)
16136         (display-buffer-base-action, display-buffer, switch-to-buffer)
16137         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
16138         (fit-window-to-buffer, recenter-positions)
16139         (mouse-autoselect-window-state, mouse-autoselect-window-select):
16140         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
16141         and remove unneeded backslashes in docstrings.
16143 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16145         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
16147         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
16148         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
16149         end in ".mk".
16150         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
16151         when reading the makefile (bug#10116).
16153 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16155         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
16156         (bug#10116).
16158 2011-12-06  Glenn Morris  <rgm@gnu.org>
16160         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
16162 2011-12-06  Chong Yidong  <cyd@gnu.org>
16164         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
16166 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
16168         * textmodes/table.el (table-shorten-cell): Fix typo.
16170 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
16172         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
16174 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
16176         * descr-text.el (describe-char): Fix display of strong
16177         right-to-left characters and directional embeddings and overrides.
16179         * simple.el (what-cursor-position): Fix display of codepoints of
16180         strong right-to-left characters.
16182 2011-12-05  Chong Yidong  <cyd@gnu.org>
16184         * faces.el (read-color): Doc fix.
16186 2011-12-05  Glenn Morris  <rgm@gnu.org>
16188         * align.el (align--set-marker): Add doc-string.
16189         Don't try to move something that is not a marker.  (Bug#10216)
16191 2011-12-04  Glenn Morris  <rgm@gnu.org>
16193         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
16194         overly zealous deletion of trailing whitespace.
16196 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
16198         * server.el (server-delete-client): On Windows, do not try to delete
16199         the only terminal.
16200         (server-process-filter): On Windows, treat requests for a tty frame as
16201         if they were for a GUI frame if the running server is in GUI mode.
16203 2011-12-03  Glenn Morris  <rgm@gnu.org>
16205         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
16207 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16209         * electric.el: Streamline electric-indent's hook.
16210         (electric-indent-chars): Revert to simple list.
16211         (electric-indent-functions): New var.
16212         (electric-indent-post-self-insert-function): Use it.
16214         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
16215         there's no inferior buffer (bug#10196).
16216         (prolog-consult-compile): Don't use toggle-read-only.
16218 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
16220         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16221         interrupt.  (Bug#10187)
16223 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16225         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16226         (bug#9160).
16228         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16229         (bug#10191).
16231 2011-12-02  Juri Linkov  <juri@jurta.org>
16233         * info.el (Info-search): Display "end of manual" when Isearch
16234         reaches the end of single-file Info manual.  (Bug#9918)
16236 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
16238         * isearch.el (isearch-message-prefix): Run the input method part
16239         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
16241 2011-12-02  Juri Linkov  <juri@jurta.org>
16243         * isearch.el (isearch-occur): Use `word-search-regexp' for
16244         `isearch-word'.
16245         (isearch-search-and-update): Add condition for `isearch-word' and
16246         call `word-search-regexp'.  (Bug#10145)
16248 2011-12-01  Glenn Morris  <rgm@gnu.org>
16250         * eshell/em-hist.el (eshell-hist-initialize):
16251         Handle eshell-history-size nil and HISTSIZE set or unset.
16252         (eshell-history-file-name, eshell-history-size): Fix custom type.
16254 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16256         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16258 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
16260         * progmodes/verilog-mode.el (verilog-pretty-expr):
16261         Rework verilog-pretty-expr to handle new assignment operators in system
16262         verilog, such as += *= and the like.
16263         (verilog-assignment-operator-re): Regular expression to find the
16264         assigment operator in a verilog assignment.
16265         (verilog-assignment-operation-re): Regular expression to find an
16266         assignment statement for pretty-expr.
16267         (verilog-in-attribute-p): Query returns true if point is in an
16268         attribute context; used to skip these for expression line up from
16269         pretty-expr.
16270         (verilog-in-parameter-p): Query returns true if point is in an
16271         parameter definition context; used to skip these for expression
16272         line up from pretty-expr.
16273         (verilog-in-parenthesis-p): Query returns true if point is in a
16274         parenthetical expression, specifically ( ) but not [ ] or { };
16275         used by pretty-expr.
16276         (verilog-just-one-space): If there is no space, don't add one.
16277         (verilog-get-lineup-indent-2): Specifically skip just attribute
16278         contexts for expression lineup, rather than skipping all
16279         parenthetical expressions.
16280         (verilog-calculate-indent): Fix comment, and fix indent.
16281         (verilog-do-indent): Indent declarations in lists (suggested by
16282         Joachim Lechner).
16283         (verilog-mode-abbrev-table): Populate abbrev mode with the various
16284         skeleton items.
16285         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16286         by Alain Mellan).
16288 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
16290         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16291         parameters with embedded comments.  Reported by Ray Stevens.
16292         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16293         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16294         Reported by Tim Holt.
16295         (verilog-auto): Fix AUTOing a upper module then AUTOing module
16296         instantiated by upper module causing wrong expansion until AUTOed a
16297         second time.  Reported by K C Buckenmaier.
16298         (verilog-diff-auto): Fix showing .* as a difference when
16299         `verilog-auto-star-save' off.  Reported by Dan Dever.
16300         (verilog-auto-reset, verilog-read-always-signals)
16301         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16302         temporary signals in reset list if
16303         verilog-auto-reset-blocking-in-non is nil, and match assignment
16304         style to each signal's assignment type, bug381.
16305         Reported by Thomas Esposito.
16306         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16307         (verilog-uvm-statement-re): Support UVM indentation and
16308         highlighting, with old OVM keywords only.
16309         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16310         Support AUTOTIEOFF creating non-wire data types.
16311         Suggested by Jonathan Greenlaw.
16312         (verilog-auto-insert-lisp, verilog-delete-to-paren)
16313         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16314         (verilog-inject-sense, verilog-read-inst-pins)
16315         (verilog-read-sub-decls, verilog-read-sub-decls-line):
16316         Fix mismatching parenthesis inside commented out code when deleting
16317         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
16318         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16319         non-numeric vector width.  Reported by Alex Reed.
16320         (verilog-auto-ascii-enum): Add "onehot" option to work around not
16321         detecting signals with parameter widths.  Reported by Alex Reed.
16322         (verilog-auto-delete-trailing-whitespace):
16323         With `verilog-auto-delete-trailing-whitespace' remove trailing
16324         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
16325         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16326         Fix verilog-scan-cache corruption when running user AUTO expansion
16327         hooks that call indentation routines.
16328         (verilog-simplify-range-expression): Fix typo ignoring lower case
16329         identifiers.
16330         (verilog-delete-auto): Fix delete-autos to also remove user created
16331         automatics, as long as they start with AUTO.
16332         (verilog-batch-diff-auto, verilog-diff-auto)
16333         (verilog-diff-function): Add `verilog-diff-auto' and bind to
16334         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
16335         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16336         (verilog-in-paren-quick, verilog-re-search-backward-quick)
16337         (verilog-re-search-forward-quick, verilog-syntax-ppss):
16338         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16339         is disabled and its cache will get corrupt, causing AUTOS not to
16340         expand.  Instead use only -quick functions.
16341         (verilog-scan-region): Fix scanning over escaped quotes.
16342         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16343         (verilog-re-search-backward-quick)
16344         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16345         related functions now ignore strings, to fix misparsing of strings
16346         with magic comments embedded in them.
16347         (verilog-read-auto-template):
16348         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16349         Reported by Brad Dobbie.
16350         (verilog-read-auto-template):
16351         Fix 'verilog-auto-inst-template-numbers' with comments.
16352         Reported by Brad Dobbie.
16353         (verilog-auto-inst, verilog-auto-inst-param)
16354         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16355         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
16356         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16357         debugging templates without merge conflicts, bug357.
16358         Reported by Brad Dobbie.
16359         (verilog-read-auto-template):
16360         Fix verilog-auto-inst-template-numbers with multiple templates.
16361         Reported by Brad Dobbie.
16362         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16363         abbrevs so user won't be asked to save.
16364         (verilog-read-auto-lisp-present): Fix to start at beginning of
16365         buffer in case called outside of verilog-auto.
16366         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16367         to "X-2".  Reported by Matthew Myers.
16368         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16369         all inputs from module templates.  Reported by Leith Johnson.
16370         (verilog-module-inside-filename-p): Fix locating programs as with
16371         modules.
16372         (verilog-auto-inst-port): Fix vl-width expressions when using
16373         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
16374         (verilog-decls-get-regs, verilog-decls-get-signals,
16375         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16376         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16377         verilog-read-decls): Combine reg and wire structures into one var
16378         structure to represent SystemVerilog concepts.
16379         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16380         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16381         (verilog-auto-wire-type, verilog-insert-definition):
16382         Add verilog-auto-wire-type and AUTOLOGIC to support using
16383         SystemVerilog "logic" keyword instead of "wire"/"reg".
16384         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16385         to declares outputs that also have assignments (presumably in an
16386         ifdef or generate if so there's not a driver conflict).
16387         Reported by Matthew Myers.
16388         (verilog-auto-declare-nettype, verilog-insert-definition):
16389         Add verilog-auto-declare-nettype to fix declarations using
16390         `default_nettype none.  Reported by Julian Gorfajn.
16391         (verilog-read-always-signals-recurse, verilog-read-decls)
16392         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16393         malformed end statement, bug325.  Reported by Joshua Wise and
16394         Andrew Drake.
16395         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16396         (verilog-inst-comment-re): Fix not deleting Interfaced comment
16397         when expanding .* in interfaces, bug320.
16398         Reported by Pierre-David Pfister.
16399         (verilog-read-module-name): Fix import statements between module
16400         name and open parenthesis, bug317.
16401         Reported by Pierre-David Pfister.
16402         (verilog-simplify-range-expression): Fix simplification of
16403         multiplications inside AUTOWIRE connections, bug303.
16404         (verilog-auto-inst-port): Support parameter expansion in
16405         multidimensional arrays.
16406         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16407         after "assert property".  Reported by Julian Gorfajn.
16408         (verilog-simplify-range-expression): Fix "couldn't merge" errors
16409         with multiplication, bug303.
16410         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16411         Reported by Jan Frode Lonnum.
16413 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
16415         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16416         (hfy-shell-file-name, hfy-shell):
16417         * international/fontset.el (x-decompose-font-name): Fix typos.
16419 2011-11-29  Ken Brown  <kbrown@cornell.edu>
16421         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16422         (gdb-version): Remove defvar.
16423         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16424         (gdb-gud-context-command, gdb-non-stop-handler)
16425         (gdb-current-context-command, gdb-stopped): Use it.
16426         (gdb-init-1): Enable pretty printing here.
16427         (gdb-non-stop-handler): Don't enable pretty-printing here.
16428         Check to see if the target supports non-stop mode; if not, turn off
16429         non-stop mode.  Use the following.
16430         (gdb-check-target-async): New defun.
16431         (gud-watch, gdb-stopped): Fix whitespace.
16432         (gdb-get-source-file): Don't try to display the source file if
16433         `gdb-main-file' is nil.
16435 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16437         * align.el: Try to generate fewer markers (bug#10047).
16438         (align--set-marker): New macro.
16439         (align-region): Use it.
16441 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16443         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16445 2011-11-29  Chong Yidong  <cyd@gnu.org>
16447         * indent.el (indent-for-tab-command, indent-according-to-mode):
16448         Doc fix.
16449         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
16451 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
16453         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16454         aware of remote file names.  (Bug#10124)
16456 2011-11-29  Chong Yidong  <cyd@gnu.org>
16458         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16460 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16462         * files.el (find-file): Don't use force-same-window (bug#10144).
16463         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16464         use pop-to-buffer if the selected window can't be used.
16465         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16467 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
16469         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16470         special-mode-map.
16472 2011-11-28  Chong Yidong  <cyd@gnu.org>
16474         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16476 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
16478         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16479           gdb-get-source-file-list on gdb-create-source-file-list.
16481 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
16483         * whitespace.el (whitespace-newline): Use a different foreground
16484         color for 16-color light-background displays.
16486 2011-11-24  Chong Yidong  <cyd@gnu.org>
16488         * window.el (display-buffer--special-action): Doc fix.
16490 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
16492         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16493         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16494         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16495         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16496         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16497         (avl-tree-stack-first):
16498         * emacs-lisp/cconv.el (cconv--analyse-use):
16499         * net/gnutls.el (gnutls-negotiate): Fix typos.
16501 2011-11-24  Glenn Morris  <rgm@gnu.org>
16503         * lpr.el (lpr-windows-system, lpr-lp-system):
16504         * mail/binhex.el (binhex-begin-line):
16505         * progmodes/grep.el (grep-history, grep-find-history):
16506         * textmodes/flyspell.el:
16507         * vc/pcvs-defs.el (cvs-global-menu):
16508         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16509         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16510         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16512         * net/tls.el: Fix case of "GnuTLS".
16514         * paths.el (rmail-file-name): Format doc-string for make-docfile.
16516         * version.el (emacs-build-system): Give it a doc-string.
16518 2011-11-24  Juri Linkov  <juri@jurta.org>
16520         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16522 2011-11-24  Glenn Morris  <rgm@gnu.org>
16524         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16525         if called on a non-mime message just toggle the headers.  (Bug#8006)
16527 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
16529         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16530         (allout-lead-with-comment-string, allout-structure-deleted-hook)
16531         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16532         (allout-rebullet-heading, allout-open-sibtopic)
16533         (allout-toggle-current-subtree-encryption)
16534         (allout-toggle-subtree-encryption, allout-encrypt-string)
16535         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16536         (allout-distinctive-bullets-string, allout-auto-activation):
16537         * window.el (window-normalize-buffer-to-display):
16538         * progmodes/verilog-mode.el (verilog-batch-indent):
16539         * textmodes/bibtex.el (bibtex-field-braces-opt)
16540         (bibtex-field-strings-opt):
16541         * vc/cvs-status.el (cvs-tree-merge):
16542         Fix typos.
16544 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
16546         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16547         `non-essential' to t, in order to avoid remote connections.
16549 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
16551         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16552         On MS-DOS and MS-Windows, compare with loaddefs.el
16553         case-insensitively.
16555 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
16557         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
16559 2011-11-23  Glenn Morris  <rgm@gnu.org>
16561         * paths.el (rmail-file-name): Reformat the doc-string so that it
16562         is picked up.
16564         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16565         (rmail-auto-file): Ignore case in the "special" field names,
16566         as mail-fetch-field does for all others.
16568         * mail/rmail.el (rmail-forward):
16569         * mail/rmailkwd.el (rmail-set-label):
16570         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16571         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
16573         * mail/rmail.el (rmail-current-message): Doc fix.
16575         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
16577 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16579         * server.el (server-eval-and-print): Allow C-g (bug#6585).
16581 2011-11-22  Glenn Morris  <rgm@gnu.org>
16583         * mail/rmailmm.el (test-rmail-mime-handler)
16584         (test-rmail-mime-bulk-handler)
16585         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16587 2011-11-21  Juri Linkov  <juri@jurta.org>
16589         * calc/calc.el (calc-read-key-sequence):
16590         Let-bind `input-method-function' to nil.  (Bug#10018)
16592 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16595         Tell the caller that the next line needs recomputation, even
16596         though it doesn't start a sexp (bug#10094).
16598 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16600         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16602 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16604         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16605         Use force-same-window.
16607 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
16609         * descr-text.el (describe-char-unicode-data):
16610         * json.el (json-string-escape):
16611         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16612         (Footnote-unicode, Footnote-style-p):
16613         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16615 2011-11-20  Chong Yidong  <cyd@gnu.org>
16617         * window.el (replace-buffer-in-windows): Restore interactive spec.
16619 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16621         * electric.el (electric-indent-mode): Fix last change (too optimistic).
16623         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16624         (byte-compile-global-not-obsolete-vars): New var.
16625         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16626         Use it.
16627         (byte-compile-warn-obsolete): Align text with the one in *Help*.
16629 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
16631         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16632         * progmodes/pascal.el (electric-pascal-equal):
16633         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16634         * xml.el (xml-substitute-special): Fix typos.
16636 2011-11-20  Glenn Morris  <rgm@gnu.org>
16638         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16639         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16640         Doc fixes.
16641         (rmail-decode-mime-charset): Mark as obsolete.
16643         * mail/rmailsum.el (rmail-message-regexp-p-1):
16644         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16645         Before using mime functions, check they are set.  (Bug#10077)
16647 2011-11-19  Juri Linkov  <juri@jurta.org>
16649         * info.el (Info-finder-find-node): Use `package--builtins' instead
16650         of `package-alist'.  Use node names formed by the pattern "Keyword "
16651         and the keyword name.
16653 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
16655         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16657 2011-11-19  Juri Linkov  <juri@jurta.org>
16659         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16660         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
16661         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16662         `old-history', `old-history-forward'.  Add let-binding
16663         `window-selected'.  Remove calls to `kill-buffer',
16664         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
16665         before calling `Info-find-node', so `Info-find-node-2' will reread
16666         the Info file.  Restore window positions only when `window-selected'
16667         is non-nil.
16669 2011-11-19  Juri Linkov  <juri@jurta.org>
16671         * isearch.el (isearch-lazy-highlight-new-loop):
16672         Remove condition `(not isearch-error)'.  (Bug#9918)
16674         * misearch.el (multi-isearch-search-fun): Add condition
16675         `(not bound)' to ignore lazy-highlighting search.
16676         Add the search-failed message "end of multi" when the end of
16677         multi-sequence is reached.  Uncapitalize the search-failed
16678         message "Repeat for next buffer".
16680         * info.el (Info-search): Add the search-failed message
16681         "end of the manual" when the end of the manual is reached
16682         in Isearch mode.
16684 2011-11-19  Juri Linkov  <juri@jurta.org>
16686         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16687         Use non-destructive `remove' instead of `delete' because
16688         `Info-history-list' stored to `Info-isearch-initial-history-list' in
16689         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16691 2011-11-19  Juri Linkov  <juri@jurta.org>
16693         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16694         to nil instead of binding `search-ring' and `regexp-search-ring'.
16695         (Bug#9185)
16697 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
16699         * simple.el (line-move): Force movement by logical lines for any
16700         hscrolled window, not only when auto-hscroll-mode is on.
16701         (line-move-visual): Update doc string to that effect.  (Bug#10076)
16703 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
16705         * language/european.el (macintosh): Define as alias for mac-roman.
16707 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
16709         * mail/rmailmm.el (rmail-mime-display-header)
16710         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16711         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16712         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16713         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16714         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16715         of a raw aref.
16716         (rmail-mime-entity-segment): To get past the tagline, move forward
16717         2 more lines, to account for the 2 empty lines that precede and
16718         follow the line with the buttons.
16719         (rmail-mime-update-tagline): Move one more line, to get past the
16720         empty line that follows the buttons in the tagline.  (Bug#9520)
16722 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
16724         * window.el (window-max-delta-1, window-min-delta-1)
16725         (window-min-size-1, window-state-get-1, window-state-put-1)
16726         (window-state-put-2): Use "window--" prefix.
16728 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16730         * emacs-lisp/smie.el: Improve warnings and conflict detection.
16731         (smie-warning-count): New var.
16732         (smie-set-prec2tab): Use it.
16733         (smie-bnf->prec2): Improve warnings.  Add docstring.
16734         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16735         (smie-bnf--set-class): New function.
16736         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
16737         corner case.
16739         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16740         (compilation-error-properties, compilation-move-to-column):
16741         Handle compilation-first-column while in the target buffer.
16743         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16744         Don't hardcode point-min==1.
16746         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16747         (eshell-rewrite-for-command): Remove workaround.
16748         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16749         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16750         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16752         * files-x.el (modify-file-local-variable): Obey commenting conventions.
16754 2011-11-17  Glenn Morris  <rgm@gnu.org>
16756         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16757         Ignore buffer-local generated-autoload-file if it is the same
16758         as the global value.  (Bug#10049)
16760 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
16762         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16763         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16764         (reftex-toc-previous-heading, reftex-toc-max-level)
16765         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16766         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16767         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16768         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16769         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16770         (reftex-toc-rename-label, reftex-toc-visit-location)
16771         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16772         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16773         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16774         leaving "*toc*" only for references to the buffer.
16776 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
16778         * window.el (window-resize, delete-window, split-window):
16779         Replace window-splits by window-combination-resize.
16780         * cus-start.el (window-splits): Replace by window-combination-resize.
16782 2011-11-17  Glenn Morris  <rgm@gnu.org>
16784         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16785         Make bash entry derive from sh entry, not shell entry.
16787 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
16789         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16790         local file name.
16792 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
16794         * menu-bar.el (menu-bar-file-menu):
16795         * printing.el (pr-ps-utility):
16796         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16797         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16798         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16799         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16800         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16801         (icalendar--convert-cyclic-to-ical)
16802         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16803         (icalendar--convert-ical-to-diary)
16804         (icalendar--convert-recurring-to-diary)
16805         (icalendar--convert-non-recurring-all-day-to-diary)
16806         (icalendar-import-format-sample):
16807         * progmodes/idlw-shell.el (idlwave-shell-mode):
16808         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16809         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16810         (vhdl-ps-print-init): Fix typos.
16812 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
16814         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16815         FSF and collapse date sequence, obscure author/maintainer email address
16816         better, remove extra version line, track relocation of author's webpage.
16818         * progmodes/python.el (python-pdbtrack-input-prompt)
16819         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16820         regular python pdb prompts.  Adjustments shamelessly taken exactly as
16821         suggested in EmacsWiki page (tiny change):
16822         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16824 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
16826         * expand.el (expand-pos, expand-index, expand-point):
16827         Remove redundant info from docstring.
16828         (expand-add-abbrevs): Doc fix.
16829         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16830         (expand-sample-perl-mode-expand-list): Fix typos.
16832         * net/dbus.el (dbus-event-member-name):
16833         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16834         * term/pc-win.el (msdos-create-frame-with-faces):
16835         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16837 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
16839         * window.el (split-window, window-state-get-1)
16840         (window-state-put-1, window-state-put-2): Rename occurrences of
16841         window-nest to window-combination-limit.
16842         * cus-start.el (window-nest): Rename to window-combination-limit.
16844 2011-11-16  Chong Yidong  <cyd@gnu.org>
16846         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16847         regexp (Bug#10033).
16849 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16851         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16852         `completing-read' will remove *Completions* and will preserve
16853         current-buffer for us.
16854         (tmm-add-prompt): Users of *Completions* will always (re)set its
16855         major mode.
16856         (tmm-old-comp-map): Remove.
16858 2011-11-16  Glenn Morris  <rgm@gnu.org>
16860         * mail/rmailedit.el: Require rmailmm when compiling.
16861         (rmail-old-mime-state): New declaration.
16862         (rmail-edit-current-message): If editing a mime message,
16863         edit the "raw" message from the mbox buffer.
16864         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
16866 2011-11-15  Glenn Morris  <rgm@gnu.org>
16868         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16869         which wasn't being used.  Add optional arg to force given state.
16870         (rmail-mime): Add optional arg to force given state.
16872 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
16874         * allout.el (allout-encryption-plaintext-sanitization-regexps):
16875         * frame.el (display-mm-dimensions-alist):
16876         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16877         (outline-move-subtree-down):
16878         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16879         (newsticker--treeview-do-get-node):
16880         * net/quickurl.el (quickurl-list-buffer-name):
16881         * progmodes/dcl-mode.el (dcl-mode):
16882         * progmodes/gdb-mi.el (gdb-mapcar*):
16883         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16885 2011-11-15  Glenn Morris  <rgm@gnu.org>
16887         * mail/rmail.el (rmail-file-coding-system): It's only ever used
16888         in a boolean sense, so just make it a boolean, and fix the doc.
16889         (rmail-show-mime-function, rmail-mime-feature)
16890         (rmail-require-mime-maybe): Doc fixes.
16891         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16893         * mail/rmailmm.el (rmail-show-mime): Doc fix.
16895 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
16897         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16898         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16899         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16900         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16902 2011-11-15  Glenn Morris  <rgm@gnu.org>
16904         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16905         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16906         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16907         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16908         (rmail-mime, rmail-show-mime): Doc fixes.
16910         * term/ns-win.el (mode-line-frame-identification):
16911         Leave it alone.  (Bug#10051)
16913         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
16915         * mail/rmailout.el (rmail-output-to-rmail-buffer):
16916         Handle empty buffers.  (Bug#9978)
16918 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
16920         * international/mule.el (define-charset):
16921         * mail/rmailmm.el (rmail-mime-find-header-encoding):
16922         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16923         * progmodes/verilog-mode.el (verilog-backward-token):
16924         * textmodes/ispell.el (lookup-words):
16925         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16927 2011-11-14  Glenn Morris  <rgm@gnu.org>
16929         * progmodes/executable.el
16930         (executable-make-buffer-file-executable-if-script-p):
16931         Handle file-modes returning nil.
16933         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16934         message - not necessary, and causes problems.  (Bug#9831)
16936         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16938         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16940         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16941         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
16942         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16944 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
16946         * window.el (window-resize, delete-window): Use window-splits
16947         variable instead of function.
16948         (window-state-get-1, window-state-put-2, window-state-put):
16949         Don't deal with windows' splits status.
16951 2011-11-12  Glenn Morris  <rgm@gnu.org>
16953         * apropos.el (apropos-do-all, apropos-library, apropos-value)
16954         (apropos-documentation): Doc fixes.
16956 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
16958         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16959         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16961 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16963         * electric.el (electric-indent-post-self-insert-function): Make it
16964         possible for a char to only indent in some circumstances.
16965         (electric-indent-mode): Simplify.
16967 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
16969         * window.el (windows-with-parameter): Remove unused function.
16970         (windows-at-side): Rename to window-at-side-list.
16971         (window-check, window-atom-check, window-atom-check-1)
16972         (window-side-check, window-size-ignore, window-size-fixed-1)
16973         (window-in-direction-2): Prefix with "window--".
16974         (window-tree-1): Rename to window--subtree, fix doc-string.
16976 2011-11-11  Glenn Morris  <rgm@gnu.org>
16978         * subr.el (eval-after-load): If FILE is already loaded,
16979         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
16981 2011-11-10  Glenn Morris  <rgm@gnu.org>
16983         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16984         Call svn via vc-svn-command rather than vc-do-command.
16985         (vc-svn-command): Add --non-interactive.  (Bug#9993)
16986         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16988         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16989         Add toggle-read-only.  (Bug#7292)
16990         * files.el (toggle-read-only): Mention that it should only
16991         be used interactively.  (Bug#10006)
16993 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16995         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16996         Adjust regexp for OCaml warnings.
16998         * electric.el (electric-pair-post-self-insert-function): Let user
16999         turn it off buffer-locally (bug#9932).
17001         * progmodes/python.el (python-beginning-of-statement):
17002         Rewrite (bug#2703).
17004         * progmodes/compile.el: Better handle TABs (bug#9749).
17005         (compilation-internal-error-properties)
17006         (compilation-next-error-function): Obey the target buffer's
17007         compilation-error-screen-columns.
17009 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
17011         * progmodes/meta-mode.el: Remove obsolete comments.
17012         (meta-right-comment-regexp, meta-ignore-comment-regexp):
17013         Fix typos in docstrings.
17015 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
17017         * window.el (window-size-fixed-p): Rewrite doc-string.
17018         (window-resizable-p): Rename to window--resizable-p.  Update callers.
17019         (window--resizable): New function.  Make all callers of
17020         window-resizable call window--resizable instead.
17021         (window-resizable): Rewrite in terms of window--resizable.
17023 2011-11-08  Glenn Morris  <rgm@gnu.org>
17025         * progmodes/delphi.el (delphi-mode-syntax-table):
17026         Let define-derived-mode define a proper syntax table.  (Bug#9994)
17028 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17030         * window.el: Stay away from defsubst.
17031         (window-list-no-nils): Remove.
17032         (window-state-get-1, window-state-get): Use backquote instead.
17034 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17036         * emacs-lisp/find-func.el (find-function-read):
17037         Fix incorrect use of default argument in `completing-read'.
17039 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
17041         * window.el (display-buffer-function, special-display-function):
17042         Mention display-buffer-record-window but do not mention
17043         help-setup parameter in doc-strings.
17044         (window-min-delta): Fix doc-string typo.
17046 2011-11-08  Chong Yidong  <cyd@gnu.org>
17048         * window.el (window-total-height, window-total-width): Doc fix.
17049         (window-body-size): Move from C.
17050         (window-body-height, window-body-width): Move to C.
17052 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17054         * window.el: Make special-display like display-buffer-alist (bug#9532).
17055         (display-buffer--special-action): New function, morphed
17056         from display-buffer--special.
17057         (display-buffer): Use it to handle special-display-buffers at higher
17058         priority (just after display-buffer-alist).
17059         (display-buffer-fallback-action, display-buffer--other-frame-action)
17060         (pop-to-buffer-same-window): Remove display-buffer--special.
17062 2011-11-07  Glenn Morris  <rgm@gnu.org>
17064         * calendar/cal-menu.el (cal-menu-set-date-title):
17065         Do nothing if not in a calendar.  (Bug#9976)
17067 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17069         * files.el (find-file): Always use selected-window.
17071 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
17073         * window.el (window-combinations): Make WINDOW argument
17074         mandatory.  Rewrite doc-string.
17075         (walk-window-subtree, window-atom-check, window-min-delta)
17076         (window-max-delta, window--resize-this-window)
17077         (window--resize-root-window-vertically, window-tree)
17078         (balance-windows, window-state-put): Rewrite doc-strings as to
17079         not mention the term "subwindow".
17080         (window--resize-subwindows-skip-p): Rename to
17081         window--resize-child-windows-skip-p.
17082         (window--resize-subwindows-normal): Rename to
17083         window--resize-child-windows-normal.
17084         (window--resize-subwindows): Rename to
17085         window--resize-child-windows.
17086         (window-or-subwindow-p): Rename to window--in-subtree-p.
17088 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17090         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
17091         Ensure that mbox format messages end in two newlines (Bug#9974).
17093 2011-11-06  Chong Yidong  <cyd@gnu.org>
17095         * window.el (window-combination-p): Function deleted; its
17096         side-effect is not used in any existing code.
17097         (window-combinations, window-combined-p): Call window-*-child
17098         directly.
17100 2011-11-05  Chong Yidong  <cyd@gnu.org>
17102         * window.el (window-valid-p): Rename from window-any-p.
17103         (window-size-ignore, window-state-get): Callers changed.
17104         (window-normalize-window): Rename from window-normalize-any-window.
17105         New arg LIVE-ONLY, replacing window-normalize-live-window.
17106         (window-normalize-live-window): Delete.
17107         (window-combination-p, window-combined-p, window-combinations)
17108         (walk-window-subtree, window-atom-root, window-min-size)
17109         (window-sizable, window-sizable-p, window-size-fixed-p)
17110         (window-min-delta, window-max-delta, window-resizable)
17111         (window-resizable-p, window-full-height-p, window-full-width-p)
17112         (window-current-scroll-bars, window-point-1, set-window-point-1)
17113         (window-at-side-p, window-in-direction, window-resize)
17114         (adjust-window-trailing-edge, maximize-window, minimize-window)
17115         (window-deletable-p, delete-window, delete-other-windows)
17116         (record-window-buffer, unrecord-window-buffer)
17117         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
17118         (quit-window, split-window, window-state-put)
17119         (set-window-text-height, fit-window-to-buffer)
17120         (shrink-window-if-larger-than-buffer): Callers changed.
17122 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
17124         * mail/rmail.el (rmail-simplified-subject): Decode subject with
17125         rfc2047-decode-string.
17126         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
17127         warnings.
17129         * window.el (window-body-height, window-body-width): Mention in
17130         the doc string that the return values are in frame's canonical
17131         units.  (Bug#9949)
17133 2011-11-03  Alan Mackenzie  <acm@muc.de>
17135         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
17136         change in cc-engine.el.
17138 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17140         * window.el (switch-to-buffer): Use `force-same-window' interactively.
17142 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
17144         * window.el (quit-window): Call unrecord-window-buffer after
17145         showing another buffer in the window.  (Bug#9937)
17146         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
17148 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
17150         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
17151         Accept status with more than 9 shelves.  (Bug#9935)
17152         Reported by Colin D Bennett <colin@gibibit.com>.
17154 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
17156         * help.el (with-help-window): Don't reference
17157         temp-buffer-show-specifiers in doc-string.
17159 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
17161         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
17162         menu-item.
17164 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17166         * whitespace.el: New version 13.2.2.
17167         (whitespace-newline-mode): Disable properly.  Reported by Sarah
17168         <EmacsWiki>.
17170 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
17172         * net/newst-treeview.el: Remove "Time-stamp".
17173         (newsticker--group-manage-orphan-feeds): Do not call
17174         newsticker--treeview-tree-update.
17175         (newsticker-treeview-update, newsticker-treeview):
17176         Call newsticker--treeview-tree-update if necessary.
17178 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
17180         * window.el (window-iso-combination-p, window-iso-combined-p)
17181         (window-iso-combinations): Remove "iso-" infix.
17182         Suggested by Chong Yidong.
17183         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
17184         (window-max-delta-1, window-resize, window--resize-siblings)
17185         (window--resize-this-window, adjust-window-trailing-edge)
17186         (split-window, balance-windows-1)
17187         (shrink-window-if-larger-than-buffer):
17188         * calendar/calendar.el (calendar-generate-window):
17189         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
17191 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17193         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
17194         in place (bug#9907).
17195         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
17196         (eshell-rewrite-if-command, eshell-rewrite-for-command)
17197         (eshell-structure-basic-command, eshell-rewrite-while-command)
17198         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
17199         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
17200         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
17201         (eshell-do-pipelines-synchronously, eshell-eval-command):
17202         Use backquotes and prefer setq to set.
17203         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
17204         (eshell-macrop): Use functionp.
17205         (eshell-do-eval): Handle multiple expressions in `while' body.
17207 2011-10-30  Chong Yidong  <cyd@gnu.org>
17209         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
17210         instead of set-mark (Bug#9810).
17212 2011-10-30  Chong Yidong  <cyd@gnu.org>
17214         * window.el (split-window-below, split-window-right): Rename from
17215         split-window-above-each-other and split-window-side-by-side
17216         respectively.  All callers changed.
17217         (split-window-sensibly, split-window-sensibly): Use them.
17218         (split-window-keep-point): Doc fix.
17220         * isearch.el: Add isearch-scroll property to split-window-below
17221         and split-window-right.
17223         * follow.el (follow-mode):
17224         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17225         * progmodes/ada-xref.el (ada-gdb-application):
17226         * emulation/vip.el (vip-buffer-in-two-windows):
17227         * image-dired.el (image-dired-dired-with-window-configuration):
17228         * dired-x.el (dired-do-find-marked-files):
17229         * dired.el (dired-pop-to-buffer):
17230         * bs.el (bs--show-with-configuration):
17231         * vc/emerge.el (emerge-setup-windows):
17232         * textmodes/two-column.el (2C-two-columns):
17233         * textmodes/reftex-toc.el (reftex-toc):
17234         * progmodes/gdb-mi.el (gdb-setup-windows):
17235         * progmodes/fortran.el (fortran-window-create):
17236         * net/newst-treeview.el (newsticker--treeview-window-init):
17237         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17238         * emulation/tpu-edt.el (tpu-gold-map):
17239         * emulation/crisp.el (crisp-mode-map):
17240         * calendar/calendar.el (calendar-basic-setup): Callers changed.
17242 2011-10-29  Chong Yidong  <cyd@gnu.org>
17244         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17246         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17248         * textmodes/flyspell.el (flyspell-word): Fix char offset for
17249         forged Ispell output (Bug#7904).
17251         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17253 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17255         * doc-view.el: Avoid ugly errors about not finding nil.
17256         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17257         (doc-view-dvipdf-program, doc-view-unoconv-program)
17258         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17259         Avoid nil or absolute file name as default value.
17260         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17262 2011-10-28  Alan Mackenzie  <acm@muc.de>
17264         * progmodes/cc-defs.el (c-version): -> 5.32.2.
17266 2011-10-28  Alan Mackenzie  <acm@muc.de>
17268         Amend the handling of c-beginning/end-of-defun in nested declaration
17269         scopes.
17271         * progmodes/cc-vars.el (c-defun-tactic): Move here from
17272         cc-langs.el.  Change it to a defcustom.
17274         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17275         cc-vars.el.
17277         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17278         Prevent "class foo : bar" being spuriously recognized as a label.
17280         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17281         Add parameter `inclusive' (to include enclosing braces in the region).
17282         (c-widen-to-enclosing-decl-scope): New function.
17283         (c-while-widening-to-decl-block): New macro.
17284         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17285         outward for defun boundaries, and correspondingly change symbol
17286         `respect-enclosure' to `go-outward'.
17287         (c-declaration-limits): Change algorithm to report only the "innermost"
17288         defun's boundaries.
17290 2011-10-28  Deniz Dogan  <deniz@dogan.se>
17292         * net/rcirc.el (rcirc-mode): Use hard newlines.
17294 2011-10-28  Alan Mackenzie  <acm@muc.de>
17296         Amend to indent and fontify macros "which include their own semicolon"
17297         correctly, using the "virtual semicolon" mechanism.
17299         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17301         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17302         Recode to scan one line at a time rather than having \n and \r
17303         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17304         (c-forward-label): Amend for virtual semicolons.
17305         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17307         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17308         of the new C macros.
17310         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17311         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17312         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17313         (c-opt-cpp-macro-define): Make into a full language variable.
17314         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17315         AWK Mode (including \n, \r) removed, no longer needed.
17317         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17318         Invoke c-make-macro-with-semi-re.
17320         * progmodes/cc-vars.el (c-macro-with-semi-re):
17321         (c-macro-names-with-semicolon): New variables.
17322         (c-make-macro-with-semi-re): New function.
17324 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17326         * vc/log-edit.el: Fill empty field rather than adding new one.
17327         (log-edit-add-field): New function.
17328         (log-edit-insert-changelog): Use it.
17330 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17332         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17334 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17336         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17337         (gdb--check-interpreter): New function.
17338         (gdb): Use it.
17340 2011-10-27  Glenn Morris  <rgm@gnu.org>
17342         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17343         (least-positive-float, least-negative-float)
17344         (least-positive-normalized-float, least-negative-normalized-float)
17345         (float-epsilon, float-negative-epsilon):
17346         Remove unnecessary declarations.
17348         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17349         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17350         (least-positive-float, least-negative-float)
17351         (least-positive-normalized-float, least-negative-normalized-float)
17352         (float-epsilon, float-negative-epsilon): Add doc-strings,
17353         based on those in cl.texi.
17355         * files.el (set-visited-file-name): If the major-mode changed,
17356         reload the local variables.  (Bug#9796)
17358 2011-10-27  Chong Yidong  <cyd@gnu.org>
17360         * subr.el (change-major-mode-after-body-hook): New hook.
17361         (run-mode-hooks): Run it.
17363         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17364         Use change-major-mode-before-body-hook.
17366         * simple.el (fundamental-mode):
17367         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17368         change introducing fundamental-mode-hook.
17370 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
17372         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17374 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
17376         * ido.el (ido-file-name-all-completions-1): Do not require
17377         tramp.el explicitly.  (Bug#7583)
17379 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17381         * progmodes/octave-mod.el:
17382         * progmodes/octave-inf.el: Update maintainer.
17384 2011-10-26  Chong Yidong  <cyd@gnu.org>
17386         * subr.el (with-wrapper-hook): Rewrite doc.
17388 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
17390         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17391         filenames "/method:foo:".  (Bug#9793)
17393 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17395         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17396         (bug#9865).
17398 2011-10-24  Glenn Morris  <rgm@gnu.org>
17400         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
17402 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
17404         * notifications.el: Add the requirement of a running D-Bus session
17405         bus to the Commentary.
17407 2011-10-24  Juri Linkov  <juri@jurta.org>
17409         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17410         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17411         (Bug#9364)
17413 2011-10-24  Juri Linkov  <juri@jurta.org>
17415         * info.el (Info-following-node-name-re): Add newline to the list
17416         of allowed characters for leading space.  (Bug#9824)
17418 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17420         * progmodes/octave-inf.el (inferior-octave-mode-map):
17421         Fix C-c C-h binding.
17422         * progmodes/octave-mod.el (octave-help): Remove.
17424 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
17426         Sync with Tramp 2.2.3.
17428         * net/tramp-cache.el (top): Pacify byte-compiler using
17429         `init-file-user' and `site-run-file'.
17431         * net/trampver.el: Update release number.
17433 2011-10-23  Chong Yidong  <cyd@gnu.org>
17435         * files.el (toggle-read-only): Remove obsolete comment about
17436         version control.
17438         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17439         for toggle-read-only.  Note that this hasn't called vc-next-action
17440         since 2008-05-02, though it wasn't documented at the time.
17442         * vc/ediff-init.el (ediff-toggle-read-only-function):
17443         Use toggle-read-only.
17445 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
17447         Fix bug #9560, sporadic wrong indentation; improve instrumentation
17448         of c-parse-state.
17450         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17451         correct faulty logical expression.
17452         (c-parse-state-state, c-record-parse-state-state):
17453         (c-replay-parse-state-state): New defvar/defuns.
17454         (c-debug-parse-state): Use new functions.
17456 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
17458         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17459         last fix.  Use window-in-direction correctly.
17461 2011-10-21  Chong Yidong  <cyd@gnu.org>
17463         * progmodes/idlwave.el (idlwave-mode):
17464         * progmodes/vera-mode.el (vera-mode): No need to set
17465         require-final-newline; that's done in prog-mode.
17466         Suggested by Stefan Monnier.
17468 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
17470         * mouse.el (mouse-drag-window-above)
17471         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17472         (mouse-drag-mode-line-1, mouse-drag-header-line)
17473         (mouse-drag-vertical-line-rightward-window): Remove.
17474         (mouse-drag-line): New function.
17475         (mouse-drag-mode-line, mouse-drag-header-line)
17476         (mouse-drag-vertical-line): Call mouse-drag-line.
17477         * window.el (window-at-side-p, windows-at-side): New functions.
17479 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
17481         * tar-mode.el (tar-grind-file-mode):
17482         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
17484 2011-10-21  Chong Yidong  <cyd@gnu.org>
17486         * progmodes/idlwave.el (idlwave-mode):
17487         * progmodes/vera-mode.el (vera-mode):
17488         Use mode-require-final-newline.
17490 2011-10-20  Glenn Morris  <rgm@gnu.org>
17492         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
17494 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
17496         * emulation/cua-base.el (cua-set-mark): Fix case of string.
17498 2011-10-20  Chong Yidong  <cyd@gnu.org>
17500         * emulation/cua-base.el (cua-mode):
17501         * mail/footnote.el (footnote-mode):
17502         * mail/mailabbrev.el (mail-abbrevs-mode):
17503         * net/xesam.el (xesam-minor-mode):
17504         * progmodes/bug-reference.el (bug-reference-mode):
17505         * progmodes/cap-words.el (capitalized-words-mode):
17506         * progmodes/compile.el (compilation-minor-mode)
17507         (compilation-shell-minor-mode):
17508         * progmodes/gud.el (gud-tooltip-mode):
17509         * progmodes/hideif.el (hide-ifdef-mode):
17510         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17511         * progmodes/subword.el (subword-mode):
17512         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17513         * progmodes/which-func.el (which-function-mode):
17514         * term/tvi970.el (tvi970-set-keypad-mode):
17515         * term/vt100.el (vt100-wide-mode):
17516         * textmodes/flyspell.el (flyspell-mode):
17517         * textmodes/ispell.el (ispell-minor-mode):
17518         * textmodes/nroff-mode.el (nroff-electric-mode):
17519         * textmodes/paragraphs.el (use-hard-newlines):
17520         * textmodes/refill.el (refill-mode):
17521         * textmodes/reftex.el (reftex-mode):
17522         * textmodes/rst.el (rst-minor-mode):
17523         * textmodes/sgml-mode.el (html-autoview-mode)
17524         (sgml-electric-tag-pair-mode):
17525         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17526         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17527         * emulation/crisp.el (crisp-mode):
17528         * emacs-lisp/eldoc.el (eldoc-mode):
17529         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17530         minor mode behavior.
17532 2011-10-19  Juri Linkov  <juri@jurta.org>
17534         * descr-text.el (describe-char): Add #x2010 and #x2011 to
17535         the list of hard-coded chars with escape-glyph face.
17537 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17539         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17541 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
17543         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17544         running process.
17546 2011-10-19  Glenn Morris  <rgm@gnu.org>
17548         * vc/vc-bzr.el (vc-bzr-after-dir-status):
17549         Ignore ignored files.  (Bug#9726)
17551 2011-10-19  Chong Yidong  <cyd@gnu.org>
17553         Doc fix for minor modes, stating that an omitted argument enables
17554         the mode unconditionally when called from Lisp.
17556         * abbrev.el (abbrev-mode):
17557         * allout.el (allout-mode):
17558         * autoinsert.el (auto-insert-mode):
17559         * autoarg.el (autoarg-mode, autoarg-kp-mode):
17560         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17561         (global-auto-revert-mode):
17562         * battery.el (display-battery-mode):
17563         * composite.el (global-auto-composition-mode)
17564         (auto-composition-mode):
17565         * delsel.el (delete-selection-mode):
17566         * desktop.el (desktop-save-mode):
17567         * dired-x.el (dired-omit-mode):
17568         * dirtrack.el (dirtrack-mode):
17569         * doc-view.el (doc-view-minor-mode):
17570         * double.el (double-mode):
17571         * electric.el (electric-indent-mode, electric-pair-mode):
17572         * emacs-lock.el (emacs-lock-mode):
17573         * epa-hook.el (auto-encryption-mode):
17574         * follow.el (follow-mode):
17575         * font-core.el (font-lock-mode):
17576         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17577         * help.el (temp-buffer-resize-mode):
17578         * hilit-chg.el (highlight-changes-mode)
17579         (highlight-changes-visible-mode):
17580         * hi-lock.el (hi-lock-mode):
17581         * hl-line.el (hl-line-mode, global-hl-line-mode):
17582         * icomplete.el (icomplete-mode):
17583         * ido.el (ido-everywhere):
17584         * image-file.el (auto-image-file-mode):
17585         * image-mode.el (image-minor-mode):
17586         * iswitchb.el (iswitchb-mode):
17587         * jka-cmpr-hook.el (auto-compression-mode):
17588         * linum.el (linum-mode):
17589         * longlines.el (longlines-mode):
17590         * master.el (master-mode):
17591         * mb-depth.el (minibuffer-depth-indicate-mode):
17592         * menu-bar.el (menu-bar-mode):
17593         * minibuf-eldef.el (minibuffer-electric-default-mode):
17594         * mouse-sel.el (mouse-sel-mode):
17595         * msb.el (msb-mode):
17596         * mwheel.el (mouse-wheel-mode):
17597         * outline.el (outline-minor-mode):
17598         * paren.el (show-paren-mode):
17599         * recentf.el (recentf-mode):
17600         * reveal.el (reveal-mode, global-reveal-mode):
17601         * rfn-eshadow.el (file-name-shadow-mode):
17602         * ruler-mode.el (ruler-mode):
17603         * savehist.el (savehist-mode):
17604         * scroll-all.el (scroll-all-mode):
17605         * scroll-bar.el (scroll-bar-mode):
17606         * server.el (server-mode):
17607         * shell.el (shell-dirtrack-mode):
17608         * simple.el (auto-fill-mode, transient-mark-mode)
17609         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17610         (line-number-mode, column-number-mode, size-indication-mode)
17611         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17612         * strokes.el (strokes-mode):
17613         * time.el (display-time-mode):
17614         * t-mouse.el (gpm-mouse-mode):
17615         * tool-bar.el (tool-bar-mode):
17616         * tooltip.el (tooltip-mode):
17617         * type-break.el (type-break-mode-line-message-mode)
17618         (type-break-query-mode):
17619         * view.el (view-mode):
17620         * whitespace.el (whitespace-mode, whitespace-newline-mode)
17621         (global-whitespace-mode, global-whitespace-newline-mode):
17622         * xt-mouse.el (xterm-mouse-mode): Doc fix.
17624         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17625         Fix autogenerated docstring.
17627 2011-10-19  Juri Linkov  <juri@jurta.org>
17629         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17630         by checking environment variables "DESKTOP_SESSION" and
17631         "XDG_CURRENT_DESKTOP".  (Bug#9779)
17633 2011-10-19  Juri Linkov  <juri@jurta.org>
17635         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17636         (browse-url-chromium-program, browse-url-chromium-arguments):
17637         New defcustoms.
17638         (browse-url-default-browser): Check for `browse-url-chromium' and
17639         call `browse-url-chromium-program'.
17640         (browse-url-chromium): New command.  (Bug#9779)
17642 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
17644         * facemenu.el (list-colors-duplicates): On Windows, detect more
17645         duplicates by assuming that only colors matching "^System" are
17646         special "system colors".  (Bug#9722)
17648 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17650         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17651         to distinguish the author from the committer.
17653 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
17655         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17657 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17659         * international/mule.el (sgml-html-meta-auto-coding-function):
17660         Add support for detecting encoding in HTML5 specified only as
17661         <meta charset="UTF-8">.  Implementation just makes http-equiv and
17662         content-type parts from HTML4 encoding string optional.  (Bug#9716)
17664 2011-10-18  Glenn Morris  <rgm@gnu.org>
17666         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
17668 2011-10-18  Chong Yidong  <cyd@gnu.org>
17670         * faces.el (cursor): Doc fix.
17672 2011-10-17  Chong Yidong  <cyd@gnu.org>
17674         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17676 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
17678         * dirtrack.el (dirtrack): Support shell buffers with path
17679         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
17681 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
17683         * json.el: Bump version to 1.3 and note change in History.
17684         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17686 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17688         * comint.el (comint-insert-input, comint-send-input)
17689         (comint-get-old-input-default, comint-backward-matching-input)
17690         (comint-next-prompt): Use nil instead of `input' for field property of
17691         past user input (bug#114).
17693         * minibuffer.el (completion--replace): Inherit surrounding properties
17694         (bug#114).
17695         (minibuffer-complete-and-exit): Use it.
17697         * comint.el (comint--table-subvert): Quote the all-completions output
17698         (bug#9160).
17700 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
17702         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17704         * menu-bar.el (menu-bar-file-menu): Add entry for making new
17705         window on right of selected.  (Bug#9350) Reword other window
17706         entries and separate them from frame entries.
17708 2011-10-15  Glenn Morris  <rgm@gnu.org>
17710         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17711         Doc fixes.
17713 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
17715         * net/network-stream.el (network-stream-open-starttls):
17716         Improve detection of failure due to lack of TLS support.
17718         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17719         putting the input text in front and in bold.
17721 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17723         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17725         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17726         empty buffer.
17728         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17729         unread-command-events rather than pushing yet-another event.
17731 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
17733         * mail/sendmail.el (sendmail-query-once): Improve the wording of
17734         the explanation of the possible choices.  Make the options passed
17735         to completing-read shorter.
17737 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17739         * textmodes/flyspell.el (flyspell-large-region): Make sure
17740         extended character mode is used if defined (Bug#1339).
17742 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
17744         * simple.el (what-cursor-position): Fix the display of the
17745         character info for LRE, LRO, RLE, and RLO characters by appending
17746         an invisible PDF.
17748 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17750         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17751         even in case of error; add debug spec; simplify data flow.
17752         (with-timeout-handler): Remove.
17754 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
17756         Fix Bug#6019, Bug#9315.
17758         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17759         complete `buffer-file-name', the local file name part could look
17760         remotely (for example on VMS).
17762         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17763         `tramp-run-real-handler'.
17764         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17765         already quoted by '"'.
17767         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17768         Let `file-name-handler-alist' be nil, the local file name part
17769         could look remotely (for example on VMS).
17771 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17773         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17774         from here...
17775         (flyspell-post-command-hook): ...to here.
17777 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17779         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17780         if not needed.
17781         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
17782         using completion.  Protect against "slow" callers.
17783         Remove the "message hack".
17785 2011-10-11  Juri Linkov  <juri@jurta.org>
17787         * isearch.el (isearch-lazy-highlight-word): New variable.
17788         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17789         Use it.  (Bug#9727)
17791 2011-10-11  Glenn Morris  <rgm@gnu.org>
17793         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17794         like f90-previous-statement does.
17796 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17798         * eshell/eshell.el (eshell-command): History should be saved
17799         only in interactive use, to avoid error.
17801 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17803         * minibuffer.el (completion-file-name-table): Fix last change,
17804         i.e. ignore normal errors but not the other ones.
17806 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
17808         * window.el (special-display-buffer-names)
17809         (special-display-regexps): Remove some remnants of earlier
17810         changes from doc-strings.
17811         (quit-windows-on): New function.
17813         * vc/vc.el (vc-revert, vc-rollback):
17814         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17815         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
17816         (Bug#6183) (Bug#7074) (Bug#7447)
17818 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
17820         * window.el (frame-auto-hide-function): Add version tag.
17821         (Bug#9699)
17823 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
17825         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17826         condition.
17828 2011-10-09  Leo Liu  <sdl.web@gmail.com>
17830         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17831         (Bug#9701)
17833 2011-10-08  Glenn Morris  <rgm@gnu.org>
17835         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17836         before the first code statement zero indent.  (Bug#9690)
17838 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
17840         * simple.el (count-words-region): Always count in the region.
17841         Report the number of lines and characters too.
17842         (count-words): New command, which counts in the buffer if the
17843         region is inactive, as count-words-region used to.
17844         (count-words--message): New function.  Handle plurals.
17845         (count-lines-region): Make it an alias for count-words-region.
17847         * bindings.el (esc-map): Replace count-lines-region with
17848         count-words-region.
17850 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
17852         * window.el (window--delete): Delete dedicated frame
17853         unconditionally when argument KILL is non-nil.  (Bug#9699)
17854         (switch-to-buffer): Fix doc-string typo.
17856 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17858         * eshell/eshell.el (eshell-command): Avoid using hooks.
17860 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
17862         * bindings.el ([M-left],[M-right]): Bind to left-word and
17863         right-word respectively.
17865 2011-10-07  Glenn Morris  <rgm@gnu.org>
17867         * cus-start.el (debug-on-quit): Fix custom type.
17869 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17871         * subr.el (define-key-after): Clarify that the function is not
17872         useful for non-menu keymaps.
17874         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17876 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17878         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17879         in current minibuffer (Fix bug with recursive minibuffers).
17881 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
17883         * progmodes/gdb-mi.el (gdb): Doc fix.
17885 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
17887         * window.el (frame-auto-hide-function): New option replacing
17888         frame-auto-delete.  Suggested by Stefan Monnier.
17889         (window--delete): Call frame-auto-hide-function instead of
17890         investigating frame-auto-delete.
17891         (window-point-1, set-window-point-1): New functions.
17892         (window-in-direction, record-window-buffer, window-state-get-1)
17893         (display-buffer-record-window): Use window-point-1 instead of
17894         window-point.
17895         (set-window-buffer-start-and-point): Use set-window-point-1.
17897 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17899         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17901 2011-10-05  Glenn Morris  <rgm@gnu.org>
17903         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17904         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
17906 2011-10-05  Leo Liu  <sdl.web@gmail.com>
17908         * subr.el (read-char-choice): Fix argument to buffer-live-p which
17909         works with buffer object.
17911 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17913         * mpc.el (mpc-tool-bar-map): Add labels.
17915 2011-10-04  Glenn Morris  <rgm@gnu.org>
17917         * calendar/holidays.el (calendar-check-holidays): Doc fix.
17919 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
17921         * window.el (window--delete): New function.
17922         (frame-auto-delete): Resuscitate option.
17923         (bury-buffer, replace-buffer-in-windows)
17924         (quit-window): Rewrite using window--delete.
17925         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17926         Pass display-buffer-mark-dedicated to window--display-buffer-2
17927         (Bug#9639).
17929 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17931         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17932         returns a list (bug#9554).  Add remote file name completion.
17933         * comint.el (comint--table-subvert): Curry and get quote&unquote
17934         functions as arguments.
17935         (comint--complete-file-name-data): Adjust call accordingly.
17936         * pcomplete.el (pcomplete--table-subvert): Remove.
17937         (pcomplete-completions-at-point): Use comint--table-subvert instead.
17939         * minibuffer.el (completion-table-case-fold): Use currying.
17940         (completion--styles-type, completion--cycling-threshold-type):
17941         New constants.
17942         (completion-styles, completion-category-overrides)
17943         (completion-cycle-threshold): Use them.
17944         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17945         completion-table-case-fold.
17947 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
17949         * minibuffer.el (completion-category-overrides): Fix type of styles
17950         and add more user friendly tags (bug#9660).
17952 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17954         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17955         (mule-input-method-string): New widget.
17956         (default-input-method, language-info-custom-alist): Use it.
17958 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17960         * pcomplete.el: Require comint.
17961         (pcomplete--common-suffix): Remove.
17962         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17963         (pcomplete--table-subvert): Sync with comint--table-subvert.
17964         (pcomplete--entries): Use comint-completion-file-name-table.
17965         * comint.el (comint-unquote-filename): Simplify.
17966         (comint-completion-file-name-table): New function (bug#9616).
17967         (comint--complete-file-name-data): Use it.
17969         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17970         (pcmpl-gnu-tar-buffer): Remove.
17971         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17972         around.  Make sure pcomplete-suffix-list is only changed temporarily.
17973         Don't look inside the tar's file if it's too large.
17975 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
17977         * cus-edit.el (custom-mode-map):
17978         * epa.el (epa-key-list-mode-map):
17979         * man.el (Man-mode-map):
17980         * startup.el (splash-screen-keymap):
17981         * simple.el (special-mode-map): Use scroll-up-command and
17982         scroll-down-command.
17984         * progmodes/idlw-help.el (idlwave-help-mode-map):
17985         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17986         * net/newst-plainview.el (newsticker-mode-map):
17987         * emulation/ws-mode.el (wordstar-mode-map):
17988         * emulation/vi.el (vi-com-map):
17989         * calc/calc-graph.el (calc-graph-show-dumb):
17990         * term/sun.el (terminal-init-sun):
17991         * term/ns-win.el (global-map):
17992         * progmodes/grep.el (grep-mode-map):
17993         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17994         * mail/rmail.el (rmail-mode-map):
17995         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17997         * custom.el (custom-safe-themes, load-theme): Treat value of t for
17998         custom-safe-themes as special.
18000 2011-10-01  Julien Danjou  <julien@danjou.info>
18002         * notifications.el (notifications-notify): Fix docstring.
18004 2011-10-01  Per Starbäck  <per@starback.se>
18006         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
18008 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
18010         * startup.el (command-line-1): Fix last fix by inserting
18011         initial-scratch-message into *scratch* before displaying it.
18012         (Bug#9605) and (Bug#9636)
18014 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
18016         * simple.el (line-move): If auto-hscroll-mode is disabled and the
18017         window is hscrolled, move by logical lines.  (Bug#9607)
18018         (line-move-visual): Update the doc string to the above effect.
18020 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
18022         * window.el (display-buffer-record-window): When WINDOW is the
18023         selected window use `point' instead of `window-point'.  (Bug#9626)
18025         * startup.el (command-line-1): Use insert-before-markers when
18026         inserting initial-scratch-message.  (Bug#9605)
18028         * help.el (help-window): Remove variable.
18030 2011-09-29  Glenn Morris  <rgm@gnu.org>
18032         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
18034 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
18036         * descr-text.el (describe-char-categories): Accept category
18037         descriptions more than one line long.
18039 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18041         * simple.el (delete-trailing-whitespace): Fix last change.
18043         * progmodes/perl-mode.el (perl-syntax-propertize-function):
18044         Don't confuse "y => 3" as the beginning of a `y' operation.
18046         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
18047         object has more than 4 slots (bug#9613).
18049 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
18051         * subr.el (with-output-to-temp-buffer):
18052         * net/quickurl.el (quickurl, quickurl-browse-url):
18053         Fix typos in docstrings.
18055 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
18057         * minibuffer.el (completion-styles)
18058         (completion-category-overrides): Cross reference each other in doc
18059         strings.
18061 2011-09-27  Glenn Morris  <rgm@gnu.org>
18063         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
18064         to split-string.  (Bug#9606)
18066 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18068         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
18069         (bug#9615).
18071 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
18073         * emacs-lisp/package.el (list-packages): Fix echo area message.
18075 2011-09-27  Leo Liu  <sdl.web@gmail.com>
18077         * ido.el (ido-read-internal): Accept cons cell HIST arg.
18079 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
18081         * net/dbus.el (dbus-unregister-object): Don't release services for
18082         registered signals.  (Bug#9581)
18084 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
18086         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
18087         function that picks between cfengine 2 and 3 support
18088         automatically.  Update docs accordingly.
18090 2011-09-22  Kenichi Handa  <handa@m17n.org>
18092         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
18093         ZERO.
18094         (indian-itrans-v5-table-for-tamil): New variable.
18095         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
18097 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
18099         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
18100         that's true if the current command involved collapsing of text.
18101         It's reset to false at the beginning of the next command.
18102         (allout-post-command-business): Move the cursor to the beginning
18103         of entry if the cursor is hidden and collapsing activity just
18104         happened.
18106 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
18108         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
18109         tracking (Bug#9541).
18111 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
18113         * net/newst-reader.el (newsticker-html-renderer)
18114         (newsticker-show-news): Automatically load html rendering package
18115         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
18116         because w3m-fill-column is let-bound" and the error "Symbol's value
18117         as variable is void: w3m-fill-column".
18119 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
18121         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
18122         Release services only if they are defined.  (Bug#9581)
18124 2011-09-23  Richard Stallman  <rms@gnu.org>
18126         * textmodes/paragraphs.el (forward-sentence): For backwards case,
18127         distinguish start of paragraph from start of its text.
18129         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
18131         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
18132         (rmail-generate-viewer-buffer): Put that hook on view buffer.
18133         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
18135 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
18137         * international/mule-diag.el (mule-diag): Insert a newline after
18138         each fontset description.
18140 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18142         * simple.el (delete-trailing-whitespace):
18143         Document last change; simplify.
18145 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
18147         * simple.el (delete-trailing-whitespace): Also delete
18148         extra newlines at the end of the buffer.
18150         * textmodes/picture.el: Make motion commands obey shift-select-mode.
18151         (picture-newline): Use forward-line so as to ignore fields.
18153 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18155         * subr.el (with-wrapper-hook): Fix edebug spec.
18157 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18159         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
18160         (bug#4538).
18162 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
18164         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
18165         Fix nasty bug using wrong cached values.
18167 2011-09-23  Alan Mackenzie  <acm@muc.de>
18169         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
18171 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
18173         * window.el (pop-to-buffer): Ensure right window is selected if we
18174         chose another frame.
18176 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
18178         * simple.el (what-cursor-position): Use get-char-property-change
18179         and next-single-char-property-change, to be able to show display
18180         properties that come from overlays as well as text properties.
18182 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
18184         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
18186         * cmuscheme.el (run-scheme, switch-to-scheme):
18187         * cus-edit.el (customize-group, custom-buffer-create)
18188         (customize-browse):
18189         * info.el (info):
18190         * shell.el (shell):
18191         * mail/sendmail.el (mail):
18192         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
18194 2011-09-22  Richard Stallman  <rms@gnu.org>
18196         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
18197         move back only to line beg, don't move back over blank lines.
18199 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
18201         * files.el (copy-directory): Set directory attributes only in case
18202         they could be retrieved from the source directory.  (Bug#9565)
18204 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
18206         * progmodes/hideshow.el (hs-looking-at-block-start-p)
18207         (hs-find-block-beginning, hs-hide-level-recursive):
18208         Ignore strings as well as comments.  (Bug#9502)
18210 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
18212         * progmodes/sql.el (sql-comint-postgres):
18213         Convert port number to a string.  (Bug#9566)
18215 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
18217         * window.el (quit-window): Undedicate window when switching to
18218         previous buffer.  Reported by Thierry Volpiatto
18219         <thierry.volpiatto@gmail.com>.
18220         (special-display-popup-frame): When popping up a new frame reset
18221         its previous buffers to nil.  Simplify code.
18223 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
18225         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18226         and process filter, as done also in `shell-command'.
18228 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
18230         * window.el (set-window-buffer-start-and-point):
18231         Call set-window-start with NOFORCE argument t.
18232         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18233         (quit-window): Reword doc-string.  Handle new format of
18234         quit-restore parameter.  Don't delete window if it has a
18235         previous buffer we can show instead of the present one.
18236         (display-buffer-record-window): Rewrite using a new format for
18237         the quit-restore window parameter
18238         (special-display-popup-frame, display-buffer-same-window)
18239         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18240         (display-buffer-pop-up-window, display-buffer-use-some-window):
18241         Adapt symbol passed to display-buffer-record-window.
18242         * help.el (help-window-setup): Handle new format of quit-restore
18243         parameter.
18245 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18247         * faces.el (face-list): Fix docstring (bug#9564).
18249         * window.el (display-buffer--action-function-custom-type):
18250         Don't include internal functions in the Custom interface.
18252 2011-09-20  Juri Linkov  <juri@jurta.org>
18254         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18255         (Info-forward-node, Info-backward-node, Info-next-preorder)
18256         (Info-last-preorder): Use it.  (Bug#9528)
18258 2011-09-20  Juri Linkov  <juri@jurta.org>
18260         * info.el (Info-last-preorder): Visit last menu item only when
18261         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18263 2011-09-20  Julien Danjou  <julien@danjou.info>
18265         * password-cache.el (password-cache-remove): Remove entries even if the
18266         value is nil, so that password with a nil value (negative caching) is
18267         possible to invalidate.
18269 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
18271         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18272         all whitespace around breakpoint.  (Bug#9553)
18273         (f90-find-breakpoint): Only break at whitespace inside a comment.
18275 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18277         * minibuffer.el (completion-file-name-table): Keep track of errors.
18278         (completion-table-with-predicate): Handle the case where pred1 is nil.
18279         * pcomplete.el (pcomplete-completions-at-point): Simplify.
18281 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18283         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18284         (debugger-return-value): Signal an error if the debugging context does
18285         not await any return value.
18287         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18288         * image-mode.el (image-toggle-display-text)
18289         (image-toggle-display-image): Stay away from evil `intangible'.
18291 2011-09-19  Leo Liu  <sdl.web@gmail.com>
18293         * replace.el (occur-revert-arguments): Make it permanent-local.
18294         (occur-mode): Don't call font-lock-defontify.
18296 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
18298         * net/ldap.el (ldap-search-internal): Don't push empty search
18299         result (Bug#9508).
18301 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18303         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18305 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
18307         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18308         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18310 2011-09-18  Juri Linkov  <juri@jurta.org>
18312         * buff-menu.el (Buffer-menu-mode-map):
18313         * dired.el (dired-mode-map):
18314         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18315         (lisp-interaction-mode-map):
18316         * emacs-lisp/package.el (package-menu-mode-map):
18317         * epa.el (epa-key-list-mode-map):
18318         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18319         (menu-bar-options-menu):
18320         * outline.el (outline-mode-menu-bar-map):
18321         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18322         * vc/vc-dir.el (vc-dir-menu-map):
18323         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18324         Capitalize non-function content words in menu item strings.
18326         * dired.el (dired-mode-map): Add menu item for
18327         `image-dired-dired-toggle-marked-thumbs'.
18329 2011-09-18  Juri Linkov  <juri@jurta.org>
18331         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18332         to `isearch-case-fold-search' and restore its original value
18333         after the `isearch-mode' call.
18335 2011-09-18  Juri Linkov  <juri@jurta.org>
18337         * progmodes/grep.el (grep-process-setup): Don't check code for 1
18338         because `zgrep' returns 1 for successful matches (bug#9226).
18340 2011-09-18  Juri Linkov  <juri@jurta.org>
18342         * info.el (Info-extract-menu-node-name): Check the second match
18343         for empty string (second test-case of bug#9528).
18344         (Info-last-preorder): Let-bind `Info-history' to nil to not add
18345         intermediate nodes to the history (first test-case of bug#9528).
18347 2011-09-18  Juri Linkov  <juri@jurta.org>
18349         * info.el (Info-mode-syntax-table): New variable.
18350         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18352 2011-09-18  Juri Linkov  <juri@jurta.org>
18354         * info.el (Info-file-supports-index-cookies):
18355         Increment line-beginning-position's arg from 3 to 4 because makeinfo
18356         outputs one more line for long file names (bug#4142).
18358 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18360         * newcomment.el (comment-normalize-vars): If prompting for
18361         comment-start, set comment-start-skip too (Bug#8424).
18363 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
18365         * icomplete.el: Fix previous fix of Bug#5849.
18366         (icomplete-mode): Don't set completion-show-inline-help.
18367         (icomplete-minibuffer-setup): Set completion-show-inline-help
18368         locally during icompletion.
18370 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18372         * woman.el (woman2-process-escapes): Don't delete unrecognized
18373         escapes (Bug#7843).
18375         * files.el (inhibit-first-line-modes-regexps): Add image files.
18376         (hack-local-variables-prop-line): Return nil for malformed
18377         prop-lines (Bug#9044).
18379 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
18381         * net/tramp.el (top): Don't require 'shell.
18382         (tramp-methods): Fix docstring.
18383         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18384         Return complete remote file name.  Handle "smb" case.
18385         Use `tramp-tmpdir', if defined for the respective method.
18386         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18388         * net/tramp-compat.el (top): Require 'shell.
18390         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18391         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18392         `tramp-current-host'.
18393         (tramp-get-remote-tmpdir): Remove.
18395         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18396         `tramp-tmpdir' entries.
18397         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18398         (tramp-smb-handle-file-attributes): Ignore errors.
18399         (tramp-smb-wait-for-output): Check also for process end.
18401 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18403         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18404         when sending QUIT (bug#9312).
18406 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
18408         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18409         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18410         occur-mode-display-occurrence.
18411         (occur-edit-mode): Add usage message.
18412         (occur-cease-edit): New command.
18413         (occur-after-change-function): Use text properties to find the
18414         position of the prefix text.
18415         (occur-engine): Set stickiness of prefix text properties.
18417 2011-09-17  Glenn Morris  <rgm@gnu.org>
18419         * progmodes/etags.el (complete-tag):
18420         Fix call to completion-in-region.  (Bug#9526)
18422 2011-09-17  Juri Linkov  <juri@jurta.org>
18424         * textmodes/ispell.el (ispell-word): Add to the error message
18425         the word, ispell program name and current dictionary (bug#9121).
18426         (ispell-tex-arg-end): Capitalize "error" in the error message.
18428 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
18430         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18431         check.  (Bug#4251)
18433 2011-09-17  Juri Linkov  <juri@jurta.org>
18435         * window.el (window-safe-min-height, window-safe-min-width):
18436         Fix typos (followup to bug#9522).
18438 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
18440         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18442 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
18444         * simple.el (line-move): If goal-column is set, move by logical
18445         lines, not by display lines.  (Bug#971)
18446         (next-line, previous-line, goal-column, line-move-visual): Doc fix
18447         to reflect the above change.
18449 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18451         * image.el (imagemagick-register-types): Use regexp-opt.
18453 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18455         * window.el (display-buffer-base-action): Rename from
18456         display-buffer-default-action.  Make default value empty.
18457         (display-buffer-overriding-action): Convert to defvar.
18458         (display-buffer-fallback-action): New var.
18460 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18462         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18463         declaration.
18464         (package--add-to-archive-contents): If there is a duplicate entry
18465         with an older version, remove it.
18466         (package-menu-mark-delete, package-menu-mark-install)
18467         (package-menu-mark-unmark): Make unused args optional.
18468         (package-menu-mark-obsolete-for-deletion):
18469         Use package-menu-get-status instead of a regexp search.
18470         (package-menu-get-status): Use tabulated-list-entry.
18471         (package-menu-mark-upgrades): New command.
18472         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
18473         (package-menu-execute): Do installation before deletion.
18474         (package-menu-refresh, package-menu-execute): Use derived-mode-p
18475         instead of checking major-mode.
18476         (package-menu--find-upgrades): New function.
18478 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18480         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18481         passwords in the log buffer.
18482         (smtpmail-process-filter): Update the process marker so that the
18483         "broken by peer" status message is inserted in the right place.
18485 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18487         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18488         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18489         bibtex-completion-at-point-function.
18490         (bibtex-completion-at-point-function): Use them.
18492         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18494         * mpc.el (mpc-constraints-tag-lookup): New function.
18495         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18496         also to browser "album|playlist".
18498 2011-09-14  Juri Linkov  <juri@jurta.org>
18500         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
18501         (isearch-edit-string): Use length of `isearch-string' when
18502         `isearch-fail-pos' returns nil.
18503         (isearch-message): Remove duplicate code and call
18504         `isearch-fail-pos' with arg `t'.
18506 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
18508         * replace.el (occur-mode-goto-occurrence): Don't force using other
18509         window (Bug#9499).
18511         * dired-aux.el (dired-do-chmod): Don't provide initial input.
18513 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
18515         * window.el (display-buffer-window): Remove.
18516         (display-buffer-record-window): Use help-setup window parameter
18517         instead of variable display-buffer-window.
18518         (display-buffer-function, special-display-buffer-names)
18519         (special-display-function): Mention help-setup parameter instead
18520         of display-buffer-window in doc-string.
18521         * help.el (help-window-setup): New argument help-window.
18522         Use help-window-setup parameter instead of display-buffer-window.
18523         Reword some messages.
18524         (with-help-window): Pass window used for displaying the buffer
18525         to help-window-setup.  Don't set display-buffer-window.
18527 2011-09-13  Glenn Morris  <rgm@gnu.org>
18529         * emacs-lisp/debug.el (debugger-make-xrefs):
18530         Preserve point.  (Bug#9462)
18532 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18534         * window.el (window-deletable-p): Use next-frame.
18536 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
18538         * window.el (window-auto-delete): Remove.
18539         (window-deletable-p): Remove argument FORCE.  Don't deal with
18540         dedication and previous buffers.
18541         (switch-to-prev-buffer): Don't delete window.
18542         (delete-windows-on): Delete a window's frame if and only if the
18543         window is dedicated.
18544         (replace-buffer-in-windows): Delete buffer's window or frame if
18545         and only if window is dedicated.
18546         (quit-window): Handle quit-restore as before last change.
18547         (bury-buffer): Delete window only if window-deletable-p returns t.
18549 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18551         * window.el (window-deletable-p): Never delete the last frame on a
18552         given terminal.
18554 2011-09-13  Glenn Morris  <rgm@gnu.org>
18556         * help.el (describe-key-briefly): Copy previous standard-output change.
18558 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
18560         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
18562 2011-09-13  Glenn Morris  <rgm@gnu.org>
18564         * emacs-lisp/lisp-mode.el (lisp-indent-function):
18565         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18567 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
18569         * dired-aux.el (dired-mark-read-string): Don't return default
18570         value on empty input (Bug#9361).
18571         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18572         Omit initial minibuffer contents.
18573         (dired-do-chmod): Signal an error on empty input.
18574         (dired-mark-read-string): Don't return default on empty input.
18576         * files.el (file-modes-symbolic-to-number): Doc fix.
18578 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18580         * international/mule-cmds.el (ucs-completions): Remove.
18581         (read-char-by-name): Use complete-with-action instead; add metadata.
18583 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18585         * window.el (display-buffer--action-function-custom-type)
18586         (display-buffer--action-custom-type): New vars.
18587         (display-buffer-alist, display-buffer-default-action)
18588         (display-buffer-overriding-action): Add defcustom types.
18590         * frame.el (delete-other-frames): Doc fix (Bug#276).
18592 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18594         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18596 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18598         Change modes that used same-window-* vars to use switch-to-buffer.
18600         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18601         Use switch-to-buffer.
18603         * cus-edit.el (customize-group, custom-buffer-create)
18604         (customize-browse, custom-buffer-create-other-window):
18605         Use switch-to-buffer or switch-to-buffer-other-window.
18607         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18608         (Info-prev, Info-up, Info-speedbar-goto-node)
18609         (info-display-manual): Use switch-to-buffer.
18610         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18612         * mail/sendmail.el (mail): Use switch-to-buffer.
18613         (mail-recover): Use switch-to-buffer-other-window.
18615         * cmuscheme.el (run-scheme, switch-to-scheme):
18616         * ielm.el (ielm):
18617         * shell.el (shell):
18618         * net/rlogin.el (rlogin):
18619         * net/telnet.el (telnet, rsh):
18620         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18622 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
18624         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18626 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18629         so don't mention it (bug#9301).
18630         (dired-sort-toggle-or-edit): Clarify string further.
18632         * faces.el (face-spec-set-match-display): Make `(type graphic)'
18633         match `x', `w32' and `ns', like the manual says (bug#9029).
18635         * subr.el (eval-after-load): Doc string clarification (bug#9125).
18636         (process-kill-buffer-query-function): Mention the buffer name in
18637         the query.
18639         * image-mode.el (image-next-line): The line parameter is mandatory
18640         (bug#9258).
18642         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18643         which can be useful (bug#9301).
18645         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18647         * subr.el (match-string): Mention that the current buffer should
18648         be the same as the search was done in (bug#9282).
18650         * facemenu.el: Disable the remove-* commands if the mark isn't
18651         active (bug#9162).
18653 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
18655         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18656         of display-buffer.
18657         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18659         * replace.el (occur-mode-goto-occurrence)
18660         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18661         and display-buffer.
18663         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18664         display-buffer.
18666         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18667         special-display and same-window variables.
18668         (mail-other-window): Use switch-to-buffer-other-window.
18669         (mail-other-frame): USe switch-to-buffer-other-frame.
18671         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18672         Use display-buffer-other-frame.
18673         (gdb-display-gdb-buffer): Use pop-to-buffer.
18675         * progmodes/gud.el (gud-goto-info): Use info-other-window.
18677         * progmodes/python.el: Don't set same-window-buffer-names.
18679         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18681         * window.el (display-buffer-alist): Add *Python*.
18683 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
18685         * window.el (display-buffer-alist): Add entry for buffers
18686         previously handled same-window-*.
18687         (display-buffer-alist, display-buffer-default-action)
18688         (display-buffer-overriding-action): Mark as risky.
18689         (display-buffer-alist): Document action function changes.
18690         (display-buffer--same-window-action)
18691         (display-buffer--other-frame-action): New variables.
18692         (switch-to-buffer, display-buffer-other-frame): Use them.
18693         (display-buffer): Rename reuse-frame entry to reusable-frames.
18694         (display-buffer-reuse-selected-window): Function deleted.
18695         (display-buffer-reuse-window): Handle reusable-frames alist entry.
18696         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18697         (display-buffer-special): New function.
18698         (display-buffer--maybe-pop-up-frame-or-window): Rename from
18699         display-buffer-reuse-or-pop-window.  Split off special-display
18700         part into display-buffer-special.
18701         (display-buffer-use-some-window): Don't perform any special
18702         pop-up-frames handling.
18703         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18704         (display-buffer--maybe-same-window): Rename from
18705         display-buffer-maybe-same-window.
18707         * info.el: Don't set same-window-regexps.
18708         (info-setup): New function.
18709         (info-other-window, info): Call it.
18711         * cus-edit.el: Don't set same-window-regexps.
18712         (customize-group): New argument.
18713         (customize-group-other-window): Use it.
18714         (customize-face, customize-face-other-window): Likewise.
18715         (custom-buffer-create-other-window): Use pop-to-buffer directly.
18717         * net/rlogin.el:
18718         * net/telnet.el:
18719         * progmodes/gud.el: Don't set same-window-regexps.
18721         * cmuscheme.el:
18722         * ielm.el:
18723         * shell.el:
18724         * mail/sendmail.el:
18725         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18727 2011-09-10  Juri Linkov  <juri@jurta.org>
18729         * isearch.el (isearch-edit-string): Remove obsolete mention of
18730         `C-w' (`isearch-yank-word-or-char') from docstring.
18731         (isearch-query-replace): Fix typo in docstring (bug#9466).
18733 2011-09-10  Juri Linkov  <juri@jurta.org>
18735         * paren.el (show-paren-function): Don't show escaped parens.
18736         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
18738 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
18740         * mail/sendmail.el (mml-to-mime, mml-attach-file)
18741         (mm-default-file-encoding): Remove autoload forms, they are
18742         replaced with autoload cookies in mml.el and mm-encode.el.
18743         (mail-add-attachment): New command.
18744         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18745         (mail-mode): Mention mail-insert-file and mail-add-attachment in
18746         the doc string.
18747         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18749 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
18751         * simple.el (count-words-region): Use buffer if there's no region
18752         (bug#9429).
18754 2011-09-09  Juri Linkov  <juri@jurta.org>
18756         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18757         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18758         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
18760 2011-09-09  Alan Mackenzie  <acm@muc.de>
18762         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18763         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
18765 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
18767         Fix for Savannah bug#9392.
18768         * simple.el (mail-encode-mml): New defvar.
18770         * mail/rmail.el (mail-encode-mml): Add a defvar.
18771         (rmail-enable-mime-composing): Default to t.
18772         (rmail-forward): Use MIME method of forwarding only if both
18773         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18774         Set mail-encode-mml non-nil if the MIME method was used.
18776         * mail/sendmail.el (mml-to-mime): Add autoload form.
18777         (mail-encode-mml): Add a defvar.
18778         (mail-mode): Make mail-encode-mml buffer-local and initialize it
18779         to nil.
18780         (mail-send): If mail-encode-mml is non-nil, run the outgoing
18781         message through mml-to-mime, and reset mail-encode-mml to nil.
18783 2011-09-09  Glenn Morris  <rgm@gnu.org>
18785         * woman.el (woman-if-body): When processing an .el block,
18786         do not delete the next .el block as well.  (Bug#9447)
18787         (woman-special-characters): Add oq, cq, and hy characters.
18789 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
18791         * window.el (window-deletable-p): Make sure window is live before
18792         invoking window-prev-buffers.
18794 2011-09-08  Leo Liu  <sdl.web@gmail.com>
18796         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
18798 2011-09-08  Juri Linkov  <juri@jurta.org>
18800         * progmodes/compile.el (compilation-environment): Make it
18801         a defcustom (bug#8340).
18803 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
18805         * window.el (frame-auto-delete): Rename to window-auto-delete.
18806         Make it control auto-deletion of windows and/or frames.
18807         (window-deletable-p): New argument FORCE.  Rewrite conditions
18808         for deleting window/frame.  (Bug#9419)
18809         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18810         Rewrite handling of case when window/frame can be deleted.
18811         (delete-windows-on): Call window-deletable-p with new FORCE
18812         argument t.  (Bug#9456)
18814 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
18816         * help-mode.el (help-mode): Restore autoload.
18818 2011-09-07  Juri Linkov  <juri@jurta.org>
18820         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18821         `compilation-environment'.  Set buffer-local
18822         `compilation-environment' to `thisenv' later after (funcall mode).
18823         (Bug#8340)
18825         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
18826         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18827         instead of replacing its value.  (Bug#8340)
18829 2011-09-07  Juri Linkov  <juri@jurta.org>
18831         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18832         based on text properties put by `grep-filter' instead of matching
18833         escape sequences.
18834         (grep-mode): Set buffer-local `compilation-error-screen-columns'
18835         to the value of `grep-error-screen-columns' (bug#9438).
18837 2011-09-07  Juri Linkov  <juri@jurta.org>
18839         * simple.el (next-error-highlight, next-error-highlight-no-select):
18840         Doc fix (bug#9432).
18842 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
18844         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18845         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
18847 2011-09-07  Leo Liu  <sdl.web@gmail.com>
18849         * net/rcirc.el (rcirc-mode): Conditionally initialize
18850         rcirc-input-ring.
18852 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18854         * emacs-lisp/find-func.el (find-function-C-source): Only set
18855         find-function-C-source-directory after checking that we found a source
18856         file there (bug#9440).
18858 2011-09-06  Alan Mackenzie  <acm@muc.de>
18860         * isearch.el (isearch-other-meta-char): Wherever a key list is
18861         unread, "unread" the prefix arg, too.  This fixes bug #8901.
18863 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
18865         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18867 2011-09-05  Juri Linkov  <juri@jurta.org>
18869         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18871 2011-09-05  Juri Linkov  <juri@jurta.org>
18873         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18874         keeping point where processing of grep matches begins, and
18875         continue to delete remaining escape sequences from the same point.
18876         (grep-filter): Make leading zero optional in "0?1;31m" because
18877         git-grep emits "\033[1;31m" escape sequences unlike expected
18878         "\033[01;31m" as GNU Grep does (bug#9408).
18879         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18881 2011-09-05  Juri Linkov  <juri@jurta.org>
18883         * subr.el (y-or-n-p): Capitalize "yes".
18885 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
18887         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
18888         `tramp-cache-unload-hook' where appropriate.
18889         (tramp-methods): Rename `tramp-remote-sh' to
18890         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
18891         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18893         * net/tramp-sh.el (top): Don't require 'shell.
18894         (tramp-methods): Add `tramp-remote-shell' and
18895         `tramp-remote-shell-args' entries.
18896         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18897         (tramp-sh-handle-shell-command): Remove.
18898         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18899         Use `tramp-remote-shell'.
18901 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
18903         * mail/sendmail.el (sendmail-query-once-function): Delete.
18904         (sendmail-query-once): Save directly to send-mail-function.
18905         Update message-send-mail-function too.
18907         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18909 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
18911         * progmodes/python.el (python-mode-map): Use correct function to
18912         start python interpreter from menu-bar (as reported by Geert
18913         Kloosterman).
18914         (inferior-python-mode-map): Fix typo.
18915         (python-shell-map): Remove.
18917 2011-09-03  Deniz Dogan  <deniz@dogan.se>
18919         * net/rcirc.el (rcirc-print): Simplify code for
18920         rcirc-scroll-show-maximum-output.  There is no need to walk
18921         through all windows to find the right one.
18923 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
18925         * help.el (help-return-method): Doc fix.
18927 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
18929         * window.el (window-deletable-p): Don't return a non-nil value
18930         when there's a buffer that was shown in the window before.
18931         (Bug#9419)
18932         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18933         Set window's previous buffers to nil.
18935 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
18937         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18938         newline before and after the tag line, so it doesn't interfere
18939         with determining the paragraph direction of bidirectional text.
18941 2011-09-03  Leo Liu  <sdl.web@gmail.com>
18943         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
18945 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
18947         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18948         (pop-to-buffer): Change interactive spec.  Pass second argument
18949         directly to display-buffer.
18950         (display-buffer): Fix interactive spec.  Use functionp to
18951         distinguish between a function and a list of functions.
18953         * abbrev.el (edit-abbrevs):
18954         * arc-mode.el (archive-extract):
18955         * autoinsert.el (auto-insert):
18956         * bookmark.el (bookmark-bmenu-list):
18957         * files.el (find-file):
18958         * view.el (view-buffer):
18959         * progmodes/compile.el (compilation-goto-locus):
18960         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18962 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
18964         * window.el (display-buffer-alist): Doc fix.
18965         (display-buffer): Add docstring.  Don't treat
18966         display-buffer-default specially.
18967         (display-buffer-reuse-selected-window)
18968         (display-buffer-same-window, display-buffer-maybe-same-window)
18969         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18970         (display-buffer-pop-up-window)
18971         (display-buffer-reuse-or-pop-window)
18972         (display-buffer-use-some-window): New functions.
18973         (display-buffer-default-action): Use them.
18974         (display-buffer-default): Delete.
18975         (pop-to-buffer-1): Fix choice of actions.
18977 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18979         * minibuffer.el (completion--insert-strings): Don't get confused by
18980         completion entries that end with an LF char.
18982 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
18984         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18986 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
18988         * window.el (display-buffer): Restore interactive spec.
18989         (display-buffer-same-window, display-buffer-other-window):
18990         New functions.
18991         (pop-to-buffer-1): New function.  Use the above.
18992         (pop-to-buffer, pop-to-buffer-same-window): Use it.
18993         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18995         * view.el (view-buffer-other-window, view-buffer-other-frame):
18996         Just use pop-to-buffer.
18998 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
19000         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
19002 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
19004         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
19006 2011-08-31  Richard Stallman  <rms@gnu.org>
19008         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
19009         of the separation of rmail-view-buffer from rmail-buffer.
19010         If you say no to "replace original", the decrypt is in the
19011         view buffer.  If you say yes, the decrypt goes into the
19012         rmail buffer also.
19014 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
19016         * window.el (display-buffer-window): Rewrite doc-string.
19017         (display-buffer-record-window): New function.
19018         (display-buffer-macro-specifiers)
19019         (display-buffer-even-window-sizes, display-buffer-set-height)
19020         (display-buffer-set-width, display-buffer-in-window)
19021         (display-buffer-reuse-window, display-buffer-split-specifiers)
19022         (display-buffer-side-specifiers, display-buffer-split-window-1)
19023         (display-buffer-split-window, display-buffer-split-atom-window)
19024         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19025         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
19026         (display-buffer-other-window-means-other-frame)
19027         (display-buffer-normalize-special)
19028         (display-buffer-normalize-default)
19029         (display-buffer-normalize-argument)
19030         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
19031         (display-buffer-normalize-specifiers, display-buffer-frame)
19032         (display-buffer-same-window, display-buffer-same-frame)
19033         (display-buffer-other-window)
19034         (display-buffer-same-frame-other-window)
19035         (display-buffer-other-frame, pop-to-buffer-same-window)
19036         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
19037         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
19038         (switch-to-buffer-same-frame)
19039         (switch-to-buffer-other-window-same-frame)
19040         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
19041         (display-buffer-alist-set-1, display-buffer-alist-set-2)
19042         (display-buffer-alist-set): Remove.
19043         (display-buffer-function, special-display-buffer-names)
19044         (special-display-regexps, special-display-function):
19045         In doc-string refer to display-buffer-window and quit-restore
19046         parameter.
19047         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
19048         (special-display-frame-alist, special-display-popup-frame)
19049         (same-window-buffer-names, same-window-regexps, same-window-p)
19050         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19051         (split-window-preferred-function, split-height-threshold)
19052         (split-width-threshold, window-splittable-p)
19053         (split-window-sensibly, window--try-to-split-window)
19054         (window--frame-usable-p, even-window-heights)
19055         (window--even-window-heights, window--display-buffer-1)
19056         (window--display-buffer-2, display-buffer-other-frame):
19057         Restore old Emacs 23 code, order and doc-strings where applicable.
19058         (display-buffer-default, display-buffer-assq-regexp): New functions.
19059         (display-buffer-alist): Rewrite doc-string.
19060         (display-buffer-default-action)
19061         (display-buffer-overriding-action): New variables.
19062         (display-buffer, switch-to-buffer): Rewrite.
19063         (pop-to-buffer): Restore Emacs 23 behavior but use
19064         window-normalize-buffer-to-display.
19065         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
19066         Restore Emacs 23 behavior but use
19067         window-normalize-buffer-to-switch-to.
19068         (pop-to-buffer-same-window): Rewrite.
19069         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
19070         Rewrite using Emacs 23 options.
19072 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
19074         * net/tramp.el (tramp-root-regexp): Remove.
19075         (tramp-completion-file-name-regexp-unified)
19076         (tramp-completion-file-name-regexp-separate)
19077         (tramp-completion-file-name-regexp-url): Don't use leading volume
19078         letter on w32 systems.  (Bug#5303, Bug#9311)
19079         (tramp-drop-volume-letter): Simplify definition.
19080         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19082 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19084         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
19085         (bug#9356).
19087 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
19089         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
19091 2011-08-29  Juri Linkov  <juri@jurta.org>
19093         * isearch.el (isearch-done): Don't display message "Mark saved"
19094         when arg `edit' is non-nil to prevent its flicker in the echo area.
19096 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19098         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
19099         obsolete packages for deletion.
19101 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
19103         * help-mode.el (help-mode-map): Add special-mode-map to parent.
19104         (help-mode): Derive help-mode from special-mode.  Don't invoke
19105         view-mode from help-mode.
19106         (help-xref-override-view-map): Remove.
19107         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
19108         view-mode is not used anymore.
19110 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
19112         * server.el (server-port): Doc fix.
19114         * cus-theme.el (custom-theme-choose-mode): Inherit from
19115         special-mode (Bug#9124).
19116         (custom-theme-choose-mode-map): Add special-mode to parent.
19118 2011-08-28  Alan Mackenzie  <acm@muc.de>
19120         * progmodes/cc-fonts.el
19121         (c-make-font-lock-BO-decl-search-function): New function.
19122         (c-basic-matchers-after - "Fontify the clauses after various
19123         keywords"): Extract the three keyword lists for the 3 erroneous
19124         constructs from the list of four, and use the new function above
19125         in place of an old one.
19127 2011-08-28  Deniz Dogan  <deniz@dogan.se>
19129         * net/rcirc.el (rcirc-insert-prev-input)
19130         (rcirc-insert-next-input): Remove unused argument.
19132 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19134         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
19136 2011-08-27  Alan Mackenzie  <acm@muc.de>
19138         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
19139         handle function pointer parameters properly.
19141 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
19143         * window.el (display-buffer-reuse-window): Fix case where
19144         selected window was reused with non-nil OTHER-WINDOW argument.
19145         (Bug#9381)
19147 2011-08-27  Deniz Dogan  <deniz@dogan.se>
19149         * net/rcirc.el (rcirc-check-auth-status): Adding support for
19150         oftc's NickServ messages.
19152 2011-08-27  Glenn Morris  <rgm@gnu.org>
19154         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
19156 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
19158         * emacs-lisp/package.el (package-install): Call package-initialize
19159         if called interactively.
19161 2011-08-26  Leo Liu  <sdl.web@gmail.com>
19163         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
19165 2011-08-25  Juri Linkov  <juri@jurta.org>
19167         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
19168         `search-whitespace-regexp' (bug#9364).
19170 2011-08-25  Juri Linkov  <juri@jurta.org>
19172         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
19173         `regexp-search-ring' to their global values to protect from
19174         updating by `read-from-minibuffer' (bug#9185).
19176 2011-08-25  Juri Linkov  <juri@jurta.org>
19178         * textmodes/ispell.el (ispell-command-loop): Add newline
19179         at the end of the "Use option `i'..." line.
19181 2011-08-25  Juri Linkov  <juri@jurta.org>
19183         * battery.el (display-battery-mode): If `battery-status-function'
19184         or `battery-mode-line-format' is nil, display the message and set
19185         `display-battery-mode' to nil (bug#9363).
19187 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
19189         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
19190         bidi-string-mark-left-to-right; they are unnecessary now.
19192 2011-08-25  Deniz Dogan  <deniz@dogan.se>
19194         * net/quickurl.el: Documentation typo fixes.
19196 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
19198         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
19200 2011-08-25  Glenn Morris  <rgm@gnu.org>
19202         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19204         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
19205         (smtpmail-via-smtp): Handle nil response from smtp.
19207 2011-08-24  Juri Linkov  <juri@jurta.org>
19209         * proced.el (proced-marked): Inherit from `error' instead of
19210         `font-lock-warning-face'.
19212         * ibuffer.el (ibuffer-marked-face): Change default face from
19213         `font-lock-warning-face' to `warning'.
19214         (ibuffer-deletion-face): Change default face from
19215         `font-lock-type-face' to `error'.
19217         * battery.el (battery-update): Use the face `error' instead of
19218         `font-lock-warning-face' (bug#6117).
19220 2011-08-24  Juri Linkov  <juri@jurta.org>
19222         * faces.el (success): Change face color from "Green3" to
19223         "ForestGreen" on light background (bug#9353).
19225 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
19227         * window.el (quit-window): Rename from quit-restore-window.
19228         Use same arglist as old quit-window.
19229         (frame-auto-delete): Doc fix.
19231         * view.el (view-mode-exit): Use quit-window.
19233 2011-08-24  Juri Linkov  <juri@jurta.org>
19235         * isearch.el (isearch-ring-adjust1): Start visiting previous
19236         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19237         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19238         for empty search string (when the last search string is reused
19239         automatically) to adjust the isearch ring to the last element and
19240         prepare the correct index for further M-p commands (bug#9185).
19242 2011-08-24  Kenichi Handa  <handa@m17n.org>
19244         * international/ucs-normalize.el: If decomposition property of
19245         CHAR is the default one (i.e. a list of CHAR itself), treat it as
19246         nil.
19247         (nfd, nfkd): Likewise.
19249 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19251         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19252         from process filters aren't reliably transmitted to the surrounding
19253         accept-process-output.
19254         (mpc-proc-check): New function.
19255         (mpc-proc-sync): Use it (bug#8293)
19257 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19259         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19260         Add compatibility functions (bug#9313).
19262 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
19264         * cus-start.el (all): Add entry for bidi-paragraph-direction.
19266         * international/uni-bidi.el: Regenerate.
19268 2011-08-23  Kenichi Handa  <handa@m17n.org>
19270         * international/charprop.el:
19271         * international/uni-bidi.el:
19272         * international/uni-category.el:
19273         * international/uni-combining.el:
19274         * international/uni-comment.el:
19275         * international/uni-decimal.el:
19276         * international/uni-decomposition.el:
19277         * international/uni-digit.el:
19278         * international/uni-lowercase.el:
19279         * international/uni-mirrored.el:
19280         * international/uni-name.el:
19281         * international/uni-numeric.el:
19282         * international/uni-old-name.el:
19283         * international/uni-titlecase.el:
19284         * international/uni-uppercase.el: Regenerate.
19286 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
19288         * help.el (help-window-setup): Fix message displayed when other
19289         window is reused.  (Bug#9341)
19291 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19293         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19294         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19296         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19297         Mark obsolete.
19298         * shell.el (shell-parse-pcomplete-arguments): New function.
19299         (shell-completion-vars): Use it instead (bug#9160).
19301 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19303         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19304         strings and comments (bug#9333).
19306         * emacs-lisp/debug.el (debug-arglist): New function.
19307         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
19308         (debug-on-entry-1): Handle interpreted closures (bug#9120).
19310 2011-08-22  Juri Linkov  <juri@jurta.org>
19312         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19313         Revert regexp that highlights output switches to its old
19314         pre-2010-10-28 value and remove one `?' from it (bug#9319).
19316         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19317         to check for empty output (bug#9226).
19319 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
19321         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19322         symbol-constituent as the default, as that stops font-lock from
19323         working properly (Bug#8843).
19325 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19327         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19328         `coding-system-for-*' around the process open call to avoid
19329         auth-source side effects.
19330         (smtpmail-try-auth-methods): Expand the secret password.
19331         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19332         probe hangs.
19334 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19336         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19338         * emacs-lisp/find-func.el (find-function-noselect): New arg
19339         lisp-only.
19341         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19342         signal an error for built-in functions (Bug#6664).
19344 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19346         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19347         (smtpmail-try-auth-methods): Use it.
19349 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19351         * font-lock.el (font-lock-fontify-region)
19352         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19353         (font-lock-default-unfontify-buffer)
19354         (font-lock-default-fontify-region)
19355         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19357         * progmodes/compile.el (compilation-error-properties):
19358         Fix confusion between file struct and message struct (Bug#9319).
19359         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19360         `ant' regexp.
19362         * net/browse-url.el (browse-url-firefox): Don't call
19363         browse-url-firefox-sentinel unless using -remote (Bug#9328).
19365 2011-08-20  Glenn Morris  <rgm@gnu.org>
19367         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19369         * tutorial.el (tutorial--default-keys): Update some default bindings.
19371         * files.el (hack-local-variables): Fully ignore case for "mode:".
19373 2011-08-20  Alan Mackenzie  <acm@muc.de>
19375         Resolve invalid use of a regexp in regexp-opt.
19377         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19378         detection for a java annotation.
19380         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19381         detection for a java annotation.
19383         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19384         handling for java.
19385         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19387 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
19389         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19390         (Bug#9274).
19392 2011-08-20  Alan Mackenzie  <acm@muc.de>
19394         Fontify CPP expressions correctly when starting in the middle of
19395         such a construct.  Mainly for when jit-lock etc. starts a chunk
19396         here.
19398         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19399         variable.
19400         (c-make-font-lock-search-form): New function, extracted from
19401         c-make-font-lock-search-function.
19402         (c-make-font-lock-search-function): Use the above function.
19403         (c-make-font-lock-context-search-function): New function.
19404         (c-cpp-matchers): Enhance the preprocessor expression case with
19405         the above function
19406         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19407         which takes an expression.
19409         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19411 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
19413         * window.el (display-buffer-reuse-window)
19414         (display-buffer-pop-up-window): Don't reuse or split a side
19415         window.
19417 2011-08-19  Glenn Morris  <rgm@gnu.org>
19419         * files.el (hack-local-variables-prop-line, hack-local-variables):
19420         Downcase "Mode:".  (Bug#9331)
19422 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
19424         * international/characters.el: Add L and R categories.
19426         * subr.el (bidi-string-mark-left-to-right): Rename from
19427         string-mark-left-to-right.  Use category search.
19429         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19431 2011-08-18  Juri Linkov  <juri@jurta.org>
19433         * faces.el (error, warning, success): New faces with definitions
19434         copied from old default values of `font-lock-warning-face',
19435         `compilation-warning', `compilation-info' (bug#6117).
19437         * font-lock.el (font-lock-warning-face): Inherit from `error'.
19439         * progmodes/compile.el (compilation-error): Inherit from `error'.
19440         (compilation-warning): Inherit from `warning'.
19441         (compilation-info): Inherit from `success'.
19443         * dired.el (dired-marked): Inherit from `warning'.
19444         (dired-flagged): Inherit from `error'.
19446 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19448         * mail/smtpmail.el (auth-source): Require to avoid problems with
19449         binding variables (bug#9298).  Also clean up some unused
19450         autoloads.
19452         * net/network-stream.el (network-stream-open-starttls):
19453         Support using starttls.el without using gnutls-cli.
19455 2011-08-17  Juri Linkov  <juri@jurta.org>
19457         * progmodes/grep.el (rgrep): Handle the case when
19458         `grep-find-command' is a cons cell (bug#9278).
19460 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
19462         * window.el (display-buffer-pop-up-frame): Run frame creation
19463         function with BUFFER current (as special-display-popup-frame
19464         does).  Reported by Drew Adams.
19466 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
19468         * epa-mail.el: Simplify GnuPG group expansion using
19469         epg-expand-group.
19470         (epa-mail-group-alist, epa-mail-group-modtime)
19471         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19472         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19473         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19474         Remove.
19476 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
19478         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19480 2011-08-16  Alan Mackenzie  <acm@muc.de>
19482         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19483         Correct, to avoid the inside of macros.
19485 2011-08-16  Richard Stallman  <rms@gnu.org>
19487         * epa-mail.el: Handle GnuPG group definitions.
19488         (epa-mail-group-alist, epa-mail-group-modtime)
19489         (epa-mail-gnupg-conf-file): New variables.
19490         (epa-mail-parse-groups, epa-mail-sync-groups)
19491         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19492         (epa-mail-expand-recipients): New functions.
19493         (epa-mail-encrypt): Call epa-mail-expand-recipients.
19495         * mail/rmail.el (rmail-epa-decrypt): New command.
19497         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19498         Don't bind buffer-read-only, just inhibit-read-only.
19499         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19500         (epa-decrypt-armor-in-region): Make error message clearer.
19502 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19504         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19505         and "a2b" to "ab" for `prefix'.
19507 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
19509         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19510         filter groups.
19511         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
19512         Fourquet (Bug#8804).
19514 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
19516         * startup.el (argi): Declare as global variable (bug#9275).
19518 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
19520         * subr.el (string-mark-left-to-right): Search the entire string
19521         for RTL script, not just the terminating character.  Doc fix.
19523 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19525         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19526         New function.
19527         (js--regexp-literal, js-syntax-propertize-function): Remove.
19528         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19529         (js-mode-map): Don't rebind electric keys.
19530         (js-insert-and-indent): Remove.
19531         (js-mode): Setup electric-layout and electric-indent instead.
19533         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19535 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
19537         * epa.el (epa-progress-callback-function): Fix the logic of
19538         displaying progress.
19539         * epa-file.el (epa-file-insert-file-contents): Make progress
19540         display more user-friendly.
19541         (epa-file-write-region): Ditto.
19543 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
19545         * subr.el (string-mark-left-to-right): New function.
19547         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19548         Use string-mark-left-to-right.
19549         (list-buffers-noselect): Caller changed.
19551         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19552         Use string-mark-left-to-right.
19553         (tabulated-list-print): Recenter after moving point.
19555 2011-08-10  Juri Linkov  <juri@jurta.org>
19557         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19558         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19559         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19561 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
19563         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19564         (Bug#7554).
19566 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
19568         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19569         character.  (Bug#6594)
19571 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
19573         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19574         (image-dired--with-db-file): New macro.
19575         (image-dired-write-tags, image-dired-remove-tag)
19576         (image-dired-create-gallery-lists, image-dired-write-comments)
19577         (image-dired-get-comment, image-dired-mark-tagged-files)
19578         (image-dired-list-tags, image-dired-gallery-generate): Use it.
19579         (image-dired-gallery-generate): Use insert-file-contents.
19581         * time.el (display-time-world-list, display-time-world-display):
19582         * time-stamp.el (time-stamp-string):
19583         * vc/add-log.el (add-change-log-entry): Use setenv instead of
19584         set-time-zone-rule (Bug#7337).
19586 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
19588         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19589         (epg-error-to-string, epg-errors-to-string): New function.
19590         (epg-wait-for-completion): Reverse errors list.
19591         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19592         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19593         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19594         (epg-sign-keys, epg-generate-key-from-file)
19595         (epg-generate-key-from-string): Format errors by using
19596         epg-errors-to-string (bug#9255).
19597         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19599 2011-08-07  Juri Linkov  <juri@jurta.org>
19601         * faces.el (list-faces-display): Remove extra angle bracket
19602         from `help-mode-map'.
19604         * info.el (Info-history-toc-nodes): Doc fix.
19606         * longlines.el (longlines-mode): Doc fix.
19608 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19610         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19611         of statements and in a few more cases (bug#9183).
19613         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19614         New functions.
19615         (cl-transform-lambda): Use them (bug#9239).
19617 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
19619         * window.el (display-buffer-same-window)
19620         (display-buffer-same-frame, display-buffer-other-window)
19621         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19622         (pop-to-buffer-other-window)
19623         (pop-to-buffer-same-frame-other-window)
19624         (pop-to-buffer-other-frame): Make them defuns.
19625         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19627 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19629         * subr.el (make-composed-keymap): Move from C.  Change calling
19630         convention, and improve docstring to bring attention to a subtle point.
19631         * minibuffer.el (completing-read-default): Adjust accordingly.
19633 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
19635         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19636         (tramp-open-shell): Use `tramp-shell-quote-argument'.
19638         * net/trampver.el: Update release number.
19640 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19642         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19643         "in" (bug#9190).
19645 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19647         * mail/sendmail.el (sendmail-query-once): Restore the current
19648         buffer after querying (bug#9074).
19650         * dired.el (dired-flagged): Use different faces for marked and
19651         flagged files (bug#6117).
19653         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19654         (bug#4433).
19656         * ido.el (ido-mode): Switch off the message if called
19657         non-interactively.
19659         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19660         before 587, since it appears that that's more likely to work for
19661         more people.
19663         * cus-edit.el (custom-file): When running under emacs -q, always
19664         refuse to save the customizations, even if the .emacs file doesn't
19665         exist.
19667         * info.el: Remove the `Info-beginning-of-buffer' function
19668         (bug#8325).
19670         * net/network-stream.el (network-stream-open-starttls):
19671         Use `starttls-available-p' to see whether starttls.el can be used.
19673 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
19675         * window.el (display-buffer-in-window): Don't set dedicated status
19676         of window here (Bug#9215).
19677         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19678         (display-buffer-pop-up-side-window)
19679         (display-buffer-in-side-window): Set dedicated status of window here.
19681 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19683         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19684         before binding generated-autoload-file.
19686 2011-08-01  Deniz Dogan  <deniz@dogan.se>
19688         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19690 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
19692         Sync with Tramp 2.2.2.
19694         * net/trampver.el: Update release number.
19696 2011-07-30  Juri Linkov  <juri@jurta.org>
19698         * dired-aux.el (dired-touch-initial): Remove function.
19699         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19700         current time, and `default' to the last modification time of the
19701         current marked file (bug#6887).
19703 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
19705         * simple.el (goto-line): Use string-to-number to provide a
19706         numeric argument to read-number (bug#9163).
19708 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
19710         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19711         connection process, it could be nil.
19713 2011-07-27  Leo Liu  <sdl.web@gmail.com>
19715         Simplify url handling in rcirc-mode.
19717         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19718         (rcirc-browse-url-at-mouse): Remove.
19719         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19721 2011-07-26  Alan Mackenzie  <acm@muc.de>
19723         Fontify bitfield declarations properly.
19725         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19726         (c-symbol-chars): Now exported as a lang variable.
19727         (c-not-primitive-type-keywords): New lang variable.
19729         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19730         QT keyword "more" to prevent "more slots: ...." being spuriously
19731         parsed as a bitfield declaration.
19733         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19734         Refactor and enhance to handle bitfield declarations.
19735         (c-punctuation-in): New function.
19736         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19737         declarations properly.
19739 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
19741         * calendar/icalendar.el (icalendar--all-events): Take care of
19742         multiple vcalendars in a single file.
19743         (icalendar--convert-float-to-ical): Checkdoc fixes.
19745 2011-07-25  Deniz Dogan  <deniz@dogan.se>
19747         * image.el (insert-image): Clarifying docstring.
19749 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
19751         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19752         `tramp-send-command-and-check' if there is no error.
19753         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19755 2011-07-22  Alan Mackenzie  <acm@muc.de>
19757         Prevent cc-langs.elc being loaded at run time.
19759         * progmodes/cc-mode.el: Remove two autoload forms which loaded
19760         cc-langs.
19762         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19763         "(require 'cc-langs)".  Quote a form so it will evaluate at
19764         (cc-mode's) compilation time.
19766 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
19768         * net/tramp.el (tramp-file-name-handler): Avoid recursive
19769         loading.  (Bug#9114)
19771 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
19773         * window.el (display-buffer-pop-up-window)
19774         (display-buffer-pop-up-side-window)
19775         (display-buffer-in-side-window): Call display-buffer-set-height
19776         and display-buffer-set-width after setting the new window's
19777         buffer so `fit-window-to-buffer' and friends work on the right buffer.
19779 2011-07-20  Sam Steingold  <sds@gnu.org>
19781         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19782         (etags-tags-included-tables): Call `convert-standard-filename' on
19783         the file names contained in TAGS so that windows Emacs can handle
19784         TAGS files created by cygwin ctags.
19786 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19788         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19789         which apparently didn't work.
19791 2011-07-19  Roland Winkler  <winkler@gnu.org>
19793         * proced.el (proced-send-signal): For *Marked Processes* buffer
19794         put point at beginning of buffer.
19796 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
19798         * proced.el (proced-format): Make header lines align with the text
19799         (bug#1779).
19801 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19803         * view.el (view-buffer): Allow running in `special' modes if we're
19804         visiting a file (bug#8615).
19806 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
19808         * window.el (display-buffer-alist-of-strings-p)
19809         (display-buffer-alist-set-1, display-buffer-alist-set-2):
19810         New functions.
19811         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19812         more accurately.
19814 2011-07-18  Alan Mackenzie  <acm@muc.de>
19816         Fontify declarators properly when, e.g., a jit-lock chunk begins
19817         inside a declaration.
19819         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19821         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19822         New function.
19823         (c-complex-decl-matchers): Insert reference to
19824         c-font-lock-enclosing-decls.
19826         * progmodes/cc-engine.el (c-backward-single-comment):
19827         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19828         to nil around calls to (forward-comment -1).
19830 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19832         * image.el (put-image): Doc typo fix.
19834         * progmodes/etags.el (tags-search): Doc typo fix.
19836         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19837         password if we get errors 550 to 554.
19839 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19841         * net/gnutls.el (gnutls-log-level): Remove.
19843         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19844         indentation character (bug#6380).
19846         * files.el (buffer-offer-save): Made permanently local (bug#6241).
19848         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19849         to clarify what the problem is (bug#4291).
19851         * simple.el (current-kill): Clarify what
19852         `interprogram-paste-function' does (bug#7500).
19853         (auto-fill-mode): Document `auto-fill-function' in relation to
19854         `auto-fill-mode' (bug#2470).
19856 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
19858         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19859         method if slot is read-only (bug#9035).
19861 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
19863         * frame.el (select-frame-set-input-focus): New argument NORECORD.
19864         * window.el (pop-to-buffer): Select window used even if it was
19865         selected before, see discussion of (Bug#8615), (Bug#6954).
19866         Pass argument NORECORD on to select-frame-set-input-focus.
19868 2011-07-15  Glenn Morris  <rgm@gnu.org>
19870         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
19871         Respect help-form.
19873 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
19875         * net/gnutls.el (gnutls-min-prime-bits): New variable.
19876         (gnutls-negotiate): Use it.
19878 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19880         * net/gnutls.el (gnutls-negotiate):
19881         Upcase `gnutls-algorithm-priority'.
19883 2011-07-15  Glenn Morris  <rgm@gnu.org>
19885         * jka-compr.el (jka-compr-verbose): Move from here...
19886         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
19887         Add missing :version tag.
19888         * info.el: No need to require jka-compr when compiling.
19890 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19892         * net/gnutls.el (gnutls-algorithm-priority): New variable.
19893         (gnutls-negotiate): Use it.
19895         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19897         * info.el (Info-beginning-of-buffer): New command.
19898         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19899         announcing `b' as the key (bug#8325).
19900         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19902         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19904         * international/mule-cmds.el
19905         (describe-specified-language-support): Make the error message
19906         clearer (bug#8905).
19908         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19910         * isearch.el (isearch-barrier): Add a doc string, since it's
19911         mentioned in a function doc string (bug#8678).
19913 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
19915         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19916         buffer argument (Bug#9083) and self-identifying label argument.
19918 2011-07-15  Glenn Morris  <rgm@gnu.org>
19920         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
19922 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19924         * man.el (Man-fontify-manpage): Fix message when formatting the
19925         man page (bug#7929).
19927 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
19929         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19930         argument LRM; if non-nil, append an invisible LRM character to the
19931         buffer name.
19932         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19933         last argument non-nil, when formatting buffer names.
19934         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19935         paragraph direction.
19937 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19940         the man page name (bug#7929).
19942         * image.el (put-image): Mention the `put-image' overlay property
19943         (bug#7834).
19945         * scroll-bar.el (set-scroll-bar-mode): Mention that
19946         `scroll-bar-mode' lists the values (bug#7772).
19948         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19949         command (bug#7729).
19951         * rect.el (apply-on-rectangle): Return the point after the last
19952         operation.
19953         (string-rectangle): Go to the point after the last operation
19954         (bug#7522).
19956         * printing.el (pr-toggle-region): Clarify the documentation
19957         slightly (bug#7493).
19959         * time.el (display-time-update):
19960         Allow `display-time-mail-function' to return nil (bug#7158).
19961         Fix suggested by Detlev Zundel.
19963         * vc/diff.el (diff): Clarify the order the file names are read
19964         (bug#7111).
19966         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19967         the doc string (bug#7015).
19969         * font-lock.el (font-lock-maximum-decoration): Mention what
19970         numeric levels mean (bug#6935).
19972         * startup.el (initial-buffer-choice): Don't mention the `none'
19973         selection, which is against policy.
19975 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
19977         * window.el (display-buffer-normalize-special):
19978         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19980 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
19982         * subr.el (version<, version<=, version=): Mention "-CVS" and
19983         "-12345" alpha version numbers.
19985 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
19987         * bindings.el: Add advertised binding for set-mark-command
19988         (Bug#5772).
19990 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
19992         * bindings.el (mode-line-other-buffer):
19993         * bookmark.el (bookmark-bmenu-2-window):
19994         * bs.el (bs-cycle-next, bs-cycle-previous):
19995         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19996         switch-to-buffer.
19998         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19999         Delete.
20001 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
20003         * follow.el (follow-debug-message, follow-redisplay):
20004         * jka-cmpr-hook.el (with-auto-compression-mode):
20005         Fix typos in docstrings.
20007 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20009         * subr.el (with-silent-modifications): Clarify somewhat what the
20010         macro inhibits (bug#6525).
20012         * simple.el (eval-expression): Note what it does if called
20013         interactively (bug#6495).
20015 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20017         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
20018         Use pop-to-buffer buffer-or-name if it is nil.
20020         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20021         Remove switch-to-buffer.
20023 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20025         * files.el (make-directory): Clarify that an error will be raised
20026         if there's an error (bug#6397).
20028         * startup.el (initial-buffer-choice): Add `none' as a choice
20029         (bug#6234).
20031         * subr.el (add-hook): Clarify section about buffer-local hooks
20032         (bug#6218).
20034         * dired.el (dired-flagged): Clarify doc string (bug#6117).
20036 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20038         * tabify.el (untabify): Preserve the current column so that point
20039         doesn't move (bug#6032).
20041 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20043         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
20044         Rewrite to avoid awkward possessive "s" (bug#5986).
20046 2011-07-13  Glenn Morris  <rgm@gnu.org>
20048         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
20049         (dired-insert-directory): Give a message the first time
20050         if ls is found not to support --dired.
20052 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20054         * simple.el (toggle-truncate-lines): Clarify what is toggled
20055         (bug#5580).  Text by Drew Adams.
20057 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
20059         * simple.el (blink-matching-open): Make the error message from the
20060         last change less verbose.
20062 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
20064         * font-lock.el (font-lock-comment-face): Use the high contrast
20065         "yellow" color for font-lock-comment-face on low color terminals
20066         using a dark background color (bug#4221).
20068 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20070         * dired.el (dired-insert-set-properties): Make the doc string
20071         reflect what it does now (bug#5325).
20073         * simple.el (blink-matching-open): Say that we were unable to find
20074         the match within the limit, if we're limited (bug#5122).
20076         * international/mule-cmds.el (prefer-coding-system): Add an
20077         example (bug#4869).
20079         * progmodes/etags.el (tags-search): Document `file-list-form'
20080         (bug#4731).
20082 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
20084         * net/browse-url.el (browse-url-default-browser)
20085         (browse-url-browser-function): Make the default browser choice a
20086         bit more logical (bug#4300).  Also clean up the doc string.
20088 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
20090         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
20091         binary endings (bug#4440).
20093 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20095         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
20096         which can be pretty annoying (bug#8971).
20098         * jka-compr.el (jka-compr-verbose): New variable, and use
20099         throughout (bug#8971).
20101         * info.el (Info-find-file): Fall back on the installation
20102         directory if we can't find the info node anywhere else.
20104 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
20106         * vc/vc.el (vc-revert-file):
20107         Don't set file time-stamp in the past.  (Bug#5181)
20109 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20111         * files.el (after-find-file): Give a better error message when
20112         trying to find a symlink that points to a file that doesn't exist
20113         (bug#4398).
20115         * progmodes/cc-vars.el: Remove (probably) misleading comment
20116         (bug#4396).
20118 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20120         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
20122 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20124         * mouse-sel.el: Hack restoring functionality, while keeping
20125         compatibility with 2010-07-03 changes to mouse selection.
20126         (mouse-sel-primary-overlay): New var.
20127         (mouse-sel-selection-alist): Use it.
20128         (mouse-sel-mode): Doc fix; remove points that are default features
20129         of mouse.el.
20131 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
20133         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20134         Fix previous fix (bug#2490).
20136 2011-07-12  Roland Winkler  <winkler@gnu.org>
20138         * textmodes/bibtex.el (bibtex-initialize):
20139         Use pop-to-buffer-same-window.
20140         (bibtex-search-entries): Fix interactive call.
20142 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20144         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20145         Fontise bytecomp Error lines more correctly (bug#2490).
20146         Fix suggested by Johan Bockgård.
20148         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
20150         * dired-x.el (dired-guess-default): Use `delete-dups'.
20152 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
20154         * dired.el (dired-mark-prompt):
20155         * dired-aux.el (dired-read-shell-command): Doc fix.
20157 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20159         * mail/sendmail.el (sendmail-query-once):
20160         Use `customize-save-variable' unconditionally, now that it works under
20161         emacs -Q.
20163         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20165         * cus-edit.el (custom-file): Take an optional no-error variable.
20166         (customize-save-variable): Set the variable, and give a warning if
20167         running under "emacs -q".
20169 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
20171         * loadhist.el (unload-feature-special-hooks):
20172         Add `auto-coding-functions', `fill-nobreak-predicate' and
20173         `find-directory-functions' (bug#5327).
20175 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20177         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
20179         * cus-edit.el (custom-guess-name-alist): -alist variables should
20180         use the `alist' type (bug#3120).  Suggested by Drew Adams.
20182         * printing.el: Add documentation to all the `pr-toggle-' commands.
20184 2011-07-11  Leo Liu  <sdl.web@gmail.com>
20186         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
20187         backends where it makes sense (bug#2623).
20189 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20191         * dired-x.el (dired-guess-default): Remove duplicate shell command
20192         entries (bug#2028).
20193         (dired-guess-default): Fix grammar in doc string (bug#2028).
20194         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
20196         * subr.el (remove-duplicates): New conveniency function.
20198 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20200         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
20201         (bug#1526).
20203 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
20205         * window.el (display-buffer-normalize-default): Don't invert
20206         meaning of even-window-heights.  Reported by Eli Zaretskii
20207         <eliz@gnu.org>.
20209 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
20211         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
20213 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
20215         * window.el (display-buffer): Fix arguments to
20216         display-buffer-reuse-window in last change.
20218         * faces.el (link): Use a less saturated blue on light backgrounds.
20220         * startup.el (fancy-startup-text, fancy-about-text)
20221         (fancy-startup-tail): Use font-lock faces, for background safety.
20223 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
20225         * emulation/viper-cmd.el (viper-change-state-to-vi):
20226         Limit triggering of abbrev expansion (Bug#9038).
20228 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
20230         * window.el (display-buffer-default-specifiers): Remove.
20231         (display-buffer-macro-specifiers): Remove default specifiers.
20232         (display-buffer-alist): Default to nil.
20233         (display-buffer-reuse-window): New optional argument other-window.
20234         (display-buffer-pop-up-window): Allow splitting internal
20235         windows.  Check whether a live window was created.
20236         (display-buffer-other-window-means-other-frame)
20237         (display-buffer-normalize-arguments): Rename to
20238         display-buffer-normalize-argument and rewrite.  Set the
20239         other-window specifier.
20240         (display-buffer-normalize-special): New function.
20241         (display-buffer-normalize-options): Rename to
20242         display-buffer-normalize-default and rewrite.
20243         (display-buffer-normalize-options-inhibit): Remove.
20244         (display-buffer-normalize-specifiers): Rewrite.
20245         (display-buffer): Process other-window specifier and call
20246         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
20247         more faithfully.
20248         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20249         (display-buffer-alist-set): Don't handle 'unset default values.
20250         (display-buffer-in-window, display-buffer-alist-set):
20251         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
20252         <tassilo@member.fsf.org>.
20254 2011-07-09  Leo Liu  <sdl.web@gmail.com>
20256         * register.el (insert-register): Restore accidental change on
20257         2011-06-26.  (Bug#9028)
20259 2011-07-09  Glenn Morris  <rgm@gnu.org>
20261         * subr.el (remq): Handle the empty list.  (Bug#9024)
20263 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
20265         * mail/sendmail.el (send-mail-function): No longer delay custom
20266         initialization.
20267         * custom.el (custom-initialize-delay): Doc fix.
20269 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20271         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20273 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
20275         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20276         human-friendly prompt.
20278 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20280         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20281         provided by a particular plugin.
20283 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20285         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20286         save customizations (with "emacs -Q"), just set the variable
20287         instead of erroring out.
20289         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20291 2011-07-08  Juri Linkov  <juri@jurta.org>
20293         * arc-mode.el (archive-zip-expunge, archive-zip-update)
20294         (archive-zip-update-case): Use 7z if found by `executable-find'.
20295         The order of searching the available programs is the same as in
20296         `archive-zip-extract' (bug#8968).
20298 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20300         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20301         (menu-bar-options-menu): Tweak descriptions.
20303 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20305         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20306         menu items into verb phrases (bug#1421).  Also refill to fit under
20307         80 columns.
20309 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20311         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20312         (Info-read-node-name): Doc fix (Bug#1084).
20314         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20315         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20316         (end-of-sexp, beginning-of-sexp)
20317         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20318         (forward-symbol, forward-same-syntax, word-at-point)
20319         (sentence-at-point): Doc fix (Bug#1144).
20321 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20323         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20324         should cover it (bug#1281).
20326         * cus-edit.el (custom-show): Mark as obsolete.
20328         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20329         negotiation fails, then possibly try again with a non-encrypted
20330         connection (bug#9017).
20332         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20333         be used.
20335 2011-07-07  Richard Stallman  <rms@gnu.org>
20337         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20338         property, and handle its changed format.
20339         Look for the correct line number.
20340         Use file's line contents (but not past first =) to find
20341         correct line in message.
20343 2011-07-07  Kenichi Handa  <handa@m17n.org>
20345         * international/characters.el (build-unicode-category-table):
20346         Delete it.
20347         (unicode-category-table): Set it by unicode-property-table-internal.
20349         * international/mule-cmds.el (char-code-property-alist): Move to
20350         to src/chartab.c.
20351         (get-char-code-property): Call unicode-property-table-internal to
20352         load a file.  Call get-unicode-property-internal where necessary.
20353         (put-char-code-property): Call unicode-property-table-internal to
20354         load a file.  Call put-unicode-property-internal where necessary.
20355         put-unicode-property-internal where necessary.
20356         (char-code-property-description):
20357         Call unicode-property-table-internal to load a file.
20359         * international/charprop.el:
20360         * international/uni-bidi.el:
20361         * international/uni-category.el:
20362         * international/uni-combining.el:
20363         * international/uni-comment.el:
20364         * international/uni-decimal.el:
20365         * international/uni-decomposition.el:
20366         * international/uni-digit.el:
20367         * international/uni-lowercase.el:
20368         * international/uni-mirrored.el:
20369         * international/uni-name.el:
20370         * international/uni-numeric.el:
20371         * international/uni-old-name.el:
20372         * international/uni-titlecase.el:
20373         * international/uni-uppercase.el: Regenerate.
20375         * loadup.el: Load international/charprop.el before
20376         international/characters.
20378 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20380         * window.el (next-buffer, previous-buffer): Signal an error if
20381         called from a minibuffer window.
20383         * bindings.el: Revert 2011-07-04 change.
20385 2011-07-06  Richard Stallman  <rms@gnu.org>
20387         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20388         (rmail-mime-insert-bulk, rmail-mime-insert-text):
20389         Treat markers like ints.
20390         (rmail-mime-entity): Doc fix.
20392 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20394         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20395         defcustom again for backwards compatibility.
20397         * simple.el (shell-command-on-region): Fill.
20399         * dired-aux.el (dired-kill-line): Add a doc string.
20401         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20402         to "\\sw\\|\\s_" (bug#358).
20404         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20405         (dired-unmark-backward): Ditto.
20406         (dired-flag-backup-files): Ditto.
20408         * dired-x.el (dired-mark-sexp): Ditto.
20410 2011-07-06  Richard Stallman  <rms@gnu.org>
20412         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20413         (rmail-mime-entity): New arg TRUNCATED.
20414         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20415         New functions.
20416         (rmail-mime-save): Warn if entity is truncated.
20417         (rmail-mime-toggle-hidden): Likewise, for showing.
20418         (rmail-mime-process-multipart): Record when an entity is truncated.
20420         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20421         if ENTITY is a string.
20423 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20425         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20426         of faces when `M-C-x'-ing their definitions (bug#8378).
20427         Also clean up the code slightly.
20429         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20430         because that makes the colors go away.
20432         * mail/sendmail.el (send-mail-function): Change the default to
20433         `sendmail-query-once'.
20434         (sendmail-query-once): Add an autoload cookie.
20436         * net/network-stream.el (network-stream-open-starttls): Try using
20437         a plain connection even if the server offered STARTTLS, and we
20438         kinda wanted to use it, if Emacs doesn't have any STARTTLS
20439         capability.  This should make smtpmail.el work in slightly more
20440         configurations.
20442 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
20444         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20445         New defun.
20446         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20448 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
20450         * progmodes/sql.el: Version 3.0
20451         (sql-product-alist): Add product :completion-object,
20452         :completion-column, and :statement attributes.
20453         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20454         (sql-mode-syntax-table): Mark all punctuation.
20455         (sql-font-lock-keywords-builder): Temporarily remove fallback on
20456         ansi keywords.
20457         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20458         (sql-mode-oracle-font-lock-keywords): Improve.
20459         (sql-oracle-show-reserved-words): New function for development.
20460         (sql-product-font-lock): Simplify for source code buffers.
20461         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20462         New functions.
20463         (sql-highlight-product): Set product specific syntax table.
20464         (sql-mode-map): Add statement movement functions.
20465         (sql-ansi-statement-starters, sql-oracle-statement-starters):
20466         New variable.
20467         (sql-statement-regexp, sql-beginning-of-statement)
20468         (sql-end-of-statement, sql-signum): New functions.
20469         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20470         (sql-show-sqli-buffer): Bug fix.
20471         (sql-interactive-mode): Store connection data as buffer local.
20472         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
20473         with sql-interactive-mode.
20474         (sql-save-connection): Save buffer local settings.
20475         (sql-connection-menu-filter): Change menu entry name.
20476         (sql-product-interactive): Bug fix.
20477         (sql-preoutput-hold): New variable.
20478         (sql-interactive-remove-continuation-prompt): Bug fixes.
20479         (sql-debug-redirect): New variable.
20480         (sql-str-literal): New function.
20481         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20482         Redesign.
20483         (sql-oracle-save-settings, sql-oracle-restore-settings)
20484         (sql-oracle-list-all, sql-oracle-list-table): New functions.
20485         (sql-completion-object, sql-completion-column)
20486         (sql-completion-sqlbuf): New variables.
20487         (sql-build-completions-1, sql-build-completions)
20488         (sql-try-completion): New functions.
20489         (sql-read-table-name): Use them.
20490         (sql-contains-names): New buffer local variable.
20491         (sql-list-all, sql-list-table): Use it.
20492         (sql-oracle-completion-types): New variable.
20493         (sql-oracle-completion-object, sql-sqlite-completion-object)
20494         (sql-postgres-completion-object): New functions.
20496 2011-07-06  Glenn Morris  <rgm@gnu.org>
20498         * window.el (pop-to-buffer): Doc fix.
20500 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
20502         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20504 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
20506         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20508         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20510 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
20512         * button.el (button): Inherit from link face.  Suggested by Dan
20513         Nicolaescu.
20515 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20517         * progmodes/gdb-mi.el: Fit in 80 columns.
20518         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20519         switch-to-buffer.
20521         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20522         if imenu is simply not configured (bug#8941).
20524 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
20526         * allout.el (allout-post-undo-hook): New allout outline-change
20527         event hook to signal undo activity.
20528         (allout-post-command-business): Run allout-post-undo-hook if an
20529         undo just occurred.
20530         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20531         * allout-widgets.el (allout-widgets-after-undo-function):
20532         Ensure the integrity of the current item's decoration after it has been
20533         in the vicinity of an undo.
20534         (allout-widgets-mode): Include allout-widgets-after-undo-function
20535         on the new allout-post-undo-hook.
20537 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20539         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20540         Let define-derived-mode define it.
20541         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20542         cycles of abbrev-table inheritance (bug#8998).
20544 2011-07-05  Roland Winkler  <winkler@gnu.org>
20546         * textmodes/bibtex.el: Add support for biblatex.
20547         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20548         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20549         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20550         (bibtex-entry-alist, bibtex-field-alist): New variables.
20551         (bibtex-entry-field-alist): Obsolete alias for
20552         bibtex-BibTeX-entry-alist.
20553         (bibtex-entry-alist, bibtex-field-alist): New widgets.
20554         (bibtex-set-dialect): New command.
20555         (bibtex-entry-type, bibtex-entry-head)
20556         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20557         Bind via bibtex-set-dialect.
20558         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20559         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20560         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20561         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20562         Define via bibtex-set-dialect.
20563         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20564         Obey bibtex-no-opt-remove-re.
20565         (bibtex-vec-push, bibtex-vec-incr): New functions.
20566         (bibtex-format-entry, bibtex-field-list)
20567         (bibtex-print-help-message, bibtex-validate)
20568         (bibtex-search-entries): Use new format of bibtex-entry-alist.
20570 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20572         * progmodes/compile.el (compilation-goto-locus):
20573         * net/tramp-cmds.el (tramp-append-tramp-buffers):
20574         * bs.el (bs-cycle-next, bs-cycle-previous):
20575         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20576         * bindings.el (mode-line-other-buffer):
20577         * autoinsert.el (auto-insert):
20578         * arc-mode.el (archive-extract):
20579         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20581 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20583         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20584         Fix check of `emacs-lock-unlockable-modes'.
20585         Coerce true values of `emacs-lock--try-unlocking' to t.
20587 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20589         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20590         * emacs-lock.el: New file.
20592 2011-07-05  Julien Danjou  <julien@danjou.info>
20594         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20595         than `boundp' to check if face is set.
20597 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20599         * register.el (registerv-make):
20600         * window.el (window-min-height): Fix typos in docstrings.
20602 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
20604         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20605         Update doc string.
20607 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
20609         * server.el (server-execute): Catch quit and call
20610         `server-return-error' to pass the error back to emacsclient and
20611         close the connection (bug#8942).
20613 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
20615         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20616         insecure exception for current topic.  Also note that auto-saves
20617         are handled differently.
20619         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20620         State variables for tracking auto-save inhibition situation.
20622         (allout-write-contents-hook-handler): Rename from
20623         'allout-write-file-hook-handler', and describe how it depends on
20624         write-contents-functions sensitivity to non-nil value to prevent
20625         file write.
20627         (allout-auto-save-hook-handler): Remove.  auto-save does not check
20628         this in individual buffers, only in the starting buffer, so this
20629         is not the right way for us to inhibit auto-save in a buffer
20630         according to its condition.
20632         (allout-mode): Use new allout-write-contents-hook-handler, and
20633         only with write-contents-functions.  Remove auto-save provisions -
20634         they're implemented elsewhere.
20636         (allout-before-change-handler): If undo is in progress, note that
20637         for attention of allout-post-command-business.
20639         (allout-post-command-business): If the command we're following was
20640         an undo, check for change in the status of encrypted items and
20641         adjust auto-save inhibitions accordingly.
20643         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20644         according to whether there are or aren't any plain-text topics
20645         pending encryption.
20647         (allout-inhibit-auto-save-info-for-decryption):
20648         Adjust buffer-saved-size and some allout state to inhibit auto-saves
20649         if there are plain-text topics pending encryption.
20651         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20652         buffer-saved-size and some allout state to not inhibit auto-saves
20653         if there are no longer any plain-text topics pending encryption.
20655         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20656         No longer provide for exemption of the current topic.
20658 2011-07-04  Juri Linkov  <juri@jurta.org>
20660         Add 7z operations to delete and save changed members (bug#8968).
20661         * arc-mode.el (archive-7z-expunge, archive-7z-update):
20662         New defcustoms.
20663         (archive-7z-write-file-member): New function.
20664         (archive-7z-summarize): Fix the number of dashes in the
20665         listing output.
20667 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20669         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20670         (bug#8958).
20672 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
20674         * bindings.el: Ignore next-buffer and previous-buffer in
20675         minibuffer-local-map.
20677         * font-lock.el (font-lock-builtin-face): Change light background
20678         color to dark slate blue (Bug#6693).
20680 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
20682         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20684 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20686         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20687         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20688         Add switch-to-buffer.
20690 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20692         * isearch.el (isearch-search-fun-function): Clarify further the
20693         meaning of the function returned.
20695 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
20697         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20699         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20700         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20701         Use it.
20702         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
20703         `tramp-default-remote-path' does not exist.
20704         (tramp-send-command-and-read): New optional argument NOERROR.
20705         (tramp-open-connection-setup-interactive-shell)
20706         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20707         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20708         (tramp-process-sentinel): Flush also process' connection property.
20709         (tramp-sh-handle-start-file-process): Do not set process
20710         sentinel.  It is done now ...
20711         (tramp-maybe-open-connection): ... here.  (Bug#8929)
20713 2011-07-04  MON KEY  <monkey@sandpframing.com>
20715         * play/animate.el (animate-string): Doc fixes and allow changing
20716         the buffer name (bug#5417).
20718 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20720         * play/animate.el (animation-buffer-name): Rename from *animate*.
20722 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20724         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20725         This is simpler and helps future-proof the code.
20726         (timer-until): Use time-subtract and float-time.
20727         (timer--time-less-p): Use time-less-p.
20729 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
20731         * type-break.el (timep): Use the value of `float-time' to avoid a
20732         byte-compiler warning.
20734         * server.el (server-eval-and-print): Return any result, even nil.
20736 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20738         * type-break.el: Accept time formats that the builtins accept.
20739         (timep, type-break-time-difference): Accept any format that
20740         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20741         This is simpler and helps future-proof the code.
20742         (type-break-time-difference): Round rather than ignoring
20743         subseconds components.
20745 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20747         * info.el (Info-apropos-matches): Make non-interactive, since it
20748         doesn't seem to do anything useful as a command (bug#8829).
20750 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
20752         * frame.el (frame-background-mode, frame-set-background-mode):
20753         Move from faces.el.
20754         (frame-default-terminal-background): New function.
20756         * custom.el (custom-push-theme): Don't record faces in `changed'
20757         theme; this doesn't work correctly for per-frame face settings.
20758         (disable-theme): Use face-set-after-frame-default to reset faces.
20759         (custom--frame-color-default): New function.
20761 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20763         * dired.el (dired-flagging-regexp): Remove unused variable
20764         (bug#8769).
20766 2011-03-29  Kevin Ryde  <user42@zip.com.au>
20768         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20769         `perl-Test2' extend to match possible "fail #N" rep count
20770         (bug#8377).
20772 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20774         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20775         `smtpmail-via-smtp' now returns the error instead of nil.
20777         * isearch.el (isearch-search-fun-function): Clarify the doc string
20778         (bug#8101).
20780 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
20782         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20783         unnecessary spaces (bug#8987).
20785 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20787         * net/network-stream.el (open-network-stream): Use the
20788         :end-of-capability command thoughout.
20790 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20792         * net/network-stream.el (open-network-stream): Add the
20793         :end-of-capability command parameter, used by pop3.el.
20795 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20797         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20799         * fringe.el (fringe-query-style): Remove redundant text " (type ?
20800         for list)" (bug#6475).
20802         * files.el (file-expand-wildcards): Ignore non-readable
20803         sub-directories while trying to find matches instead of signaling
20804         an error (bug#6297).
20806         * man.el (Man-reference-regexp): Allow matching possible
20807         word-wrapped references (bug#6289).
20809         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20810         for consistency with the other vc buffers (bug#6197).
20811         (vc-checkin): Ditto.
20813         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20815         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20817 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20819         * custom.el (defcustom): Clarify that :set is only used in the
20820         Customize user interface (bug#6089).
20822         * progmodes/flymake.el (flymake-mode): If the buffer isn't
20823         associated with a file, refuse to run instead of erroring out
20824         (bug#6084).
20826         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20827         the doc string, since it appears that using `fill-column' always
20828         controls the width (bug#7845).
20830         * simple.el (shell-command-on-region): Say where the error output
20831         went if `shell-command-default-error-buffer' is set (bug#6857).
20833 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
20835         * allout.el (allout-yank-processing): Adjust cursor position for
20836         backwards-deleted space.
20838         (allout-rebullet-heading): Register changes with
20839         allout-exposure-changed-hook, so the modified topic is properly
20840         decorated.
20842 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20844         * minibuffer.el (completion-in-region): Document PREDICATE
20845         (bug#7136).
20847         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20848         of keyword/argument pairs (bug#6904).
20850         * replace.el (multi-occur):
20851         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20853 2011-07-02  Drew Adams  <drew.adams@oracle.com>
20855         * dired.el (dired-mark-if): Make the message about whether it's
20856         marking or unmarking clearer (bug#8523).
20858 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20860         * disp-table.el (display-table-print-array): New function.
20861         (describe-display-table): Use it to print the vectors more pretty
20862         (Bug#8859).
20864 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
20866         * window.el (window-state-get-1): Don't assign clone numbers.
20867         Add clone-of item to list of window parameters.
20868         (window-state-put-2): Don't process clone numbers.
20869         (display-buffer-alist): Fix doc-string.
20871 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20873         * subr.el (remq): Don't allocate if it's not needed.
20874         (keymap--menu-item-binding, keymap--menu-item-with-binding)
20875         (keymap--merge-bindings): New functions.
20876         (keymap-canonicalize): Use them to refine the canonicalization.
20877         * minibuffer.el (minibuffer-local-completion-map)
20878         (minibuffer-local-must-match-map): Move initialization from C.
20879         (minibuffer-local-filename-completion-map): Move initialization from C;
20880         don't inherit from anything here.
20881         (minibuffer-local-filename-must-match-map): Make obsolete.
20882         (completing-read-default): Use make-composed-keymap to combine
20883         minibuffer-local-filename-completion-map with either
20884         minibuffer-local-must-match-map or
20885         minibuffer-local-filename-completion-map.
20887 2011-07-01  Glenn Morris  <rgm@gnu.org>
20889         * type-break.el (type-break-time-sum): Use dolist.
20891         * textmodes/flyspell.el (flyspell-word-search-backward):
20892         Replace CL function.
20894 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20896         * mouse.el (mouse--strip-first-event): New function.
20897         (function-key-map): Use it to map fringe clicks to normal clicks
20898         by default.
20900         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20901         (vc-bzr-revision-completion-table): Add support for annotate and date.
20903         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20904         inherit from parent.
20906 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20908         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20909         (dired-show-file-type): Doc fixup (bug#8818).
20911         * dired.el (dired-mode): Fix up the doc string as suggested by
20912         Drew Adams (bug#8817).
20914         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20915         cookie, since the manual says that it should be possible to add
20916         this function to `find-file-hook' (bug#8709).
20918 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
20920         * progmodes/cfengine.el: Moved all cfengine3.el functionality
20921         here.  Noted Ted Zlatanov as the maintainer.
20922         (cfengine-common-settings, cfengine-common-syntax): New functions
20923         to set up common things between `cfengine-mode' and
20924         `cfengine3-mode'.
20925         (cfengine3-mode): New mode.
20926         (cfengine3-defuns cfengine3-defuns-regex
20927         (cfengine3-class-selector-regex cfengine3-category-regex)
20928         (cfengine3-vartypes cfengine3-font-lock-keywords)
20929         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20930         (cfengine3-indent-line): Add from cfengine3.el.
20932 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
20934         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20936         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20938 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
20940         * window.el (same-window-buffer-names, same-window-regexps)
20941         (same-window-p, special-display-frame-alist)
20942         (special-display-popup-frame, special-display-function)
20943         (special-display-buffer-names, special-display-regexps)
20944         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20945         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20946         (split-window-preferred-function, split-height-threshold)
20947         (split-width-threshold, even-window-heights)
20948         (display-buffer-mark-dedicated, window-splittable-p)
20949         (split-window-sensibly, window-safely-shrinkable-p):
20950         Un-obsolete.
20951         (display-buffer): Don't spread args with function specifier
20952         because special-display-popup-frame won't like it.
20954 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20956         Time-stamp simplifications and fixes.
20957         These improve accuracy slightly, and future-proof the code
20958         against some potential changes to current-time format.
20960         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20961         by using time-since and float-time.
20963         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20964         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
20965         + NNN microseconds".
20967         * type-break.el (type-break-time-sum): Rewrite using time-add.
20969         * play/hanoi.el (hanoi-current-time-float): Remove.
20970         All uses replaced by float-time.
20972         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20973         This yields a more-accurate answer.
20974         (rng-time-to-float): Remove; no longer needed.
20976         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20978         * calendar/timeclock.el (timeclock-seconds-to-time):
20979         Defalias to seconds-to-time, since they're the same thing.
20981         * emacs-lisp/elp.el (elp-elapsed-time):
20982         * emacs-lisp/benchmark.el (benchmark-elapse):
20983         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20985 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20987         * window.el (bury-buffer): Don't iconify the only frame.
20988         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20989         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
20991 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
20993         * eshell/em-smart.el (eshell-smart-display-navigate-list):
20994         Add mouse-yank-primary.
20996 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
20998         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
21000 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
21002         * emacs-lisp/find-func.el (find-library--load-name): New fun.
21003         (find-library-name): Use it to find relative load names when provided
21004         absolute file name (bug#8803).
21006 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21008         * textmodes/flyspell.el (flyspell-word): Consider words that
21009         differ only in case as potential doublons (bug#5687).
21011         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
21012         Remove two rather uninteresting debugging-like messages to make
21013         debbugs.el more silent.
21015         * comint.el (comint-password-prompt-regexp): Accept "Response" as
21016         a password-like phrase.
21018 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
21020         * progmodes/cc-guess.el: New file.
21022         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
21024         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
21025         derived from `c-basic-common-init'.
21027         * progmodes/cc-mode.el (top-level): Require cc-guess.
21028         (c-basic-common-init): Use `cc-choose-style-for-mode'.
21030 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
21032         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
21034 2011-06-30  Alan Mackenzie  <acm@muc.de>
21036         * progmodes/cc-engine.el (c-guess-continued-construct):
21037         Correct the handling of template-args-cont, particularly for when font
21038         lock is disabled.  Name this case as "CASE G".
21040 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
21042         * allout.el (allout-yank-processing): Fix injection of extra space
21043         between bullet and non-whitespace character in first topic when
21044         pasting, ensuring that the actual spacing in the pasted topic
21045         following the bullet char is preserved.  This extra space was
21046         causing pasted encrypted topics to get a decrypted status even
21047         when the content was actually still encrypted.  Now the decryption
21048         status from before the paste is preserved.
21050         (allout-flag-region): Set all allout overlays so they evaporate
21051         when reduced to zero length (evanescent), to prevent overlay
21052         leakage.
21054 2011-06-30  Glenn Morris  <rgm@gnu.org>
21056         * w32-fns.el (w32-charset-info-alist): Declare.
21058         * find-dired.el (find-grep-options): Simplify.
21060         * term/ns-win.el (ns-set-resource): Declare.
21062         * ses.el (row, col): Declare dynamic variables honestly.
21064         * textmodes/reftex-parse.el (index-tags): Declare.
21066 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
21068         * cus-edit.el (customize-push-and-save): New function.
21070         * files.el (hack-local-variables-confirm): Use it.
21072         * custom.el (load-theme): New arg NO-CONFIRM.
21073         Use customize-push-and-save (Bug#8720).
21074         (custom-enabled-themes): Doc fix.
21076         * cus-theme.el (customize-create-theme)
21077         (custom-theme-merge-theme): Callers to load-theme changed.
21079 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21081         * thingatpt.el (thing-at-point-short-url-regexp): Require that
21082         short URLs have at least one dot in them (bug #7614).
21084         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
21085         nil, because using a pty is apparently too slow (bug #895).
21087 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21089         * mail/sendmail.el (sendmail-query-once): New function.
21090         (sendmail-query-once-function): New variable.
21092 2011-06-29  Glenn Morris  <rgm@gnu.org>
21094         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
21096         * ses.el (top-level): Require cl when compiling.
21097         (ses-set-localvars): Fix error statement.
21098         Call it at compile time to silence a storm of warnings.
21100 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
21102         * window.el (normalize-live-buffer): Rename to
21103         window-normalize-buffer.
21104         (normalize-live-frame): Rename to window-normalize-frame.
21105         (normalize-any-window): Rename to window-normalize-any-window.
21106         (normalize-live-window): Rename to window-normalize-live-window.
21107         (make-window-atom): Rename to window-make-atom.
21108         (window-resize-reset): Rename to window--resize-reset.
21109         (window-resize-reset-1): Rename to window--resize-reset-1.
21110         (resize-mini-window): Rename to window--resize-mini-window.
21111         (resize-subwindows-skip-p): Rename to
21112         window--resize-subwindows-skip-p.
21113         (resize-subwindows-normal): Rename to
21114         window--resize-subwindows-normal.
21115         (resize-subwindows): Rename to window--resize-subwindows.
21116         (resize-other-windows): Rename to window--resize-siblings.
21117         (resize-this-window): Rename to window--resize-this-window.
21118         (resize-root-window): Rename to window--resize-root-window.
21119         (resize-root-window-vertically): Rename to
21120         window--resize-root-window-vertically.
21121         (normalize-buffer-to-display): Rename to
21122         window-normalize-buffer-to-display.
21123         (normalize-buffer-to-switch-to): Rename to
21124         window-normalize-buffer-to-switch-to.
21125         Correspondingly update all callers of the functions listed
21126         above.
21127         (display-buffer-alist, display-buffer-normalize-arguments)
21128         (display-buffer-normalize-options, display-buffer)
21129         (display-buffer-alist-set): Use "function" instead of
21130         "fun-with-args".
21132 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
21134         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
21135         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
21136         debbugs.gnu.org.  Mention acknowledgment email.
21138 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21140         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
21141         buffer multibyteness, since it shouldn't matter.
21143 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
21145         * window.el (display-buffer-in-side-window): Handle dedicated
21146         windows as in display-buffer-reuse-window.
21147         (display-buffer-normalize-alist): Use value of override
21148         specifier.
21149         (display-buffer-normalize-specifiers): Use value of
21150         other-window-means-other-frame specifier.
21151         (display-buffer-alist): Rewrite some texts in widgets.
21152         (display-buffer): Spread arguments when calling function
21153         specified by fun-with-args.
21155 2011-06-28  Deniz Dogan  <deniz@dogan.se>
21157         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
21158         Unnest `let'.
21160         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
21161         selectors (Bug#5732).
21162         (css-proprietary-nmstart-re): Use `regexp-opt'.
21164 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
21166         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
21167         (eshell-ls-date-format): New defcustom.
21168         (eshell-ls-file): Use it.
21170 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21172         * help-fns.el (describe-variable): Fix message for terminal-local vars.
21174 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21176         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
21177         (ange-ftp-make-tmp-name): New arg.
21178         (ange-ftp-file-local-copy): Use it.
21180 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
21182         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
21183         no-conversion (Bug#8870).
21185 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
21187         * window.el (window-right, window-left, window-child)
21188         (window-child-count, window-last-child)
21189         (window-iso-combination-p, walk-window-tree-1)
21190         (window-atom-check-1, window-tree-1, delete-window)
21191         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
21192         new naming conventions - window-vchild, window-hchild,
21193         window-next and window-prev are now called window-top-child,
21194         window-left-child, window-next-sibling and window-prev-sibling
21195         respectively.
21196         (resize-window-reset): Rename to window-resize-reset.
21197         (resize-window-reset-1): Rename to window-resize-reset-1.
21198         (resize-window): Rename to window-resize.
21199         (window-min-height, window-min-width)
21200         (resize-mini-window, resize-this-window, resize-root-window)
21201         (resize-root-window-vertically, adjust-window-trailing-edge)
21202         (enlarge-window, shrink-window, maximize-window)
21203         (minimize-window, delete-window, quit-restore-window)
21204         (split-window, balance-windows, balance-windows-area-adjust)
21205         (balance-windows-area, window-state-put-2)
21206         (display-buffer-even-window-sizes, display-buffer-set-height)
21207         (display-buffer-set-width, set-window-text-height)
21208         (fit-window-to-buffer): Rename all "resize-window" prefixed
21209         calls to use the "window-resize" prefix convention.
21210         (display-buffer-alist): Fix symbol for label specifier.
21211         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
21212         corresponding specifier.
21213         Reported by Juanma Barranquero <lekktu@gmail.com>.
21215 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21217         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
21218         convention.
21219         (ses-call-printer): Does not pass an empty string to formatter when the
21220         cell is empty to keep from barking printer Calc math-format-value.
21222 2011-06-27  Richard Stallman  <rms@gnu.org>
21224         * battery.el (battery-mode-line-limit): New variable.
21225         (battery-update): Handle it.
21227         * mail/rmailmm.el (rmail-mime-process-multipart):
21228         Handle truncated messages.
21230 2011-06-27  Glenn Morris  <rgm@gnu.org>
21232         * progmodes/flymake.el (flymake-err-line-patterns):
21233         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
21235 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21237         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21238         (ses--clean-!, ses--clean-_): New functions.
21239         (ses-range): Add configurability of readout order, and conversion
21240         to Calc vector.
21242         * ses.el (ses-repair-cell-reference-all): New function.
21243         (ses-cell-symbol): Set macro as safe, so that it can be used in
21244         formulas.
21246         * ses.el: Update cycle detection algorithm.
21247         (ses-localvars): Add ses--Dijkstra-attempt-nb and
21248         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21249         (ses-set-localvars): New function.
21250         (ses-make-cell): Add property-list as a cell element.
21251         (ses-cell-property-get-fun, ses-cell-property-get)
21252         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21253         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21254         New functions.
21255         (ses-cell-property-set, ses-cell-property-pop)
21256         (ses-cell-property-get-handle): New macro.
21257         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21258         New aliases, used for code readability.
21259         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21260         cycle detection.
21261         (ses-self-reference-early-detection): New defcustom.
21262         (ses-formula-references): Robustify against self-referring cells.
21263         (ses-mode): Use ses-set-localvars.
21264         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21265         before lauching the update processing.
21266         (ses-initialize-Dijkstra-attempt): New function.
21267         (ses-recalculate-cell): Update for cycle detection based on
21268         Dijkstra algorithm.
21270         * ses.el: Fix commenting and indenting convention.
21272 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21274         * bs.el (bs-cycle-next): Complete last change.
21276 2011-06-27  Drew Adams  <drew.adams@oracle.com>
21278         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21280 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21282         * net/network-stream.el (network-stream-open-starttls):
21283         Don't re-get capabilities unless we've reestablished connection.
21284         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21286         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21287         to binary to possibly avoid line encoding issues on Windows (among
21288         other things).
21290 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21292         * net/network-stream.el (open-network-stream): Return an :error
21293         saying what the problem was, if possible.
21295         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21296         server.
21298         * net/network-stream.el (network-stream-open-starttls): If we
21299         wanted to use STARTTLS, and the server offered it, but we weren't
21300         able to because we had no STARTTLS support, then close the connection.
21301         (open-network-stream): Return an :error element, if present.
21303 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21305         * hl-line.el (hl-line-sticky-flag): Doc fix.
21306         (global-hl-line-sticky-flag): New option (Bug#8323).
21307         (global-hl-line-highlight): Obey it.
21309         * vc/vc.el (vc-revert-show-diff): Default to t.
21311 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
21313         * allout-widgets.el (allout-widgets-post-command-business):
21314         Stop decorating intermediate isearch matches.  They're not being
21315         undecorated when an isearch is continued past, and isearch
21316         automatically collapses them.  This leads to "widget leaks", where
21317         decorated items accumulate in collapsed areas.  Lines with lots of
21318         hidden widgets can slow down cursor travel, substantially.
21319         Too much complicated machinery would be needed to ensure undecoration,
21320         so we're doing without this nicety.
21322         (allout-widgets-tally-string): Don't try to do a hash-table-count
21323         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
21324         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21325         *Messages* when allout-widgets-maintain-tally is t.
21327 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
21329         * window.el (display-buffer-normalize-argument): Rename to
21330         display-buffer-normalize-arguments.  Handle special meaning of
21331         LABEL argument.  Respect special-display-function when popping up
21332         a new frame.  Fix code searching for a window showing the buffer
21333         on another frame.
21334         (display-buffer-normalize-specifiers):
21335         Call display-buffer-normalize-arguments.
21336         (display-buffer-in-window): Don't undedicate the window if its
21337         buffer remains the same.
21338         Reported by Drew Adams <drew.adams@oracle.com>.
21339         (display-buffer-alist): Add choice for same-window macro
21340         specfier.
21341         (display-buffer): Mention special meaning of LABEL argument in
21342         doc-string.  Fix quoting.  Don't pop up a new frame even as
21343         fallback.
21345 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
21347         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21348         avoid deleting the current window in some cases (bug#8911).
21350 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
21352         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21353         (Bug#8934)
21355 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21357         * net/network-stream.el (network-stream-open-starttls):
21358         Use built-in TLS support if `gnutls-available-p' is true.
21359         (network-stream-open-tls): Ditto.
21361 2011-06-26  Leo Liu  <sdl.web@gmail.com>
21363         * register.el (registerv): New struct.
21364         (registerv-make): New function.
21365         (jump-to-register, describe-register-1, insert-register):
21366         Support the jump-func, print-func and insert-func slot of a registerv
21367         struct.  (Bug#8415)
21369 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21371         * vc/vc.el (vc-revert-show-diff): New defcustom.
21372         (vc-diff-internal): New arg specifying diff buffer.
21373         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
21374         reuse an existing *vc-diff* buffer (Bug#8927).
21376         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21378 2011-06-26  Glenn Morris  <rgm@gnu.org>
21380         * progmodes/f90.el (f90-critical-indent): New option.
21381         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21382         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21383         (f90-mode): Doc fix.
21384         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21385         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21386         (f90-beginning-of-block, f90-next-block, f90-indent-region)
21387         (f90-match-end): Handle block, critical.
21389 2011-06-25  Glenn Morris  <rgm@gnu.org>
21391         * calendar/diary-lib.el (diary-included-files): Doc fix.
21392         (diary-include-files): New function, extracted from
21393         diary-include-other-diary-files and diary-mark-included-diary-files.
21394         (diary-include-other-diary-files, diary-mark-included-diary-files):
21395         Just call diary-include-files.
21396         (diary-mark-entries): Reset diary-included-files on first call.
21398         * calendar/diary-lib.el (diary-mark-entries)
21399         (diary-mark-included-diary-files):
21400         Visit included diary-files in temp buffers.
21402         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21403         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21404         (f90-start-block-re, f90-imenu-generic-expression)
21405         (f90-looking-at-program-block-start, f90-no-block-limit):
21406         Add support for submodules.
21408         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21409         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21411 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
21413         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21414         buffer-file-type before setting its value, to avoid disastrous
21415         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
21417 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21419         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21421         * ses.el (ses-unload-function):
21422         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21424         * proced.el (proced-unload-function):
21425         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21427 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
21429         * server.el (server-create-window-system-frame): Add parameters arg.
21430         (server-process-filter): Doc fix.  Handle frame-parameters.
21432 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21434         Fix bug#8730, bug#8781.
21436         * loadhist.el (unload--set-major-mode): New function.
21437         (unload-feature): Use it.
21439         * progmodes/python.el (python-after-info-look): Add autoload cookie.
21440         (python-unload-function): New function.
21442 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21444         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21446 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
21448         * net/browse-url.el (browse-url-firefox-program): Add icecat to
21449         the candidates list.
21451 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
21453         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21455 2011-06-23  Richard Stallman  <rms@gnu.org>
21457         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21458         (rmail-variables): Set next-error-move-function.
21459         (rmail-what-message): Take argument POS.
21460         (rmail-next-error-move): New function.
21462 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21464         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21465         messages for adjacent non-terminals.
21467 2011-06-23  Richard Stallman  <rms@gnu.org>
21469         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21470         (rmail-show-message-1): Preserve buffer modified flag.
21471         (rmail-start-mail): Don't specify use of rmail-mail-return;
21472         that's done by mail-bury now.
21473         (rmail-mail-return): Handle arg NEWBUF.
21475 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
21477         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21478         SIZE is a number.
21480 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
21482         * window.el (get-lru-window, get-mru-window)
21483         (get-largest-window): Never return a minibuffer window.
21484         (display-buffer-pop-up-window): Fix a bug that could lead to
21485         reusing the minibuffer window.
21486         (display-buffer): Pass original specifier argument to
21487         display-buffer-function instead of the normalized one.
21488         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21490 2011-06-22  Leo Liu  <sdl.web@gmail.com>
21492         * minibuffer.el (completing-read-function)
21493         (completing-read-default): Move from minibuf.c.
21495 2011-06-22  Richard Stallman  <rms@gnu.org>
21497         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21498         to Rmail even if not started by a special Rmail command.
21500         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21501         Copy the buffer currently showing just one message.
21503 2011-06-22  Roland Winkler  <winkler@gnu.org>
21505         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21506         (bibtex-clean-entry): First delete the old key so that a
21507         customized algorithm for generating the new key does not get
21508         confused by the old key.
21509         (bibtex-url): Obey regexp of first step.
21510         (bibtex-search-entries): Do not use add-to-list with local
21511         list-var.
21513 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21515         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21516         stored a user name, then query for the password first, instead of
21517         waiting for SMTP to give an error message and the trying again.
21519 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
21521         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21522         BUFFER in call-process.
21524 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21526         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21527         QUIT twice.
21528         (smtpmail-try-auth-methods): Require user name and password from
21529         auth-source.
21531 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
21533         * window.el (display-buffer-default-specifiers)
21534         (display-buffer-alist): Remove entries for pop-up-frame-alist.
21535         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21536         (split-window): Normalize SIDE argument (Bug#8916).
21538         * frame.el (pop-up-frame-alist, pop-up-frame-function)
21539         (special-display-frame-alist, special-display-popup-frame):
21540         Remove duplicate declarations.  These are now in window.el.
21542 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21544         * mail/smtpmail.el (smtpmail-via-smtp):
21545         Set :use-starttls-if-possible so that we always use STARTTLS if the
21546         server supports it.  SMTP servers that support STARTTLS commonly
21547         require it.
21549         * net/network-stream.el (network-stream-open-starttls): Support
21550         upgrading to STARTTLS always, even if we don't have built-in support.
21551         (open-network-stream): Add the :always-query-capabilities keyword.
21553         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21554         upgrades with `open-network-stream', and rely solely on
21555         auth-source for all credentials.  Big changes throughout the file,
21556         but in particular:
21557         (smtpmail-auth-credentials): Remove.
21558         (smtpmail-starttls-credentials): Remove.
21559         (smtpmail-via-smtp): Check for servers saying they want AUTH after
21560         MAIL FROM, too.
21562         * net/network-stream.el (network-stream-open-starttls):
21563         Provide support for client certificates both for external and built-in
21564         STARTTLS.
21565         (auth-source): Require.
21566         (open-network-stream): Document the :client-certificate keyword.
21567         (network-stream-certificate): Change cert-cert to cert and
21568         cert-key to key.
21570 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
21572         * net/tramp-cache.el (top): Don't load the persistency file when
21573         "emacs -Q" has been called.
21575 2011-06-21  Tim Harper  <timcharper@gmail.com>
21577         * term/ns-win.el (ns-initialize-window-system):
21578         Set application-specific `ApplePressAndHoldEnabled' system
21579         resource to NO as it is not yet supported by the NS port.
21581 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
21583         * misc.el (list-dynamic-libraries--refresh): Compute header here...
21584         (list-dynamic-libraries): ...not here.
21586 2011-06-21  Leo Liu  <sdl.web@gmail.com>
21588         * subr.el (sha1): Implement sha1 using secure-hash.
21590 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
21592         * window.el (display-buffer-alist): In default value do not
21593         enforce searching a window on any but the selected frame.
21594         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21595         (display-buffer-select-window): Remove function.
21596         (display-buffer-in-window): When a window on another frame gets
21597         reused, do not select it any more but just raise its frame if
21598         necessary (Bug#8851) and (Bug#8856).
21599         (display-buffer-normalize-options): Handle pop-up-frames related
21600         options more faithfully.
21601         (pop-to-buffer): Don't rely on `display-buffer' selecting the
21602         window if it is on another frame.
21603         (display-buffer-alist, display-buffer-default-specifiers):
21604         Don't make new frame unsplittable by default.
21605         (display-buffer-normalize-argument): Fix doc-string typo and use
21606         'same-frame-other-window instead of 'other-window when associating
21607         with display-buffer-macro-specifiers.
21609 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
21611         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21612         New functions.
21613         (5x5-mode-map, 5x5-mode-menu): Bind them.
21614         (5x5-draw-grid): Tweak the solver's rendering.
21616 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21618         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21619         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21621 2011-06-21  Drew Adams  <drew.adams@oracle.com>
21623         * menu-bar.el: Use function variable instead of switch-to-buffer.
21624         (menu-bar-select-buffer-function): New variable.
21625         (menu-bar-update-buffers): Use it (bug#8876).
21627 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21629         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21630         variable's status.
21632 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
21634         * x-dnd.el (x-dnd-version-from-flags)
21635         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21636         and long as number (Bug#8899).
21637         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21639 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21641         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21642         (completion-try-completion, completion-all-completions): Compute the
21643         metadata argument if it's missing; make it optional (bug#8795).
21645         * wid-edit.el: Use lex-bind and move towards completion-at-point.
21646         (widget-complete): Use new :completion-function property.
21647         (widget-completions-at-point): New function.
21648         (default): Use :completion-function instead of :complete.
21649         (widget-default-completions): Rename from widget-default-complete;
21650         Rewrite.
21651         (widget-string-complete, widget-file-complete, widget-color-complete):
21652         Remove functions.
21653         (file, symbol, function, variable, coding-system, color):
21654         * international/mule-cmds.el (default-input-method, charset)
21655         (language-info-custom-alist):
21656         * cus-edit.el (face): Use new property :completions.
21658         * progmodes/pascal.el (pascal-completions-at-point): New function.
21659         (pascal-mode): Use it.
21660         (pascal-mode-map): Use completion-at-point.
21661         (pascal-toggle-completions): Make obsolete.
21662         (pascal-complete-word, pascal-show-completions):
21663         * progmodes/octave-mod.el (octave-complete-symbol):
21664         Redefine as obsolete alias.
21665         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21666         Signal absence of completion info for old Octave,
21667         (inferior-octave-complete): Redefine as obsolete alias.
21668         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21669         (meta-completions-at-point): Rename from meta-complete-symbol and
21670         adapt it for use on completion-at-point-functions.
21671         (meta-common-mode): Use it.
21672         (meta-looking-at-backward, meta-match-buffer): Remove.
21673         (meta-complete-symbol): Redefine as obsolete alias.
21674         (meta-common-mode-map): Use completion-at-point.
21675         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21676         (makefile-mode-map): Use completion-at-point.
21677         (makefile-completions-at-point): Rename from makefile-complete and
21678         adapt it for use on completion-at-point-functions.
21679         (makefile-mode): Use it.
21680         (makefile-complete): Redefine as obsolete alias.
21682 2011-06-20  Deniz Dogan  <deniz@dogan.se>
21684         * net/rcirc.el: Delete trailing whitespaces once and for all.
21686 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
21688         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21690 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
21692         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21694         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21696 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
21698         * window.el (display-buffer-other-window-means-other-frame):
21699         Call display-buffer-normalize-alist.
21700         (display-buffer-normalize-specifiers-1): Rename to
21701         display-buffer-normalize-argument.  New argument other-frame.
21702         Rewrite.
21703         (display-buffer-normalize-specifiers-2): Rename to
21704         display-buffer-normalize-options.
21705         (display-buffer-normalize-alist-1): New function.
21706         (display-buffer-normalize-specifiers-3): Rename to
21707         display-buffer-normalize-alist.
21708         Call display-buffer-normalize-alist-1.
21709         (display-buffer-normalize-options-inhibit): New variable.
21710         (display-buffer-normalize-specifiers): Rewrite calling
21711         display-buffer-normalize-alist,
21712         display-buffer-normalize-argument, and
21713         display-buffer-normalize-options.  Don't call the latter if
21714         display-buffer-normalize-options-inhibit is non-nil.
21715         (frame-auto-delete): New option.
21716         (window-deletable-p): Use frame-auto-delete.
21717         (window-list-no-nils, window-state-ignored-parameters)
21718         (window-state-get-1, window-state-get, window-state-put-list)
21719         (window-state-put-1, window-state-put-2, window-state-put):
21720         New functions.
21721         (display-buffer-normalize-options): Move special-display-p group
21722         after pop-up-frame group (Bug#8851) and (Bug#8856).
21724 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
21726         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21727         groups (Bug#8776).
21728         (rx-submatch-n): New function.
21729         (rx): Document it.
21731         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21732         (Bug#8768).
21734         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21736         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21738         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21739         anytime existing face settings are present (Bug#8889).
21741         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21742         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21743         Remove unused argument.
21745 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
21747         * window.el (display-buffer-default-specifiers):
21748         Remove pop-up-frame.  Add pop-up-window-min-height,
21749         pop-up-window-min-width, and another reuse-window specifier
21750         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
21751         (display-buffer-normalize-specifiers-2):
21752         Handle split-height-threshold and split-width-threshold also when
21753         pop-up-windows is unset.  Add a reuse-window specifier for the
21754         case popping up a new window fails.
21755         (special-display-popup-frame): Remove double quoting.
21756         (display-buffer-normalize-specifiers-1): Fix thinko.
21758 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21760         * shell.el (shell-completion-vars): Set pcomplete-termination-string
21761         according to comint-completion-addsuffix.
21763         * pcomplete.el: Convert to lexical binding and fix bug#8819.
21764         (pcomplete-suffix-list): Mark as obsolete.
21765         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21766         pcomplete-seen in the closure.
21767         (pcomplete-comint-setup): Setup completion-at-point as well.
21768         (pcomplete--entries): New function.
21769         (pcomplete--env-regexp): New var.
21770         (pcomplete-entries): Rewrite to work with partial-completion and
21771         without relying on pcomplete-suffix-list.
21772         (pcomplete-pare-list): Remove, unused.
21774 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
21776         * window.el (display-buffer-alist): Set pop-up-window-min-height
21777         and pop-up-window-min-width in default value.  Reported by
21778         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
21779         other-window-means-other-frame.
21780         (display-buffer-macro-specifiers): Comment out entry for
21781         other-window specifier.
21782         (display-buffer-other-window-means-other-frame): New function.
21783         (display-buffer-normalize-specifiers-1): New arguments
21784         buffer-name and label.  Treat other-window case specially.
21785         (display-buffer-normalize-specifiers-2): Treat other-window case
21786         specially.
21787         (display-buffer-normalize-specifiers-3): New function.
21788         (display-buffer-normalize-specifiers):
21789         Call display-buffer-normalize-specifiers-3.
21791 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
21793         * window.el (same-window-p): Fix two typos introduced when
21794         adding with-no-warnings.
21795         (display-buffer-normalize-specifiers-1): Don't check
21796         pop-up-frames for 'unset initialization.
21797         (display-buffer-normalize-specifiers-2): Major rewrite using
21798         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21799         (pop-up-frames, display-buffer-reuse-frames)
21800         (display-buffer-mark-dedicated): Don't initialize to 'unset.
21801         Suggested by David Engster <deng@randomsample.de>.
21802         (even-window-heights): Initialize to 'unset.
21803         (display-buffer-alist-set): Handle new 'unset initializations.
21804         (display-buffer-macro-specifiers): Don't pop up a new frame in the
21805         other window case.
21807 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
21809         * window.el (display-buffer-normalize-specifiers-1):
21810         Respect current value of pop-up-frames for most reasonable values of
21811         second argument of display-buffer (Bug#8865).
21812         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21813         (switch-to-buffer-other-window-same-frame)
21814         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
21815         Adams (Bug#8875).
21816         (display-buffer): Don't check noninteractive when calling
21817         display-buffer-pop-up-frame.
21818         (display-buffer-pop-up-frame): Never pop up a frame in
21819         noninteractive mode (Bug#8857).
21820         (enlarge-window, shrink-window): Don't report an error when the
21821         window can't be resized as requested (Bug#8862).
21823 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21825         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21827         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21829         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21831 2011-06-15  Alan Mackenzie  <acm@muc.de>
21833         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21834         for declarators, disable knr checking to speed up for normal files.
21835         2: Refactor, replacing a sequence of nested if forms by a cond form.
21837 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21839         * net/network-stream.el (open-network-stream): Add the keyword
21840         :always-query-capabilities for the case where you want to force a
21841         `plain' network connection, but the protocol still requires the
21842         capabilitiy command (i.e., SMTP and EHLO).
21844         * subr.el (process-live-p): Rename from `process-alive-p' for
21845         consistency with other `-live-p' functions.
21847 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21849         * window.el (same-window-buffer-names, same-window-regexps)
21850         (special-display-frame-alist, special-display-popup-frame)
21851         (special-display-function, special-display-buffer-names)
21852         (special-display-regexps, pop-up-frame-alist)
21853         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21854         (pop-up-windows, split-window-preferred-function)
21855         (split-height-threshold, split-width-threshold, even-window-heights)
21856         (display-buffer-mark-dedicated): Don't encourage the use of
21857         display-buffer-alist from Elisp code.
21859 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
21861         * progmodes/python.el (python-mode): Derive from prog-mode.
21862         * progmodes/ps-mode.el (ps-mode):
21863         * progmodes/mixal-mode.el (mixal-mode):
21864         * progmodes/cfengine.el (cfengine-mode):
21865         * progmodes/ld-script.el (ld-script-mode): Likewise.
21867 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
21869         * window.el (display-buffer-alist): Trim default value to avoid
21870         popping up a new frame (Bug#8857) or reusing an arbitrary window
21871         on another frame.
21872         (display-buffer): Do not fall back on popping up a new frame in
21873         batch mode (Bug#8857).
21875 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
21877         * cus-theme.el (describe-theme-1): Use custom-theme-p.
21878         (custom-theme-summary): New function.
21879         (customize-themes): Use it.
21881 2011-06-13  Glenn Morris  <rgm@gnu.org>
21883         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21885 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
21887         * help.el (help-window): Remove variable.
21888         (help-window-point-marker, temp-buffer-max-height)
21889         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21890         (help-print-return-message): Don't set help-window.
21891         (resize-temp-buffer-window): Rewrite cod eand doc-string.
21892         (help-window-setup-finish): Remove.
21893         (help-window-display-message, help-window-setup)
21894         (with-help-window): Major rewrite based on new
21895         display-buffer-window variable.
21897         * help-mode.el (help-mode-finish): Remove help-window related
21898         code.
21900         * view.el (view-exits-all-viewing-windows): Remove reference to
21901         view-return-to-alist in doc-string.
21902         (view-return-to-alist): Make obsolete.
21903         (view-buffer): Call pop-to-buffer-same-window and remove
21904         undo-window code.
21905         (view-buffer-other-window): Call pop-to-buffer-other-window and
21906         simplify code.  Ignore second argument.
21907         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21908         simplify code.  Ignore second argument.
21909         (view-return-to-alist-update): Make obsolete.
21910         (view-mode-enter): Rename second argument to QUIT-RESTORE.
21911         Rewrite using quit-restore window parameters.
21912         (view-mode-exit): Rename second argument to EXIT-ONLY.
21913         Rewrite using quit-restore-window.
21914         (View-exit, View-exit-and-edit, View-leave, View-quit)
21915         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21916         appropriate arguments.
21917         (view-end-message): Use quit-restore window parameter.
21919         * window.el (display-buffer-function): Rewrite doc-string.
21920         (display-buffer-window, display-buffer-alist): New variables.
21921         (display-buffer-split-specifiers)
21922         (display-buffer-side-specifiers)
21923         (display-buffer-macro-specifiers): New constants.
21924         (display-buffer-even-window-sizes, display-buffer-set-height)
21925         (display-buffer-set-width, display-buffer-select-window)
21926         (display-buffer-in-window, display-buffer-reuse-window)
21927         (display-buffer-split-window-1, display-buffer-split-window)
21928         (display-buffer-split-atom-window, display-buffer-pop-up-window)
21929         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21930         (display-buffer-in-side-window, normalize-buffer-to-display)
21931         (display-buffer-normalize-specifiers-1)
21932         (display-buffer-normalize-specifiers-2)
21933         (display-buffer-normalize-specifiers, display-buffer-frame):
21934         New functions.
21935         (display-buffer): Major rewrite.
21936         (display-buffer-other-window, display-buffer-other-frame)
21937         (pop-to-buffer, switch-to-buffer-other-window)
21938         (switch-to-buffer-other-frame): Rewrite.
21939         (display-buffer-same-window, display-buffer-same-frame)
21940         (display-buffer-same-frame-other-window)
21941         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21942         (pop-to-buffer-other-window)
21943         (pop-to-buffer-same-frame-other-window)
21944         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21945         (switch-to-buffer-other-window-same-frame): New functions.
21946         (same-window-p, special-display-p): Rewrite disabling warnings.
21947         Make obsolete.
21948         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21949         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21950         Make obsolete
21951         (same-window-buffer-names, same-window-regexps)
21952         (special-display-frame-alist, special-display-popup-frame)
21953         (special-display-function, special-display-buffer-names)
21954         (special-display-regexps, pop-up-frame-alist)
21955         (pop-up-frame-function, split-window-preferred-function)
21956         (split-height-threshold, split-width-threshold)
21957         (even-window-heights): Make obsolete.
21959 2011-06-12  Glenn Morris  <rgm@gnu.org>
21961         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
21962         Misc simplifications.
21964 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
21966         * window.el (window-safely-shrinkable-p): Restore function which
21967         was inadvertently removed in change from 2011-06-11.  Declare as
21968         obsolete.
21970         * calendar/calendar.el (calendar-generate-window):
21971         Use window-iso-combined-p instead of combination of one-window-p and
21972         window-safely-shrinkable-p.
21974 2011-06-12  Glenn Morris  <rgm@gnu.org>
21976         * progmodes/fortran.el (fortran-mode-syntax-table):
21977         * progmodes/f90.el (f90-mode-syntax-table):
21978         Set % to punctuation.  (Bug#8820)
21979         (f90-find-tag-default): Remove, no longer needed.
21981 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
21983         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21985 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
21987         * image.el (image-animated-p): Return animation delay in seconds.
21988         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21989         (image-animate-timeout): Remove DELAY argument.  Don't assume
21990         every subimage has the same delay; get it from image-animated-p.
21991         (image-animate): Caller changed.
21993 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
21995         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21996         to ignored backtrace functions.
21998 2011-06-11  Glenn Morris  <rgm@gnu.org>
22000         * calendar/appt.el (appt-disp-window-function): Doc fix.
22001         (appt-check): Handle overlapping appointments.  (Bug#8337)
22003 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
22005         * window.el (window-tree-1, window-tree): New functions, moving
22006         the latter to window.el.
22007         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
22008         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
22009         (bw-refresh-edges): Remove.
22010         (balance-windows-1, balance-windows-2): New functions.
22011         (balance-windows): Rewrite in terms of window tree functions,
22012         balance-windows-1 and balance-windows-2.
22013         (bw-adjust-window): Remove.
22014         (balance-windows-area-adjust): New function with functionality of
22015         bw-adjust-window but using resize-window.
22016         (set-window-text-height): Rewrite doc-string.
22017         Use normalize-live-window and resize-window.
22018         (enlarge-window-horizontally, shrink-window-horizontally):
22019         Rename argument to DELTA.
22020         (window-buffer-height): New function.
22021         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
22022         Rewrite using new window resize routines.
22023         (kill-buffer-and-window, mouse-autoselect-window-select):
22024         Use ignore-errors instead of condition-case.
22025         (quit-window): Call delete-frame instead of delete-windows-on
22026         for the only buffer on frame.
22028 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22030         * loadup.el (top-level): Load window before files for the sake
22031         of replace-buffer-in-windows.
22033         * files.el (read-buffer-to-switch)
22034         (switch-to-buffer-other-window)
22035         (switch-to-buffer-other-frame, display-buffer-other-frame):
22036         Move to window.el.
22038         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
22039         (previous-buffer): Move to window.el.
22041         * bindings.el (unbury-buffer): Move to window.el.
22043         * window.el (delete-other-windows-vertically): Move after
22044         definition of delete-other-windows.
22045         (other-window, delete-windows-on, replace-buffer-in-windows):
22046         Move here from window.c.
22047         (record-window-buffer, unrecord-window-buffer)
22048         (set-window-buffer-start-and-point, switch-to-prev-buffer)
22049         (switch-to-next-buffer): New functions.
22050         (get-next-valid-buffer, last-buffer, next-buffer): Move here
22051         from simple.el.  Call switch-to-next-buffer.
22052         (previous-buffer): Move here from simple.el.
22053         Call switch-to-prev-buffer.
22054         (bury-buffer): Move here from buffer.c.  Switch to previous
22055         buffer when window cannot be deleted.
22056         (unbury-buffer): Move here from bindings.el.
22057         (ctl-x-map): Move binding for other-window from window.c to
22058         here.
22059         (read-buffer-to-switch, switch-to-buffer-other-window)
22060         (switch-to-buffer-other-frame): Move here from files.el.
22061         (normalize-buffer-to-switch-to): New functions.
22062         (switch-to-buffer): Move here from buffer.c.
22063         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
22065 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
22067         * window.el (window-min-height, window-min-width): Move here
22068         from window.c.  Add defcustoms and rewrite doc-strings.
22069         (resize-mini-window, resize-window): New functions.
22070         (adjust-window-trailing-edge, enlarge-window, shrink-window):
22071         Move here from window.c.
22072         (maximize-window, minimize-window): New functions.
22073         (delete-window, delete-other-windows, split-window): Move here
22074         from window.c.
22075         (window-split-min-size): New function.
22076         (split-window-keep-point): Mention split-window-above-each-other
22077         instead of split-window-vertically.
22078         (split-window-above-each-other, split-window-vertically):
22079         Rename split-window-vertically to split-window-above-each-other
22080         and provide defalias for old definition.
22081         (split-window-side-by-side, split-window-horizontally):
22082         Rename split-window-horizontally to split-window-side-by-side
22083         and provide defalias for the old definition.
22084         (ctl-x-map): Move bindings for delete-window,
22085         delete-other-windows and enlarge-window here from window.c.
22086         Replace bindings for split-window-vertically and
22087         split-window-horizontally by bindings for
22088         split-window-above-each-other and split-window-side-by-side.
22090         * cus-start.el (all): Remove entries for window-min-height and
22091         window-min-width.  Add entries for window-splits and
22092         window-nest.
22094 2011-06-09  Glenn Morris  <rgm@gnu.org>
22096         * calendar/appt.el (appt-mode-line): New function.
22097         (appt-check, appt-disp-window): Use it.
22099         * files.el (hack-one-local-variable-eval-safep):
22100         Allow minor-modes with explicit +/-1 arguments.
22102 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
22104         * term/xterm.el (xterm): Add defgroup.
22105         (xterm-extra-capabilities): Add defcustom to supply known xterm
22106         capabilities, skip querying them, or query them (default).
22107         (terminal-init-xterm): Use it.
22108         (terminal-init-xterm-modify-other-keys): New function to set up
22109         modifyOtherKeys support to simplify `terminal-init-xterm'.
22111 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
22113         * window.el (resize-window-reset, resize-window-reset-1)
22114         (resize-subwindows-skip-p, resize-subwindows-normal)
22115         (resize-subwindows, resize-other-windows, resize-this-window)
22116         (resize-root-window, resize-root-window-vertically)
22117         (window-deletable-p, window-or-subwindow-p)
22118         (frame-root-window-p): New functions.
22120 2011-06-09  Glenn Morris  <rgm@gnu.org>
22122         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
22123         (ange-ftp-get-files): Use it.
22125 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
22127         * mail/sendmail.el (mail-recover-1, mail-recover):
22128         * files.el (recover-file, recover-session):
22129         Handle dired-listing-switches not being just a single short option.
22131 2011-06-09  Glenn Morris  <rgm@gnu.org>
22133         * calendar/appt.el (appt-display-message, appt-disp-window):
22134         Handle lists of appointments.
22136 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22138         * window.el (one-window-p): Move down in code.
22139         Rewrite doc-string.
22140         (window-current-scroll-bars): Rewrite doc-string.
22141         Normalize live window argument.
22142         (walk-windows, get-window-with-predicate, count-windows):
22143         Rewrite doc-string.  Use window-list-1.
22144         (window-in-direction-2, window-in-direction, get-mru-window):
22145         New functions.
22147 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
22149         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
22150         Doc fix (Bug#8713).
22152 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
22154         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
22156 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
22158         * loadhist.el (unload-feature-special-hooks):
22159         Add `comint-output-filter-functions'.
22161 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
22163         * calendar/appt.el (appt-check): Move some initializations into the let.
22165 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
22167         * window.el (window-height): Defalias to window-total-height.
22168         (window-width): Defalias to window-body-width.
22170 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
22172         * image-mode.el (image-toggle-animation): New command.
22173         (image-mode-map): Bind it to RET.
22174         (image-mode): Update message.
22175         (image-toggle-display-image): Avoid a spurious cache flush.
22176         (image-transform-rotation): Doc fix.
22177         (image-transform-properties): Return quickly in the normal case.
22178         (image-animate-loop): Rename from image-animate-max-time.
22180         * image.el (image-animate-max-time): Move to image-mode.el.
22181         (create-animated-image): Remove unnecessary function.
22182         (image-animate): Rename from image-animate-start.  New arg.
22183         (image-animate-stop): Remove; just use image-animate-timer.
22184         (image-animate-timer): Use car-safe.
22185         (image-animate-timeout): Rename argument.
22187 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
22189         * window.el (get-lru-window, get-largest-window): Move here from
22190         window.c.  Rename first argument to ALL-FRAMES.
22191         Rephrase doc-strings.
22192         (get-buffer-window-list): Rewrite using window-list-1.
22193         Rephrase doc-string.
22194         (window-safe-min-height, window-safe-min-width): New constants.
22195         (window-size-ignore, window-min-size, window-min-size-1)
22196         (window-sizable, window-sizable-p, window-size-fixed-1)
22197         (window-size-fixed-p, window-min-delta-1, window-min-delta)
22198         (window-max-delta-1, window-max-delta, window-resizable)
22199         (window-resizable-p, window-total-height, window-total-width)
22200         (window-body-width): New functions.
22201         (window-full-height-p, window-full-width-p): Rewrite using
22202         window-total-size.
22203         (window-body-height): Rewrite using window-body-size.
22205 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
22207         * window.el (window-right, window-left, window-child)
22208         (window-child-count, window-last-child, window-any-p)
22209         (normalize-live-buffer, normalize-live-frame)
22210         (normalize-any-window, normalize-live-window)
22211         (window-iso-combination-p, window-iso-combined-p)
22212         (window-iso-combinations)
22213         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
22214         (windows-with-parameter, window-with-parameter)
22215         (window-atom-root, make-window-atom, window-atom-check-1)
22216         (window-atom-check, window-side-check, window-check):
22217         New functions.
22218         (ignore-window-parameters, window-sides, window-sides-vertical)
22219         (window-sides-slots): New variables.
22220         (window-size-fixed): Move down in code.  Minor doc-string fix.
22222 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
22224         * comint.el (comint-dynamic-complete-as-filename)
22225         (comint-dynamic-complete-filename): Correctly call
22226         completion-in-region.
22228 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22230         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22231         in last change.
22233 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22235         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22236         (rcirc): Use it to prompt for encryption.
22238 2011-06-05  Roland Winkler  <winkler@gnu.org>
22240         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22241         (bibtex-search-entries): New command bound to C-c C-a.
22242         (bibtex-display-entries): New function.
22244 2011-06-05  Roland Winkler  <winkler@gnu.org>
22246         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22247         (bibtex-insert-kill): After yanking insert newline if necessary.
22248         (bibtex-initialize): Call bibtex-string-files-init only once.
22249         (bibtex-mode): Do not call easy-menu-add.
22250         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22251         (bibtex-yank): Set arg properly if nil.
22253 2011-06-05  Roland Winkler  <winkler@gnu.org>
22255         * textmodes/bibtex.el (bibtex-search-entry-globally):
22256         New variable.
22257         (bibtex-search-entry): Use it.
22259 2011-06-05  Roland Winkler  <winkler@gnu.org>
22261         * textmodes/bibtex.el (bibtex-entry-format): New option
22262         sort-fields.
22263         (bibtex-format-entry, bibtex-reformat): Honor this option.
22264         (bibtex-parse-entry): Return fields in proper order.
22266 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
22268         * doc-view.el (doc-view-remove-if): Move computation of result out
22269         of `dolist' to silence misleading lexical-binding warning.
22271 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
22273         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22274         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22276 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22278         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22279         "SunOS 5.10".
22281 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22283         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22284         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22285         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22286         (tramp-parse-putty):
22287         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22288         (tramp-completion-function-alist-ssh)
22289         (tramp-completion-function-alist-telnet)
22290         (tramp-completion-function-alist-su)
22291         (tramp-completion-function-alist-putty): Set `tramp-autoload'
22292         cookie.
22294         * net/tramp-ftp.el:
22295         * net/tramp-sh.el:
22296         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22297         load "tramp.el" `tramp-set-completion-function'.
22299 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22301         * shell.el: Require and use pcomplete.
22302         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22303         (shell-completion-vars): Set pcomplete-default-completion-function.
22305 2011-06-04  Deniz Dogan  <deniz@dogan.se>
22307         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22308         `memq' (Bug#8799).
22310 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22312         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22314 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
22316         * bs.el (bs--mark-unmark, bs--nth-wrapper):
22317         * mpc.el (mpc-select-extend, mpc-songpointer-context):
22318         * vc/log-view.el (log-view-beginning-of-defun):
22319         * vc/smerge-mode.el (smerge-apply-resolution-patch)
22320         (smerge-refine-forward, smerge-refine-chopup-region):
22321         Silence warning for unused `dotimes' counter variables.
22323 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22325         * net/tramp.el (tramp-with-progress-reporter): Rename from
22326         with-progress-reporter.  Use `declare'.
22327         * net/tramp-smb.el:
22328         * net/tramp-sh.el:
22329         * net/tramp-gvfs.el: Update all uses.
22331 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
22333         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22334         buffer isn't killed before making it current.
22336 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22338         Silence various byte-compiler warnings.
22339         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22340         `access-type' and new obsolescence format.
22341         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22342         new format.
22343         (byte-compile-check-variable): New `access-type' argument.
22344         Only warn if the access-type is obsolete.
22345         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22346         (byte-compile-variable-set): Adjust callers.
22347         * help-fns.el (describe-variable): Adjust to new obsolescence format.
22348         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22349         setting it as obsolete.
22350         * simple.el (minibuffer-completing-symbol):
22351         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22352         access as obsolete.
22353         * minibuffer.el (minibuffer-completing-file-name): Don't make it
22354         obsolete yet.
22355         * international/quail.el (quail-mouse-choose-completion): Remove unused
22356         code referring to obsolete var.
22357         (quail-choose-completion-string): Remove.
22358         * server.el (server-clients-with, server-kill-buffer-query-function)
22359         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22360         * proced.el (proced-send-signal):
22361         * emacs-lisp/lisp.el (lisp-complete-symbol):
22362         Replace completion-annotate-function with completion-extra-properties.
22364 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22366         * simple.el (goto-line): Use read-number.
22367         (overriding-map-is-bound): Remove.
22368         (saved-overriding-map): Change default.
22369         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22370         Take the map as argument.
22371         (universal-argument, negative-argument, digit-argument): Use it.
22372         (restore-overriding-map): Adjust.
22373         (do-auto-fill): Use fill-forward-paragraph.
22374         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22376         * minibuffer.el (minibuffer-inactive-mode-map): New var.
22377         (minibuffer-inactive-mode): New major mode.
22378         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22379         the *Messages* buffer" hack.
22380         (mouse-popup-menubar): Don't burp if the event is a normal key.
22382         Miscellaneous tweaks.
22383         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22384         lexical scoping as in subr.el's dolist and dotimes.
22385         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22386         Silence compiler warning.
22387         * thingatpt.el (forward-whitespace): Trivial coding style fix.
22388         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22389         * international/ccl.el (ccl-compile): Trivial simplification.
22390         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22391         * emacs-lisp/testcover.el (testcover-end): Remove spurious
22392         `printflag' argument.
22393         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22394         Purecopy the whole obsolescence data.
22396 2011-06-01  Leo Liu  <sdl.web@gmail.com>
22398         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22399         improve doc-string as suggested by Marco Pessotto
22400         <melmothx@gmail.com>.
22401         (rcirc-print): Fix last change.
22403 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22405         * minibuffer.el (complete-with-action): Return nil for the metadata and
22406         boundaries of non-functional tables.
22407         (completion-table-dynamic): Return nil for the metadata.
22408         (completion-table-with-terminator): Add default case, using
22409         complete-with-action.
22410         (completion--metadata): New function.
22411         (completion-all-sorted-completions, minibuffer-completion-help): Use it
22412         to try and avoid pathological performance problems.
22413         (completion--embedded-envvar-table): Return `category' metadata.
22415 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22417         * subr.el (process-alive-p): New tiny convenience function.
22419 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22421         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22422         content but also its previous major mode.
22424 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
22426         * emacs-lisp/debug.el (debug): Restore the previous content of the
22427         *Backtrace* buffer when we exit with C-M-c.
22429 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22431         * minibuffer.el: Add metadata method to completion tables.
22432         (completion-category-overrides): New defcustom.
22433         (completion-metadata, completion--field-metadata)
22434         (completion-metadata-get, completion--styles)
22435         (completion--cycle-threshold): New functions.
22436         (completion-try-completion, completion-all-completions):
22437         Add `metadata' argument to choose completion-styles.
22438         (completion--do-completion): Use metadata to choose cycling.
22439         (completion-all-sorted-completions): Use metadata for sorting.
22440         Remove :completion-cycle-penalty which is not needed any more.
22441         (completion--try-word-completion): Add `metadata' argument.
22442         (minibuffer-completion-help): Check metadata for annotation function
22443         and sorting.
22444         (completion-file-name-table): Return `category' metadata.
22445         (minibuffer-completing-file-name): Make obsolete.
22446         * simple.el (minibuffer-completing-symbol): Make obsolete.
22447         * icomplete.el (icomplete-completions): Pass new `metadata' param to
22448         completion-try-completion.
22450 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22452         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22454 2011-05-30  Leo Liu  <sdl.web@gmail.com>
22456         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22457         (rcirc-print): Decode all incoming messages (bug#8744).
22458         (rcirc-decode-coding-system): Allow value nil for automatic coding
22459         system detection.
22461 2011-06-01  Glenn Morris  <rgm@gnu.org>
22463         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22465 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22467         * image.el (image-animate-max-time): Allow nil and t values.
22468         Default to nil.
22469         (create-animated-image): Doc fix.
22470         (image-animate-start): Remove second arg; just use
22471         image-animate-max-time.
22472         (image-animate-timeout): Doc fix.  Args changed.
22474         * image-mode.el (image-toggle-display-image): Ensure that the
22475         image spec passed to the animate timer is the same object as in
22476         the buffer's display property (Bug#6981).
22477         (image-transform-properties): Doc fix.
22479         * image.el (image-animate-max-time): Default to nil.
22481 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
22483         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22484         entire buffer list (Bug#8184).
22486 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22488         * image.el (imagemagick-types-inhibit)
22489         (imagemagick-register-types): Doc fix.
22491 2011-05-29  Deniz Dogan  <deniz@dogan.se>
22493         * net/rcirc.el (rcirc): Use the user's stored encryption method by
22494         default.
22496 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22498         * select.el: Don't perform clipboard-manager saving in hooks;
22499         leave the hooks empty.
22501 2011-05-28  Leo Liu  <sdl.web@gmail.com>
22503         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22504         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
22505         (occur-edit-mode): New major mode (Bug#8463).
22506         (occur-after-change-function): New function.
22507         (occur-engine): Give Occur tags a read-only property.
22509 2011-05-28  Kevin Ryde  <user42@zip.com.au>
22511         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22513 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22515         * bindings.el (help-echo): Make the initial non-indicator dash
22516         empty on graphical terminals (Bug#7295).
22518         * files.el (auto-mode-alist): Move config rule after the
22519         in-stripping one (Bug#8547).
22521         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22523         * startup.el (normal-splash-screen): Remove gratuitous mode-line
22524         setting (Bug#8740).
22526 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
22528         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22529         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22530         (Bug#8539).
22532 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22534         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22536 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
22538         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22539         (hs-hide-block-at-point, hs-find-block-beginning)
22540         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22541         (Bug#8279).
22543 2011-05-28  Glenn Morris  <rgm@gnu.org>
22545         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
22547 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22549         * help-fns.el (describe-function-1): If the function is a derived
22550         major mode, print the parent mode.
22552         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22553         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22555 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22557         * minibuffer.el (completion--capf-wrapper): Check applicability before
22558         returning non-nil for non-exclusive completion data.
22559         * progmodes/etags.el (tags-completion-at-point-function):
22560         * info-look.el (info-lookup-completions-at-point): Mark as
22561         non-exclusive.
22562         (info-complete): Adjust accordingly.
22564         * info-look.el: Convert to lexical-binding and completion-at-point.
22565         (info-lookup-completions-at-point): New function.
22566         (info-complete): Use it and completion-in-region.
22568 2011-05-28  Drew Adams  <drew.adams@oracle.com>
22570         * isearch.el: Let M-e start with point at the first mismatched char.
22571         (isearch-fail-pos): New function.
22572         (isearch-edit-string): Use it.
22574 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22576         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22578 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
22580         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
22581         traversal functions for avl-trees.
22582         (avl-tree--stack): New struct.
22583         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22584         (avl-tree-enter): Add optional `updatefun' arg.
22585         (avl-tree--do-enter): Add optional `updatefun' arg.
22586         Change return value.
22587         (avl-tree-delete): Add optional `test' and `nilflag' args.
22588         (avl-tree--do-delete): Add `test' and `nilflag' args.
22589         Change return value.
22590         (avl-tree-member): Add optional `nilflag'
22591         (avl-tree-member-p): New function.
22592         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22593         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22594         (avl-tree-stack-empty-p): New functions.
22596         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22597         avl-tree--del-balance1 and make it work both ways.
22598         (avl-tree--del-balance2): Remove.
22599         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22600         make it work both ways.
22601         (avl-tree--enter-balance2): Remove.
22602         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22603         New macros.
22604         (avl-tree--mapc, avl-tree-map): Add direction argument.
22606 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
22608         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22610 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
22612         * select.el: Support clipboard managers with built-in function
22613         x-clipboard-manager-save, via delete-frame-functions and
22614         kill-emacs-hook.
22615         (xselect-convert-to-targets): Add MULTIPLE target to list.
22616         (xselect-convert-to-save-targets): New function.
22618 2011-05-27  Kenichi Handa  <handa@m17n.org>
22620         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22621         let-binding rfc2047-encode-encoded-words to nil.
22623 2011-05-27  Glenn Morris  <rgm@gnu.org>
22625         * mail/emacsbug.el: Don't require url-util.
22627         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
22629         * files.el (set-auto-mode):
22630         Also respect mode: entries at the end of the file.  (Bug#8586)
22632 2011-05-26  Glenn Morris  <rgm@gnu.org>
22634         * files.el (hack-local-variables-prop-line, hack-local-variables):
22635         Downcase mode names, as seems to be traditional.
22636         (hack-local-variables, hack-local-variables-apply): Doc fixes.
22638         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22639         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
22641 2011-05-25  Julien Danjou  <julien@danjou.info>
22643         * textmodes/rst.el (rst-define-level-faces): Do not define face
22644         symbol if it is already defined.
22646 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22648         * play/5x5.el (5x5-new-game, 5x5-randomize):
22649         Reset 5x5-solver-output to nil when a new grid is cast.
22650         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22651         these debugging traces, as defmacro breaks the compiled code.
22653 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22655         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22657 2011-05-24  Leo Liu  <sdl.web@gmail.com>
22659         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22660         (vc-bzr-sha1): Adapt.
22662         * sha1.el: Remove.  Function `sha1' is now builtin.
22664         * bindings.el: Provide sha1 feature.
22666 2011-05-24  Kenichi Handa  <handa@m17n.org>
22668         * mail/sendmail.el: Require `rfc2047'.
22669         (mail-insert-from-field): Do not perform RFC2047 encoding.
22670         (mail-encode-header): New function.
22671         (sendmail-send-it): Set buffer-file-coding-system of the work
22672         buffer to the return value of select-message-coding-system.
22673         Call mail-encode-header.
22675         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22677 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
22679         * mail/supercite.el (sc-default-cite-frame):
22680         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22682 2011-05-24  Glenn Morris  <rgm@gnu.org>
22684         * progmodes/python.el (brm-menu): Declare.
22686         * emulation/viper.el (viper-set-hooks): Declare.
22688         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22689         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22690         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22691         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22692         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22693         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22695 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22697         Add an :exit-function for completion-at-point.
22699         * minibuffer.el (completion--done): New fun.
22700         (completion--do-completion): Use it.  New arg `expect-exact'.
22701         (minibuffer-complete, minibuffer-complete-word): Don't output message,
22702         since completion--do-completion does it for us now.
22703         (minibuffer-force-complete): Use completion--done and
22704         completion--replace.  Handle sole-completion case with more care.
22705         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22706         (completion-extra-properties): New var.
22707         (completion-annotate-function): Make obsolete.
22708         (minibuffer-completion-help): Adjust accordingly.
22709         Use completion-list-insert-choice-function.
22710         (completion-at-point, completion-help-at-point):
22711         Bind completion-extra-properties.
22712         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22713         * simple.el (completion-list-insert-choice-function): New var.
22714         (completion-setup-function): Preserve it.
22715         (choose-completion): Pay attention to it, shuffle the code a bit.
22716         (choose-completion-string): New arg `insert-function'.
22718         * textmodes/bibtex.el: Convert to lexical binding.
22719         (bibtex-mode-map): Use completion-at-point.
22720         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22721         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22722         (bibtex-complete): Define as obsolete alias.
22723         (bibtex-complete-internal): Remove.
22724         (bibtex-format-entry): Remove unused sub-group in regexp.
22725         * shell.el (shell--command-completion-data)
22726         (shell-environment-variable-completion):
22727         * pcomplete.el (pcomplete-completions-at-point):
22728         * comint.el (comint--complete-file-name-data): Use :exit-function
22729         instead of completion-table-with-terminator so it also works for
22730         choose-completion.
22732 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22734         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22736         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22737         (bug#8710).
22739         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22741 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
22743         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22744         customization variable and implement: If non-nil, auto-fill will
22745         be inhibited while on topic's header line.
22747 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22749         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22750         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
22751         always have a solution in grid size = 5 cases.
22752         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22753         (5x5-solver-output, 5x5-log-buffer): New vars.
22754         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22755         Make these variables buffer local to achieve 5x5 multi-session-ness.
22756         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22757         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22758         (5x5-solve-suggest): New funs.
22759         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22760         randomize a grid so that we ensure that there is always a solution.
22761         (5x5-make-random-grid): Allow other movement than flipping.
22763 2011-05-23  Kevin Ryde  <user42@zip.com.au>
22765         * emacs-lisp/advice.el (ad-read-advised-function):
22766         Use `function-called-at-point' as the default, if it has
22767         advice and passes PREDICATE.
22769 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22771         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22772         byte-compile-lambda if it's actually a lambda.
22774         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22775         Fix function quoting.  Use backquote better.
22777 2011-05-22  Yuanle Song  <sylecn@gmail.com>
22779         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22780         matching (Bug#8516).
22782 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
22784         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22785         different face (Bug#8178).
22787 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
22789         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22790         defface (Bug#8144).
22792 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22794         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22795         funcall as well (bug#8712).  Warn when performing those conversions.
22796         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22798         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22800 2011-05-22  Glenn Morris  <rgm@gnu.org>
22802         * files.el (hack-local-variables-prop-line): Small simplifications.
22803         (hack-local-variables, hack-local-variables-prop-line):
22804         If MODE-ONLY, return the mode, rather than just `t'.
22806 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22808         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22810 2011-05-21  Glenn Morris  <rgm@gnu.org>
22812         * files.el (hack-local-variables-prop-line, hack-local-variables):
22813         If only interested in the mode, don't bother doing the other stuff.
22815         * image-mode.el (image-after-revert-hook):
22816         Redraw all frames on which the image is visible.  (Bug#8567)
22818         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
22820         * wid-edit.el (widget-checklist-match-inline):
22821         Fix 2011-04-19 change.  (Bug#8649)
22823 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22825         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22826         Also allow singlespace after single-letter capitals followed by a dot.
22828         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22829         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22831 2011-05-20  Nix  <nix@esperi.org.uk>
22833         * files.el (basic-save-buffer-2):
22834         Fix handling of break-hardlink-on-save with non-existent files.
22836 2011-05-19  Deniz Dogan  <deniz@dogan.se>
22838         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22839         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22841 2011-05-19  Glenn Morris  <rgm@gnu.org>
22843         * progmodes/f90.el (f90-type-def-re):
22844         Handle "type, bind(c)".  (Bug#8691)
22846         * emacs-lisp/autoload.el (batch-update-autoloads):
22847         Set autoload-excludes by parsing loadup.el rather than Makefiles.
22849 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
22851         * net/tramp.el (tramp-process-actions): Set "first-password-request"
22852         property for the correct connection in case of multihops.
22854 2011-05-18  Glenn Morris  <rgm@gnu.org>
22856         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22857         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22859         Rationalize calendar handling of day and month abbrev-arrays.
22860         * calendar/calendar.el (calendar-customized-p): New function.
22861         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22862         (calendar-day-name-array, calendar-month-name-array): Doc fix.
22863         Add :set function.
22864         (calendar-abbrev-length, calendar-day-abbrev-array)
22865         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22866         (calendar-day-abbrev-array, calendar-month-abbrev-array):
22867         Elements may no longer be nil.
22868         (calendar-day-name, calendar-month-name):
22869         Update for changed nature of abbrev arrays.
22870         * calendar/diary-lib.el (diary-name-pattern):
22871         Update for changed nature of abbrev arrays.
22872         (diary-mark-entries-1): Update calendar-make-alist calls.
22873         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22874         * calendar/cal-html.el (cal-html-day-abbrev-array):
22875         Simply inherit from calendar-day-abbrev-array.
22877 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22879         * progmodes/grep.el (grep-mode): Disable default
22880         compilation-directory-matcher setting (bug#8684).
22882 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
22884         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22885         instead of "head" and "tail".  There were problems with SunOS 5.9,
22886         and it performs better.
22888 2011-05-17  Glenn Morris  <rgm@gnu.org>
22890         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22892         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22893         Replace obsolete function.
22895         * shell.el (pcomplete-parse-arguments-function): Declare.
22897         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22898         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22899         (appt-check): Doc fixes.
22900         (appt-disp-window-function, appt-delete-window-function):
22901         Remove needless special case in custom :type.
22902         (appt-display-count): Default to 0, not nil.
22903         (appt-check): Reset appt-display-count to 0, not nil.
22905 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
22907         * progmodes/python.el (python-font-lock-keywords):
22908         Add the Python 3.X keyword "nonlocal" (bug#8639).
22910 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22912         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22914 2011-05-16  Kevin Ryde  <user42@zip.com.au>
22916         * info-look.el (makefile-automake-mode): New setups, looking in
22917         automake manual, then makefile-mode.
22918         (makefile-mode): Remove automake manual, have it just in
22919         makefile-automake-mode since there's various things different or
22920         not relevant to plain make.
22921         (makefile-mode): Remove "other-modes" non-existent automake-mode,
22922         believe a hypothetical automake-mode would go to makefile-mode,
22923         not the other way around.
22925 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
22927         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22928         hunk-end tags (Bug#8672).
22930         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22931         vc-annotate-show-diff-revision-at-line (Bug#8671).
22933 2011-05-14  Glenn Morris  <rgm@gnu.org>
22935         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22936         in the middle of an existing one with multiple authors.  (Bug#8645)
22937         (change-log-font-lock-keywords): Also handle multiple author lines
22938         with leading tabs.  (Bug#8644)
22940         * calendar/appt.el (appt-check): Rename some local variables.
22941         Some simplification/reordering.
22943         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22944         (feedmail-sendmail-f-doesnt-sell-me-out)
22945         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22946         (feedmail-debug-sit-for, feedmail-queue-express-hook)
22947         (feedmail-queue-runner-message-sender): Set :version.
22948         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22949         (bbdb-dwim-net-address, vm-mail): Declare.
22950         (feedmail-binmail-gnulinuxish-template):
22951         Rename from feedmail-binmail-linuxish-template.
22952         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22953         Use insert-buffer-substring.
22955 2011-05-14  Bill Carpenter  <bill@carpenter.org>
22957         * mail/feedmail.el (feedmail-patch-level): Increase.
22958         (feedmail-debug): New custom group.
22959         (feedmail-confirm-outgoing-timeout)
22960         (feedmail-sendmail-f-doesnt-sell-me-out)
22961         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22962         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22963         (feedmail-sender-line, feedmail-from-line)
22964         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22965         (feedmail-spray-this-address)
22966         (feedmail-spray-address-fiddle-plex-list)
22967         (feedmail-queue-use-send-time-for-date)
22968         (feedmail-queue-use-send-time-for-message-id)
22969         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22970         (feedmail-buffer-eating-function):
22971         Doc fixes.
22972         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22973         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22974         (feedmail-message-action-scroll-down): New functions.
22975         (feedmail-queue-directory, feedmail-queue-draft-directory):
22976         Use expand-file-name.
22977         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22978         Remove C-v help entry.
22979         (feedmail-queue-buffer-file-name): New variable.
22980         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22981         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22982         (feedmail-message-action-send-strong, feedmail-message-action-edit)
22983         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22984         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22985         (feedmail-message-action-toggle-spray)
22986         (feedmail-run-the-queue-no-prompts)
22987         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22988         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22989         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22990         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22991         (feedmail-envelope-deducer, feedmail-fiddle-from)
22992         (feedmail-fiddle-sender, feedmail-default-date-generator)
22993         (feedmail-fiddle-date, feedmail-fiddle-message-id)
22994         (feedmail-fiddle-spray-address)
22995         (feedmail-fiddle-list-of-spray-fiddle-plexes)
22996         (feedmail-fiddle-list-of-fiddle-plexes)
22997         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22998         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22999         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
23000         Change default.  Doc fix.
23001         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
23002         (feedmail-binmail-linuxish-template): New constant.
23003         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
23004         Respect feedmail-sendmail-f-doesnt-sell-me-out.
23005         (feedmail-send-it): Add debug call.
23006         Use feedmail-queue-buffer-file-name, and
23007         feedmail-send-it-immediately-wrapper.
23008         (feedmail-message-action-send): Add debug call.
23009         Use feedmail-send-it-immediately-wrapper.
23010         (feedmail-queue-express-to-queue): Add debug call.
23011         Run feedmail-queue-express-hook.
23012         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
23013         (feedmail-message-action-help-blat):
23014         Rename from feedmail-queue-send-edit-prompt-help-first.
23015         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
23016         Check line-endings.  Handle errors better.
23017         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
23018         Doc fix.  Add debug call.
23019         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
23020         Use feedmail-queue-send-edit-prompt-inner.
23021         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
23022         (feedmail-queue-send-edit-prompt-inner): New function, extracted
23023         from feedmail-queue-send-edit-prompt.
23024         (feedmail-queue-send-edit-prompt-help)
23025         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
23026         (feedmail-tidy-up-slug): Add debug call.
23027         Respect feedmail-queue-slug-suspect-regexp.
23028         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
23029         (feedmail-dump-message-to-queue): Add debug call.
23030         Expand queue-directory.
23031         (feedmail-dump-message-to-queue): Change message slightly.
23032         Use feedmail-say-chatter.
23033         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
23034         (feedmail-send-it-immediately-wrapper): New function.
23035         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
23036         Insert empty string rather than newline.  Handle full-frame case.
23037         Use catch/throw.  Use feedmail-say-chatter.
23038         (feedmail-fiddle-from): Try mail-host-address.
23039         (feedmail-default-message-id-generator): Doc fix.
23040         Bind system-time-locale.  Handle missing end.
23041         (feedmail-fiddle-x-mailer): Add debug call.
23042         Handle feedmail-x-mailer-line being nil.
23043         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
23044         Add debug call.  Use buffer-substring-no-properties.
23045         (feedmail-say-debug, feedmail-say-chatter): New functions.
23046         (feedmail-find-eoh): Give an explicit error.
23048 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
23050         * net/newst-treeview.el (newsticker-treeview-face): Change default
23051         family from helvetica to sans.
23052         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
23053         etc/images/newsticker.
23055         * net/newst-reader.el (newsticker-feed-face): Change default
23056         family from helvetica to sans.
23058         * net/newst-plainview.el (newsticker-new-item-face)
23059         (newsticker-old-item-face, newsticker-immortal-item-face)
23060         (newsticker-obsolete-item-face, newsticker-date-face)
23061         (newsticker-statistics-face): Change default family from
23062         helvetica to sans.
23063         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
23064         etc/images/newsticker.
23066         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
23067         (newsticker--process-auto-mark-filter-match): Tell user about
23068         auto-marking.
23070 2011-05-13  Didier Verna  <didier@xemacs.org>
23072         Common Lisp indentation improvements on defmethod and lambda-lists.
23073         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
23074         TODO entries.
23075         (lisp-lambda-list-keyword-parameter-indentation)
23076         (lisp-lambda-list-keyword-parameter-alignment)
23077         (lisp-lambda-list-keyword-alignment): New customizable user options.
23078         (lisp-indent-defun-method): Improve docstring.
23079         (extended-loop-p): Fix comment.
23080         (lisp-indent-lambda-list-keywords-regexp): New variable.
23081         (lisp-indent-lambda-list): New function.
23082         (lisp-indent-259): Use it.
23083         (lisp-indent-defmethod): Support for more than one
23084         method qualifier and properly indent methods lambda-lists.
23085         (defgeneric): Provide a missing common-lisp-indent-function property.
23087 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23089         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
23090         bounds for the empty string (bug#8667).
23092 2011-05-13  Glenn Morris  <rgm@gnu.org>
23094         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
23096         * mail/sendmail.el (sendmail-program): Try executable-find first.
23097         (sendmail-send-it): `sendmail-program' cannot be unbound.
23099         * calendar/appt.el (appt-make-list): Simplify.
23100         (appt-time-msg-list): Doc fix.
23101         (appt-check): Change mode-line message at the time of the appointment.
23103 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
23105         * progmodes/ld-script.el (ld-script-keywords)
23106         (ld-script-builtins): Update keywords list.
23108 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23110         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
23112         * shell.el (shell-completion-vars): New function.
23113         (shell-mode):
23114         * simple.el (read-shell-command): Use it.
23115         (blink-matching-open): No need for " [...]" in minibuffer-message.
23117 2011-05-12  Glenn Morris  <rgm@gnu.org>
23119         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
23120         (appt-check): Simplify.
23122 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
23124         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
23125         literal "/dev/null".
23127 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23129         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
23130         Fix typo.
23132 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
23134         * progmodes/which-func.el (which-function):
23135         Use add-log-current-defun instead of add-log-current-defun-function,
23136         which might not be defined (Bug#8260).
23138 2011-05-12  Glenn Morris  <rgm@gnu.org>
23140         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
23141         Let byte-compile-initial-macro-environment always take precedence.
23143 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23145         * net/rcirc.el: Add support for SSL/TLS connections.
23146         (rcirc-server-alist): New field `encryption'.
23147         (rcirc): Check `encryption' settings.
23148         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
23149         Merge make-local-variable into `set'.
23150         (rcirc--connection-open-p): New function.
23151         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
23152         the process is not a network process (e.g. running gnutls-cli).
23153         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
23154         Make rcirc-(en|de)code-coding-system local here.
23155         (rcirc-mode): Merge make-local-variable into `set'.
23156         (rcirc-parent-buffer): Make permanent buffer-local.
23157         (rcirc-multiline-minor-mode): Don't do it here.
23158         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
23159         there's no server buffer.
23161 2011-05-11  Glenn Morris  <rgm@gnu.org>
23163         * newcomment.el (comment-kill): Prefix "unused" local.
23165         * term/w32console.el (get-screen-color): Declare.
23167         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
23168         Handle symbol elements of byte-compile-initial-macro-environment.
23170 2011-05-10  Leo Liu  <sdl.web@gmail.com>
23172         * bookmark.el (bookmark-bmenu-mode-map):
23173         Bind bookmark-bmenu-search to `/'.
23175         * mail/footnote.el: Convert to utf-8 encoding.
23176         (footnote-unicode-string, footnote-unicode-regexp): New variable.
23177         (Footnote-unicode): New function.
23178         (footnote-style-alist): Add unicode style to the list.
23179         (footnote-style): Doc fix.
23181 2011-05-10  Jim Meyering  <meyering@redhat.com>
23183         Fix doubled-word typos.
23184         * international/quail.el (quail-insert-kbd-layout): and and -> and
23185         * kermit.el: and and -> and
23186         * net/ldap.el (ldap-search-internal): to to -> to
23187         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
23188         * progmodes/js.el (js-mode): and and -> and
23189         * textmodes/artist.el (artist-move-to-xy): at at -> at
23190         (artist-draw-region-trim-line-endings): if if -> if
23191         And Safetyc -> Safety.
23192         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
23194 2011-05-10  Glenn Morris  <rgm@gnu.org>
23195             Stefan Monnier  <monnier@iro.umontreal.ca>
23197         * files.el (hack-one-local-variable-eval-safep):
23198         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
23200 2011-05-10  Glenn Morris  <rgm@gnu.org>
23202         * calendar/diary-lib.el (diary-list-entries-hook)
23203         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
23204         (diary-nongregorian-marking-hook, diary-list-entries)
23205         (diary-include-other-diary-files, diary-mark-entries)
23206         (diary-mark-included-diary-files): Doc fixes.
23208 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23210         * misc.el: Require tabulated-list.el during compilation.
23212 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23214         * progmodes/compile.el (compilation-start):
23215         Run compilation-filter-hook for the async case too.
23216         (compilation-filter-hook): Doc fix.
23218 2011-05-09  Deniz Dogan  <deniz@dogan.se>
23220         * wdired.el: Remove outdated installation comment.  Fix usage
23221         comment.
23223 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23225         * misc.el: Implement new command `list-dynamic-libraries'.
23226         (list-dynamic-libraries--loaded-only-p): New variable.
23227         (list-dynamic-libraries--refresh): New function.
23228         (list-dynamic-libraries): New command.
23230 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23232         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23233         Fix the ant regexp to handle end-line and end-column info from jikes.
23234         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
23235         higher priority to avoid clobbering by gnu.
23237 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23239         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23240         if the face has existing theme settings (Bug#8454).
23242 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
23244         * progmodes/perl-mode.el (perl-imenu-generic-expression):
23245         Only match variables declared via `my' or `our' (Bug#8261).
23247         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23248         special file names `.' and `..' (Bug#8259).
23250 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23252         * progmodes/grep.el (grep-mode-font-lock-keywords):
23253         Remove buffer-changing entries.
23254         (grep-filter): New function.
23255         (grep-mode): Add it to compilation-filter-hook.
23257         * progmodes/compile.el (compilation-filter-hook)
23258         (compilation-filter-start): New defvars.
23259         (compilation-filter): Call compilation-filter-hook prior to
23260         updating the process mark.
23262 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23264         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23266 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
23268         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23269         mailclient-send-it even if window-system is nil.  (Bug#8595)
23271         * term/w32console.el (terminal-init-w32console):
23272         Call get-screen-color and use its output to set the frame
23273         background-mode.  (Bug#8597)
23275 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23277         Make bytecomp.el understand that defmethod defines funs (bug#8631).
23278         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23279         New functions.
23280         (defgeneric, eieio--defmethod): Use them.
23281         (eieio-defgeneric): Remove.
23282         (defmethod): Call defgeneric in a way visible to the byte-compiler.
23284 2011-05-07  Glenn Morris  <rgm@gnu.org>
23286         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23287         Use let rather than let*.
23288         (timeclock-find-discrep): Remove unused local.
23290         * calendar/diary-lib.el (diary-comment-start): Doc fix.
23292         * calendar/appt.el (appt-time-msg-list): Doc fix.
23294 2011-05-06  Noah Friedman  <friedman@splode.com>
23296         * apropos.el (apropos-print-doc): Only use
23297         emacs-lisp-docstring-fill-column when it is bound to an integer,
23298         per that variable's documentation.
23300 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23302         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23303         and warnings are not silently discarded (e.g. use -d instead of -P).
23305 2011-05-06  Glenn Morris  <rgm@gnu.org>
23307         * calendar/appt.el (appt-message-warning-time): Doc fix.
23308         (appt-warning-time-regexp): New option.
23309         (appt-make-list): Respect appt-message-warning-time.
23311         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23312         New options.
23313         (diary-add-to-list): Strip comments from the displayed string.
23314         (diary-mode): Set comment-start and comment-end.
23316         * vc/diff-mode.el (smerge-refine-subst): Declare.
23317         (diff-refine-hunk): Don't require smerge-mode when compiling.
23319 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
23321         * simple.el (list-processes): Return nil as the docstring says.
23323 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23325         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23326         to "".
23327         (ange-ftp-write-region, ange-ftp-insert-file-contents)
23328         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23329         determining of binary transfer.  (Bug#7383)
23331 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23333         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23334         Fix port computation bug.  (Bug#8618)
23336 2011-05-05  Glenn Morris  <rgm@gnu.org>
23338         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23340         * simple.el (shell-dynamic-complete-functions)
23341         (comint-dynamic-complete-functions): Declare.
23343         * net/network-stream.el (gnutls-negotiate):
23344         * simple.el (tabulated-list-print): Fix declarations.
23346         * progmodes/gud.el (syntax-symbol, syntax-point):
23347         Remove unnecessary and incorrect declarations.
23349         * emacs-lisp/check-declare.el (check-declare-scan):
23350         Handle byte-compile-initial-macro-environment in bytecomp.el.
23352 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23354         Fix earlier half-done eieio-defmethod change (bug#8338).
23355         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23356         Streamline and change calling convention.
23357         (defmethod): Adjust accordingly and simplify.
23358         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23359         new eieio--defmethod.
23360         (slot-boundp): Minor CSE simplification.
23362 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
23364         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23365         (glasses-make-readable): Use glasses-separate-capital-groups.
23367 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
23369         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23370         (warning-series): Doc fix.
23371         (display-warning): Don't try to create the buffer if we just found it.
23373 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
23375         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23376         (autoload-find-generated-file): New function.
23377         (generate-file-autoloads): Bind generated-autoload-file to
23378         buffer-file-name.
23379         (update-file-autoloads, update-directory-autoloads):
23380         Use autoload-find-generated-file.  If called interactively, prompt for
23381         output file (Bug#7989).
23382         (batch-update-autoloads): Doc fix.
23384 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
23386         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23388 2011-05-04  Glenn Morris  <rgm@gnu.org>
23390         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23391         function, so it follows changes in calendar-date-style.
23392         (diary-fancy-date-matcher): New function.
23393         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23394         (diary-fancy-font-lock-fontify-region-function):
23395         Use diary-fancy-date-pattern as a function.
23397         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23398         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
23400 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
23402         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23403         instead of positional arguments.  Allow :keylist and :crlfiles
23404         arguments.
23405         (open-gnutls-stream): Call it.
23407         * net/network-stream.el (network-stream-open-starttls): Adjust to
23408         call `gnutls-negotiate' with :process and :hostname arguments.
23410 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23412         * minibuffer.el (completion--message): New function.
23413         (completion--do-completion, minibuffer-complete)
23414         (minibuffer-force-complete, minibuffer-complete-word): Use it.
23415         (completion--do-completion): Don't ignore completion-auto-help when in
23416         icomplete-mode.
23418         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23419         internal encoding (e.g. tibetan zero is not whitespace).
23420         (global-whitespace-mode): Prefer save-current-buffer.
23421         (whitespace-trailing-regexp): Remove useless save-match-data.
23422         (whitespace-empty-at-bob-regexp): Minor simplification.
23424 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
23426         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23428 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
23430         * textmodes/ispell.el (ispell-add-per-file-word-list):
23431         Use `concat' to create string for insertion.
23433 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23435         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23436         Avoid open-line which runs post-self-insert-hook.
23437         (bibtex-fill-entry): Remove unused `end' var.
23439 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
23441         * textmodes/ispell.el (ispell-add-per-file-word-list):
23442         Protect against `nil' value of `comment-start' (Bug#8579).
23444 2011-05-03  Leo Liu  <sdl.web@gmail.com>
23446         * isearch.el (isearch-yank-pop): New command.
23447         (isearch-mode-map): Bind it to `M-y'.
23448         (isearch-forward): Mention it.
23450 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23452         * simple.el (minibuffer-complete-shell-command): Remove.
23453         (minibuffer-local-shell-command-map): Use completion-at-point.
23454         (read-shell-command): Setup completion vars here instead.
23455         (read-expression-map): Bind TAB to symbol completion.
23457         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23458         error directly rather via storing it into `results'.
23460 2011-05-02  Leo Liu  <sdl.web@gmail.com>
23462         * vc/diff.el: Fix description.
23464 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23466         * server.el (server-eval-at): New function.
23468 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23470         * net/network-stream.el (open-network-stream): Take a :nowait
23471         parameter and pass it on to `make-network-process'.
23472         (network-stream-open-plain): Ditto.
23474 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
23476         * faces.el (face-spec-set-match-display): Don't match toolkit
23477         options on terminal frames.
23479 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23481         * progmodes/pascal.el: Use lexical binding.
23482         (pascal-mode-map): Remove author preferences.
23484         * pcomplete.el (pcomplete-std-complete): Don't abuse
23485         completion-at-point.
23487 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23489         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23490         removing code that has been dead since 1991 or so.
23492         * startup.el (command-line): When warning about "_emacs", use a
23493         delayed warning to allow the user to filter it out.
23495 2011-04-28  Deniz Dogan  <deniz@dogan.se>
23497         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23498         user has not joined.
23500 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23502         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23503         aren't any completions at point.
23505 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23507         * subr.el (display-delayed-warnings): New function.
23508         (delayed-warnings-hook): New variable.
23510 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23512         * minibuffer.el (completion-at-point, completion-help-at-point):
23513         Don't presume that a given completion-at-point-function will always
23514         use the same calling convention.
23516         * pcomplete.el (pcomplete-completions-at-point):
23517         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
23518         pcomplete-seen is non-nil.
23519         (pcomplete-comint-setup): Also recognize the new comint/shell
23520         completion functions.
23521         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23522         pcomplete-seen is non-nil.
23524 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
23526         * calendar/icalendar.el (diary-lib): Add require statement.
23527         (icalendar--create-uid): Read out a uid from a text-property on
23528         the first character in the entry.  This allows for code to add its
23529         own uid to the entry.
23530         (icalendar--convert-float-to-ical): Add export of
23531         `diary-float'-entries save for those with the optional DAY
23532         argument.
23534 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
23536         * subr.el (shell-quote-argument): Use alternate escaping strategy
23537         when we spot a variable reference in a string.
23539 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23541         * cus-start.el (all): Define customization for debug-on-event.
23543 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23545         * subr.el (shell-quote-argument): Escape correctly under Windows.
23547 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23549         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23551 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
23553         * net/tramp.el (tramp-process-actions): Add POS argument.
23554         Delete region between POS and (pos).
23556         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23557         Use `nil' position in `tramp-process-actions' call.
23558         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23560         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23561         position in `tramp-process-actions' call.
23563         * net/trampver.el: Update release number.
23565 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23567         * custom.el (defcustom): Obey lexical-binding.
23569         Fix octave-inf completion problems reported by Alexander Klimov.
23570         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23571         Inherit from octave-mode-syntax-table.
23572         (inferior-octave-mode): Set info-lookup-mode.
23573         (inferior-octave-completion-at-point): New function.
23574         (inferior-octave-complete): Use it and completion-in-region.
23575         (inferior-octave-dynamic-complete-functions): Use it as well, and use
23576         comint-filename-completion.
23577         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23578         symbol elements which shouldn't be word elements.
23579         (octave-font-lock-keywords, octave-beginning-of-defun)
23580         (octave-function-header-regexp): Adjust regexps accordingly.
23581         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23583 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
23585         * net/gnutls.el (gnutls-errorp): Declare before first use.
23587 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
23589         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23590         verify-error, and verify-hostname-error parameters.  Check whether
23591         default trustfile exists before going to use it.  Add missing
23592         argument to gnutls-message-maybe call.  Return value.
23593         Reported by Claudio Bley <claudio.bley@gmail.com>.
23594         (open-gnutls-stream): Add usage example.
23596         * net/network-stream.el (network-stream-open-starttls): Give host
23597         parameter to `gnutls-negotiate'.
23598         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23599         * subr.el (shell-quote-argument): Escape correctly under Windows.
23601 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
23603         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23604         Use correct match group (bug#8438).
23606 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
23608         * emacs-lisp/package.el (package-built-in-p): Fix typo.
23609         (package-menu--generate): New arg specifying packages to show.
23610         (package-menu-refresh, package-menu-execute, list-packages):
23611         Callers changed.
23612         (package-show-package-list): New function, replacing deleted
23613         package--list-packages (renamed because it is non-internal).
23615         * finder.el (finder-list-matches): Use package-show-package-list
23616         instead of deleted package--list-packages.
23618         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23619         Based on a previous implementation by Juanma Barranquero (Bug#8366).
23620         (vc-annotate-mode-map): Bind it to RET.
23622 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
23624         * progmodes/etags.el (next-file): Don't use set-buffer to change
23625         buffers (Bug#8478).
23627 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
23629         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23631         * apropos.el (apropos-label-face): Avoid variable-pitch face.
23632         (apropos-accumulator): Doc fix.
23633         (apropos-function, apropos-macro, apropos-command)
23634         (apropos-variable, apropos-face, apropos-group, apropos-widget)
23635         (apropos-plist): Add face property.
23636         (apropos-symbols-internal): Fix indentation.
23637         (apropos-print): Simplify help, and recognize apropos-multi-type.
23638         (apropos-print-doc): Use button-type-get to extract the button's
23639         face property.  Fill docstring (Bug#8352).
23641 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
23643         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23645         * play/mpuz.el (mpuz-silent): Doc fix.
23646         (mpuz-mode-map): Use mapc.
23647         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23648         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23649         Fix typos in docstrings.
23651         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23652         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23654         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23656 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
23658         * minibuffer.el (completion--do-completion): Avoid the "Next char
23659         not unique" prompt if icomplete-mode is enabled (Bug#5849).
23661         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23662         mouse-2 into unread-command-events, it is interpreted correctly.
23664         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23665         (image-toggle-display): Doc fix.
23667 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
23669         * textmodes/page.el (what-page): Use line-number-at-pos to
23670         calculate line number (Bug#6825).
23672 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
23674         * eshell/esh-mode.el (find-tag-interactive): Declare function.
23675         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23676         Pass argument NO-DEFAULT to `find-tag-interactive'.
23678 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
23680         Lexical-binding cleanup.
23682         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23683         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23684         * progmodes/ada-prj.el (ada-prj-initialize-values)
23685         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23686         (ada-prj-show-value):
23687         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23688         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23689         (antlr-invalidate-context-cache, antlr-options-menu-filter)
23690         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23691         * progmodes/bug-reference.el (bug-reference-push-button):
23692         * progmodes/fortran.el (fortran-line-length):
23693         * progmodes/glasses.el (glasses-change):
23694         * progmodes/octave-mod.el (octave-fill-paragraph):
23695         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23696         (python-pdbtrack-grub-for-buffer, python-sentinel):
23697         * progmodes/sql.el (sql-save-connection):
23698         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23699         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23700         Mark unused parameters.
23702         * progmodes/compile.el (compilation--flush-directory-cache)
23703         (compilation--flush-parse, compile-internal): Mark unused parameters.
23704         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23705         (compilation-next-error-function): Remove unused variable `timestamp'.
23707         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23708         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23710         * progmodes/dcl-mode.el (dcl-end-of-command):
23711         Remove unused variable `start'.
23712         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23713         (dcl-option-value-basic, dcl-option-value-offset)
23714         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23715         Mark unused parameters.
23716         (dcl-save-local-variable): Remove unused variable `val'.
23717         (mode): Declare.
23719         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23720         Mark unused parameters.
23721         (delphi-ignore-changes): Move before first use.
23722         (delphi-charset-token-at): Remove unused variable `start'.
23723         (delphi-else-start): Remove unused variable `if-count'.
23724         (delphi-comment-block-start, delphi-comment-block-end):
23725         Remove unused variable `kind'.
23726         (delphi-indent-line): Remove unused variable `new-point'.
23728         * progmodes/ebrowse.el (ebrowse-files-list)
23729         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23730         Mark unused parameters.  Don't quote `lambda'.
23731         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23732         Don't quote `lambda'.
23733         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23734         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23735         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23736         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23737         Use `ignore-errors'.
23738         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23739         (ebrowse-view/find-file-and-search-pattern)
23740         (ebrowse-view/find-member-declaration/definition):
23741         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23742         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23743         Rename parameter PREFIX-ARG to PREFIX.
23744         (ebrowse-tags-read-name): Remove unused variables `start' and
23745         `member-info'.
23746         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23747         to `tags-file'.
23749         * progmodes/etags.el (local-find-tag-hook): Declare.
23750         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23751         Mark unused parameters.
23753         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23754         (executable-interpret): Mark unused parameter.
23756         * progmodes/flymake.el (flymake-process-sentinel)
23757         (flymake-after-change-function)
23758         (flymake-create-temp-with-folder-structure)
23759         (flymake-get-include-dirs-dot): Mark unused parameters.
23760         (flymake-safe-delete-directory): Remove unused variable `err'.
23762         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23763         (speedbar-timer-fn, speedbar-line-text)
23764         (speedbar-change-expand-button-char, speedbar-delete-subblock)
23765         (speedbar-center-buffer-smartly): Declare functions.
23766         (gdb-find-watch-expression): Remove unused variable `array'.
23767         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23768         (gdb-starting): Mark unused parameters.
23769         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23770         (gdb-table-string): Remove unused variable `res'.
23771         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23772         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23773         (gdb-display-buffer): Remove unused variable `cur-size'.
23775         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23776         allow lexical-binding compilation.
23777         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23778         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23779         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23780         Mark unused parameters.
23781         (gud-gdb-marker-filter): Remove unused variable `match'.
23782         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23783         lambda expressions and funcall them, instead of using `fset'.
23785         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23786         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23788         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23789         variable `header-beg'; use `let'.
23791         * progmodes/icon.el (indent-icon-exp): Remove unused variables
23792         `restart', `last-sexp' and `at-do'.
23794         * progmodes/js.el (js--debug): Mark unused parameter.
23795         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23796         (js--splice-into-items): Remove unused variable `item'.
23797         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23799         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23800         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23801         (makefile-complete): Remove unused variable `try'.
23802         (makefile-fill-paragraph, makefile-match-function-end):
23803         Mark unused parameters.
23805         * progmodes/octave-inf.el (inferior-octave-complete):
23806         Remove unused variable `proc'.
23807         (inferior-octave-output-digest): Mark unused parameter.
23809         * progmodes/perl-mode.el (perl-calculate-indent):
23810         Remove unused variable `err'.
23812         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23813         (prolog-indent-line): Mark unused parameters.
23814         (prolog-indent-line): Remove unused variable `beg'.
23816         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23817         (reporter-dont-compact-list): Declare.
23819         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23820         Remove unused variable `char'.
23821         (sh-debug): Mark unused parameter.
23822         (sh-get-indent-info): Remove unused variable `start'.
23823         (sh-calculate-indent): Remove unused variable `var'.
23825         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23826         (simula-electric-keyword): Remove unused variable `null'.
23827         (simula-search-backward, simula-search-forward): Remove unused
23828         variables `begin' and `end'.
23830         * progmodes/vera-mode.el (vera-guess-basic-syntax):
23831         Remove unused variable `pos'.
23832         (vera-electric-tab, vera-comment-uncomment-region):
23833         Mark unused parameters.
23834         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23836 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
23838         * emacs-lisp/package.el (package--builtins, package-alist)
23839         (package-load-descriptor, package-built-in-p, package-activate)
23840         (define-package, package-installed-p)
23841         (package-compute-transaction, package-buffer-info)
23842         (package--push): Doc fix.  Distinguish more clearly between
23843         version strings and version lists.
23845 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
23847         Lexical-binding cleanup.
23849         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23850         (5x5-make-mutate-best):
23851         * play/fortune.el (fortune-in-buffer):
23852         * play/gomoku.el (gomoku-init-display):
23853         * play/solitaire.el (solitaire, solitaire-do-check):
23854         * play/tetris.el (tetris-default-update-speed-function):
23855         Mark unused parameters.
23857         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23858         (bubbles--shift): Remove unused variable `char-org'.
23859         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
23860         (bubbles--show-images): Remove unused variable `char'.
23862         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23863         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23864         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23865         (decipher-analyze-buffer): Use ?\s.
23866         (decipher-make-checkpoint): Remove unused variable `mapping'.
23868         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23870         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23871         Remove unused variable `result'; use `let'.
23873         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23874         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23875         (gametree-children-shown-p, gametree-compute-reduced-score):
23876         Use `ignore-errors'.
23878         * play/handwrite.el (ps-lpr-switches): Declare.
23879         (handwrite): Remove unused variables `pmin' and `lastp'.
23881         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23883         * play/landmark.el (landmark-init-display)
23884         (landmark-update-naught-weights): Mark unused parameters.
23885         (landmark-y): Remove unused variable `noise'.  Simplify.
23886         (landmark-human-plays): Remove unused variable `score'.
23888         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23889         (mpuz-try-proposal): Remove unused variable `game'.
23891         * play/zone.el (life-patterns): Declare.
23893 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
23895         * vc/vc.el (ediff-vc-internal): Declare function.
23897 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23899         * shell.el: Use lexical-binding and std completion UI.
23900         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23901         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23902         comint-preoutput-filter-functions rather than on
23903         comint-output-filter-functions.
23904         (shell-command-completion, shell--command-completion-data)
23905         (shell-filename-completion, shell-environment-variable-completion)
23906         (shell-c-a-p-replace-by-expanded-directory): New functions.
23907         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23908         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23909         (shell-dynamic-complete-environment-variable): Use them.
23910         (shell-dynamic-complete-as-environment-variable)
23911         (shell-dynamic-complete-as-command): Remove.
23912         (shell-match-partial-variable): Match past point.
23913         * comint.el: Clean up use of completion-at-point-functions.
23914         (comint-completion-at-point): New function.
23915         (comint-mode): Use it completion-at-point-functions.
23916         (comint-dynamic-complete): Make it obsolete.
23917         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23918         (comint-c-a-p-replace-by-expanded-history): New function.
23919         (comint-dynamic-complete-functions)
23920         (comint-replace-by-expanded-history): Use it.
23921         * minibuffer.el (completion-table-with-terminator): Allow dynamic
23922         termination strings.  Try harder to avoid second try-completion.
23923         (completion-in-region-mode-map): Disable bindings that don't work yet.
23925         * comint.el: Use lexical-binding.  Require CL.
23926         (comint-dynamic-complete-functions): Use comint-filename-completion.
23927         (comint-completion-addsuffix): Tweak custom type.
23928         (comint-filename-completion, comint--common-suffix)
23929         (comint--common-quoted-suffix, comint--table-subvert)
23930         (comint--complete-file-name-data): New functions.
23931         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23932         (comint-dynamic-list-filename-completions): Use them.
23933         (comint-dynamic-simple-complete): Make obsolete.
23935         * minibuffer.el (completion-in-region-mode):
23936         Keep completion-in-region-mode--predicate global.
23937         (completion-in-region--postch):
23938         Assume completion-in-region-mode--predicate is not null.
23940         * progmodes/flymake.el (flymake-start-syntax-check-process):
23941         Obey `dir'.  Simplify.
23943         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23944         we're in VC after all.
23946 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
23948         * vc/vc.el (vc-diff-build-argument-list-internal)
23949         (vc-version-ediff, vc-ediff): New commands.
23950         (vc-version-diff): Use vc-diff-build-argument-list-internal.
23952 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23954         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23955         add sanity check.
23957         * obsolete/erc-hecomplete.el: Make obsolete.
23958         * obsolete/: Standardize obsolescence info in the header.
23960 2011-04-20  Glenn Morris  <rgm@gnu.org>
23962         * calendar/solar.el (solar-horizontal-coordinates):
23963         Use the longitude argument rather than `calendar-longitude'.
23964         (solar-date-next-longitude): Remove unused locals.
23966 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23968         * whitespace.el: New version 13.2.1.
23970 2011-04-20  felix  <EmacsWiki>  (tiny change)
23972         * whitespace.el (global-whitespace-mode): Keep highlight when
23973         switching between major modes on a file.
23975 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23977         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23978         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23979         multi-line comments as well.
23981 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
23983         Lexical-binding cleanup.
23985         * arc-mode.el (archive-mode-revert):
23986         * cmuscheme.el (scheme-interactively-start-process):
23987         * custom.el (custom-initialize-delay):
23988         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23989         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23990         * emacs-lock.el (emacs-lock-clear-sentinel):
23991         * ezimage.el (defezimage):
23992         * follow.el (follow-avoid-tail-recenter):
23993         * fringe.el (set-fringe-mode-1):
23994         * generic-x.el (bat-generic-mode-compile):
23995         * help-mode.el (help-info-variable, help-do-xref)
23996         (help-mode-revert-buffer):
23997         * help.el (view-emacs-todo):
23998         * iswitchb.el (iswitchb-completion-help):
23999         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
24000         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
24001         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
24002         * locate.el (locate-update):
24003         * longlines.el (longlines-encode-region)
24004         (longlines-after-change-function):
24005         * outline.el (outline-isearch-open-invisible):
24006         * ps-def.el (declare-function, charset-dimension, char-width)
24007         (encode-char):
24008         * ps-mule.el (ps-mule-plot-string):
24009         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
24010         (recentf-edit-list-select, recentf-edit-list-validate)
24011         (recentf-open-files-action):
24012         * rect.el (delete-whitespace-rectangle-line)
24013         (rectangle-number-line-callback):
24014         * register.el (window-configuration-to-register)
24015         (frame-configuration-to-register):
24016         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
24017         * select.el (xselect-convert-to-string, xselect-convert-to-length)
24018         (xselect-convert-to-targets, xselect-convert-to-delete)
24019         (xselect-convert-to-filename, xselect-convert-to-charpos)
24020         (xselect-convert-to-lineno, xselect-convert-to-colno)
24021         (xselect-convert-to-os, xselect-convert-to-host)
24022         (xselect-convert-to-user, xselect-convert-to-class)
24023         (xselect-convert-to-name, xselect-convert-to-integer)
24024         (xselect-convert-to-atom, xselect-convert-to-identity):
24025         * subr.el (declare, ignore, process-kill-without-query)
24026         (text-clone-maintain):
24027         * terminal.el (te-get-char, te-tic-sentinel):
24028         * tool-bar.el (tool-bar-make-keymap):
24029         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
24030         * type-break.el (type-break-mode, type-break-noninteractive-query):
24031         * view.el (View-back-to-mark):
24032         * wid-browse.el (widget-browse-action, widget-browse-widget)
24033         (widget-browse-widgets, widget-browse-sexp):
24034         * widget.el (define-widget-keywords):
24035         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
24036         Mark unused parameters.
24038         * align.el (align-adjust-col-for-rule): Mark unused parameter.
24039         (align-areas): Remove unused variable `look'.
24040         (align-region): Remove unused variables `real-end' and `pos-list'.
24042         * apropos.el (apropos-score-doc): Remove unused variable `i'.
24044         * bindings.el (mode-line-modified, mode-line-remote):
24045         Mark unused parameters.
24046         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
24048         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
24049         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
24051         * comint.el (comint-history-isearch-pop-state)
24052         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
24053         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
24054         (comint-substitute-in-file-name): Doc fix.
24056         * completion.el (cmpl-statistics-block): Mark unused parameter.
24057         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
24058         (save-completions-to-file, load-completions-from-file):
24059         Remove unused local variable `e'.
24061         * composite.el (compose-chars): Remove unused variable `len'.
24062         (lgstring-insert-glyph): Remove unused variable `g'.
24063         (compose-glyph-string): Remove unused variables `ascent',
24064         `descent', `lbearing' and `rbearing'.
24065         (compose-glyph-string-relative): Remove unused variables
24066         `lbearing', `rbearing' and `wadjust'.
24067         (compose-gstring-for-graphic): Remove unused variables `header',
24068         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
24069         (compose-gstring-for-terminal): Remove unused variables `header'
24070         and `nchars'.  Use `let', not `let*'.
24072         * cus-edit.el (Custom-set, Custom-save, custom-reset)
24073         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
24074         (Custom-buffer-done, custom-buffer-create-internal)
24075         (custom-browse-visibility-action, custom-browse-group-tag-action)
24076         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
24077         (widget-magic-mouse-down-action, custom-toggle-parent)
24078         (custom-add-parent-links, custom-toggle-hide-variable)
24079         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
24080         (custom-toggle-hide-face, face, hook, custom-group-link-action)
24081         (custom-face-menu-create, custom-variable-menu-create, get)
24082         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
24083         (custom-reset-standard-save-and-update): Remove unused variable `value'.
24084         (customize-apropos): Remove unused variable `tests'.
24085         (custom-group-value-create): Remove unused variable `hidden-p'.
24086         (sort-fold-case): Declare.
24088         * cus-theme.el (custom-reset-standard-faces-list)
24089         (custom-reset-standard-variables-list): Declare.
24090         (customize-create-theme, custom-theme-revert, custom-theme-write)
24091         (custom-theme-choose-mode, customize-themes, custom-theme-save):
24092         Mark unused parameters.
24094         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
24096         * delim-col.el (delimit-columns-max): Move defvar before first use.
24098         * descr-text.el (describe-char-categories): Don't quote `lambda'.
24099         (describe-char): Don't quote `lambda'.  Mark unused parameter.
24101         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
24102         (auto-insert): Declare.
24103         (desktop-restore-file-buffer): Rename desktop-* parameters;
24104         mark unused ones.
24105         (desktop-create-buffer): Rename desktop-* parameters and bind them.
24106         (desktop-buffer): Rename desktop-* parameters.
24108         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
24109         (dframe-reposition-frame-xemacs, dframe-help-echo)
24110         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
24111         Mark unused parameters.
24113         * dired-aux.el (backup-extract-version-start, overwrite-query)
24114         (overwrite-backup-query, rename-regexp-query)
24115         (rename-non-directory-query): Declare.
24116         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
24117         (dired-add-entry): Remove unused variable `orig-file-name'.
24118         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
24119         Use parameter PRESERVE-TIME instead of accessing dynamic variable
24120         `dired-copy-preserve-time' directly.
24121         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
24122         (dired-insert-subdir-newpos): Rename unused variable `pos'.
24124         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
24125         (dired-virtual-revert, dired-make-relative-symlink):
24126         Mark unused parameters.
24127         (manual-program): Declare.
24128         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
24129         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
24130         wrapped in `with-no-warnings' to avoid replacing one warning by another.
24132         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
24134         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
24136         * echistory.el (electric-history-in-progress, Helper-return-blurb):
24137         Declare.
24139         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
24141         * electric.el (Electric-command-loop): Rename parameter
24142         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
24144         * expand.el (expand-in-literal): Remove unused variable `here'.
24146         * facemenu.el (facemenu-add-new-color):
24147         Remove unused variable `docstring'.
24149         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
24150         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
24151         (face-attr-construct): Mark unused parameter.  Doc fix.
24152         (read-color): Remove unused variable `hex-string'.
24154         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
24155         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
24156         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
24157         (display-buffer-other-frame): Remove unused variable `old-window'.
24158         (kill-buffer-hook): Declare.
24159         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
24160         Mark unused parameters.
24161         (after-find-file): Pass 1 to `auto-save-mode', not t.
24163         * files-x.el (auto-insert): Declare.
24164         (modify-file-local-variable-prop-line): Remove unused variable `val'.
24166         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
24167         variable `buf'.  Mark unused parameter.
24168         (find-lisp-insert-directory): Mark unused parameter.
24170         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
24171         (format-encode-region): Remove unused variables `cur-buf' and `result'.
24172         (format-common-tail): Remove, unused.
24173         (format-deannotate-region): Remove unused variable `loc'.
24174         (format-annotate-region): Remove unused variable `p'.
24175         (format-annotate-single-property-change): Remove unused variables
24176         `default' and `tail'.
24178         * forms.el (read-file-filter): Declare.
24179         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
24181         * frame.el (frame-creation-function-alist): Mark unused parameter.
24182         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
24184         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
24185         Remove unused parameters.
24186         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
24187         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
24189         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
24190         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
24191         (hfy-prepare-tag-map): Mark unused parameters.
24192         (htmlfontify-buffer): Use `called-interactively-p'.
24194         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
24195         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
24196         (ibuffer-do-occur): Mark unused parameters.
24197         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
24198         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
24200         * ibuffer.el: Don't quote `lambda'.
24201         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
24202         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
24203         Mark unused parameters.
24205         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
24206         (ido-completing-read): Mark unused parameters.
24207         (ido-copy-current-word): Mark unused parameters;
24208         remove unused variable `name'.
24209         (ido-sort-merged-list): Remove unused parameter `dirs'.
24211         * ielm.el (ielm-input-sender): Mark unused parameter.
24212         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
24213         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
24214         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
24215         `ielm-string' as a dynamic variable accessible from the IELM prompt.
24216         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
24218         * image-dired.el (image-dired-display-thumbs): Remove unused
24219         variables `curr-file' and `count'.
24220         (image-dired-remove-tag): Remove unused variable `start'.
24221         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24222         variable `curr-file'
24223         (image-dired-rotate-original): Remove unused variable `temp-file'.
24224         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24225         Remove unused variable `file'.
24226         (image-dired-gallery-generate): Remove unused variable `curr'.
24227         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24229         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24231         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24233         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24235         * isearch.el (minibuffer-history-symbol): Declare.
24236         (isearch-edit-string): Remove unused variable `err'.
24237         (isearch-message-prefix, isearch-message-suffix):
24238         Mark unused parameters.
24240         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24242         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24244         * makesum.el (double-column): Remove unused variable `cnt'.
24246         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24247         (ido-ignore-item-temp-list): Declare.
24249         * mouse-drag.el (mouse-drag-throw): Remove unused variables
24250         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24251         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24252         (mouse-drag-drag): Remove unused variables `mouse-delta' and
24253         `mouse-col-delta'.
24255         * mouse-sel.el (mouse-extend-internal):
24256         Remove unused variable `orig-window-frame'.
24258         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24259         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24260         Move declarations before first use.
24261         (pcomplete-opt): Mark unused parameters; doc fix.
24263         * proced.el (proced-revert): Mark unused parameter.
24264         (proced-send-signal): Remove unused variable `err'.
24266         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24267         Rename parameter PREFIX-ARG to ARG.
24268         (ps-basic-plot-string, ps-basic-plot-whitespace):
24269         Mark unused parameters.
24271         * replace.el (replace-count): Define.
24272         (occur-revert-function): Mark unused parameters.
24273         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24274         (isearch-case-fold-search, isearch-string): Declare.
24275         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24276         bind `case-fold-search'.  Remove unused variables `beg' and `end',
24277         and simplify.
24278         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24279         COUNT and bind `replace-count'.
24280         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24281         to COUNT.
24283         * savehist.el (print-readably, print-string-length): Declare.
24285         * shadowfile.el (shadow-expand-cluster-in-file-name):
24286         Remove unused variable `cluster'.
24287         (shadow-copy-file): Remove unused variable `i'.
24288         (shadow-noquery, shadow-clusters, shadow-site-cluster)
24289         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24290         (shadow-define-literal-group, shadow-define-regexp-group)
24291         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24293         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24294         (shell): Use `called-interactively-p'.
24295         (shell-directory-tracker): Remove unused variable `chdir-failure'.
24297         * simple.el (compilation-context-lines, comint-file-name-quote-list)
24298         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24299         (delete-backward-char): Remove unused variable `ocol'.
24300         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24301         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24302         (event-apply-hyper-modifier, event-apply-shift-modifier)
24303         (event-apply-control-modifier, event-apply-meta-modifier):
24304         Mark unused parameters.
24305         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24306         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24308         * speedbar.el (speedbar-ignored-directory-expressions)
24309         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24310         (speedbar-find-file, speedbar-dir-follow)
24311         (speedbar-directory-buttons-follow, speedbar-tag-find)
24312         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24313         (speedbar-buffers-line-directory, speedbar-buffer-click):
24314         Mark unused parameters.
24315         (speedbar-tag-file): Remove unused variable `mode'.
24316         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24318         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24320         * talk.el (talk): Remove unused variable `display'.
24322         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24323         (tar-write-region-annotate): Mark unused parameter.
24325         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24326         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24327         Declare them, wrapped in `with-no-warnings' to avoid replacing one
24328         warning by another.
24330         * time-stamp.el (time-stamp-string-preprocess):
24331         Remove unused variable `require-padding'.
24333         * tree-widget.el (widget-glyph-enable): Declare.
24334         (tree-widget-action): Mark unused parameter.
24336         * w32-fns.el (x-get-selection): Mark unused parameter.
24337         (autoload-make-program, generated-autoload-file): Declare.
24339         * wdired.el (wdired-revert): Mark unused parameters.
24340         (wdired-xcase-word): Remove unused variable `err'.
24342         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24343         (whitespace-help-scroll): Remove unused variable `data-help'.
24345         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24346         (widget-image-insert, widget-after-change, default)
24347         (widget-default-format-handler, widget-default-notify)
24348         (widget-default-prompt-value, widget-info-link-action)
24349         (widget-url-link-action, widget-function-link-action)
24350         (widget-variable-link-action, widget-file-link-action)
24351         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24352         (widget-field-prompt-internal, widget-field-action, widget-field-match)
24353         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24354         (widget-insert-button-action, widget-delete-button-action, visibility)
24355         (widget-documentation-link-action, widget-documentation-string-action)
24356         (widget-const-prompt-value, widget-regexp-match, symbol)
24357         (widget-coding-system-prompt-value)
24358         (widget-key-sequence-value-to-external, sexp)
24359         (widget-sexp-value-to-internal, character, vector, cons)
24360         (widget-choice-prompt-value, widget-boolean-prompt-value)
24361         (widget-color--choose-action): Mark unused parameters.
24362         (widget-item-match-inline, widget-choice-match-inline)
24363         (widget-checklist-match, widget-checklist-match-inline)
24364         (widget-group-match): Rename parameter VALUES to VALS.
24365         (widget-field-value-set): Remove unused variable `size'.
24366         (widget-color-action): Remove unused variables `value' and `start'.
24368         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24369         variable `dir'.  Doc fix.
24370         (windmove-find-other-window): Don't pass it.
24372         * window.el (count-windows): Mark unused parameter.
24373         (bw-adjust-window): Remove unused variable `err'.
24375         * woman.el (woman-file-name): Remove unused variable `default'.
24376         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24377         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24378         (global-font-lock-mode): Declare.
24379         (woman-decode-region): Mark unused parameter.
24380         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24382         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24383         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24384         (x-dnd-handle-moz-url): Remove unused variable `title'.
24385         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24387         * xml.el (xml-parse-tag, xml-parse-attlist):
24388         Remove unused variable `pos'.
24390 2011-04-19  Glenn Morris  <rgm@gnu.org>
24392         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24393         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24394         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24395         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24396         * calendar/cal-html.el (cal-html-insert-minical):
24397         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24398         (calendar-mark-date-pattern):
24399         Prefix "unused" locals.
24401         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24402         optional argument `style'.
24404         * calendar/appt.el (appt-make-list):
24405         * calendar/cal-china.el (calendar-chinese-date-string):
24406         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24407         (diary-hebrew-yahrzeit):
24408         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24409         * calendar/calendar.el (calendar-generate-window):
24410         * calendar/time-date.el (time-to-days):
24411         Remove unused local variables.
24413 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
24415         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24416         glyphless-char-display table.
24417         (tabulated-list-glyphless-char-display): New var.
24419 2011-04-18  Sam Steingold  <sds@gnu.org>
24421         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24422         to acknowledgments.
24424 2011-04-17  Glenn Morris  <rgm@gnu.org>
24426         * calendar/diary-lib.el (diary-sexp-entry):
24427         * calendar/holidays.el (holiday-sexp):
24428         Set debug-on-error rather than the removed stack-trace-on-error.
24430 2011-04-16  Glenn Morris  <rgm@gnu.org>
24432         * progmodes/f90.el: Use lexical-binding.
24433         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24435 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24437         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24438         (mail-mode): Setup mailalias completion here instead.
24439         * mail/mailalias.el: Use lexical-binding.
24440         (pattern, mailalias-done): Declare dynamic.
24441         (mail-completion-at-point-function): New function, from mail-complete.
24442         (mail-complete): Use it.
24443         (mail-completion-expand): New function.
24444         (mail-get-names): Use it.
24445         (mail-directory, mail-directory-process, mail-directory-stream):
24446         Don't use `pattern' for lexically bound arg.
24448         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24450         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24451         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24452         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24454         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24455         (byte-save-window-excursion, byte-temp-output-buffer-setup)
24456         (byte-interactive-p): Define them again, for use when inlining
24457         old code.
24459 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
24461         * loadup.el: Use `string-to-number', not `string-to-int'.
24463 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24465         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24466         gud-gdb-complete-command.
24467         (gud-gdb-completions): New function, from gud-gdb-complete-command.
24468         (gud-gdb-completion-at-point): New function.
24469         (gud-gdb-completions): Remove.
24471 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
24473         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24474         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
24475         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24476         whether `executable-find' is bound.
24478         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24480 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24482         * minibuffer.el (completion-in-region-mode-predicate)
24483         (completion-in-region-mode--predicate): New vars.
24484         (completion-in-region, completion-in-region--postch)
24485         (completion-in-region-mode): Use them.
24486         (completion--capf-wrapper): Also return the hook function.
24487         (completion-at-point, completion-help-at-point):
24488         Adjust and provide a predicate.
24490         Preserve arg names for advice of subr and lexical functions (bug#8457).
24491         * help-fns.el (help-function-arglist): Consolidate the subr and
24492         new-byte-code cases.  Add argument `preserve-names' to extract names
24493         from the docstring when needed.
24494         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24495         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24496         (ad-arglist): Use help-function-arglist's new arg.
24497         (ad-definition-type): Use cond.
24499 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
24501         * autorevert.el (auto-revert-handler):
24502         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24503         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24504         Don't quote lambda.
24506         * image-mode.el (image-transform-set-scale):
24507         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24509 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24511         * net/network-stream.el (network-stream-open-starttls): Only do
24512         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24513         Upgrades via gnutls-cli are too slow to be done opportunistically.
24515 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
24517         * dframe.el (dframe-current-frame): Remove spurious quote.
24519 2011-04-12  Glenn Morris  <rgm@gnu.org>
24521         * calendar/cal-tex.el (cal-tex-end-document):
24522         Try to automatically use latin1 input if needed.
24524         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24525         Don't try to cons a mark onto an empty element.
24527 2011-04-11  Leo Liu  <sdl.web@gmail.com>
24529         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24530         buffers.
24531         (ido-kill-buffer-at-head): Support killing virtual buffers.
24533 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
24535         * minibuffer.el (completion-show-inline-help): New var.
24536         (completion--do-completion, minibuffer-complete)
24537         (minibuffer-force-complete, minibuffer-complete-word):
24538         Inhibit minibuffer messages if completion-show-inline-help is nil.
24540         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24541         to avoid interference from inline help (Bug#5849).
24543 2011-04-10  Leo Liu  <sdl.web@gmail.com>
24545         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24546         Fix typo.
24548 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
24550         * image-mode.el (image-toggle-display-image): Signal an error if
24551         not in Image mode.
24552         (image-transform-mode, image-transform-resize)
24553         (image-transform-set-rotation): Doc fix.
24554         (image-transform-set-resize): Delete.
24555         (image-transform-set-scale, image-transform-fit-to-height)
24556         (image-transform-fit-to-width): Handle image-toggle-display-image
24557         and image-transform-resize directly.
24559 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
24561         * doc-view.el (doc-view-fit-width-to-window)
24562         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24563         New functions for fitting the shown image to the Emacs window size.
24564         (doc-view-mode-map): Add bindings for the new functions.
24566 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
24568         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24569         Fix typo in docstring.
24571 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24573         * files.el (file-size-human-readable): Produce one digit after
24574         decimal, like "ls -lh" does.
24576         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24577         the file size representation.
24579         * simple.el (list-processes): If async subprocesses are not
24580         available, error out with a clear error message.
24582 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
24584         * help.el (help-form-show): New function, to be called from C.
24585         Put help-form output in a buffer named differently than *Help*.
24587 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24589         * files.el (file-size-human-readable): New function.
24591         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24592         computing the representation inline.  Don't require `cl'.
24594 2011-04-08  Glenn Morris  <rgm@gnu.org>
24596         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24598         * net/browse-url.el (browse-url-firefox):
24599         Test system-type, not system-configuration.
24601         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24602         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24603         Use log-edit-empty-buffer-p.  (Bug#7598)
24605         * net/rlogin.el (rlogin-process-connection-type): Simplify.
24606         (rlogin-mode-map): Initialize in the defvar.
24607         (rlogin): Use ignore-errors.
24609         * replace.el (occur-mode-map): Some fixes for menu items.
24611 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
24613         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
24615 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
24617         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24618         issuing unused warnings.
24620         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24621         macro directly.
24623         * simple.el: Lisp reimplement of list-processes.  Based on an
24624         earlier reimplementation by Leo Liu, but using tabulated-list.el.
24625         (process-menu-mode): New major mode.
24626         (list-processes--refresh, list-processes):
24627         (process-menu-visit-buffer): New functions.
24629         * files.el (save-buffers-kill-emacs): Don't assume any return
24630         value of list-processes, which is undocumented anyway.
24632 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
24634         * emacs-lisp/tabulated-list.el: New file.
24636         * emacs-lisp/package.el: Use Tabulated List mode.
24637         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24638         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
24639         table format using Tabulated List mode variables.
24640         (package--push): New macro, replacing package-list-maybe-add.
24641         (package-menu--generate): Use package--push.  Renamed from
24642         package--generate-package-list.
24643         (package-menu-refresh, list-packages): Use it.
24644         (package-menu--print-info): Rename from package-print-package.
24645         Return insertion data instead of inserting it directly.
24646         (package-menu-describe-package, package-menu-execute):
24647         Use tabulated-list-get-id.
24648         (package-menu-mark-delete, package-menu-mark-install)
24649         (package-menu-mark-unmark, package-menu-backup-unmark)
24650         (package-menu-mark-obsolete-for-deletion):
24651         Use tabulated-list-put-tag.
24652         (package--list-packages, package-menu-revert)
24653         (package-menu-get-package, package-menu-get-version)
24654         (package-menu-sort-by-column): Functions deleted.
24655         (package-menu-package-list, package-menu-sort-key): Vars deleted.
24656         (package-menu--status-predicate, package-menu--version-predicate)
24657         (package-menu--name-predicate)
24658         (package-menu--description-predicate): Handle arguments in the
24659         Tabulated List format.
24660         (package-list-packages-no-fetch): Call list-packages.
24662 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
24664         * files.el (after-find-file-from-revert-buffer): Remove variable.
24665         (after-find-file): Don't bind it.
24666         (revert-buffer-in-progress-p): New variable.
24667         (revert-buffer): Bind it.
24668         Pass nil for `after-find-file-from-revert-buffer'.
24670         * saveplace.el (save-place-find-file-hook): Use new variable
24671         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24673 2011-04-06  Glenn Morris  <rgm@gnu.org>
24675         * Makefile.in (AUTOGEN_VCS): New variable.
24676         (autoloads): Use $AUTOGEN_VCS.
24678         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24679         * calendar/calendar.el (calendar-mode-map):
24680         Check for toolkit scroll bars.  (Bug#8305)
24682 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
24684         * minibuffer.el (completion-in-region--postch)
24685         (completion-in-region-mode): Remove unnecessary messages.
24687 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
24689         * font-lock.el (font-lock-refresh-defaults):
24690         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24691         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24693         * info.el (Info-directory-list, Info-read-node-name-2)
24694         (Info-split-parameter-string): Doc fixes.
24695         (Info-virtual-nodes): Reflow docstring.
24696         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24697         (Info-apropos-toc-nodes, info-finder, Info-get-token)
24698         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24699         Fix typos in docstrings.
24700         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24701         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24702         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24703         (Info-restore-desktop-buffer): Mark unused parameters.
24704         (Info-directory-find-file, Info-directory-find-node)
24705         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24706         (Info-virtual-index-find-node, Info-apropos-find-file)
24707         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24708         Mark unused parameters; fix typos in docstrings.
24709         (Info-virtual-index): Remove unused local variable `nodename'.
24711 2011-04-05  Deniz Dogan  <deniz@dogan.se>
24713         * net/rcirc.el: Update my e-mail address.
24714         (rcirc-mode-map): Remove M-o binding.
24716 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
24718         * startup.el (command-line): Save the cursor's theme-face
24719         directly, instead of using face-override-spec.
24721         * custom.el (load-theme): Minor optimization in assigning faces.
24723 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
24725         * help-fns.el (describe-variable): Complete all variables having
24726         documentation, including keywords.
24727         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24729 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
24731         Convert to lexical-binding.
24733         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24734         (bs--get-marked-string, bs--get-modified-string)
24735         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24736         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24737         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24739         * ehelp.el (electric-help-execute-extended)
24740         (electric-help-ctrl-x-prefix):
24741         * hexl.el (hexl-revert-buffer-function):
24742         * linum.el (linum-after-change, linum-after-scroll):
24743         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24745         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24747 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
24749         * epa-dired.el:
24750         * epa-mail.el:
24751         * epa-hook.el:
24752         * epa-file.el:
24753         * epa.el:
24754         * epg.el: Use lexical binding.
24756 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
24758         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24760         * textmodes/flyspell.el (flyspell-word): Recognize default
24761         dictionary case for flyspell-mark-duplications-exceptions.
24762         Use regexp matching for languages.
24763         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24764         default dictionary (Bug#7926).
24766 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
24768         * emacs-lisp/package.el (package--with-work-buffer):
24769         Recognize https URLs.
24771         * net/network-stream.el: Move from gnus/proto-stream.el.
24772         Change prefix to network-stream throughout.
24773         (open-protocol-stream): Merge into open-network-stream, leaving
24774         open-protocol-stream as an alias.  Handle nil BUFFER args.
24776         * subr.el (open-network-stream): Move to net/network-stream.el.
24778 2011-04-02  Glenn Morris  <rgm@gnu.org>
24780         * find-dired.el (find-exec-terminator): New option.
24781         (find-ls-option): Test for -ls support.
24782         (find-ls-subdir-switches): Test for -b in find-ls-option.
24783         (find-dired, find-grep-dired): Doc fixes.
24784         (find-dired): Use find-exec-terminator.
24786         * find-dired.el (find-ls-option, find-ls-subdir-switches)
24787         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24788         (find-name-arg): Remove purecopy.
24790         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24791         (grep-compute-defaults): Check for `-exec COMMAND +' support.
24792         Set grep-find-use-xargs, grep-find-command, and grep-find-template
24793         accordingly.  Don't add the null-device if not needed.
24795         * files.el (save-some-buffers): Doc fix.
24797 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
24799         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24801 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
24803         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24804         Use `dolist' rather than `mapcar'.
24806 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24808         Add lexical binding.
24810         * subr.el (apply-partially): Use new closures rather than CL.
24811         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24812         (dolist, dotimes): Use slightly different expansion for lexical code.
24813         (functionp): Move to C.
24814         (letrec): New macro.
24815         (with-wrapper-hook): Use it and apply-partially instead of CL.
24816         (eval-after-load): Preserve lexical-binding.
24817         (save-window-excursion, with-output-to-temp-buffer): Turn them
24818         into macros.
24820         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24822         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24823         than the arglist.
24824         (help-add-fundoc-usage): Don't add `Not documented'.
24825         (help-function-arglist): Handle closures, subroutines, and new
24826         byte-code-functions.
24827         (help-make-usage): Remove leading underscores.
24828         (describe-function-1): Handle closures.
24829         (describe-variable): Use special-variable-p for completion.
24831         * files.el (lexical-binding): Declare safe.
24833         * emacs-lisp/pcase.el: Don't use destructuring-bind.
24834         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
24835         (pcase): Add `let' pattern.
24836         Change memoization so it actually works.
24837         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24838         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24839         <let>: New case.
24841         * emacs-lisp/macroexp.el: Use lexical binding.
24842         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
24843         Don't convert ' to #' without checking that it's indeed quoting
24844         a lambda.
24846         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24847         Use eval-sexp-add-defvars.
24848         (eval-sexp-add-defvars): New fun.
24850         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24852         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24853         Don't autoload.
24854         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24855         than the internal `byte-compile-lambda'.
24856         (defmethod): Don't hide code under quotes.
24857         (eieio-defmethod): New `code' argument.
24859         * emacs-lisp/eieio-comp.el: Remove.
24861         * emacs-lisp/edebug.el (edebug-eval-defun)
24862         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24863         (edebug-toggle): Avoid `eval'.
24865         * emacs-lisp/disass.el (disassemble-internal): Handle new
24866         `closure' objects.
24867         (disassemble-1): Handle new byte codes.
24869         * emacs-lisp/cl.el (pushnew): Silence warning.
24871         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24872         (cl-byte-compile-throw): Remove.
24873         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24875         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24876         closures.
24878         * emacs-lisp/cconv.el: New file.
24880         * emacs-lisp/bytecomp.el: Use lexical binding instead of
24881         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
24882         (byte-compile-initial-macro-environment):
24883         Handle declare-function here.
24884         (byte-compile--lexical-environment): New var.
24885         (byte-stack-ref, byte-stack-set, byte-discardN)
24886         (byte-discardN-preserve-tos): New lap codes.
24887         (byte-interactive-p): Don't use any more.
24888         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24889         New macros.
24890         (byte-compile-lapcode): Use them and handle new lap codes.
24891         (byte-compile-obsolete): Remove.
24892         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24893         (byte-compile-arglist-warn): Check late def of inlinable funs.
24894         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24895         since they should have been expanded by now.
24896         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24897         (byte-compile-from-buffer): Remove unused second arg.
24898         (byte-compile-preprocess): New function.
24899         (byte-compile-toplevel-file-form): New function to distinguish
24900         file-form calls from outside from file-form calls from hunk-handlers.
24901         (byte-compile-file-form): Simplify.
24902         (byte-compile-file-form-defsubst): Remove.
24903         (byte-compile-file-form-defmumble): Simplify now that
24904         byte-compile-lambda always returns a byte-code-function.
24905         (byte-compile): Preprocess.
24906         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24907         Remove, not used any more.
24908         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24909         (byte-compile-make-args-desc): New funs.
24910         (byte-compile-lambda): Handle lexical functions.  Always return
24911         a byte-code-function.
24912         (byte-compile-reserved-constants): New var, to make up room for
24913         closed-over variables.
24914         (byte-compile-constants-vector): Obey it.
24915         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24916         (byte-compile-macroexpand-declare-function): New function.
24917         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24918         byte-code-functions.
24919         (byte-compile-form): Check obsolescence here.
24920         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24921         (byte-compile-variable-ref): Remove.
24922         (byte-compile-dynamic-variable-op): New fun.
24923         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24924         (byte-compile-variable-set): New funs.
24925         (byte-compile-discard): Add 2 args.
24926         (byte-compile-stack-ref, byte-compile-stack-set)
24927         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24928         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24929         macroexpand-all instead.
24930         (byte-compile-quote-form): Remove.
24931         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24932         (byte-compile-bind, byte-compile-unbind): New funs.
24933         (byte-compile-let): Handle let* and lexical binding.
24934         (byte-compile-let*): Remove.
24935         (byte-compile-catch, byte-compile-unwind-protect)
24936         (byte-compile-track-mouse, byte-compile-condition-case):
24937         Handle a new :fun-body form, used for lexical scoping.
24938         (byte-compile-save-window-excursion)
24939         (byte-compile-with-output-to-temp-buffer): Remove.
24940         (byte-compile-defun): Simplify.
24941         (byte-compile-stack-adjustment): New fun.
24942         (byte-compile-out): Use it.
24943         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24945         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24946         handler any more.
24948         * emacs-lisp/byte-opt.el: Use lexical binding.
24949         (byte-inline-lapcode): Remove (to bytecomp).
24950         (byte-compile-inline-expand): Pay attention to inlining to/from
24951         lexically bound code.
24952         (byte-compile-unfold-lambda): Don't handle byte-code-functions
24953         any more.
24954         (byte-optimize-form-code-walker): Don't handle save-window-excursion
24955         any more and don't call compiler-macros.
24956         (byte-compile-splice-in-already-compiled-code): Remove.
24957         (byte-code): Don't inline any more.
24958         (disassemble-offset): Receive `bytes' as argument rather than via
24959         dynamic scoping.
24960         (byte-compile-tag-number): Declare before first use.
24961         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24962         `return' even if make-spliceable.
24963         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24964         obsolete interactive-p.
24965         (byte-optimize-lapcode): Optimize new lap-codes.
24966         Don't trip up on new form of `byte-constant' lap code.
24968         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24970         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24972         * custom.el (custom-initialize-default, custom-declare-variable):
24973         Use `defvar'.
24975         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24976         New variables.
24977         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24978         (COMPILE_FIRST): Add macroexp and cconv.
24979         * makefile.w32-in: Mirror changes in Makefile.in.
24981         * vc/cvs-status.el:
24982         * vc/diff-mode.el:
24983         * vc/log-edit.el:
24984         * vc/log-view.el:
24985         * vc/smerge-mode.el:
24986         * textmodes/bibtex-style.el:
24987         * textmodes/css-mode.el:
24988         * startup.el:
24989         * uniquify.el:
24990         * minibuffer.el:
24991         * newcomment.el:
24992         * reveal.el:
24993         * server.el:
24994         * mpc.el:
24995         * emacs-lisp/smie.el:
24996         * doc-view.el:
24997         * dired.el:
24998         * abbrev.el: Use lexical binding.
25000 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
25002         * info.el (info-display-manual): New function.
25004 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
25006         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
25008 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
25010         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
25011         an entry for that server in rcirc-authinfo.  (Bug#8385)
25013 2011-03-31  Glenn Morris  <rgm@gnu.org>
25015         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
25017         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
25019 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
25021         * progmodes/python.el (python-default-interpreter)
25022         (python-python-command-args, python-jython-command-args)
25023         (python-which-shell, python-which-args, python-which-bufname)
25024         (python-file-queue, python-comint-output-filter-function)
25025         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
25026         variables and functions.
25028 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25030         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
25031         (completion-in-region-mode): New minor mode.
25032         (completion-in-region): Use it.
25033         (completion-in-region--data, completion-in-region-mode-map): New vars.
25034         (completion-in-region--postch): New function.
25035         (completion--capf-misbehave-funs, completion--capf-safe-funs):
25036         New vars.
25037         (completion--capf-wrapper): New function.
25038         (completion-at-point): Use it to track well-behavedness of
25039         hook functions.
25040         (completion-help-at-point): New command.
25042 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
25044         * vc/add-log.el (add-change-log-entry): Don't use whitespace
25045         syntax class to search for whitespace on a single line
25046         (Message-ID: <4D938140.4030905@redhat.com>).
25048 2011-03-30  Leo Liu  <sdl.web@gmail.com>
25050         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
25051         New commands.
25052         (edit-abbrevs-map): Bind them here.
25053         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
25055 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
25057         * allout.el (allout-hide-by-annotation, allout-flag-region):
25058         Reduce possibility of overlay leakage by making them volatile.
25060         * allout-widgets.el (allout-widgets-tally): Define as nil so the
25061         hash is not shared between buffers.  Mode initialization is
25062         responsible for giving it a useful starting value.
25063         (allout-item-span): Reduce possibility of overlay leakage by
25064         making them volatile.
25065         (allout-widgets-count-buttons-in-region): Add diagnostic function
25066         for tracking down button overlay leaks.
25068 2011-03-29  Leo Liu  <sdl.web@gmail.com>
25070         * ido.el (ido-read-internal): Use the default history var
25071         minibuffer-history if no HISTORY is specified.
25073 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
25075         * net/imap.el (imap-shell-open, imap-process-connection-type):
25076         Use imap-process-connection-type for 'shell' streams as well as
25077         Kerberos, SSL, other subprocesses.
25079 2011-03-28  Leo Liu  <sdl.web@gmail.com>
25081         * abbrev.el (abbrev-table-empty-p): New function.
25082         (prepare-abbrev-list-buffer): Place empty abbrev tables after
25083         nonempty ones.  (Bug#5937)
25085 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
25087         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
25089 2011-03-27  Leo Liu  <sdl.web@gmail.com>
25091         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
25092         for foreground and background colors.
25093         (ansi-color-make-color-map): Adapt.
25095 2011-03-25  Leo Liu  <sdl.web@gmail.com>
25097         * midnight.el (midnight-time-float): Remove.  Note it calculates
25098         the microsecond component incorrectly and seconds-to-time does the
25099         same job.
25100         Remove redundant (require 'timer).
25102         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
25103         (ido-completions): Remove unused arguments.  (Bug#8329)
25105 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
25107         * minibuffer.el (completion--flush-all-sorted-completions):
25108         Remove itself from hook.
25109         (completion-at-point): Let the functions perform the completion
25110         immediately and return nil or t.
25111         * comint.el (comint-dynamic-complete-functions): Now identical to
25112         completion-at-point-functions.
25113         (comint-dynamic-list-input-ring): Remove unused var `index'.
25114         (comint--match-partial-filename, comint--unquote&expand-filename):
25115         New funs, split from comint-match-partial-filename.
25116         (comint-dynamic-complete): Use completion-at-point.
25117         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
25119 2011-03-24  Drew Adams  <drew.adams@oracle.com>
25121         * thingatpt.el: Support `defun'.
25123 2011-03-23  Leo Liu  <sdl.web@gmail.com>
25125         * abbrevlist.el: Move to obsolete/abbrevlist.el.
25127         * help-mode.el (help-mode-finish): Tweak regexp.
25129 2011-03-23  Glenn Morris  <rgm@gnu.org>
25131         * eshell/esh-opt.el (eshell-eval-using-options):
25132         Do not bind unused local variable `eshell-option-stub'.
25134         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
25136 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25138         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
25139         keymap variable in `with-no-warnings' to avoid a warning when the
25140         keymap has been already `defconst'ed.
25142 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25144         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
25145         encode all chars in abbrevs; otherwise use emacs-mule or
25146         utf-8-emacs.  (Bug#8308)
25148 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
25150         * simple.el (backward-delete-char-untabify):
25151         Avoid warning about using `delete-backward-char'.
25153         * image.el (image-type-file-name-regexps): Make it variable.
25154         `imagemagick-register-types' modifies it, and the user may want
25155         to add new extensions for known image types.
25156         (imagemagick-register-types): Throw error if not using ImageMagick.
25158 2011-03-22  Leo Liu  <sdl.web@gmail.com>
25160         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
25161         located before rcirc-prompt-end-marker.
25162         (rcirc-complete): Error if point is not after rcirc prompt.
25163         Handle the case when table is nil.
25164         (rcirc-user-authenticated): Define to fix compiler warning.
25166 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
25168         * custom.el (custom--inhibit-theme-enable): Make it affect only
25169         custom-theme-set-variables and custom-theme-set-faces.
25170         (provide-theme): Ignore custom--inhibit-theme-enable.
25171         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
25172         (custom-enabling-themes): Delete variable.
25173         (enable-theme): Accept only loaded themes as arguments.
25174         Ignore the special custom-enabled-themes variable.
25175         (custom-enabled-themes): Forbid themes from setting this.
25176         Eliminate use of custom-enabling-themes.
25177         (custom-push-theme): Quote "changed" custom var entry.
25179 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25181         * ido.el (ido-read-internal): Add ido-selected to history instead
25182         of user input.
25184 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
25186         * subr.el (deferred-action-list, deferred-action-function):
25187         Mark obsolete.
25189 2011-03-21  Leo Liu  <sdl.web@gmail.com>
25191         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
25192         change on 2011-02-13 (bug#8309).
25194         * minibuffer.el (read-file-name-function): Change default value.
25195         (read-file-name--defaults): Rename from read-file-name-defaults.
25196         (read-file-name-default): Rename from read-file-name.
25197         (read-file-name): Call read-file-name-function.
25199 2011-03-21  Glenn Morris  <rgm@gnu.org>
25201         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
25202         Doc fixes.
25204 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
25206         * cus-theme.el: Add missing provide statement.
25207         (customize-create-theme): Extract theme value correctly.
25208         (custom-theme-visit-theme): Autoload.
25209         (customize-create-theme): Prompt before inserting default faces.
25211 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
25213         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
25214         units and musical notes.
25216 2011-03-20  Leo Liu  <sdl.web@gmail.com>
25218         * ido.el (ido-read-internal): Use completing-read-default.
25219         (ido-completing-read): Fix compatibility with completing-read.
25221 2011-03-20  Christian Ohler  <ohler@gnu.org>
25223         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25224         (ert-delete-all-tests): Use `called-interactively-p' rather than
25225         `interactive-p'.
25226         (ert--make-xrefs-region): Respect END.
25228 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25230         * dired-aux.el (dired-create-directory): Signal an error if the
25231         directory already exists (Bug#8246).
25233         * facemenu.el (list-colors-display): Call list-faces-display
25234         inside with-help-window.
25235         (list-colors-print): Use display property to align the final
25236         column, instead of checking window-width.
25238 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
25240         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25241         windows-nt systems.
25242         (emerge-protect-metachars): Quote correctly for ms-dos and
25243         windows-nt systems.
25245 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
25247         * info.el (info-initialize): Replace all uses of `:' with
25248         path-separator for compatibility with non-Unix systems.
25249         Cache quoting of path-separator.  (Bug#8258)
25251 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
25253         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25254         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25255         (mouse-avoidance-mode): Fix typos in docstrings.
25257 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25259         * startup.el (package-subdirectory-regexp): Move from package.el.
25260         Omit \\` and \\', and let callers add them.
25262         * emacs-lisp/package.el (package-strip-version)
25263         (package-load-all-descriptors): Add \\` and \\' to
25264         package-subdirectory-regexp before using it.
25265         (package-untar-buffer): New arg DIR; ensure that file untars only
25266         into this expected directory.  Remove superfluous delete-region.
25267         (package-unpack): Caller changed.
25268         (package-tar-file-info): Use package-subdirectory-regexp.
25270 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25272         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25273         diff-mode-shared-map (bug#8284).
25274         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25276 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25278         * calendar/time-date.el (format-seconds): Use assoc instead of
25279         assoc-string, since assoc-string doesn't exist in XEmacs.
25281 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
25283         * custom.el (custom-known-themes): Reflow docstring.
25284         (custom-theme-load-path): Fix typo in docstring.
25285         (load-theme): Fix typo in error message.
25286         (custom-available-themes, custom-variable-theme-value):
25287         Use `let', not `let*'.
25289 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
25291         * calc/README: Mention inclusion of musical notes.
25293         * calc/calc-units.el (calc-lu-quant): Rename from
25294         `calc-logunits-quantity'.
25295         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25296         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25297         (calc-db): Rename from `calc-dblevel'.
25298         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25299         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25300         (calc-np): Rename from `calc-nplevel'.
25301         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25302         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25303         (calc-lu-plus): Rename from `calc-logunits-add'.
25304         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25305         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25306         (calc-lu-minus): Rename from `calc-logunits-sub'.
25307         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25308         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25309         (calc-lu-times): Rename from `calc-logunits-mul'.
25310         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25311         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25312         (calc-lu-divide): Rename from `calc-logunits-div'.
25313         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25314         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25316         * calc/calc-ext.el (calc-init-extensions): Update the names of the
25317         functions being autoloaded.
25319         * calc/calc.el (calc-lu-power-reference): Rename from
25320         `calc-logunits-power-reference'.
25321         (calc-lu-field-reference): Rename from
25322         `calc-logunits-field-reference'.
25324         * calc/calc-help.el (calc-l-prefix-help):
25325         Mention musical note functions.
25327 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25329         * minibuffer.el (completion-all-sorted-completions):
25330         Use :completion-cycle-penalty text property if present.
25332 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
25334         * allout.el (allout-yank-processing): Adjust for new rebulleting
25335         regime so bullet being yanked is used without prompting the user
25336         for a choice.
25338 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25340         * startup.el (command-line): Warn the user that _emacs is deprecated.
25342 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25344         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25345         (delphi-verbose, delphi-comment-face, delphi-string-face)
25346         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25347         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25348         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25349         (delphi-new-comment-line, delphi-font-lock-defaults)
25350         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25351         Fix typos in docstrings.
25353 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
25355         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25356         Invert the roles of character and string values for INSTEAD, so a
25357         string is used for the more common case of a defaulting prompt.
25359 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25361         * progmodes/ruby-mode.el (ruby-backward-sexp):
25362         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25363         * play/gamegrid.el (gamegrid-make-face):
25364         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25365         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25366         * notifications.el (notifications-notify):
25367         * net/xesam.el (xesam-search-engines):
25368         * net/quickurl.el (quickurl-list-insert):
25369         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25371 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
25373         * startup.el (command-line): Update package subdirectory regexp.
25375 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25377         * allout.el (allout-abbreviate-flattened-numbering)
25378         (allout-mode-deactivate-hook): Fix up obsolescence "date".
25380         * subr.el (read-char-choice): Only show the cursor after the prompt,
25381         not after the answer.
25383 2011-03-15  Kevin Ryde  <user42@zip.com.au>
25385         * help-fns.el (variable-at-point): Skip leading quotes, if any
25386         (bug#8253).
25388 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25390         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25391         warning message.
25393 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25395         * shell.el (shell): When called interactively, offer to change the
25396         shell file name on remote hosts.
25398 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
25400         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25401         integration for LDAP parameters.  The host, base, user or binddn,
25402         and secret tokens can be specified in a netrc file, for instance.
25403         This is optional because an `auth-source' parameter must be
25404         specified in the search attributes.
25406 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
25408         * help.el (describe-mode): Link to the mode's definition (bug#8185).
25410 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25412         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25413         into declaration.  Remove redundant and harmful binding.
25415 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
25417         * files.el (file-ownership-preserved-p): Pass `integer' as an
25418         explicit 2nd argument to `file-attributes'.  If the file's owner
25419         is the Administrators group on Windows, and the current user is
25420         Administrator, consider that a match.
25422         * server.el (server-ensure-safe-dir): Consider server directory
25423         safe on MS-Windows if its owner is the Administrators group while
25424         the current Emacs user is Administrator.  Use `=' to compare
25425         numerical UIDs, since they could be integers or floats.
25427 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
25429         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25431 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
25433         Sync with Tramp 2.2.1.
25435         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25437         * net/trampver.el: Update release number.
25439 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25441         * progmodes/compile.el (compilation--previous-directory): Fix up
25442         various nil/dead-marker mismatches (bug#8014).
25443         (compilation-directory-properties, compilation-error-properties):
25444         Don't call it at a position past the one we're about to change.
25446         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25447         Disable obsolescence warnings in the file that declares it.
25449 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
25451         * allout-widgets.el (allout-widgets-tally):
25452         Initialize allout-widgets-tally as a hash table rather than nil to
25453         prevent mode-line redisplay warnings.  Also, clarify the module
25454         description and fix a comment typo.
25456 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
25458         * help-fns.el (describe-variable): Don't complete keywords.
25459         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25461 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
25463         * emacs-lisp/package.el (package-version-join): Impose a standard
25464         string representation for pre/alpha/beta version lists.
25465         (package-unpack-single): Standardize the directory name by passing
25466         it through package-version-join.
25467         (package-strip-rcs-id): Accept any version string that does not
25468         signal an error in version-to-list.
25470 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
25472         * simple.el (delete-trailing-whitespace): Return nil for the
25473         benefit of `write-file-functions'.
25475 2011-03-10  Glenn Morris  <rgm@gnu.org>
25477         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25479         * vc/vc-git.el (vc-git-program): New option.
25480         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25481         (vc-git--call): Use it.
25483         * eshell/esh-util.el (eshell-condition-case): Doc fix.
25485         * cus-edit.el (Custom-newline): If no button at point, look
25486         for a subgroup button at start-of-line.  (Bug#2298)
25488         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25490 2011-03-10  Julien Danjou  <julien@danjou.info>
25492         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25493         `cursor-type' is nil.
25495 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
25497         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25499 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
25501         * allout.el: Change so yank of distinctive-bullet items
25502         preserves the existing header prefix, rebulleting it if necessary,
25503         rather than replacing it.  This is necessary for proper operation
25504         of cooperative addons like allout-widgets.
25505         (allout-make-topic-prefix, allout-rebullet-heading):
25506         Change SOLICIT arg to INSTEAD, and interpret additionally a string
25507         value as alternate bullet to be used, instead of prompting the user
25508         for a bullet character.
25510 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
25512         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25513         Do not use `tramp-file-name-port', because this returns also
25514         `tramp-default-port'.
25516 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
25518         * net/rcirc.el (rcirc-handler-001): Remove useless
25519         with-rcirc-process-buffer.
25520         (rcirc-check-auth-status): Swap arguments to string-match.
25522 2011-03-09  Glenn Morris  <rgm@gnu.org>
25524         * shell.el (shell-mode):
25525         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
25527         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25528         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
25530 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25532         * emacs-lisp/package.el (package-refresh-contents)
25533         (package-menu-execute): Use condition-case-no-debug.
25535 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
25537         * simple.el (shell-command-to-string): Use `process-file'.
25539         * emacs-lisp/package.el (package-tar-file-info): Handle also
25540         remote files.
25542         * emacs-lisp/package-x.el (package-upload-buffer-internal):
25543         Use `equal' for upload base check.
25545 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
25547         * textmodes/texinfo.el (texinfo-environments):
25548         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
25550 2011-03-08  Glenn Morris  <rgm@gnu.org>
25552         * cus-start.el (cursor-in-non-selected-windows):
25553         Fix :set quoting oddness.  (Bug#8192)
25555         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25556         in some setf expressions.  (Bug#2159)
25558 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25560         * custom.el (custom-available-themes): Return themes in
25561         alphabetical order.
25563 See ChangeLog.15 for earlier changes.
25565 ;; Local Variables:
25566 ;; coding: utf-8
25567 ;; End:
25569   Copyright (C) 2011-2013 Free Software Foundation, Inc.
25571   This file is part of GNU Emacs.
25573   GNU Emacs is free software: you can redistribute it and/or modify
25574   it under the terms of the GNU General Public License as published by
25575   the Free Software Foundation, either version 3 of the License, or
25576   (at your option) any later version.
25578   GNU Emacs is distributed in the hope that it will be useful,
25579   but WITHOUT ANY WARRANTY; without even the implied warranty of
25580   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25581   GNU General Public License for more details.
25583   You should have received a copy of the GNU General Public License
25584   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.