* lisp/whitespace.el: Fix double evaluation.
[emacs.git] / lisp / ChangeLog
blob9026fa9f093a43a8b838bc09e7b917350ab7289e
1 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * whitespace.el: Fix double evaluation.
4         (whitespace-space, whitespace-hspace, whitespace-tab)
5         (whitespace-newline, whitespace-trailing, whitespace-line)
6         (whitespace-space-before-tab, whitespace-indentation)
7         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8         obsolete defvars.
9         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
10         (whitespace-color-on): Use a single font-lock-add-keywords call.
11         Fix double-evaluation of face variables.
13 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
15         * net/tramp-adb.el (tramp-adb-parse-device-names):
16         Use `start-process' instead of `call-process'.  Otherwise, the
17         function might be blocked under MS Windows.  (Bug#13299)
19 2013-03-17  Leo Liu  <sdl.web@gmail.com>
21         Extend eldoc to display info in the mode-line.  (Bug#13978)
22         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
23         (eldoc-mode-line-string): New variable.
24         (eldoc-minibuffer-message): New function.
25         (eldoc-message-function): New variable.
26         (eldoc-message): Use it.
27         (eldoc-display-message-p)
28         (eldoc-display-message-no-interference-p):
29         Support eldoc-post-insert-mode.
31         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
32         (eval-expression): Run it.
34 2013-03-17  Roland Winkler  <winkler@gnu.org>
36         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
37         strings in the list of return values.
39 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
41         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
42         radix before checking for HMS forms.
44 2013-03-16  Leo Liu  <sdl.web@gmail.com>
46         * progmodes/scheme.el: Add indentation and font-locking for λ.
47         (Bug#13975)
49 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
51         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
52         token before point (bug#13942).
54 2013-03-16  Leo Liu  <sdl.web@gmail.com>
56         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
58 2013-03-16  Glenn Morris  <rgm@gnu.org>
60         * Version 24.3 released.
62 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
64         * startup.el (command-line-normalize-file-name): Fix handling of
65         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
66         <xfq.free@gmail.com> in
67         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
69 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
71         Sync with Tramp 2.2.7.
73         * net/trampver.el: Update release number.
75 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
77         * doc-view.el Fix bug#13887.
78         (doc-view-insert-image): Don't modify overlay associated to
79         non-live windows, and implement horizontal centering of image in
80         case it's smaller than the window.
81         (doc-view-new-window-function): Force redisplay of new windows on
82         doc-view buffers.
84 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
86         * saveplace.el (save-place-alist-to-file): Don't sort
87         `save-place-alist', just pretty-print it (bug#13882).
89 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
91         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
92         whether `default-file-name-coding-system' is bound.  It isn't in
93         XEmacs.
95 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
98         backquotes for `obsolete' (bug#13929).
100         * international/mule.el (find-auto-coding): Include file name in
101         obsolescence warning (bug#13922).
103 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
105         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
106         for CFEngine 3-specific indentation.
107         (cfengine3-indent-line): Use it.  Fix up category regex.
108         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
110 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
112         * type-break.el (type-break-file-name):
113         * textmodes/remember.el (remember-data-file):
114         * strokes.el (strokes-file):
115         * shadowfile.el (shadow-initialize):
116         * saveplace.el (save-place-file):
117         * ps-bdf.el (bdf-cache-file):
118         * progmodes/idlwave.el (idlwave-config-directory):
119         * net/quickurl.el (quickurl-url-file):
120         * international/kkc.el (kkc-init-file-name):
121         * ido.el (ido-save-directory-list-file):
122         * emulation/viper.el (viper-custom-file-name):
123         * emulation/vip.el (vip-startup-file):
124         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
125         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
127 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
129         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
130         * language/thai-word.el: Switch to UTF-8.
132 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
136 2013-03-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
138         * net/net-utils.el (net-utils-remove-ctrl-m-filter):
139         Use with-current-buffer and don't move point.
140         (net-utils-run-simple): Remove useless code.
141         (net-utils-remove-ctl-m): Remove unused custom.
143 2013-03-11  Per Starbäck  <starback@stp.lingfil.uu.se>
145         * international/characters.el (glyphless-set-char-table-range): New fun.
146         (update-glyphless-char-display): Use it (bug#13744).
148 2013-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
150         * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
151         namespaces in the syntax, indent closer for hanging brace
152         correctly, allow single-quote delimited 'strings', and make
153         `cfengine3-mode' the default.
155 2013-03-11  Jean-Philippe Gravel  <jpgravel@gmail.com>
157         * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
158         Use lexical-binding.  Fix up docstring according to conventions.
159         (gdbmi-debug-mode): New var.
160         (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
161         (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
162         (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
163         (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
164         (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
165         (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
166         (gdbmi-bnf-incomplete-record-result): New functions.
167         (gdb-car<): Remove function.
168         (gdbmi-record-list): Remove variable.
169         (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
170         (gdbmi-bnf-result-state-configs): New const.
171         (gud-gdbmi-marker-filter): Rewrite.
172         (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
173         (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
174         Add `token' argument.
175         (gdb-done, gdb-error): New functions.
176         (gdb-done-or-error): Add `is-complete' argument.  Change arg order.
178 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * term/xterm.el (xterm--report-background-handler): Don't burp
181         upon timeout.
182         (xterm--version-handler): Extract from terminal-init-xterm.
183         (xterm--query): Don't mishandle timeout.  Remove debugging messages.
184         Allow multiple handlers.
185         (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
187         * term/xterm.el: Don't discard input (bug#6758).  Use lexical-binding.
188         (xterm--report-background-handler, xterm--query): New functions.
189         (terminal-init-xterm): Use them.
191 2013-03-11  Michael R. Mauger  <michael@mauger.com>
193         * progmodes/sql.el Version 3.2
194         Please note that my address changed to <michael@mauger.com>;
195         the <mmaug@yahoo.com> address remains active.
196         (sql-connection-alist): Updates documentation to fix bug#13715.
197         (sql-connect): Handle missing `sql-connection-alist' correctly.
198         (sql-mode-oracle-font-lock-keywords): Add missing keywords.
199         (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
200         property.
201         (sql-default-value): New function.
202         (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
203         values were not used.
204         (sql-rename-buffer): Make sure alternate buffer name has no text
205         properties.
206         (sql-input-sender, sql-execute-feature): Fetch variable with
207         `buffer-local-value' rather than `with-current-buffer'.
208         (sql-*): Use #' function syntax consistently.
209         (sql-*): Use message/error/user-error consistently.
211 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
213         * xt-mouse.el (xterm-mouse-event-read): Remove.
214         (xterm-mouse--read-event-sequence-1000)
215         (xterm-mouse--read-event-sequence-1006): Use read-event instead.
217 2013-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
219         * term/xterm.el (xterm-function-map): Support format used with
220         formatOtherKeys=1 (bug#13839).
222         * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
223         (with-no-warnings): Use `declare'.
225         * whitespace.el (whitespace-enable-predicate): New variable.
226         (whitespace-enable-predicate): Use it.
228         * comint.el (comint-send-input, comint-snapshot-last-prompt)
229         (comint-output-filter, comint-update-fence):
230         Use with-silent-modifications.
232 2013-03-10  Jambunathan K  <kjambunathan@gmail.com>
234         * replace.el (occur-read-regexp-defaults-function): New var.
235         (occur-read-regexp-defaults): New defun.
236         (occur-read-primary-args): Propagate above change (bug#13892).
238 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * mouse.el (mouse-drag-track): Remove left-over debugging code.
242 2013-03-09  Michael Albinus  <michael.albinus@gmx.de>
244         Major rewrite due to changed D-Bus interface of GVFS 1.14.
246         * net/tramp-gvfs.el (top): Extend check for gvfs availability.
247         (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
248         (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
249         New defconst.
250         (tramp-gvfs-file-name-handler-alist) [directory-files]
251         [directory-files-and-attributes, file-exists-p, file-modes]:
252         Use Tramp default handler.
253         [file-acl, file-selinux-context, process-file, set-file-acl]:
254         [set-file-modes, set-file-selinux-context, shell-command]:
255         [start-file-process]: Remove handler.
256         [verify-visited-file-modtime]: New handler.
257         (tramp-gvfs-dbus-string-to-byte-array)
258         (tramp-gvfs-dbus-byte-array-to-string): New defuns.  Replace all
259         calls of `dbus-string-to-byte-array' and
260         `tramp-gvfs-dbus-byte-array-to-string'.
261         (tramp-gvfs-handle-copy-file)
262         (tramp-gvfs-handle-delete-directory)
263         (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
264         (tramp-gvfs-handle-file-directory-p)
265         (tramp-gvfs-handle-file-executable-p)
266         (tramp-gvfs-handle-file-name-all-completions)
267         (tramp-gvfs-handle-file-readable-p)
268         (tramp-gvfs-handle-file-writable-p)
269         (tramp-gvfs-handle-insert-directory)
270         (tramp-gvfs-handle-insert-file-contents)
271         (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
272         (tramp-gvfs-handle-set-visited-file-modtime)
273         (tramp-gvfs-handle-write-region): Rewrite.
274         (tramp-gvfs-handle-file-acl)
275         (tramp-gvfs-handle-file-selinux-context)
276         (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
277         (tramp-gvfs-handle-set-file-modes)
278         (tramp-gvfs-handle-set-file-selinux-context)
279         (tramp-gvfs-handle-shell-command)
280         (tramp-gvfs-handle-start-file-process)
281         (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
282         (tramp-gvfs-url-file-name): Do not use `file-truename', we work
283         over the symlinks.  Fix user handling.
284         (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
285         of the D-Bus signals.
286         (tramp-gvfs-connection-mounted-p): Handle different names of the
287         D-Bus methods.
288         (tramp-gvfs-mount-spec-entry): New defun.
289         (tramp-gvfs-mount-spec): Use it.
290         (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
291         there is a share name.  Handle different names of the D-Bus
292         signals and methods.  Set connection properties needed for
293         `tramp-check-cached-permissions'.
294         (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
295         Return t or nil.
297         * net/tramp.el (tramp-backtrace): Move up.
298         (tramp-error): Dump a backtrace into the debug buffer when
299         `tramp-verbose > 9.
300         (tramp-file-mode-type-map, tramp-file-mode-from-int)
301         (tramp-file-mode-permissions, tramp-get-local-uid)
302         (tramp-get-local-gid, tramp-check-cached-permissions): Move from
303         tramp-sh.el.
305         * net/tramp-sh.el (tramp-file-mode-type-map)
306         (tramp-check-cached-permissions, tramp-file-mode-from-int)
307         (tramp-file-mode-permissions, tramp-get-local-uid)
308         (tramp-get-local-gid): Move to tramp.el.
310 2013-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
312         Separate mouse-1-click-follows-link from mouse-drag-region.
313         * mouse.el (mouse--down-1-maybe-follows-link): New function.
314         (key-translation-map): Use it to implement mouse-1-click-follows-link.
315         (mouse-drag-line, mouse-drag-track):
316         Remove mouse-1-click-follows-link code.
317         (mouse--remap-link-click-p): Remove.
319 2013-03-08  Jambunathan K  <kjambunathan@gmail.com>
321         * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
322         (hi-lock-read-regexp-defaults):  New defun.
323         (hi-lock-line-face-buffer, hi-lock-face-buffer)
324         (hi-lock-face-phrase-buffer): Propagate above change.
325         Update docstring (bug#13892).
327         * subr.el (find-tag-default-as-regexp): New defun.
328         * replace.el (read-regexp): Propagate above change.
330 2013-03-08  Jay Belanger  <jay.p.belanger@gmail.com>
332         * calc/calc-units.el (calc-convert-units): Fix the way that default
333         new units are stored.
335 2013-03-07  Matthias Meulien  <orontee@gmail.com>
337         * bookmark.el: Define a face to highlight bookmark names in
338         bookmark menu buffers, where the default is a bold face similarly
339         to buffer names in buffer menu buffers.
340         (bookmark-menu-bookmark): New face to highlight bookmark names.
341         (bookmark-insert-location): Remove duplicated text property to
342         conform to buffer list (see `list-buffers').
343         (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
344         `bookmark-menu-bookmark' to bookmark names.
346 2013-03-07  Matthias Meulien  <orontee@gmail.com>
347             Karl Fogel  <kfogel@red-bean.com>
349         * bookmark.el: Display the bookmark list header similarly to the
350         buffer list header (see `list-buffers'), where the default is now
351         an immovable/immutable header line.
352         (bookmark-bmenu-use-header-line): New variable.
353         (bookmark-bmenu-inline-header-height): New name for
354         `bookmark-bmenu-header-height', to avoid confusion with the code
355         for the new immovable header.  All references changed.
356         (bookmark-bmenu-set-header): New function.
357         (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
358         Conditionalize header construction accordingly.
359         (bookmark-bmenu-ensure-position): Conditionalize the skipping of
360         the inline header height.
361         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
362         Conditionalize the skipping of the inline header height.
364 2013-03-07  Dmitry Gutov  <dgutov@yandex.ru>
366         * progmodes/js.el (js--multi-line-declaration-indentation):
367         Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
369 2013-03-06  Dmitry Gutov  <dgutov@yandex.ru>
371         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
372         Only propertize regexp when not inside a string (Bug#13885).
374 2013-03-06  Alan Mackenzie  <acm@muc.de>
376         Correct the position of point in some line-up functions.
377         * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
378         (c-lineup-assignments, c-lineup-gcc-asm-reg ): take position of
379         point at column 0 rather than at a random place in the line.
381 2013-03-05  Michael Albinus  <michael.albinus@gmx.de>
383         * net/tramp-compat.el (tramp-compat-delete-directory):
384         Implement TRASH argument.
386 2013-03-05  Dmitry Gutov  <dgutov@yandex.ru>
388         Keep pre-existing highlighting in completion candidates (Bug#13250).
389         * minibuffer.el (completions-first-difference): State that the
390         face is "added" in the docstring.
391         (completions-common-part): Same.  And don't inherit from default.
392         (completion-hilit-commonality): Prepend 'completions-common-part
393         and 'completion-first-difference faces to the 'face property,
394         instead of replacing the value(s).
395         (completion--insert-strings): Same with 'completions-annotations face.
396         (completion-hilit-commonality): Use 'face instead of
397         'font-lock-face, because it gets priority if the completion
398         strings already have 'face set.
400 2013-03-04  Alan Mackenzie  <acm@muc.de>
402         Replace `last-command-event' by `last-command-char' in XEmacs.
403         * progmodes/cc-defs.el (c-last-command-char): New macro.
404         * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
405         (c-semi&comma-no-newlines-before-nonblanks)
406         (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
407         in place of `last-command-event'.
408         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
409         (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
410         (c-electric-paren, c-electric-continued-statement): Use the new
411         macro in place of `last-command-event'.
413 2013-03-04  Glenn Morris  <rgm@gnu.org>
415         * files.el (inhibit-local-variables-regexps):
416         Add .diff and .patch.  (Bug#13862)
418 2013-03-03  Michael Albinus  <michael.albinus@gmx.de>
420         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
421         whether the "su" command is available on the device.
423 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
425         * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
426         (tramp-adb-handle-process-file): Remove superfluous setting.
427         (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
428         (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
429         (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
431 2013-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
433         * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
434         (ispell-print-if-debug): Build `format' in.  Avoid end-of-buffer.
435         (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
436         Use dict-key rather than dict-name for the error message.
438 2013-03-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
440         * net/net-utils.el (net-utils-run-simple): Don't display-buffer
441         when reverting (bug#13831).
443 2013-03-01  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
445         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
446         Always expand affix-file before storing to protect against changed
447         `default-directory'.
448         (ispell-print-if-debug): Make sure message is printed at the end
449         of the debug buffer.
451 2013-03-01  Michael Albinus  <michael.albinus@gmx.de>
453         * net/tramp.el (tramp-obsolete-methods): New defconst.
454         (tramp-warned-obsolete-methods): New defvar.
455         (tramp-find-method): Check for obsolete methods.  Map them to a
456         replacement method if appropriate.
458         * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
459         Remove methods.
460         (top): Remove completion functions for "scp1", "scp2", "ssh1",
461         "ssh2" and "plink1".
463 2013-02-28  Dale Sedivec  <dale@codefu.org>
465         * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
466         Return valid syntax-table property value when converting
467         quotes within text from string syntax to punctuation syntax (bug#13844).
469 2013-02-28  Juri Linkov  <juri@jurta.org>
471         * dired-aux.el (dired-diff): If file at point is a backup file,
472         use its original as the default value, and reverse the order
473         of arguments to the `diff' call.  Doc fix.  (Bug#13772)
475 2013-02-28  Michael Albinus  <michael.albinus@gmx.de>
477         * net/tramp-adb.el (tramp-adb-sdk-dir): Remove.  Replaced by ...
478         (tramp-adb-program): New defcustom.  Remove function.  Adapt calls.
480 2013-02-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
482         Initial support for hunspell dictionaries auto-detection (Bug#13639)
484         * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
485         Ask hunspell about available and default dictionaries.
486         (ispell-parse-hunspell-affix-file): Extract relevant info from
487         hunspell affix file.
488         (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
489         `ispell-dictionary-alist' entry for given dictionary after info
490         provided by `ispell-parse-hunspell-affix-file'.
491         (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
492         of parsed hunspell dicts and associated affix files.
493         (ispell-hunspell-dictionary-alist): New defvar to contain an alist
494         of parsed hunspell dicts and associated parameters.
495         (ispell-set-spellchecker-params):
496         Call `ispell-find-hunspell-dictionaries' if hunspell and not
497         previously done.
498         (ispell-start-process):
499         Call `ispell-hunspell-fill-dictionary-entry' for current
500         dictionary if it is not initialized.
502 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
504         * imenu.el: Comment nitpicks.
506 2013-02-28  Sam Steingold  <sds@gnu.org>
508         * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
509         See <http://stackoverflow.com/questions/14720205>.
511 2013-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
513         * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
514         (net-utils-mode): Use it.
515         (net-utils--revert-cmd): New var.
516         (net-utils-run-simple): Set it, and remove bogus interactive spec.
517         (traceroute): Use net-utils-run-simple.
519 2013-02-28  Glenn Morris  <rgm@gnu.org>
521         * textmodes/paragraphs.el (mark-paragraph): Doc fix.
523 2013-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
525         * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
526         (doc-view-fallback-mode): Remove overlays here.
527         (doc-view-toggle-display): Instead of here.  Don't throw away
528         image-mode-winprops-alist.
529         (doc-view-goto-page): Don't mess with hscroll.
531 2013-02-27  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
533         * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
534         &optional (bug#13819).
536 2013-02-27  Michael Albinus  <michael.albinus@gmx.de>
538         * net/tramp-adb.el (tramp-adb-parse-device-names)
539         (tramp-adb-maybe-open-connection): Add timeouts.  (Bug#13299)
541 2013-02-26  Michael Albinus  <michael.albinus@gmx.de>
543         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
544         Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
545         defined.  POSIX environments fall back to the "C" locale then and
546         emit a warning, which shall be suppressed.
548 2013-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
551         (easy-mmode-set-keymap-parents): Use make-composed-keymap.
553 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
557 2013-02-25  Juri Linkov  <juri@jurta.org>
559         * replace.el (read-regexp): Let-bind `default' to the first
560         element of `defaults' if it's a list, otherwise it should be
561         a string or nil.  Let-bind `suggestions' to `defaults' if it's
562         a list, otherwise make a list with the string value.  Doc fix.
563         (Bug#13805)
565 2013-02-25  Eli Zaretskii  <eliz@gnu.org>
567         * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
568         that match "\`\.#", to avoid compiling lock files, even if they
569         are readable (as they are on MS-Windows).
571 2013-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * files.el (basic-save-buffer): Remove redundant directory-creation.
575 2013-02-24  Jay Belanger  <jay.p.belanger@gmail.com>
577         * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
578         Add option to force `pi' to remain symbolic.
579         * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
580         (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
581         (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
582         derivatives, when necessary.
584 2013-02-23  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
586         * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
587         (ps-mode-octal-region): Use string-make-unibyte.
589 2013-02-23  Glenn Morris  <rgm@gnu.org>
591         * emulation/viper-cmd.el (viper-submit-report):
592         * progmodes/ps-mode.el (ps-mode-maintainer-address):
593         * progmodes/vera-mode.el (vera-mode-help-address):
594         * textmodes/artist.el (artist-maintainer-address):
595         * textmodes/reftex.el (reftex-report-bug):
596         * vc/ediff-util.el (ediff-submit-report):
597         Add bug-gnu-emacs to bug report address.
599         * progmodes/simula.el (simula-mode-menu, simula-mode-map):
600         Remove bug report entries.
601         (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
603         * emacs-lisp/bytecomp.el (byte-compile-level): New.
604         (byte-compile-file, byte-compile-from-buffer):
605         Use separate input/output buffers for each level of recursive
606         byte-compile-file calls.  (Bug#13787)
608 2013-02-23  Michael Albinus  <michael.albinus@gmx.de>
610         * net/tramp.el (tramp-methods): Fix docstring.
611         (tramp-ssh-controlmaster-options): Rename it from
612         `tramp-ssh-controlmaster-template'.  Return a string.
613         (tramp-default-method): Adapt check for
614         `tramp-ssh-controlmaster-options'.
616         * net/tramp-sh.el (tramp-methods):
617         Replace `tramp-ssh-controlmaster-template' by "%c".
618         (tramp-do-copy-or-rename-file-out-of-band)
619         (tramp-maybe-open-connection): Use it in format spec.  Ensure,
620         that it is applied for the first hop only.
622 2013-02-22  Juri Linkov  <juri@jurta.org>
624         * isearch.el (isearch-lazy-highlight-new-loop):
625         Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
626         to `isearch-other-end' if it is not nil.  (Bug#13402)
628         * replace.el (replace-highlight): Let-bind `isearch-other-end'
629         to `match-beg'.
631         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
632         Let-bind `isearch-other-end' to `start', `isearch-forward' to t
633         and `isearch-error' to nil.
635 2013-03-16  Fabián Ezequiel Gallina  <fgallina@cuca>
637         * progmodes/python.el (python-info-current-defun):
638         Enhance match-data cluttering prevention.
640 2013-02-22  Michael Albinus  <michael.albinus@gmx.de>
642         * net/tramp.el (tramp-tramp-file-p): Fix docstring.
644         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
645         Handle multibyte file names.
647 2013-02-22  Glenn Morris  <rgm@gnu.org>
649         * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
650         (sgml-transformation-function): Give it a :set function.
651         (sgml-tag): Doc fix.
653         * cmuscheme.el (scheme-buffer):
654         * progmodes/inf-lisp.el (inferior-lisp-buffer):
655         * progmodes/tcl.el (inferior-tcl-buffer):
656         * textmodes/tex-mode.el (tex-command): Doc fixes.
658         * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
660         * htmlfontify.el (hfy-default-header): Encode title string.  (Bug#7457)
662 2013-02-21  Bastien Guerry  <bzg@gnu.org>
664         * cmuscheme.el (scheme-buffer): Fix docstring.  (Bug#13778)
666 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
668         * progmodes/python.el (python-info-current-defun):
669         Enhance match-data cluttering prevention.
671 2013-02-21  Glenn Morris  <rgm@gnu.org>
673         * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
674         loaded while outline-regexp is let bound.  (Bug#9584)
676 2013-02-21  Fabián Ezequiel Gallina  <fgallina@cuca>
678         * progmodes/python.el (python-info-current-defun): Fix failed
679         defun name retrieval because of unwanted match-data cluttering.
681 2013-02-21  Michael Albinus  <michael.albinus@gmx.de>
683         * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
684         defconst.  Apply independent check for ControlPersist.
686         * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
687         temporarily, via "env".
689 2013-02-21  Glenn Morris  <rgm@gnu.org>
691         * info.el (Info-enable-edit): Remove.
692         (Info-edit): Disable it rather than using Info-enable.
693         (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
694         (Info-cease-edit): Make editing of Info files obsolete.
696         * informat.el (Info-tagify):
697         Handle buffers not visiting files.  (Bug#13763)
699 2013-02-21  Juanma Barranquero  <lekktu@gmail.com>
701         * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
703 2013-02-21  Glenn Morris  <rgm@gnu.org>
705         * files.el (basic-save-buffer): Move check for existing parent
706         directory after hooks.  (Bug#13773)
708 2013-02-20  Stefan Monnier  <monnier@iro.umontreal.ca>
710         * simple.el (command-execute): Move from C.  Add obsolete check.
711         (extended-command-history): Move from C.
713 2013-02-20  Ulrich Müller  <ulm@gentoo.org>
715         * jka-cmpr-hook.el (jka-compr-compression-info-list)
716         (jka-compr-mode-alist-additions): Handle .txz suffix for
717         XZ-compressed tar archives (bug#13770).
719 2013-02-20  Bastien Guerry  <bzg@gnu.org>
721         * outline.el (outline-regexp, outline-heading-end-regexp):
722         Make variables, not options (bug#13731).
724 2013-02-20  Glenn Morris  <rgm@gnu.org>
726         * image.el (image-current-frame): Change from variable to function.
727         (image-show-frame): Rename from image-nth-frame.  Update callers.
728         * image-mode.el (image-multi-frame): New variable.
729         (image-mode-map, image-mode, image-goto-frame):
730         Use image-multi-frame rather than image-current-frame.
731         (image-mode, image-goto-frame): Use image-current-frame as
732         function rather than as variable.
734         * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
735         * emacs-lisp/cl-macs.el (cl--make-type-test)
736         (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
738 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
740         * net/tramp-cache.el (tramp-get-hash-table): New defun.
741         (tramp-get-file-property, tramp-set-file-property)
742         (tramp-get-connection-property, tramp-set-connection-property): Use it.
743         (tramp-flush-file-property, tramp-flush-directory-property):
744         Rename argument to KEY.
745         (tramp-flush-connection-property): Simplify a little bit.
746         (tramp-connection-property-p): New defun.
747         (top): Reapply saved values only if there isn't a corresponding
748         entry in `tramp-connection-properties'.
750 2013-02-19  Fabián Ezequiel Gallina  <fgallina@cuca>
752         * progmodes/python.el (python-indent-context):
753         Fix python-info-line-ends-backslash-p call.
754         (python-info-line-ends-backslash-p)
755         (python-info-beginning-of-backslash): Respect line-number argument.
756         (python-info-current-line-comment-p):
757         Fix behavior when not at beginning-of-line.
758         (python-util-position): Remove function.
759         (python-util-goto-line): New function.
761 2013-02-19  Michael Albinus  <michael.albinus@gmx.de>
763         * eshell/em-unix.el (eshell/su): Require tramp.
764         (eshell/sudo): Require tramp.  Remove now unnecessary check.
766         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
767         `tramp-current-connection' in order to avoid an error when several
768         commands are invoked in a short time in eshell and friends.
770 2013-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
772         Cleanup some of EIEIO's namespace.
773         * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
774         Use it to define all the class-* and object-* field accessors (renamed
775         to eieio--class-* and eieio--object-*).  Update all uses.
776         (eieio--class-num-slots, eieio--object-num-slots): Rename from
777         class-num-slots and object-num-slots.
778         (eieio--check-type): New macro.
779         (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
780         (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
781         (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
782         (object-assoc-list-safe): Use it.
783         (eieio-defclass): Tighten regexp.
784         (eieio--defmethod): Use `memq'.  Signal an error for unknown method kind.
785         Remove unreachable code.
786         (object-class-fast): Declare obsolete.
787         (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
788         (eieio-object-class, eieio-object-class-name, eieio-class-parents)
789         (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
790         Rename from class-name, object-name, object-set-name-string,
791         object-class, object-class-name, class-parents, class-children,
792         class-precedence-list, class-parent; with obsolete alias.
793         (class-of, class-direct-superclasses, class-direct-subclasses):
794         Declare obsolete.
795         (eieio-defmethod): Use `memq'; remove unreachable code.
796         * emacs-lisp/eieio-base.el (eieio-persistent-read):
797         * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
798         (eieio-browse-tree, eieio-browse): Use eieio--check-type.
801 2013-02-18  Michael Heerdegen  <michael_heerdegen@web.de>
803         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
804         Use font-lock-keyword-face for macros and special forms (bug#8345).
806 2013-02-17  Didier Verna  <didier@didierverna.net>
808         * net/network-stream.el (network-stream-open-starttls):
809         Check that response to the starttls-command is non-nil.  (Bug#13706)
811 2013-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
814         Don't assume all identifier chars have syntax word.
815         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
816         Remove bar-not-symbol.  Adjust callers.
817         (lisp-mode-variables): Don't set a font-lock-syntax-table.
819 2013-02-17  Leo Liu  <sdl.web@gmail.com>
821         * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
823 2013-02-17  Glenn Morris  <rgm@gnu.org>
825         * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
827         * image-mode.el (image-mode-map): Add image-dired menu entry.
829         * image-dired.el (tumme): Make this alias obsolete.
831 2013-02-16  Glenn Morris  <rgm@gnu.org>
833         * image.el (image-animated-types): Remove.
834         (image-multi-frame-p): Rename from image-animated-p, and generalize.
835         (image-animated-p): Make obsolete alias.
836         (image-animate, image-nth-frame, image-animate-timeout):
837         Use image-multi-frame-p.
838         (image-animate-timeout): If no delay, use image-default-frame-delay.
839         * image-mode.el (image-mode, image-toggle-animation):
840         Use image-multi-frame-p.  (Bug#763, bug#10739)
841         (image-mode): Adjust startup message for a multi-frame image.
843         * image-mode.el (image-mode-map): Give it a menu.
845 2013-02-16  Michael Albinus  <michael.albinus@gmx.de>
847         * net/tramp-cache.el (tramp-connection-properties): New customer
848         option.
849         (tramp-get-connection-property): Use it.
851         * net/tramp-compat.el (top): Require 'trampver.
853         * net/tramp-sh.el (tramp-remote-process-environment):
854         Set tramp-autoload cookie.
856 2013-02-16  Kevin Ryde  <user42@zip.com.au>
858         * info-look.el (info-lookup-select-mode): If major-mode has no
859         info-lookup-alist entry then search up derived-mode-parent (bug#8660).
861 2013-02-16  Jambunathan K  <kjambunathan@gmail.com>
863         * replace.el (read-regexp): Tighten the regexp that matches tag.
864         When tag is retrieved with `find-tag-default', use regexp that
865         matches tag at point.  Also update docstring (Bug#13687).
867 2013-02-16  Eli Zaretskii  <eliz@gnu.org>
869         * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
870         add watch for the file, not its parent directory, since w32notify
871         sets up the watch for the directory internally.  (Bug#13725)
873 2013-02-16  Glenn Morris  <rgm@gnu.org>
875         * image.el (image-default-frame-delay): New variable.
876         (image-animated-p): Use image-default-frame-delay.
877         (image-minimum-frame-delay): New constant.
878         (image-animate-timeout): Use image-minimum-frame-delay.
880         * image.el (image-nth-frame): New, split from image-animate-timeout.
881         (image-animate-timeout): Use image-nth-frame.
882         * image-mode.el (image-goto-frame, image-next-frame)
883         (image-previous-frame): New commands.
884         (image-mode-map): Add new frame commands.
886 2013-02-16  Jonas Bernoulli  <jonas@bernoul.li>
888         * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
889         If col-desc already has help-echo, use it.  (Bug#13563)
891 2013-02-16  Glenn Morris  <rgm@gnu.org>
893         * image.el (image-current-frame): New variable.
894         (image-animate-timeout): Set image-current-frame.
895         * image-mode.el (image-mode): For animated images,
896         display a frame counter via mode-line-process.
898         * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
900 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
902         * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
904 2013-02-15  Alan Mackenzie  <acm@muc.de>
906         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
907         global minor mode has been enabled, call the minor mode function
908         for a new buffer once only, after the major mode hook, whilst
909         allowing that hook explicitly to disable the minor mode.
910         (MODE-disable-in-buffer): New (generated) function.
911         (disable-MODE): New (generated) buffer local variable.
913 2013-02-15  Jambunathan K  <kjambunathan@gmail.com>
915         * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
916         `iswitchb-next-match' and `iswitchb-prev-match' resply.
917         * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
918         `ido-next-match' and `ido-prev-match' resply.
919         * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
920         Bind `C-.' and `C-,' to `icomplete-forward-completions' and
921         `icomplete-backward-completions' (Bug#13708).
923 2013-02-15  Glenn Morris  <rgm@gnu.org>
925         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
927 2013-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * net/goto-addr.el (goto-address-fontify): Add start and end args.
930         (goto-address-fontify-region): Use them instead of narrowing, so
931         syntax-ppss has access to the whole buffer.
933 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
935         * progmodes/python.el: Explain how to restore "cc-mode"-like
936         forward-sexp movement in header documentation (Bug#13642).
937         (python-nav--forward-sexp): Behave like emacs-lisp-mode in
938         comments and strings (GH bug 114).
940 2013-02-15  Fabián Ezequiel Gallina  <fgallina@cuca>
942         * progmodes/python.el (python-info-current-defun): Fix current
943         defun detection (Bug#13618).
945 2013-02-15  Chong Yidong  <cyd@gnu.org>
947         * xml.el (xml-parse-string): Fix typo in handling of bad character
948         references.
950 2013-02-15  Glenn Morris  <rgm@gnu.org>
952         * play/fortune.el (fortune-compile): Simplify and fix previous change.
954 2013-02-14  Michael Albinus  <michael.albinus@gmx.de>
956         * net/tramp.el (tramp-debug-message):
957         Add `tramp-condition-case-unless-debug'.
958         (tramp-debug-on-error): New defvar.
959         (tramp-condition-case-unless-debug): New defun.
960         (tramp-file-name-handler): Use it.
962 2013-02-14  Juri Linkov  <juri@jurta.org>
964         * info.el (Info-isearch-filter): Treat non-nil values of
965         `search-invisible' including its default value `open'
966         like the value `t' to match hidden text.  (Bug#13402)
968 2013-02-14  Glenn Morris  <rgm@gnu.org>
970         * help-fns.el (find-lisp-object-file-name): Give special treatment
971         to all ~/.foo.elc files, not just ~/.emacs.  (Bug#9007)
973 2013-02-14  David Biesack  <sasdjb@d72933.na.sas.com>  (tiny change)
975         * net/quickurl.el (quickurl-save-urls):
976         Ensure quickurl-urls is not truncated on printing.  (Bug#9276)
978 2013-02-14  Dmitry Gutov  <dgutov@yandex.ru>
980         * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
981         depth for unfinished percent literal.  Not using it in the caller.
982         (ruby-move-to-block): Jump over multiline literals of all types,
983         ignoring code-looking contents inside them.
984         (ruby-add-log-current-method): Improve performance at the expense
985         of accuracy.  `ruby-block-contains-point' is relatively slow, so
986         only use it for method and singleton class blocks.
988 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
990         Use ControlMaster where applicable.  (Bug#13677)
992         * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
993         replacing `tramp-detect-ssh-controlmaster'.
994         (tramp-default-method): Use it.
996         * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
997         [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
998         arguments.
999         [scpc, rsyncc]: Remove methods.
1000         (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
1001         and "ssh2_old".
1002         (tramp-do-copy-or-rename-file-out-of-band):  Change trace level.
1003         (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
1005 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1007         * emacs-lisp/package.el (package--initialized): Move before first use.
1009 2013-02-13  Jambunathan K  <kjambunathan@gmail.com>
1011         * icomplete.el (icomplete-hide-common-prefix):  New user option.
1012         (icomplete-first-match): New face.
1013         (icomplete-completions): Correct handling of "complete but not
1014         unique" (Bug#12638).
1016 2013-02-13  YE Qianchuan  <stool.ye@gmail.com>  (tiny change)
1018         * descr-text.el (describe-char): Display the script (bug#13698).
1020 2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * tmm.el: Use lexical-binding and current-active-maps.
1023         (tmm-menubar): Use map-keymap and pcase.
1024         (tmm--completion-table): New function.
1025         (tmm-prompt): Use it to fix the menu order.
1026         (tmm-get-keybind): Use current-active-maps.
1028 2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
1030         Add dired-hide-details-mode.  (Bug#6799)
1032         * locate.el (locate-mode): Set parent mode property to dired-mode.
1034         * find-dired.el (find-dired): Call dired-insert-set-properties on
1035         initial information line.  Set process mark on end of buffer.
1036         (find-dired-sentinel):
1037         Call dired-insert-set-properties on summary.
1039         * dired.el (dired-hide-details-hide-symlink-targets)
1040         (dired-hide-details-hide-information-lines): New options.
1041         (dired-insert-directory):
1042         Set properties after final treatment of output.
1043         (dired-insert-set-properties):
1044         Set dired-hide-details-* properties.
1045         (dired-mode-map): Bind dired-hide-details-mode.
1046         (dired-mode): Set buffer-invisibility-spec to a list.
1047         (dired-next-line): Skip hidden lines.
1048         (dired-previous-line): Use dired-next-line.
1049         (dired-hide-details-mode): New minor mode.
1050         (dired-hide-details-update-invisibility-spec): New function.
1052 2013-02-13  Glenn Morris  <rgm@gnu.org>
1054         * play/yow.el: Move to obsolete/.  (Bug#9384)
1056 2013-02-13  Juri Linkov  <juri@jurta.org>
1058         * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
1059         to select `ediff-control-frame' and set input focus correctly on Xfce.
1060         (Bug#12218)
1062 2013-02-13  Juri Linkov  <juri@jurta.org>
1064         * image-mode.el (image-mode-map):
1065         * doc-view.el (doc-view-mode-map):
1066         * vc/ediff-util.el (ediff-setup-keymap):
1067         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1069 2013-02-13  Dmitry Gutov  <dgutov@yandex.ru>
1071         * progmodes/ruby-mode.el (ruby-move-to-block): Improve
1072         performance.  Instead of recalculating indentation fully for each
1073         line, sum up indentation depth based only on visited lines.
1074         (ruby-parse-partial): Increase the depth after "do" even when END
1075         is right after it.
1076         (ruby-parse-partial): When END is in the middle of a percent
1077         literal, increase the depth if the delimiter chars belong to the
1078         paren syntax class.
1080 2013-02-13  Kirill A. Korinskiy  <catap@catap.ru>
1082         * play/fortune.el (fortune-compile): Also make the compiled file
1083         if it does not exist at all, not just if it is old.  (Bug#5338)
1085 2013-02-13  Glenn Morris  <rgm@gnu.org>
1087         * emacs-lisp/package.el (package-menu-execute): Doc fix.
1089 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
1091         * lisp/emacs-lisp/package.el (package-menu-execute):
1092         Add optional noquery argument.  (Bug#13625)
1094 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
1096         * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
1097         if DIR exists and PARENTS is non-nil.
1099 2013-02-13  Juanma Barranquero  <lekktu@gmail.com>
1101         * progmodes/js.el (js--multi-line-declaration-indentation):
1102         Silence byte-compiler warning.
1104 2013-02-12  Michael Albinus  <michael.albinus@gmx.de>
1106         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
1108         * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
1109         only if it doesn't exist.
1111         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1112         Set process marker.
1114 2013-02-12  Tassilo Horn  <tsdh@gnu.org>
1116         * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
1117         UserInstallation when calling soffice to work around LibreOffice
1118         bug 37531.
1120 2013-02-12  Glenn Morris  <rgm@gnu.org>
1122         * files.el (basic-save-buffer):
1123         Offer to create a non-existing directory.  (Bug#3016)
1125         * calc/calc-graph.el (calc-graph-show-dumb):
1126         * calendar/calendar.el (calendar-mode-map):
1127         * cus-edit.el (custom-mode-map):
1128         * ehelp.el (electric-help-map):
1129         * emulation/vip.el (vip-mode-map):
1130         * epa.el (epa-key-list-mode-map):
1131         * info.el (Info-mode-map):
1132         * mail/rmail.el (rmail-mode-map):
1133         * mail/rmailsum.el (rmail-summary-mode-map):
1134         * man.el (Man-mode-map):
1135         * net/newst-plainview.el (newsticker-mode-map):
1136         * progmodes/cpp.el (cpp-edit-mode-map):
1137         * progmodes/grep.el (grep-mode-map):
1138         * progmodes/idlw-help.el (idlwave-help-mode-map):
1139         * simple.el (special-mode-map):
1140         * startup.el (splash-screen-keymap):
1141         * view.el (view-mode-map):
1142         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
1144 2013-02-11  Elias Pipping  <pipping@lavabit.com>
1146         * doc-view.el (doc-view-current-cache-dir): Beware % escapes
1147         (bug#13679).
1149 2013-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1151         * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
1153 2013-02-11  Glenn Morris  <rgm@gnu.org>
1155         * vc/diff.el (diff-use-labels): New variable.
1156         (diff-no-select): Use --label rather than -L, and first
1157         check that it is supported.  (Bug#11067)
1159         * files.el (enable-dir-local-variables): New variable.
1160         (hack-dir-local-variables): Respect enable-dir-local-variables.
1161         * tutorial.el (help-with-tutorial):
1162         Ignore directory-local variables.  (Bug#11127)
1164         * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
1165         (vc-svn-global-switches): ... to here.  (Bug#13513)
1167 2013-02-10  Christopher Schmidt  <christopher@ch.ristopher.com>
1169         * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
1170         Handle "foo (bar, default: xxx): " prompts.
1172 2013-02-10  Chong Yidong  <cyd@gnu.org>
1174         * files.el (basic-save-buffer-1): Do not set
1175         buffer-file-coding-system-explicit (Bug#4533).
1177         * mail/emacsbug.el (report-emacs-bug): Change binding of
1178         report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
1180 2013-02-09  Jay Belanger  <jay.p.belanger@gmail.com>
1182         * calc/calc.el (calc-allow-units-as-numbers): New variable.
1183         * calc/calc-units.el (calc-convert-units): Use new variable.
1185 2013-02-09  Eli Zaretskii  <eliz@gnu.org>
1187         * subr.el (buffer-file-type, default-buffer-file-type): Remove.
1189         * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
1190         buffer-file-type.
1192         * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
1193         (feedmail-run-the-queue, feedmail-dump-message-to-queue)
1194         (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
1195         coding-system-for-write instead.
1197         * jka-compr.el (jka-compr-write-region): Don't bind
1198         buffer-file-type.
1200         * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
1201         buffer-file-type.
1203         * files.el (file-name-buffer-file-type-alist): Remove defvar.
1204         (insert-file-contents-literally): Remove reference to
1205         file-name-buffer-file-type-alist.
1207         * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
1208         make-obsolete.
1209         (find-buffer-file-type-match, find-buffer-file-type): Remove.
1210         (find-buffer-file-type-coding-system): Remove references to
1211         find-buffer-file-type-match, find-buffer-file-type, and
1212         buffer-file-type.
1213         Don't put find-buffer-file-type-coding-system into
1214         file-coding-system-alist.
1215         (find-file-binary, find-file-text): Bind coding-system-for-read
1216         instead of file-name-buffer-file-type-alist.
1218 2013-02-09  Jambunathan K  <kjambunathan@gmail.com>
1220         * doc-view.el: Use (and prefer) soffice as default ODF->PDF
1221         converter (Bug#13622).
1222         (doc-view-unoconv-program): Make obsolete alias.
1223         (doc-view-odf->pdf-converter-program): New variable.
1224         (doc-view-odf->pdf-converter-function): New variable.
1225         (doc-view-mode-p): Use it.
1226         (doc-view-odf->pdf-converter-unoconv):
1227         Rename from `doc-view-odf->pdf-converter-unoconv'.
1228         (doc-view-odf->pdf-converter-soffice): New function.
1229         (doc-view-convert-current-doc):
1230         Use `doc-view-odf->pdf-converter-function'.
1232 2013-02-09  Chong Yidong  <cyd@gnu.org>
1234         * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
1235         view-echo-area-messages (Bug#13340).
1237         * help.el (view-echo-area-messages): Use display-buffer.
1239         * dired-x.el (dired-do-run-mail): Prompt for confirmation
1240         (Bug#13561).
1242 2013-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1245         Eval body right away, now that we do eager macroexpansion (bug#13605).
1247         * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
1248         (fundamental-mode): Use run-mode-hooks.
1250         * eshell/esh-proc.el (eshell/kill): Fix last change.
1251         * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
1253 2013-02-08  Aidan Gauland  <aidalgol@no8wireless.co.nz>
1255         * eshell/esh-proc.el (eshell/kill): Rewrite.
1257         * eshell/em-ls.el (show-almost-all): Declare.
1258         (eshell-do-ls): Add support for -A argument.
1260 2013-02-08  Jambunathan K  <kjambunathan@gmail.com>
1262         * icomplete.el (icomplete-forward-completions)
1263         (icomplete-backward-completions): Handle corner case (bug#13602).
1265 2013-02-07  Michael Albinus  <michael.albinus@gmx.de>
1267         * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
1268         be nil.  Handle this.  (Bug#13636)
1270 2013-02-07  Richard Stallman  <rms@gnu.org>
1272         * mail/rmail.el (rmail-variables): Specify `no-conversion' for
1273         `save-buffer-coding-system'.
1275 2013-02-07  Alan Mackenzie  <acm@muc.de>
1277         Fix bug in state cache mechanism.  Remove 'BOD "strategy".  Refactor.
1278         * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
1279         (c-parse-state-get-strategy): Don't return 'BOD any more.
1280         (c-append-lower-brace-pair-to-state-cache):
1281         Extra parameter HERE instead of narrowing.
1282         Widen to top of buffer before searching backwards for a brace pair.
1283         (c-state-push-any-brace-pair): Add HERE parameter to function call.
1284         (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
1285         Narrow to parameter HERE, in place of being called narrowed.
1286         (c-remove-stale-state-cache): Extra parameter HERE in place of
1287         narrowing.  Check there's an open brace in the cache before
1288         searching for its match.
1289         (c-invalidate-state-cache-1): Add HERE parameter to function call.
1290         (c-parse-state-1): Don't narrow here for 'forward strategy,
1291         instead passing extra parameter HERE to several functions.
1292         Remove 'BOD strategy.
1294 2013-02-06  Nicolas Richard <theonewiththeevillook@yahoo.fr>  (tiny change)
1296         * emacs-lisp/package.el (describe-package-1): Tell what archive is
1297         used to install the package.
1299 2013-02-06  Glenn Morris  <rgm@gnu.org>
1301         * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
1302         if we can't get user input.  (Bug#6567)
1304         * startup.el (command-line): If simple.el is missing,
1305         test and warn about for some possible causes.
1307 2013-02-05  Jan Djärv  <jan.h.d@swipnet.se>
1309         * cus-start.el (all): Add ns-use-native-fullscreen.
1311 2013-02-05  Glenn Morris  <rgm@gnu.org>
1313         * profiler.el (profiler-report-mode-map): Add a restart menu entry.
1315         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1316         Fix directory creation in fallback case.
1318 2013-02-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1320         * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
1321         (vc-update-change-log): Use dolist.
1323 2013-02-04  Chong Yidong  <cyd@gnu.org>
1325         * thingatpt.el: Rewrite the URL detection routines, absorbing some
1326         code from ffap.el.
1327         (thing-at-point-beginning-of-url-regexp): New var.
1328         (thing-at-point-uri-schemes): Update list of URI schemes.
1329         (thing-at-point-url-regexp): Variable deleted.
1330         (thing-at-point-markedup-url-regexp): Disallow newlines.
1331         (thing-at-point-newsgroup-regexp)
1332         (thing-at-point-newsgroup-heads)
1333         (thing-at-point-default-mail-uri-scheme): New variables.
1334         (thing-at-point-bounds-of-url-at-point): Rewrite.  Use ffap's
1335         method to find the possible bounds of the URI at point.
1336         New optional argument to find ill-formed URIs.
1337         (thing-at-point-url-at-point): Rewrite.  New arguments for finding
1338         ill-formed URIs.  Use thing-at-point-bounds-of-url-at-point, and
1339         the scheme-adding heuristics from ffap-url-at-point.
1340         (thing-at-point--bounds-of-well-formed-url): New function.
1341         Do parens matching to decide whether to include parens in the URI
1342         (Bug#9153).
1344         * ffap.el: Require thingatpt.
1345         (ffap-url-at-point): Delegate URI detection to thing-at-point.
1346         All URI-valid characters are now recognized (Bug#5673).
1347         (ffap-string-at-point): Use use-region-p.
1348         (ffap-url-regexp): Extra character is handled by thing-at-point.
1349         (ffap-string-at-point-mode-alist): Allow parentheses.
1350         (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
1351         Convert to aliases; code moved to thingatpt.el.
1352         (ffap-gnus-hook): Use setq-local.
1354 2013-02-04  Glenn Morris  <rgm@gnu.org>
1356         * emacs-lisp/ert.el (ert--explain-format-atom):
1357         Don't try to print non-characters as characters.  (Bug#13543)
1359 2013-02-03  Michael Albinus  <michael.albinus@gmx.de>
1361         * net/tramp.el (tramp-debug-message): Extend function exclude list.
1362         (tramp-backtrace): New defun.
1363         (tramp-handle-insert-file-contents): Use `visit' when inserting
1364         the local copy.
1366         * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
1367         Use `remote-file-name-inhibit-cache'.
1369 2013-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
1372         (bug#13614).
1374         * subr.el (internal--called-interactively-p--get-frame): Avoid filling
1375         current-load-list (bug#13366).
1377 2013-02-02  Christopher Schmidt  <christopher@ch.ristopher.com>
1379         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1380         Identify g++ template instantiation trace.  (Bug#12287)
1381         (compilation-mode-hook, compilation-start-hook)
1382         (compilation-window-height): Simplify docstrings.  (Bug#13379)
1384 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * mouse.el (mouse-drag-track): Always deactivate the mark before
1387         running the final event's command since that command is in charge of
1388         activating the mark if needed (bug#13523).
1390 2013-02-02  Juri Linkov  <juri@jurta.org>
1392         * replace.el (perform-replace): Move let-bindings of isearch-*
1393         variables deeper to the loop that searches for the next match.
1394         Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
1395         Use `isearch-search-fun-default' instead of `isearch-search-fun'.
1396         (Bug#13579)
1398         * isearch.el (isearch-search-fun-default): Check for null
1399         first element of isearch-cmds as a precaution when it's used
1400         with inactive isearch.
1402 2013-02-02  Andrew W. Nosenko  <andrew.w.nosenko@gmail.com>  (tiny change)
1404         * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
1405         error when buffer in question is narrowed so position 1 is out of
1406         visible part.
1408 2013-02-02  Glenn Morris  <rgm@gnu.org>
1410         * textmodes/remember.el (remember-clipboard): Doc fix.
1412 2013-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1414         * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
1415         properties (bug#13179).
1417 2013-02-02  Juri Linkov  <juri@jurta.org>
1419         * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
1420         instead of hard-coded default face `match'.  (Bug#9438)
1422 2012-02-01  Christopher Schmidt  <christopher@ch.ristopher.com>
1424         * vc/vc-arch.el (vc-arch-registered):
1425         * vc/vc-bzr.el (vc-bzr-registered):
1426         * vc/vc-cvs.el (vc-cvs-registered):
1427         * vc/vc-git.el (vc-git-registered):
1428         * vc/vc-hg.el (vc-hg-registered):
1429         * vc/vc-mtn.el (vc-mtn-registered):
1430         * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
1431         (Bug#13139)
1433         * info.el (Info-next-reference, Info-prev-reference): Add numeric
1434         prefix argument.  (Bug#11656)
1436 2013-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
1440 2013-02-01  Glenn Morris  <rgm@gnu.org>
1442         * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
1443         if the backend is known not to support it.
1445         * imenu.el (imenu-default-create-index-function):
1446         Tweak infinite loop test to check for forward motion as well as none.
1448 2013-02-01  Alex Harsanyi  <AlexHarsanyi@gmail.com>
1450         * net/soap-client.el (soap-invoke): Encode the string for
1451         `url-request-data' as UTF-8.
1452         Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
1454 2013-02-01  Glenn Morris  <rgm@gnu.org>
1456         * calc/calc-help.el (calc-view-news): Use view-emacs-news.
1458         * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
1460 2013-01-31  Michael Albinus  <michael.albinus@gmx.de>
1462         * net/tramp.el (tramp-tramp-file-p): Comment check for
1463         `string-as-unibyte'.  The function does not exist on XEmacs, and
1464         likely we need another approach.
1466         * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
1467         `tramp-gw-*' variables are bound.
1469 2013-01-31  Glenn Morris  <rgm@gnu.org>
1471         * files.el (basic-save-buffer-2): Choose coding system for
1472         writing the file before backing it up, to reduce delay between
1473         backing up and writing the new version.  (Bug#13522)
1475 2013-01-31  Michal Nazarewicz  <mina86@mina86.com>
1477         * simple.el (cycle-spacing): New command.
1478         (just-one-space): Use it.
1480 2013-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1482         * progmodes/opascal.el: Rename from delphi.el.  Use lexical-binding.
1483         (opascal-newline-always-indents): Remove custom.
1484         (opascal-tab, opascal-newline): Remove commands.
1485         (opascal-new-comment-line): Insert "\n" instead of calling newline.
1486         (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
1487         (opascal-save-match-data): Remove, use save-match-data instead.
1488         (opascal-save-state): Use with-silent-modifications.
1490         * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
1491         (bug#13585).
1493 2013-01-30  Juri Linkov  <juri@jurta.org>
1495         * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
1496         Use fullboth as an alias for fullscreen.  Suggested by Jan Djärv in
1497         <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
1499 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * progmodes/make-mode.el (makefile-backslash-region): Don't compute
1502         column if we're just deleting the backslashes.
1503         (makefile-fill-paragraph): Use eolp.
1505 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
1507         * autorevert.el (auto-revert-use-notify): Fix docstring.
1509 2013-01-30  Leo Liu  <sdl.web@gmail.com>
1511         * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
1513 2013-01-30  Glenn Morris  <rgm@gnu.org>
1515         * mouse.el (mouse-drag-line): Avoid pushing same event onto
1516         unread-command-events twice in some cases.  This tries to implement
1517         the 2012-07-26 changes in a different way.  (Bug#13560)
1519 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1521         * progmodes/python.el
1522         (python-pdbtrack-comint-output-filter-function): Enhancements on
1523         stacktrace detection.  (thanks @gnovak)
1525 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
1528         (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
1529         Use defvar-local.
1530         (jit-lock-register): Use setq-local.
1532 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
1534         * calc-units.el (math-default-units-table): Remove initial value.
1535         (calc-convert-units): Treat expressions where all the units cancel as
1536         if they didn't have units.
1538 2013-01-30  Michael Albinus  <michael.albinus@gmx.de>
1540         * net/tramp.el (tramp-process-connection-type): Fix docstring.
1541         (tramp-completion-reread-directory-timeout): Fix type.
1542         (tramp-connection-min-time-diff): New defcustom.
1544         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
1546 2013-01-30  Glenn Morris  <rgm@gnu.org>
1548         * imenu.el (imenu-default-create-index-function):
1549         Put back a version of the infinite loop test removed 2013-01-23.
1551 2013-01-30  Fabián Ezequiel Gallina  <fgallina@cuca>
1553         * progmodes/python.el (python-shell-parse-command):
1554         Find python-shell-interpreter with modified environment.
1556 2013-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1558         * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
1560 2013-01-29  Alan Mackenzie  <acm@muc.de>
1562         Amend to fontify /regexp/s in actions correctly.
1563         * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
1564         (c-awk-harmless-string*-here-re): Braces, parens and semicolons
1565         are no longer included.
1566         (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
1567         What used to be these variables without "-line" in the name.
1568         (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
1569         (c-awk-non-arith-op-bra-re): Now also matches {.
1570         (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
1571         "return", and "case".
1572         (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
1573         by /.
1574         (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
1575         (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
1577 2013-01-29  Michael Albinus  <michael.albinus@gmx.de>
1579         * autorevert.el (auto-revert-use-notify):
1580         Use `custom-initialize-default' for initialization.  (Bug#13583)
1582         * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
1584         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
1585         Catch `suppress'.  Otherwise, `tramp-run-real-handler' might be called
1586         in `tramp-file-name-handler'.
1587         (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
1588         compatibility.
1589         (tramp-compute-multi-hops): Check, whether
1590         `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
1592 2013-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1594         * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
1595         (bug#13297).
1597 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
1599         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
1600         checks made superfluous by the \_< operator.
1601         * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
1602         temporarily) broken indentation.
1603         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1604         Highlight nested constants, too.  \_< broke that.
1606 2013-01-27  Nobuyoshi Nakada  <nobu@ruby-lang.org>
1608         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
1609         instead of "\\b".
1611 2013-01-27  Michael Albinus  <michael.albinus@gmx.de>
1613         * autorevert.el (auto-revert-handler): Notifications which result
1614         from a saved file shall not be taken into account.  (Bug#13557)
1616 2013-01-26  Andreas Schwab  <schwab@linux-m68k.org>
1618         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
1619         parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
1620         (lisp-mode): Pass t for it.  (Bug#13556)
1622 2013-01-25  Alan Mackenzie  <acm@muc.de>
1624         AWK Mode: Fix indentation bug at top level.  Bug #12274.
1626         * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
1627         just before CASE 5D.
1629 2013-01-25  Dmitry Antipov  <dmantipov@yandex.ru>
1631         * net/socks.el (socks-nslookup-host): Use string-to-number.
1633 2013-01-25  Michael Albinus  <michael.albinus@gmx.de>
1635         * autorevert.el (auto-revert-remote-files)
1636         (auto-revert-notify-exclude-dir-regexp): New defcustoms.
1637         (auto-revert-notify-enabled, auto-revert-use-notify)
1638         (auto-revert-notify-watch-descriptor-hash-list)
1639         (auto-revert-notify-modified-p, auto-revert-notify-event-p)
1640         (auto-revert-notify-event-descriptor)
1641         (auto-revert-notify-event-action)
1642         (auto-revert-notify-event-file-name): Doc fix.
1643         (global-auto-revert-mode): Reorder checks.
1644         (auto-revert-notify-rm-watch): Respect changed values of
1645         `auto-revert-notify-watch-descriptor-hash-list'.
1646         (auto-revert-notify-add-watch): Check for
1647         `auto-revert-notify-exclude-dir-regexp'.  Adapt filters for
1648         `inotify-add-watch'.  Watch `default-directory' instead of
1649         `buffer-file-name'.  `auto-revert-notify-watch-descriptor-hash-list'
1650         has a changed meaning now.  (Bug#13540)
1651         (auto-revert-notify-handler): Change implementation wrt events
1652         returning from a directory.
1653         (auto-revert-handler): Reorder implementation for checks of remote
1654         files.
1655         (auto-revert-buffers): Fix parentheses error.
1657 2013-01-25  Fabián Ezequiel Gallina  <fgallina@cuca>
1659         * progmodes/python.el: Enhancements to header documentation about
1660         skeletons.  (Bug#5716)
1662         * imenu.el (imenu-default-create-index-function): Remove useless
1663         infinite loop check.  (Bug#13438)
1665 2013-01-25  Alan Mackenzie  <acm@muc.de>
1667         Fix a bug in the state cache mechanism.  Refactor this a bit.
1669         * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
1670         `cache-pos' element from the return value.
1671         (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
1672         buffer to enable proper searching from beyond HERE.  Amend the
1673         test for detecting the sought brace pair.  Amend the value written
1674         to the "brace desert cache" when the brace isn't found.
1675         (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
1676         and several other variables analogously.
1677         (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
1678         parameter to a locally calculated variable.
1679         (c-parse-state-1): Change the calling conventions to the two
1680         defuns involving `cache-pos'.
1682 2013-01-25  Chong Yidong  <cyd@gnu.org>
1684         * xml.el (xml-entity-or-char-ref-re): Fix regexp.
1686 2013-01-24  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
1688         * paren.el (show-paren-function): Make sure to set 'priority and
1689         'face only if the overlay does exist.
1691 2013-01-24  Michael Albinus  <michael.albinus@gmx.de>
1693         * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
1695         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
1696         basic attributes.
1697         (tramp-sh-handle-set-file-acl): Improve error checking.
1699 2013-01-24  Dmitry Antipov  <dmantipov@yandex.ru>
1701         * doc-view.el (doc-view-display): Force mode line update until all
1702         document is converted.  Suggested by Stefan Monnier (Bug#13164).
1704 2013-01-23  Bastien Guerry  <bzg@gnu.org>
1706         * paren.el (show-paren-function): Make sure an overlay exists
1707         before trying to delete it.  Also use `pos' as a position only
1708         when it is an integer.
1710 2013-01-23  Dmitry Antipov  <dmantipov@yandex.ru>
1712         * play/gametree.el (gametree-break-line-here): Use point-marker.
1714 2013-01-22  Michael Albinus  <michael.albinus@gmx.de>
1716         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1717         Mark descriptive parts with `display' property.
1719 2013-01-21  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1721         * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
1722         New variable to map standard dict names to hunspell ones.
1723         (ispell-set-spellchecker-params): Make sure specific dict names
1724         are used for standard dicts with hunspell.
1726 2013-01-21  Tassilo Horn  <tsdh@gnu.org>
1728         * textmodes/reftex-cite.el (reftex-format-citation): Add format
1729         chars for note (%N) and url (%U).
1730         * textmodes/reftex-vars.el (reftex-cite-format): Document them.
1732 2013-01-21  Juri Linkov  <juri@jurta.org>
1734         * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
1735         in addition to existing separate binding `meta f10' in `global-map'.
1736         (Bug#13484)
1738 2013-01-21  Michael Albinus  <michael.albinus@gmx.de>
1740         Improve XEmacs compatibility.
1742         * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
1744         * net/tramp-adb.el (top): Require `time-date'.
1745         (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
1746         (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
1747         Use `tramp-file-name-handler'.
1748         (tramp-adb-maybe-open-connection):
1749         Use `tramp-compat-set-process-query-on-exit-flag'.
1751         * net/tramp-sh.el (tramp-sh-handle-file-acl):
1752         Use `tramp-compat-funcall'.
1754         * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
1755         `tramp-compat-funcall'.
1757 2013-01-21  Jürgen Hötzel  <juergen@archlinux.org>
1759         * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
1760         reimplementation using "adb shell command ..." instead of running
1761         remote shell interactively.
1763 2013-01-20  Glenn Morris  <rgm@gnu.org>
1765         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1766         Add native profiler menu entries.
1768         * profiler.el (profiler-running-p): New function.
1769         (profiler-cpu-profile): Use profiler-running-p.
1770         (profiler-report-mode-map): Add some more menu entries.
1772 2013-01-19  Glenn Morris  <rgm@gnu.org>
1774         * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
1775         fixes 2012-12-07 change.  (Bug#13499)
1777 2013-01-19  Leo Liu  <sdl.web@gmail.com>
1779         * dired.el (dired-get-marked-files): Prune erroneous values due to
1780         last change.  (Bug#13152)
1782 2013-01-19  Glenn Morris  <rgm@gnu.org>
1784         * progmodes/etags.el (tags-table-check-computed-list):
1785         Preserve point in tags buffer.  (Bug#13412)
1787         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1789 2013-01-19  Christian Wittern  <cwittern@gmail.com>  (tiny change)
1790             Chong Yidong  <cyd@gnu.org>
1792         * image-mode.el (image-next-file, image-previous-file):
1793         New commands (Bug#8453).
1794         (image-mode-map): Bind them to n and p.
1795         (image-mode--images-in-directory): New helper function.
1797 2013-01-19  Chong Yidong  <cyd@gnu.org>
1799         * image-mode.el (image-mode-fit-frame): Add a frame argument.
1800         Suggested by Drew Adams (Bug#7730).  Handle window decorations;
1801         save and restore the old window configuration.
1803 2013-01-18  Leo Liu  <sdl.web@gmail.com>
1805         * progmodes/js.el: Tweak autoload cookie for alias.
1807 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
1809         * autorevert.el (auto-revert-notify-watch-descriptor): Make it
1810         buffer local, again.  This was lost with the fix on 2013-01-12.
1812 2013-01-17  Jürgen Hötzel  <juergen@archlinux.org>
1814         * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
1815         order to support several eshell buffers in parallel.
1817 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
1819         * autorevert.el (auto-revert-use-notify): In the :set function, do
1820         not modify `kill-buffer-hook'.
1821         (auto-revert-notify-rm-watch):
1822         Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
1823         (auto-revert-notify-add-watch): Do not call
1824         `auto-revert-notify-rm-watch', but add it to a buffer local
1825         `kill-buffer-hook'.
1827 2013-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1829         * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
1830         call to `eval' rather than a backquoted lambda.
1832 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1834         * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
1835         to return an explicit nil.
1836         (advice--remove-function): Change accordingly.
1838         * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
1839         the use of nadvice.el.
1841         * progmodes/which-func.el (which-function): Silence imenu errors
1842         (bug#13433).
1844 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
1846         * progmodes/sql.el: (sql-imenu-generic-expression):
1847         (sql-mode-font-lock-object-name): Match schema qualified names.
1848         (sql-connect): Use string keys.
1849         (sql-product-interactive): Wait for interpreter prompt.
1850         (sql-comint-oracle): Set process coding based on NLS_LANG.
1852 2013-01-15  Michael R. Mauger  <mmaug@yahoo.com>
1854         * progmodes/sql.el (sql-output-to-send): Remove, unused.
1855         (sql-interactive-remove-continuation-prompt):
1856         (sql-send-magic-terminator, sql-interactive-mode): Remove references.
1858 2013-01-14  Leo Liu  <sdl.web@gmail.com>
1860         * calendar/calendar.el (calendar-redraw): Sync window-point and point.
1861         (Bug#13420)
1863 2013-01-14  Glenn Morris  <rgm@gnu.org>
1865         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1866         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
1868 2013-01-13  Fabián Ezequiel Gallina  <fgallina@cuca>
1870         * progmodes/python.el (python-nav-end-of-statement):
1871         Fix cornercase when handling multiline strings.
1873 2013-01-13  Richard Stallman  <rms@gnu.org>
1875         * mail/sendmail.el (mail-position-on-field): Add doc string.
1877         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1878         Get current message boundaries and pass them to
1879         message-forward-make-body-mime.  Minor style changes.
1881 2013-01-13  Eli Zaretskii  <eliz@gnu.org>
1883         * cus-start.el (all): Avoid warnings about
1884         scroll-bar-adjust-thumb-portion on platforms where it is not defined.
1886 2013-01-11  Jan Djärv  <jan.h.d@swipnet.se>
1888         * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
1890 2013-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * jit-lock.el (jit-lock-debug-mode): New minor mode.
1893         (jit-lock--debug-fontifying): New var.
1894         (jit-lock--debug-fontify): New function.
1895         * subr.el (condition-case-unless-debug): Don't prevent catching the
1896         error, just let the debbugger run.
1897         * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1898         timer code and don't drop errors silently.
1900 2013-01-12  Michael Albinus  <michael.albinus@gmx.de>
1902         * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1903         `permanent-local' property.
1904         (auto-revert-notify-handler): Use `file-equal-p'.
1906 2013-01-12  Eli Zaretskii  <eliz@gnu.org>
1908         * autorevert.el (auto-revert-notify-handler): Fix filtering of
1909         file notification by ACTION. For filtering by file name, compare
1910         only the non-directory part of the file name.
1912 2013-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1914         * autorevert.el: Use cl-lib instead of cl.
1916         * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1917         (vc-bzr-checkin): Use it.
1918         * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1919         will preserve match-data.
1921 2013-01-11  Felix H. Dahlke  <fhd@ubercode.de>
1923         * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1924         (js--declaration-keyword-re): New var.
1925         (js--multi-line-declaration-indentation): New function.
1926         (js--proper-indentation): Use it.
1928 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
1930         * calc/calc.el (calc-highlight-selections-with-faces)
1931          (calc-dispatch):
1932         * comint.el (comint-history-isearch-message):
1933         * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1934         * ffap.el (ffap-string-at-point-region, ffap-next)
1935         (ffap-string-at-point, ffap-string-around)
1936         (ffap-copy-string-as-kill, ffap-highlight-overlay)
1937         (ffap-literally):
1938         * font-lock.el (font-lock-keywords-alist)
1939         (font-lock-removed-keywords-alist):
1940         * help-mode.el (help-xref-symbol-regexp):
1941         * info.el (Info-find-emacs-command-nodes):
1942         * international/mule.el (add-to-coding-system-list):
1943         * isearch.el (isearch-message-function, isearch-fail-pos):
1944         * misearch.el (multi-isearch-next-buffer-function):
1945         * newcomment.el (comment-box):
1946         * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1947         (pr-setting-database):
1948         * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1949         (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1950         (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1951         (pike-font-lock-keywords-3):
1952         * progmodes/compile.el (compile):
1953         * progmodes/etags.el (tags-table-files)
1954         (tags-table-files-function, tags-included-tables-function):
1955         * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1956         (gdb-restore-windows):
1957         * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1958         (ps-n-up-filling-database):
1959         * server.el (server-buffer, server-log):
1960         * simple.el (newline, delete-backward-char, delete-forward-char)
1961         (minibuffer-history-isearch-message, kill-line, track-eol)
1962         (temporary-goal-column):
1963         * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1964         (flyspell-default-deplacement-commands):
1965         * textmodes/ispell.el (ispell-accept-output):
1966         * textmodes/sgml-mode.el (html-tag-help):
1967         * vc/compare-w.el (compare-ignore-whitespace)
1968         (compare-ignore-case, compare-windows-dehighlight):
1969         * vc/diff.el (diff):
1970         * whitespace.el (whitespace-point)
1971         (whitespace-font-lock-refontify, whitespace-bob-marker)
1972         (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1974 2013-01-11  Michael Albinus  <michael.albinus@gmx.de>
1976         * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1977         (auto-revert-notify-rm-watch): Ignore errors.
1978         (auto-revert-notify-add-watch): Ignore errors.  Use '(modify) for
1979         inotify, and '(size last-write-time) for w32notify.
1980         Set buffer-local `auto-revert-use-notify' to nil when adding a file
1981         watch fails - this is a fallback to the file modification check.
1982         (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1983         (auto-revert-notify-event-action)
1984         (auto-revert-notify-event-file-name): New defuns.
1985         (auto-revert-notify-handler): Use them.  Implement first
1986         plausibility checks.
1987         (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1989 2013-01-11  Julien Danjou  <julien@danjou.info>
1991         * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1992         max are almost equal. Also return the correct value for V which is
1993         already between 0 and 1.
1995 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
1997         * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1999 2013-01-11  Eli Zaretskii  <eliz@gnu.org>
2001         * autorevert.el (auto-revert-notify-rm-watch)
2002         (auto-revert-notify-add-watch): Fix typos in w32notify function
2003         names.
2005 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2007         * autorevert.el (auto-revert-notify-enabled): Move up.
2008         (auto-revert-use-notify): New defcustom.
2009         (auto-revert-mode, global-auto-revert-mode)
2010         (auto-revert-notify-add-watch, auto-revert-handler)
2011         (auto-revert-buffers): Use `auto-revert-use-notify' instead of
2012         `auto-revert-notify-enabled'.
2014 2013-01-10  Elias Pipping  <pipping@exherbo.org>
2016         * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
2017         * doc-view.el (doc-view-document->bitmap):
2018         Use doc-view-single-page-converter-function instead of
2019         single-page-converter arg; adjust callers.
2021 2013-01-10  Feng Li  <fengli@gmail.com>  (tiny change)
2023         * progmodes/which-func.el (which-function): Understand Semantic's use
2024         of overlays in imenu--index-alist.
2026 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
2028         * man.el: Handle different "man -k" behaviors (bug#13160).  Use utf-8.
2029         (Man-man-k-use-anchor): New var.
2030         (Man-parse-man-k): New function.
2031         (Man-completion-table): Use it.
2032         (man): Flush the completion cache between uses.
2034 2013-01-10  Michael Albinus  <michael.albinus@gmx.de>
2036         * autorevert.el: Add file watch support.
2037         (auto-revert-notify-enabled): New defconst.
2038         (auto-revert-notify-watch-descriptor-hash-list)
2039         (auto-revert-notify-watch-descriptor)
2040         (auto-revert-notify-modified-p): New defvars.
2041         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
2042         (auto-revert-notify-handler): New defuns.
2043         (auto-revert-mode, global-auto-revert-mode): Remove file watches
2044         when mode is disabled.
2045         (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
2046         (auto-revert-buffers): Add file watches for active buffers.
2048 2013-01-10  Dmitry Antipov  <dmantipov@yandex.ru>
2050         * cus-start.el (toplevel): Only allow float values for
2051         scroll-up-aggressively and scroll-down-aggressively.
2052         Allow any number for line-spacing.
2054 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2056         * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
2057         (doc-view-pdf->png-converter-function): Use mupdf if available.
2058         (doc-view-djvu->png-converter-function)
2059         (doc-view-ps->png-converter-function): Remove.
2060         (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
2061         (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
2062         (doc-view-already-converted-p): Adjust accordingly.
2063         (doc-view-mode-p): Simplify.
2064         (doc-view-enlarge): Use setq-local.
2065         (doc-view-pdf->png-converter-ghostscript)
2066         (doc-view-djvu->png-converter-ddjvu)
2067         (doc-view-pdf->png-converter-mupdf): Rework to call
2068         doc-view-start-process directly.
2069         (doc-view-pdf/ps->png): Simplify accordingly.
2070         (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
2071         (doc-view-document->bitmap): Rename from doc-view-document->png.
2072         (doc-view-convert-current-doc): Merge pdf and djvu cases.
2073         (doc-view-set-slice-from-bounding-box): Fix completion table.
2074         (doc-view-mode): Use add-hook for after-revert-hook.
2076 2013-01-10  Glenn Morris  <rgm@gnu.org>
2078         * emacs-lisp/authors.el (authors-ignored-files)
2079         (authors-valid-file-names, authors-renamed-files-alist):
2080         Add some more entries.
2082 2013-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2084         * image-mode.el (image-mode-winprops): Don't throw away the fallback
2085         `t' pseudo-window entry.
2087 2013-01-10  Alan Mackenzie  <acm@muc.de>
2089         Fix bugs in the c-parse-state mechanism.  Reuse some markers
2090         instead of continually generating new ones.
2092         * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
2093         (c-state-old-cpp-end-marker): New variables.
2094         (c-append-lower-brace-pair-to-state-cache): Start a backward
2095         search for "}" definitively outside CPP constructs.
2096         (c-remove-stale-state-cache): Inform the caller of a need to
2097         search back for a brace pair in certain circumstances.
2098         (c-state-maybe-marker): New macro.
2099         (c-parse-state): Reuse markers when appropriate.
2101 2013-01-10  Glenn Morris  <rgm@gnu.org>
2103         * simple.el (execute-extended-command): Doc fix.
2104         Bind prefix-arg around read-extended-command, for prompt.  (Bug#13395)
2106 2013-01-10  Chong Yidong  <cyd@gnu.org>
2108         * faces.el (read-face-name): Doc fix.
2110 2013-01-10  Roland Winkler  <winkler@gnu.org>
2112         * emacs-lisp/crm.el: Allow any regexp for separators.
2113         (crm-default-separator): All spaces around the default comma separator.
2114         (crm--completion-command): New macro.
2115         (crm-completion-help, crm-complete, crm-complete-word): Use it.
2116         (crm-complete-and-exit): Handle non-single-char separators.
2118 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2120         * doc-view.el: Add support for DjVu (bug#13164).
2121         (doc-view-djvu->png-converter-function): New config var.
2122         (doc-view-single-page-converter-function, doc-view--image-type)
2123         (doc-view--image-file-extension): New vars.
2124         (doc-view-mode): Initialize them.
2125         (doc-view-goto-page): Use them.
2126         (doc-view-mode-p): Add support for ddjvu.
2127         (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
2128         (doc-view-set-up-single-converter): New funs.
2129         (doc-view-pdf/ps->png): Extend for djvu.
2130         (doc-view-document->png): Rename from doc-view-pdf->png.
2131         (doc-view-convert-current-doc): Handle djvu.
2132         (doc-view-insert-image, doc-view-display)
2133         (doc-view-already-converted-p): Don't hardcode png.
2134         (doc-view-set-doc-type): Recognize djvu docs.
2136 2013-01-09  Elias Pipping  <pipping@lavabit.com>
2138         * doc-view.el: Add support for mupdf converter (bug#13164).
2139         (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
2140         (doc-view-ps->png-converter-function): New config vars.
2141         (doc-view-pdf->png-converter-ghostscript)
2142         (doc-view-ps->png-converter-ghostscript)
2143         (doc-view-pdf->png-converter-mupdf): New functions.
2144         (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
2146 2013-01-09  Jürgen Hötzel  <juergen@archlinux.org>
2148         * net/tramp.el (tramp-eshell-directory-change): Check remote-path
2149         first in session cache: When `tramp-own-remote-path' is in
2150         `tramp-remote-path', the remote path is only set in the session
2151         cache.
2153 2013-01-09  Glenn Morris  <rgm@gnu.org>
2155         * emacs-lisp/trace.el (trace-function-foreground)
2156         (trace-function-background): Doc fix.
2158 2013-01-09  Juri Linkov  <juri@jurta.org>
2160         * international/mule-cmds.el (read-char-by-name): Move let-binding
2161         of completion-ignore-case around completing-read to fix regression
2162         exhibited by the test case `C-x 8 RET *acc TAB' and caused by
2163         `string-match-p' using the nil value of `case-fold-search' and
2164         `completion-ignore-case' in `completion-pcm--all-completions'.
2165         (Bug#12615).
2167 2013-01-09  Glenn Morris  <rgm@gnu.org>
2169         * progmodes/compile.el (compilation-parse-errors):
2170         Fix typo.  (Bug#13369)
2172 2013-01-09  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2174         * comint.el (comint-send-input): Check size of buffer before
2175         waiting for process output, in case already accepted.  (Bug#13290)
2177 2013-01-09  Paul Eggert  <eggert@cs.ucla.edu>
2179         Spelling fixes.
2180         * net/tramp-adb.el (tramp-adb-get-toolbox):
2181         Fix misspelling of 'unknown'.
2183 2013-01-08  Juri Linkov  <juri@jurta.org>
2185         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2186         * progmodes/flymake.el (flymake-errline, flymake-warnline):
2187         Use underline style wave on terminals that support it.  (Bug#13000)
2189 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2191         * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
2192         the predicate returns nil.
2194         * simple.el: Use lexical-binding.
2195         (primitive-undo): Use pcase.
2196         (minibuffer-history-isearch-push-state): Use a closure.
2198 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2200         * simple.el (primitive-undo): Move from undo.c.
2202 2013-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2204         * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
2205         (cvs-mode-remove-handled): Use it (bug#13380).
2207         * emacs-lisp/nadvice.el (advice--tweak): New function.
2208         (advice--remove-function, advice--subst-main): Use it.
2210         * emacs-lisp/advice.el: Update commentary.
2212 2013-01-08  Michael Albinus  <michael.albinus@gmx.de>
2214         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2215         Remove spurious entry.
2217 2013-01-08  Glenn Morris  <rgm@gnu.org>
2219         * net/tramp.el (tramp-default-host-alist): Add :version.
2221 2013-01-08  Juri Linkov  <juri@jurta.org>
2223         * info.el (Info-read-node-name-2): Don't duplicate suffixes for
2224         single completion.  (Bug#12456)
2225         (info--manual-names): Expand node completions into an explicit list
2226         before appending it to another list.  Filter out internal buffers
2227         with the leading space in the buffer name.  (Bug#10771)
2229 2013-01-08  Juri Linkov  <juri@jurta.org>
2231         * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
2232         that defaults to the Top node.
2233         (Info-goto-node, Info-read-node-name): Doc fix to mention that
2234         the short format (FILENAME) goes to the Top node.
2235         (Info-build-node-completions): Rename arg `file' to `filename'.
2236         (Bug#13365)
2238 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2240         * menu-bar.el (menu-bar-search-documentation-menu):
2241         Use `apropos-user-option' and fix the help message.
2243 2013-01-07  Bastien Guerry  <bzg@gnu.org>
2245         * apropos.el (apropos-do-all): Update docstring.
2246         (apropos-user-option-button): New face.
2247         (apropos-user-option): Rename from `apropos-variable' and update
2248         docstring.
2249         (apropos-variable): Rewrite, now show all variables by default.
2250         (apropos-print): Mention "User option" instead of "Variable" when
2251         printing doc for user options.  (Bug#13276)
2253 2013-01-07  Jürgen Hötzel  <juergen@archlinux.org>
2255         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2256         Handle filename correctly, when parsing "source -> target" symlink
2257         output.
2258         (tramp-adb-handle-set-file-times): New defun.
2260 2013-01-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2262         * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
2263         advice list when the interactive-spec of ad-Advice-* changes.
2265 2013-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2267         * wid-edit.el (widget-default-get): Work for inlined elements.
2268         (Bug#12670)
2270 2013-01-07  Michael Albinus  <michael.albinus@gmx.de>
2272         * net/tramp.el (tramp-default-host-alist): New defcustom.
2273         (tramp-find-host): Use it.
2274         (tramp-eshell-directory-change): Move from tramp-sh.el.  Add to
2275         `eshell-directory-change-hook'.
2277         * net/tramp-adb.el (top): Add adb specific entry in
2278         `tramp-default-host-alist'.
2279         (tramp-adb-file-name-host): Remove function.
2280         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2281         Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
2283         * net/tramp-sh.el: Move eshell integration code to tramp.el.
2285 2013-01-06  Jürgen Hötzel  <juergen@archlinux.org>
2287         * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
2289 2013-01-06  Michael Albinus  <michael.albinus@gmx.de>
2291         * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
2292         consist of more than one digit.
2293         (tramp-adb-file-name-handler-alist):
2294         Use `tramp-handle-file-exists-p' consistently.
2295         (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
2296         (tramp-adb-handle-file-exists-p): Remove function.
2297         (tramp-adb-file-name-host): New defun.
2298         (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
2299         Use it.
2300         (tramp-adb-maybe-open-connection): Set "remote-path" property.
2302 2013-01-06  Chong Yidong  <cyd@gnu.org>
2304         * vc/vc.el (vc-next-action): Detect buffer modifications
2305         conflicting with locking VCS operation (Bug#11490).
2307         * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
2309 2013-01-05  Michael Albinus  <michael.albinus@gmx.de>
2311         * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
2312         (tramp-adb-handle-directory-files-and-attributes): Fix typos.
2314 2013-01-05  Jürgen Hötzel  <juergen@archlinux.org>
2316         * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
2317         parsing of ls output using regular expression (handle filenames
2318         with spaces).  Use virtual device number.
2319         (tramp-do-parse-file-attributes-with-ls): New defun (Code
2320         cleanup).
2322 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2324         * epg.el: Silence byte-compiler warnings.
2325         (epg--start): Use delete-char instead of delete-backward-char.
2326         (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
2328 2013-01-04  Daiki Ueno  <ueno@gnu.org>
2330         * epg.el (epg--start): Don't call "tty" program on W32 platforms.
2331         Suggested by Eli Zaretskii  <eliz@gnu.org>.
2333 2013-01-04  Michael Albinus  <michael.albinus@gmx.de>
2335         * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
2336         non-negative integers.  Otherwise, the default values are used.
2337         (tramp-convert-file-attributes): Convert uid and gid to integers.
2339 2013-01-04  Glenn Morris  <rgm@gnu.org>
2341         * term.el (term-handle-colors-array): Ensure face attributes
2342         are fully specified, not nil.  (Bug#13337)
2344         * term.el (term-default-fg-color, term-default-bg-color):
2345         Fix custom type.
2347         * progmodes/etags.el (tags-compression-info-list): Doc fix.
2348         (tag-find-file-of-tag-noselect): Check auto-compression-mode
2349         rather than 'jka-compr being loaded.  (Bug#13338)
2351 2013-01-04  Wesley Dawson  <whd@lavabit.com>  (tiny change)
2353         * icomplete.el (icomplete-completions):
2354         Honor icomplete-prospects-height once more following
2355         2012-11-29 changes.  (Bug#13224)
2357 2013-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2359         * subr.el (internal--called-interactively-p--get-frame): Find aliases
2360         of called-interactively-p as well (bug#13237).
2362         * view.el (view--enable, view--disable): Rename from view-mode-enable
2363         and view-mode-disable and assume it's called from view-mode.
2364         (view-mode-enable, view-mode-disable): Redefine as obsolete
2365         compatibility layer above view-mode.
2366         (view-mode-enter): Call `view-mode'.
2368         * files.el (after-find-file): Call `view-mode'.
2370         * doc-view.el (doc-view-scale-internally): New var.
2371         (doc-view-enlarge, doc-view-insert-image): Obey it.
2373 2013-01-03  Daiki Ueno  <ueno@gnu.org>
2375         * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
2376         exist.  (Bug#13344)
2378 2013-01-03  Glenn Morris  <rgm@gnu.org>
2380         * mail/rmail.el (rmail-set-header-1): Ignore case.
2381         Handle multi-line headers.  (Bug#13330)
2383         * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
2384         Handle paragraph starting at beginning of buffer.
2386         * subr.el (eval-after-load): Don't purecopy the form, so that it
2387         can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
2389         * emacs-lisp/byte-run.el (defun): Place cl declarations
2390         after any interactive spec.  (Bug#13265)
2392 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
2394         * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
2395         defun.  Don't check for DECL if DOCSTRING isn't a string.
2396         (defun): Likewise.
2398 2013-01-02  Glenn Morris  <rgm@gnu.org>
2400         * eshell/em-cmpl.el (eshell-pcomplete):
2401         More thoroughly imitate pcomplete.  (Bug#13293)
2403         * files.el (parse-colon-path): Doc fix.  (Bug#12351)
2404         Return nil for empty path elements.  (Bug#13296)
2406 2013-01-02  Fabián Ezequiel Gallina  <fgallina@cuca>
2408         * progmodes/python.el (python-nav-end-of-statement): Rewrite in
2409         order to improve efficiency (Based on Daniel Colascione's
2410         <dancol@dancol.org> patch).  (Bug#13182)
2412 2013-01-02  Glenn Morris  <rgm@gnu.org>
2414         * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2416 2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
2418         * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
2419         neither DOCSTRING nor DECL was given.  (Bug#13316)
2421 2013-01-02  Michael Albinus  <michael.albinus@gmx.de>
2423         * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
2424         `error' call.
2425         (tramp-do-copy-or-rename-file): Ignore errors when calling
2426         `set-file-extended-attributes'.
2428         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2429         Add handler for `file-acl'.
2430         (tramp-smb-handle-file-acl): New defun.
2432 2013-01-02  Jay Belanger  <jay.p.belanger@gmail.com>
2434         * calc/README: Mention ISO 8601 week-numbering dates.
2436 2013-01-01  Martin Rudalics  <rudalics@gmx.at>
2438         * view.el (view-mode-enable): New argument run-view-mode-hook.
2439         Run view-mode-hook only when it's non-nil (Bug#13315).
2440         (view-mode-enter): Call view-mode-enable with run-view-mode-hook
2441         argument t.
2443 2012-12-31  Jürgen Hötzel  <juergen@archlinux.org>
2445         * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
2446         (No device connected, invalid device name). (Bug #13299)
2448 2012-12-31  Martin Rudalics  <rudalics@gmx.at>
2450         * window.el (window-resizable--p): Rename to window-resizable-p.
2451         (window-resize-no-error): New function.
2453         * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
2454         broken in fix from 2012-12-28.
2456 2012-12-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * subr.el (special-form-p): Don't signal errors on undef aliases.
2460 2012-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
2462         * calc/calc-forms.el (math-parse-date): Try using
2463         `math-parse-iso-date' when it looks like it might be needed.
2464         Allow times of 24:00.
2465         (math-parse-date-validate, math-parse-iso-date-validate):  Allow times
2466         of 24:00.
2468 2012-12-30  Glenn Morris  <rgm@gnu.org>
2470         * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
2471         Remove unnecessary/buggy autoloads (missing interactive).  (Bug#13294)
2472         (rmail-summary-displayed, rmail-summary): Declare.
2473         (mairix-rmail-display): Just require rmail.
2475 2012-12-30  Chong Yidong  <cyd@gnu.org>
2477         * emacs-lisp/package.el (package-untar-buffer): Improve integrity
2478         check for the tarball contents.
2480 2012-12-30  Matt Fidler  <matt.fidler@alcon.com>  (tiny change)
2482         * emacs-lisp/package.el (package-untar-buffer): Handle problematic
2483         tarfile content listings (Bug#13136).
2485 2012-12-30  Mark Lillibridge  <mark.lillibridge@hp.com>
2487         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
2488         Insert the undecoded text of the message being forwarded.  (Bug#9521)
2490 2012-12-30  Michael Albinus  <michael.albinus@gmx.de>
2492         * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
2493         integers, if they are real numbers.  (Bug#13282)
2495         * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
2496         Return `t' on success.
2498         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2499         Add handler for `set-file-selinux-context'.
2501 2012-12-29  Michael Albinus  <michael.albinus@gmx.de>
2503         * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
2504         (tramp-sh-handle-set-file-acl): Return `t' on success.
2506 2012-12-29  Eli Zaretskii  <eliz@gnu.org>
2508         * files.el (backup-buffer-copy, basic-save-buffer-2):
2509         If set-file-extended-attributes fails, fall back on set-file-modes
2510         instead of signaling an error.  (Bug#13298)
2511         (basic-save-buffer): Likewise.
2513 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2515         * progmodes/python.el: Support other commands triggering
2516         python-indent-line so indentation cycling continues to work.
2517         (python-indent-trigger-commands): New defcustom.
2518         (python-indent-line): Use it.
2520 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2522         * progmodes/python.el (python-shell-send-region): Add blank lines
2523         for non sent code so backtraces remain correct.
2525 2012-12-29  Fabián Ezequiel Gallina  <fgallina@cuca>
2527         * progmodes/python.el: Remove cl dependency.
2528         (python-syntax-count-quotes): Replace incf call.
2529         (python-fill-string): Replace setf call.
2531 2012-12-29  Damien Cassou  <damien.cassou@gmail.com>
2533         * info.el (info-other-window): New arg, for consistency with info.
2535 2012-12-28  Martin Rudalics  <rudalics@gmx.at>
2537         * mail/rmail.el (rmail-maybe-display-summary):
2538         Rewrite (Bug#13066).
2540 2012-12-28  Andreas Schwab  <schwab@linux-m68k.org>
2542         * epg.el (epg--start): Modify process-environment locally.
2544 2012-12-28  Daiki Ueno  <ueno@gnu.org>
2546         * epg.el: Support pinentry-curses.
2547         Suggested by Werner Koch in
2548         <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
2549         (epg-agent-file, epg-agent-mtime): New variable.
2550         (epg--start): Record the modified time of gpg-agent socket file,
2551         to restore Emacs frame after pinentry-curses termination.
2552         (epg-wait-for-completion): Restore Emacs frame here.
2554 2012-12-27  Juri Linkov  <juri@jurta.org>
2556         * info.el (Info-file-completions): New variable.
2557         (Info-read-node-name-1): Complete node names in the Info file
2558         when a file name is given.  Call `Info-build-node-completions'
2559         with a file name.
2560         (Info-build-node-completions): Add new arg `file'.  When it is
2561         non-nil, visit it in a temporary buffer and cache its completions in
2562         `Info-current-file-completions'.  Move most of the function body to
2563         `Info-build-node-completions-1'.
2564         (Info-build-node-completions-1): New function with the body from
2565         `Info-build-node-completions'.  (Bug#12456)
2567 2012-12-27  Juri Linkov  <juri@jurta.org>
2569         * frame.el (frame-maximization-style): Remove user option.
2570         (cycle-frame-maximized): Remove function.
2571         (toggle-frame-maximized): Rewrite and bind to M-<f10>.
2572         (toggle-frame-fullscreen): New command bound to <f11> instead of
2573         `toggle-frame-maximized'.
2574         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
2576 2012-12-27  Michael Albinus  <michael.albinus@gmx.de>
2578         * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
2580         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2581         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2582         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
2583         for `file-accessible-directory-p'.  (Bug#13275)
2585 2012-12-27  Sam Steingold  <sds@gnu.org>
2587         * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
2588         continuations, see <http://stackoverflow.com/questions/3582436>.
2590 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
2592         * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
2593         "module" and "def" to have indentation before them.
2594         Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
2596         * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
2598 2012-12-27  Alan Mackenzie  <acm@muc.de>
2600         Speed up fontification where there's large brace blocks.
2601         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
2602         to a call of c-beginning-of-decl-1.
2604 2012-12-27  Vitalie Spinu  <spinuvit@gmail.com>  (tiny change)
2606         * comint.el (comint-adjust-window-point): New function.
2607         (comint-postoutput-scroll-to-bottom):
2608         Call comint-adjust-window-point (Bug#13248).
2610 2012-12-26  Dmitry Gutov  <dgutov@yandex.ru>
2612         * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
2613         Rakefile regexp.
2614         (auto-mode-alist): Associate .gemspec files with ruby-mode
2615         (https://bugs.ruby-lang.org/issues/5453).
2617 2012-12-26  Jürgen Hötzel  <juergen@archlinux.org>
2619         * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
2620         Suppress coloring, if possible (required for BusyBox based systems like
2621         CyanogenMod).
2622         (tramp-adb-handle-file-attributes)
2623         (tramp-adb-handle-insert-directory)
2624         (tramp-adb-handle-file-name-all-completions): Use it.
2625         (tramp-adb-get-toolbox): New defun.  Check for remote shell
2626         implementation (BusyBox or Toolbox).
2628 2012-12-24  Constantin Kulikov <zxnotdead@gmail.com>  (tiny change)
2630         * startup.el (initial-buffer-choice): Allow function as value
2631         (Bug#13251).
2632         (command-line-1): Handle case where initial-buffer-choice
2633         specifies a function.
2634         * server.el (server-execute): Handle case where
2635         initial-buffer-choice specifies a function.
2637 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2639         * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
2640         its own function.
2641         (smtpmail-try-auth-methods): Forget the user name/password if the
2642         login is unsuccessful (bug#12424).
2644 2012-12-22  Michael Albinus  <michael.albinus@gmx.de>
2646         * notifications.el (notifications-notify): Protect body with
2647         `with-demoted-errors'.
2649         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2650         Check properties of remote device.  Restart connection, if there is a
2651         change.
2653 2012-12-21  Chong Yidong  <cyd@gnu.org>
2655         * sort.el (sort-subr): Doc fix (Bug#13056).
2657 2012-12-21  Bastien Guerry  <bzg@gnu.org>
2659         * progmodes/etags.el (tags-search): Fix typo.  Bug #13232.
2661 2012-12-21  Michael Albinus  <michael.albinus@gmx.de>
2663         * simple.el (process-file): Overwrite stderr file, if exists.
2665 2012-12-21  Daiki Ueno  <ueno@gnu.org>
2667         * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
2668         (epg-error): Set `error-message' property.
2670 2012-12-21  Chong Yidong  <cyd@gnu.org>
2672         * international/mule-cmds.el (read-char-by-name): Signal an error
2673         if the user does not supply a valid character (Bug#13177).
2675         * simple.el (transpose-subr-1): Preserve marker positions by
2676         changing the insertion sequence (Bug#13122).
2678 2012-12-21  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
2680         * simple.el (kill-region): Deactivate mark even for empty regions
2681         (Bug#13169).
2683 2012-12-21  Chong Yidong  <cyd@gnu.org>
2685         * help-fns.el (describe-variable): Make sure we get the right
2686         buffer name (Bug#13105).  Suggested by Kelly Dean.
2688 2012-12-20  Michael R. Mauger  <mmaug@yahoo.com>
2690         * comint.el (comint-redirect-previous-input-string): New variable.
2691         (comint-redirect-setup, comint-redirect-cleanup)
2692         (comint-redirect-preoutput-filter): Use it.  Fixes redirection bug.
2693         (comint-redirect-preoutput-filter): Fix verbose message.
2695 2012-12-20  Michael Albinus  <michael.albinus@gmx.de>
2697         * progmodes/grep.el (rgrep): Escape command line.  Sometimes, it
2698         is too long for Tramp.  See discussion in
2699         <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
2701         * progmodes/compile.el (compilation-start): Remove line escape
2702         template.
2704 2012-12-20  Dmitry Antipov  <dmantipov@yandex.ru>
2706         * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
2707         Adjust comment.
2709 2012-12-19  Jonas Bernoulli  <jonas@bernoul.li>
2711         * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
2712         following non-comment text (bug#13207).
2713         (lm-header-multiline): Continuation lines need to be indented more than
2714         the first line.
2715         (lm-homepage): New function.
2716         (lm-with-file): Don't be confused if narrowing is in effect.
2718 2012-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2720         * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
2721         very beginning of a hunk (e.g. killing the first line).
2723 2012-12-19  Michael Albinus  <michael.albinus@gmx.de>
2725         * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
2726         and text properties from returned ACL string.
2727         (tramp-sh-handle-set-file-acl): Do not use additional parentheses
2728         for "setfacl" command.
2730 2012-12-18  Michael Albinus  <michael.albinus@gmx.de>
2732         * net/tramp.el (tramp-error-with-buffer): Give a hint to use
2733         `tramp-cleanup-this-connection', when the process has died.
2734         (Bug#13151)
2736 2012-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * icomplete.el (icomplete-completions): Also use … to truncate prefix.
2740 2012-12-17  Kevin Ryde  <user42@zip.com.au>
2742         * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
2744 2012-12-17  Michael Albinus  <michael.albinus@gmx.de>
2746         Add support for preserving ACL entries of files.
2748         * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
2749         `set-file-acl' handlers.
2751         * net/tramp-adb.el (tramp-adb-handle-copy-file):
2752         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2754         * net/tramp-compat.el (tramp-compat-copy-file):
2755         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2757         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2758         Add `file-acl' and `set-file-acl' handlers.
2759         (tramp-gvfs-handle-copy-file):
2760         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2761         (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
2762         New defuns.
2764         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2765         Add `file-acl' and `set-file-acl' handlers.
2766         (tramp-remote-acl-p, tramp-sh-handle-file-acl)
2767         (tramp-sh-handle-set-file-acl): New defuns.
2768         (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
2769         Handle PRESERVE-EXTENDED-ATTRIBUTES.
2771         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2772         Add `file-acl' and `set-file-acl' handlers.
2773         (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
2775 2012-12-17  Kelly Dean  <kellydeanch@yahoo.com> (tiny change)
2777         * help-macro.el (make-help-screen): Instead of switch-to-buffer
2778         use pop-to-buffer with NORECORD argument t.  As buffer name, use
2779         *Metahelp* with a leading space (Bug#13190).
2781 2012-12-16  Romain Francoise  <romain@orebokech.com>
2783         * files.el (file-extended-attributes)
2784         (set-file-extended-attributes): New functions.
2785         (backup-buffer): Use them to handle both SELinux context and ACL
2786         entries.
2787         (backup-buffer-copy): Work with an alist of extended attributes,
2788         rather than an SELinux context.
2789         (basic-save-buffer-2): Ditto.
2791 2012-12-16  Timo Myyrä  <timo.myyra@gmail.com>
2793         * battery.el (battery-bsd-apm): New function.
2795 2012-12-16  Jay Belanger  <jay.p.belanger@gmail.com>
2797         * calc/calc.el (calc-standard-date-formats): Adjust one of the
2798         standard date formats.
2800 2012-12-15  Juri Linkov  <juri@jurta.org>
2802         * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
2803         `isearch-insert-char-by-name'.
2804         (with-isearch-suspended): New defmacro with body mostly from
2805         `isearch-edit-string' except the part that sets
2806         `isearch-new-string' and `isearch-new-message'.
2807         (isearch-edit-string): Use new macro `with-isearch-suspended' with
2808         body that sets `isearch-new-string' and `isearch-new-message'.
2809         (isearch-insert-char-by-name): New command.
2810         * international/mule-cmds.el (read-char-by-name): Let-bind
2811         `enable-recursive-minibuffers' to t.
2812         http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
2814 2012-12-15  Juri Linkov  <juri@jurta.org>
2816         * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
2817         (Bug#13175)
2819 2012-12-15  Christopher Schmidt  <christopher@ch.ristopher.com>
2821         * dired-x.el (dired-guess-shell-command): Put colon at the end of
2822         the prompt.  (Bug#13045)
2824 2012-12-14  Glenn Morris  <rgm@gnu.org>
2826         * emacs-lisp/macroexp.el (macroexp--warn-and-return):
2827         Try to include filename in non-bytecomp warning.  (Bug#13132)
2829 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2831         Fix permissions bugs with setgid directories etc. (Bug#13125)
2832         * files.el (backup-buffer): Don't rely on 9th output of
2833         file-attributes, as it's now a placeholder.  Instead, use the new
2834         optional arg of file-ownership-preserved-p.
2835         (file-ownership-preserved-p): New optional arg GROUP.
2836         Fix mishandling of setuid directories that would cause this
2837         function to return t when it should have returned nil.
2838         Document what happens if the file does not exist, and when
2839         it's not known whether the ownership will be preserved.
2840         * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
2841         Likewise.
2842         (tramp-get-local-gid): Use group-gid for integer, as that's
2843         faster and more reliable.
2845 2012-12-14  Julien Danjou  <julien@danjou.info>
2847         * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
2848         Update keywords list, data type and PL/pgSQL.
2850 2012-12-14  Dave Abrahams  <dave@boostpro.com>
2852         * vc/ediff-util.el (ediff-buffer-type): New function.
2853         (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
2854         rather than taking it as as argument.
2855         (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
2857 2012-12-14  Ryan Crum  <ryan.crum@eleostech.com>
2859         * json.el: Add pretty-print option (bug#12634).
2860         (json-encoding-separator, json-encoding-default-indentation)
2861         (json--encoding-current-indentation, json-encoding-pretty-print)
2862         (json-encoding-lisp-style-closings): New vars.
2863         (json--with-indentation): New macro.
2864         (json-encode-hash-table, json-encode-alist, json-encode-plist)
2865         (json-encode-array): Use it to obey json-encoding-pretty-print.
2866         (json-pretty-print-buffer, json-pretty-print): New commands.
2868 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2870         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2871         Extract `ruby-syntax-propertize-expansions'.
2872         (ruby-syntax-propertize-expansions): Only change syntax on
2873         certain string delimiters, to punctuation.  This way the common
2874         functions like forward-word and thing-at-point still work.
2875         (ruby-match-expression-expansion): Improve readability.
2876         (ruby-block-contains-point): New function.
2877         (ruby-add-log-current-method): Handle several edge cases.
2879 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
2881         * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
2882         unload-feature finishes even when aborting an ongoing edebug session.
2883         Also, do not worry about edebug-mode, unload-feature takes care of it.
2885 2012-12-13  Andreas Schwab  <schwab@suse.de>
2887         * net/tls.el (tls-program): Update customize type.
2889 2012-12-13  Juanma Barranquero  <lekktu@gmail.com>
2891         * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
2892         (edebug-setup-hook, cl-read-load-hooks): Use it.
2893         (edebug-unload-function): New function.  (Bug#13163)
2895 2012-12-13  Michael Albinus  <michael.albinus@gmx.de>
2897         * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2898         Otherwise, there could be errors in autoloading.  (Bug#13151)
2900 2012-12-13  Jürgen Hötzel  <juergen@archlinux.org>
2902         * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2903         sequences.
2905 2012-12-13  Alan Mackenzie  <acm@muc.de>
2907         Make CC Mode not hang when _some_ lines end in CRLF.  Bug #11841.
2908         * progmodes/cc-engine.el (c-backward-comments): Add code to work
2909         around `forward-comment' not recognizing ^M as whitespace.
2911 2012-12-13  Fabián Ezequiel Gallina  <fgallina@cuca>
2913         * progmodes/python.el (python-skeleton-class)
2914         (python-skeleton-def): Do not add space after defun name.
2916 2012-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2918         * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2919         (cl--symbol-function): Remove (now that funbound is like nil).
2921 2012-12-12  Glenn Morris  <rgm@gnu.org>
2923         * button.el (button--area-button-p): Fix typo.
2925 2012-12-12  Sam Steingold  <sds@gnu.org>
2927         * frame.el (frame-maximization-style): New user option.
2928         (toggle-frame-maximized): Toggle frame maximization according to
2929         `frame-maximization-style', bound to <f11>.
2930         (cycle-frame-maximized): Cycle between all maximization styles and
2931         non-maximized frame, bound to shift-<f11>.
2933 2012-12-12  David Cadé  <codename68@gmail.com>
2935         * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2937 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
2939         * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2940         (eieio-override-prin1): Don't quote kewords and booleans.
2941         (object-write) <eieio-default-superclass>: Don't put closing parens
2942         on new line, avoid needless empty lines, align values that are objects
2943         with the slot keyword (instead of beginning on the same line).
2944         (eieio-list-prin1): Align value with slot keyword; increase
2945         eieio-print-depth before printing members of the list.
2947 2012-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2949         * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2950         a display text-property.
2951         (report-emacs-bug-hook): Don't bother deleting it any more.
2953         * hilit-chg.el (highlight-save-buffer-state): Delete.
2954         Use with-silent-modifications instead.
2955         (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2957         * button.el: Handle buttons in display text-properties.
2958         (button--area-button-p, button--area-button-string):
2959         Use (STRING . STRING-POS) representation instead of just STRING.
2961 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
2963         * makefile.w32-in (compile4-SH): Fix a typo that caused term
2964         subdirectory be skipped.
2966 2012-12-11  Glenn Morris  <rgm@gnu.org>
2968         * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2970         * progmodes/f90.el (f90-line-continued, f90-indent-region):
2971         Treat preprocessor lines embedded in continuations like comments.
2972         (f90-indent-line): Special-case preprocessor lines.  (Bug#13138)
2974 2012-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
2976         * calc/calc.el (calc-standard-date-formats):  Add more date
2977         formats.
2978         * calc/calc-forms.el (math-parse-iso-date): New function.
2979         (math-parse-date): Use `math-parse-iso-date' when appropriate.
2980         (math-parse-iso-date-validate): Add extra error checking.
2981         (calc-date-notation): Add ability to access new date formats.
2983 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2985         * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2986         font-lock as well as when there's no text-property.
2988 2012-12-10  Jambunathan K  <kjambunathan@gmail.com>
2990         * hi-lock.el: Refine the choice of default face.
2991         (hi-lock-keyword->face): New function.  Use it wherever we used
2992         cadadadr instead.
2993         (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2994         (hi-lock--last-face): Remove var.
2995         (hi-lock--unused-faces): New var to replace it.
2996         (hi-lock-read-face-name): Use/maintain it.
2997         (hi-lock-unface-buffer): Maintain it.  Fix error for the C-u case.
2998         (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2999         if it has another face.
3001 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3003         * subr.el (w32notify-handle-event): New function.
3004         (inotify-handle-event): Doc fix.
3006 2012-12-10  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3008         * subr.el (inotify-event-p, inotify-handle-event): New functions.
3010 2012-12-10  Dani Moncayo <dmoncayo@gmail.com>
3012         * simple.el (just-one-space): Doc fix.
3014 2012-12-10  Eli Zaretskii  <eliz@gnu.org>
3016         * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
3018 2012-12-10  Le Wang  <l26wang@gmail.com>
3020         * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
3021         narrowed buffer (bug#12361).
3023 2012-12-10  Juanma Barranquero  <lekktu@gmail.com>
3025         * vc/vc-hooks.el (vc-state): Doc fix.
3027 2012-12-10  Glenn Morris  <rgm@gnu.org>
3029         * mail/rmail.el (rmail-maybe-display-summary):
3030         Preserve buffer, in case select-window changes it.  (Bug#13066)
3032 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
3035         cl-load-hook where they belong.
3037 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
3041 2012-12-09  Eli Zaretskii  <eliz@gnu.org>
3043         Parallelize byte compilation on MS-Windows.
3044         * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
3045         (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
3046         (WINS_BASIC): Define as concatenation of the above.
3047         (compile): Subdivide into 4 separate and independent jobs that can
3048         be run in parallel.
3049         (compile0-CMD, compile0-SH): New targets for compiling
3050         COMPILE_FIRST files, which are prerequisites for the rest of the
3051         byte-compilation.
3052         (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
3053         New targets for parallel compilation with cmd.exe.
3054         (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
3055         compiling under a Unixy shell.
3057 2012-12-09  Chong Yidong  <cyd@gnu.org>
3059         * simple.el (set-mark-default-inactive): Delete this
3060         accidentally-introduced option.
3061         (set-mark-command, exchange-point-and-mark): Remove calls.
3063 2012-12-09  Glenn Morris  <rgm@gnu.org>
3065         * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
3066         Respect a defcustom's :set function, if appropriate.  (Bug#109)
3067         (eval-defun): Doc fix.
3069 2012-12-08  Juri Linkov  <juri@jurta.org>
3071         * info.el (Info-copy-current-node-name, Info-breadcrumbs)
3072         (Info-fontify-node, Info-bookmark-make-record): Remove the
3073         file extension from Info-current-file (Bug#13016).
3075 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3077         * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
3078         point, still provide some default.
3079         (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
3080         names, since we don't use it right now.  Actually return the list.
3081         (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
3083 2012-12-07  Chong Yidong  <cyd@gnu.org>
3085         * novice.el (disabled-command-function): Remove a spurious help
3086         xref (Bug#13043).  Suggested by Kelly Dean.
3088         * subr.el (text-clone-maintain): Fix clone overlay deletion when a
3089         syntax is specified (Bug#13025).
3091         * info.el (Info-set-mode-line): Remove the file extension from
3092         Info-current-file if there is one (Bug#13016).
3094 2012-12-07  Glenn Morris  <rgm@gnu.org>
3096         * mail/rmail.el (rmail-mime-decoded): New permanent local.
3097         (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
3098         * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
3099         and rmail-mime-decoded.  (Bug#9841)
3101         * mail/unrmail.el (unrmail-mbox-format): New option.  (Bug#6574)
3102         (batch-unrmail, unrmail): Doc fixes.
3103         (unrmail): Respect unrmail-mbox-format.
3104         * mail/rmail.el (rmail-mbox-format): New option.
3105         (rmail-show-message-1): Respect rmail-mbox-format.
3107 2012-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
3111 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3113         Further cleanup of the "cl-" namespace.  Fit CL in 80 columns.
3114         * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
3115         (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
3116         (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
3117         (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
3118         (cl-progv): Don't rely on dynamic scoping to find the body.
3119         * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
3120         (cl--proclaims-deferred): Rename from the "cl-" prefix.
3121         (cl-declaim): Use backquotes.
3122         * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
3123         Use "cl--" prefix for the object's tag.
3125         * ses.el: Use advice-add/remove.
3126         (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
3127         (copy-region-as-kill, yank): Use advice-add.
3128         (ses-unload-function): Use advice-remove.
3130 2012-12-06  Jonas Bernoulli  <jonas@bernoul.li>
3132         * button.el: Make them work in header-lines (bug#12817).
3133         (button-map): Add bindings for header-line and mode-line use.
3134         (button-get, button-put, button-label): `button' may now be a string.
3135         (button-activate): Don't make it a defsubst.
3136         (button--area-button-p, button--area-button-string): New functions.
3137         (make-text-button): Fix the return value when `beg' was a string.
3138         (push-button): Handle the mode-line case.
3140 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3142         * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
3143         (sql-signum): Remove.  Use `cl-signum' instead.
3144         (sql-read-passwd): Remove; use read-passwd instread.
3145         (sql-get-login-ext): Use read-string.
3146         (sql-get-login): Use dolist and pcase.
3147         (sql--completion-table): Rename from sql-try-completion.
3148         Use complete-with-action.
3149         (sql-mode): Don't change abbrev-all-caps globally.
3150         (sql-connect): Don't rely on dynamic scoping for `new-name'.
3151         (sql-postgres-completion-object): Initialize vars in their `let'.
3152         (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
3153         (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
3154         (sql-comint-interbase): Use a single append, without setq.
3155         (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
3157         * hi-lock.el: Rework the default face and the serialize regexp code.
3158         (hi-lock--auto-select-face-defaults): Remove.
3159         (hi-lock-string-serialize-serial): Remove.
3160         (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
3161         make weak.
3162         (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
3163         equal string.
3164         (hi-lock-set-pattern): Adjust accordingly.
3165         (hi-lock--regexps-at-point): Simplify accordingly.
3166         (hi-lock--auto-select-face-defaults): Remove.
3167         (hi-lock--last-face): New var to replace it.
3168         (hi-lock-read-face-name): Rewrite (bug#11095).
3169         (hi-lock-unface-buffer): Arrange for the face to be the next default.
3171 2012-12-06  Michael Albinus  <michael.albinus@gmx.de>
3173         * net/tramp.el (tramp-replace-environment-variables):
3174         Hide compiler warning.
3175         (tramp-file-name-for-operation): Remove `executable-find',
3176         `start-process', `call-process' and `call-process-region'.
3178         * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
3180         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
3181         compatibility.
3183         * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
3185 2012-12-06  Chong Yidong  <cyd@gnu.org>
3187         * ffap.el (ffap-replace-file-component): Fix typo.
3189 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3191         * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
3192         fix open-paren-like token test (bug#12785).
3194 2012-12-06  Glenn Morris  <rgm@gnu.org>
3196         * mail/rmailsum.el (rmail-new-summary): Tweak for
3197         rmail-maybe-display-summary changing buffer.  (Bug#13066)
3199 2012-12-06  Juri Linkov  <juri@jurta.org>
3201         * info.el (Info-fontify-node): Don't hide the last newline.
3202         (Bug#12272)
3204 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3206         * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
3207         so as to enable message-read-from-minibuffer to expand mail aliases.
3209 2012-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3211         * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
3212         the `intangible' property.
3213         Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
3215 2012-12-05  Deniz Dogan  <deniz@dogan.se>
3217         * net/rcirc.el (rcirc-urls): Update documentation.
3218         (rcirc-condition-filter): New function.
3219         (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
3220         and exclude consecutive duplicate URLs (Bug#6082).
3222 2012-12-05  Michael Albinus  <michael.albinus@gmx.de>
3224         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3225         Check return code of copy command.
3227         * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
3228         Use group `tramp'.  Add version.
3230 2012-12-05  Chong Yidong  <cyd@gnu.org>
3232         * ffap.el (ffap-url-regexp): Don't require matching at front of
3233         string (Bug#4952).
3234         (ffap-url-p): If only a substring matches, return that.
3235         (ffap-url-at-point): Use the return value of ffap-url-p.
3236         (ffap-read-file-or-url, ffap-read-file-or-url-internal)
3237         (find-file-at-point, dired-at-point, dired-at-point-prompter)
3238         (ffap-guess-file-name-at-point): Likewise.
3239         (ffap-replace-file-component): Fix typo.
3241         * info.el (info-display-manual): Add existing Info buffers, whose
3242         files may not be in Info-directory-list, to the completion.
3243         (info--manual-names): New helper function.
3245 2012-12-05  Glenn Morris  <rgm@gnu.org>
3247         * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
3248         New functions, for detecting and resolving conflicts.  (Bug#10709)
3250 2012-12-04  Jambunathan K  <kjambunathan@gmail.com>
3252         * hi-lock.el (hi-lock-auto-select-face): New user variable.
3253         (hi-lock-auto-select-face-defaults): New buffer local variable.
3254         (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
3255         (hi-lock-unface-buffer): Prompt user with useful defaults.
3256         With prefix arg, unhighlight all hi-lock patterns in buffer.
3258 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
3262 2012-12-04  Michael Albinus  <michael.albinus@gmx.de>
3264         * Makefile.in (TRAMP_SRC):
3265         * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
3267 2012-12-04  Juergen Hoetzel  <juergen@archlinux.org>
3269         * net/tramp-adb.el: New package.
3271 2012-12-04  Chong Yidong  <cyd@gnu.org>
3273         * terminal.el: Move to obsolete/.
3275         * longlines.el: Move to obsolete/.
3277         * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
3278         Remove code referring to longlines mode.
3280 2012-12-03  Juri Linkov  <juri@jurta.org>
3282         * sort.el (delete-duplicate-lines): New command.  (Bug#13032)
3284 2012-12-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
3286         * textmodes/ispell.el (ispell-init-process)
3287         (ispell-start-process, ispell-internal-change-dictionary):
3288         Make sure personal dictionary name is expanded after initial
3289         `default-directory' value. Use expanded strings for
3290         keep/restart checks and for value (Bug#13019).
3292 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3294         * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
3296 2012-12-03  Leo Liu  <sdl.web@gmail.com>
3298         * files.el (dir-locals-read-from-file): Check file non-empty
3299         before reading.  (Bug#13038)
3301 2012-12-03  Glenn Morris  <rgm@gnu.org>
3303         * jka-cmpr-hook.el (jka-compr-get-compression-info):
3304         Remove any version extension before checking filename.  (Bug#13006)
3305         (jka-compr-compression-info-list): Belated :version bump.
3307 2012-12-03  Chong Yidong  <cyd@gnu.org>
3309         * simple.el (transient-mark-mode): Doc fix (Bug#11523).
3311         * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
3312         (buffer-menu): Doc fix (Bug#12294).
3314 2012-12-03  Roland Winkler  <winkler@gnu.org>
3316         * calendar/diary-lib.el (diary-header-line-format): Use keybinding
3317         of diary-show-all-entries in the diary buffer (Bug#12994).
3319 2012-12-03  Michael Albinus  <michael.albinus@gmx.de>
3321         * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
3322         "<STDIN>".  This is binary safe.
3324 2012-12-03  Jay Belanger  <jay.p.belanger@gmail.com>
3326         * calc/calc-forms.el (math-absolute-from-iso-dt)
3327         (math-date-to-iso-dt, math-parse-iso-date-validate)
3328         (math-iso-dt-to-date): New functions.
3329         (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
3330         (math-fd-isoweekday): New variables.
3331         (calc-date-notation, math-parse-standard-date, math-format-date)
3332         (math-format-date-part): Add support for more formatting codes.
3334 2012-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3336         * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
3337         current buffer's file name when called interactively (Bug#12488).
3339 2012-12-02  Juri Linkov  <juri@jurta.org>
3341         * info.el (info-display-manual): Don't clobber an existing Info
3342         buffer (Bug#10770).  Add completion (Bug#10771).
3344 2012-12-01  Yuya Nishihara  <yuya@tcha.org>  (tiny change)
3346         * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
3347         before using it for comparison (Bug#5297).
3349 2012-12-01  Jari Aalto  <jari.aalto@cante.net>
3351         * textmodes/css-mode.el (css-current-defun-name): New function.
3352         (css-mode): Use it.
3354         * textmodes/sgml-mode.el (html-current-defun-name): New function.
3355         (html-mode): Use it.
3357 2012-12-01  Chong Yidong  <cyd@gnu.org>
3359         Modularize add-log-current-defun (Bug#2224).
3360         Suggested by Jari Aalto.
3362         * vc/add-log.el (add-log-current-defun-function): Doc fix.
3363         (add-log-current-defun): Move mode-specific code to other files.
3364         (add-log-lisp-like-modes, add-log-c-like-modes)
3365         (add-log-tex-like-modes): Variables deleted.
3367         * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
3368         (lisp-mode-variables): Use it.
3370         * progmodes/cc-mode.el (c-common-init):
3371         * progmodes/cperl-mode.el (cperl-mode): Set a value for
3372         add-log-current-defun-function.
3374         * progmodes/m4-mode.el (m4-current-defun-name): New function.
3375         (m4-mode): Use it.
3377         * progmodes/perl-mode.el (perl-current-defun-name): New.
3378         (perl-mode): Use it.
3380         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3381         Use lisp-current-defun-name.
3383         * textmodes/tex-mode.el (tex-current-defun-name): New.
3384         (tex-common-initialization): Use it.
3386         * textmodes/texinfo.el (texinfo-current-defun-name): New.
3387         (texinfo-mode): Use it.
3389 2012-12-01  Chong Yidong  <cyd@gnu.org>
3391         * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
3392         * progmodes/autoconf.el (autoconf-mode):
3393         * progmodes/js.el (js-mode):
3394         * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
3395         (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
3396         * progmodes/perl-mode.el (perl-mode):
3397         * progmodes/sh-script.el (sh-mode, sh-set-shell):
3398         * textmodes/css-mode.el (css-mode):
3399         * textmodes/sgml-mode.el (html-mode, sgml-mode)
3400         (sgml-tags-invisible, sgml-guess-indent):
3401         * textmodes/tex-mode.el (tex-common-initialization)
3402         (latex-complete-bibtex-keys, tex-shell, tex-main-file)
3403         (doctex-mode, plain-tex-mode, latex-mode):
3404         * textmodes/texinfo.el (texinfo-mode): Use setq-local.
3406 2012-12-01  Kirk Kelsey  <kirk.kelsey@0x4b.net>
3408         * vc/vc-hg.el (vc-hg-next-revision):
3409         Ensure use of default "tip" output format.  (Bug#6968)
3411 2012-12-01  Kim F. Storm  <storm@cua.dk>
3413         * startup.el (fancy-startup-tail): Add a clickable link
3414         (Bug#2176).
3416 2012-12-01  Chong Yidong  <cyd@gnu.org>
3418         * startup.el (fancy-startup-tail): Improve the message about
3419         auto-save files (Bug#2176).
3421         * files.el (recover-session): Improve the descriptive message, and
3422         use substitute-command-keys.
3424 2012-12-01  Glenn Morris  <rgm@gnu.org>
3426         * ido.el (ido-file-internal):
3427         Handle other-window, other-frame for dired.  (Bug#13036)
3429 2012-11-30  Glenn Morris  <rgm@gnu.org>
3431         * icomplete.el (icomplete-separator): Fix :version.
3433 2012-11-30  Chong Yidong  <cyd@gnu.org>
3435         * shell.el (shell): For C-u M-x shell, use an inactive shell
3436         buffer as the default (Bug#1975).
3437         (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
3438         (shell-mode): Use them to reapply ansi colorization if Shell mode
3439         is re-enabled.
3441 2012-11-30  Yuriy Vostrikov  <delamonpansie@gmail.com>  (tiny change)
3443         * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
3445 2012-11-30  Samuel Bronson  <naesten@gmail.com>
3447         * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
3448         flag to xargs, for compatibility with BSD xargs (Bug#11703).
3450 2012-11-30  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3452         * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
3453         by move-to-column (Bug#3234).
3455 2012-11-30  Chong Yidong  <cyd@gnu.org>
3457         * longlines.el (longlines-wrap-line, longlines-encode-region):
3458         Preserve text properties (Bug#1425).
3460 2012-11-30  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3462         * vc/vc.el (vc-register): Allow registering a file which is
3463         already registered with a different backend (Bug#10589).
3465 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
3466             Stefan Monnier  <monnier@iro.umontreal.ca>
3468         * icomplete.el: Change separator; add ido-style commands.
3469         (icomplete-show-key-bindings): Remove custom var.
3470         (icomplete-get-keys): Remove function.
3471         (icomplete-forward-completions, icomplete-backward-completions):
3472         New commands.
3473         (icomplete-minibuffer-map): New var.
3474         (icomplete-minibuffer-setup): Use it.
3475         (icomplete-exhibit): Don't delay if the list of completions is known.
3476         (icomplete-separator): New custom.
3477         (icomplete-completions): Use it.
3478         * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
3479         (minibuffer-force-complete-and-exit): New command.
3480         (minibuffer--complete-and-exit): New function extracted from
3481         minibuffer-complete-and-exit.
3482         (minibuffer-complete-and-exit): Use it.
3484         * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
3485         error message when the file doesn't exist (bug#12974).
3487 2012-11-29  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
3489         * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
3491 2012-11-29  Glenn Morris  <rgm@gnu.org>
3493         * files.el (hack-dir-local-variables): Warn if try to set
3494         coding via dir-locals, since it doesn't work.  (Bug#7169)
3496         Add desktop support for restoring vc-dir buffers.  (Bug#10606)
3497         * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
3498         Set buffer-local value of desktop-save-buffer.
3499         (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
3500         New functions.
3501         (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
3502         * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
3504         * files.el (inhibit-local-variables-ignore-case): New.  (Bug#10610)
3505         (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
3506         Doc fix.
3507         (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
3508         Doc fixes.
3510 2012-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
3512         * calc/calc-forms.el (calc-date-notation): Fix regexp
3513         used to find time codes.  Fix symbol for seconds.
3515 2012-11-27  Glenn Morris  <rgm@gnu.org>
3517         * emacs-lisp/derived.el (derived-mode-make-docstring):
3518         Don't mention "abbrev" or "syntax" if nil.  (Bug#11277)
3520 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * textmodes/table.el (table-insert): Don't use `symbol-name' on
3523         lexically scoped variables (bug#13005).
3525 2012-11-27  Glenn Morris  <rgm@gnu.org>
3527         * vc/vc-hooks.el (vc-mistrust-permissions):
3528         Default to t, to avoid data-loss.  (Bug#11490)
3530 2012-11-27  Fabián Ezequiel Gallina  <fgallina@cuca>
3532         * progmodes/python.el (python-indent-guess-indent-offset):
3533         If indentation is guessed make python-indent-offset buffer-local.
3535         Fix Imenu regression.
3536         * progmodes/python.el (python-nav-beginning-of-defun):
3537         Fix forward movement when statement(s) separates point from defun.
3538         (python-imenu-prev-index-position): New function.
3540 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
3542         * subr.el (buffer-file-type): Declare with defvar-local.  Doc fix.
3544         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3545         Don't set buffer-file-type.  Return nil.  (Bug#12989)
3547 2012-11-27  Glenn Morris  <rgm@gnu.org>
3549         * hippie-exp.el (hippie-expand-try-functions-list):
3550         Re-autoload it.  (Bug#12982)
3552 2012-11-27  Eli Zaretskii  <eliz@gnu.org>
3554         * descr-text.el (describe-char-padded-string):
3555         Call internal-char-font only on GUI frames.  (Bug#11964)
3557 2012-11-27  Andreas Schwab  <schwab@linux-m68k.org>
3559         * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
3560         and obsoletion message.
3562 2012-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3564         * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
3565         the constructs to keep outside of the `cl-block' (bug#12977).
3567 2012-11-27  Chong Yidong  <cyd@gnu.org>
3569         * mouse.el (mouse-drag-line): Even if the line is not draggable,
3570         keep reading until we get the up-event anyway, in order to process
3571         the up-event for mouse-1-click-follows-link (Bug#12971).
3573 2012-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
3576         base function is not yet defined (bug#12965).
3577         (ad-activate-advised-definition): Use ad-compile-function.
3578         (ad-activate): Use cond.
3580 2012-11-25  Leo Liu  <sdl.web@gmail.com>
3582         * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
3583         (Bug#12979)
3585 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3587         * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
3588         reftex-section-info-function in order to be compatible with
3589         Texinfo integration.
3591         * textmodes/reftex.el (reftex-section-pre-regexp)
3592         (reftex-section-post-regexp, reftex-section-info-function):
3593         New variable.
3594         (reftex-compile-variables): Use variables reftex-section-pre-regexp,
3595         reftex-section-post-regexp, and reftex-section-info-function in order
3596         to be compatible with Texinfo integration.
3598         * textmodes/reftex-toc.el (reftex-toc-promote-action):
3599         use reftex-section-pre-regexp variable in order to be compatible with
3600         Texinfo integration.
3602 2012-11-25  Chong Yidong  <cyd@gnu.org>
3604         * faces.el: Make face-spec-set more analogous to setq.
3605         (face-spec-set): Change the third arg to specify whether this
3606         function is being called via defface, customize, or a third party.
3607         Set the appropriate symbol properties.  Clear the override spec if
3608         setting via Custom.  Initialize face if necessary.  (Bug#4988)
3609         (face-spec-recalc): Allow theme faces to completely replace the
3610         defface spec, in the same way as custom faces (Bug#8454).
3612         * cus-face.el (custom-declare-face): Move face initialization to
3613         face-spec-set.
3614         (custom-theme-set-faces): Don't initialize the face name here, as
3615         that is now done in face-spec-set.
3617         * cus-edit.el (custom-face-set, custom-face-mark-to-save)
3618         (custom-face-reset-saved, custom-face-mark-to-reset-standard):
3619         Simplify by using the new arg to face-spec-set.
3621         * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
3622         reset face-override-spec too, and use custom-declare-face.
3624 2012-11-24  Jan Djärv  <jan.h.d@swipnet.se>
3626         * term/ns-win.el (ns-initialize-window-system): Move creation of
3627         fontsets here (Bug#11964).
3629 2012-11-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
3631         * ses.el (ses-rename-cell): Correct bug on mode-line update after
3632         cell renaming.
3634 2012-11-24  Chong Yidong  <cyd@gnu.org>
3636         * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
3637         obsolete.
3639         * custom.el (custom-theme-set-variables): Use a topological sort
3640         for ordering by custom dependencies (Bug#12952).
3641         (custom--sort-vars, custom--sort-vars-1): New functions.
3643 2012-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3645         * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
3646         lexical-binding (bug#12938).
3648 2012-11-24  Wolfgang Jenkner  <wjenkner@inode.at>
3650         * image-mode.el (image-transform-check-size): Use assertions only
3651         for images of type imagemagick.
3653         Otherwise no error, image-transform-fit-to-{width,height} is
3654         silently ignored, as before.  Doc fix.
3656 2012-11-24  Chong Yidong  <cyd@gnu.org>
3658         * faces.el (color-defined-p): Doc fix (Bug#12853).
3660 2012-11-24  Juri Linkov  <juri@jurta.org>
3662         * dired.el (dired-mark): Add optional arg `interactive'.
3663         Check for `use-region-p' if `interactive' is non-nil.
3664         (dired-unmark, dired-flag-file-deletion): Add optional arg
3665         `interactive'.  Call `dired-mark' with the arg `interactive'.
3666         (Bug#10624)
3668         * wdired.el: Revert 2012-10-17 change partly and replace it with
3669         Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
3670         (wdired-finish-edit): Add marks for new file names to
3671         `wdired-old-marks'.  Restore marks using `dired-mark-remembered'
3672         after `revert-buffer'.
3673         (wdired-do-renames): Remove calls to `dired-remove-file',
3674         `dired-add-file', `dired-add-entry'.  (Bug#11795)
3676 2012-11-24  Alan Mackenzie  <acm@muc.de>
3678         * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
3680         Fix bugs in the state cache.  Enhance a debugging mechanism.
3681         * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
3682         "brace at column zero" strategy for C++.
3683         (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
3684         (c-parse-state-point): New variable.
3685         (c-record-parse-state-state): Record old parse state with
3686         `copy-tree'.  Record previous value of point.
3687         (c-debug-parse-state-double-cons): New debugging function.
3688         (c-debug-parse-state): Call the above new function.
3689         (c-toggle-parse-state-debug): Output a confirmatory message.
3691         * progmodes/cc-mode.el (c-before-change, c-after-change):
3692         Call c-invalidate-state-cache from `c-before-change' instead of
3693         `c-after-change'.
3695 2012-11-23  Chong Yidong  <cyd@gnu.org>
3697         * find-cmd.el (find-constituents): Add executable, ipath,
3698         readable, samefile, writable, daystart, regextype (Bug#12856).
3700 2012-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3702         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
3704 2012-11-22  Paul Eggert  <eggert@cs.ucla.edu>
3706         * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
3707         definition.  This fixes a bootstrap failure.
3708         (calc-gregorian-switch): In menu, put dates before regions.
3709         This is easier to follow, lines up better in the menu, and lets us
3710         coalesce regions that switch at the same time.  Give country
3711         names, not "Vatican", as that's better for non-expert users.
3712         Use names that are stable between the date of switch and now, e.g.,
3713         Bohemia and Moravia (which existed then and now) and not
3714         Czechoslovakia (which didn't exist then and doesn't exist now).
3715         What is now the U.S. mostly did not switch at the same time as
3716         Britain, so omit the U.S.  Correct spelling of "Britain".
3717         Catholic Switzerland was too much of a mess, so omit it.
3719 2012-11-22  Jay Belanger  <jay.p.belanger@gmail.com>
3721         * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
3722         after the variable is changed.
3724 2012-11-21  Daniel Colascione  <dancol@dancol.org>
3726         * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
3727         in SQL declarations for font-lock.
3728         (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
3730 2012-11-21  Glenn Morris  <rgm@gnu.org>
3732         * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
3733         (face-italic-p): Add optional argument "inherit".
3735         * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
3736         Remove -p suffix from names, for consistency with other set-face-*.
3737         (set-face-inverse-video): Fix interactive spec.
3738         * play/gamegrid.el (gamegrid-make-mono-tty-face):
3739         * textmodes/table.el (table--update-cell-face):
3740         Use set-face-inverse-video rather than now obsolete alias.
3742 2012-11-21  Eli Zaretskii  <eliz@gnu.org>
3744         * simple.el (line-move): Don't call line-move-partial if
3745         scroll-conservatively is in effect.  (Bug#12927)
3747 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3749         * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
3750         Fallback on completion-at-point rather than
3751         pcomplete-expand-and-complete, and only if pcomplete actually failed.
3752         (eshell-cmpl-initialize): Setup completion-at-point.
3754         * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
3756         * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
3758 2012-11-21  Michael Albinus  <michael.albinus@gmx.de>
3760         * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
3761         are remote, check out-of-band property for both.
3763 2012-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3765         * window.el (switch-to-buffer): Re-add the warning that was lost in the
3766         code rewrite.
3768 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
3770         More minor time fixes.
3771         * calendar/time-date.el: Commentary fix.
3772         * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
3773         too much other code depends on (0 0) time stamps.
3774         * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
3775         Add a couple of FIXME comments.
3777         Minor cleanup for times as lists of four integers.
3778         * files.el (dir-locals-directory-cache):
3779         * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
3780         Doc fixes.
3781         * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
3782         * ps-bdf.el (bdf-file-newer-than-time):
3783         Process four-integers time stamps, not two.  Doc fixes.
3785 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * uniquify.el (uniquify-managed): Use defvar-local.
3788         (rename-buffer, create-file-buffer): Advise with advice-add.
3789         (uniquify-unload-function): Unadvise accordingly.
3791         * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
3792         (trace-buffer): Don't purecopy.
3793         (trace-entry-message, trace-exit-message): Add `context' arg.
3794         (trace--timer): New var.
3795         (trace-make-advice): Adjust for use in nadvice.
3796         Add `context' argument.  Delay `display-buffer' via a timer.
3797         (trace-function-internal): Use advice-add.
3798         (trace--read-args): New function.
3799         (trace-function-foreground, trace-function-background): Use it.
3800         (trace-function): Rename to trace-function-foreground and redefine as
3801         an alias to that new name.
3802         (untrace-function, untrace-all): Adjust to the use of nadvice.
3804         * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
3806         * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
3808         * subr.el (called-interactively-p-functions): New var.
3809         (internal--called-interactively-p--get-frame): New macro.
3810         (called-interactively-p, interactive-p): Rewrite in Lisp.
3811         * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
3812         (called-interactively-p-functions): Use it.
3813         * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
3814         (called-interactively-p-functions): Use it.
3815         * allout.el (allout-called-interactively-p): Don't assume
3816         called-interactively-p is a subr.
3818 2012-11-20  Glenn Morris  <rgm@gnu.org>
3820         * profiler.el (profiler-report-mode-map): Add a menu.
3821         No need to bind `q' because we derive from special-mode.
3822         (profiler-report-find-entry): Handle calls from the menu-bar.
3824 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3826         * emacs-lisp/byte-run.el (defun-declarations-alist):
3827         Allow a compiler-macro to be a lambda expression.
3829         * progmodes/python.el: Use cl-lib.  Move var declarations outside of
3830         eval-when-compile.
3831         (python-syntax-context): Add compiler-macro.
3832         (python-font-lock-keywords): Simplify with De Morgan.
3834         * vc/diff-mode.el (diff-hunk): Don't make useless timers.
3836         * files.el (load-file): Require match in minibuffer selection, as was
3837         the case in Emacs-20 before we changed the spec to allow .elc files
3838         (bug#12935).
3840         * json.el: Don't require cl since we don't use it.
3841         * color.el: Don't require cl.
3842         (color-complement): `caddr' -> `nth 2'.
3844         * calendar/time-date.el (time-to-seconds): De-obsolete.
3846 2012-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
3848         * calc/calc-forms.el (math-leap-year-p):  Fix formula for negative
3849         year numbers.
3850         (math-date-to-julian-dt): Adjust the initial approximation for the
3851         year to deal with the new definition of the DATE.
3853 2012-11-19  Daniel Colascione  <dancol@dancol.org>
3855         * term/w32-win.el (cygwin-convert-path-from-windows):
3856         Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
3858 2012-11-18  Chong Yidong  <cyd@gnu.org>
3860         * filecache.el (file-cache--read-list): New function.
3861         (file-cache-add-directory-list, file-cache-add-file-list)
3862         (file-cache-delete-file-list, file-cache-delete-directory-list):
3863         Use it to read a list of files or directories (Bug#12846).
3864         (file-cache-add-file, file-cache-add-directory)
3865         (file-cache-delete-file-list, file-cache-delete-file-regexp)
3866         (file-cache-delete-directory): Print an message.
3868 2012-11-18  Jay Belanger  <jay.p.belanger@gmail.com>
3870         * calc/calc-forms.el (math-date-to-dt): Use integer date when
3871         calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
3873 2012-11-18  Glenn Morris  <rgm@gnu.org>
3875         * image.el (insert-image, insert-sliced-image): Doc fix.
3877 2012-11-18  Chong Yidong  <cyd@gnu.org>
3879         * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
3880         (Bug#12810).
3882 2012-11-18  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
3884         * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
3885         response when the target file is in a subdirectory (Bug#12757).
3887 2012-11-18  Chong Yidong  <cyd@gnu.org>
3889         * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
3891 2012-11-18  Glenn Morris  <rgm@gnu.org>
3893         * emacs-lisp/cl-lib.el (face-underline-p):
3894         Use set-face-underline rather than the alias set-face-underline-p.
3896         * window.el (with-temp-buffer-window): Doc fix.
3897         * subr.el (with-output-to-temp-buffer):
3898         Add doc xref to with-temp-buffer-window.
3900 2012-11-18  Juanma Barranquero  <lekktu@gmail.com>
3902         * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3903         * calc/calc.el (math-format-date-cache): Declare.
3905 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
3907         Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3908         It also uses January 1, 1 AD as its day number 1.
3909         * calc/calc-forms.el (math-julian-date-beginning)
3910         (math-julian-date-beginning-int): Implement this.
3912 2012-11-17  Juanma Barranquero  <lekktu@gmail.com>
3914         * descr-text.el (quail-find-key):
3915         * dired.el (desktop-file-name):
3916         * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3917         * generic-x.el (comint-mode, comint-exec):
3918         * image-dired.el (widget-forward):
3919         * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3920         (speedbar-change-expand-button-char)
3921         (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3922         (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3923         * printing.el (easy-menu-add-item, easy-menu-remove-item)
3924         (widget-field-action, widget-value-set):
3925         * speedbar.el (imenu--make-index-alist):
3926         * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3927         (ring-length, ring-insert):
3928         * vcursor.el (compare-windows-skip-whitespace):
3929         * woman.el (dired-get-filename):
3930         Declare functions.
3932         * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3934 2012-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3936         * calc/calc.el (calc-gregorian-switch): New variable.
3938         * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3939         (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3940         (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3941         (math-leap-year-p): Add option to distinguish between Julian
3942         and Gregorian calendars.
3943         (math-day-number): Use `math-day-in-year' to do the computations.
3944         (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3945         Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3946         to do the computations.
3947         (math-date-to-dt): Use `math-date-to-julian-dt' and
3948         `math-date-to-gregorian-dt' to do the computations.
3949         (calcFunc-weekday, math-format-date-part): Use the new version of
3950         the DATE to determine the weekday.
3951         (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3952         when necessary.
3954 2012-11-17  Eli Zaretskii  <eliz@gnu.org>
3956         * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3957         Cygwin; otherwise use 'file:'.  (Bug#12914)
3958         (cygwin-convert-path-from-windows): Declare, to avoid
3959         byte-compiler warnings.
3961 2012-11-17  Andreas Politz  <politza@fh-trier.de>
3963         * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3964         (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3965         prefix and negative numeric prefix args (Bug#12795).
3967 2012-11-17  Stephen Berman  <stephen.berman@gmx.net>
3969         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3970         Don't signal an error with a score that is too low to add to the
3971         list of top scores. (Bug#12779)
3973 2012-11-17  Chong Yidong  <cyd@gnu.org>
3975         * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3977         * filecache.el (file-cache-add-file): Handle relative file name in
3978         the argument (Bug#12694).
3980 2012-11-16  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3982         * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3984 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3986         * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3988         * emacs-lisp/cl-lib.el: Set more meaningful version number.
3990 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
3992         * window.el (enlarge-window, shrink-window): Don't mention return
3993         value in doc-string (Bug#12896).
3994         (window--display-buffer): Don't resize frames - it won't work
3995         with all window managers and defeat pop-up-frame-alist.
3996         (display-buffer-alist): In doc-string explain that CONDITION can
3997         be a function and which arguments are passed to it (Bug#12854).
3998         (display-buffer-assq-regexp): New argument ACTION.  Handle lambda
3999         expressions (Bug#12854).
4000         (display-buffer): Pass ACTION argument to
4001         display-buffer-assq-regexp.
4003 2012-11-16  Glenn Morris  <rgm@gnu.org>
4005         * window.el (fit-frame-to-buffer-bottom-margin)
4006         (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
4008         * faces.el (face-underline-p): Use face-attribute-specified-or.
4010 2012-11-16  Juanma Barranquero  <lekktu@gmail.com>
4012         * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
4014 2012-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
4018 2012-11-16  Glenn Morris  <rgm@gnu.org>
4020         * eshell/em-cmpl.el (eshell-pcomplete): New command.  (Bug#12838)
4021         (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
4023         * faces.el (face-underline-p): Doc fix.  Handle :underline being
4024         things other than `t' (a string, a list).
4025         (face-inverse-video-p): Doc fix.
4026         (set-face-underline): Rename it back from set-face-underline-p.
4027         Doc fix.  Allow interactive input of values other than t.
4028         (read-face-attribute): Apply formatting to :underline,
4029         since like :box and :stipple it can take list values.
4031         * term.el (ansi-term): Don't let C-x escape-char binding
4032         clobber the more standard C-c binding.  (Bug#12842)
4034         * subr.el (set-temporary-overlay-map): Doc fix.
4036 2012-11-16  Martin Rudalics  <rudalics@gmx.at>
4038         * window.el (record-window-buffer)
4039         (display-buffer-record-window): When copying the markers to
4040         window-point preserve window-point-insertion-type. (Bug#12588)
4042 2012-11-16  Glenn Morris  <rgm@gnu.org>
4044         * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
4045         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
4046         Use new names for hooks rather than obsolete aliases.
4048 2012-11-15  Daniel Colascione  <dancol@dancol.org>
4050         * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
4051         prefix instead of "file:" so that when FILE-NAME begins with "//",
4052         as it does when the target file is on a network share, url-handler
4053         isn't confused.
4055 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
4058         a preactivated advice from an old advice.el; they're not compatible!
4060 2012-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4062         * emacs-lisp/nadvice.el (advice--make-interactive-form):
4063         Fix string-spec case.
4065         * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
4067 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4069         * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
4070         (advice--buffer-local-function-sample): New var.
4071         (advice--set-buffer-local, advice--buffer-local): New functions.
4072         (add-function, remove-function): Use them.
4074 2012-11-15  Drew Adams  <drew.adams@oracle.com>
4076         * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
4078 2012-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4080         * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
4081         potential binding of print-gensym to t, and prettify (back)quotes in
4082         case they appear in args's default values (bug#12884).
4084 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4086         * emacs-lisp/nadvice.el: Add around advice for interactive specs.
4087         (advice-eval-interactive-spec): New function.
4088         (advice--make-interactive-form): Support around advice (bug#12844).
4090 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
4092         * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
4093         more strict.  Add docstring.
4094         (ruby-expression-expansion-re): Extract from
4095         `ruby-match-expression-expansion'.
4096         (ruby-syntax-propertize-function): After everything else, search
4097         for expansions in string literals, mark their insides as
4098         whitespace syntax and save match data for font-lock.
4099         (ruby-font-lock-keywords): Use the 2nd group from expression
4100         expansion matches.
4101         (ruby-match-expression-expansion): Use the match data saved to the
4102         text property in ruby-syntax-propertize-function.
4104 2012-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4106         * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
4107         (bug#12879).
4109 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4111         * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
4112         start/end keyword a bit harder.  Works with different values of N.
4113         Add more comments.
4114         (ruby-end-of-block): Update accordingly.
4116 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * woman.el (woman-file-name): Don't mess with unread-command-events
4119         (bug#12861).
4121         * emacs-lisp/advice.el: Layer on top of nadvice.el.
4122         Remove out of date self-require hack.
4123         (ad-do-advised-functions): Use simple `dolist'.
4124         (ad-advice-name, ad-advice-protected, ad-advice-enabled)
4125         (ad-advice-definition): Redefine as functions.
4126         (ad-advice-classes): Move before first use.
4127         (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
4128         (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
4129         (ad--defalias-fset): Remove functions.
4130         (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
4131         (ad-get-orig-definition): Rewrite.
4132         (ad-make-advised-definition-docstring): Change base docstring.
4133         (ad-real-orig-definition): Rewrite.
4134         (ad-map-arglists): Change name of called function.
4135         (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
4136         (ad-make-advised-definition): Simplify.
4137         (ad-assemble-advised-definition): Tweak for new calling context.
4138         (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
4139         (ad--defalias-fset): Rename from ad-handle-definition.  Make it set the
4140         function and call ad-activate if needed.
4141         (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
4142         (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
4143         (ad-compile-function): Compile ad-Advice-*.
4144         (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
4145         (ad-start-advice, ad-stop-advice): Remove.
4147 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4149         * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
4150         period before class method names, not after.  Remove handling of
4151         one impossible case.  Add comments.
4153 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * emacs-lisp/advice.el: Remove support for freezing.
4156         (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
4157         (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
4158         Remove support for `freeze'.
4160         * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
4161         override the default.
4162         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
4163         cl--dotimes/dolist.
4164         * subr.el (dolist, dotimes, declare): Redefine them normally, even when
4165         `cl' is loaded.
4167         * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
4168         from add-advice.
4169         (advice--strip-macro): New function.
4170         (advice--defalias-fset): Use them to handle macros.
4171         (advice-add): Use them.
4172         (advice-member-p): Correctly handle macros.
4174 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4176         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4177         Never font-lock the beginning of singleton class as heredoc.
4179 2012-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4181         * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
4183 2012-11-13  Wolfgang Jenkner  <wjenkner@inode.at>
4185         * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
4186         39 and 49 (bug#12792).  Also, treat unimplemented parameters as 0,
4187         thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
4189 2012-11-13  Fabián Ezequiel Gallina  <fgallina@cuca>
4191         Fix end-of-defun misbehavior.
4192         * progmodes/python.el (python-nav-beginning-of-defun): Rename from
4193         python-beginning-of-defun-function.  Handle nested defuns
4194         correctly.
4195         (python-nav-end-of-defun): Rename from
4196         python-end-of-defun-function.  Ensure forward movement.
4197         (python-info-current-defun): Reimplement to work as intended
4198         with new fixed python-nav-{end,beginning}-of-defun.  Stop scanning
4199         parent defuns as soon as possible.
4201 2012-11-13  Glenn Morris  <rgm@gnu.org>
4203         * progmodes/flymake.el (flymake-error-bitmap)
4204         (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
4205         (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
4207 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
4209         * progmodes/ruby-mode.el (ruby-move-to-block): When moving
4210         backward, always stop at indentation.  Reverts the change from
4211         2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
4213 2012-11-13  Glenn Morris  <rgm@gnu.org>
4215         * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
4216         Add ibuffer-filter-by-derived-mode.
4218         * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
4219         the same name shadowing each other.
4221         * window.el (with-temp-buffer-window): Doc tweak.
4223         * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
4225         * help.el (temp-buffer-max-height):
4226         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
4227         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
4229 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4231         * emacs-lisp/nadvice.el: New package.
4232         * subr.el (special-form-p): New function.
4233         * emacs-lisp/elp.el: Use lexical-binding and advice-add.
4234         (elp-all-instrumented-list): Remove var.
4235         (elp-not-profilable): Remove elp-wrapper.
4236         (elp-profilable-p): Use autoloadp and special-form-p.
4237         (elp--advice-name): New const.
4238         (elp-instrument-function): Use advice-add.
4239         (elp--instrumented-p): New predicate.
4240         (elp-restore-function): Use advice-remove.
4241         (elp-restore-all, elp-reset-all): Use mapatoms.
4242         (elp-set-master): Use elp--instrumented-p.
4243         (elp--make-wrapper): Rename from elp-wrapper, return a function
4244         suitable for advice-add.  Use cl-inf.
4245         (elp-results): Use mapatoms+elp--instrumented-p.
4246         * emacs-lisp/debug.el: Use lexical-binding and advice-add.
4247         (debug-function-list): Remove var.
4248         (debug): Rename arg, and then let-bind it explicitly inside.
4249         (debugger-setup-buffer): Rename arg.
4250         (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
4251         (debugger-frame-number): Adjust to new debug-on-entry setup.
4252         (debug--implement-debug-on-entry): Rename from
4253         implement-debug-on-entry, add argument.
4254         (debugger-special-form-p): Remove, use special-form-p instead.
4255         (debug-on-entry): Use advice-add.
4256         (debug--function-list): New function.
4257         (cancel-debug-on-entry): Use it, along with advice-remove.
4258         (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
4259         (debugger-list-functions): Use debug--function-list instead of
4260         debug-function-list.
4261         * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
4262         (ad-special-form-p): Remove, use special-form-p instead.
4263         (ad-set-advice-info): Use add-function and remove-function.
4264         (ad--defalias-fset): Adjust accordingly.
4266 2012-11-10  Glenn Morris  <rgm@gnu.org>
4268         * mail/emacsbug.el (report-emacs-bug-tracker-url)
4269         (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
4270         (report-emacs-bug-create-existing-bugs-buffer)
4271         (report-emacs-bug-parse-query-results)
4272         (report-emacs-bug-query-existing-bugs): Remove.  (Bug#7449)
4274         * term.el (term-default-fg-color, term-default-bg-color):
4275         Make obsolete, rather than just saying "deprecated" in the doc.
4277         * term.el (term): Rename from `term-face'.
4278         (term-current-face, ansi-term-color-vector)
4279         (term-default-fg-color, term-default-bg-color, term-ansi-reset):
4280         Update all users.
4282 2012-11-10  Jan Djärv  <jan.h.d@swipnet.se>
4284         * server.el (server-create-window-system-frame): Handle Nextstep
4285         specially (Bug#12780).
4287 2012-11-10  Glenn Morris  <rgm@gnu.org>
4289         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
4290         Unautoload, and make obsolete.  (Bug#7449)
4292 2012-11-10  Chong Yidong  <cyd@gnu.org>
4294         * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
4295         rename from diff-remove-trailing-whitespace (Bug#12831).
4297 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4299         * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
4300         miscompilation of trace.el.
4302 2012-11-10  Glenn Morris  <rgm@gnu.org>
4304         * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
4306 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
4309         (bug#12812).
4311 2012-11-10  Chong Yidong  <cyd@gnu.org>
4313         * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
4314         a defcustom with an appropriate :set function.
4315         (minibuffer-default--in-prompt-regexps): New function.
4317 2012-11-10  Glenn Morris  <rgm@gnu.org>
4319         * emacs-lisp/cl.el (define-setf-expander, defsetf)
4320         (define-modify-macro): Doc fixes.
4322         * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
4323         (gv-define-simple-setter): Update doc of `fix-return'.
4325 2012-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4327         * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
4328         twice when `fix-return' is set (bug#12813).
4330         * emacs-lisp/cl.el (defsetf): Pass the third arg to
4331         gv-define-simple-setter (bug#12812).
4333         * woman.el (woman-decode-region): Disable adaptive-fill when rendering
4334         (bug#12756).
4336 2012-11-10  Glenn Morris  <rgm@gnu.org>
4338         * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
4340         * emacs-lisp/cl-extra.el (cl-prettyexpand):
4341         * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
4342         * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
4343         (cl-the, cl-compiler-macroexpand): Add basic doc strings.
4345         * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
4347 2012-11-10  Leo Liu  <sdl.web@gmail.com>
4349         * ido.el (ido-set-matches-1): Improve flex matching performance by
4350         removing backtracking in the regexp (suggested by Stefan).  (Bug#12796)
4352 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
4355         (ad--defalias-fset): New function.
4356         (ad-safe-fset): Remove.
4357         (ad-make-freeze-definition): Use cl-letf*.
4359 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4361         * subr.el (dolist): Don't bind VAR in RESULT.
4363         * emacs-lisp/advice.el: Miscellaneous cleanup.  Use lexical-binding.
4364         (fset, documentation): Don't save real def since we don't advise.
4365         (ad-do-advised-functions): Remove problematic `result-form'.
4366         (ad-safe-fset): `ad-real-fset' => `fset'.
4367         (ad-read-advised-function): Don't assume that ad-do-advised-functions
4368         uses CL's dolist internally.
4369         (ad-arglist): Remove unused arg `name'.
4370         (ad-docstring, ad-make-advised-docstring):
4371         `ad-real-documentation' => `documentation'.
4372         (warning-suppress-types): Declare.
4373         (ad-set-arguments): Simple CSE.
4374         (ad-recover-normality): Sanity check.
4376         * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
4377         (funcall '(lambda ..) ..) into ((lambda ..) ..).
4379 2012-11-09  Vincent Belaïche  <vincentb1@users.sourceforge.net>
4381         * ses.el: symbol to coordinate mapping is made by symbol property
4382         `ses-cell'.  This means that the same mapping is done for all SES
4383         sheets.  That is good enough for cells with standard A1 names, but
4384         not for named cell.  So a hash map is added for the latter.
4385         (defconst ses-localvars): Add local variable ses--named-cell-hashmap
4386         (ses-sym-rowcol): Use hashmap for named cell.
4387         (ses-is-cell-sym-p): New defun.
4388         (ses-decode-cell-symbol): New defun.
4389         (ses-create-cell-variable): Add cell to hashmap when name is not
4390         A1-like.
4391         (ses-rename-cell): Check that cell new name is not already in
4392         spreadsheet with the use of ses-is-cell-sym-p
4393         (ses-rename-cell): Use hash map for named cells, but accept also
4394         renaming back to A1-like.
4396 2012-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4398         * emacs-lisp/advice.el: Use new dynamic docstrings.
4399         (ad-make-advised-definition-docstring, ad-advised-definition-p):
4400         Use dynamic-docstring-function instead of ad-advice-info.
4401         (ad--make-advised-docstring): New function extracted from
4402         ad-make-advised-docstring.
4403         (ad-make-advised-docstring): Use it.
4404         * progmodes/sql.el (sql--make-help-docstring): New function, extracted
4405         from sql-help.
4406         (sql-help): Use it with dynamic-docstring-function.
4408         * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
4410 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4412         * files.el (hack-one-local-variable--obsolete): New function.
4413         (hack-one-local-variable): Use it for obsolete settings.
4415         * subr.el (locate-user-emacs-file): If both old and new name exist, use
4416         the new name.
4418         * progmodes/js.el (js--filling-paragraph): New var.
4419         (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
4420         (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
4421         less sneaky.
4423 2012-11-08  Julien Danjou  <julien@danjou.info>
4425         * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
4426         `auto-mode-alist' (Bug#12835).
4428 2012-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
4431         (perl--prettify-symbols-alist): New const.
4432         (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
4433         New functions.
4434         (perl-font-lock-keywords-2): Use them.
4435         (perl-electric-noindent-p): New function.
4436         (perl-mode): Use it to set up electric-indent-mode.
4437         (perl-electric-terminator, perl-indent-command): Mark obsolete.
4438         (perl-mode-map): Remove bindings for them.
4439         (perl-imenu-generic-expression, perl-outline-level):
4440         Match functions&packages in column>0.
4442         * env.el (env--substitute-vars-regexp): New const.
4443         (substitute-env-vars): Use it.  Add `only-defined' arg.
4444         * net/tramp.el (tramp-replace-environment-variables): Use it.
4446         * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4447         Byte-compile *before* eval in eval-and-compile.
4448         (byte-compile-log-warning): Remove redundant inhibit-read-only.
4449         (byte-compile-file-form-autoload): Don't hide actual definition.
4450         (byte-compile-maybe-guarded): Accept `functionp' as well.
4452         * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
4454 2012-11-07  Michael Albinus  <michael.albinus@gmx.de>
4456         * notifications.el (notifications-get-server-information-method):
4457         New defconst.
4458         (notifications-get-capabilities): Fix docstring.
4459         (notifications-get-server-information): New defun.
4461 2012-11-06  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4463         * textmodes/ispell.el (ispell-region): Standard re-indent for better
4464         readability.
4466         * textmodes/ispell.el: Experimental support for support debugging.
4467         (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
4468         buffer for ispell.
4469         (ispell-print-if-debug): New function to print stuff to
4470         `ispell-debug-buffer' if debugging is enabled.
4471         (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
4472         show some debugging info.
4473         (ispell-buffer-with-debug): New function that creates a debugging
4474         buffer and calls `ispell-buffer' with debugging enabled.
4476         * textmodes/ispell.el (ispell-region): Do not prefix sent string by
4477         comment in autoconf mode. (Bug#12768)
4479 2012-11-06  Dmitry Antipov  <dmantipov@yandex.ru>
4481         * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
4482         frame-first-window, frame-root-window, frame-selected-window,
4483         minibuffer-selected-window, minibuffer-window,
4484         window-absolute-pixel-edges, window-at, window-body-height,
4485         window-body-width, window-display-table, window-combination-limit,
4486         window-frame, window-fringes, window-inside-absolute-pixel-edges,
4487         window-inside-edges, window-inside-pixel-edges, window-left-child,
4488         window-left-column, window-margins, window-next-buffers,
4489         window-next-sibling, window-new-normal, window-new-total,
4490         window-normal-size, window-parameter, window-parameters, window-parent,
4491         window-pixel-edges, window-point, window-prev-buffers,
4492         window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
4493         window-start, window-text-height, window-top-child, window-top-line,
4494         window-total-height, window-total-width and window-use-time to the list
4495         of functions without side-effects.
4496         (toplevel): Add window-valid-p to the list of error-free functions
4497         without side-effects.
4499 2012-11-05  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
4501         * textmodes/ispell.el (ispell-program-name):
4502         Update spellchecker parameters when customized.
4504 2012-11-04  Glenn Morris  <rgm@gnu.org>
4506         * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn.  (Bug#7850)
4508 2012-11-04  Chong Yidong  <cyd@gnu.org>
4510         * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
4511         same-window-* variables.
4513 2012-11-04  Juri Linkov  <juri@jurta.org>
4515         * isearch.el (isearch-help-for-help, isearch-describe-bindings)
4516         (isearch-describe-key, isearch-describe-mode): Use a display
4517         action instead of binding same-window-* variables (Bug#10040).
4519 2012-11-03  Glenn Morris  <rgm@gnu.org>
4521         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
4522         Rename handler properties back from cl-- to cl-.  (Bug#12788)
4524         * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
4526 2012-11-03  Eli Zaretskii  <eliz@gnu.org>
4528         * term/pc-win.el: Don't load term/internal from here.
4530         * loadup.el: Load term/internal from here.
4532 2012-11-03  Fabián Ezequiel Gallina  <fgallina@cuca>
4534         * progmodes/python.el (inferior-python-mode): Fix hang in
4535         jit-lock (Bug#12645).
4537 2012-11-03  Martin Rudalics  <rudalics@gmx.at>
4539         * window.el (switch-to-visible-buffer)
4540         (switch-to-buffer-preserve-window-point): Fix doc-strings.
4542 2012-11-03  Glenn Morris  <rgm@gnu.org>
4544         * emacs-lisp/cl-lib.el (cl--random-time):
4545         Rename from cl-random-time.  (Bug#12773)
4546         (cl--gensym-counter, cl--random-state): Update callers.
4547         * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
4549 2012-11-03  Chong Yidong  <cyd@gnu.org>
4551         * cus-start.el: Make cursor-type customizable (Bug#11633).
4553 2012-11-02  Glenn Morris  <rgm@gnu.org>
4555         * filecache.el: No need to load find-lisp when compiling.
4556         (find-lisp-find-files): Autoload it.
4557         (file-cache-add-directory-recursively): Don't require find-lisp.
4559         * image.el (image-type-from-file-name): Trivial simplification.
4561         * emacs-lisp/bytecomp.el (byte-compile-eval):
4562         Decouple "noruntime" and "cl-functions" warnings.
4564 2012-11-01  Stephen Berman  <stephen.berman@gmx.net>
4566         * play/gomoku.el (gomoku-display-statistics): Update mode line
4567         only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
4569 2012-10-31  Martin Rudalics  <rudalics@gmx.at>
4571         * window.el (quit-restore-window): If the window has been
4572         created on an existing frame and ended up as the sole window on
4573         that frame, do not delete it (Bug#12764).
4575 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4577         * progmodes/sh-script.el (sh--inside-noncommand-expression):
4578         Rename from sh--inside-arithmetic-expression, handle more cases
4579         (bug#11263).
4581         * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
4582         (sh-font-lock-open-heredoc): Use it (bug#12770).
4584 2012-10-30  Glenn Morris  <rgm@gnu.org>
4586         * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie.  Doc fix.
4588         * emacs-lisp/cl.el (letf): Doc fix.  (Bug#12760)
4590 2012-10-29  Chong Yidong  <cyd@gnu.org>
4592         * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
4593         function key is stored in a keyboard macro (Bug#4894).
4595         * thingatpt.el (number-at-point): Apply a thing-at-point property.
4597 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4599         * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
4600         header comments".
4601         (diff-unified->context, diff-context->unified)
4602         (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
4604         * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
4606         * files.el (find-alternate-file): Only ask one question (bug#12487).
4608 2012-10-29  Chong Yidong  <cyd@gnu.org>
4610         * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
4611         Suggested by Dan Nicolaescu (Bug#6326).
4613         * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
4615         * startup.el (fancy-about-screen): Don't message (Bug#12680).
4617         * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
4619         * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
4621         * face-remap.el (face-remap-add-relative): Handle the case where a
4622         face-remapping-alist entry is a cons cell (Bug#12762).
4624 2012-10-29  Kevin Ryde  <user42@zip.com.au>
4626         * woman.el (woman-parse-numeric-value): Handle picas correctly
4627         (Bug#12639).
4629 2012-10-29  Glenn Morris  <rgm@gnu.org>
4631         * emacs-lisp/cl.el (defsetf): Doc fix.
4633 2012-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
4636         syntax to the matching opener, if any (bug#12547).
4637         (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
4638         matching open as a "case-(".
4639         (sh-smie-rc-grammar): Add a corresponding rule for it.
4641 2012-10-28  Daniel Hackney  <dan@haxney.org>
4643         * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
4644         "PKGNAME-autoloads.el" in case we created it.
4646 2012-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * minibuffer.el (completion--sifn-requote): Rewrite to handle things
4649         like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
4650         (completion--twq-all): Disable too-strict assertions.
4652         * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
4654 2012-10-27  Eli Zaretskii  <eliz@gnu.org>
4656         * profiler.el (profiler-report-make-entry-part): Fix help-echo
4657         text to match the real keybindings.
4659 2012-10-27  Juri Linkov  <juri@jurta.org>
4661         * wdired.el (wdired-keep-marker-rename): New defcustom.
4662         (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
4663         (Bug#11795)
4665         * dired.el (dired-keep-marker-rename): Add reference to
4666         `wdired-keep-marker-rename' in the docstring.
4667         Add default character value ?R to display initially in
4668         Customization UI instead of ?@.
4670 2012-10-27  Martin Rudalics  <rudalics@gmx.at>
4672         * window.el (display-buffer): In doc-string describe
4673         window-height and window-width alist entries.
4675         * time.el (display-time-world): Restore fit-window-to-buffer
4676         behavior.
4678 2012-10-27  Chong Yidong  <cyd@gnu.org>
4680         * subr.el (insert-buffer-substring-as-yank): Doc fix.
4682 2012-10-26  Jambunathan K  <kjambunathan@gmail.com>
4684         * minibuffer.el (completion-category-overrides): New completion
4685         category `bookmark' (bug#11131).
4687 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * emacs-lisp/advice.el (ad-assemble-advised-definition):
4690         Silence bogus compiler warnings for ad-do-it.
4692         * bookmark.el (bookmark-completing-read): Set the completion category
4693         to `bookmark' (bug#11131).
4695 2012-10-26  Bastien  <bzg@altern.org>
4696             Stefan Monnier  <monnier@iro.umontreal.ca>
4698         * face-remap.el: Use lexical-binding.
4699         (text-scale-adjust): Improve docstring.  Use itself for the temporary
4700         overlay-map bindings, so as to repeat the "Use..." message each time.
4702 2012-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4704         * emacs-lisp/macroexp.el (macroexp--expand-all):
4705         Obey byte-compile-warning-enabled-p (bug#12486).
4707         * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
4708         (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
4710 2012-10-26  Martin Rudalics  <rudalics@gmx.at>
4712         * mouse.el (mouse-drag-line): Move last form into preceding when
4713         clause (Bug#12731).
4715         * help.el (resize-temp-buffer-window): Fix doc-string.
4717 2012-10-25  David Engster  <deng@randomsample.de>
4719         * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
4720         Remove.  This feature is already integrated in imenu.
4722         * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
4723         always loaded.  Require `speedbar' unconditionally.
4725 2012-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
4729         * minibuffer.el (minibuffer-force-complete): Fix thinko.
4731         * net/ldap.el (ldap-search-internal): The official ldif format starts
4732         with a "version: 1" header (bug#12724).
4734         * emacs-lisp/package.el (package-installed-p): Warn if not ready
4735         (bug#12721).
4737 2012-10-25  Glenn Morris  <rgm@gnu.org>
4739         * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
4741 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4743         * minibuffer.el (minibuffer-force-complete): Use one more marker
4744         for the temporary-overlay-map command (bug#12619).
4746 2012-10-24  Chong Yidong  <cyd@gnu.org>
4748         * time.el (display-time-world-mode): Derive from special-mode.
4749         (display-time-world): Use display-buffer (Bug#12708).
4750         (display-time-world-mode-map): Variable deleted.
4751         (display-time-world-display): Wrap the final delete-char inside
4752         inhibit-read-only.
4754 2012-10-24  Chong Yidong  <cyd@gnu.org>
4756         * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
4757         Doc fix.
4759         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
4761 2012-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * minibuffer.el (completion--all-sorted-completions-location): New var.
4764         (completion--cache-all-sorted-completions)
4765         (completion--flush-all-sorted-completions): Use it.
4766         (completion-in-region, completion-in-region--postch)
4767         (completion-at-point, completion-help-at-point): Use markers in
4768         completion-in-region--data (bug#12619).
4770 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4772         * progmodes/compile.el (compilation-start): Try to handle common
4773         quoting of `cd' argument (bug#12640).
4775         * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
4776         (bug#12671).
4778 2012-10-23  Glenn Morris  <rgm@gnu.org>
4780         * progmodes/gud.el (gud-menu-map):
4781         Check gdb-active-process is bound.  (Bug#12358)
4783 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * repeat.el (repeat): Set real-this-command (bug#12232).
4787         * htmlfontify.el (hfy-post-html-hook):
4788         * filesets.el (filesets-cache-fill-content-hook):
4789         * arc-mode.el (archive-extract-hook):
4790         * progmodes/cc-mode.el (c-prepare-bug-report-hook):
4791         * net/rcirc.el (rcirc-sentinel-functions)
4792         (rcirc-receive-message-functions, rcirc-activity-functions)
4793         (rcirc-print-functions):
4794         * net/dbus.el (dbus-event-error-functions):
4795         * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
4796         * emacs-lisp/checkdoc.el (checkdoc-style-functions)
4797         (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
4798         * term/sun.el (sun-raw-prefix-hooks):
4799         * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
4801 2012-10-23  Michael Albinus  <michael.albinus@gmx.de>
4803         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4804         Set `tramp-chunksize' to 1.  This improves the performance.
4805         (tramp-smb-wait-for-output): Add timeout to
4806         `tramp-accept-process-output' calls.
4808 2012-10-23  Chong Yidong  <cyd@gnu.org>
4810         * faces.el (font-list-limit): Define as an obsolete variable.
4812         * startup.el (command-line):
4813         * cus-start.el: Don't refer to font-list-limit.
4815         * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
4817 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * subr.el (internal-temp-output-buffer-show): Rename from
4820         temp-output-buffer-show, since previously compiled files expect this name.
4822 2012-10-23  Glenn Morris  <rgm@gnu.org>
4824         * image.el (image-type-from-file-name): If multiple types match,
4825         return the first one that is supported.  (Bug#9045)
4827 2012-10-22  Glenn Morris  <rgm@gnu.org>
4829         * image.el (imagemagick-enabled-types): Doc fix.
4831 2012-10-22  Takafumi Arakaki  <aka.tkf@gmail.com>  (tiny change)
4833         * progmodes/which-func.el (which-func-current): The hash-table may have
4834         an explicit nil (bug#12338).
4836 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4838         * electric.el (electric-pair-delete-selection-self-insert-function):
4839         Rename to electric-pair-will-use-region, return a boolean.
4840         (electric-pair-mode): Adjust accordingly.  Don't require delsel.
4842         * delsel.el (delete-selection-helper): Use a function instead of a hook.
4843         (delete-selection-pre-hook): Use use-region-p.
4844         (delete-selection-self-insert-function): Remove.
4845         (self-insert-command): Obey self-insert-uses-region-functions.
4846         (self-insert-iso): Revert to previous setting, since we don't actually
4847         know what that command does.
4848         (delete-selection-self-insert-hooks): Remove.
4850 2012-10-22  Simon Law  <sfllaw@sfllaw.ca>  (tiny change)
4852         * delsel.el (delete-selection-helper): New function, extracted from
4853         delete-selection-pre-hook.
4854         (delete-selection-pre-hook): Use it.
4855         (delete-selection-self-insert-function): New function.
4856         (delete-selection-self-insert-hooks): New hook.
4857         (self-insert-command, self-insert-iso): Use it.
4858         * electric.el (electric-pair-syntax): New function, extracted from
4859         electric-pair-post-self-insert-function.
4860         (electric-pair-post-self-insert-function): Use it.
4861         (electric-pair-delete-selection-self-insert-function): New function.
4862         (electric-pair-mode): Require delsel and setup
4863         delete-selection-self-insert-hooks (bug#11520).
4865 2012-10-20  Chong Yidong  <cyd@gnu.org>
4867         * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
4868         no changes to show (Bug#12586).
4870         * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
4871         list explicitly (Bug#12571).
4873 2012-10-20  Arne Jørgensen  <arne@arnested.dk>
4875         * progmodes/flymake.el (flymake-create-temp-inplace):
4876         Use file-truename.
4878 2012-10-20  Eli Zaretskii  <eliz@gnu.org>
4880         * loadup.el: Update comment about uncompiled Lisp files.  (Bug#12395)
4882 2012-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
4884         * calc/calc-units.el (math-extract-units): Properly extract powers
4885         of units.
4887 2012-10-20  Daniel Colascione  <dancol@dancol.org>
4889         * frame.el (make-frame): Set x-display-name as we used to in order
4890         to unbreak creating an X11 frame from an Emacs daemon started
4891         without a display.
4893 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4895         * minibuffer.el (minibuffer-force-complete): Make the next completion use
4896         the same completion-field (bug#12221).
4898 2012-10-19  Martin Rudalics  <rudalics@gmx.at>
4900         * emacs-lisp/debug.el (debug): Record height of debugger window
4901         also when debugger will be back (Bug#8789).
4903 2012-10-18  Chong Yidong  <cyd@gnu.org>
4905         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4906         Convert to defcustom.
4907         (gdb-get-source-file): Don't bind pop-up-windows.
4909         * progmodes/gud.el (gud-display-line): Don't specially re-use
4910         other frames for the gdb-mi case (Bug#12648).
4912 2012-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4914         * emacs-lisp/advice.el: Clean up commentary a bit.
4915         (ad-do-advised-functions, ad-with-originals): Use `declare'.
4916         (byte-code-function-p): Never redefine.
4918         * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4920 2012-10-18  Glenn Morris  <rgm@gnu.org>
4922         * dired.el (dired-sort-toggle): Some ls implementations only allow
4923         a single option string.  (Bug#12666)
4925         * minibuffer.el (completion-cycle-threshold): Doc fix.
4927 2012-10-17  Kenichi Handa  <handa@gnu.org>
4929         * international/mule.el (set-keyboard-coding-system):
4930         Recover input meta mode when the new coding system doesn not use 8-bit.
4931         Supply TERMINAL arg to set-input-meta-mode.
4933 2012-10-17  Michael Heerdegen <michael_heerdegen@web.de>
4935         * wdired.el (wdired-old-marks): New variable.
4936         (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4937         (wdired-do-renames): Move point with renamed file and don't lose
4938         mark status (Bug#11795).
4940 2012-10-16  Juri Linkov  <juri@jurta.org>
4942         * replace.el (query-replace-help): Mention multi-buffer replacement
4943         keys in the Help message.  (Bug#12655)
4945 2012-10-15  Chong Yidong  <cyd@gnu.org>
4947         * emacs-lisp/byte-run.el (defsubst): Doc fix.
4949 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
4951         * window.el (display-buffer): Doc fix.
4953         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4954         Adjust the msft regexp to the output of Studio 2010, and move msft
4955         before edg-1.  See the discussion on emacs-devel,
4956         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4957         for the details.
4959 2012-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4961         * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4962         (oset): Move uses of object-class-fast macro after its definition.
4964         * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4966 2012-10-13  Chong Yidong  <cyd@gnu.org>
4968         * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4969         enabled, re-enable it (Bug#11963).
4971 2012-10-13  Martin Rudalics  <rudalics@gmx.at>
4973         * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4974         non-nil, restore window configuration (Bug#12623).
4976 2012-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4978         * help-fns.el (describe-variable, describe-function-1):
4979         * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4981         * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4983 2012-10-12  Glenn Morris  <rgm@gnu.org>
4985         * mail/rmailsum.el (rmail-header-summary):
4986         Fix 2010-11-26 test for multiline Subject: field.  (Bug#12625)
4988 2012-10-12  Fabián Ezequiel Gallina  <fgallina@cuca>
4990         * progmodes/python.el (python-mode-map):
4991         Replace subtitute-key-definition with proper command remapping.
4992         (python-nav--up-list): Fix behavior for blocks on the same level.
4994 2012-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4996         * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4998         * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4999         changes to the format of load-history.
5001         * international/mule-cmds.el (read-char-by-name): Move let-binding of
5002         completion-ignore-case in case that var is buffer-local (bug#12615).
5004 2012-10-11  Kenichi Handa  <handa@gnu.org>
5006         * international/eucjp-ms.el: Re-generated.
5008 2012-10-10  Kenichi Handa  <handa@gnu.org>
5010         * select.el (xselect--encode-string): If a coding is specified for
5011         selection, and that is compatible with COMPOUND_TEXT, use it.
5013 2012-10-10  Martin Rudalics  <rudalics@gmx.at>
5015         * window.el (switch-to-buffer-preserve-window-point): New option.
5016         (switch-to-buffer):
5017         Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
5019 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
5022         Don't document nil as a useful value (bug#12583).
5024 2012-10-09  Michael Albinus  <michael.albinus@gmx.de>
5026         * net/tramp.el (tramp-debug-message):
5027         Remove "tramp-with-progress-reporter" from regexp of ignored functions.
5028         (with-tramp-progress-reporter): Rename from
5029         `tramp-with-progress-reporter'.
5030         (with-tramp-file-property, with-tramp-connection-property):
5031         Move from tramp-cache.el, rename from `with-file-property' and
5032         `with-connection-property', respectively.
5034         * net/tramp-cache.el: Remove `with-file-property' and
5035         `with-connection-property'.
5037         * net/tramp.el:
5038         * net/tramp-gvfs.el:
5039         * net/tramp-sh.el:
5040         * net/tramp-smb.el: Adapt callees.
5042         * net/trampver.el: Update release number.
5044 2012-10-09  Glenn Morris  <rgm@gnu.org>
5046         * w32-fns.el (set-message-beep):
5047         * term/w32-win.el (set-message-beep): Update declarations.
5049 2012-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5051         * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
5052         (mode-line-widen, mode-line-input-method-map)
5053         (mode-line-coding-system-map, mode-line-remote)
5054         (mode-line-unbury-buffer, mode-line-bury-buffer)
5055         (mode-line-next-buffer, mode-line-previous-buffer):
5056         Replace save-selected-window+select-window => with-selected-window.
5058         * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
5059         * progmodes/cc-vars.el (bq-process): Remove, unused.
5061         * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
5063 2012-10-09  Fabián Ezequiel Gallina  <fgallina@cuca>
5065         Implemented `backward-up-list'-like navigation.
5066         * progmodes/python.el (python-nav-up-list)
5067         (python-nav-backward-up-list): New functions.
5068         (python-mode-map): Define substitute key for backward-up-list to
5069         python-nav-backward-up-list.
5071 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5073         * progmodes/python.el (python-fill-paragraph): Rename from
5074         python-fill-paragraph-function.  Fixed fill-paragraph for
5075         decorators (Bug#12605).
5077 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5079         * progmodes/python.el (python-shell-output-filter): Handle extra
5080         carriage return in OSX (Bug#12409).
5082 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5084         Fix shell handling of unbalanced quotes and parens in output.
5085         * progmodes/python.el (python-rx-constituents): Add string-delimiter.
5086         (python-syntax-propertize-function): Use it.
5087         (python-shell-output-syntax-table): New var.
5088         (inferior-python-mode): Prevent unbalanced parens/quotes from
5089         previous output mess with current input context.
5091 2012-10-08  Juanma Barranquero  <lekktu@gmail.com>
5093         * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
5094         Make obsolete aliases of js-mode and js-mode-hook (from js.el).
5096 2012-10-08  Michael Albinus  <michael.albinus@gmx.de>
5098         * ffap.el (ffap-replace-file-component): Support Tramp file name
5099         syntax, not only ange-ftp's one.
5101 2012-10-08  Glenn Morris  <rgm@gnu.org>
5103         * cus-start.el (message-log-max): Set :version.
5105         * calendar/calendar.el (calendar-intermonth-header): Doc fix.
5107 2012-10-08  Martin Rudalics  <rudalics@gmx.at>
5109         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
5110         the minibuffer window (Bug#10851).
5112 2012-10-08  Fabián Ezequiel Gallina  <fgallina@cuca>
5114         Enhancements on forward-sexp movement.
5115         * progmodes/python.el (python-nav-beginning-of-statement)
5116         (python-nav-end-of-statement): Return point-marker.
5117         (python-nav-forward-sexp): lisp-like forward-sexp behavior.
5118         (python-info-current-symbol)
5119         (python-info-statement-starts-block-p): Rename from
5120         python-info-beginning-of-block-p.
5121         (python-info-statement-ends-block-p): Rename from
5122         python-info-end-of-block-p.
5123         (python-info-beginning-of-statement-p)
5124         (python-info-end-of-statement-p)
5125         (python-info-beginning-of-block-p, python-info-end-of-block-p):
5126         New functions.
5128 2012-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5130         * comint.el (comint-preinput-scroll-to-bottom): Preserve the
5131         frame-selected-windows.
5133 2012-10-08  Daniel Colascione  <dancol@dancol.org>
5135         * battery.el (battery-status-function): Check for
5136         w32-battery-status itself, not system-time windows-nt.
5138         * frame.el: Require cl-lib.
5139         (display-format-alist): New variable mapping frame types to
5140         functions that initialize them.
5141         (window-system-for-display): New function: interprets
5142         display-format-alist.
5143         (make-frame-on-display): Remove existing display-selection logic
5144         and just forward to make-frame, which will now DTRT.
5145         (make-frame): Restructure to use window-system-for-display to
5146         figure out how to create a frame on a given display.
5147         (display-mouse-p): Look for frame-type w32, not a particular
5148         system-type.
5150         * loadup.el: Load w32 lisp code when we have the w32 feature.
5152         * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
5153         system-type windows-nt.
5155         * server.el (server-create-window-system-frame): Look for window
5156         type.
5157         (server-proces-filter): Only force a window system when windows-nt
5158         _and_ w32.  Explain why.
5160         * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
5161         of window systems we configure for the mode.
5163         * startup.el (command-line): Mark window system is initialized
5164         after we've done it.
5166         * common-win.el (x-select-text): Look for w32, not windows-nt.
5168         * ns-win.el: Require cl-lib.  Add ourselves to
5169         display-format-alist.
5170         (ns-initialize-window-system): Assert we're not initialized twice.
5172         * w32-win.el: Enable lexical binding; require cl-lib; add
5173         ourselves to display-format-alist.
5174         (w32-handle-dropped-file): Convert incoming dropped files from
5175         Windows paths to Cygwin ones before passing them on to the rest of
5176         Emacs.
5177         (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
5178         (w32-initialize-window-system): Assert we're not initialized twice.
5180         * x-win.el: Require cl-lib; add ourselves to display-format-alist.
5181         (x-initialize-window-system): Assert we're not initialized twice.
5183         * w32-common-fns.el: New File.
5184         (w32-version, w32-using-nt, w32-get-clipboard-data)
5185         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5186         (w32-charset-info-alist, x-last-selected, text)
5187         (x-get-selection-value, x-selection-value): Move here.
5189         * w32-fns.el: Require w32-common-fns.
5190         (w32-version, w32-using-nt, w32-get-clipboard-data)
5191         (w32-set-clipboard-data, x-set-selection, x-get-selection)
5192         (w32-charset-info-alist, x-last-selected, text)
5193         (x-get-selection-value, x-selection-value): Move to
5194         w32-common-fns.
5196         * w32-vars.el:
5197         (w32-allow-system-shell, w32-system-shells): Define only in
5198         non-cygwin case.
5200 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5202         * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
5203         (read-passwd): Remove a few more potential sources of leaks.
5205 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5207         * progmodes/python.el (inferior-python-mode)
5208         (python-shell-make-comint): Fix initialization of local
5209         variables copied from parent buffer.
5211 2012-10-07  Jan Djärv  <jan.h.d@swipnet.se>
5213         * term/ns-win.el (ns-read-file-name): Update declaration to match
5214         nsfns.m.
5215         (ns-respond-to-change-font): Change fontsize separatly so we are sure
5216         it is set when font is acted upon.
5218 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5220         Enhancements to indentation.
5221         * progmodes/python.el (python-indent-context): Give priority to
5222         inside-string context.  Make comments indentation markers.
5223         (python-indent-region): Do not mess with strings, unless it's the
5224         enclosing set of quotes.
5226 2012-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5228         * window.el (internal--before-save-selected-window)
5229         (internal--after-save-selected-window): New functions extracted from
5230         save-selected-window.  Make sure we return the `alist' we construct.
5231         (save-selected-window): Use them.
5233         * textmodes/tex-mode.el (tex-recenter-output-buffer):
5234         Use with-selected-window.
5236         * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
5237         forms that define macros (bug#12593).
5239 2012-10-07  Kenichi Handa  <handa@gnu.org>
5241         * international/mule-conf.el (compound-text-with-extensions):
5242         Add :mime-charset property as x-ctext.
5244 2012-10-07  Stefan Merten  <smerten@oekonux.de>
5246         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5247         (rst-indent-literal-normal, rst-indent-literal-minimized)
5248         (rst-indent-comment): Correct :version tag.
5249         (rst-official-cvs-rev): Correct version string.
5251 2012-10-07  Glenn Morris  <rgm@gnu.org>
5253         * mail/rmailmm.el (rmail-mime-process-multipart):
5254         Do not confuse a multipart message with an epilogue
5255         with a "truncated" one; fixes 2011-06-27 change.  (Bug#10101)
5257 2012-10-07  Fabián Ezequiel Gallina  <fgallina@cuca>
5259         Fix shell output retrieval and comint-prompt-regexp init.
5260         * progmodes/python.el (inferior-python-mode):
5261         (python-shell-make-comint): Fix initialization of
5262         comint-prompt-regexp from copied file local variables.
5263         (python-shell-fetched-lines): Remove var.
5264         (python-shell-output-filter-in-progress): Rename from
5265         python-shell-fetch-lines-in-progress.
5266         (python-shell-output-filter-buffer): Rename from
5267         python-shell-fetch-lines-string.
5268         (python-shell-fetch-lines-filter): Delete function.
5269         (python-shell-output-filter): New function.
5270         (python-shell-send-string-no-output): Use them.
5272 2012-10-07  Glenn Morris  <rgm@gnu.org>
5274         * hi-lock.el (hi-lock-process-phrase):
5275         Try to make it less fragile.  (Bug#7161)
5277         * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
5279 2012-10-06  Glenn Morris  <rgm@gnu.org>
5281         * ehelp.el (electric-help-mode): Use help-mode rather than
5282         non-existent mode `help'.
5283         (electric-help-map): Use button-buffer-map.  (Bug#10917)
5285         * textmodes/reftex-vars.el (reftex-create-bibtex-header)
5286         (reftex-create-bibtex-footer): Fix custom types.
5288         * progmodes/sh-script.el (sh-indent-after-continuation):
5289         Add explicit :group.
5291         * textmodes/rst.el (rst-preferred-decorations)
5292         (rst-shift-basic-offset): Clarify obsolescence versions.
5294         * profiler.el (profiler): Add missing group :version tag.
5295         * avoid.el (mouse-avoidance-banish-position):
5296         * proced.el (proced-renice-command):
5297         * calc/calc.el (calc-ensure-consistent-units):
5298         * calendar/icalendar.el (icalendar-import-format-uid):
5299         * net/tramp.el (tramp-save-ad-hoc-proxies):
5300         * progmodes/bug-reference.el (bug-reference-bug-regexp):
5301         * progmodes/flymake.el (flymake-error-bitmap)
5302         (flymake-warning-bitmap, flymake-fringe-indicator-position):
5303         * progmodes/sh-script.el (sh-indent-after-continuation):
5304         * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
5305         (verilog-before-save-font-hook, verilog-after-save-font-hook):
5306         * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
5307         (vhdl-array-index-record-field-in-sensitivity-list)
5308         (vhdl-indent-comment-like-next-code-line):
5309         * textmodes/reftex-vars.el (reftex-ref-style-alist)
5310         (reftex-ref-macro-prompt, reftex-ref-style-default-list)
5311         (reftex-cite-key-separator, reftex-create-bibtex-header)
5312         (reftex-create-bibtex-footer):
5313         * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
5314         (rst-indent-literal-normal, rst-indent-literal-minimized)
5315         (rst-indent-comment): Add missing custom :version tags.
5317         * calendar/timeclock.el (timeclock-modeline-display):
5318         Add missing obsolete alias for renamed user option.
5320         * strokes.el (strokes-modeline-string):
5321         * emulation/crisp.el (crisp-mode-modeline-string):
5322         * eshell/esh-mode.el (eshell-status-in-modeline):
5323         Aliases to defcustoms must come before the defcustom.
5325         * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
5326         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
5327         (cal-tex-cursor-week-monday): Doc fixes.
5328         (cal-tex-cursor-week2-summary): Doc fix.
5329         Rename from cal-tex-cursor-week-at-a-glance.
5331         * calendar/cal-menu.el (cal-menu-context-mouse-menu):
5332         Tweak week descriptions.  Add cal-tex-cursor-week2-summary.
5334         * calendar/calendar.el (calendar-mode-map):
5335         Add cal-tex-cursor-week2-summary.
5337 2012-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5339         * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
5341         * subr.el (read-passwd-map): New var.
5342         (read-passwd): Use `read-string' again.
5343         * minibuffer.el (delete-minibuffer-contents): Make it interactive.
5345 2012-10-06  Jambunathan K  <kjambunathan@gmail.com>
5347         * register.el (append-to-register, prepend-to-register):
5348         Deactivate mark, as does `copy-to-register' (bug#12389).
5350 2012-10-06  Chong Yidong  <cyd@gnu.org>
5352         * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
5354 2012-10-06  Ikumi Keita  <ikumi@ikumi.que.jp>  (tiny change)
5356         * international/characters.el: Fix simple mistake ((car chars) ->
5357         elt), delete duplicated code.
5359 2012-10-06  Glenn Morris  <rgm@gnu.org>
5361         * subr.el (read-passwd): Allow C-u to erase entry.  (Bug#12570)
5363 2012-10-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5365         * color.el (color-hsl-to-rgb): Fix incorrect results for
5366         small and large hue values.  (Bug#12559)
5368 2012-10-05  Fabián Ezequiel Gallina  <fgallina@cuca>
5370         Enhancements to docstring formatting when filling paragraphs.
5371         * progmodes/python.el (python-fill-docstring-style): Rename from
5372         python-fill-string-style.  Added new style.
5373         (python-fill-string): Use new style.  Better checks for
5374         docstrings.
5376 2012-10-05  Glenn Morris  <rgm@gnu.org>
5378         * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
5380         * color.el (color-name-to-rgb, color-rgb-to-hex)
5381         (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
5382         (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
5383         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
5384         (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
5386         * emacs-lisp/timer.el (with-timeout): Add missing progn.  (Bug#12577)
5388 2012-10-05  Juanma Barranquero  <lekktu@gmail.com>
5390         * ido.el (ido-directory-too-big-p): Pass dir through file-truename
5391         to get the correct size across symlinks.
5393         * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
5395 2012-10-04  Juri Linkov  <juri@jurta.org>
5397         * replace.el (query-replace-interactive): Declare obsolete.
5398         (query-replace-read-from): Add the last incremental search string
5399         to the list of default values accessible via M-n.
5400         (map-query-replace-regexp): Use `read-regexp'.
5401         (query-replace, query-replace-regexp, query-replace-regexp-eval)
5402         (map-query-replace-regexp, replace-string, replace-regexp):
5403         Fix docstrings to replace mentions of `query-replace-interactive'
5404         with alternatives.  (Bug#12526)
5406 2012-10-04  Juri Linkov  <juri@jurta.org>
5408         * dired.el (dired-shrink-to-fit): Declare obsolete.  (Bug#1806)
5409         (dired-pop-to-buffer): Declare obsolete.
5410         (dired-mark-pop-up): Doc fix.
5412 2012-10-04  Fabián Ezequiel Gallina  <fgallina@cuca>
5414         Allow user to set docstring style for fill-paragraph.
5415         * progmodes/python.el
5416         (python-fill-comment-function, python-fill-string-function)
5417         (python-fill-decorator-function, python-fill-paren-function):
5418         Remove :safe for defcustoms.
5419         (python-fill-string-style): New defcustom
5420         (python-fill-paragraph-function): Enhance context detection.
5421         (python-fill-string): Honor python-fill-string-style settings.
5423 2012-10-04  Martin Rudalics  <rudalics@gmx.at>
5425         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
5426         after setting its buffer (Bug#10805).
5428 2012-10-03  Fabián Ezequiel Gallina  <fgallina@cuca>
5430         Fix cornercase for string syntax.
5431         * progmodes/python.el (python-syntax-propertize-function):
5432         Simplify and enhance the regexp for unescaped quotes.  Now it also
5433         matches quotes in weird situations like the single quote in
5434         "something\"'".
5435         (python-syntax-stringify): Simplify num-quotes detecting code.
5437 2012-10-03  Glenn Morris  <rgm@gnu.org>
5439         * help-macro.el (three-step-help):
5440         Revert 2012-09-29 change.  (Bug#12567)
5442 2012-10-03  Martin Rudalics  <rudalics@gmx.at>
5444         * menu-bar.el (kill-this-buffer): Don't do anything when
5445         `menu-frame' is not alive or visible (Bug#8184).
5447         * emacs-lisp/debug.el (debug): When quitting the debugger window
5448         restore current buffer (Bug#12502).
5450 2012-10-02  Chong Yidong  <cyd@gnu.org>
5452         * progmodes/hideif.el (hif-lookup, hif-defined):
5453         Handle semantic-c-takeover-hideif.
5455 2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
5457         Change sampling interval units from ms to ns.
5458         * profiler.el (profiler-sampling-interval): Change units
5459         from ms to ns, multiplying the default by 1000000 so that
5460         it remains 1 ms.
5461         (profiler-report-cpu-line-format): Give enough room for
5462         the maximum counters on 64-bit hosts.
5463         (profiler-report-render-calltree-1): Call them "CPU samples",
5464         not "Time (ms)", since they are not milliseconds now (and
5465         never really were).
5467 2012-10-02  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
5469         * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
5470         Fix querying BBDB for entries without a last name (Bug#11580).
5472 2012-10-02  Chong Yidong  <cyd@gnu.org>
5474         * emacs-lisp/eieio.el: Restore Version header.
5476 2012-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5478         * vc/diff-mode.el (diff--auto-refine-data): New var.
5479         (diff-hunk): Use it to delay refinement.
5480         (diff-mode): Remove overlays when we turn off font-lock.
5482         * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
5483         (table-initialize-table-fixed-width-mode)
5484         (table-set-table-fixed-width-mode): Remove functions.
5485         (table-command-list): Move initialization into declaration.
5486         (table--tweak-menu-for-xemacs): Move defun outside mapcar.
5487         (table-with-cache-buffer): Use `declare'.
5488         (table-span-cell): Simplify via CSE.
5489         (table-fixed-width-mode): Use define-minor-mode.
5490         (table-call-interactively, table-funcall, table-apply): Remove.
5491         (table-function): New function, to replace them.
5493         * bookmark.el (bookmark-search-pattern): Remove var.
5494         (bookmark-read-search-input): Remove function.
5495         (bookmark-bmenu-search): Reimplement using a minibuffer.
5497         * faces.el (modeline): Remove obsolete face name.
5499         * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
5500         and give a non-nil default value.
5501         (add-change-log-entry): Simplify accordingly.
5503 2012-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5505         * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
5506         (vc-git-log-edit-toggle-amend): New function.
5507         (vc-git-log-edit-toggle-signoff): New function.
5508         (vc-git-log-edit-mode): New major mode.
5509         (vc-git-log-edit-mode-map): Keymap for it.
5510         (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
5512         * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
5513         header names.
5514         (log-edit-toggle-header): New function.
5515         (log-edit-extract-headers): Accept function values in HEADERS alist.
5517 2012-10-01  David Engster  <deng@randomsample.de>
5519         * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
5520         from symbol property and change message to be more consistent with
5521         Emacs proper.
5522         (eieio-describe-generic): Add filename for each implementation.
5523         Fix indices for generic and normal methods.
5524         (eieio-method-def, eieio-class-def): New buttons.
5525         (eieio-help-find-method-definition)
5526         (eieio-help-find-class-definition): New functions.
5527         (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
5528         class, constructor and method definitions.
5530         * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
5531         information in symbol property.
5532         (scoped-class): Remove.
5533         (eieio-slot-name-index, call-next-method): Check if it is bound.
5535 2012-10-01  Leo P. White  <lpw25@cam.ac.uk>
5537         * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
5538         (eieio-custom-mode): New major mode.
5539         (eieio-customize-object): Use it.
5541 2012-10-01  Eric Ludlam  <zappo@gnu.org>
5543         * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
5544         specifying the expected class, and whether subclassing is allowed.
5545         (eieio-persistent-convert-list-to-object):
5546         (eieio-persistent-validate/fix-slot-value)
5547         (eieio-persistent-slot-type-is-class-p): New functions.
5548         (eieio-named::slot-missing): Doc fix.
5550         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
5551         Stop using unused publd variable.
5553         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
5554         (eieio-speedbar-description, eieio-speedbar-derive-line-path)
5555         (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
5556         (eieio-speedbar-handle-click): Do not specify a class for the
5557         method.  Fixes method invocation order problems with EDE.
5559 2012-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5561         * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
5562         (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
5564 2012-10-01  Karl Fogel  <kfogel@red-bean.com>
5566         * bookmark.el (bookmark-version-control): Give tags in the
5567         :type choices (Bug#12309), and improve doc string.
5568         (bookmark-write-file): Bind `print-circle' to `t' to allow
5569         circular custom bookmark types.  (Bug#12503)
5571 2012-10-01  Paul Eggert  <eggert@cs.ucla.edu>
5573         Revert the FOLLOW-SYMLINKS change for file-attributes.
5574         * files.el (remote-file-name-inhibit-cache, after-find-file):
5575         * time.el (display-time-file-nonempty-p): Undo last change.
5577         * profiler.el (profiler-sampling-interval): Change default back to 1.
5578         See Stefan Monnier in
5579         <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
5581 2012-10-01  Fabián Ezequiel Gallina  <fgallina@cuca>
5583         Shell output catching a la gud-gdb.
5584         * progmodes/python.el (python-shell-fetch-lines-in-progress)
5585         (python-shell-fetch-lines-string, python-shell-fetched-lines):
5586         New Vars.
5587         (python-shell-fetch-lines-filter): New function.
5588         (python-shell-send-string-no-output): Use them.
5590 2012-09-30  Tomohiro Matsuyama  <tomo@cx4a.org>
5592         * profiler.el (profiler-sampling-interval): Rename from
5593         profiler-sample-interval.
5594         (profiler-sampling-interval): Default to 10.
5595         (profiler-find-profile): New command (was profiler-find-log).
5596         (profiler-find-profile-other-window): New command.
5597         (profiler-find-profile-other-frame): New command.
5598         (profiler-profile): Introduce API-level data structure.
5600 2012-09-30  Paul Eggert  <eggert@cs.ucla.edu>
5602         file-attributes has a new optional arg FOLLOW-SYMLINKS.
5603         * files.el (remote-file-name-inhibit-cache):
5604         * time.el (display-time-file-nonempty-p): Use it.
5605         * files.el (after-find-file): Don't chase links before calling
5606         file-exists-p, as file-exists-p already does the right thing.
5608 2012-09-30  Ralf Angeli  <angeli@caeruleus.net>
5610         Merge from standalone RefTeX repository.
5612         The following ChangeLog entries are shortened versions of the
5613         original ones with file paths adapted.  A not so strongly edited
5614         version of the original ChangeLog can be found in the commit log.
5616         * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
5617         (reftex-arg-cite): Use `reftex-cite-key-separator'.
5618         Correctly handle new value type returned by `reftex-citation'.
5620         * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
5621         that entries with whitespace at various places are found.
5622         Doc fix. Include entries that are cross-referenced from cited entries.
5623         Include @String definitions in the resulting bib file.  Add header
5624         and footer defined in `reftex-create-bibtex-header' and
5625         `reftex-create-bibtex-footer'.
5626         (reftex-do-citation): Make it possible again to insert
5627         non-existent entries.  Save match data when asking for optional
5628         arguments. Return all keys, not just the first one.
5629         (reftex-all-used-citation-keys): Fix regexp to correctly extract
5630         all citations in the same line.
5631         (reftex-parse-bibtex-entry): Accept additional optional argument
5632         `raw' and keep quotes or braces if it is non-nil.  Match fields
5633         containing hyphens besides word constituents.
5634         (reftex-get-string-refs): New function.
5635         (reftex-extract-bib-entries): Check if BibTeX file changed on disk
5636         and ask if it should be reread in case it did.
5637         (reftex-pop-to-bibtex-entry)
5638         (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
5639         entries with spaces or tabs in front of arguments.
5640         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5641         (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
5642         Match entries containing numbers and symbol constituents.
5643         (reftex-do-citation, reftex-figure-out-cite-format):
5644         Use `reftex-cite-key-separator'.
5646         * textmodes/reftex-dcr.el: Move provide statement to end of file.
5647         (reftex-mouse-view-crossref): Explain why point is set.
5649         * textmodes/reftex-global.el: Whitespace changes.
5651         * textmodes/reftex-index.el: Move provide statement to end of
5652         file.
5653         (reftex-index-selection-or-word): Use `reftex-region-active-p'.
5654         (reftex-index-visit-phrases-buffer): Set marker when visiting
5655         buffer.  This allows for returning from the phrases file to the
5656         file one was just editing instead of the file where the last
5657         phrases was added from.
5658         (reftex-index-phrases-syntax-table): New variable.  Give ?\"
5659         punctuation syntax as it usually is not used as string quote in
5660         TeX-related modes and may occur unmatched.  The change also
5661         prevents fontification of quoted content.
5662         (reftex-index-phrases-mode): Use it.
5664         * textmodes/reftex-parse.el (reftex-parse-from-file):
5665         Move backward one char if a `\' was matched after a section macro.
5666         (reftex-parse-from-file): Use beginning of match instead of end as
5667         bound.
5669         * textmodes/reftex-ref.el: Adapt creation of
5670         `reftex-<package>-<macro>' functions to new structure of
5671         `reftex-ref-style-alist'.
5672         (reftex-reference): Use `reftex-ref-style-list' function.
5673         Adapt to new structure of `reftex-ref-style-alist'.  Prompt for a
5674         reference macro if `reftex-ref-macro-prompt' is non-nil.
5675         (reftex-reference): Pass refstyle to `reftex-format-special'.
5676         Determine reference macro by looking at
5677         `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
5678         Use only one special format function.
5679         (reftex-varioref-vref, reftex-fancyref-fref)
5680         (reftex-fancyref-Fref): Remove definitions.  The functions are now
5681         generated from `reftex-ref-style-alist'.
5682         (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
5683         Remove.
5684         (reftex-format-special): New function.
5686         * textmodes/reftex-sel.el
5687         (reftex-select-cycle-ref-style-internal): Adapt to new structure
5688         of `reftex-ref-style-alist'. Remove code for testing macro type.
5689         (reftex-select-toggle-varioref)
5690         (reftex-select-toggle-fancyref): Remove.
5691         (reftex-select-cycle-ref-style-internal)
5692         (reftex-select-cycle-ref-style-forward)
5693         (reftex-select-cycle-ref-style-backward): New functions.
5694         (reftex-select-label-map): Use `v' and `V' for general cycling
5695         through reference styles.  Add `p' for switching between number
5696         and page reference types.
5698         * textmodes/reftex-toc.el (reftex-re-enlarge):
5699         Call `enlarge-window' only if there is something to do because in Emacs
5700         the horizontal version throws an error even if the parameter is 0.
5702         * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
5703         (reftex-plug-into-AUCTeX): Doc fix.
5704         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
5705         string.  Adapt to new name.
5706         (reftex-ref-style-alist): Change structure so that it is not
5707         possible to use multiple different package names within a style.
5708         Remove the symbols for symbols for macro type distinction.
5709         Add characters for macro selection.
5710         (reftex-ref-macro-prompt, reftex-create-bibtex-header)
5711         (reftex-create-bibtex-footer): New variables.
5712         (reftex-format-ref-function): Mention third argument of special
5713         format function.
5714         (reftex-ref-style-alist, reftex-ref-style-default-list):
5715         New variables.
5716         (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
5717         to new implementation.  Mark as obsolete.  Add compatibility code
5718         for honoring the variable values in case they are set.
5719         (reftex-cite-format-builtin, reftex-bibliography-commands):
5720         Add support for ConTeXt.
5721         (reftex-format-ref-function, reftex-format-cite-function):
5722         Fix custom type.
5723         (reftex-cite-key-separator): New variable.
5725         * textmodes/reftex.el (reftex-syntax-table-for-bib)
5726         (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
5727         `reftex-syntax-table' because parens have to retain their paren
5728         syntax in order for parsing of BibTeX entries like @book(...) to
5729         work.
5730         (reftex-in-comment): Do not error out if `comment-start-skip' is
5731         not set.  Deal correctly with escaped comment characters.
5732         (reftex-tie-multifile-symbols): Add doc string.
5733         Initialize `reftex-ref-style-list'.
5734         (reftex-untie-multifile-symbols): Add doc string.
5735         (reftex-add-index-macros): Doc fix.
5736         (reftex-ref-style-activate, reftex-ref-style-toggle)
5737         (reftex-ref-style-list): New functions.
5738         (reftex-mode-menu): Use them.  Adapt to new structure of
5739         `reftex-ref-style-alist'.
5740         (reftex-select-with-char): Kill the RefTeX Select buffer when
5741         done.
5742         (reftex-remove-if): New function.
5743         (reftex-erase-all-selection-and-index-buffers)
5744         (reftex-mode-menu): Reference styles are now computed from
5745         `reftex-ref-style-alist'.  Fix typo.
5746         (reftex-report-bug): New function.
5747         (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
5748         algorithms with O(n log n).  Introduce optional argument SORT (not
5749         yet used).
5751 2012-09-30  Fabián Ezequiel Gallina  <fgallina@cuca>
5753         Enhancements for triple-quote string syntax.
5754         * progmodes/python.el (python-syntax-propertize-function):
5755         Match both quote cases in one regexp.
5756         (python-syntax-stringify): Handle matches properly.
5758 2012-09-30  Juri Linkov  <juri@jurta.org>
5760         * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
5761         to nil around the call to `insert' to prevent
5762         directory time modification by lock_file.  (Bug#2295)
5763         * tar-mode.el (tar-summarize-buffer): Idem.
5765 2012-09-30  Juri Linkov  <juri@jurta.org>
5767         * facemenu.el (list-colors-sort): Add option "Luminance".
5768         (list-colors-sort-key): Implement it.
5770         * vc/diff-mode.el (diff-refine-removed):
5771         * vc/ediff-init.el (ediff-fine-diff-A):
5772         * vc/smerge-mode.el (smerge-refined-removed):
5773         Change background color "#ffaaaa" to "#ffbbbb".  (Bug#10181)
5775 2012-09-30  Jan Djärv  <jan.h.d@swipnet.se>
5777         * term/ns-win.el (x-file-dialog): New function.
5779 2012-09-30  Juanma Barranquero  <lekktu@gmail.com>
5781         * ido.el (ido-max-directory-size): Default to nil; the current
5782         default is small for POSIX systems, and impractical on Windows 7
5783         now that lstat returns directory sizes for NTFS.
5785 2012-09-30  Martin Rudalics  <rudalics@gmx.at>
5787         In buffer display functions handle window-height/window-width
5788         alist entries.  Suggested by Juri Linkov as fix for Bug#1806.
5789         * window.el (window--display-buffer): New argument ALIST.
5790         Obey window-height and window-width alist entries.
5791         (window--try-to-split-window): New argument ALIST.
5792         Bind window-combination-limit to t when the window's size shall be
5793         changed and window-combination-limit equals `window-size'.
5794         (display-buffer-in-atom-window)
5795         (display-buffer-in-major-side-window)
5796         (display-buffer-in-side-window, display-buffer-same-window)
5797         (display-buffer-reuse-window, display-buffer-pop-up-frame)
5798         (display-buffer-pop-up-window, display-buffer-below-selected)
5799         (display-buffer-at-bottom, display-buffer-in-previous-window)
5800         (display-buffer-use-some-window): Adjust all callers of
5801         window--display-buffer and window--try-to-split-window.
5802         (fit-frame-to-buffer): New option.
5803         (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
5804         is non-nil.
5805         (display-buffer-in-major-side-window): Evaluate window-height /
5806         window-width alist entries.
5808         * help.el (temp-buffer-resize-frames)
5809         (temp-buffer-resize-regexps): Remove options.
5810         (temp-buffer-resize-mode): Adjust doc-string.
5811         (resize-temp-buffer-window): Don't consult
5812         temp-buffer-resize-regexps.  Use fit-frame-to-buffer instead of
5813         temp-buffer-resize-frames.
5815         * dired.el (dired-mark-pop-up):
5816         Call display-buffer-below-selected with a fit-window-to-buffer alist
5817         entry.
5819 2012-09-30  Chong Yidong  <cyd@gnu.org>
5821         * server.el (server-host): Document the security implications.
5822         (server-auth-key): Doc fix.
5824         * startup.el (initial-buffer-choice): Doc fix.
5826         * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
5828         * simple.el (delete-trailing-whitespace): Avoid an unnecessary
5829         restriction change.
5831         * bindings.el (goto-map): Bind M-g TAB to move-to-column.
5833         * help-fns.el (help-fns--obsolete): Fix last change.
5835 2012-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5837         * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
5838         (minor-mode-map-alist): Remove redundant code.
5840         * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
5841         visited in a buffer.
5842         (cvs-insert-visited-file): New function.
5843         (find-file-hook): Use it.
5845         * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
5847         * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
5848         chose face.
5849         (log-edit-empty-buffer-p): Don't require a space after a header.
5851         * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
5853         * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
5855         * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
5856         a proper minor-mode.
5858         * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
5860 2012-09-29  Glenn Morris  <rgm@gnu.org>
5862         * winner.el (winner-mode): Remove variable (let define-minor-mode
5863         handle it).
5864         (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
5865         Doc fixes.
5866         (winner-mode-leave-hook): Rename to winner-mode-off-hook.
5867         (winner-mode): Use define-minor-mode.
5869         * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
5870         the full definition in loaddefs, rather than duplicating it.
5872         * help-macro.el (three-step-help): No need to autoload defcustom.
5874         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
5875         (inferior-lisp-program, inferior-lisp-load-command)
5876         (inferior-lisp-prompt, inferior-lisp-mode-hook):
5877         No need to autoload defcustoms.
5879         * hippie-exp.el (hippie-expand-try-functions-list)
5880         (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
5881         (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
5882         (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
5883         (hippie-expand-only-buffers): No need to autoload defcustoms.
5884         * progmodes/vhdl-mode.el (vhdl-line-expand):
5885         Explicitly load hippie-exp, so it does not get autoloaded
5886         while hippie-expand-try-functions-list is let-bound.
5888 2012-09-28  Glenn Morris  <rgm@gnu.org>
5890         * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
5892         * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
5893         Only "cl.el" counts as cl these days.
5895 2012-09-28  Juri Linkov  <juri@jurta.org>
5897         Display archive errors in the echo area instead of inserting
5898         to the file buffer.
5900         * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5901         to STDERR-TEST that can be a regexp matching a successful output.
5902         Create a temporary file and redirect stderr to it.  Search for
5903         STDERR-TEST in the stderr output and display it in the echo area
5904         if no match is found.
5905         (archive-extract-by-file): New function like
5906         `archive-extract-by-stdout' but extracting archives to files
5907         and looking for successful matches in stdout.  Function body is
5908         mostly copied from `archive-rar-extract'.
5909         (archive-rar-extract): Use `archive-extract-by-file'.
5910         (archive-7z-extract): Use `archive-extract-by-stdout'.  (Bug#10347)
5912 2012-09-28  Leo Liu  <sdl.web@gmail.com>
5914         * pcomplete.el (pcomplete-show-completions):
5915         Use minibuffer-message to make pcomplete usable in minibuffer.
5917         * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5919 2012-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5921         * type-break.el: Use lexical-binding.
5922         (type-break-mode): Use define-minor-mode.
5924         * emacs-lisp/pcase.el (pcase--mark-used): New.
5925         (pcase--u1): Use it (bug#12512).
5927         * custom.el (load-theme): Set buffer-file-name so the load is recorded
5928         in load-history with the right file name.
5930 2012-09-28  Tassilo Horn  <tsdh@gnu.org>
5932         * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5933         (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5934         (doc-view-get-bounding-box): Make bounding box slicing work for
5935         ODF and DVI documents.
5937 2012-09-28  Glenn Morris  <rgm@gnu.org>
5939         * type-break.el (type-break-mode, type-break-interval)
5940         (type-break-good-rest-interval, type-break-keystroke-threshold):
5941         No need to autoload.
5942         (type-break-good-rest-interval, type-break-keystroke-threshold):
5943         Add :set-after.
5945 2012-09-28  Chong Yidong  <cyd@gnu.org>
5947         * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5948         Add :version tag.
5950 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5952         * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5954 2012-09-27  Glenn Morris  <rgm@gnu.org>
5956         * faces.el (x-display-name): Declare (for without-x builds).
5958         * linum.el (linum-format): Don't autoload it.  Improve :type.
5960         * progmodes/tcl.el: Don't require outline when compiling.
5961         (outline-regexp, outline-level): Declare.
5962         * textmodes/sgml-mode.el: Don't require outline when compiling.
5963         (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5965         * term.el (term-ansi-reset):
5966         Try setting term-ansi-face-already-done to nil.  (Bug#11785)
5968         * vc/vc.el (vc-next-action): Only gripe about committing read-only
5969         files for RCS and SCCS.  (Bug#9781)
5971 2012-09-27  Chong Yidong  <cyd@gnu.org>
5973         * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5974         change; value should be t.
5976 2012-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5978         * image-mode.el: Use lexical-binding.
5979         (image-mode-winprops): Use t to stand for the window of
5980         a buffer that's not displayed.
5981         * doc-view.el (doc-view-new-window-function): Handle the new
5982         t in winprops.
5983         (doc-view-enlarge): Make it a real nop if the size is not changed.
5984         (doc-view-display): Handle the case where the buffer is not (yet?)
5985         displayed in any window.
5986         (doc-view-saved-settings): New var.
5987         (doc-view-mode): Use it.
5988         (doc-view-fallback-mode): Set it.
5990         * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5991         Set lexical-binding.
5992         (minibuffer-eldef-shorten-default): New var.
5993         (minibuffer-default-in-prompt-regexps): Use it for new default.
5994         (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5996 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
5998         * international/uni-bidi.el:
5999         * international/uni-category.el:
6000         * international/uni-name.el:
6001         * international/uni-numeric.el: Regenerate.
6003 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
6004             Stefan Monnier  <monnier@iro.umontreal.ca>
6006         * profiler.el: New file.
6008 2012-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6010         * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
6011         (testcover-reinstrument): Simplify with CSE.
6013 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
6015         * window.el (temp-buffer-window-setup): Fix typo in docstring.
6017 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
6019         * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
6020         (verilog-auto-input, verilog-auto-insert-lisp)
6021         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
6022         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
6023         (verilog-auto-unused, verilog-auto-wire)
6024         (verilog-forward-or-insert-line): Fix AUTOs with no trailing
6025         newline.  Reported by Andrew Jones.
6026         (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
6027         Reported by Brad Dobbie.
6028         (verilog-batch-delete-trailing-whitespace):
6029         Create verilog-batch-delete-trailing-whitespace.
6030         Reported by Brad Dobbie.
6031         (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
6032         parameters from another module.  Reported by Dan Katz.
6033         (verilog-auto, verilog-auto-assign-modport)
6034         (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
6035         AUTOINOUTMODPORT for UVM interface module shell generation.
6036         Reported by Brad Dobbie.
6037         (verilog-auto-inst-interfaced-ports): Make default nil, as more
6038         standard behavior.
6039         (verilog-auto): Fix AUTO parameters with parenthesis arguments.
6040         Reported by Matt Martin.
6042 2012-09-25  Martin Rudalics  <rudalics@gmx.at>
6044         * window.el (window--resize-child-windows): When resizing child
6045         windows proportionally, process them in reverse order to
6046         preserve the "when splitting a window the new one gets the odd
6047         line" behavior.
6048         (window--resize-root-window-vertically): When resizing the
6049         minibuffer window try to affect only windows at the bottom of the
6050         frame.  (Bug#12419)
6052 2012-09-25  Chong Yidong  <cyd@gnu.org>
6054         * subr.el (declare): Doc fix.
6056         * help-fns.el (help-fns--obsolete): Handle macros properly.
6058 2012-09-25  Chong Yidong  <cyd@gnu.org>
6060         * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
6061         this function obsolete.
6063         * calendar/cal-x.el (calendar-two-frame-setup)
6064         (calendar-only-one-frame-setup, calendar-one-frame-setup):
6065         * calendar/calendar.el (american-calendar, european-calendar)
6066         (calendar-for-loop):
6067         * comint.el (comint-dynamic-simple-complete)
6068         (comint-dynamic-complete-as-filename, comint-unquote-filename):
6069         * desktop.el (desktop-load-default):
6070         * dired-x.el (dired-omit-here-always)
6071         (dired-hack-local-variables, dired-default-directory):
6072         * emacs-lisp/derived.el (derived-mode-class):
6073         * emacs-lisp/timer.el (timer-set-time-with-usecs):
6074         * emacs-lock.el (toggle-emacs-lock):
6075         * epa.el (epa-display-verify-result):
6076         * epg.el (epg-sign-keys, epg-start-sign-keys)
6077         (epg-passphrase-callback-function):
6078         * eshell/esh-util.el (eshell-for):
6079         * eshell/eshell.el (eshell-remove-from-window-buffer-names)
6080         (eshell-add-to-window-buffer-names):
6081         * files.el (locate-file-completion):
6082         * imenu.el (imenu-example--create-c-index)
6083         (imenu-example--create-lisp-index)
6084         (imenu-example--lisp-extract-index-name)
6085         (imenu-example--name-and-position):
6086         * international/mule-cmds.el (princ-list):
6087         * international/mule-diag.el (decode-codepage-char):
6088         * international/mule-util.el (detect-coding-with-priority):
6089         * iswitchb.el (iswitchb-read-buffer):
6090         * mail/mailalias.el (mail-complete):
6091         * mail/sendmail.el (mail-sent-via):
6092         * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
6093         (mouse-major-mode-menu):
6094         * password-cache.el (password-read-and-add):
6095         * pcomplete.el (pcomplete-parse-comint-arguments):
6096         * progmodes/sh-script.el (sh-maybe-here-document):
6097         * replace.el (query-replace-regexp-eval):
6098         * savehist.el (savehist-load):
6099         * simple.el (choose-completion-delete-max-match):
6100         * term.el (term-dynamic-simple-complete):
6101         * vc/ediff-init.el (ediff-check-version):
6102         * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
6103         * vc/vc.el (vc-diff-switches-list):
6104         * view.el (view-return-to-alist-update): Likewise.
6106         * subr.el (eval-next-after-load, makehash, insert-string)
6107         (assoc-ignore-representation, assoc-ignore-case): Use declare to
6108         mark obsolete.
6109         (mode-line-inverse-video): Variable deleted.
6111         * international/mule-util.el (string-to-sequence): Remove.
6113         * calendar/calendar.el (calendar-version):
6114         * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
6115         (icalendar-convert-diary-to-ical):
6116         * cus-edit.el (custom-mode):
6117         * ansi-color.el (ansi-color-unfontify-region):
6118         * international/latin1-disp.el (latin1-char-displayable-p):
6119         * progmodes/cwarn.el (turn-on-cwarn-mode):
6120         * progmodes/which-func.el (which-func-update-1):
6121         Use define-obsolete-function-alias.
6123         * net/newst-backend.el (newsticker-cache-filename):
6124         * net/newst-treeview.el (newsticker-groups-filename):
6125         Fix incorrect obsolescence declaration.
6127         * allout.el (allout-passphrase-hint-string): Likewise.
6128         (allout-init): Use a declare form to mark obsolete.
6130         * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
6131         this applies to functions.
6133         * iswitchb.el (iswitchb-read-buffer): Move code of
6134         iswitchb-define-mode-map here, and delete that obsolete function.
6136         * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
6137         font-lock-reference-face.
6139 2012-09-25  Glenn Morris  <rgm@gnu.org>
6141         * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
6142         Doc fixes.
6144         * eshell/em-term.el (eshell-term-name):
6145         Default to term-term-name.  (Bug#12485)
6147 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6149         * progmodes/python.el (python-shell-send-buffer): Better handling
6150         of "if __name__ == '__main__':" conditionals when sending the buffer.
6152 2012-09-24  Glenn Morris  <rgm@gnu.org>
6154         * eshell/esh-cmd.el (eshell-find-alias-function):
6155         Tighten up file-name regexp.  (Bug#12499)
6157 2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
6159         Enhancements for triple-quote string syntax.
6160         * progmodes/python.el (python-quote-syntax): Remove.
6161         (python-syntax-propertize-function): New value.
6162         (python-syntax-count-quotes, python-syntax-stringify):
6163         New functions.
6165 2012-09-24  Chong Yidong  <cyd@gnu.org>
6167         * mail/supercite.el (sc-version): Remove obsolete function.
6168         (sc-describe): Don't mark as obsolete, since it is bound.
6169         (sc-submit-bug-report): Remove.
6171         * vc/log-edit.el (cvs-changelog-full-paragraphs)
6172         (cvs-commit-buffer-require-final-newline): Remove.
6173         (log-edit-require-final-newline)
6174         (log-edit-changelog-full-paragraphs): Default to t.
6176         * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
6177         * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6178         * vc/vc.el (vc-checkout-carefully): Likewise.
6180         * vc/emerge.el (emerge-mode): Make it an obsolete alias.
6181         (emerge-version): Remove.
6183         * progmodes/compile.el (compile-internal): Remove.
6184         (compilation-parse-errors-function): Fix typo.
6186         * international/mule.el (set-char-table-default): Remove.
6187         (set-coding-priority, make-coding-system, generic-char-p)
6188         (charset-list, charset-bytes, charset-id): Use declare to mark
6189         functions as obsolete.
6191         * vc/pcvs-defs.el (cvs-buffer-name-alist)
6192         (cvs-invert-ignore-marks): Remove references to obsolete vars.
6193         * vc/vc-hooks.el (vc-default-registered): Don't use
6194         vc-master-templates.
6196         * font-lock.el (font-lock-reference-face):
6197         Use define-obsolete-variable-alias.
6199         * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
6200         * calendar/calendar.el (calendar-font-lock-keywords):
6201         * calendar/diary-lib.el (diary-font-lock-keywords)
6202         (diary-fancy-font-lock-keywords):
6203         * textmodes/reftex-sel.el (reftex-insert-docstruct):
6204         * textmodes/reftex-index.el (reftex-insert-index):
6205         * textmodes/reftex-cite.el (reftex-format-bib-entry):
6206         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6207         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
6208         * progmodes/prolog.el (prolog-font-lock-keywords):
6209         * progmodes/idlwave.el (idlwave-idl-keywords):
6210         * progmodes/ada-mode.el (ada-font-lock-keywords):
6211         * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
6213 2012-09-24  Glenn Morris  <rgm@gnu.org>
6215         * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
6217 2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
6219         * progmodes/python.el (python-indent-line): More consistent cursor
6220         movement behavior.
6222 2012-09-23  Stefan Merten  <smerten@oekonux.de>
6224         * textmodes/rst.el: Fix compiler warning.
6226 2012-09-23  Roland Winkler  <winkler@gnu.org>
6228         * textmodes/bibtex.el (bibtex-autokey-transcriptions):
6229         Transcribe also LaTeX hyphenation.
6230         (bibtex-reformat): Bug fix. Do not quote twice the elements of
6231         bibtex-reformat-previous-options.
6233 2012-09-23  Roland Winkler  <winkler@gnu.org>
6235         * proced.el (proced-renice-command): New variable.
6236         (proced-marked-processes): New function.
6237         (proced-with-processes-buffer): New macro.
6238         (proced-send-signal): Use them.
6239         (proced-renice): New command bound to r.
6241 2012-09-23  Roland Winkler  <winkler@gnu.org>
6243         * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
6244         ibuffer-saved-filter-groups has one element, shortcut the call of
6245         completing-read.  (Bug#12331)
6247 2012-09-23  Chong Yidong  <cyd@gnu.org>
6249         * bindings.el (mode-line-toggle-read-only):
6250         * bs.el (bs-toggle-readonly):
6251         * buff-menu.el (Buffer-menu-toggle-read-only):
6252         * dired.el (dired-toggle-read-only):
6253         * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
6255 2012-09-23  Chong Yidong  <cyd@gnu.org>
6257         * image.el (image-type-available-p): Adapt to init-image-library
6258         argument changes.
6260 2012-09-22  Juri Linkov  <juri@jurta.org>
6262         * dired.el (dired-mode-map): Add [remap read-only-mode] for
6263         `dired-toggle-read-only'.  (Bug#12462)
6265 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6267         * subr.el (temp-output-buffer-show): New function.
6268         (with-output-to-temp-buffer): Call temp-output-buffer-show
6269         instead of internal-temp-output-buffer-show.
6271 2012-09-22  Chong Yidong  <cyd@gnu.org>
6273         * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
6274         (Bug#12462).
6276         * repeat.el (repeat): Doc fix (Bug#12348).
6278         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
6279         (Bug#10909).
6281         * simple.el (shell-command-on-region): Doc fix.
6282         (read-only-mode): Doc fix.
6284 2012-09-22  Eli Zaretskii  <eliz@gnu.org>
6286         * emacs-lisp/timer.el (run-with-idle-timer)
6287         (timer-activate-when-idle): Warn against reinvoking an idle timer
6288         from within its own timer action.  (Bug#12447)
6290 2012-09-22  Martin Rudalics  <rudalics@gmx.at>
6292         * cus-start.el (window-combination-limit): Add new optional
6293         values.
6294         * window.el (temp-buffer-window-show)
6295         (window--try-to-split-window): Handle new values of
6296         window-combination-limit (Bug#1806).
6297         (split-window): Test window-combination-limit for t instead of
6298         non-nil.
6299         (display-buffer-at-bottom): New buffer display action function.
6300         * help.el (temp-buffer-resize-regexps): New option.
6301         (temp-buffer-resize-mode): Rewrite doc-string.
6302         (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
6303         Don't resize reused window.  Suggested by Glenn Morris.
6305 2012-09-22  Stefan Merten  <smerten@oekonux.de>
6307         * textmodes/rst.el: Revamp section title faces.
6308         (rst-official-version)
6309         (rst-package-emacs-version-alist): Sync with official version
6310         V1.4.0.
6311         (rst-faces-defaults, rst-set-level-default)
6312         (rst-level-face-max, rst-level-face-base-color)
6313         (rst-level-face-base-light, rst-level-face-format-light)
6314         (rst-level-face-step-light, rst-define-level-faces): Obsolete.
6315         (rst-adornment-faces-alist): Match new setup.
6316         (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
6317         (rst-level-5, rst-level-6): New faces.
6319 2012-09-22  Chong Yidong  <cyd@gnu.org>
6321         * simple.el (undo): Handle indirect buffers (Bug#8207).
6323 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6325         IDO: Disable match re-ordering for buffer switching.
6326         * ido.el (ido-buffer-disable-smart-matches): New variable.
6327         (ido-set-matches-1): Use it.  (Bug#2042)
6329 2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
6331         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
6332         Fix 2011-05-17 change.  (Bug#12418)
6334 2012-09-21  Leo Liu  <sdl.web@gmail.com>
6336         * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
6338 2012-09-21  Glenn Morris  <rgm@gnu.org>
6340         * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
6341         Be more robust about locating simple.el.
6343 2012-09-21  Glenn Morris  <rgm@gnu.org>
6345         * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
6347 2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
6349         * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
6351 2012-09-20  Juri Linkov  <juri@jurta.org>
6353         * replace.el (query-replace-read-from): Use `read-regexp' instead
6354         of `read-from-minibuffer' when `regexp-flag' is non-nil.
6355         (occur-read-primary-args): Use `read-regexp' instead of
6356         `read-string'.
6357         (multi-occur-in-matching-buffers): Use `read-regexp' instead of
6358         `read-from-minibuffer'.
6359         * isearch.el (isearch-occur): Use `read-regexp' instead of
6360         `read-string'.
6361         * dired.el (dired-read-regexp): Use `read-regexp' instead of
6362         `read-from-minibuffer'.
6363         * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
6364         of `read-string'.  (Bug#7567)
6366         * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
6367         and allow accepting a list of strings prepended to a list of
6368         standard default values.  Doc fix.  (Bug#12321)
6370         * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
6372         * replace.el (read-regexp): Don't add ": " when PROMPT already
6373         ends with a colon and space.  (Bug#12321)
6375 2012-09-20  Tassilo Horn  <tsdh@gnu.org>
6377         * doc-view.el (doc-view-display): Better fix for the cl-assertion
6378         error.
6380 2012-09-20  Stefan Merten  <smerten@oekonux.de>
6382         * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
6383         Fixes feature request bug#11711.
6384         (rst-mode): Create `imenu-create-index-function'.
6385         (rst-get-stripped-line): Delete after refactoring.
6386         (rst-section-tree, rst-section-tree-rec)
6387         (rst-section-tree-point): Refactor and document properly.
6388         (rst-imenu-find-adornments-for-position)
6389         (rst-imenu-convert-cell, rst-imenu-create-index):
6390         New function.
6392 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6394         * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
6395         (macroexp--expand-all): Use it.
6396         (macroexp--funcall-and-return): Remove by folding it into its sole
6397         caller (macroexp--warn-and-return).
6398         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
6399         Use macroexp--obsolete-warning.
6401         * calc/calc.el: Fix last change by removing the whole chunk, since it
6402         was only needed back when Calc was not bundled.
6404 2012-09-20  Martin Rudalics  <rudalics@gmx.at>
6406         * emacs-lisp/debug.el (debug): Restore assignment to
6407         debugger-old-buffer removed on 2012-09-08.
6409 2012-09-20  Juri Linkov  <juri@jurta.org>
6411         * dired-aux.el (dired-diff): Remove (require 'diff) since
6412         `diff-latest-backup-file' is now autoloaded.
6414 2012-09-20  Chong Yidong  <cyd@gnu.org>
6416         * vc/diff.el (diff-latest-backup-file): Autoload.
6418 2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * calc/calc.el: Remove redundant autoload shape check.
6421         (sel-mode): Don't defvar.
6422         (calc-get-stack-element): Add `sel-mode' arg instead.
6423         (calc-top, calc-top-list): Pass it this additional argument.
6424         * calc/calc-store.el (calc-store-map):
6425         * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
6426         (calc-map-equation, calc-outer-product, calc-inner-product):
6427         * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
6429         * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
6431 2012-09-19  Juri Linkov  <juri@jurta.org>
6433         * dired-aux.el (dired-diff): Add (require 'diff) because
6434         `diff-latest-backup-file' is not autoloaded.
6435         (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
6436         of `dired-get-filename' to t to not report error when there is
6437         no default file on the current line.
6439 2012-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6441         * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
6442         macroexp--eval-if-compile.
6443         (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
6444         (macroexp--expand-all): Use them (bug#12371).
6446         * doc-view.el (doc-view-guess-paper-size)
6447         (doc-view-scale-bounding-box): Fix unbound `caddr'.
6449 2012-09-19  Tassilo Horn  <tsdh@gnu.org>
6451         New feature: set optimal slice from BoundingBox information.
6452         * doc-view.el (doc-view-mode-map): Add keybinding.
6453         (doc-view-menu): Add menu entry.
6454         (doc-view-set-slice): Adapt docstring.
6455         (doc-view-get-bounding-box, doc-view-guess-paper-size)
6456         (doc-view-scale-bounding-box)
6457         (doc-view-set-slice-from-bounding-box): New functions.
6458         (doc-view-paper-sizes): New defvar.
6460 2012-09-19  Glenn Morris  <rgm@gnu.org>
6462         * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
6463         (byte-compile-log-warning): Autoload.  (Bug#12371)
6465         * calendar/calendar.el (calendar-american-month-header)
6466         (calendar-european-month-header, calendar-iso-month-header)
6467         (calendar-month-header): New options.
6468         (calendar-set-date-style): Set calendar-month-header.  Redraw calendar.
6469         (calendar-generate-month): Use calendar-month-header.  (Bug#9510)
6471 2012-09-19  Jan Djärv  <jan.h.d@swipnet.se>
6473         * startup.el (command-line-ns-option-alist): Add -g and --geometry.
6475 2012-09-18  Juri Linkov  <juri@jurta.org>
6477         * dired-aux.el (dired-diff): Restore original functionality of
6478         getting the default value, but keep new feature of using the
6479         latest existing backup file (`diff-latest-backup-file').
6481 2012-09-18  Juri Linkov  <juri@jurta.org>
6483         * dired.el (dired-mark): If the region is active in Transient Mark
6484         mode, mark all files in the active region.  Doc fix.
6485         (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
6486         Doc fix.  (Bug#10624)
6488 2012-09-18  Juri Linkov  <juri@jurta.org>
6490         * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
6491         attributes for M-n are pulled from the file at point.
6492         (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
6493         Suggested by Drew Adams.  (Bug#10624)
6495 2012-09-18  Dmitry Gutov  <dgutov@yandex.ru>
6497         * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
6498         whitespace after "end".
6499         (ruby-do-end-to-brace): Collapse block to one line if it fits
6500         within fill-column.
6502 2012-09-18  Martin Rudalics  <rudalics@gmx.at>
6504         * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
6505         value.
6506         (debug): Don't remove debugger window when debugger is expected
6507         to be back.
6509 2012-09-18  Chong Yidong  <cyd@gnu.org>
6511         * custom.el (defface): Doc fix.
6513         * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
6515 2012-09-18  Martin Blais  <blais@furius.ca>  (tiny change)
6517         * progmodes/compile.el (compilation-start): Use compilation-always-kill
6518         to initialize query-on-exit; then test that instead (bug#12288).
6520 2012-09-17  Stefan Merten  <smerten@oekonux.de>
6522         * textmodes/rst.el: Add support for `testcover'.
6523         (rst-defcustom-testcover, rst-testcover-add-compose)
6524         (rst-testcover-add-1value): New functions.
6525         (rst-portable-mark-active-p): Replace by `use-region-p'.
6526         (rst-update-section, rst-classify-adornment)
6527         (rst-find-title-line): Mark `1value' forms.
6528         (rst-classify-adornment): Remove superfluous form.
6529         (rst-update-section, rst-get-adornments-around)
6530         (rst-adornment-complete-p, rst-get-next-adornment)
6531         (rst-adjust, rst-promote-region)
6532         (rst-display-adornments-hierarchy, rst-straighten-adornments)
6533         (rst-find-pfx-in-region, rst-section-tree-rec)
6534         (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
6535         (rst-toc-node, rst-toc, rst-forward-section)
6536         (rst-iterate-leftmost-paragraphs)
6537         (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
6538         (rst-bullet-list-region)
6539         (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
6540         (rst-compile-find-conf, rst-compile)
6541         (rst-repeat-last-character): Fix style.
6543 2012-09-17  Chong Yidong  <cyd@gnu.org>
6545         * comint.el (comint--complete-file-name-data): Don't add a space
6546         if the status is `sole'; that adds a gratuitous space in the
6547         completion-cycling case (Bug#12092).
6549         * pcomplete.el (pcomplete-completions-at-point): Likewise.
6551 2012-09-17  Richard Stallman  <rms@gnu.org>
6553         * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
6554         only in the mime-shown mode, not in raw mode.
6555         (rmail-mime): Toggle off mime by displaying the message without
6556         mime processing.  (Bug#12305)
6558         * mail/rmail.el (rmail-retry-failure):
6559         Turn off mime processing first.  (Bug#12037)
6561         * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
6563 2012-09-17  Chong Yidong  <cyd@gnu.org>
6565         * shell.el (shell-file-name-chars, shell-file-name-quote-list)
6566         (shell-dynamic-complete-functions): Convert to defcustom.
6567         (shell-prompt-pattern, shell-completion-fignore): Doc fix.
6569         * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
6570         * comint.el (comint-prompt-read-only):
6571         * custom.el (defcustom):
6572         * hi-lock.el (hi-lock-mode):
6573         * ibuffer.el (ibuffer-formats):
6574         * ielm.el (ielm-prompt-read-only):
6575         * novice.el (disable-command):
6576         * saveplace.el (toggle-save-place):
6577         * speedbar.el (speedbar-supported-extension-expressions):
6578         * startup.el (auto-save-list-file-prefix, init-file-user)
6579         (after-init-hook, inhibit-startup-echo-area-message):
6580         * strokes.el (strokes-help):
6581         * time-stamp.el (time-stamp):
6582         * calendar/calendar.el (calendar, diary-file):
6583         * calendar/diary-lib.el (diary-mail-entries, diary)
6584         (diary-list-entries-hook):
6585         * calendar/holidays.el (holidays, calendar-holidays):
6586         * calendar/lunar.el (lunar-phases):
6587         * calendar/solar.el (sunrise-sunset):
6588         * emulation/edt.el (edt-load-keys):
6589         * emulation/viper.el (viper-mode):
6590         * eshell/em-alias.el (eshell-command-aliases-list):
6591         * eshell/esh-util.el (eshell-convert-numeric-arguments):
6592         * international/ogonek.el (ogonek-information):
6593         * net/tramp-cmds.el (tramp-bug):
6594         * net/quickurl.el (quickurl-reread-hook-postfix):
6595         * play/decipher.el (decipher-font-lock-keywords):
6596         * progmodes/cc-styles.el (c-set-style):
6597         * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
6598         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6599         * progmodes/octave-mod.el (octave-mode):
6600         * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
6601         * progmodes/verilog-mode.el (verilog-read-defines):
6602         * textmodes/two-column.el (2C-mode): Likewise.
6604 2012-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6606         * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
6607         that holds many addresses.
6609 2012-09-16  Chong Yidong  <cyd@gnu.org>
6611         * align.el (align-areas): Call the indication function with
6612         positions instead of markers for arguments (Bug#12343).
6614         * files.el (parse-colon-path): Use split-string (Bug#12351).
6616         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
6617         (display-buffer-function): Mark as obsolete.
6619         * progmodes/compile.el (compilation-parse-errors): Accept list
6620         values similar to font-lock-keywords (Bug#12136).
6621         Suggested by Oleksandr Manzyuk.
6622         (compilation-error-regexp-alist): Doc fix.
6624 2012-09-15  Glenn Morris  <rgm@gnu.org>
6626         * version.el (emacs-bzr-version-bzr): New function.
6627         (emacs-bzr-get-version): Add optional EXTERNAL argument.
6629         * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
6630         checkouts, check the parent dirstate matches the branch.
6631         Add "--tree" to "bzr revno" arguments.  Don't try to shorten the
6632         empty string.
6634         * version.el (emacs-bzr-version): Doc fix.
6635         (emacs-bzr-version-dirstate): New function.
6636         (emacs-bzr-get-version): For lightweight checkouts, if the parent
6637         is local try and check that it matches the branch.  If not, just
6638         use dirstate information.  (Bug#12441)
6640 2012-09-14  Juri Linkov  <juri@jurta.org>
6642         * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
6643         (Bug#12399)
6645 2012-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6647         * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
6649         * emacs-lisp/edebug.el: Miscellaneous cleanup.
6650         Remove obsolete byte-compiler hack that tried to silence some warnings.
6651         (edebug-submit-bug-report): Remove.
6652         (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
6653         Remove aliases, use the un-prefixed name instead.
6654         (edebug-pop-to-buffer): Consider other frames.
6655         (edebug-original-read):: Make it more obvious that it's always defined.
6656         (edebug--make-form-data-entry, edebug--form-data-name)
6657         (edebug--form-data-begin, edebug--form-data-end): Rename from the
6658         single-dashed name, and implement with cl-defstruct.
6659         (edebug-set-form-data-entry): Use the standard accessors.
6660         (edebug-make-top-form-data-entry): Use push.
6661         (edebug-no-match): Drop useless `funcall'.
6662         (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
6663         to functions.
6664         (defsubst, dont-compile, eval-when-compile, eval-and-compile)
6665         (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
6666         (with-syntax-table, push, pop, 1value, noreturn, defadvice)
6667         (easy-menu-define, with-custom-print): Remove redundant specs.
6668         (edebug-outside-overriding-local-map)
6669         (edebug-outside-overriding-terminal-local-map): Remove, unused.
6670         (edebug--display): Bind unread-command-events directly to nil rather
6671         than binding it to unread-command-events and later setting it to nil.
6672         (edebug--display): Kill edebug-eval-buffer here...
6673         (edebug--recursive-edit): ...rather than here.
6674         Bind standard-output and standard-input.
6675         (edebug-eval): Check cl-macroexpand-all is fboundp.
6676         (edebug-temp-display-freq-count): Fix last change.
6678         * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
6679         * subr.el (noreturn, 1value): Add `debug' spec.
6680         * emacs-lisp/advice.el: Require cl-lib.
6681         (ad-copy-tree): Remove, use copy-tree instead.
6682         (ad-dolist): Remove use dolist or cl-dolist instead.
6683         (ad-do-return): Remove, use cl-return instead.
6684         (defadvice): Add `debug' spec.
6686 2012-09-13  Juri Linkov  <juri@jurta.org>
6688         * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
6689         (Bug#12399)
6691 2012-09-13  Glenn Morris  <rgm@gnu.org>
6693         * calc/calc.el (math-compose-expr):
6694         * calc/calc-ext.el (math-compose-expr):
6695         * progmodes/cc-defs.el (cl-macroexpand-all):
6696         * progmodes/cc-langs.el (delete-duplicates, mapcan)
6697         (cl-macroexpand-all): Update declarations.
6699         * vc/vc.el: No need to require ediff.
6700         (ediff-load-version-control): Declare.
6701         (ediff-vc-internal): Fix declaration.
6702         (vc-version-ediff): Require ediff.
6704 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6706         Use a more backwards-compatible timer format (Bug#12430).
6707         * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
6708         being right after USECS, as that better supports old code that
6709         inadvisedly looked directly at the timer vector.
6711 2012-09-13  Kenichi Handa  <handa@gnu.org>
6713         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6714         ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
6715         `coding-priority' property of these language environment.
6717 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
6719         Fix glitches caused by addition of psec to timers (Bug#12430).
6720         * image.el (image-animate-timer):
6721         * time.el (display-time-world-timer):
6722         Use timer--function and timer--args rather than raw access to
6723         timer vector.
6725 2012-09-13  Glenn Morris  <rgm@gnu.org>
6727         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6728         If not compiling a file, try using load-file-name.
6730 2012-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6732         * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
6733         Fix last change.
6734         (edebug-update-eval-list): Use `push'.
6736         * emacs-lisp/edebug.el: Use lexical-binding.
6737         Remove the "edebug-" prefix from non-dynamically-scoped variables.
6738         Mark unused args with underscore.
6739         (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
6740         (edebug-form-data): Use defvar-local.
6741         (edebug-make-before-and-after-form, edebug-make-after-form):
6742         Use backquote.
6743         (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
6744         Not dynamically scoped any more.
6745         (edebug--enter-trace): Add arguments `function' and `args'.
6746         Rename from edebug-enter-trace.
6747         (edebug-enter): Call it accordingly.  Bind edebug-function explicitly.
6748         (edebug--update-coverage): Add `after-index' and `value' args.
6749         Rename from edebug-update-coverage.
6750         (edebug-slow-after): Call it accordingly.
6751         (edebug--recursive-edit): Add arg `arg-mode'.  Rename from
6752         edebug-recursive-edit.
6753         (edebug--display): Call it accordingly.  Add args `value',
6754         `offset-index', and `arg-mode'.  Rename from edebug-display.
6755         (edebug-debugger, edebug): Call it accordingly.
6756         (edebug-eval-display-list): Use dolist.
6758 2012-09-12  Juri Linkov  <juri@jurta.org>
6760         * info.el (Info-search): Don't check for isearch-mode and
6761         isearch-regexp before let-binding search-spaces-regexp to
6762         Info-search-whitespace-regexp.
6763         (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
6764         search-whitespace-regexp if isearch-lax-whitespace or
6765         isearch-regexp-lax-whitespace is non-nil.
6766         (Info-mode): Don't set local variable search-whitespace-regexp.
6767         http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
6769 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6771         * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
6772         (debugger-env-macro): Remove support for unread-command-char.
6774         * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
6775         the temporary map re-appearing on emulation-mode-map-alists.
6777         * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
6778         since 22.1.
6780         * ehelp.el (with-electric-help): Accept functions in
6781         electric-help-form-to-execute.
6782         (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
6783         And replace unread-command-char -> unread-command-events.
6785 2012-09-12  Michael Albinus  <michael.albinus@gmx.de>
6787         Sync with Tramp 2.2.6.
6789         * net/tramp.el (tramp-accept-process-output): Don't use
6790         JUST-THIS-ONE in the XEmacs case.
6792         * net/trampver.el: Update release number.
6794 2012-09-12  Martin Rudalics  <rudalics@gmx.at>
6796         * emacs-lisp/debug.el (debugger-previous-window-height):
6797         New variable.
6798         (debug): When debugger-jumping-flag is non-nil try to restore
6799         height of debugger window.  (Bug#8789)
6801 2012-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6803         * emacs-lisp/edebug.el (edebug-enter): Don't mess with
6804         overriding-local-map and pre/post-command-hook here.
6805         (edebug-recursive-edit): Do it here instead (bug#12345).
6806         (edebug-outside-unread-command-char): Remove all uses of
6807         unread-command-char.
6809         * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
6810         inhibit-debugger is bound instead.
6812 2012-09-11  Bastien Guerry  <bzg@gnu.org>
6814         * subr.el (set-temporary-overlay-map): Add a docstring.
6815         (Bug#12346)
6817 2012-09-11  Bastien Guerry  <bzg@gnu.org>
6819         * minibuffer.el (completion-table-subvert): Fix docstring.
6820         (Bug#12347)
6822 2012-09-11  Bastien Guerry  <bzg@gnu.org>
6824         * help-fns.el (describe-variable): Fix typo.  (Bug#12346)
6826 2012-09-10  Michael R. Mauger  <mmaug@yahoo.com>
6828         * progmodes/sql.el: Version 3.1
6829         (sql-db2-escape-newlines): New variable.
6830         (sql-escape-newlines-filter): Use it.
6832 2012-09-10  Juanma Barranquero  <lekktu@gmail.com>
6834         * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
6836 2012-09-10  Dan Nicolaescu  <dann@gnu.org>
6838         * vc/diff-mode.el (diff-mode-menu):
6839         Bind diff-remove-trailing-whitespace.
6841 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
6844         (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
6845         (emacs-lisp-byte-code-mode): New functions.
6846         (eval-sexp-add-defvars): Don't skip defvars in column >0.
6847         (eval-defun-2): Remove bogus interactive spec.
6848         (lisp-indent-line): Remove redundant whole-exp code, now done in
6849         indent-according-to-mode.
6850         (save-match-data): Remove redundant indent data.
6852         * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
6853         Use `declare'.
6855 2012-09-09  Juri Linkov  <juri@jurta.org>
6857         * replace.el (replace-regexp-lax-whitespace): New defcustom.
6858         (replace-lax-whitespace, query-replace-regexp)
6859         (query-replace-regexp-eval, replace-regexp): Doc fix.
6860         (perform-replace, replace-highlight): Let-bind
6861         isearch-lax-whitespace to replace-lax-whitespace and
6862         isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
6864         * isearch.el (isearch-query-replace): Let-bind
6865         replace-lax-whitespace to isearch-lax-whitespace and
6866         replace-regexp-lax-whitespace to
6867         isearch-regexp-lax-whitespace.  (Bug#10885)
6869 2012-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
6873 2012-09-09  Alan Mackenzie  <acm@muc.de>
6875         * progmodes/cc-engine.el (c-state-cache-init):
6876         Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
6877         (c-record-parse-state-state):
6878         Record c-state-semi-nonlit-pos-cache\(-limit\)?.
6880 2012-09-09  Andreas Schwab  <schwab@linux-m68k.org>
6882         * register.el (register-separator): Rename from
6883         separator-register.  All uses changed.  Doc fix.
6884         (register): Fix version.
6886 2012-09-09  Chong Yidong  <cyd@gnu.org>
6888         * replace.el (query-replace-map): Bind four new symbols for
6889         requesting window scrolling.
6891         * subr.el (y-or-n-p): Handle the window-scrolling bindings in
6892         query-replace-map (Bug#8948).
6894         * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6896         * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6897         since they are now in query-replace-map.
6899         * window.el (scroll-other-window-down): Make the arg optional.
6901 2012-09-09  Chong Yidong  <cyd@gnu.org>
6903         * files.el (hack-local-variables-confirm): Use quit-window to kill
6904         the *Local Variables* buffer.
6906 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
6908         * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6909         not just expect to be at its beginning.  Adjust callees.
6910         Succeed when do-end block has no space before the pipe character.
6911         (ruby-brace-to-do-end): When the original block is one-liner,
6912         convert to multiline.  Reindent the result.
6914 2012-09-08  Jambunathan K  <kjambunathan@gmail.com>
6916         * register.el (register): New group.
6917         (separator-register): New user option.
6918         (increment-register): Route it to `append-to-register', if
6919         register contains text.  Implication is that `C-x r +' can now be
6920         used for appending to a text register (bug#12217).
6921         (append-to-register, prepend-to-register): Add separator based on
6922         `separator-register'.
6924 2012-09-08  Alan Mackenzie  <acm@muc.de>
6926         AWK Mode: make auto-newline work when there's "==" in the pattern.
6927         * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6928         correctly.
6929         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6930         Test more rigorously for "=" token.
6932 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
6934         * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6935         Only fail when reached LIMIT.
6937 2012-09-08  Chong Yidong  <cyd@gnu.org>
6939         * dired.el (dired-mode-map): Don't bind M-=.
6941         * dired-aux.el (dired-diff): Use backup file as default.
6943 2012-09-08  Drew Adams  <drew.adams@oracle.com>
6945         * subr.el (add-to-history): Fix delete usage (Bug#12314).
6947 2012-09-08  Chong Yidong  <cyd@gnu.org>
6949         * subr.el (syntax-after, syntax-class): Doc fix.
6951 2012-09-08  Martin Rudalics  <rudalics@gmx.at>
6953         * window.el (display-buffer-in-previous-window): New buffer
6954         display action function.
6956         * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6957         (debugger-previous-window): New variable.
6958         (debug): Rewrite using display-buffer-in-previous-window,
6959         quit-restore-window and debugger-bury-or-kill.  (Bug#8789)
6961 2012-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6963         * emacs-lisp/byte-run.el (defun): Tweak message.  Simplify code.
6965 2012-09-07  Matt McClure  <mlm@aya.yale.edu>  (tiny change)
6967         * progmodes/python.el (python-shell-send-string):
6968         When default-directory is remote, create temp file on remote
6969         filesystem.
6970         (python-shell-send-file): When file is remote, pass local view of
6971         file paths to remote Python interpreter.  (Bug#12340)
6973 2012-09-07  Chong Yidong  <cyd@gnu.org>
6975         * window.el (switch-to-buffer): Doc fix (Bug#12181).
6977         * files.el (after-find-file): Don't fail on a read-only buffer if
6978         require-final-newline is `visit' or `visit-save' (Bug#11156).
6980         * subr.el (read-char-choice): Allow quitting via ESC ESC.
6982         * userlock.el (ask-user-about-supersession-threat):
6983         Use read-char-choice (Bug#12093).
6985 2012-09-07  Chong Yidong  <cyd@gnu.org>
6987         * subr.el (buffer-narrowed-p): New function.
6989         * ses.el (ses-widen):
6990         * simple.el (count-words--buffer-message):
6991         * net/browse-url.el (browse-url-of-buffer): Use it.
6993         * simple.el (count-words-region): Don't signal an error if there
6994         is a non-nil prefix arg and the mark is not set.
6996         * help.el (describe-key-briefly): Allow the message to be seen
6997         when invoked from the minibuffer (Bug#7014).
6999 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7001         * progmodes/ruby-mode.el (ruby-end-of-defun)
7002         (ruby-beginning-of-defun): Simplify, allow indentation before
7003         block beginning and end keywords.
7004         (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
7005         (ruby-end-of-defun): Expect that the point is at the beginning of
7006         the defun.
7008 2012-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7010         * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
7011         (bug#12367).
7012         (cl--make-usage-args): Strip _ from argument names.
7014 2012-09-06  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
7016         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
7017         obsolete alias speedbar-key-map.
7018         (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
7019         (vhdl-index-menu-init): Don't use obsolete variable
7020         font-lock-maximum-size.
7022 2012-09-06  Chong Yidong  <cyd@gnu.org>
7024         * frame.el (window-system-version): Mark as obsolete.
7026         * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
7027         of obsolete variable speedbar-key-map.
7029 2012-09-06  Juri Linkov  <juri@jurta.org>
7031         * replace.el (replace-lax-whitespace): New defcustom.
7032         (query-replace, query-replace-regexp, query-replace-regexp-eval)
7033         (replace-string, replace-regexp): Mention it in docstrings.
7034         (perform-replace, replace-highlight): Let-bind
7035         isearch-lax-whitespace and isearch-regexp-lax-whitespace according
7036         to the values of replace-lax-whitespace and regexp-flag.
7037         Don't let-bind search-whitespace-regexp.  (Bug#10885)
7039         * isearch.el (isearch-query-replace): Let-bind
7040         replace-lax-whitespace instead of let-binding
7041         replace-search-function and replace-re-search-function.
7042         (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
7043         and isearch-regexp-lax-whitespace to lazy-highlight variables.
7044         (isearch-toggle-symbol): Set isearch-regexp to nil
7045         in isearch-word mode (like in isearch-toggle-word).
7047 2012-09-06  Juri Linkov  <juri@jurta.org>
7049         * replace.el (replace-search-function)
7050         (replace-re-search-function): Set default values to nil.
7051         (perform-replace): Let-bind isearch-related variables based on
7052         replace-related values, call `isearch-search-fun' and let-bind
7053         the result to `search-function'.  Remove code that sets
7054         `search-function' and `search-string' separately for
7055         `delimited-flag'.
7056         (replace-highlight): Add new argument `delimited-flag' and
7057         rename other arguments to the names used in `perform-replace'.
7058         Let-bind `isearch-word' to the argument `delimited-flag'.
7059         (Bug#10885, bug#10887)
7061 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
7063         * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
7064         ruby-beginning-of-indent, simplify, allow all keywords to have
7065         indentation before them.
7066         (ruby-beginning-of-indent): Adjust for above.  Search until the
7067         found point is not inside a string or comment.
7068         (ruby-font-lock-keywords): Allow symbols to start with "@"
7069         character, give them higher priority than variables.
7070         (ruby-syntax-propertize-function)
7071         (ruby-font-lock-syntactic-keywords): Remove the "not comments"
7072         matchers.  Expression expansions are not comments when inside a
7073         string, and there comment syntax status is irrelevant.
7074         (ruby-match-expression-expansion): New function.  Check that
7075         expression expansion is inside a string, and it's not escaped.
7076         (ruby-font-lock-keywords): Use it.
7078 2012-09-05  Martin Rudalics  <rudalics@gmx.at>
7080         * help.el (temp-buffer-max-height): New default value.
7081         (temp-buffer-resize-frames): New option.
7082         (resize-temp-buffer-window): Optionally resize frame.
7084         * window.el (fit-frame-to-buffer-bottom-margin): New option.
7085         (fit-frame-to-buffer): New function.
7087 2012-09-05  Glenn Morris  <rgm@gnu.org>
7089         * emulation/cua-rect.el (cua--init-rectangles):
7090         * textmodes/picture.el (picture-mode-map):
7091         * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
7092         like forward-char and backward-char.  (Bug#12317)
7094 2012-09-05  Leo Liu  <sdl.web@gmail.com>
7096         * progmodes/flymake.el (flymake-warning-re): New variable.
7097         (flymake-parse-line): Use it.
7099 2012-09-05  Glenn Morris  <rgm@gnu.org>
7101         * calendar/holidays.el (holiday-christian-holidays):
7102         Rename an entry.  (Bug#12289)
7104 2012-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
7107         (bug#12222).
7109 2012-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7111         * loadup.el: Load macroexp.  Remove hack.
7112         * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
7113         (macroexp--expand-all): Use it to get better warnings.
7114         (macroexp--backtrace, macroexp--trim-backtrace-frame)
7115         (internal-macroexpand-for-load): New functions.
7116         (macroexp--pending-eager-loads): New var.
7117         (emacs-startup-hook): New hack to replace one in loadup.el.
7118         * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
7119         (cl--compiler-macro-cXXr): Move to top, before they can be used.
7120         (cl-psetf): Simplify.
7121         (cl-defstruct): Add indent rule.
7123 2012-09-04  Lars Ingebrigtsen  <larsi@gnus.org>
7125         * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
7126         over `user-mail-address' for the SMTP MAIL FROM envelope.
7127         (smtpmail-via-smtp): Ditto.
7129 2012-09-04  Dmitry Gutov  <dgutov@yandex.ru>
7131         * progmodes/ruby-mode.el: Clean up keybindings.
7132         (ruby-mode-map): Don't bind ruby-electric-brace,
7133         ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
7134         backward-kill-word, reindent-then-newline-and-indent.
7135         (ruby-mark-defun): Remove.
7136         (ruby-electric-brace): Remove.  Obsoleted by electric-indent-chars.
7137         (ruby-mode): Set local beginning-of-defun-function and
7138         end-of-defun-function values.
7140 2012-09-03  Martin Rudalics  <rudalics@gmx.at>
7142         * window.el (temp-buffer-window-setup-hook)
7143         (temp-buffer-window-show-hook): New hooks.
7144         (temp-buffer-window-setup, temp-buffer-window-show)
7145         (with-temp-buffer-window): New functions.
7146         (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
7147         (special-display-popup-frame): Make sure the window used shows BUFFER.
7149         * help.el (temp-buffer-resize-mode): Fix doc-string.
7150         (resize-temp-buffer-window): New optional argument WINDOW.
7152         * files.el (recover-file, save-buffers-kill-emacs):
7153         * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
7155 2012-09-02  Michael Albinus  <michael.albinus@gmx.de>
7157         * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
7158         remote definition of `default-directory', ensure we can connect.
7160 2012-09-02  Juri Linkov  <juri@jurta.org>
7162         Toggle whitespace matching mode with M-s SPC.
7163         http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
7165         * isearch.el (search-whitespace-regexp): Doc fix.
7166         Remove cons cell customization.
7167         (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
7168         (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
7169         New variables.
7170         (isearch-forward, isearch-forward-regexp): Doc fix.
7171         (isearch-toggle-lax-whitespace): New command.
7172         (search-forward-lax-whitespace, search-backward-lax-whitespace)
7173         (re-search-forward-lax-whitespace)
7174         (re-search-backward-lax-whitespace): New functions.
7175         (isearch-whitespace-regexp): Remove function.
7176         (isearch-query-replace): Let-bind replace-search-function and
7177         replace-re-search-function.
7178         (isearch-occur): Let-bind search-spaces-regexp according to the
7179         value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
7180         (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
7181         condition for C-q SPC.
7182         (isearch-search-fun-default): Use new functions mentioned above.
7183         (isearch-search-forward, isearch-search-backward): Remove functions.
7184         (isearch-search): Don't let-bind search-spaces-regexp.
7185         (isearch-lazy-highlight-space-regexp): Remove variable.
7186         (isearch-lazy-highlight-lax-whitespace)
7187         (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
7188         (isearch-lazy-highlight-new-loop): Use them.
7189         (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
7191 2012-09-02  Chong Yidong  <cyd@gnu.org>
7193         * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
7195 2012-09-02  Glenn Morris  <rgm@gnu.org>
7197         * simple.el (undo): Tweak message in undo-only case.  (Bug#12283)
7199 2012-09-01  Glenn Morris  <rgm@gnu.org>
7201         * term.el: Tidy up menu definitions.
7202         (term-mode-map): Use easymenu for In/Out, Complete menus.
7203         (term-pager-break-map): Initialize in the defvar.
7204         (term-terminal-menu, term-signals-menu): Define with easymenu.
7205         (term-terminal-menu): Also show it in line-mode.  (Bug#11957)
7206         (term-pager-menu): New, extracted from term-process-pager.
7207         (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
7208         (term-update-mode-line): Propertize line/char and page items.
7209         (term-process-pager): Move keymap initialization elsewhere.
7211 2012-09-01  Martin Rudalics  <rudalics@gmx.at>
7213         * window.el (switch-to-prev-buffer): Handle additional values of
7214         BURY-OR-KILL argument.  Don't switch in minibuffer window.
7215         (switch-to-next-buffer): Don't switch in minibuffer window.
7216         (quit-restore-window): New function based on quit-window.
7217         Handle additional values of former KILL argument.
7218         (quit-window): Call quit-restore-window with appropriate
7219         interpretation of KILL argument.
7220         (display-buffer-below-selected): New buffer display action
7221         function.
7223 2012-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7225         * minibuffer.el (completion-at-point-functions): Complete docstring
7226         (bug#12254).
7228 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
7230         Better seed support for (random).
7231         * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
7232         * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
7233         * play/mpuz.el, play/tetris.el, play/zone.el:
7234         * calc/calc-comb.el (math-init-random-base):
7235         * play/blackbox.el (bb-init-board):
7236         * play/life.el (life):
7237         * server.el (server-use-tcp):
7238         * type-break.el (type-break):
7239         Remove unnecessary call to (random t).
7240         * net/sasl.el (sasl-unique-id-function):
7241         Change (random t) to (random), now that the latter is more random.
7242         * play/life.el (life-initialized): Remove no-longer-needed var.
7244 2012-08-31  Alp Aker  <alp.tekin.aker@gmail.com>
7246         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7247         Consider frame's buffer predicate when choosing the buffer.
7248         (Bug#12081)
7250 2012-08-30  Richard Stallman  <rms@gnu.org>
7252         * simple.el (special-mode-map): Delete binding for `z'.
7254 2012-08-30  Andreas Schwab  <schwab@linux-m68k.org>
7256         * progmodes/compile.el (compilation-always-kill): Doc fix.
7258 2012-08-30  Chong Yidong  <cyd@gnu.org>
7260         * window.el (display-buffer-reuse-frames): Make the obsolescence
7261         message more informative.
7263 2012-08-30  Glenn Morris  <rgm@gnu.org>
7265         * paren.el (show-paren-delay):
7266         Add a :set function.  Doc fix.  (Bug#12297)
7268 2012-08-29  Martin Blais  <blais@furius.ca>  (tiny change)
7270         * progmodes/compile.el (compilation-always-kill): New var.
7271         (compilation-start): Use it.
7273 2012-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7275         * simple.el (read-only-mode): Move from files.el for bootstrapping.
7276         * files.el (read-only-mode): Move to simple.el.
7278         * files.el (read-only-mode): New minor mode.
7279         (toggle-read-only): Use it and mark obsolete.
7280         (find-file--read-only):
7281         * vc/vc.el (vc-next-action, vc-checkout):
7282         * vc/vc-cvs.el (vc-cvs-checkout):
7283         * obsolete/vc-mcvs.el (vc-mcvs-update):
7284         * ffap.el (ffap--toggle-read-only): Update callers.
7286 2012-08-29  Michael Albinus  <michael.albinus@gmx.de>
7288         * eshell/esh-ext.el (eshell-external-command): Do not examine
7289         remote shell scripts.
7290         See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
7292         * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
7293         "/usr/local/sbin".
7295 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7297         * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
7299 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7301         * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
7302         completion-at-point.  (Bug#12220)
7304         * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
7306         * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
7308 2012-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7310         * files.el (safe-local-eval-forms): Fix before-save-hook entry to
7311         be buffer-local; add delete-trailing-whitespace (bug#12259).
7313 2012-08-28  Jeremy Moore  <jmoore@ieee.org>  (tiny change)
7315         * progmodes/hideif.el (hif-compress-define-list):
7316         Fix typo.  (Bug#11951)
7318 2012-08-28  Dan Nicolaescu  <dann@gnu.org>
7320         * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
7321         buffer local setting.
7323         * net/rcirc.el (rcirc-split-message): Fix for buffer-local
7324         rcirc-encode-coding-system.
7326 2012-08-28  Leo Liu  <sdl.web@gmail.com>
7328         * net/rcirc.el (rcirc-split-message): New function.
7329         (rcirc-send-message): Use it.  (Bug#12051)
7331 2012-08-28  Juri Linkov  <juri@jurta.org>
7333         * info.el (Info-fontify-node): Hide empty lines at the end of
7334         the node.  (Bug#12272)
7336 2012-08-27  Drew Adams  <drew.adams@oracle.com>
7338         * dired.el (dired-pop-to-buffer): Make window start at beginning
7339         of buffer (Bug#12281).
7341 2012-08-26  Chong Yidong  <cyd@gnu.org>
7343         * window.el (special-display-regexps, special-display-frame-alist)
7344         (special-display-buffer-names, special-display-function)
7345         (display-buffer-reuse-frames): Mark as obsolete.
7347         * progmodes/compile.el: Don't use display-buffer-reuse-frames.
7349         * help.el (help-print-return-message): Don't treat
7350         display-buffer-reuse-frames specially.
7352 2012-08-26  Chong Yidong  <cyd@gnu.org>
7354         * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
7355         New variable, replacing gdb-frame-parameters.
7356         (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
7357         (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
7358         (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
7359         (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
7360         (def-gdb-frame-for-buffer): Macro deleted.  It is easier to define
7361         the functions directly with gdb-display-buffer-other-frame-action.
7362         (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
7363         (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
7364         (gdb-display-stack-buffer, gdb-display-locals-buffer)
7365         (gdb-display-registers-buffer): Define directly.
7366         (def-gdb-display-buffer): Macro deleted.
7367         (gdb-display-buffer): Remove second and third args, callers don't
7368         use them.  Defer to the default display-buffer behavior, apart
7369         from making windows dedicated.
7370         (gdb-setup-windows): Don't call display-buffer unnecessarily.
7372         * progmodes/gud.el (gud-display-line): Just use display-buffer.
7374         * window.el (display-buffer-pop-up-frame): Handle a
7375         pop-up-frame-parameters alist entry.
7376         (display-buffer): Document it.
7378 2012-08-26  Chong Yidong  <cyd@gnu.org>
7380         * isearch.el (search-whitespace-regexp): Make string and nil
7381         values apply to both ordinary and regexp search.  Allow a cons
7382         cell value to distinguish between the two.
7383         (isearch-whitespace-regexp, isearch-search-forward)
7384         (isearch-search-backward): New functions.
7385         (isearch-occur, isearch-search-fun-default, isearch-search)
7386         (isearch-lazy-highlight-new-loop): Use them.
7387         (isearch-forward, isearch-forward-regexp): Doc fix.
7389 2012-08-26  Chong Yidong  <cyd@gnu.org>
7391         * faces.el (help-argument-name): Always inherit from italic
7392         (Bug#12213).
7394 2012-08-25  Martin Rudalics  <rudalics@gmx.at>
7396         * window.el (window--even-window-heights): Even heights when
7397         WINDOW and the selected window form a vertical combination.
7398         (display-buffer-use-some-window): Provide that window used gets
7399         sized back by quit-window.  (Bug#11880) and (Bug#12091)
7401 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
7403         Fix file time stamp problem with bzr and CVS (Bug#12001).
7404         * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
7405         in the file's time stamp, since the version control system loses
7406         that information.
7408 2012-08-22  Juri Linkov  <juri@jurta.org>
7410         * info.el (Info-fontify-node): Hide the suffix of the
7411         Info file name in the header line.  (Bug#12187)
7413 2012-08-22  Glenn Morris  <rgm@gnu.org>
7415         * calendar/cal-tex.el (cal-tex-weekly-common):
7416         Restore leading blank page.
7418 2012-08-22  Le Wang  <l26wang@gmail.com>
7420         * misc.el (forward-to-word, backward-to-word): Activate or extend
7421         the region under `shift-select-mode'.  (Bug#12231)
7423 2012-08-22  Bastien Guerry  <bzg@gnu.org>
7425         * progmodes/executable.el (executable-prefix): Set to "#!" instead
7426         of "#! ".  http://www.in-ulm.de/~mascheck/various/shebang/#details
7427         gives details on why the space is never needed.
7429 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
7431         * window.el (walk-window-tree, window-with-parameter):
7432         New optional argument MINIBUF to control whether these functions
7433         should run on the minibuffer window.
7434         (window-at-side-list): Don't operate on minibuffer window.
7435         (window-in-direction): Simplify and rewrite doc-string.
7436         (window--size-ignore): Rename to window--size-ignore-p.
7437         Update callers.
7438         (display-buffer-in-atom-window, window--major-non-side-window)
7439         (window--major-side-window, display-buffer-in-major-side-window)
7440         (delete-side-window, display-buffer-in-side-window):
7441         New functions.
7442         (window--side-check, window-deletable-p, delete-window)
7443         (delete-other-windows, split-window): Handle side windows and
7444         atomic windows appropriately.
7445         (window--display-buffer): Call display-buffer-record-window also
7446         when the window buffer did not change.
7448 2012-08-22  Christopher Schmidt  <christopher@ch.ristopher.com>
7450         * help-fns.el (help-fns--key-bindings):
7451         Abbreviate non-symbol remap targets.  (Bug#12174)
7453 2012-08-22  Martin Rudalics  <rudalics@gmx.at>
7455         * dired.el (dired-mark-remembered): Don't clobber point.
7456         (Bug#11795)
7458 2012-08-22  Glenn Morris  <rgm@gnu.org>
7460         * progmodes/bug-reference.el (bug-reference): New custom group.
7461         (bug-reference-bug-regexp): Make it a defcustom.
7463 2012-08-22  Daiki Ueno  <ueno@unixuser.org>
7465         * progmodes/js.el (js-indent-level, js-expr-indent-offset)
7466         (js-paren-indent-offset, js-square-indent-offset)
7467         (js-curly-indent-offset): Add :safe (Bug#12257).
7469 2012-08-22  Edward O'Connor  <hober0@gmail.com>
7471         * json.el (json-key-format): Add error properties.
7472         (json-encode-key): New function.
7473         (json-encode-hash-table, json-encode-alist, json-encode-plist):
7474         Use json-encode-key.
7476 2012-08-22  Glenn Morris  <rgm@gnu.org>
7478         * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
7479         (cal-tex-leftday, cal-tex-rightday): Remove functions.
7480         (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
7481         Update for above change.
7483 2012-08-21  Andreas Schwab  <schwab@linux-m68k.org>
7485         * cus-face.el (custom-face-attributes): Fix customize type for the
7486         :underline attribute.  (Bug#11805)
7488 2012-08-21  Martin Rudalics  <rudalics@gmx.at>
7490         * window.el (window-point-1, set-window-point-1): Remove.
7491         (window-in-direction, record-window-buffer)
7492         (set-window-buffer-start-and-point, split-window-below)
7493         (window--state-get-1, display-buffer-record-window):
7494         Replace calls to window-point-1 and set-window-point-1 by calls to
7495         window-point and set-window-point respectively.
7497 2012-08-21  Glenn Morris  <rgm@gnu.org>
7499         * calendar/cal-tex.el (cal-tex-weekly-common): New function.
7500         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
7501         Use it.
7503         * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
7504         (cal-tex-shortday): New function.
7505         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
7506         (cal-tex-cursor-filofax-daily): Use the above.
7508         * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
7509         New functions.
7510         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7511         (cal-tex-cursor-filofax-week): Use them.
7513         * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
7514         New constants.
7515         (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
7516         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
7518         * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
7519         (cal-tex-end-document): Don't rely on buffer name.
7521         * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
7522         Use cal-tex-vspace.
7523         (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
7524         (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
7525         (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
7526         Use cal-tex-arg.
7528         * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
7529         (cal-tex-cursor-week, cal-tex-cursor-week2)
7530         (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
7531         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7532         (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
7533         (cal-tex-insert-preamble, cal-tex-b-document)
7534         (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
7535         Improve cal-tex-cmd usage.
7537         * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
7538         (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
7539         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
7540         (cal-tex-weekly-paper): New function.
7541         (cal-tex-cursor-week, cal-tex-cursor-week2)
7542         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
7543         (cal-tex-cursor-day): Use it.
7545         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
7546         (cal-tex-cursor-filofax-week): Remove leading blank page.
7548         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7549         Add autoload cookie.  For now at least, don't use color, since
7550         no other cal-tex function does.
7552         * calendar/cal-tex.el (cal-tex-cursor-week-iso)
7553         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7554         (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
7556 2012-08-21  Juri Linkov  <juri@jurta.org>
7558         * info.el (Info-file-attributes): New variable.
7559         (info-insert-file-contents): Add file attributes to
7560         `Info-file-attributes'.  Clear the caches `Info-index-nodes' and
7561         `Info-toc-nodes' when previous modtime of the Info file is less
7562         than new modtime.
7563         (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
7564         of info.el.  (Bug#12230)
7566 2012-08-20  Glenn Morris  <rgm@gnu.org>
7568         * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
7569         * calendar/holidays.el (calendar-holiday-list):
7570         Report errors with display-warning rather than beep'n'sleep.
7572 2012-08-20  Michael Albinus  <michael.albinus@gmx.de>
7574         * net/tramp.el (tramp-accept-process-output): Accept only output
7575         from PROC.  Otherwise, process filters and sentinels might be
7576         confused.  (Bug#12145)
7578 2012-08-20  Chong Yidong  <cyd@gnu.org>
7580         * descr-text.el (describe-text-properties-1): Use overlays-in to
7581         report on empty overlays (Bug#3322).
7583 2012-08-20  Glenn Morris  <rgm@gnu.org>
7585         * mail/rmailout.el (rmail-output-read-file-name):
7586         Trap and report errors in rmail-output-file-alist elements.
7588         * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
7589         since most non-font-lock faces are not also variables).
7591 2012-08-20  Edward Reingold  <reingold@iit.edu>
7593         * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
7594         New function.  (Bug12160)
7596 2012-08-19  Glenn Morris  <rgm@gnu.org>
7598         * mail/rmailout.el (rmail-output-read-file-name):
7599         Fix previous change (when the alist is nil or does not match).
7601 2012-08-19  Chong Yidong  <cyd@gnu.org>
7603         * xml.el (xml-escape-string): Don't refer to xml-entity-alist
7604         (Bug#12228).
7606 2012-08-18  Chong Yidong  <cyd@gnu.org>
7608         * simple.el (yank-handled-properties): New defcustom.
7609         (yank-excluded-properties): Add font-lock-face and category.
7610         (yank): Doc fix.
7612         * subr.el (remove-yank-excluded-properties):
7613         Obey yank-handled-properties.  The special handling of font-lock-face
7614         and category is now done this way, instead of being hard-coded.
7615         (insert-for-yank-1): Remove font-lock-face handling.
7616         (yank-handle-font-lock-face-property)
7617         (yank-handle-category-property): New function.
7619 2012-08-17  Glenn Morris  <rgm@gnu.org>
7621         * mail/rmailout.el (rmail-output-read-file-name):
7622         Check rmail-output-file-alist against the full message body
7623         in the correct rmail buffer.  (Bug#12214)
7625 2012-08-17  Michael Albinus  <michael.albinus@gmx.de>
7627         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7628         Eliminate superfluous prompt.  (Bug#12203)
7630 2012-08-17  Chong Yidong  <cyd@gnu.org>
7632         * mouse.el (mouse-appearance-menu): If x-select-font returns a
7633         font spec, set the font directly (Bug#3228).
7635 2012-08-17  Martin Rudalics  <rudalics@gmx.at>
7637         * window.el (delete-window): Fix last fix.
7639 2012-08-16  Martin Rudalics  <rudalics@gmx.at>
7641         * window.el (window-valid-p): Move to window.c.
7642         (window-child, window-child-count, window-last-child)
7643         (window-normalize-window, window-combined-p)
7644         (window-combinations, window-atom-root, window-min-size)
7645         (window-sizable, window-sizable-p, window-size-fixed-p)
7646         (window-min-delta, window-max-delta, window--resizable)
7647         (window--resizable-p, window-resizable, window-total-size)
7648         (window-full-height-p, window-full-width-p, window-body-size)
7649         (window-at-side-p, adjust-window-trailing-edge, maximize-window)
7650         (minimize-window, window-deletable-p, delete-window)
7651         (delete-other-windows, set-window-buffer-start-and-point)
7652         (next-buffer, previous-buffer, split-window, balance-windows-2)
7653         (set-window-text-height, window-buffer-height)
7654         (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
7655         (truncated-partial-width-window-p): Minor code adjustments.
7656         In doc-strings state whether the argument window has to denote a
7657         live, valid or any window.
7659 2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
7661         * progmodes/subword.el (subword-forward-function)
7662         (subword-backward-function, subword-forward-regexp)
7663         (subword-backward-regexp): New variables.
7664         (subword-forward, subword-forward-internal, subword-backward-internal):
7665         Use new variables, eg so that different "word" definitions
7666         can be easily used.  (Bug#11411)
7668 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7670         * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
7671         for composite selectors.
7672         * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
7673         operation just because we can't find a previous revision.
7675 2012-08-15  Chong Yidong  <cyd@gnu.org>
7677         * frame.el (set-frame-font): Accept font objects.
7679 2012-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7681         * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
7683 2012-08-15  Wolfgang Jenkner  <wjenkner@inode.at>
7685         * man.el (Man-overstrike-face, Man-underline-face)
7686         (Man-reverse-face): Remove variables.
7687         (Man-overstrike, Man-underline, Man-reverse): New faces.
7688         (Man-fontify-manpage): Use them instead of the variables.
7689         (Man-cleanup-manpage): Comment change.
7690         (Man-ansi-color-map): New variable.
7691         (Man-fontify-manpage): Use it.
7692         Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
7694         Implement ANSI SGR parameters 22-27 (bug#12146).
7695         * ansi-color.el (ansi-colors): Doc fix.
7696         (ansi-color-context, ansi-color-context-region): Doc fix.
7697         (ansi-color--find-face): New function.
7698         (ansi-color-apply, ansi-color-apply-on-region): Use it.
7699         Rename the local variable `face' to `codes' since it is now a list of
7700         ansi codes.  Doc fix.
7701         (ansi-color-get-face): Remove.
7702         (ansi-color-parse-sequence): New function, derived from
7703         ansi-color-get-face.
7704         (ansi-color-apply-sequence): Use it.  Rewrite, and support ansi
7705         codes 22-27.
7707 2012-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * subr.el (read-passwd): Allow use from a minibuffer.
7711 2012-08-14  Eli Zaretskii  <eliz@gnu.org>
7713         * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
7714         inside comments and strings as identifiers.
7716         * progmodes/gud.el (gud-tooltip-print-command): Quote the
7717         expression to evaluate.  This allows to evaluate expressions with
7718         embedded whitespace.
7719         (gud-tooltip-tips): Add a blank before the newline in the
7720         message-box text, for the benefit of message-box emulation on
7721         MS-Windows.
7723         * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
7724         messages from GDB, pop them up in a tooltip to give feedback to
7725         user.
7726         (gdb-tooltip-print-1): Quote the expression to evaluate.
7727         This allows to evaluate expressions with embedded whitespace.
7728         (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
7729         if the TTY name is nil or empty (which happens when communicating
7730         with the inferior via pipes, e.g. on MS-Windows).
7731         (gdb-internals): If GDB sends a "&\n" empty debugging message,
7732         don't send that to the GUD buffer.
7734 2012-08-14  Glenn Morris  <rgm@gnu.org>
7736         * emacs-lisp/bytecomp.el (byte-compile-setq-default):
7737         Optimize away setq-default with no args, as for setq.  (Bug#12195)
7739 2012-08-14  Chong Yidong  <cyd@gnu.org>
7741         * minibuffer.el (read-file-name): Doc fix (Bug#10881).
7743         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
7744         (Bug#12085).
7746 2012-08-14  Glenn Morris  <rgm@gnu.org>
7748         * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
7750 2012-08-14  Michael Albinus  <michael.albinus@gmx.de>
7752         * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
7753         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7754         Use cached shell name.
7756 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
7758         * progmodes/python.el (python-shell-send-string):
7759         (python-shell-send-setup-code): Do not use `format' with `message'.
7761 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
7763         * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
7764         (ruby-percent-literal-beg-re): New constant.
7765         (ruby-syntax-general-delimiters-goto-beg): Rename to
7766         `ruby-syntax-enclosing-percent-literal', improve literal type check.
7767         (ruby-syntax-propertize-general-delimiters): Rename to
7768         `ruby-syntax-propertize-percent-literal', it's a shorter and more
7769         popular term.  Adjust comments everywhere.
7770         (ruby-syntax-propertize-percent-literal): Only propertize when not
7771         inside a simple string or comment.  When the literal is unclosed,
7772         leave the text after it unpropertized.
7773         (ruby-syntax-methods-before-regexp): New constant.
7774         (ruby-syntax-propertize-function): Use it to recognize regexps.
7775         Don't look at the text after regexp, just use the whitelist.
7777 2012-08-14  Andreas Schwab  <schwab@linux-m68k.org>
7779         * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
7780         non-nil always load the compiled file if it exists.  (Bug#12197)
7782 2012-08-14  Chong Yidong  <cyd@gnu.org>
7784         * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
7785         (hi-lock-set-pattern): When deciding whether to use font lock or
7786         overlays, look at font-lock-mode instead of font-lock-fontified
7787         (Bug#12168).
7788         (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
7789         (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
7791 2012-08-14  Daiki Ueno  <ueno@unixuser.org>
7793         * subr.el (internal--after-with-selected-window): Fix typo
7794         (Bug#12193).
7796 2012-08-14  Fabián Ezequiel Gallina  <fgallina@cuca>
7798         Use `completion-table-dynamic' for completion functions.
7799         * progmodes/python.el
7800         (python-shell-completion--do-completion-at-point)
7801         (python-shell-completion--get-completions):
7802         Remove functions.
7803         (python-shell-completion-complete-at-point): New function.
7804         (python-completion-complete-at-point): Use it.
7806 2012-08-13  Jambunathan K  <kjambunathan@gmail.com>
7808         * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
7809         (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
7811 2012-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7813         * subr.el (function-get): Refine `autoload' arg so it can also
7814         autoload functions for gv.el (bug#12191).
7815         * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
7816         autoloads macros.
7818         * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
7819         Prefer pcase-let over destructuring-bind.
7820         * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
7821         Also, remove whitespace as we go, rather than after accumulating the
7822         various places.
7824         * subr.el (internal--before-with-selected-window)
7825         (internal--after-with-selected-window): Fix typo seleted->selected.
7826         (with-selected-window): Adjust callers.
7827         Reported by Dmitry Gutov <dgutov@yandex.ru>.
7829 2012-08-13  Bastien Guerry  <bzg@gnu.org>
7831         * window.el (special-display-popup-frame): Minor docstring
7832         enhancement.  (Bug#12172)
7834 2012-08-13  Andreas Schwab  <schwab@linux-m68k.org>
7836         * tar-mode.el (tar-header-data-end): Only ignore size for files of
7837         type 1-6.
7838         (tar-header-block-summarize, tar-get-descriptor): Handle pax
7839         extended headers.
7841         * files.el (hack-local-variables-filter): Remove useless eval.
7843 2012-08-13  Martin Rudalics  <rudalics@gmx.at>
7845         * subr.el (with-selected-window): Fix last change.
7847 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * subr.el (internal--before-with-seleted-window)
7850         (internal--after-with-seleted-window): New functions.
7851         (with-selected-window): Use them, to replace dependency on
7852         tty-top-frame.
7854 2012-08-12  Nobuyoshi Nakada  <nobu@ruby-lang.org>
7856         * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
7857         binding for `newline'.
7858         (ruby-move-to-block): When moving backward, stop at block opening,
7859         not indentation.
7860         * progmodes/ruby-mode.el (ruby-brace-to-do-end)
7861         (ruby-do-end-to-brace, ruby-toggle-block): New functions.
7862         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7863         `ruby-toggle-block'.
7865 2012-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7867         * ibuffer.el (ibuffer-do-toggle-read-only):
7868         * dired.el (dired-toggle-read-only):
7869         * buff-menu.el (Buffer-menu-toggle-read-only):
7870         * bindings.el (mode-line-toggle-read-only):
7871         * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
7873 2012-08-12  Andreas Schwab  <schwab@linux-m68k.org>
7875         * descr-text.el (describe-char): Put the overlays over the
7876         "displayed as" character.
7878 2012-08-12  Jay Belanger  <jay.p.belanger@gmail.com>
7880         * calc/calc-units.el (math-default-units-table): Give an
7881         initial value.
7882         (math-put-default-units): Add options to put composite units and
7883         unit systems in the default units table.
7884         (calc-convert-units): Send composite units to
7885         `math-put-default-units' when appropriate.
7887 2012-08-11  Glenn Morris  <rgm@gnu.org>
7889         * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
7891         * tutorial.el (help-with-tutorial):
7892         * emacs-lisp/copyright.el (copyright-update-directory):
7893         * emacs-lisp/autoload.el (autoload-find-generated-file)
7894         (autoload-find-file): Disable local eval: (for insurance).
7896         * files.el (hack-local-variables-filter): If an eval: form is not
7897         known to be safe, and enable-local-variables is :safe, then ignore
7898         the form totally, as is done for non-eval forms.  (Bug#12155)
7899         This is CVE-2012-3479.
7901 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7904         (rx-form): Simplify.
7906 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
7908         * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7909         ?, _, and : are symbol constituents, ! is not (but kinda should be).
7910         (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7911         (ruby-syntax-propertize-function): Adjust for changes in
7912         `ruby-syntax-propertize-heredoc'.
7914 2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
7916         * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7917         binding (use `M-;' instead).
7918         (ruby-singleton-class-p): New function.
7919         (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7921 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7923         * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7925 2012-08-10  Chong Yidong  <cyd@gnu.org>
7927         * progmodes/python.el (python-shell-get-process-name): Don't mess
7928         with same-window-buffer-names.
7930         * eshell/eshell.el (eshell-add-to-window-buffer-names)
7931         (eshell-remove-from-window-buffer-names): Make obsolete.
7932         (eshell-buffer-name, eshell-unload-hook): Don't use them.
7933         (eshell): Just use pop-to-buffer-same-window instead.
7935 2012-08-10  Chong Yidong  <cyd@gnu.org>
7937         * bindings.el: Bind M-= back to count-words-region.
7939         * simple.el (count-words-region): Accept a prefix arg for acting
7940         on the entire buffer.
7941         (count-words--buffer-message): New helper function.
7943 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7946         * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7947         (event-start, event-end): Use posn-at-point to return a more
7948         informative posn.
7949         (posnp): New function.
7950         * mouse.el (popup-menu-normalize-position): Use it.
7952 2012-08-10  Masatake YAMATO  <yamato@redhat.com>
7954         * mouse.el (popup-menu-normalize-position): New function.
7955         (popup-menu): Use `popup-menu-normalize-position' to normalize
7956         the form for POSITION argument.
7958         * term/x-win.el (x-menu-bar-open):
7959         Use the value returend from (posn-at-point) as position
7960         passed to `popup-menu'.
7962 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
7964         * calc/calccomp.el (math-compose-expr): Add extra argument
7965         indicating that parentheses should be put around products in
7966         denominators.  Give multiplication precedence over division during
7967         composition.
7969 2012-08-09  Chong Yidong  <cyd@gnu.org>
7971         * man.el (Man-switches, Man-sed-command, Man-awk-command)
7972         (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7973         (Man-untabify-command, manual-program): Convert to defcustom
7974         (Bug#10429).
7976         * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7978         * descr-text.el (describe-char): Don't insert extra newlines
7979         (Bug#10127).
7981         * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7982         (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7984         * align.el (align-region): Delete temporary markers (Bug#10047).
7985         Plus some code cleanups.
7987 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
7989         * progmodes/python.el (python-pdbtrack-tracked-buffer)
7990         (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7991         (python-shell-internal-last-output): Use make-local-variable
7992         instead of make-variable-buffer-local.
7994 2012-08-09  Fabián Ezequiel Gallina  <fgallina@cuca>
7996         * progmodes/python.el: Enhancements to forward-sexp.
7997         (python-nav-forward-sexp): Rename from
7998         python-nav-forward-sexp-function.
7999         (python-nav--forward-sexp, python-nav--backward-sexp):
8000         New functions.
8002 2012-08-09  Jay Belanger  <jay.p.belanger@gmail.com>
8004         * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
8005         modes and simplification modes.
8007 2012-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8009         * delsel.el (delete-selection-pre-hook): Don't propagate the
8010         file-supersession signals (bug#12161).
8012 2012-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8014         * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
8015         (cl-map-extents): Add compatibility aliases (bug#12135).
8017 2012-08-08  Michael Albinus  <michael.albinus@gmx.de>
8019         * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
8020         tests by `ignore-error'.
8021         (tramp-find-shell): Open also a new shell, when cache is already
8022         set.  Reported by Carsten Bormann <cabo@tzi.org>.  (Bug#12148)
8024 2012-08-08  Juri Linkov  <juri@jurta.org>
8026         * bookmark.el: Add `defaults' property to the bookmark record.
8027         (bookmark-current-buffer): Doc fix.
8028         (bookmark-make-record): Add `defaults' property with default values
8029         to the bookmark record.
8030         (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
8031         with `bookmark-insert-current-bookmark'.
8032         (bookmark-set): Get `defaults' property from the bookmark record
8033         and use it in `read-from-minibuffer'.
8034         (bookmark-insert-current-bookmark): Remove function.
8036         * info.el (Info-bookmark-make-record): Add `defaults' property
8037         with values of canonical Info node name, the current Info file
8038         name and the current Info node name.  (Bug#12107)
8040 2012-08-08  Juri Linkov  <juri@jurta.org>
8042         * files.el (basic-save-buffer): Use `buffer-name' as the default
8043         of `read-file-name' when buffer is not visiting a file (bug#12128).
8045 2012-08-08  Juri Linkov  <juri@jurta.org>
8047         * info.el (Info-isearch-search): Doc fix.
8048         (Info-search): Change search-failed message from "initial node" to
8049         "end of node" (bug#12078).
8050         (Info-isearch-search): Change `isearch-string-state' to
8051         `isearch--state-string'.
8053 2012-08-08  Glenn Morris  <rgm@gnu.org>
8055         * language/persian.el: Remove file.
8056         * language/misc-lang.el: Move unique part of persian.el here.
8057         * loadup.el: Remove language/persian.
8059 2012-08-08  Óscar Fuentes  <ofv@wanadoo.es>
8061         * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
8063 2012-08-08  Fabián Ezequiel Gallina  <fgallina@cuca>
8065         * progmodes/python.el: Fix defsubst warning.
8066         (python-syntax-context) Rename from python-info-ppss-context.
8067         (python-syntax-context-type): Rename from
8068         python-info-ppss-context-type.
8069         (python-syntax-comment-or-string-p): Rename from
8070         python-info-ppss-comment-or-string-p.
8072 2012-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
8074         * calc/calc-misc.el (calc-record-why): Don't record a message twice.
8076 2012-08-07  Andreas Schwab  <schwab@linux-m68k.org>
8078         * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
8079         a defcustom that is quoted with backquote.
8081         * calc/calc-prog.el (math-do-defmath): Use backquote forms.
8082         Fix handling of interactive spec when the body uses return.
8083         (math-do-arg-check, math-define-function-body): Use backquote forms.
8084         * calc/calc-ext.el (math-defcache): Likewise.
8085         * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
8086         * allout.el (allout-new-exposure): Likewise.
8087         * calc/calcalg2.el (math-tracing-integral): Likewise.
8088         * info.el (Info-last-menu-item): Likewise.
8089         * emulation/vip.el (vip-loop): Likewise.
8090         * textmodes/artist.el (artist-funcall): Likewise.
8091         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
8092         Construct menu-item directly.
8094         * progmodes/autoconf.el (font-lock-syntactic-keywords):
8095         Don't declare.
8097 2012-08-07  Chong Yidong  <cyd@gnu.org>
8099         * simple.el (deactivate-mark): Preserve text properties when
8100         saving the primary selection (Bug#8384).
8102 2012-08-07  Kevin Ryde  <user42@zip.com.au>
8104         * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
8105         (woman-parse-numeric-value): On a bad .IP line, issue a warning
8106         and continue processing (Bug#12110).
8108 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8110         * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
8111         syntax-propertize-function (bug#10095).
8113 2012-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8115         * help-fns.el (help-fns--key-bindings, help-fns--signature)
8116         (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
8117         describe-function-1.
8118         (describe-function-1): Use them.  Move compiler macro after sig.
8119         (help-fns--compiler-macro): Use function-get.  Assume we're already in
8120         standard-output.  Adjust layout to new call order.
8122         * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
8123         re-binding a symbol that has a symbol-macro (bug#12119).
8125 2012-08-06  Mohsen BANAN  <libre@mohsen.1.banan.byname.net>
8127         * language/persian.el: New file.  (Bug#11812)
8128         * loadup.el: Add language/persian.el.
8130 2012-08-06  Chong Yidong  <cyd@gnu.org>
8132         * window.el (window--maybe-raise-frame): New function.
8133         (window--display-buffer): Split off from here.
8134         (display-buffer-reuse-window, display-buffer-pop-up-frame)
8135         (display-buffer-pop-up-window, display-buffer-use-some-window):
8136         Obey an inhibit-switch-frame action alist entry.
8137         (display-buffer): Update doc.
8139         * replace.el (occur-after-change-function): Avoid losing focus by
8140         using the inhibit-switch-frame display parameter (Bug#12139).
8142 2012-08-06  Fabián Ezequiel Gallina  <fgallina@cuca>
8144         Make internal shell process buffer names start with space.
8145         * progmodes/python.el (python-shell-make-comint): Add optional
8146         argument INTERNAL.
8147         (run-python-internal): Use it.
8148         (python-shell-internal-get-or-create-process): Check for new
8149         internal buffer names.
8151 2012-08-06  Glenn Morris  <rgm@gnu.org>
8153         * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
8154         Do less getting and setting of environment variables.
8156 2012-08-05  Chong Yidong  <cyd@gnu.org>
8158         * proced.el (proced): Add substitution string to docstring to
8159         trigger autoloading of the proced library on C-h f (Bug#1768).
8161         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8162         Don't show defvars which have no second argument (Bug#8638).
8164         * imenu.el (imenu-generic-expression): Move documentation here
8165         from imenu--generic-function.
8166         (imenu--generic-function): Refer to imenu-generic-expression.
8168 2012-08-05  Vegard Øye  <vegard_oye@hotmail.com>  (tiny change)
8170         * emulation/viper-init.el (viper-deflocalvar): Add docstring and
8171         indentation declaration.
8172         (viper-loop): Add indentation declaration (Bug#7025).
8174 2012-08-05  Chong Yidong  <cyd@gnu.org>
8176         * help-fns.el (describe-variable): Add hyperlink for
8177         directory-local variables files.  Improve buffer-local and
8178         permanent-local reporting; suggested by MON KEY (Bug#6644).
8180         * help-mode.el (help-dir-local-var-def): New button type.
8182         * files.el (kill-buffer-hook): Provide a defvar.
8184 2012-08-05  Glenn Morris  <rgm@gnu.org>
8186         * eshell/esh-ext.el (eshell/addpath):
8187         Also update eshell-path-env.  (Bug#12013)
8189 2012-08-05  Chong Yidong  <cyd@gnu.org>
8191         * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
8193         * fringe.el (fringe-styles): Add docstring.
8194         (fringe--check-mode): New function.
8195         (set-fringe-mode, set-fringe-style): Use it.
8196         (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
8198         * files.el (set-auto-mode): Fix invalid setq call.
8200 2012-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * isearch.el: Misc simplification; use defstruct.
8203         (isearch-mode-map): Dense maps now work like sparse ones.
8204         (isearch--state): New defstruct.
8205         (isearch-string-state, isearch-message-state, isearch-point-state)
8206         (isearch-success-state, isearch-forward-state)
8207         (isearch-other-end-state, isearch-word-state, isearch-error-state)
8208         (isearch-wrapped-state, isearch-barrier-state)
8209         (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
8210         replaced by defstruct's accessors.
8211         (isearch--set-state): Rename from isearch-top-state and change
8212         calling convention.
8213         (isearch-push-state): Use new isearch--get-state.
8214         (isearch-toggle-word): Disable regexp when enabling word.
8215         (isearch-message-prefix): Remove unused arg _c-q-hack.
8216         (isearch-message-suffix): Remove unused arg _ellipsis.
8218 2012-08-04  Andreas Schwab  <schwab@linux-m68k.org>
8220         * simple.el (list-processes--refresh): For a server use :host or
8221         :local as the address.
8222         (list-processes): Doc fix.
8224 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
8226         * lisp/mpc.el: Support password in host argument.
8227         (mpc--proc-connect): Parse and use new password element.
8228         Set mpc-proc variable instead of returning process.
8229         (mpc-proc): Adjust accordingly.
8231 2012-08-03  Eli Zaretskii  <eliz@gnu.org>
8233         * whitespace.el (whitespace-display-mappings): Use Unicode
8234         codepoints, instead of emacs-mule codepoints.  See
8235         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
8236         for the details.
8238         * files.el (file-truename): Don't skip symlink-chasing part on
8239         windows-nt.  Incorporate the resolution of 8+3 short aliases on
8240         Windows into the loop that recursively chases symlinks.
8241         Compare directory and its parent case-insensitively on MS-Windows and
8242         MS-DOS.
8244 2012-08-03  Chong Yidong  <cyd@gnu.org>
8246         * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
8248         * sort.el (sort-regexp-fields): Doc fix.
8250 2012-08-03  Tassilo Horn  <tsdh@gnu.org>
8252         * textmodes/reftex.el (reftex-compile-variables): Make keyvals
8253         labels regex position point at the expected place.
8255 2012-08-03  MON KEY  <monkey@sandpframing.com>
8257         * net/imap.el (imap-interactive-login, imap-authenticate)
8258         (imap-mailbox-lsub, imap-mailbox-list)
8259         (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
8260         (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
8261         (imap-parse-response): Doc fix.
8263 2012-08-03  João Távora  <joaotavora@gmail.com>
8265         * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
8266         if sexp scanning does not move point (Bug#5734).
8268 2012-08-02  Tassilo Horn  <tsdh@gnu.org>
8270         * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
8271         Add listings, minted, and ctable packages.
8272         (reftex-label-alist-builtin): Move listings, minted, and ctable
8273         entries before LaTeX.
8274         (reftex-label-alist): Docfix.
8276 2012-08-02  Bastien Guerry  <bzg@gnu.org>
8278         * replace.el (occur): Fix docstring (bug#12122).
8280 2012-08-02  Glenn Morris  <rgm@gnu.org>
8282         * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
8284 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
8286         Obsolete alias inactivate-current-input-method-function (Bug#10150).
8287         * international/mule-cmds.el: Create
8288         inactivate-current-input-method-function as an obsolete alias for
8289         deactivate-current-input-method-function.  See Katsumi Yamaoka in
8290         <http://bugs.gnu.org/10150#46>.
8292 2012-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
8294         * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
8295         of nested `if's.
8297 2012-08-01  Glenn Morris  <rgm@gnu.org>
8299         * progmodes/autoconf.el (autoconf-definition-regexp):
8300         Add AH_TEMPLATE, adjust submatch numbering.
8301         (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
8302         (autoconf-current-defun-function): Update for above change.
8303         (autoconf-current-defun-function): First skip to end of current word.
8305 2012-08-01  Rupert Swarbrick  <rswarbrick@gmail.com>  (tiny change)
8307         * calendar/cal-html.el (cal-html-insert-agenda-days):
8308         Fix typo.  (Bug#12018)
8310 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8312         Shell processes: enhancements to startup and CEDET compatibility.
8313         * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
8314         (python-shell-make-comint): accept-process-output at startup.
8315         (run-python-internal): Set inferior-python-mode-hook to nil.
8316         (python-shell-internal-get-or-create-process): call sit-for.
8317         (python-preoutput-result): Add obsolete alias.
8318         (python-shell-internal-send-string): Use it.
8319         (python-shell-send-setup-code): Remove call to
8320         accept-process-output.
8322 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
8324         * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
8325         (Bug#12108)
8327 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
8329         * calc-mode.el (calc-basic-simplification-mode): Rename from
8330         `calc-limited-simplification-mode'.
8331         (calc-alg-simplification-mode): New function.
8332         (calc-set-simplify-mode): Adjust message.
8334         * calc.el (calc-set-mode-line): Adjust mode line display for
8335         basic simplification mode.
8337         * calc-help.el (calc-m-prefix-help): Update help message.
8339         * calc-ext.el (calc-init-extensions): Add bindings and autoloads
8340         for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
8342 2012-07-31  Bastien Guerry  <bzg@gnu.org>
8344         * man.el (man): Fix comment.  (bug#12101)
8346 2012-07-31  Martin Rudalics  <rudalics@gmx.at>
8348         * window.el (switch-to-prev-buffer, switch-to-next-buffer):
8349         Don't return a non-nil value when no suitable buffer was found.
8351 2012-07-31  Fabián Ezequiel Gallina  <fgallina@cuca>
8353         * progmodes/python.el (run-python-internal): Disable font lock for
8354         internal shells.
8356 2012-07-30  Stefan Merten  <smerten@oekonux.de>
8358         * textmodes/rst.el: Silence `checkdoc-ispell'.
8359         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8360         (rst-official-version, rst-official-cvs-rev)
8361         (rst-package-emacs-version-alist): Update to upstream V1.3.1.
8362         (rst-mode-map): New key binding.
8364 2012-07-30  Paul Eggert  <eggert@cs.ucla.edu>
8366         Update .PHONY listings in makefiles.
8367         * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
8368         autoloads, update-subdirs, updates, bzr-update, update-authors,
8369         compile-onefile, compile-calc, backup-compiled-files,
8370         compile-after-backup, compile-one-process, mh-autoloads,
8371         bootstrap-clean, distclean, maintainer-clean.
8373 2012-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
8375         * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
8376         (calc-set-mode-line): Don't display "AlgSimp ".
8378         * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
8379         (calc-lim-simplify-mode): New function.
8380         (calc-set-simplify-mode): Default to 'alg.
8381         (calc-default-simplify-mode): Make algebraic simplifications
8382         the default.
8384         * calc/calc-ext.el (calc-init-extensions): Remove binding for
8385         `calc-alg-simplify-mode'.  Add binding for `calc-lim-simplify-mode'.
8387         * calc/calc-help.el (calc-m-prefix-help): Change messages to
8388         indicate new simplification modes.
8390         * calc/README: Mention new default simplification mode.
8392         * calc/calc.el (math-normalize-error): New variable.
8393         (math-normalize): Set `math-normalize-error' to t
8394         when there's an error.
8396         * calc/calc-alg.el (math-simplify): Don't simplify when
8397         `math-normalize' returns an error.
8399 2012-07-29  Eli Zaretskii  <eliz@gnu.org>
8401         * international/mule-cmds.el (set-locale-environment): Revert last
8402         change, since display-graphic-p returns nil when this function is
8403         called during startup.  Instead...
8405         * term/w32console.el (terminal-init-w32console): ...setup the
8406         keyboard and terminal encoding for TTY sessions here.  (Bug#12082)
8408 2012-07-29  Juri Linkov  <juri@jurta.org>
8410         * simple.el (goto-line): Don't display default line number in the
8411         prompt because it should be displayed by `read-number' (bug#9952).
8412         Add the current line number to the defaults of `goto-line' to
8413         allow its easier modification by users with `M-n' (bug#9201).
8415         * subr.el (read-number): Support multiple default values like in
8416         other minibuffer reading functions.  Replace `read' with
8417         `string-to-number' for consistency with `number-to-string'.
8419 2012-07-29  Paul Eggert  <eggert@cs.ucla.edu>
8421         deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
8422         * emulation/viper-init.el (viper-deactivate-input-method-action):
8423         Rename from viper-inactivate-input-method-action.
8424         (viper-deactivate-input-method):
8425         Rename from viper-inactivate-input-method.
8426         * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
8427         * international/mule-cmds.el (deactivate-input-method):
8428         Rename from inactivate-input-method.
8429         Also run input-method-deactivate-hook.
8430         (deactivate-current-input-method-function):
8431         Rename from inactivate-current-input-method-function.
8432         (input-method-deactivate-hook): New hook.
8433         (input-method-inactivate-hook): Mark obsolete.
8434         (inactivate-input-method): Mark obsolete.
8436         * international/quail.el (quail-activate):
8437         Also run quail-deactivate-hook.
8438         (quail-deactivate): Rename from quail-inactivate.
8439         * international/robin.el (robin-activate):
8440         Also run robin-deactivate-hook.
8441         (robin-deactivate): Rename from robin-inactivate.
8443 2012-07-29  Chong Yidong  <cyd@gnu.org>
8445         * simple.el (indicate-copied-region): New function.
8446         (kill-ring-save): Split off from here.
8448         * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
8449         (kill-rectangle): Set deactivate-mark to t on read-only error.
8451         * register.el (copy-to-register, copy-rectangle-to-register):
8452         Deactivate the mark, and use indicate-copied-region (Bug#10056).
8453         (append-to-register, prepend-to-register): Call indicate-copied-region.
8455 2012-07-29  Juri Linkov  <juri@jurta.org>
8457         * simple.el (async-shell-command-buffer): New defcustom.
8458         (shell-command): Use it.  (Bug#4719)
8460 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
8462         * international/mule-cmds.el (set-locale-environment): In a
8463         console session on MS-Windows, set up keyboard and terminal
8464         encoding from the OEM codepage, not the ANSI codepage.
8465         (Bug#12055)
8467 2012-07-28  Chong Yidong  <cyd@gnu.org>
8469         * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
8470         gdb-get-location.
8472 2012-07-28  Leo Liu  <sdl.web@gmail.com>
8474         * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
8475         the alist (bug#12029).
8477 2012-07-28  Eli Zaretskii  <eliz@gnu.org>
8479         * makefile.w32-in (custom-deps, finder-data, updates, compile)
8480         (compile-always, compile-first)
8481         ($(lisp)/calendar/cal-loaddefs.el)
8482         ($(lisp)/calendar/diary-loaddefs.el)
8483         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8484         ($(lisp)/net/tramp-loaddefs.el, bootstrap)
8485         ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
8486         instead of on update-subdirs.
8487         (bootstrap-clean): Delete $(lisp)/subdirs.el.
8489 2012-07-28  Chong Yidong  <cyd@gnu.org>
8491         * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
8492         directory if vc-deduce-backend returns nil (Bug#7350).
8494         * simple.el (delete-trailing-lines): New option.
8495         (delete-trailing-whitespace): Obey it (Bug#11879).
8497 2012-07-28  David Engster  <deng@randomsample.de>
8499         * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
8500         Explanation of new 'symbol-qnames feature in doc-strings.
8501         (xml-maybe-do-ns): Return expanded names as plain symbols if
8502         'symbol-qnames was provided in XML-NS argument (Bug#11916).
8503         (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
8505 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
8507         Consistent completion in inferior python with emacs -nw.
8508         * progmodes/python.el (inferior-python-mode): replace "<tab>"
8509         binding in inferior-python-mode-map with "\t".
8510         (python-shell-completion-complete-at-point)
8511         (python-completion-complete-at-point): Remove interactive spec.
8513 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
8515         * calc/calccomp.el (math-compose-expr): Undo previous change.
8517 2012-07-27  Fabián Ezequiel Gallina  <fgallina@cuca>
8519         * progmodes/python.el (python-mode-map): Add keybinding for
8520         run-python.
8521         (python-shell-make-comint): Fix pop-to-buffer call.
8522         (run-python): Autoload.  New arg SHOW.
8523         (python-shell-get-or-create-process): Do not pop python process
8524         buffer.
8526 2012-07-27  Michael Albinus  <michael.albinus@gmx.de>
8528         * notifications.el (notifications-on-action-signal)
8529         (notifications-on-closed-signal): Use also the bus address for the map.
8530         (notifications-notify, notifications-close-notification)
8531         (notifications-get-capabilities): Add optional argument BUS.
8533 2012-07-27  Tassilo Horn  <tsdh@gnu.org>
8535         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
8536         Add support for the lstlisting and minted environments, and for the
8537         ctable macro.
8538         * textmodes/reftex.el (reftex-compile-variables): Also recognize
8539         labels written in keyvals syntax.
8541 2012-07-27  Jay Belanger  <jay.p.belanger@gmail.com>
8543         * calc/calccomp.el (math-compose-expr): Use parentheses when
8544         there is a product in the denominator of a fraction.
8546 2012-07-26  Eli Zaretskii  <eliz@gnu.org>
8548         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8549         ($(lisp)/calendar/diary-loaddefs.el)
8550         ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
8551         ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
8552         Fixes failures in parallel bootstrap because subdirs.el is being
8553         rewritten while the autoload files are built at the same time,
8554         which needs to load subdirs.el.
8556 2012-07-26  Martin Rudalics  <rudalics@gmx.at>
8558         * mouse.el (popup-menu): Fix doc-string and re-indent code.
8559         (mouse-drag-line): Don't exit tracking when a switch-frame or
8560         switch-window event occurs (Bug#12006).
8562 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * mouse.el (popup-menu): Fix last change.
8566 2012-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8568         Autoload from Lisp with more care.  Follow aliases when looking for
8569         function properties.
8570         * subr.el (autoloadp): New function.
8571         (symbol-file): Use it.
8572         (function-get): New function.
8573         * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
8574         autoload-do-load.
8575         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
8576         (lisp-indent-function):
8577         * emacs-lisp/gv.el (gv-get):
8578         * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
8579         * emacs-lisp/byte-opt.el (byte-optimize-form):
8580         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
8581         * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
8582         Use function-get.
8583         * emacs-lisp/cl.el: Don't propagate function properties any more.
8585         * speedbar.el (speedbar-add-localized-speedbar-support):
8586         * emacs-lisp/disass.el (disassemble-internal):
8587         * desktop.el (desktop-load-file):
8588         * help-fns.el (help-function-arglist, find-lisp-object-file-name)
8589         (describe-function-1):
8590         * emacs-lisp/find-func.el (find-function-noselect):
8591         * emacs-lisp/elp.el (elp-instrument-function):
8592         * emacs-lisp/advice.el (ad-has-proper-definition):
8593         * apropos.el (apropos-safe-documentation, apropos-macrop):
8594         * emacs-lisp/debug.el (debug-on-entry):
8595         * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
8596         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8597         * calc/calc.el (name): Use autoloadp & autoload-do-load.
8599 2012-07-25  Alp Aker  <alp.tekin.aker@gmail.com>
8601         * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
8602         function, not an obsolete variable (Bug#12046).
8604 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
8606         * faces.el (face-spec-reset-face): Fix last change.  (Bug#12042)
8608 2012-07-25  Christopher Schmidt  <christopher@ch.ristopher.com>
8610         * emacs-lisp/pp.el (pp-display-expression): Select old selected
8611         window only if it is still live (Bug#12034).
8613 2012-07-25  Martin Rudalics  <rudalics@gmx.at>
8615         * subr.el (redirect-frame-focus): Add advertised calling
8616         convention (Bug#12030).
8618 2012-07-25  Paul Eggert  <eggert@cs.ucla.edu>
8620         Prefer typical American spelling for "acknowledgment".
8621         * vc/add-log.el (change-log-acknowledgment): Rename from
8622         change-log-acknowledgement, with an alias for the old name.
8624 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
8626         * calc-alg.el (math-simplify-divide): Don't cross multiply
8627         in an equation when the lhs is a variable.
8629 2012-07-24  Julien Danjou  <julien@danjou.info>
8631         * net/netrc.el (netrc-find-service-number, netrc-store-data):
8632         Remove, unused.
8634 2012-07-23  Eli Zaretskii  <eliz@gnu.org>
8636         * startup.el (command-line): Don't display an empty user name in
8637         the error message about non-existent home directory, when
8638         init-file-user was set to an empty string.  See
8639         http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
8640         for the details and context.
8642 2012-07-22  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8644         * ses.el (ses-cell-formula-aset): New macro.
8645         (ses-cell-references-aset): New macro.
8646         (ses-cell-p): New function.
8647         (ses-rename-cell): Do no longer rely on complex operations like
8648         ses-cell-set-formula or ses-set-cell to change the cell and handle
8649         the undo at the same time, but rather use lower level new macros
8650         `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
8651         the undo directly.  Refresh the mode line.
8653 2012-07-21  Leo Liu  <sdl.web@gmail.com>
8655         * progmodes/cc-cmds.el (c-defun-name):
8656         Use match-string-no-properties instead for consistency.
8658 2012-07-20  Leo Liu  <sdl.web@gmail.com>
8660         * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
8661         (Bug#7879)
8663         * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
8665 2012-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8667         * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
8668         * progmodes/bug-reference.el, misearch.el: Provide themselves
8669         (bug#11915).
8671         * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
8672         of narrowed buffer (bug#11966).
8674 2012-07-20  Vincent Belaïche  <vincentb1@users.sourceforge.net>
8676         * ses.el (ses-rename-cell): Set new name also in reference list of
8677         cells of which the renamed cell depends.
8679 2012-07-20  Masatake YAMATO  <yamato@redhat.com>
8681         * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
8682         to check whether menu-bar is shown or not.  If not shown,
8683         show the menu-bar as a popup menu instead of using tmm.
8684         * mouse.el (popup-menu): Accept `point' as `position' argument.
8686 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
8688         * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
8689         up inside string symbol literal (bug#11923).
8691 2012-07-20  Eli Zaretskii  <eliz@gnu.org>
8693         * startup.el (fancy-startup-text): Read the whole tutorial, not
8694         just its first 256 bytes.  Prevents gibberish in display of the
8695         tutorial title.
8697 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
8699         Drop idle buffer compaction due to an absence of the
8700         proved efficiency.
8701         * compact.el: Remove.
8703 2012-07-19  Sam Steingold  <sds@gnu.org>
8705         * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
8706         vc-bzr-pull & vc-bzr-merge-branch.
8707         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
8708         (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
8709         for consistency with compilation-error-regexp-alist.
8710         * vc/vc-git.el (vc-git-error-regexp-alist): Add.
8711         (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
8712         * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
8713         (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
8715 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8717         * emacs-lisp/chart.el: Use lexical-binding.
8718         (chart-emacs-storage): Don't hardcode the list of entries.
8720 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8722         Next round of tweaks caused by Fgarbage_collect changes.
8723         * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
8725 2012-07-19  Dmitry Antipov  <dmantipov@yandex.ru>
8727         Compact buffers when idle.
8728         * compact.el: New file.
8730 2012-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8732         * subr.el (eventp): Presume that if it looks vaguely like an event,
8733         it's an event (bug#10190).
8735 2012-07-19  Fabián Ezequiel Gallina  <fgallina@cuca>
8737         Enhancements to ppss related code (thanks Stefan).
8738         * progmodes/python.el (python-indent-context)
8739         (python-indent-calculate-indentation, python-indent-dedent-line)
8740         (python-indent-electric-colon, python-nav-forward-block)
8741         (python-mode-abbrev-table)
8742         (python-info-assignment-continuation-line-p): Simplify checks
8743         for ppss context.
8744         (python-info-continuation-line-p): Cleanup.
8745         (python-info-ppss-context): Do not catch 'quote.
8746         (python-info-ppss-context-type)
8747         (python-info-ppss-comment-or-string-p): Simplify.
8749 2012-07-18  Fabián Ezequiel Gallina  <fgallina@cuca>
8751         * progmodes/python.el: Enhancements to eldoc support.
8752         (python-info-current-symbol): New function.
8753         (python-eldoc-at-point): Use python-info-current-symbol.
8754         (python-info-current-defun): Fix cornercase on first defun scan.
8755         (python-eldoc--get-doc-at-point): Use python-info-current-symbol
8756         and signal error when no inferior python process is available.
8758 2012-07-18  Dmitry Gutov  <dgutov@yandex.ru>
8760         * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
8761         assume it's always t.
8762         (vc-git-registered): Remove caching, the function is only called
8763         once.
8764         (vc-git-branches): Use `vc-git--call' instead of `call-process'.
8766 2012-07-18  Chong Yidong  <cyd@gnu.org>
8768         * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
8770         * simple.el (count-words): Report on narrowing (Bug#9959).
8772         * bindings.el: Bind M-= to count-words.
8774         * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8776 2012-07-18  Masatake YAMATO  <yamato@redhat.com>
8778         * progmodes/sh-script.el (sh-imenu-generic-expression):
8779         Capture a function with `function' keyword and without parentheses
8780         like "function FOO" (bug#11856).
8782 2012-07-18  Tassilo Horn  <tassilo@member.fsf.org>
8784         * window.el (split-window-sensibly): Make WINDOW argument
8785         optional.
8787 2012-07-18  Chong Yidong  <cyd@gnu.org>
8789         * subr.el (keyboard-translate): Doc fix (Bug#7261).
8791         * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
8792         and make C-x 8 RET exit isearch (Bug#11439).
8794         * international/iso-transl.el: Move isearch-mode-map key
8795         definitions to isearch.el.
8797 2012-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8799         * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
8800         (eieio-defclass): Use gv-define-setter when possible.
8802 2012-07-18  Dmitry Antipov  <dmantipov@yandex.ru>
8804         Reflect recent changes in Fgarbage_collect.
8805         * emacs-lisp/chart.el (chart-emacs-storage): Change to
8806         reflect new format of data returned by Fgarbage_collect.
8808 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
8810         New utility functions + python-info-ppss-context fix (Bug#11910).
8811         * progmodes/python.el (python-info-beginning-of-block-statement-p)
8812         (python-info-ppss-comment-or-string-p): New functions.
8813         (python-info-ppss-context): Small fix for string check.
8815 2012-07-17  Juri Linkov  <juri@jurta.org>
8817         * dired-aux.el (dired-do-async-shell-command): Doc fix.
8818         (dired-do-async-shell-command): Don't add `*' at the end of the
8819         command (Bug#11815).
8820         (dired-do-shell-command): Doc fix.
8821         (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
8822         Join the individual commands using either "&" or ";" as the
8823         separator depending on the values of these trailing characters.
8824         At the end re-add the trailing "&".  (Bug#10598)
8826         * simple.el (async-shell-command): Sync the interactive spec with
8827         `shell-command'.  Doc fix.
8828         (shell-command): Doc fix.
8830 2012-07-17  Juri Linkov  <juri@jurta.org>
8832         * descr-text.el (describe-char): Fix format args.  (Bug#10129)
8834 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
8836         Final renames and doc fixes for movement commands (bug#11899).
8837         * progmodes/python.el (python-nav-beginning-of-statement):
8838         Rename from python-nav-statement-start.
8839         (python-nav-end-of-statement): Rename from
8840         python-nav-statement-end.
8841         (python-nav-beginning-of-block): Rename from
8842         python-nav-block-start.
8843         (python-nav-end-of-block): Rename from python-nav-block-end.
8845 2012-07-17  Fabián Ezequiel Gallina  <fgallina@cuca>
8847         * progmodes/python.el (python-shell-send-string-no-output):
8848         Allow accept-process-output to quit, keeping shell process ready for
8849         future interactions (Bug#11868).
8851 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8853         * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
8855         * emacs-lisp/elint.el (elint-find-args-in-code):
8856         Use help-function-arglist, so as to handle lexical byte-code.
8858         * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
8859         change (bug#11826).
8861 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8863         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
8864         Avoid spuriously marking the buffer as modified because of c-is-sws.
8866         * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
8867         as not-a-comment (bug#11946).
8869         * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
8870         for uninterned vars.
8872         * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
8873         Use read-event since we don't really want to read chars but bytes.
8875         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
8876         $$..$$ but also $..$ using regexps (bug#11953).
8877         Use tex-verbatim for \url and \path.
8878         (tex-font-lock-keywords): Define as defconst like the others.
8879         (tex-common-initialization): Don't use font-lock-syntax-table any more.
8881 2012-07-16  René Kyllingstad  <Rene@Kyllingstad.com>  (tiny change)
8883         * international/mule-cmds.el (ucs-insert): Make it an obsolete
8884         alias for insert-char.
8886 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
8888         * progmodes/python.el: Simplified imenu implementation.
8889         (python-nav-jump-to-defun): Remove command.
8890         (python-mode-map): Use `imenu' instead.
8891         (python-nav-list-defun-positions-cache)
8892         (python-imenu-include-defun-type, python-imenu-make-tree)
8893         (python-imenu-subtree-root-label, python-imenu-index-alist):
8894         Remove vars.
8895         (python-nav-list-defun-positions, python-nav-read-defun)
8896         (python-imenu-tree-assoc, python-imenu-make-element-tree)
8897         (python-imenu-make-tree, python-imenu-create-index):
8898         Remove functions.
8899         (python-mode): Update to interact with imenu by setting
8900         `imenu-extract-index-name-function' only.
8902 2012-07-16  Fabián Ezequiel Gallina  <fgallina@cuca>
8904         * progmodes/python.el: Enhancements to navigation commands.
8905         (python-nav-backward-sentence)
8906         (python-nav-forward-sentence): Remove.
8907         (python-nav-backward-statement, python-nav-forward-statement)
8908         (python-nav-statement-start, python-nav-statement-end)
8909         (python-nav-backward-block, python-nav-forward-block)
8910         (python-nav-block-start, python-nav-block-end)
8911         (python-nav-forward-sexp-function)
8912         (python-info-current-line-comment-p)
8913         (python-info-current-line-empty-p): New functions.
8914         (python-indent-context): Use `python-nav-statement-start'.
8916 2012-07-16  Michael Albinus  <michael.albinus@gmx.de>
8918         * eshell/em-ls.el (eshell/ls): Use `apply'.
8920         * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8921         multi-hops, instead of Tramp internals.
8923         * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8925         * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8926         when F1 and F2 are located on different hosts.
8928 2012-07-14  Chong Yidong  <cyd@gnu.org>
8930         * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8931         (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8932         (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8933         (xterm-mouse--read-event-sequence-1000)
8934         (xterm-mouse--read-event-sequence-1006): New functions.  For old
8935         mouse protocol, handle M-mouse-X events correctly.
8936         (xterm-mouse-event): New arg specifying mouse protocol.
8937         (turn-on-xterm-mouse-tracking-on-terminal)
8938         (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8939         sequence to toggle extended coordinates on newer XTerms.
8940         This appears to be harmless on terminals which do not support this.
8942 2012-07-14  Leo Liu  <sdl.web@gmail.com>
8944         Add fringe bitmap indicators for flymake.  (Bug#11253)
8945         * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8946         (flymake-make-overlay): New arg BITMAP.
8947         (flymake-error-bitmap, flymake-warning-bitmap)
8948         (flymake-fringe-indicator-position): New user variables.
8950         * fringe.el: New bitmap exclamation-mark.
8952 2012-07-14  Jan Djärv  <jan.h.d@swipnet.se>
8954         * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8955         also (Bug#7879).
8957 2012-07-14  Chong Yidong  <cyd@gnu.org>
8959         * electric.el (electric-pair-post-self-insert-function): Fix pair
8960         insertion in empty-region case (Bug#11520).
8962 2012-07-14  Chong Yidong  <cyd@gnu.org>
8964         * bindings.el: Consolidate ctl-x-r-map bindings.
8965         Bind copy-rectangle-as-kill to C-x r w.
8967         * rect.el, register.el: Move bindings to bindings.el.
8969 2012-07-14  Reuben Thomas  <rrt@sc3d.org>
8971         * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8973 2012-07-13  Andreas Schwab  <schwab@linux-m68k.org>
8975         * emacs-lisp/cl.el (labels): Remove spurious quote.  (Bug#11938)
8977 2012-07-13  Juanma Barranquero  <lekktu@gmail.com>
8979         * bindings.el (top): Use `mapc' instead of `mapcar'.
8981         * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8983 2012-07-13  Michael Albinus  <michael.albinus@gmx.de>
8985         * progmodes/sql.el (sql-comint): Suppress the check for program on
8986         remote hosts.  Reported by Francis Devereux <francis@devrx.org>.
8987         (Bug#11908)
8989 2012-07-13  Chong Yidong  <cyd@gnu.org>
8991         * bindings.el: Assign a non-nil permanent-local property to
8992         per-buffer variables which lack a default value (Bug#11930).
8994         * help-fns.el (describe-variable): In the "automatically becomes
8995         local" notice, take note of permanent-local variables.
8997 2012-07-13  Chong Yidong  <cyd@gnu.org>
8999         * files.el (toggle-read-only): Doc fix and code cleanup.  New arg
9000         to allow printing the message when called from Lisp.
9002         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9003         Remove toggle-read-only.
9005         * bs.el (bs-toggle-readonly):
9006         * buff-menu.el (Buffer-menu-toggle-read-only):
9007         Remove with-no-warnings around toggle-read-only.
9009         * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
9010         Remove with-no-warnings around toggle-read-only.
9011         (ffap-read-only, ffap-read-only-other-window)
9012         (ffap-read-only-other-frame): Callers changed.
9014         * help-mode.el: Don't require view package.
9015         (help-mode-finish): Set buffer-read-only instead of calling
9016         toggle-read-only.
9018         * bindings.el (mode-line-toggle-read-only):
9019         * dired.el (dired-toggle-read-only):
9020         * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
9021         with non-nil second arg.
9023         * emacs-lisp/eieio-custom.el (eieio-customize-object):
9024         * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
9025         directly.
9027 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
9029         * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
9030         not incf.
9032 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         More CL cleanups and reduction of use of cl.el.
9035         * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
9036         * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
9037         * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
9038         * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
9039         * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
9040         * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
9041         * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
9042         * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
9043         * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
9044         * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
9045         * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
9046         * eshell/em-cmpl.el, eshell/em-banner.el:
9047         * calendar/parse-time.el: Use cl-lib.
9048         * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
9049         * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
9050         * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
9051         * term/ns-win.el, term.el, shell.el, ps-samp.el:
9052         * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
9053         * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
9054         * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
9055         * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
9056         * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
9057         * mail/mailheader.el, mail/feedmail.el: Don't use CL.
9058         * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
9059         * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
9060         `lambda' rather than with `quote'.
9061         (eshell-do-opt): Adjust accordingly.
9062         (eshell-process-option): Simplify.
9063         * eshell/esh-var.el:
9064         * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
9065         * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
9066         (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
9067         to `pcase--dontcare'.
9068         * emacs-lisp/cl.el (labels): Mark obsolete.
9069         (cl--letf, letf): Move to cl-lib.
9070         (cl--letf*, letf*): Remove.
9071         * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
9072         * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
9073         (cl-progv): Rewrite.
9074         (cl--letf, cl-letf): Move from cl.el.
9075         (cl-letf*): New macro.
9076         * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
9078 2012-07-11  Michael Albinus  <michael.albinus@gmx.de>
9080         * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
9082 2012-07-11  Chong Yidong  <cyd@gnu.org>
9084         * vc/log-edit.el (log-edit-vc-backend): New variable.
9085         (log-edit): Doc fix.
9087         * vc/vc-dispatcher.el (vc-log-edit): New args.  Use PARAMS
9088         argument of log-edit to set up all local variables.
9089         (vc-start-logentry): New optional arg specifying VC backend.
9091         * vc/vc.el (vc-checkin): Use it.
9092         (vc-deduce-fileset): Handle Log Edit buffers.
9093         (vc-diff): Make first argument optional too.
9095         * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
9097 2012-07-10  Michael Albinus  <michael.albinus@gmx.de>
9099         * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
9100         command, just in case.  The function is not needed anymore.
9101         (eshell-external-command): Do not call `eshell-remote-command'.
9103 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         Reduce use of (require 'cl).
9106         * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
9107         * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
9108         * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
9109         * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
9110         * international/quail.el, info-xref.el, imenu.el, image-mode.el:
9111         * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
9112         * battery.el, avoid.el, abbrev.el: Use cl-lib.
9113         * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
9114         * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
9115         * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
9116         * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
9117         * calculator.el, autorevert.el, apropos.el: Don't require CL.
9118         * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
9119         (byte-compile-unfold-bcf, byte-compile-check-variable):
9120         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9121         (byte-compile-nilconstp):
9122         * emacs-lisp/autoload.el (make-autoload): Use pcase.
9123         * face-remap.el (text-scale-adjust): Simplify pcase patterns.
9125         * emacs-lisp/gv.el (cond): Make it a valid place.
9126         (if): Simplify slightly.
9128         * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
9129         (pcase--self-quoting-p): New function.
9130         (pcase--u1): Use it.
9132 2012-07-10  Glenn Morris  <rgm@gnu.org>
9134         * emacs-lisp/authors.el (authors-fixed-entries):
9135         (authors-renamed-files-alist): Update for configure.in -> configure.ac.
9137 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
9139         Rename configure.in to configure.ac (Bug#11603).
9140         * emacs-lisp/authors.el (authors-canonical-file-name):
9141         * progmodes/autoconf.el (autoconf-mode):
9142         Prefer configure.ac to configure.in.
9144 2012-07-08  Chong Yidong  <cyd@gnu.org>
9146         * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
9147         Implement the mouse-1-click-follows-link handling properly.
9149         * info.el (Info-link-keymap): Use follow-link mechanism for
9150         header-line links (Bug#374).
9152         * simple.el (deactivate-mark): Do not set the primary selection
9153         if another program has acquired it (Bug#11772).
9155 2012-07-07  Kevin Ryde  <user42@zip.com.au>
9157         * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
9158         (woman-decode-region): Replace escaped-escapes without destroying
9159         bold or underline (Bug#11552).
9160         (woman2-process-escapes): Handle nofill regions (Bug#11591).
9162 2012-07-07  Chong Yidong  <cyd@gnu.org>
9164         * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
9165         (interprogram-cut-function, interprogram-paste-function):
9166         Mention that we typically mean the clipboard.
9168 2012-07-06  Glenn Morris  <rgm@gnu.org>
9170         * kmacro.el (kmacro-call-macro): Restore repeat message.  (Bug#11817)
9172         * files.el (toggle-read-only): Restrict message to interactive use.
9174 2012-07-06  Michael Albinus  <michael.albinus@gmx.de>
9176         * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
9178         * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
9180 2012-07-06  Glenn Morris  <rgm@gnu.org>
9182         * Makefile.in (compile-one-process): Rename from "recompile".
9184         * Makefile.in (bzr-update): "compile" is the same as "recompile
9185         autoloads", but parallelizable, so use that instead.
9187 2012-07-06  Dmitry Gutov  <dgutov@yandex.ru>
9189         * window.el (quit-window): Always restore window height when
9190         it's saved in quit-restore parameter (Bug#11810).
9192 2012-07-06  Glenn Morris  <rgm@gnu.org>
9194         * simple.el (kill-whole-line): Doc tweak.
9196 2012-07-06  Eli Zaretskii  <eliz@gnu.org>
9198         * files.el (file-relative-name): Compare file names
9199         case-insensitively if on MS-Windows or MS-DOS, or if
9200         read-file-name-completion-ignore-case is non-nil.  Don't use
9201         case-fold-search for this purpose.  (Bug#11827)
9203 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
9205         * calendar/cal-dst.el (calendar-current-time-zone):
9206         Return calendar-current-time-zone-cache if non-nil.
9208 2012-07-17  Masatake YAMATO  <yamato@redhat.com>
9209 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
9211         * calendar/cal-dst.el (calendar-current-time-zone):
9212         Return calendar-current-time-zone-cache if non-nil.
9214 2012-07-06  Glenn Morris  <rgm@gnu.org>
9216         * Makefile.in (cvs-update): Remove old alias.
9218 2012-07-05  Michael Albinus  <michael.albinus@gmx.de>
9220         Sync with Tramp 2.2.6-pre.
9222         * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
9223         compatible declaration.
9225         * net/tramp-cmds.el (tramp-append-tramp-buffers):
9226         Protect `list-load-path-shadows' call.
9228         * net/tramp-compat.el (top): Require packages, which aren't
9229         autoloaded anymore for XEmacs.  Protect call of
9230         `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
9231         compiler.  Do not require tramp-util.el and tramp-vc.el anymore,
9232         it hurts at least for SXEmacs.
9233         (tramp-compat-temporary-file-directory): In XEmacs, there is no
9234         standard-value for `temporary-file-directory'.
9236         * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
9237         Redirect stderr to /dev/null.
9238         (tramp-sh-handle-write-region): uid and gid can be floats.
9239         Reported by Russell Sim <russell.sim@gmail.com>.
9240         (tramp-sh-handle-vc-registered): Hide errors.
9241         (tramp-vc-file-name-handler): Use dummy results for `process-file'
9242         and `start-file-process'.
9243         (tramp-maybe-open-connection): Check also whether `non-essential'
9244         is bound.
9246 2012-07-04  Chong Yidong  <cyd@gnu.org>
9248         * xml.el (xml--parse-buffer): Use xml-syntax-table.
9249         (xml-parse-tag): Likewise, and avoid changing entity tables.
9250         (xml-syntax-table): Define from scratch, making sure not to give
9251         x2000 and other Unicode spaces whitespace syntax, since those are
9252         not spaces in XML.
9253         (xml-parse-fragment): Delete unused function.
9254         (xml-name-start-char-re, xml-name-char-re, xml-name-re)
9255         (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
9256         (xml-entity-ref, xml-pe-reference-re)
9257         (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
9258         (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
9259         (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
9260         (xml-entity-value-re): Use syntax references in regexps where
9261         possible; no need to define inside a let-binding.
9262         (xml-parse-dtd): Use xml-pe-reference-re.
9263         (xml-entity-or-char-ref-re): New defconst.
9264         (xml-parse-string, xml-substitute-special): Use it.
9266 2012-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9268         * files.el (locate-dominating-file): Allow `name' to be a predicate.
9269         (find-file--read-only): New function.
9270         (find-file-read-only, find-file-read-only-other-window)
9271         (find-file-read-only-other-frame): Use it.
9272         (insert-file-contents-literally): Don't `fset'.
9273         (get-free-disk-space): Use locate-dominating-file.
9275         * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
9276         function is already compiled.
9278         * xml.el (xml-name-regexp): Remove, redundant.  Use xml-name-re.
9280 2012-07-03  Michael Albinus  <michael.albinus@gmx.de>
9282         * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
9283         files on the same host.
9285 2012-07-03  Andreas Schwab  <schwab@linux-m68k.org>
9287         * help-fns.el (describe-function-1): Only call
9288         help-fns--autoloaded-p when we have a file name.  (Bug#11848)
9290 2012-07-03  Chong Yidong  <cyd@gnu.org>
9292         * xml.el: Protect parser against XML bombs.
9293         (xml-entity-expansion-limit): New variable.
9294         (xml-parse-string, xml-substitute-special): Use it.
9295         (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
9297 2012-07-03  Glenn Morris  <rgm@gnu.org>
9299         * progmodes/bug-reference.el (bug-reference-bug-regexp):
9300         Allow linking to specific messages in debbugs reports (eg 123#5).
9302 2012-07-02  Chong Yidong  <cyd@gnu.org>
9304         * xml.el: Fix entity and character reference expansion, allowing
9305         them to expand into markup as per XML spec.
9306         (xml-default-ns): New variable.
9307         (xml-entity-alist): Use XML spec definitions for lt and amp.
9308         (xml-parse-region): Make first two arguments optional.
9309         Discard text properties.
9310         (xml-parse-tag-1): New function, spun off from xml-parse-tag.
9311         All callers changed.
9312         (xml-parse-tag): Call xml-parse-tag-1.  For backward
9313         compatibility, this function should not modify buffer contents.
9314         (xml-parse-tag-1): Fix opening-tag regexp.
9315         (xml-parse-string): Rewrite, handling entity and character
9316         references properly.
9317         (xml--entity-replacement-text): Signal an error if a parameter
9318         entity is undefined.
9320 2012-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9322         * comint.el (comint-output-filter): Filter out repeated prompts.
9324         * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
9325         and file-name-absolute-p.
9326         (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
9327         internal calls.
9329 2012-07-02  Paul Eggert  <eggert@cs.ucla.edu>
9331         Spelling fixes.
9332         * emacs-lisp/bytecomp.el (byte-compile--reify-function):
9333         Rename from byte-compile--refiy-function.  All uses changed.
9335 2012-07-01  Chong Yidong  <cyd@gnu.org>
9337         * xml.el (xml--parse-buffer): New function.  Move most of
9338         xml-parse-region here.
9339         (xml-parse-region): Copy region into a temporary buffer, since
9340         parameter entity substitution requires changing buffer contents.
9341         Use xml--parse-buffer.
9342         (xml-parse-file): Use xml--parse-buffer.
9343         (xml-parse-dtd): Make parameter entity substitution work right.
9344         Use proper regexps for ELEMENT declarations (Bug#7172).
9346 2012-06-30  Glenn Morris  <rgm@gnu.org>
9348         * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
9350         * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
9351         Remove outdated and unnecessary dbus declarations.
9353 2012-06-30  Eli Zaretskii  <eliz@gnu.org>
9355         * emacs-lisp/timer.el (timer-until): Subtract results of
9356         float-time, instead of taking float-time of the result of
9357         time-subtract, since float-time signals an error for negative time
9358         arguments.
9360 2012-06-30  Chong Yidong  <cyd@gnu.org>
9362         * xml.el (xml-*-re): Convert defvars into defconsts, and
9363         eval-and-compile them so eval-and-compile works on derivatives.
9364         (xml--entity-replacement-text): Use eval-and-comple.
9366 2012-06-30  Michael Albinus  <michael.albinus@gmx.de>
9368         * vc/vc-git.el (vc-git-registered): Use cache property
9369         `git-registered'.
9370         (vc-git-mode-line-string): Call `vc-working-revision' instead of
9371         `vc-git-working-revision' in order to benefit from the cache.
9372         (vc-git-root): Use cache property `git-root'.  (Bug#11757)
9374 2012-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9376         * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
9377         removed (likely outside Emacs).  (Bug#11757)
9379 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * emacs-lisp/cl-lib.el: Require macroexp.
9383 2012-06-30  Chong Yidong  <cyd@gnu.org>
9385         * xml.el: Implement XML parameter entities.
9386         (xml-parameter-entity-alist): New variable.
9387         (xml-parse-region, xml-parse-fragment): Preserve previous values
9388         of xml-entity-alist and xml-parameter-entity-alist, so that
9389         repeated calls on different documents do not change them.
9390         (xml-parse-tag): Fix doctype regexp.
9391         (xml--entity-replacement-text): New function.
9392         (xml-parse-dtd): Use it.  Don't handle system entities; doing that
9393         properly requires url retrieval which is unimplemented.
9394         (xml-escape-string): Doc fix.
9396 2012-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9398         * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
9400 2012-06-29  Dmitry Antipov  <dmantipov@yandex.ru>
9402         * fringe.el (fringe-mode): Doc fix.
9404 2012-06-29  Michael Albinus  <michael.albinus@gmx.de>
9406         * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
9407         is non-nil.
9408         (ange-ftp-ignore-errors-if-non-essential): New defmacro.
9409         (ange-ftp-file-name-all-completions): Use it.  (Bug#11808)
9411 2012-06-29  Andreas Schwab  <schwab@linux-m68k.org>
9413         * calendar/cal-dst.el (calendar-current-time-zone):
9414         Return calendar-current-time-zone-cache if non-nil.
9416 2012-06-29  Masatake YAMATO  <yamato@redhat.com>
9418         * progmodes/which-func.el (which-func-format):
9419         Add mouse-face.  (Bug#11698)
9421 2012-06-29  Leo Liu  <sdl.web@gmail.com>
9423         * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
9425 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * minibuffer.el (minibuffer-confirm-exit-commands):
9428         Add completion-at-point (bug#11725).
9430 2012-06-29  Glenn Morris  <rgm@gnu.org>
9432         * progmodes/f90.el (f90-font-lock-keywords-2):
9433         Add some preprocessor elements.  (Bug#10499)
9435 2012-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9437         * progmodes/cperl-mode.el (cperl-update-syntaxification):
9438         Use syntax-propertize (bug#11739).
9440 2012-06-28  Juanma Barranquero  <lekktu@gmail.com>
9442         * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
9444 2012-06-28  Julien Danjou  <julien@danjou.info>
9446         * term.el (term-handle-colors-array): Use a set of new faces to
9447         color the terminal.  Also uses :inverse-video property.
9448         (term-default-fg-color): Set to nil by default, deprecate in favor
9449         of `term-face'.
9450         (term-default-bg-color): Set to nil by default, deprecate in favor
9451         of `term-face'.
9452         (term-current-face): Use `term-face' by default.
9453         (term-bold-attribute): Variable deleted.
9455 2012-06-28  Glenn Morris  <rgm@gnu.org>
9457         * simple.el (completion-list-mode-finish):
9458         Don't use toggle-read-only.  (Since completion-list-mode has
9459         a special mode-class, it wasn't doing anything extra anyway.)
9461 2012-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9463         Make inlining of other-mode interpreted functions work (bug#11799).
9464         * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
9465         (byte-compile): Use it to fix compilation of lexical-binding closures.
9466         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
9467         function, if needed.
9469 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * help-mode.el (help-make-xrefs): Don't just withstand
9472         cyclic-variable-indirection but any error in documentation-property.
9474         * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
9475         memory use.
9476         * bindings.el (bindings--define-key): New function.
9477         * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
9478         * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
9479         * bindings.el: Use it to purecopy define-key bindings.
9481         * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
9483         * emacs-lisp/cl.el (flet): Mark obsolete.
9484         * emacs-lisp/cl-macs.el (cl-flet*): New macro.
9485         * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
9486         * progmodes/js.el (js-c-fill-paragraph):
9487         * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
9488         (ebrowse-switch-member-buffer-to-derived-class):
9489         * play/5x5.el (5x5-solver): Use cl-flet.
9491         * emacs-lisp/cl.el: Use lexical-binding.  Fix flet (bug#11780).
9492         (cl--symbol-function): New macro.
9493         (cl--letf, cl--letf*): Use it.
9495         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9496         Strip "toggle-" if any.
9498 2012-06-27  Glenn Morris  <rgm@gnu.org>
9500         * info.el (Info-default-directory-list): Move here from paths.el.
9501         * paths.el: Remove file, which is now empty.
9502         * loadup.el: No longer load "paths".
9504         * custom.el (custom-initialize-delay): Doc fix.
9506         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
9507         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
9508         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
9509         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
9510         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
9511         * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
9512         * eshell/eshell.el (eshell-defgroup): Remove alias.
9514 2012-06-27  Chong Yidong  <cyd@gnu.org>
9516         * help.el (help-enable-auto-load): New variable.
9518         * help-fns.el (help-fns--autoloaded-p): New function.
9519         (describe-function-1): Refer to a function as "autoloaded" if it
9520         was autoloaded at any time in the past.  Perform autoloading if
9521         help-enable-auto-load is non-nil.
9523 2012-06-26  Eli Zaretskii  <eliz@gnu.org>
9525         * makefile.w32-in (compile, compile-always): Depend on
9526         update-subdirs, not on subdirs.el.  Otherwise, several different
9527         sub-targets of 'bootstrap' running in parallel could
9528         simultaneously write to subdirs.el, producing a garbled file.
9530 2012-06-26  Sam Steingold  <sds@gnu.org>
9532         * files.el (file-name-base): New convenience function.
9533         * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
9534         * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
9535         * progmodes/cc-defs.el, progmodes/cperl-mode.el:
9536         * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
9537         * textmodes/ispell.el, textmodes/reftex-ref.el:
9538         * textmodes/tex-mode.el: Use it.
9539         Did not touch cedet and org because they are maintained elsewhere.
9541 2012-06-26  Martin Rudalics  <rudalics@gmx.at>
9543         * calendar/calendar.el (calendar-exit): Don't try to delete or
9544         iconify last frame.  See:
9545         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
9547 2012-06-25  Jim Diamond  <Jim.Diamond@AcadiaU.ca>  (tiny change)
9549         * server.el (server-process-filter): Remember dir in the
9550         process's `server-client-directory' properties.
9552 2012-06-24  Chong Yidong  <cyd@gnu.org>
9554         * xml.el (xml-parse-tag): Correctly handle comment embedded in
9555         non-tag text.
9557 2012-06-23  Juanma Barranquero  <lekktu@gmail.com>
9559         * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
9561 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9563         * help-fns.el (describe-variable): Don't croak when doc is not found.
9564         * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
9565         * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
9566         * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
9567         * emacs-lisp/smie.el (smie-next-sexp): CSE.
9568         * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
9569         ((lambda ..) ..).
9570         * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
9572 2012-06-23  Chong Yidong  <cyd@gnu.org>
9574         * info.el (Info-mouse-follow-link): Accept symbol values of
9575         link-args.  Select window; suggested by Gerhard Kahl (Bug#11672).
9576         (Info-fontify-node): Use Info-link-keymap for all navigation
9577         buttons, with link-args property to perform the desired action.
9578         (Info-link-keymap): Doc fix.
9579         (Info-next-link-keymap, Info-prev-link-keymap)
9580         (Info-up-link-keymap): Delete now-unused keymaps.
9582 2012-06-23  Chong Yidong  <cyd@gnu.org>
9584         * mouse.el (mouse-drag-track): Deactivate the mark before popping.
9586         * progmodes/python.el (python-skeleton-define): Mark abbrevs as
9587         system abbrevs.
9589         * ansi-color.el (ansi-color-apply-on-region): Doc fix.
9591 2012-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9593         * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
9594         (bug#11719).
9596         * minibuffer.el (completion--twq-try): Try to fail more gracefully when
9597         the requote function doesn't work properly (bug#11714).
9599 2012-06-23  Glenn Morris  <rgm@gnu.org>
9601         * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
9603 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         Further GV/CL cleanups.
9606         * emacs-lisp/gv.el (gv-get): Autoload functions to find their
9607         gv-expander.
9608         (gv--defun-declaration): New function.
9609         (defun-declarations-alist): Use it.
9610         (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
9611         (gv-place): Autoload.
9612         * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
9613         original definition of dotimes and dolist.
9614         * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
9615         (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
9616         * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
9617         (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9618         (cl-ninth, cl-tenth): Move gv handler to the function's definition.
9619         * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
9620         to the function's definition.
9621         * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
9622         * window.el:
9623         * files.el:
9624         * faces.el:
9625         * env.el: Don't use CL.
9627 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
9629         Support higher-resolution time stamps (Bug#9000).
9631         * calendar/time-date.el (with-decoded-time-value): New arg
9632         PICO-SYMBOL in VARLIST.  It's optional, for backward compatibility.
9633         (encode-time-value): New optional arg PICO.  New type 3.
9634         (time-to-seconds) [!float-time]: Support the new picoseconds
9635         component if it's used.
9636         (seconds-to-time, time-subtract, time-add):
9637         Support ps-resolution time stamps as well.
9639         * emacs-lisp/timer.el (timer): New component psecs.  All uses changed.
9640         (timerp): Timer vectors now have length 9, not 8.
9641         (timer--time): Support new-style (4-part) time stamps.
9642         (timer-next-integral-multiple-of-time): Time stamps now have
9643         picosecond resolution, so take a bit more care about rounding.
9644         (timer-relative-time, timer-inc-time): New optional arg psecs.
9645         (timer-set-time-with-usecs): Set psecs to 0.
9646         (timer--activate): Check psecs component, too.
9648         * proced.el (proced-time-lessp): Support ps-resolution stamps.
9650 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9652         * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
9653         Move the non-essential binding to the post/pre-command-hook where it is
9654         more obviously correct.
9656         * subr.el (read-passwd): Don't use a history at all.
9657         * savehist.el (savehist-save): Remove password saved accidentally
9658         because of the above bug.
9660 2012-06-22  Bastien Guerry  <bzg@gnu.org>
9662         * files.el (toggle-read-only): Display a message telling whether
9663         the buffer is read-only or not (bug#11726).
9665 2012-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9667         * emacs-lisp/gv.el: New file.
9668         * subr.el (push, pop): Extend to generalized variables.
9669         * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
9670         * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
9671         * emacs-lisp/cl-macs.el: Require gv.  Use gv-define-setter,
9672         gv-define-simple-setter, and gv-define-expander.
9673         Remove setf-methods defined in gv.  Rename cl-setf -> setf.
9674         (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
9675         (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
9676         (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
9677         (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
9678         gv-letplace.
9679         (cl-defstruct): Don't define setf-method any more.
9680         * emacs-lisp/cl.el (flet): Don't autoload.
9681         (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
9682         (define-setf-expander, defsetf, define-modify-macro)
9683         (cl-struct-setf-expander): Move from cl-lib.el.
9684         * emacs-lisp/syntax.el:
9685         * emacs-lisp/ewoc.el:
9686         * emacs-lisp/smie.el:
9687         * emacs-lisp/cconv.el:
9688         * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
9689         (timer--time): Use gv-define-simple-setter.
9690         * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
9691         to avoid coding-system problems in subr.el.  Adjust all users.
9692         (macroexp--maxsize, macroexp-small-p): New functions.
9693         * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
9694         * scroll-bar.el (scroll-bar-mode):
9695         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
9696         (normal-erase-is-backspace-mode): Don't use the `eq' place.
9697         * winner.el (winner-configuration, winner-make-point-alist)
9698         (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
9699         * files.el (locate-file-completion-table): Avoid list*.
9701 2012-06-22  Chong Yidong  <cyd@gnu.org>
9703         * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
9704         (dired-create-files): Doc fix (Bug#11329).
9705         (dired-do-copy): Doc fix (Bug#11334).
9706         (dired-mark-read-string): Doc fix (Bug#11553).
9708         * dired.el (dired-recursive-copies, dired-recursive-deletes):
9709         Doc fix (Bug#11326).
9710         (dired-make-relative): Doc fix (Bug#11332).  Remove unused arg.
9711         (dired-dwim-target): Doc fix.
9713         * wdired.el (wdired-mode): Doc fix.
9715 2012-06-22  Glenn Morris  <rgm@gnu.org>
9717         * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
9718         (pcmpl-rpm-cache-stamp-file): New constant.
9719         (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
9720         (pcmpl-rpm-packages): Optionally cache list of packages.
9722         * pcmpl-rpm.el (pcmpl-rpm): New group.
9723         (pcmpl-rpm-query-options): New option.
9724         (pcmpl-rpm-packages): No need to inline it.
9725         Use pcmpl-rpm-query-options.
9727         * calendar/calendar.el (calendar-in-read-only-buffer):
9728         Avoid some needless mode changes.
9730 2012-06-21  Chong Yidong  <cyd@gnu.org>
9732         * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
9733         (desktop-path): Remove . from the default value (Bug#10977).
9734         (desktop-read): Use user-emacs-directory if desktop-path is nil.
9736 2012-06-20  Chong Yidong  <cyd@gnu.org>
9738         * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
9740 2012-06-20  David Röthlisberger  <david@rothlis.net>  (tiny change)
9742         * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
9743         (bug#11201).
9745 2012-06-20  Chong Yidong  <cyd@gnu.org>
9747         * term.el (term-window-width): Handle the case of a missing right
9748         fringe (Bug#8837).
9749         (term-check-size): Use window-text-height (Bug#5445).
9750         (term-mode): Use define-derived-mode.  Minor cleanups.
9751         Set font-lock-defaults (Bug#7692).
9752         (term-move-columns, term-insert-char, term-emulate-terminal)
9753         (term-erase-in-line, term-insert-spaces): Use font-lock-face.
9755 2012-06-20  Michael Albinus  <michael.albinus@gmx.de>
9757         * net/ange-ftp.el (ange-ftp-get-passwd):
9758         Bind `enable-recursive-minibuffers'.
9759         (ange-ftp-get-process): Throw if `non-essential' is non-nil.
9761 2012-06-19  David Röthlisberger  <david@rothlis.net>  (tiny change)
9763         * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
9765 2012-06-19  Glenn Morris  <rgm@gnu.org>
9767         * progmodes/python.el (python-mode): Derive from prog-mode.
9769 2012-06-19  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
9771         * emulation/edt.el (edt-default-menu-bar-update-buffers)
9772         (edt-user-menu-bar-update-buffers): New functions.
9773         (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
9775 2012-06-19  Chong Yidong  <cyd@gnu.org>
9777         * subr.el (with-selected-window): Preserve the selected window's
9778         terminal's top-frame (Bug#4702).
9780         * window.el (save-selected-window): Likewise.
9782 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9784         * progmodes/python.el (python-rx-constituents): Move backquote.
9785         (python-skeleton-define, python-define-auxiliary-skeleton):
9786         Use `declare'.
9788 2012-06-18  Michael Albinus  <michael.albinus@gmx.de>
9790         * minibuffer.el (read-file-name-default): Revert the patch from
9791         2012-06-17.
9793 2012-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9795         * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
9796         (pcase--u1, pcase--q1): Don't use apply-partially.
9798 2012-06-18  Glenn Morris  <rgm@gnu.org>
9800         * progmodes/python.el (python-proc, python-buffer)
9801         (python-send-receive, python-send-string): Fix obsolete versions.
9803 2012-06-18  Martin Rudalics  <rudalics@gmx.at>
9805         * window.el (special-display-p): Completely remove stringp
9806         check.  Suggested by Andreas Schwab <schwab@linux-m68k.org>.
9808 2012-06-17  Michael Albinus  <michael.albinus@gmx.de>
9810         * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
9812         * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
9814         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
9815         * net/tramp-sh.el (tramp-maybe-open-connection):
9816         Throw if `non-essential' is non-nil.
9818 2012-06-17  Martin Rudalics  <rudalics@gmx.at>
9820         * window.el (special-display-p): Signal an error if BUFFER-NAME
9821         is not a string (Bug#11713).
9823 2012-06-17  Paul Eggert  <eggert@cs.ucla.edu>
9825         * progmodes/python.el (python-info-beginning-of-backslash):
9826         Rename from python-info-beginning-of-backlash, as a spelling fix.
9828 2012-06-17  Chong Yidong  <cyd@gnu.org>
9830         * term.el (term-emulate-terminal): If term-check-size is called,
9831         move point to the process mark without resetting point (Bug#4635).
9833 2012-06-17  Glenn Morris  <rgm@gnu.org>
9835         * international/mule-cmds.el (mule-menu-keymap)
9836         (set-language-environment, set-locale-environment): Doc tweaks.
9838 2012-06-16  Aurelien Aptel  <aurelien.aptel@gmail.com>
9840         * cus-face.el (custom-face-attributes): Add wave-style underline
9841         attribute.
9842         * faces.el (set-face-attribute): Update docstring to describe
9843         wave-style underline attribute.
9845 2012-06-16  Chong Yidong  <cyd@gnu.org>
9847         * term/xterm.el (terminal-init-xterm): Discard input before
9848         querying background mode (Bug#10959).
9850 2012-06-16  Stefan Merten  <smerten@oekonux.de>
9852         * textmodes/rst.el: Added and corrected some comments.
9853         (rst-re-alist-def): Improve symbol syntax.
9854         (rst-mode-syntax-table): Correct syntax entries.
9855         (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
9856         (rst-official-version, rst-official-cvs-rev): Update version
9857         information.
9859 2012-06-15  Juanma Barranquero  <lekktu@gmail.com>
9861         * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
9862         in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
9864 2012-06-15  Fabián Ezequiel Gallina  <fgallina@cuca>
9866         * progmodes/python.el: New python.el merge.
9867         (python-guess-indent): Obsolete var.
9868         (python-indent-guess-indent-offset): New defcustom.
9869         (python-indent): Obsolete var.
9870         (python-indent-offset): New defcustom.
9871         (python-python-command, python-jython-command): Delete var.
9872         (python-shell-interpreter): New defcustom.
9873         (python-pdbtrack-do-tracking-p): Delete var.
9874         (python-pdbtrack-activate): New defcustom.
9875         (python-use-skeletons): Obsolete var.
9876         (python-skeleton-autoinsert): New defcustom.
9877         (inferior-python-filter-regexp, python-continuation-offset)
9878         (python-honour-comment-indentation, python-indent-string-contents)
9879         (python-jython-packages, python-mode-hook)
9880         (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
9881         (python-shell-prompt-alist)
9882         (python-source-modes): Delete defcustoms.
9883         (python-check-buffer-name, python-eldoc-setup-code)
9884         (python-eldoc-string-code, python-ffap-setup-code)
9885         (python-ffap-string-code, python-fill-comment-function)
9886         (python-fill-decorator-function, python-fill-paren-function)
9887         (python-fill-string-function, python-imenu-include-defun-type)
9888         (python-imenu-make-tree, python-imenu-subtree-root-label)
9889         (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
9890         (python-shell-compilation-regexp-alist)
9891         (python-shell-completion-module-string-code)
9892         (python-shell-completion-pdb-string-code)
9893         (python-shell-completion-setup-code)
9894         (python-shell-completion-string-code)
9895         (python-shell-enable-font-lock, python-shell-exec-path)
9896         (python-shell-extra-pythonpaths)
9897         (python-shell-internal-buffer-name, python-shell-interpreter-args)
9898         (python-shell-process-environment)
9899         (python-shell-prompt-block-regexp)
9900         (python-shell-prompt-output-regexp)
9901         (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9902         (python-shell-send-setup-max-wait, python-shell-setup-codes)
9903         (python-shell-virtualenv-path): New defcustoms.
9904         (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9905         (inferior-python-mode-syntax-table, python--prompt-regexp)
9906         (python-buffer, python-command python-python-command)
9907         (python-default-template, python-imports, python-indent-index)
9908         (python-indent-list, python-indent-list-length)
9909         (python-mode-running, python-pdbtrack-is-tracking-p)
9910         (python-preoutput-continuation, python-preoutput-leftover)
9911         (python-preoutput-result, python-preoutput-skip-next-prompt)
9912         (python-prev-dir/file, python-recursing)
9913         (python-saved-check-command, python-version-checked)
9914         (python-which-func-length-limit)
9915         (view-return-to-alist): Delete vars.
9916         (python-check-custom-command, python-dotty-syntax-table)
9917         (python-imenu-index-alist, python-indent-current-level)
9918         (python-indent-dedenters, python-indent-levels)
9919         (python-nav-beginning-of-defun-regexp)
9920         (python-nav-list-defun-positions-cache)
9921         (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9922         (python-shell-internal-buffer)
9923         (python-skeleton-available): New vars.
9924         (def-python-skeleton): Delete macro.
9925         (python-skeleton-define): New macro.
9926         (python-define-auxiliary-skeleton, python-rx): New macros.
9927         (python-insert-class): Delete command.
9928         (python-skeleton-class): New command.
9929         (python-insert-def): Delete command.
9930         (python-skeleton-def): New command.
9931         (python-insert-for): Delete command.
9932         (python-skeleton-for): New command.
9933         (python-insert-if): Delete command.
9934         (python-skeleton-if): New command.
9935         (python-insert-try/except, python-insert-try/finally): Delete commands.
9936         (python-skeleton-try): New command.
9937         (python-insert-while): Delete command.
9938         (python-skeleton-while): New command.
9939         (python-backspace): Delete command.
9940         (python-indent-dedent-line-backspace): New command.
9941         (python-electric-colon): Delete command.
9942         (python-indent-electric-colon): New command.
9943         (python-guess-indent): Delete command.
9944         (python-indent-guess-indent-offset): New command.
9945         (python-shift-left): Delete command.
9946         (python-indent-shift-left): New command.
9947         (python-shift-right): Delete command.
9948         (python-indent-shift-right): New command.
9949         (python-find-function): Delete command.
9950         (python-nav-jump-to-defun): New command.
9951         (python-next-statement): Delete command.
9952         (python-nav-forward-sentence): New command.
9953         (python-previous-statement): Delete command.
9954         (python-nav-backward-sentence): New command.
9955         (python-fill-paragraph): Delete command.
9956         (python-fill-paragraph-function): New command.
9957         (python-send-buffer): Delete command.
9958         (python-shell-send-buffer): New command.
9959         (python-send-defun): Delete command.
9960         (python-shell-send-defun): New command.
9961         (python-send-region, python-send-region-and-go): Delete commands.
9962         (python-shell-send-region)
9963         (python-shell-switch-to-shell): New commands.
9964         (python-send-string): Delete command.
9965         (python-shell-send-string): New command.
9966         (python-switch-to-python): Delete command.
9967         (python-shell-switch-to-shell): New command.
9968         (python-describe-symbol): Delete command.
9969         (python-eldoc-at-point): New command.
9970         (python--set-prompt-regexp, python-args-to-list)
9971         (python-after-info-look, python-check-version)
9972         (python-check-comint-prompt, python-find-imports)
9973         (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9974         (python-unload-function, python-expand-template)
9975         (python-maybe-jython, python-preoutput-filter)
9976         (python-pdbtrack-get-source-buffer)
9977         (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9978         (python-pdbtrack-toggle-stack-tracking)
9979         (python-pdbtrack-track-stack-file, python-initial-text)
9980         (python-first-word, python-comment-line-p, python-send-command)
9981         (python-setup-brm, python-sentinel, python-set-proc)
9982         (python-skip-out, python-input-filter, python-outdent-p)
9983         (python-outline-level, python-backslash-continuation-line-p)
9984         (python-end-of-block, python-end-of-statement, python-mark-block)
9985         (python-beginning-of-block, python-beginning-of-statement)
9986         (python-blank-line-p, python-beginning-of-string)
9987         (python-open-block-statement-p): Delete functions.
9988         (python-indent-line, python-indent-line-1): Delete functions.
9989         (python-indent-line): New function.
9990         (python-indentation-levels): Delete function.
9991         (python-indent-calculate-levels): New function.
9992         (python-proc): Delete function.
9993         (python-shell-get-process): New function.
9994         (python-send-receive): Delete function.
9995         (python-shell-send-string-no-output): New function.
9996         (python-module-path): Delete function.
9997         (python-ffap-module-path): New function.
9998         (python-completion-at-point)
9999         (python-symbol-completions): Delete functions.
10000         (python-completion-complete-at-point): New function.
10001         (python-load-file): Delete function.
10002         (python-shell-send-file): New function.
10003         (python-calculate-indentation): Delete function.
10004         (python-indent-calculate-indentation): New function.
10005         (python-skip-comments/blanks): Delete function.
10006         (python-util-forward-comment): New function.
10007         (python-continuation-line-p): Delete function.
10008         (python-info-continuation-line-p): New function.
10009         (python-which-func, python-current-defun): Delete function.
10010         (python-info-current-defun): New function.
10011         (python-beginning-of-defun): Delete function.
10012         (python-nav-beginning-of-defun): New function.
10013         (python-close-block-statement-p)
10014         (python-block-end-p): Delete function.
10015         (python-info-closing-block): New function.
10016         (python-comint-output-filter-function)
10017         (python-eldoc--get-doc-at-point, python-end-of-defun-function)
10018         (python-fill-comment, python-fill-decorator, python-fill-paren)
10019         (python-fill-string, python-imenu-make-element-tree)
10020         (python-imenu-make-tree, python-imenu-tree-assoc)
10021         (python-indent-context, python-indent-dedent-line)
10022         (python-indent-line-function)
10023         (python-indent-post-self-insert-function)
10024         (python-indent-toggle-levels)
10025         (python-info-assignment-continuation-line-p)
10026         (python-info-beginning-of-backlash)
10027         (python-info-block-continuation-line-p)
10028         (python-info-closing-block-message)
10029         (python-info-line-ends-backslash-p)
10030         (python-info-looking-at-beginning-of-defun)
10031         (python-info-ppss-context, python-info-ppss-context-type)
10032         (python-nav-list-defun-positions, python-nav-read-defun)
10033         (python-nav-sentence-end, python-nav-sentence-start)
10034         (python-pdbtrack-comint-output-filter-function)
10035         (python-pdbtrack-set-tracked-buffer)
10036         (python-shell-calculate-exec-path)
10037         (python-shell-calculate-process-environment)
10038         (python-shell-completion--do-completion-at-point)
10039         (python-shell-completion--get-completions)
10040         (python-shell-completion-complete-at-point)
10041         (python-shell-completion-complete-or-indent)
10042         (python-shell-get-or-create-process)
10043         (python-shell-get-process-name)
10044         (python-shell-internal-get-or-create-process)
10045         (python-shell-internal-get-process-name)
10046         (python-shell-internal-send-string, python-shell-make-comint)
10047         (python-shell-parse-command, python-shell-send-setup-code)
10048         (python-skeleton-add-menu-items)
10049         (python-util-clone-local-variables, python-util-position)
10050         (run-python-internal, python-indentation-levels)
10051         (python-nav-beginning-of-defun)
10052         (python-completion-complete-at-point): New functions.
10053         (run-python): Change arguments.  New API requirements.
10055 2012-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
10058         (bug#11649).
10060         * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
10061         (macroexp--expand-all): Use it.
10063         * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
10064         (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
10065         Use `cl-function' instead.
10067 2012-06-14  Juanma Barranquero  <lekktu@gmail.com>
10069         * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
10070         Suggested by Stefan Monnier while discussing bug#11657.
10072 2012-06-14  Sam Steingold  <sds@gnu.org>
10074         * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
10076 2012-06-14  Andreas Schwab  <schwab@linux-m68k.org>
10078         * play/doctor.el (doctor-doc): Remove parameter and use
10079         doctor-sent instead of sent.
10080         (doctor-read-print): Use doctor-sent instead of sent.  (Bug#11708)
10082 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10084         * files.el: Require cl-lib.
10085         (file-name-non-special): Replace case -> cl-case.
10087         * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
10089         * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
10090         mapping from #' to function*.
10092 2012-06-13  Chong Yidong  <cyd@gnu.org>
10094         * mouse.el (mouse-drag-track): Do not set the mark if the user
10095         releases the mouse without selecting anything (Bug#11588).
10097 2012-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
10100         as well (bug#11646).
10102         * loadup.el: Count byte-code functions as well.
10104         * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
10105         * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
10107         * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
10108         (bug#11649).  Add cl-defun and cl-defmacro.
10110 2012-06-13  Drew Adams  <drew.adams@oracle.com>
10112         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10113         Fix last change.
10115 2012-06-13  Michael Albinus  <michael.albinus@gmx.de>
10117         * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
10118         Otherwise, it blocks in batch mode.
10120 2012-06-13  Juanma Barranquero  <lekktu@gmail.com>
10122         * help-mode.el (bookmark-make-record-default): Declare.
10124 2012-06-13  Chong Yidong  <cyd@gnu.org>
10126         * emacs-lisp/package.el (list-packages): Compute a list of
10127         packages that are newly-available since the last list-packages
10128         invocation.
10129         (package-menu--new-package-list): New var.
10130         (package-menu--generate, package-menu--print-info)
10131         (package-menu--status-predicate, package-menu-mark-install):
10132         Handle new status label "new".
10134 2012-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
10137         conversion to backquotes.
10139 2012-06-12  Chong Yidong  <cyd@gnu.org>
10141         * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
10142         Rename from gud-inhibit-global-bindings.
10144         * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
10146         * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
10147         hook from nxml-glyph-set-hook.
10149         * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
10150         declaration.
10152         * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
10154         * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
10155         Convert to defcustom.
10157 2012-06-12  Drew Adams  <drew.adams@oracle.com>
10159         * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
10160         New functions.
10161         (help-mode): Use them.
10163 2012-06-11  Glenn Morris  <rgm@gnu.org>
10165         * progmodes/fortran.el (fortran-font-lock-keywords-3):
10166         Use preprocessor face for directives.
10167         (fortran-directive-re): Doc fix.
10169 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10171         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
10172         conversion to backquotes (bug#11652).
10174         Fix compiler-expansion of CL's cXXr functions (bug#11673).
10175         * emacs-lisp/cl-lib.el (cl--defalias): New function.
10176         (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
10177         (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
10178         (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
10179         (cl-ninth, cl-tenth): Mark them as inlinable.
10180         (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
10181         (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
10182         (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
10183         (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
10184         Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
10185         (cl-list*, cl-adjoin): Don't put an autoload manually.
10186         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
10187         (cl--compiler-macro-list*): Add autoload cookie.
10188         (cl--compiler-macro-cXXr): New function.
10190         * help-fns.el (help-fns--compiler-macro): New function extracted from
10191         describe-function-1; follow aliases and use `compiler-macro' property.
10192         (describe-function-1): Use it.
10194 2012-06-11  Chong Yidong  <cyd@gnu.org>
10196         * startup.el (fancy-splash-head): Use splash.svg even if librsvg
10197         is uninstalled, if imagemagick is installed.
10199 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10201         * emacs-lisp/cl-lib.el: Use lexical-binding.
10202         (cl-map-extents, cl-maclisp-member): Remove.
10203         (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
10204         (cl--set-substring, cl--block-wrapper, cl--block-throw)
10205         (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
10206         * emacs-lisp/cl-extra.el: Use lexical-binding.
10207         (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
10208         (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
10209         (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
10210         (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
10211         * emacs-lisp/cl-seq.el: Use lexical-binding.
10212         (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
10213         (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
10214         (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
10215         * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
10216         * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
10217         CL's internals.
10219 2012-06-11  Michael Albinus  <michael.albinus@gmx.de>
10221         Sync with Tramp 2.2.6-pre.
10223         * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
10224         `print-length' and `print-level' to nil, in order to avoid
10225         truncation.  Reported by Christopher Schmidt
10226         <christopher@ristopher.com>.
10228         * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
10230         * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
10231         New defmacro.
10232         (tramp-compat-copy-directory): Add optional argument
10233         COPY-CONTENTS.  It is not handled yet.
10235         * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
10236         (tramp-ftp-file-name-p): Simplify.
10238         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
10239         * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
10240         connection vector.
10242         * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
10243         (tramp-methods): Do not use `tramp-password-end-of-line'.
10244         (tramp-completion-function-alist-putty): Handle UNIX case.
10245         (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
10246         (tramp-do-file-attributes-with-stat)
10247         (tramp-do-directory-files-and-attributes-with-stat) Return uid and
10248         gid as real numbers.  They could run out of integer range on cygwin.
10249         (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
10250         (tramp-sh-handle-expand-file-name): Handle hops.
10251         (tramp-open-connection-setup-interactive-shell):
10252         Use `tramp-cleanup'.  Move check for busyboxes ...
10253         (tramp-find-shell): ... here.  Simplify implementation.
10254         Set "remote-shell" property also for alternative shells.
10255         (tramp-remote-coding-commands): Check "test -c /dev/stdout".
10256         If failing, a regular file would be written otherwise.
10257         Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
10258         (tramp-find-inline-encoding): Cache the coding commands in the
10259         process cache.  Apply test command on the remote side, if defined.
10260         (tramp-find-inline-compress): Cache the compress commands in the
10261         process cache.
10262         (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
10263         when requested.  Handle hops.
10264         (tramp-current-connection): New defvar.
10265         (tramp-maybe-open-connection): Use `tramp-cleanup'.
10266         Throw `suppress', if there was a failed connection shortly before.
10267         Handle user interrupt.  (Bug#10187)
10268         (tramp-get-inline-compress, tramp-get-inline-coding):
10269         Read connection properties from the process cache.
10271         * net/tramp-smb.el (tramp-smb-server-version)
10272         (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
10273         New defconsts.
10274         (tramp-smb-prompt): Extend for powershell prompt.
10275         (tramp-smb-file-name-handler-alist): Add handlers for
10276         `process-file', `shell-command' and `start-file-process'.
10277         (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
10278         (tramp-smb-winexe-shell-command-switch): New defcustoms.
10279         (tramp-smb-file-name-p): Simplify.
10280         (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
10281         (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
10282         (tramp-smb-shell-quote-argument): New defuns.
10283         (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
10284         Implement using "tar".  By this, time-stamps are preserved.
10285         (tramp-smb-handle-copy-file): Handle also the case of directories.
10286         (tramp-smb-do-file-attributes-with-stat)
10287         (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
10288         Use `tramp-get-connection-buffer').
10289         (tramp-smb-handle-rename-file): Use "rename", when source and
10290         target are on the same share.
10291         (tramp-smb-maybe-open-connection): Handle wrong passwords.
10292         Use `tramp-smb-server-version'.
10293         (tramp-smb-wait-for-output): Remove prompt.
10295         * net/tramp.el (top): Require 'cl.
10296         (tramp-methods, tramp-rsh-end-of-line):
10297         Remove `tramp-password-end-of-line' from docstring.
10298         (tramp-save-ad-hoc-proxies): New defcustom.
10299         (tramp-completion-function-alist): Adapt docstring.
10300         (tramp-default-password-end-of-line): Remove defcustom.
10301         (tramp-shell-prompt-pattern): Allow "[]" style prompts.  (Bug#11065)
10302         (tramp-user-regexp, tramp-file-name-regexp-unified)
10303         (tramp-file-name-regexp-url): Extend regexp by hop separator.
10304         (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
10305         (tramp-remote-file-name-spec-regexp): New defconst.
10306         (tramp-file-name-structure): Extend structure for hops.
10307         (tramp-get-method-parameter): Move up.
10308         (tramp-file-name-p, tramp-dissect-file-name)
10309         (with-parsed-tramp-file-name): Handle hops.
10310         (tramp-file-name-hop): New defun.
10311         (tramp-make-tramp-file-name): New optional arg HOP.
10312         (tramp-message-show-progress-reporter-message): New defvar.
10313         (tramp-with-progress-reporter): Use it.  We cannot use
10314         `tramp-message-show-message' here, because this suppresses also
10315         error buffers.
10316         (tramp-error-with-buffer): Suppress buffer view, if
10317         `tramp-message-show-message' is nil.
10318         Use `tramp-get-connection-buffer'.
10319         (tramp-cleanup): New defun.
10320         (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
10321         (tramp-file-name-handler): If `debug-on-error' is set, propagate
10322         an error unchanged.
10323         (tramp-completion-handle-file-name-all-completions): Handle hops.
10324         Fix an error when called from ido.
10325         (tramp-completion-dissect-file-name): Use better local variable
10326         name.  Add hop to the vector.
10327         (tramp-handle-insert-file-contents): Use progress-reporter for the
10328         whole scenario.
10329         (tramp-action-password): Let-bind `enable-recursive-minibuffers'
10330         to `t'.
10331         (tramp-check-for-regexp): Simplify search.
10332         (tramp-enter-password): Remove it.  Move implementation ...
10333         (tramp-action-password): ... here.
10334         (tramp-mode-string-to-int, tramp-local-host-p)
10335         (tramp-make-tramp-temp-file, tramp-read-passwd)
10336         (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
10337         Set tramp-autoload cookie.
10339         * net/trampver.el: Update release number.
10341 2012-06-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10342             Michael Albinus  <michael.albinus@gmx.de>
10344         * net/tramp.el (tramp-set-completion-function): Fix docstring.
10345         (tramp-parse-group, tramp-parse-file)
10346         (tramp-parse-shostkeys-sknownhosts): New defuns.
10347         (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
10348         (tramp-parse-shosts-group, tramp-parse-sconfig)
10349         (tramp-parse-sconfig-group, tramp-parse-shostkeys)
10350         (tramp-parse-sknownhosts, tramp-parse-hosts)
10351         (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
10352         Use them.
10353         (tramp-parse-passwd-group, tramp-parse-netrc-group)
10354         (tramp-parse-putty-group): Don't narrow.
10355         (tramp-parse-putty): Make a loop.
10356         (tramp-file-name-handler): Catch the `suppress' signal.
10358 2012-06-11  Chong Yidong  <cyd@gnu.org>
10360         * image.el (imagemagick-register-types): Put the ImageMagick entry
10361         at the end of image-type-file-name-regexps.
10363 2012-06-11  Johan Bockgård  <bojohan@gnu.org>
10365         * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
10366         (pcase, pcase-let*, pcase-dolist): Use them.
10368 2012-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10370         * emacs-lisp/pcase.el (pcase--let*): New function.
10371         (pcase-let*): Use it.  Use pcase--memoize to avoid repeated expansions.
10372         (pcase--expand): Use macroexp-let².
10374 2012-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10376         * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
10377         * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
10378         * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
10379         * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
10380         * emacs-lisp/derived.el: Use pcase instead of `cl'.
10381         * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
10383 2012-06-10  Glenn Morris  <rgm@gnu.org>
10385         * mail/rmail.el (rmail-yank-current-message): Leave point at
10386         correct position.  (Bug#11660)
10388 2012-06-10  Chong Yidong  <cyd@gnu.org>
10390         * allout-widgets.el: Fix code header.
10392 2012-06-10  Chong Yidong  <cyd@gnu.org>
10394         * cus-edit.el (customize-changed-options-previous-release):
10395         Bump to 24.1.
10397 2012-06-09  Andreas Schwab  <schwab@linux-m68k.org>
10399         * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
10401 2012-06-09  Chong Yidong  <cyd@gnu.org>
10403         * ebuff-menu.el (electric-buffer-list): Preserve header line.
10405 2012-06-09  Martin Rudalics  <rudalics@gmx.at>
10407         * window.el (special-display-popup-frame): Don't use
10408         window--display-buffer (Bug#11651).
10410 2012-06-09  Eli Zaretskii  <eliz@gnu.org>
10412         Fix parallel builds: make sure loaddefs.el is not being written
10413         while Lisp files are compiled.
10414         (compile): Don't depend on 'mh-autoloads'.
10415         (compile-CMD, compile-SH): Depend on 'autoloads'.
10416         (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
10418         * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200.  (Bug#11649)
10420 2012-06-09  Chong Yidong  <cyd@gnu.org>
10422         * face-remap.el (face-remap-add-relative, face-remap-set-base)
10423         (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
10424         Doc fixes (Bug#11225).
10426 2012-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10428         * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
10429         a function if there's a clear indication that it has a compiler-macro.
10430         * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
10431         (macro-declarations-alist): Add arglist to declaration functions.
10432         (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
10433         * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
10434         * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
10435         * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
10436         Also add autoload to find the compiler macro.
10437         * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
10438         (cl--compiler-macro-member, cl--compiler-macro-assoc)
10439         (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
10440         (cl--compiler-macro-get): New functions, replacing calls to
10441         cl-define-compiler-macro.
10442         (cl-typep) [compiler-macro]: Use macroexp-let².
10444 2012-06-08  Nick Dokos  <nicholas.dokos@hp.com>  (tiny change)
10446         * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
10447         string properly, fixes Bug#11473.
10449 2012-06-08  Chong Yidong  <cyd@gnu.org>
10451         * faces.el (set-face-attribute): Doc fix.
10452         (modify-face): Don't use :bold and :italic.
10453         (error, warning, success): Tweak definitions.
10455         * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
10456         (custom-modified, custom-set, custom-changed, custom-themed)
10457         (custom-saved, custom-button, custom-button-mouse)
10458         (custom-button-pressed, custom-state, custom-comment-tag)
10459         (custom-variable-tag, custom-group-tag-1, custom-group-tag)
10460         (custom-group-subtitle): Use new-style face specs.
10461         (custom-invalid-face, custom-rogue-face, custom-modified-face)
10462         (custom-set-face, custom-changed-face, custom-saved-face)
10463         (custom-button-face, custom-button-pressed-face)
10464         (custom-documentation-face, custom-state-face)
10465         (custom-comment-face, custom-comment-tag-face)
10466         (custom-variable-tag-face, custom-variable-button-face)
10467         (custom-face-tag-face, custom-group-tag-face-1)
10468         (custom-group-tag-face): Remove obsolete face alias.
10470         * epa.el (epa-validity-high, epa-validity-medium)
10471         (epa-validity-low, epa-mark, epa-field-name, epa-string)
10472         (epa-field-name, epa-field-body):
10473         * font-lock.el (font-lock-comment-face, font-lock-string-face)
10474         (font-lock-keyword-face, font-lock-builtin-face)
10475         (font-lock-function-name-face, font-lock-variable-name-face)
10476         (font-lock-type-face, font-lock-constant-face):
10477         * ido.el (ido-first-match, ido-only-match, ido-subdir)
10478         (ido-virtual, ido-indicator, ido-incomplete-regexp):
10479         * speedbar.el (speedbar-button-face, speedbar-file-face)
10480         (speedbar-directory-face, speedbar-tag-face)
10481         (speedbar-selected-face, speedbar-highlight-face)
10482         (speedbar-separator-face):
10483         * whitespace.el (whitespace-newline, whitespace-space)
10484         (whitespace-hspace, whitespace-tab, whitespace-trailing)
10485         (whitespace-line, whitespace-space-before-tab)
10486         (whitespace-space-after-tab, whitespace-indentation)
10487         (whitespace-empty):
10488         * emulation/cua-base.el (cua-global-mark):
10489         * eshell/em-prompt.el (eshell-prompt):
10490         * net/newst-plainview.el (newsticker-new-item-face)
10491         (newsticker-old-item-face, newsticker-immortal-item-face)
10492         (newsticker-obsolete-item-face, newsticker-date-face)
10493         (newsticker-statistics-face, newsticker-default-face):
10494         * net/newst-reader.el (newsticker-feed-face)
10495         (newsticker-extra-face, newsticker-enclosure-face):
10496         * net/newst-treeview.el (newsticker-treeview-face)
10497         (newsticker-treeview-new-face, newsticker-treeview-old-face)
10498         (newsticker-treeview-immortal-face)
10499         (newsticker-treeview-obsolete-face)
10500         (newsticker-treeview-selection-face):
10501         * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
10502         (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
10503         (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
10504         (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
10505         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
10506         (nxml-outline-active-indicator, nxml-outline-ellipsis):
10507         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
10508         (mpuz-text):
10509         * progmodes/vera-mode.el (vera-font-lock-number)
10510         (vera-font-lock-function, vera-font-lock-interface):
10511         * textmodes/table.el (table-cell): Use new-style face specs, and
10512         don't use the old :bold and :italic attributes.
10514         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
10515         (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
10516         (ebrowse-member-class, ebrowse-progress): Likewise.
10517         (ebrowse-tree-mark-face, ebrowse-root-class-face)
10518         (ebrowse-file-name-face, ebrowse-default-face)
10519         (ebrowse-member-attribute-face, ebrowse-member-class-face)
10520         (ebrowse-progress-face): Remove obsolete faces.
10522         * progmodes/flymake.el (flymake-errline, flymake-warnline):
10523         Inherit from error and warning faces respectively.
10525         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
10526         Likewise.
10527         (flyspell-incorrect-face, flyspell-duplicate-face):
10528         Remove obsolete aliases.
10530 2012-06-08  Michael Albinus  <michael.albinus@gmx.de>
10532         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10533         Avoid infloop.
10535 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10537         * startup.el (argv, argi): Make lexically scoped.
10538         * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
10539         * emacs-lisp/cl-macs.el: Use lexical-binding.
10540         Rename cl-bind-* to cl--bind-*.
10541         * files.el: Don't require `cl' since it doesn't use it.
10542         * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
10544 2012-06-08  Juanma Barranquero  <lekktu@gmail.com>
10546         * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
10547         (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
10548         instead of calling external sort utility.
10549         (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
10551 2012-06-08  Eli Zaretskii  <eliz@gnu.org>
10553         * descr-text.el (describe-char): Mention how to insert the
10554         character, if the current input method doesn't support it.
10555         See the discussion in this thread for the details:
10556         http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
10558 2012-06-08  Sam Steingold  <sds@gnu.org>
10560         * bindings.el (global-map): Bind XF86Forward to next-buffer and
10561         XF86Back to previous-buffer.
10562         (minibuffer-local-map): Bind them to next-history-element and
10563         previous-history-element respectively.
10564         * help-mode.el (help-mode-map): Bind them to help-go-forward and
10565         help-go-back respectively.
10566         * info.el (Info-mode-map): Bind them to Info-history-forward and
10567         Info-history-back respectively.
10568         These are the keys next to Up on the ThinkPad keyboard.
10570 2012-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10572         Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
10573         * emacs-lisp/cl-macs.el: Provide itself.
10574         (cl--labels-convert-cache): New var.
10575         (cl--labels-convert): New function.
10576         (cl-flet, cl-labels): New implementation with new semantics, relying on
10577         lexical-binding.
10578         * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
10579         (cl-closure-vars, cl--function-convert-cache)
10580         (cl--function-convert): Move from cl-macs.el.
10581         (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
10582         rename by removing the "cl-" prefix.
10583         * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
10585 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10587         * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
10588         (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
10589         (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
10590         (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
10591         (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
10592         (cl-hash-table-count): Add old compatibility aliases.
10594         * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
10595         Use macroexpand-all-environment instead.
10596         (cl--old-macroexpand): New var.
10597         (cl--sm-macroexpand): New function.
10598         (cl-symbol-macrolet): Use it during macro expansion.
10599         (cl--function-convert-cache): New var.
10600         (cl--function-convert): New function, extracted from
10601         cl-macroexpand-all.
10602         (cl-lexical-let): Use it.
10604         * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
10605         (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
10606         (cl-member): Remove old alias.
10608         * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
10609         (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
10610         (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
10611         (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
10612         (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
10613         (cl-macroexpand-cmacs): Remove var.
10614         (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
10615         Use macroexpand-all instead.
10617 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10619         * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
10620         (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
10621         (macroexp-copyable-p): New functions and macros.
10622         * emacs-lisp/edebug.el (edebug-unwrap):
10623         * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
10624         * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
10625         (pcase--let*): Remove.
10626         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
10627         (byte-compile-constp): Remove.  Use macroexp--const-symbol-p and
10628         macroexp-const-p instead.
10629         * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
10631         * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
10632         instead of "cl-" for internal definitions.  Use macroexp-const-p.
10633         (cl-old-bc-file-form): Remove var.
10634         (cl-const-exprs-p): Remove fun.
10635         (cl-labels, cl-macrolet): Use backquote.
10636         (cl-lexical-let): Use cl-symbol-macrolet.  Don't use cl-defun-expander.
10637         (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
10638         (cl-define-setf-expander): Rename from cl-define-setf-method.
10639         * emacs-lisp/cl.el: Adjust alias for define-setf-method.
10641         * international/mule-cmds.el: Don't require CL.
10642         (view-hello-file): Don't use `letf'.
10644 2012-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10646         * tmm.el (tmm-prompt): Use string-prefix-p.
10647         (tmm-completion-delete-prompt): Don't affect current-buffer outside.
10648         (tmm-add-prompt): Use minibuffer-completion-help.
10649         (tmm-delete-map): Remove.
10651         * subr.el (kbd): Make it its own function.
10653 2012-06-07  Stefan Merten  <smerten@oekonux.de>
10655         * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
10656         Silence compiler warnings.  Fix versions.
10657         (rst-position-if, rst-position, rst-some, rst-signum): New functions.
10658         (rst-shift-region, rst-adornment-level, rst-compute-tabs)
10659         (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
10660         (rst-package-emacs-version-alist): Correct Emacs version to
10661         represent major merge with upstream.
10662         (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
10664 2012-06-06  Glenn Morris  <rgm@gnu.org>
10666         * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
10667         Only print environment variables if set.
10669 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10671         * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
10672         (macroexp--cons): Rename from maybe-cons.
10673         (macroexp--accumulate): Rename from macroexp-accumulate.
10674         (macroexp--all-forms): Rename from macroexpand-all-forms.
10675         (macroexp--all-clauses): Rename from macroexpand-all-clauses.
10676         (macroexp--expand-all): Rename from macroexpand-all-1.
10678 2012-06-06  Sam Steingold  <sds@gnu.org>
10680         * calendar/calendar.el (calendar-in-read-only-buffer):
10681         Call `special-mode' to enable the standard read-only keybindings.
10683 2012-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10685         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
10686         with "loading" messages (bug#11635).
10688 2012-06-06  Michael Albinus  <michael.albinus@gmx.de>
10690         * files.el (enable-remote-dir-locals): New option.
10691         (hack-dir-local-variables): Use it.  (Bug#1933, Bug#6731)
10693         * net/tramp-compat.el (tramp-compat-temporary-file-directory):
10694         Ensure, that the temp directory is local.
10696         * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
10697         `temporary-file-directory'.
10699         * progmodes/python.el (python-send-region): Ensure, that the
10700         temporary file is created also in the remote case.
10702 2012-06-06  Glenn Morris  <rgm@gnu.org>
10704         * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
10705         (vc-rcs-update-changelog): Use it.
10707         * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
10709         * vc/vc-sccs.el (vc-sccs-write-revision): New function.
10710         (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
10711         (vc-sccs-diff): Replace use of the external vcdiff script.
10713 2012-06-05  Glenn Morris  <rgm@gnu.org>
10715         * ledit.el: Move to obsolete/.
10717 2012-06-05  Sam Steingold  <sds@gnu.org>
10719         * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
10720         patch (Bug#11140).
10722 2012-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10724         * emacs-lisp/cust-print.el: Move to obsolete.
10726         * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
10727         compiler-macro expansion.
10729         Add native compiler-macro support.
10730         * emacs-lisp/macroexp.el (macroexpand-all-1):
10731         Support compiler-macros directly.  Properly follow aliases and apply
10732         the compiler macros more thoroughly.
10733         * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
10734         macroexpand now properly follows aliases.
10735         * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
10736         (cl-compiler-macroexpand): Use new prop.
10737         * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
10739         * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
10741 2012-06-05  Martin Rudalics  <rudalics@gmx.at>
10743         * window.el (get-lru-window, get-mru-window, get-largest-window):
10744         New argument NOT-SELECTED to avoid picking the selected window.
10745         (window--display-buffer-1, window--display-buffer-2): Replace by
10746         new function window--display-buffer
10747         (display-buffer-same-window, display-buffer-reuse-window)
10748         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10749         Use window--display-buffer.
10750         (display-buffer-use-some-window): Remove temporary dedication
10751         hack by calling get-lru-window and get-largest-window with
10752         NOT-SELECTED argument non-nil.  Call window--display-buffer.
10754 2012-06-05  Glenn Morris  <rgm@gnu.org>
10756         * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
10757         Replace external vcdiff script.
10759 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10761         * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
10763 2012-06-04  Chong Yidong  <cyd@gnu.org>
10765         * image.el (imagemagick-types-inhibit): Revert last change.
10766         Add INFO and M.
10767         (imagemagick-enabled-types): Remove CIN and EPS*.
10769 2012-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * emacs-lisp/cl-lib.el: Rename from cl.el.
10772         * emacs-lisp/cl.el: New compatibility file.
10773         * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
10774         * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
10775         to obey the "cl-" prefix.
10776         * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
10778 2012-06-03  Glenn Morris  <rgm@gnu.org>
10780         * emacs-lisp/authors.el (authors-aliases): Addition.
10782         * cus-start.el (tool-bar-style, tool-bar-max-label-size):
10783         Fix :version.
10785 2012-06-03  Stefan Merten  <smerten@oekonux.de>
10787         * textmodes/rst.el: Add comments.
10788         (rst-transition, rst-adornment): New faces.
10789         (rst-adornment-faces-alist): Make default safe to reevaluate.
10790         Fixes
10791         http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
10792         Improve customization tags.
10793         (rst-define-level-faces): Clarify meaning.
10795 2012-06-03  Chong Yidong  <cyd@gnu.org>
10797         * progmodes/compile.el (compilation-mode-line-fail)
10798         (compilation-mode-line-run, compilation-mode-line-exit):
10799         New faces.
10800         (compilation-start, compilation-handle-exit): Use them (Bug#11032).
10802 2012-06-03  Jack Duthen  <duthen.mac.01@gmail.com>  (tiny change)
10804         * progmodes/which-func.el (which-func-update-ediff-windows):
10805         New function.  Use it in ediff-select-hook (Bug#11478).
10807 2012-06-03  Chong Yidong  <cyd@gnu.org>
10809         * bindings.el: Remove explicit help text from format-mode-line.
10810         It is now supplied by mode-line-default-help-echo.
10811         (mode-line-front-space, mode-line-end-spaces)
10812         (mode-line-misc-info): New variables.
10813         (mode-line-modes, mode-line-position): Move the default value to
10814         the variable definition.
10815         (mode-line-default-help-echo): New defcustom.
10816         (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
10817         (mode-line-modified-help-echo): New functions.
10818         (mode-line-mule-info, mode-line-modified): Use them.
10819         (mode-line-eol-desc, propertized-buffer-identification):
10820         Consistency fixes for help text.
10821         (mode-line-coding-system-map): Allow using mouse-3 to invoke
10822         set-buffer-file-coding-system (Bug#289).
10823         (mode-line-mule-info-help-echo): Update help text.
10825 2012-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * simple.el (execute-extended-command): Set real-this-command
10828         (bug#11506).
10830 2012-06-02  Chong Yidong  <cyd@gnu.org>
10832         Remove incorrect uses of "modeline" in comments, docstrings, and
10833         function/variable names (Bug#10329).
10835         * cus-edit.el (mode-line):
10836         * dframe.el (dframe-mouse-hscroll):
10837         * emacs-lisp/re-builder.el:
10838         * emacs-lisp/easy-mmode.el (define-minor-mode):
10839         * frame.el (set-frame-name):
10840         * help.el (lookup-minor-mode-from-indicator):
10841         * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
10842         * progmodes/cc-cmds.el (c-toggle-auto-newline)
10843         (c-toggle-hungry-state):
10844         * progmodes/antlr-mode.el (antlr-language-alist):
10845         * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
10846         * progmodes/vhdl-mode.el (vhdl-mode):
10847         * progmodes/which-func.el (which-func, which-func-cleanup-function):
10848         * term/ns-win.el (ns-face-at-pos):
10849         * term/sup-mouse.el (sup-mouse-report):
10850         * textmodes/flyspell.el (flyspell-mode-line-string):
10851         * textmodes/ispell.el (ispell-highlight-face):
10852         * textmodes/reftex-global.el:
10853         * vc/vc-arch.el (vc-arch-mode-line-string):
10854         * vc/vc-cvs.el (vc-cvs-mode-line-string):
10855         * vc/vc-git.el (vc-git-mode-line-string):
10856         * vc/vc-hooks.el (vc-display-status)
10857         (vc-default-mode-line-string):
10858         * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
10860         * ansi-color.el (ansi-color-faces-vector): Change default faces.
10862         * dired.el (dired-sort-set-mode-line): Rename from
10863         dired-sort-set-modeline.  All callers changed.
10865         * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
10866         eshell-status-in-modeline.
10868         * foldout.el (foldout-mode-line-string): Rename from
10869         foldout-modeline-string.  All callers changed.
10870         (foldout-update-mode-line): Rename from foldout-update-modeline.
10872         * subr.el (redraw-modeline): Make into obsolete alias.
10874         * calendar/timeclock.el (timeclock-mode-line-display): Rename from
10875         timeclock-modeline-display.  Make old name an alias.
10876         (timeclock-update-mode-line): Likewise.  All callers changed.
10877         (timeclock-mode-line-display): No need to check before using
10878         add-hook.
10879         (timeclock-relative, timeclock-day-over-hook)
10880         (timeclock-use-elapsed, timeclock-mode-string)
10881         (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
10883         * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
10884         crisp-mode-modeline-string.
10886         * play/solitaire.el (solitaire-build-mode-line): Rename from
10887         solitaire-build-modeline.  All callers changed.
10889         * play/zone.el (zone-hiding-mode-line): Rename from
10890         zone-hiding-modeline.  All callers changed.
10891         (zone): Remove unusued `modeline-hidden-level' property.
10893         * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
10894         xscheme-modeline-initialize.  All callers changed.
10896         * strokes.el (strokes-lighter): Rename from
10897         strokes-modeline-string.
10899         * textmodes/sgml-mode.el (html-face-tag-alist)
10900         (html-tag-face-alist): Use mode-line face instead of obsolete
10901         alias modeline.
10903 2012-06-02  Stefan Merten  <smerten@oekonux.de>
10905         * textmodes/rst.el: Always require `cl'.
10906         (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10908 2012-06-02  Chong Yidong  <cyd@gnu.org>
10910         * image.el (imagemagick-enabled-types): Rename from
10911         imagemagick-types-enable.  Add many more types.
10912         (imagemagick-types-inhibit): Change default to nil.
10913         (imagemagick-filter-types): Caller changed.
10915 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * emacs-lisp/cl-macs.el: Use backquotes.
10918         (cl-transform-function-property): Use eval-and-compile rather than
10919         abusing `require'.
10920         (defstruct): Use declare-function instead of with-no-warnings.
10922         * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10923         (byte-compile-output-docform): Re-add the print-circle bindings.
10924         (byte-compile-fix-header): Use #$ just because it's shorter.
10925         (byte-compile-output-file-form): Remove defun/defmacro.
10927 2012-06-01  Martin Rudalics  <rudalics@gmx.at>
10929         * simple.el (choose-completion): Remove now obsolete binding for
10930         owindow.
10932 2012-06-01  Michael Albinus  <michael.albinus@gmx.de>
10934         * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10935         in order to avoid "Stack overflow in regexp matcher".
10937 2012-05-31  Glenn Morris  <rgm@gnu.org>
10939         * image.el: For clarity, call imagemagick-register-types at
10940         top-level, rather than relying on a custom :initialize.
10941         (imagemagick-types-enable): New option.  (Bug#11557)
10942         (imagemagick-filter-types): New function.  (Bug#7406)
10943         (imagemagick-register-types): Use imagemagick-filter-types.
10944         If disabling support, remove elements altogether rather
10945         than using an impossible regexp.
10946         (imagemagick-types-inhibit): Give it the default init function.
10948 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10950         * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10951         Handle arbitrary file name lengths (Bug#11585).
10953 2012-05-31  Martin Rudalics  <rudalics@gmx.at>
10955         * desktop.el (desktop-read): Clear previous and next buffers for
10956         all windows and bury *Messages* buffer (bug#11556).
10958 2012-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10960         Add `declare' for `defun'.  Align `defmacro's with it.
10961         * emacs-lisp/easy-mmode.el (define-minor-mode)
10962         (define-globalized-minor-mode): Don't autoload the var definitions.
10963         * emacs-lisp/byte-run.el: Use lexical-binding.
10964         (defun-declarations-alist, macro-declarations-alist): New vars.
10965         (defmacro, defun): Use them.
10966         (make-obsolete, define-obsolete-function-alias)
10967         (make-obsolete-variable, define-obsolete-variable-alias):
10968         Use `declare'.
10969         (macro-declaration-function): Mark obsolete.
10970         * emacs-lisp/autoload.el: Use lexical-binding.
10971         (make-autoload): Add `expansion' arg.  Rely more on macro expansion.
10973 2012-05-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
10975         * textmodes/ispell.el (ispell-with-no-warnings):
10976         Define as a macro.
10977         (ispell-kill-ispell, ispell-change-dictionary):
10978         Use `called-interactively-p' for Emacs instead of obsolete
10979         `interactive-p'.
10981 2012-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10984         (macro-declaration-function): Move var from C code.
10985         (macro-declaration-function): Define function with defalias.
10986         * emacs-lisp/macroexp.el (macroexpand-all-1):
10987         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10988         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10989         defun/defmacro any more.
10990         * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10991         Provide fallback for unknown arglist.
10992         (byte-compile-arglist-warn): Change calling convention.
10993         (byte-compile-output-file-form): Move print-vars binding.
10994         (byte-compile-output-docform): Simplify accordingly.
10995         (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10996         (byte-compile-defmacro-declaration): Remove.
10997         (byte-compile-file-form-defmumble): Generalize to defalias.
10998         (byte-compile-output-as-comment): Return byte-positions.
10999         Simplify callers accordingly.
11000         (byte-compile-lambda): Use `assert'.
11001         (byte-compile-defun, byte-compile-defmacro): Remove.
11002         (byte-compile-file-form-defalias):
11003         Use byte-compile-file-form-defmumble.
11004         (byte-compile-defalias-warn): Remove.
11006 2012-05-29  Stefan Merten  <smerten@oekonux.de>
11008         * textmodes/rst.el: Silence `checkdoc-ispell' errors where
11009         possible.  Fix authors.  Improve comments.  Improve loading of `cl'.
11011         (rst-mode-abbrev-table): Merge definition.
11012         (rst-mode): Make sure `font-lock-defaults' is buffer local.
11013         (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
11015 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
11017         * calendar/icalendar.el
11018         (icalendar-export-region): Export UID properly.
11020 2012-05-29  Leo Liu  <sdl.web@gmail.com>
11021         * calendar/icalendar.el (icalendar-import-format):
11022         Add `icalendar-import-format-uid' (Bug#11525).
11023         (icalendar-import-format-uid): New.
11024         (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
11025         Export UID.
11027 2012-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11029         * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
11030         different alternative patterns.
11031         (pcase-codegen): Be more careful to preserve identity.
11032         (pcase--u1): Don't forget to mark vars as used.
11034         * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
11035         (byte-compile-close-variables): Bind byte-compile--outbuffer here...
11036         (byte-compile-from-buffer): ...rather than here.
11038         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
11039         functions from byte-compile-function-environment.
11041 2012-05-29  Troels Nielsen  <bn.troels@gmail.com>
11043         * window.el (window-deletable-p): Avoid deleting the root window
11044         of a frame with an active minibuffer.
11046 2012-05-29  Martin Rudalics  <rudalics@gmx.at>
11048         * simple.el (choose-completion): Use quit-window (Bug#11567).
11050 2012-05-29  Chong Yidong  <cyd@gnu.org>
11052         * whitespace.el (whitespace-cleanup): Fix usage of
11053         whitespace-empty-at-bob-regexp (Bug#11492).
11055 2012-05-29  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11057         * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
11058         revert (Bug#11488).
11060 2012-05-29  Juri Linkov  <juri@jurta.org>
11062         * isearch.el (isearch-mode-map): Bind `M-s _' to
11063         `isearch-toggle-symbol'.  Bind `M-s c' to
11064         `isearch-toggle-case-fold'.
11065         (search-map): Bind `M-s _' to `isearch-forward-symbol'.
11066         (isearch-forward): Add `M-s _' to the docstring.
11067         (isearch-forward-symbol, isearch-toggle-case-fold)
11068         (isearch-symbol-regexp): New functions.  (Bug#11381)
11070 2012-05-29  Juri Linkov  <juri@jurta.org>
11072         * isearch.el (isearch-word): Add docstring.  (Bug#11381)
11073         (isearch-occur, isearch-search-and-update): If `isearch-word' is
11074         a function, call it to get the regexp.
11075         (isearch-message-prefix): If `isearch-word' holds a symbol, use its
11076         property `isearch-message-prefix' instead of the string "word ".
11077         (isearch-search-fun-default): For the case of `isearch-word',
11078         return a lambda that calls re-search-forward/re-search-backward
11079         with a regexp returned by `word-search-regexp' or by the function
11080         in `isearch-word'.
11082 2012-05-29  Juri Linkov  <juri@jurta.org>
11084         * isearch.el (isearch-search-fun-default): New function.
11085         (isearch-search-fun): Move default part to the new function
11086         `isearch-search-fun-default'.
11087         (isearch-search-fun-function): Set the default value to
11088         `isearch-search-fun-default'.  (Bug#11381)
11090         * comint.el (comint-history-isearch-end):
11091         Use `isearch-search-fun-default'.
11092         (comint-history-isearch-search): Use `isearch-search-fun-default'
11093         and remove spacial case for `isearch-word'.
11094         (comint-history-isearch-wrap): Remove spacial case for
11095         `isearch-word'.
11097         * hexl.el (hexl-isearch-search-function):
11098         Use `isearch-search-fun-default'.
11100         * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
11101         Use `word-search-regexp' for `isearch-word'.
11103         * misearch.el (multi-isearch-search-fun):
11104         Use `isearch-search-fun-default'.
11106         * simple.el (minibuffer-history-isearch-search):
11107         Use `isearch-search-fun-default' and remove spacial case for
11108         `isearch-word'.
11109         (minibuffer-history-isearch-wrap): Remove spacial case for
11110         `isearch-word'.
11112         * textmodes/reftex-global.el (reftex-isearch-wrap-function):
11113         Remove spacial case for `isearch-word'.
11114         (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
11116 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11118         Decrease XEmacs incompatibilities.
11119         * textmodes/flyspell.el (flyspell-check-pre-word-p):
11120         Use `string-match'.
11121         (flyspell-delete-region-overlays): Use alternative definition for
11122         XEmacs.
11123         (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
11124         (flyspell-word): Use `process-kill-without-query' if XEmacs.
11125         (flyspell-mode-on): Use `interactive-p' if XEmacs.
11126         (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
11127         `define-obsolete-face-alias' under XEmacs, but old method.
11129         * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
11130         `with-no-warnings' definition or Emacs alias.
11131         (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
11132         (ispell-word): Do not use `region-p' if XEmacs.
11134 2012-05-28  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11136         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
11137         Check for `ispell-dictionary-base-alist' instead of full
11138         `ispell-dictionary-alist'.
11139         (ispell-init-process): Show spellchecker when starting new Ispell
11140         process.
11142 2012-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11144         * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
11145         http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
11147 2012-05-27  Juanma Barranquero  <lekktu@gmail.com>
11149         * version.el (motif-version-string, gtk-version-string)
11150         (ns-version-string): Declare.
11152 2012-05-27  Juri Linkov  <juri@jurta.org>
11154         * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
11155         after the `eval-defun-1' specialcaseing
11156         like in `edebug-eval-defun' (bug#10181).
11158         * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
11159         like in `eval-defun-1'.
11161 2012-05-27  Eli Zaretskii  <eliz@gnu.org>
11163         * mail/sendmail.el (mail-yank-region):
11164         Recognize rmail-yank-current-message in addition to insert-buffer.
11165         Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
11166         a *mail* buffer created through rmail-start-mail with sendmail as
11167         mail-user-agent.
11169 2012-05-27  Chong Yidong  <cyd@gnu.org>
11171         * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
11172         Default to 256 (Bug#11267).
11174         * help.el (describe-mode): Doc fix.
11176 2012-05-26  Glenn Morris  <rgm@gnu.org>
11178         * w32-fns.el (w32-init-info): Remove.
11179         * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
11181         * info.el (info-initialize): For self-contained NS builds, put the
11182         included info/ directory at the front.  (Bug#2791)
11184         * paths.el (Info-default-directory-list): Make it a defcustom,
11185         mainly so that we can use custom-initialize-delay.
11187 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11189         * subr.el (buffer-has-markers-at): Mark obsolete.
11191         * subr.el (lambda): Use declare.
11193         * emacs-lisp/lisp-mode.el (lambda):
11194         * emacs-lisp/edebug.el (lambda): Move properties to its definition.
11196 2012-05-26  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11198         * thingatpt.el (forward-same-syntax): Handle no ARG case.  (Bug#11560)
11200 2012-05-26  Glenn Morris  <rgm@gnu.org>
11202         * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
11204 2012-05-25  Glenn Morris  <rgm@gnu.org>
11206         * paths.el: Remove no-byte-compile.
11207         * loadup.el: No need to load paths.el uncompiled.
11209         * image.el (imagemagick-types-inhibit): Doc fix.
11211         * version.el: Remove no-byte-compile and associated formatting.
11212         * loadup.el: No need to load version.el uncompiled.  AFAICS, this
11213         is ancient code from when there was an "inc-vers.el".
11215 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11217         * progmodes/gdb-mi.el: Minor style changes.
11218         (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
11219         Turn into minor modes.
11220         (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
11221         (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
11222         (gdb-shell): Remove unneeded let-binding.
11223         (gdb-get-many-fields): Eliminate O(n²) behavior.
11225 2012-05-25  Eli Zaretskii  <eliz@gnu.org>
11227         * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
11228         platforms that don't link in fontset.c.
11230 2012-05-25  Juri Linkov  <juri@jurta.org>
11232         Use the same diff color scheme as in modern VCSes (bug#10181).
11234         * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
11235         to avoid confusion with `diff-added' that now uses green colors.
11236         (diff-removed): Use shades of red.
11237         (diff-added): Use shades of green.
11238         (diff-changed): Leave just the yellow color.
11239         (diff-use-changed-face): New variable.
11240         (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
11241         how to highlight context diff changes.
11242         (diff-refine-change): Use shades of yellow.
11243         (diff-refine-removed): New face that uses shades of red.
11244         (diff-refine-added): New face that uses shades of green.
11245         (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
11246         `diff-refine-removed' in the call to `smerge-refine-subst'
11247         depending on the value of `diff-use-changed-face'.
11249         * vc/smerge-mode.el (smerge-mine): Use shades of red.
11250         (smerge-other): Use shades of green.
11251         (smerge-base): Use shades of yellow.
11252         (smerge-refined-change): Empty face.
11253         (smerge-refined-removed): New face that uses shades of red.
11254         (smerge-refined-added): New face that uses shades of green.
11255         (smerge-refine-subst): Rename arg `props' to `props-c'.  Add new
11256         args `props-r' and `props-a', and use them.  Doc fix.
11257         (smerge-refine): Evaluate `smerge-use-changed-face' and depending
11258         on its value use different faces `smerge-refined-change',
11259         `smerge-refined-removed', `smerge-refined-added' in the call to
11260         `smerge-refine-subst'.
11262         * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
11263         Add face condition `min-colors 88' with shades of red.
11264         (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
11265         `min-colors 88' with shades of green.
11266         (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
11267         `min-colors 88' with shades of yellow.
11269 2012-05-24  Glenn Morris  <rgm@gnu.org>
11271         * paths.el (prune-directory-list, remote-shell-program): Move to...
11272         * files.el (prune-directory-list, remote-shell-program): ...here.
11273         For the latter, delay initialization, prefer ssh, just search PATH.
11275         * paths.el (term-file-prefix): Move to faces.el (the only user).
11276         * faces.el (term-file-prefix): Move here, make it a defcustom.
11278         * paths.el (news-directory, news-path, news-inews-program):
11279         Move to gnus/nnspool.el.
11281         * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
11283         * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
11284         * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
11285         Make the latter a defcustom, with a delayed initialization.
11287         * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
11288         These were deleted from Gnus itself late 2010.
11290 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
11292         * progmodes/which-func.el (which-func-ff-hook):
11293         Check against user-error, not error.
11295         * emacs-lisp/edebug.el (top): Do not load or set up loading of
11296         cl-specs.el, which no longer exists.
11298 2012-05-22  Glenn Morris  <rgm@gnu.org>
11300         * info.el (info-emacs-bug): New command.
11301         * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
11302         * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
11304 2012-05-21  Glenn Morris  <rgm@gnu.org>
11306         * makefile.w32-in (update-subdirs-SH):
11307         * Makefile.in (update-subdirs): Update for moved update-subdirs.
11309 2012-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11311         * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
11313         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11314         Simplify Maven regexp, and make sure the file can't start with a space
11315         (bug#11517).
11317 2012-05-21  Glenn Morris  <rgm@gnu.org>
11319         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11320         Scrap superfluous subshells.
11322 2012-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11324         * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
11325         (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
11327 2012-05-19  Jay Belanger  <jay.p.belanger@gmail.com>
11329         * calc/calc.el (calc-ensure-consistent-units): New variable.
11331         * calc/calc-units.el (math-consistent-units-p)
11332         (math-check-unit-consistency): New functions.
11333         (calc-quick-units, calc-convert-units):
11334         Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
11335         is non-nil.
11336         (calc-extract-units): Fix typo.
11338 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11340         * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
11342         * textmodes/flyspell.el: Commenting style, plus code simplifications.
11343         (flyspell-default-deplacement-commands): Don't spell check after
11344         repeated window/frame switches (e.g. triggered by mouse-movement).
11345         (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
11346         (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
11347         (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
11348         (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
11349         Remove unused vars.
11350         (flyspell-get-casechars, flyspell-get-not-casechars):
11351         Simplify; Don't bother removing a ] just to add it back.
11352         * textmodes/ispell.el (ispell-program-name): Use executable-find.
11354 2012-05-18  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11356         * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
11357         New functions.
11358         (math-function-table): Add support for more C functions.
11360 2012-05-18  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11362         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11363         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11364         Protect delay handling for otherchars against empty otherchars.
11366 2012-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
11369         their respective macro declarations.
11370         * skeleton.el (define-skeleton):
11371         * progmodes/compile.el (define-compilation-mode):
11372         * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
11373         (define-ibuffer-filter):
11374         * emacs-lisp/generic.el (define-generic-mode):
11375         * emacs-lisp/easy-mmode.el (define-minor-mode)
11376         (define-globalized-minor-mode):
11377         * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
11378         * emacs-lisp/byte-run.el (defsubst):
11379         * custom.el (deftheme): Add doc-string metadata.
11381 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
11385 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11387         * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
11389         * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
11390         * emacs-lisp/cl-macs.el: Idem.
11391         * emacs-lisp/cl-specs.el: Remove.
11393 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11395         Minor renaming of internal CL functions and variables.
11396         * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
11397         (cl--position): Rename from cl-position.
11398         (cl--delete-duplicates): Rename from cl-delete-duplicates.
11399         * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
11400         (cl--random-state): Rename from *random-state*.
11402 2012-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11404         * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
11405         parens around the arg list (bug#11499).
11407 2012-05-17  Juri Linkov  <juri@jurta.org>
11409         * isearch.el (word-search-regexp, word-search-backward)
11410         (word-search-forward, word-search-backward-lax)
11411         (word-search-forward-lax): Move functions from search.c
11412         (bug#10145, bug#11381).
11414 2012-05-16  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
11416         * textmodes/flyspell.el (flyspell-check-pre-word-p)
11417         (flyspell-check-word-p, flyspell-debug-signal-word-checked):
11418         Delay for otherchars as for normal word components.
11420 2012-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11422         * minibuffer.el (completion--sifn-requote): Fix last change.
11423         (minibuffer-local-must-match-filename-map):
11424         Move define-obsolete-variable-alias before its var.
11426 2012-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11428         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
11430         * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
11431         behavior.
11432         (completion--string-equal-p): New function.
11433         (completion--twq-all): Use it to get better assertion failure data.
11435         Only handle ".." and '..' quoting in shell-mode (bug#11466).
11436         * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
11437         (shell--requote-argument): New functions.
11438         (shell-completion-vars): Use them.
11439         (shell--parse-pcomplete-arguments): Rename from
11440         shell-parse-pcomplete-arguments.
11441         * comint.el (comint-word): Obey comint-file-name-quote-list.  Simplify.
11442         (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
11443         Obey comint-file-name-quote-list.
11445         * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
11446         (smie-indent-keyword): Use it.
11448 2012-05-14  Stefan Merten  <smerten@oekonux.de>
11450         * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
11452 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11454         * net/rlogin.el (rlogin-mode-map): Fix last change.
11456 2012-05-14  Jason L. Wright  <jason.wright@inl.gov>  (tiny change)
11458         * mail/smtpmail.el (smtpmail-send-command): Send the command and
11459         the following \r\n using a single `process-send-string', since the
11460         Lotus SMTP server refuses to accept any commands if they are sent
11461         with two `process-send-string's (Bug#11444).
11463 2012-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11465         * shell.el (shell-parse-pcomplete-arguments):
11466         Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
11468 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
11470         * image-mode.el: Fit to width/height for rotated images (Bug#11431).
11471         (image-transform-scale, image-transform-right-angle-fudge): New vars.
11472         (image-transform-width, image-transform-fit-width): New functions.
11473         (image-transform-properties): Use them.
11474         (image-transform-check-size): New function.
11475         (image-toggle-display-image): Use it (for testing).
11476         (image-transform-set-rotation): Reduce angle mod 360.
11477         Delete obsolete comment.
11479 2012-05-14  Wolfgang Jenkner  <wjenkner@inode.at>
11481         * image-mode.el: Fix scaling (bug#11399).
11482         (image-transform-resize): Doc fix.
11483         (image-transform-properties): Default scale is 1 and height should
11484         be an integer.
11486 2012-05-13  Johan Bockgård  <bojohan@gnu.org>
11488         * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
11489         than hard-coding `car', to fix misbehavior when moving forward.
11491 2012-05-13  Chong Yidong  <cyd@gnu.org>
11493         * emacs-lisp/tabulated-list.el (tabulated-list-format)
11494         (tabulated-list-entries, tabulated-list-padding)
11495         (tabulated-list-sort-key): Make permanent-local.
11497         * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
11498         (electric-buffer-list): Put electric buffer menu
11499         command descriptions in this docstring, instead of the docstring
11500         of electric-buffer-menu-mode.  Code cleanups.
11501         (electric-buffer-menu-mode): Use define-derived-mode.  Rename from
11502         Electric-buffer-menu-mode.
11503         (electric-buffer-update-highlight): Minor code cleanup.
11505 2012-05-13  Michael Albinus  <michael.albinus@gmx.de>
11507         * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
11508         (Bug#11447)
11510 2012-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11512         Move define-obsolete-variable-alias before the var's definition.
11513         * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
11514         * tooltip.el (tooltip-hook):
11515         * textmodes/reftex-toc.el (reftex-toc-map):
11516         * textmodes/reftex-sel.el (reftex-select-label-map)
11517         (reftex-select-bib-map):
11518         * textmodes/reftex-index.el (reftex-index-map)
11519         (reftex-index-phrases-map):
11520         * speedbar.el (speedbar-syntax-table, speedbar-key-map):
11521         * progmodes/meta-mode.el (meta-mode-map):
11522         * novice.el (disabled-command-hook):
11523         * loadhist.el (unload-hook-features-list):
11524         * frame.el (blink-cursor):
11525         * files.el (find-file-not-found-hooks, write-file-hooks)
11526         (write-contents-hooks):
11527         * emulation/tpu-edt.el (GOLD-map):
11528         * emacs-lock.el (emacs-lock-from-exiting):
11529         * emacs-lisp/generic.el (generic-font-lock-defaults):
11530         * emacs-lisp/chart.el (chart-map):
11531         * dos-fns.el (register-name-alist):
11532         * dired-x.el (dired-omit-files-p):
11533         * desktop.el (desktop-enable):
11534         * cus-edit.el (custom-mode-hook):
11535         * buff-menu.el (buffer-menu-mode-hook):
11536         * bookmark.el (bookmark-read-annotation-text-func)
11537         (bookmark-exit-hooks):
11538         * allout.el (allout-mode-deactivate-hook)
11539         (allout-exposure-change-hook, allout-structure-added-hook)
11540         (allout-structure-deleted-hook, allout-structure-shifted-hook):
11541         * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
11542         (dirtrack-debug): Move call to define-obsolete-variable-alias so it
11543         comes before the corresponding variable's definition.
11545 2012-05-12  Chong Yidong  <cyd@gnu.org>
11547         * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
11548         (Buffer-menu-mouse-select): Restore function (Bug#11459).
11549         (Buffer-menu-mode-map): Bind it.
11550         (Buffer-menu--pretty-name): Add a mouse-face property.
11552 2012-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11554         * progmodes/prolog.el: Use SMIE.  Cleanup regexp setup.
11555         (prolog-upper-case-string, prolog-lower-case-string)
11556         (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
11557         (prolog-use-smie, prolog-smie-grammar): New vars.
11558         (prolog-smie-forward-token, prolog-smie-backward-token)
11559         (prolog-smie-rules): New funs.
11560         (prolog-comment-indent): Remove.
11561         (prolog-mode-variables): Use default comment indentation instead.
11562         Setup SMIE.
11563         (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
11564         (prolog-mode): Don't call them any more.
11565         (prolog-electric-colon, prolog-electric-dash)
11566         (prolog-edit-menu-insert-move): Use indent-according-to-mode.
11568         * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
11570         * minibuffer.el (completion--twq-all): Again, allow case differences.
11572         * term.el: Move keymap initialization code to be more idiomatic.
11573         (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
11574         (term-terminal-menu): Move initialization into declaration.
11575         (term-escape-char): Let the user set it in her .emacs.
11577         * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
11578         Provide SMIE-based indentation (not enabled by default yet).
11579         (sh-mode-map): Don't bind electric keys.
11580         Use electric-pair-mode instead of skeleton-pair.
11581         (sh-assignment-regexp): Fit within 80 columns.
11582         (sh-indent-supported): Specify actual shell name instead of boolean.
11583         (sh--maybe-here-document): New fun, from sh-maybe-here-document.
11584         (sh-maybe-here-document): Use it.  Make obsolete.
11585         (sh-electric-here-document-mode) New minor mode.
11586         (sh-mode): Use it.  Don't set sh-indent-supported-here here.
11587         (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
11588         (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
11589         (sh-smie-rc-grammar, sh-use-smie): New vars.
11590         (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
11591         (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
11592         (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
11593         (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
11594         (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
11595         (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
11596         (sh-set-shell): Use smie-setup if requested.
11598         * term.el (term-set-escape-char): Properly set term-escape-char.
11599         See http://stackoverflow.com/questions/10524656.
11601 2012-05-10  Chong Yidong  <cyd@gnu.org>
11603         * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
11604         Use url-generic-parse-url, and handle host names and Windows
11605         filenames properly.
11606         (ffap-url-unwrap-remote): Use url-generic-parse-url.
11607         (ffap-url-unwrap-remote): Accept list values, specifying a list of
11608         URL schemes to work on.
11609         (ffap--toggle-read-only): New function.
11610         (ffap-read-only, ffap-read-only-other-window)
11611         (ffap-read-only-other-frame): Use it.
11612         (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
11613         necessary for ffap-url-unwrap-remote.
11615 2012-05-10  Dave Abrahams  <dave@boostpro.com>
11617         * cus-start.el (create-lockfiles): Add it.
11619 2012-05-09  Chong Yidong  <cyd@gnu.org>
11621         * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
11622         (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
11624 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11626         * shell.el (shell-completion-vars): Fix last change (bug#11348).
11628 2012-05-09  Chong Yidong  <cyd@gnu.org>
11630         * ansi-color.el (ansi-color-process-output): Check for validity of
11631         comint-last-output-start before using it.  This avoids a bad
11632         interaction with gdb-mi's input/output buffer.
11634 2012-05-09  Glenn Morris  <rgm@gnu.org>
11636         * files.el (dir-locals-read-from-file):
11637         Mention dir-locals in any error message.
11639 2012-05-09  Chong Yidong  <cyd@gnu.org>
11641         * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
11642         package (Bug#11410).
11644         * emacs-lisp/package.el (package-buffer-info): Avoid putting local
11645         variables into description.
11647 2012-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11649         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
11650         shell-delimiter-argument-list (bug#11348).
11651         (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
11653 2012-05-09  Juanma Barranquero  <lekktu@gmail.com>
11655         * textmodes/rst.el: Silence byte-compiler warnings.
11656         (rst-re-alist, rst-reset-section-caches): Move around.
11657         (rst-re): Use `characterp', not `char-valid-p'.
11658         (font-lock-beg, font-lock-end): Declare.
11660         * progmodes/idlw-shell.el (specs): Remove reference to deleted
11661         variable `idlwave-shell-activate-alt-keybindings' and simplify.
11663         * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
11665 2012-05-08  Glenn Morris  <rgm@gnu.org>
11667         * files.el (auto-mode-alist): Treat ".make" like ".mk".
11669 2012-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11671         * vc/log-edit.el: Add GNU coding standards highlighting.
11672         (log-edit-font-lock-gnu-style)
11673         (log-edit-font-lock-gnu-keywords): New vars.
11674         (log-edit-font-lock-keywords): New fun.
11675         (log-edit-mode): Don't fold case in font-lock.
11676         (log-edit-font-lock-keywords): Do not assume case-folding.
11678         * imenu.el: Misc cleanup.  Make docstrings out of comments.
11679         Use lexical-binding.
11680         (imenu--index-alist, imenu--last-menubar-index-alist)
11681         (imenu-menubar-modified-tick): Use defvar-local.
11682         (imenu--split-menu): Remove unused var.
11683         (imenu--cleanup-seen): Declare as global.
11684         (imenu--cleanup): Use dolist.
11686         * subr.el (defvar-local): Add debug spec and doc-string position.
11688 2012-05-08  Glenn Morris  <rgm@gnu.org>
11690         * language/burmese.el, language/cham.el, language/czech.el:
11691         * language/english.el, language/georgian.el, language/greek.el:
11692         * language/japanese.el, language/khmer.el, language/korean.el:
11693         * language/lao.el, language/misc-lang.el, language/romanian.el:
11694         * language/sinhala.el, language/slovak.el, language/tai-viet.el:
11695         * language/thai.el, language/utf-8-lang.el:
11696         Remove no-byte-compile setting.
11698         * play/zone.el (zone-pgm-stress): Don't pollute kill-ring.  (Bug#11388)
11700 2012-05-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
11702         * progmodes/make-mode.el (makefile-browse):
11703         Remove unnecessary interactive.  (Bug#11324)
11705 2012-05-07  Glenn Morris  <rgm@gnu.org>
11707         * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
11709         * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
11711 2012-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11713         * loadup.el: Preload newcomment.el.
11714         * newcomment.el: Move autoload-only code to toplevel.
11716         * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
11717         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11718         Handle new :right-align column property.
11719         (tabulated-list-print-col): Idem, plus use `display' text-property to
11720         try and preserve alignment for variable pitch fonts.
11722 2012-05-07  Chong Yidong  <cyd@gnu.org>
11724         * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
11725         (tabulated-list-use-header-line): New var.
11726         (tabulated-list-init-header): Use it.
11727         (tabulated-list-print-fake-header): New function.
11728         (tabulated-list-print): Use it.
11729         (tabulated-list-sort-button-map): Add non-header-line commands.
11730         (tabulated-list-init-header): Add column name property to basic
11731         labels as well.
11732         (tabulated-list-col-sort): Handle non-header-line button case.
11733         (tabulated-list--sort-by-column-name): Fix a corner case.
11735         * buff-menu.el (list-buffers--refresh):
11736         Handle Buffer-menu-use-header-line.
11738 2012-05-06  Chong Yidong  <cyd@gnu.org>
11740         * buff-menu.el: Convert to Tabulated List mode.
11741         (Buffer-menu-buffer+size-width): Make obsolete.
11742         (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
11743         (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
11744         (Buffer-menu-mode): Derive from tabulated-list-mode.  Move command
11745         documentation into docstring of buffer-menu.
11746         (Buffer-menu-toggle-files-only): Add an informative message.
11747         (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
11748         (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
11749         (Buffer-menu-unmark, Buffer-menu-backup-unmark)
11750         (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
11751         (Buffer-menu-execute, Buffer-menu-select)
11752         (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
11753         (Buffer-menu-bury): Use Tabulated List machinery.
11754         (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
11755         (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
11756         Delete.
11757         (list-buffers--refresh): New function.
11758         (list-buffers-noselect): Use it.
11759         (tabulated-list-entry-size->, Buffer-menu--pretty-name)
11760         (Buffer-menu--pretty-file-name): New helper functions.
11762         * loadup.el: Preload tabulated-list.
11764         * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
11765         tabulated-list-sort-column.
11766         (tabulated-list-init-header): Add the initial aligning space even
11767         if tabulated-list-padding is zero.
11769 2012-05-06  Christopher Schmidt  <christopher@ch.ristopher.com>
11771         * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
11772         whose cdr is not a cons cell correctly (bug#11038).
11774 2012-05-06  Chong Yidong  <cyd@gnu.org>
11776         * emacs-lisp/tabulated-list.el (tabulated-list-format):
11777         Accept additional plist in column descriptors.
11778         (tabulated-list-init-header): Obey it.
11779         (tabulated-list-get-entry): New function.
11780         (tabulated-list-put-tag): Use it.  Use string-width instead of
11781         length.
11782         (tabulated-list--column-number): New function.
11783         (tabulated-list-print): Use it.
11784         (tabulated-list-print-col): New function.
11785         Set `tabulated-list-column-name' property on each column's text.
11786         (tabulated-list-print-entry): Use it.
11787         (tabulated-list-delete-entry, tabulated-list-set-col):
11788         New functions.
11789         (tabulated-list-sort-column): New command (Bug#11337).
11791         * buff-menu.el (list-buffers): Move C-x C-b binding from
11792         buff-menu.el to bindings.el.
11794         * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
11795         :advertised-binding feature.
11797 2012-05-06  Troels Nielsen  <bn.troels@gmail.com>  (tiny change)
11799         * progmodes/compile.el (compilation-internal-error-properties):
11800         Calculate start position correctly when end-col is set but
11801         end-line is not (Bug#11382).
11803 2012-05-06  Wolfgang Jenkner  <wjenkner@inode.at>
11805         * man.el (Man-unindent): Use text-property-default-nonsticky to
11806         prevent untabify from inheriting face properties (Bug#11408).
11808 2012-05-05  Stefan Merten  <smerten@oekonux.de>
11810         * textmodes/rst.el: Major merge with upstream development up to
11811         Docutils SVN r7399 / rst.el V1.2.1.
11813         Clarify maintainership and authors.
11815         (rst-extract-version, rst-cvs-header, rst-cvs-rev)
11816         (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
11817         (rst-official-version, rst-official-cvs-rev, rst-version)
11818         (rst-package-emacs-version-alist): New functions and variables
11819         for version information.
11821         (rst-bullets, rst-uri-schemes, rst-adornment-chars)
11822         (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
11823         (rst-mode-syntax-table, rst-mode): New and corrected functions
11824         and variables representing reStructuredText features.
11826         (rst-re): New function for reStructuredText regexes.  Use in
11827         many places.
11829         (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
11830         (rst-mode-map): Rebind keys.
11832         (rst-mode-lazy, rst-font-lock-keywords)
11833         (rst-font-lock-extend-region)
11834         (rst-font-lock-extend-region-internal)
11835         (rst-font-lock-extend-region-extend)
11836         (rst-font-lock-find-unindented-line-limit)
11837         (rst-font-lock-find-unindented-line-match)
11838         (rst-adornment-level, rst-font-lock-adornment-level)
11839         (rst-font-lock-adornment-match)
11840         (rst-font-lock-handle-adornment-pre-match-form)
11841         (rst-font-lock-handle-adornment-matcher): Major revision of
11842         font-locking.  Integrate with other code.  Use `jit-lock-mode'.
11844         (rst-preferred-adornments, rst-adjust-hook)
11845         (rst-new-adornment-down, rst-preferred-bullets)
11846         (rst-preferred-bullets, rst-indent, rst-indent-width)
11847         (rst-indent-field, rst-indent-literal-normal)
11848         (rst-indent-literal-minimized, rst-indent-comment): Change,
11849         extend and improve customization.
11851         (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
11852         (rst-normalize-cursor-position, rst-get-decoration)
11853         (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
11854         (rst-rstrip, rst-toc-insert-find-delete-contents)
11855         (rst-shift-fill-region, rst-compute-bullet-tabs)
11856         (rst-debug-print-tabs, rst-debug-mark-found)
11857         (rst-shift-region-guts, rst-shift-region-right)
11858         (rst-shift-region-left, rst-use-char-classes)
11859         (rst-font-lock-keywords-function)
11860         (rst-font-lock-indentation-point)
11861         (rst-font-lock-find-unindented-line-begin)
11862         (rst-font-lock-find-unindented-line-end)
11863         (rst-font-lock-find-unindented-line)
11864         (rst-font-lock-adornment-point, rst-font-lock-level)
11865         (rst-adornment-level-alist): Remove functions and variables.
11867         (rst-compare-adornments, rst-get-adornment-match)
11868         (rst-suggest-new-adornment, rst-get-adornments-around)
11869         (rst-adornment-complete-p, rst-get-next-adornment)
11870         (rst-adjust-adornment, rst-display-adornments-hierarchy)
11871         (rst-straighten-adornments): Standardize function names to
11872         use "adornment" instead of "decoration".  Correct callers.
11873         Similar standardizing in many places.
11875         (rst-update-section, rst-adjust, rst-promote-region)
11876         (rst-enumerate-region, rst-bullet-list-region)
11877         (rst-repeat-last-character): Correct use of `interactive'.
11879         (rst-classify-adornment, rst-find-all-adornments)
11880         (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
11881         (rst-find-leftmost-column, rst-repeat-last-character):
11882         Refactor functions.
11884         (rst-find-title-line, rst-reset-section-caches)
11885         (rst-get-adornments-around, rst-adjust-adornment-work)
11886         (rst-arabic-to-roman, rst-roman-to-arabic)
11887         (rst-insert-list-pos, rst-insert-list-new-item)
11888         (rst-insert-list-continue, rst-insert-list, rst-forward-line):
11889         New functions.
11891         (rst-all-sections, rst-section-hierarchy)
11892         (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
11893         New variables.
11895         (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11896         configuration instead of only buffer.  Change where necessary.
11898         (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11899         (rst-shift-region, rst-adaptive-fill): New functions for
11900         indentation and filling.
11902         (rst-comment-line-break, rst-comment-indent)
11903         (rst-comment-insert-comment, rst-comment-region)
11904         (rst-uncomment-region): New functions for handling comments.
11906         (rst-compile): Quote shell arguments.
11908         (rst-compile-pdf-preview, rst-compile-slides-preview):
11909         Delete temporary files after use.
11911 2012-05-05  Glenn Morris  <rgm@gnu.org>
11913         * calendar/cal-html.el: Optionally include holidays in the output.
11914         Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11915         (cal-html-holidays): New option.
11916         (cal-html-css-default): Add holiday entry.
11917         (holiday-in-range): Autoload it.
11918         (cal-html-htmlify-entry): Add optional class argument.
11919         (cal-html-htmlify-list): Add optional holidays argument.
11920         (cal-html-insert-agenda-days): Include holidays in the output.
11921         (cal-html-one-month): Maybe include holidays.
11923         * calendar/holidays.el (holiday-in-range):
11924         Move here from cal-tex-list-holidays.
11925         * calendar/cal-tex.el (cal-tex-list-holidays):
11926         Make it an obsolete alias for holiday-in-range.  Update all callers.
11928 2012-05-05  Chong Yidong  <cyd@gnu.org>
11930         * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11931         Nextstep.
11933 2012-05-05  Ransom Williams  <auvergnerw@gmail.com>  (tiny change)
11935         * files.el (file-auto-mode-skip): New var.
11936         (set-auto-mode-1): Use it.
11938 2012-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11940         * repeat.el: Use lexical-binding.
11941         (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11942         (repeat-undo-count): Remove.
11943         (repeat):
11944         * progmodes/octave-mod.el (octave-abbrev-start):
11945         * progmodes/f90.el (f90-abbrev-start):
11946         * face-remap.el (text-scale-adjust):
11947         * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11949         * emacs-lisp/pcase.el (pcase--let*): New function.
11950         (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11951         a bit more.
11952         (pcase--split-pred): Be more clever about ruling out overlap between
11953         a predicate and some constant pattern.
11954         (pcase--q1): Use `null' instead of (eq foo nil).
11956         * subr.el (setq-local, defvar-local): New macros.
11957         (kbd): Redefine as an alias.
11958         (with-selected-window): Leave unrelated frames alone.
11959         (set-temporary-overlay-map): New function.
11961 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11963         * subr.el (user-error): New function.
11964         * window.el (switch-to-buffer):
11965         * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11966         (smerge-match-conflict):
11967         * simple.el (previous-matching-history-element)
11968         (next-matching-history-element, goto-history-element, undo-more)
11969         (undo-start):
11970         * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11971         (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11972         (next-file, tags-loop-scan, list-tags, complete-tag):
11973         * progmodes/compile.el (compilation-loop):
11974         * mouse.el (mouse-minibuffer-check):
11975         * man.el (Man-bgproc-sentinel, Man-goto-page):
11976         * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11977         (Info-history-forward, Info-follow-reference, Info-menu)
11978         (Info-extract-menu-item, Info-extract-menu-counting)
11979         (Info-forward-node, Info-backward-node, Info-next-menu-item)
11980         (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11981         (Info-next-reference, Info-prev-reference, Info-index)
11982         (Info-index-next, Info-follow-nearest-node)
11983         (Info-copy-current-node-name):
11984         * imenu.el (imenu--make-index-alist)
11985         (imenu-default-create-index-function, imenu-add-to-menubar):
11986         * files.el (basic-save-buffer, recover-file):
11987         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11988         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11989         (checkdoc-message-text, checkdoc-defun):
11990         * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11991         * cus-edit.el (customize-changed-options, customize-rogue)
11992         (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11993         (custom-variable-mark-to-reset-standard)
11994         (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11995         (custom-file):
11996         * completion.el (check-completion-length):
11997         * comint.el (comint-search-arg)
11998         (comint-previous-matching-input-string-position)
11999         (comint-previous-matching-input)
12000         (comint-replace-by-expanded-history-before-point, comint-send-input)
12001         (comint-copy-old-input, comint-backward-matching-input)
12002         (comint-goto-process-mark, comint-set-process-mark):
12003         * calendar/calendar.el (calendar-cursor-to-date): Use it.
12004         * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
12006 2012-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12008         * dabbrev.el (dabbrev--ignore-case-p): New function.
12009         (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
12010         Use it.
12012         * files.el (automount-dir-prefix): Mark as obsolete.
12014 2012-05-04  Glenn Morris  <rgm@gnu.org>
12016         * patcomp.el, play/bruce.el: Move to obsolete/.
12018 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
12020         Fix minor Y10k bugs.
12021         * arc-mode.el (archive-unixdate):
12022         * autoinsert.el (auto-insert-alist):
12023         * calc/calc-forms.el (math-this-year):
12024         * emacs-lisp/copyright.el (copyright-current-year)
12025         (copyright-update-year, copyright):
12026         * tar-mode.el (tar-clip-time-string):
12027         * time.el (display-time-update):
12028         Don't assume years have 4 digits.
12030 2012-05-04  Chong Yidong  <cyd@gnu.org>
12032         * dos-w32.el (file-name-buffer-file-type-alist)
12033         (direct-print-region-use-command-dot-com):
12034         * ffap.el (ffap-menu-regexp):
12035         * find-file.el (ff-special-constructs):
12036         * follow.el (follow-debug):
12037         * forms.el (forms--debug):
12038         * iswitchb.el (iswitchb-all-frames):
12039         * ido.el (ido-all-frames):
12040         * emacs-lisp/timer.el (timer-max-repeats):
12041         * mail/feedmail.el (feedmail-mail-send-hook)
12042         (feedmail-mail-send-hook-queued):
12043         * mail/footnote.el (footnote-signature-separator):
12044         * mail/mailabbrev.el (mail-alias-separator-string)
12045         (mail-abbrev-mode-regexp):
12046         * mail/rmail.el (rmail-speedbar-match-folder-regexp):
12047         * progmodes/idlwave.el (idlwave-libinfo-file)
12048         (idlwave-default-completion-case-is-down)
12049         (idlwave-library-routines): Convert defvars to defcustoms.
12051         * mail/rmail.el (rmail-decode-mime-charset):
12052         * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
12053         (idlwave-shell-fix-inserted-breaks)
12054         (idlwave-shell-activate-alt-keybindings)
12055         (idlwave-shell-use-breakpoint-glyph):
12056         * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
12058 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12060         * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
12062 2012-05-03  Wilson Snyder  <wsnyder@wsnyder.org>
12064         * progmodes/verilog-mode.el (font-lock-keywords):
12065         Fix mis-highligting auto.  Reported by Craig Barner.
12066         (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
12067         defines from global name space.  Reported by Dan Dever.
12068         (verilog-auto-reset, verilog-auto-reset-widths)
12069         (verilog-auto-tieoff): Support using unbased numbers for
12070         AUTORESET and AUTOTIEOFF.
12071         (verilog-submit-bug-report): Update variable list.
12072         (verilog-read-auto-params): Fix AUTOINPUT regexps containing
12073         parenthesis from not matching.  Reported by Michael Rytting.
12074         (verilog-auto-template-lint): Fix hash error when linting modules
12075         with no used templates.
12076         (verilog-warn, verilog-warn-error)
12077         (verilog-warn-fatal): When non-interactive report multiple
12078         warnings before exiting.  Suggested by Brad Dobbie.
12079         (verilog-auto-template-lint, verilog-auto-template-warn-unused)
12080         (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
12081         to report unused template errors.  Reported by Brad Dobbie.
12082         (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
12083         nets, bug438.  Reported by Vns Blore.
12084         (verilog-auto-inout-module, verilog-auto-reg)
12085         (verilog-read-decls, verilog-read-sub-decls-sig)
12086         (verilog-signals-edit-wire-reg, verilog-signals-with):
12087         Fix passing of Verilog data types in ANSI input/output ports
12088         such as "output logic" into the AUTOs.  Special case "wire" and
12089         "reg" for backwards compatibility presuming Verilog 2001.
12090         (verilog-auto-ascii-enum): Add "auto enum" as alias.
12091         (verilog-preprocess): Fix replication of preprocess output.
12092         Reported by Brad Dobbie.
12093         (verilog-auto-inst-interfaced-ports):
12094         Create verilog-auto-inst-interfaced-ports, bug429.
12095         Reported by Julian Gorfajn.
12096         (verilog-after-save-font-hook)
12097         (verilog-before-save-font-hook): New variable.
12098         (verilog-modi-cache-results, verilog-save-font-mod-hooked)
12099         (verilog-save-font-mods): Wrap disabling fontification, reported
12100         by David Rogoff.
12101         (verilog-do-indent, verilog-pretty-declarations-auto)
12102         (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
12103         Reported by Pierre-David Pfister.
12104         (verilog-set-auto-endcomments): Fix endtask auto comments outside
12105         of class declarations, bug292.  Reported by Kevin Heilman.
12106         (verilog-read-decls): Fix 'parameter type' not appearing in
12107         AUTOINSTPARAM, bug340.  Reported by Jonathan Greenlaw.
12108         (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
12109         AUTOINPUTs, bug411.  Reported by Jonathan Greenlaw.
12110         (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
12111         Reported by David Kravitz.
12113 2012-05-03  Michael McNamara  <mac@mail.brushroad.com>
12115         * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
12116         assignment with tests in ifs and for loops.
12117         (verilog-extended-complete-re, verilog-complete-reg): Change so
12118         that DPI inport functions don't look like fuction declarations.
12119         (verilog-pretty-expr): Don't line up assignment
12120         operations to the test and increment in if and for loops
12121         (verilog-extended-complete-re, verilog-complete-reg): Change so
12122         that DPI inport functions don't look like fuction declarations.
12124 2012-05-03  Kenichi Handa  <handa@m17n.org>
12126         * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
12127         decoding, and show a warning message without signaling an error
12128         (Bug#11282).
12130 2012-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12132         * emacs-lisp/bytecomp.el
12133         (byte-compile-file-form-custom-declare-variable): Compile all elements,
12134         since cconv.el might have introduced :fun-body, internal-make-closure,
12135         and friends for bytecomp to handle (bug#11391).
12136         * custom.el (defcustom): Avoid ((λ ..) ..).
12138 2012-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
12140         * subr.el (read-passwd): Better clean after ourselves (bug#11392).
12142 2012-05-02  Juanma Barranquero  <lekktu@gmail.com>
12144         * notifications.el (dbus-debug):
12145         * term/linux.el (gpm-mouse-enable):
12146         * term/screen.el (xterm-register-default-colors): Declare.
12148 2012-05-02  Chong Yidong  <cyd@gnu.org>
12150         * cus-start.el (gc-cons-percentage, exec-suffixes)
12151         (dos-display-scancodes, dos-hyper-key, dos-super-key)
12152         (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
12153         (make-cursor-line-fully-visible, void-text-area-pointer)
12154         (font-list-limit): Add customization data.
12156         * allout.el (allout-exposure-change-functions)
12157         (allout-structure-added-functions)
12158         (allout-structure-deleted-functions)
12159         (allout-structure-shifted-functions): Rename abnormal hooks from
12160         *-hook, and convert to defcustoms.
12161         (allout-after-copy-or-kill-hook, allout-post-undo-hook):
12162         Convert to defcustoms.
12163         (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
12165         * allout-widgets.el: Hook callers changed.
12167 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
12169         * mail/rmail.el (rmail-yank-current-message): Use the encoding of
12170         the yanked message in preference to the default value of
12171         buffer-file-coding-system.
12173 2012-05-02  Martin Rudalics  <rudalics@gmx.at>
12175         * window.el (display-buffer--action-function-custom-type):
12176         Fix entry.
12178 2012-05-02  Alan Mackenzie  <acm@muc.de>
12180         * progmodes/cc-defs.el (c-version): Update to 5.32.3.
12182 2012-05-01  Glenn Morris  <rgm@gnu.org>
12184         * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
12186         * eshell/esh-cmd.el (eshell-debug-command): Doc fix.  Add :set.
12188         * cus-edit.el (custom-variable-documentation): Simplify with format.
12190 2012-05-01  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12191             Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * simple.el (suggest-key-bindings, execute-extended-command):
12194         Move from keyboard.c.
12196 2012-05-01  Chong Yidong  <cyd@gnu.org>
12198         * follow.el: Eliminate advice.
12199         (set-process-filter, process-filter, sit-for): Advice deleted.
12200         (follow-mode-off-hook): Obsolete hook removed.
12201         (follow-avoid-tail-recenter-p, follow-process-filter-alist):
12202         Vars deleted.
12203         (follow-auto): Use a :set function.
12204         (follow-mode): Rewritten.  Don't advise process filters.
12205         (follow-switch-to-current-buffer-all, follow-scroll-up)
12206         (follow-scroll-down): Assume follow-mode is bound.
12207         (follow-comint-scroll-to-bottom)
12208         (follow-align-compilation-windows): New functions.
12209         (follow--window-sorter): New function.
12210         (follow-all-followers): Use it to explicitly sort windows by their
12211         positions; don't make assumptions about next-window order.
12212         (follow-windows-start-end, follow-delete-other-windows-and-split)
12213         (follow-calc-win-start): Doc fix.
12214         (follow-windows-aligned-p, follow-select-if-visible): Don't call
12215         vertical-motion unnecessarily.
12216         (follow-adjust-window): New function.
12217         (follow-post-command-hook): Use it.
12218         (follow-call-set-process-filter, follow-call-process-filter)
12219         (follow-intercept-process-output, follow-tidy-process-filter-alist)
12220         (follow-stop-intercept-process-output, follow-generic-filter):
12221         Functions deleted.
12222         (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
12223         (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
12224         New functions, replacing advice on scroll-bar-* commands.
12225         (follow-mwheel-scroll): New function (Bug#4112).
12227         * comint.el (comint-adjust-point): New function.
12228         (comint-postoutput-scroll-to-bottom): Use it.
12229         Call follow-comint-scroll-to-bottom for Follow mode buffers.
12231 2012-05-01  Glenn Morris  <rgm@gnu.org>
12233         * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
12234         * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
12235         * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
12236         * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
12237         * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
12238         Remove no-byte-compile setting.
12240 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12242         * minibuffer.el (completion-table-with-quoting): Fix compatibility
12243         all-completions code to not return a number in the last cdr.
12245 2012-04-30  Leo Liu  <sdl.web@gmail.com>
12247         * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
12248         read-only error.
12250 2012-04-29  Chong Yidong  <cyd@gnu.org>
12252         * follow.el (follow-calc-win-end): Rewrite to handle partial
12253         screen lines correctly (Bug#8390).
12254         (follow-avoid-tail-recenter): Minor cleanup.
12256 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12258         Avoid the obsolete `assoc' package.
12259         * speedbar.el (speedbar-refresh): Avoid adelete.
12260         (speedbar-file-lists): Simplify and avoid aput.
12261         * man.el (Man--sections, Man--refpages): New vars, replacing
12262         Man-sections-alist and Man-refpages-alist.
12263         (Man-build-section-alist, Man-build-references-alist):
12264         Use them; avoid aput.
12265         (Man--last-section, Man--last-refpage): New vars.
12266         (Man-follow-manual-reference): Use them.
12267         Use the `default' arg of completing-read.
12268         (Man-goto-section): Idem.  Move prompt to the `interactive' spec.
12270 2012-04-27  Chong Yidong  <cyd@gnu.org>
12272         * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
12274         * startup.el (x-apply-session-resources): New function.
12276         * term/ns-win.el (ns-initialize-window-system):
12277         * term/w32-win.el (w32-initialize-window-system):
12278         * term/x-win.el (x-initialize-window-system): Use it to properly
12279         set menu-bar-mode and other vars from X resources, even if the
12280         initial frame is not a window-system frame (Bug#2299).
12282         * subr.el (read-key): Avoid running filter function when setting
12283         up temporary tool bar entries (Bug#9922).
12285 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12287         * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
12288         (Bug#11344)
12290 2012-04-27  Chong Yidong  <cyd@gnu.org>
12292         * select.el (xselect--encode-string): New function, split from
12293         xselect-convert-to-string.
12294         (xselect-convert-to-string): Use it.
12295         (xselect-convert-to-filename, xselect-convert-to-os)
12296         (xselect-convert-to-host, xselect-convert-to-user): Ensure that
12297         returned strings are properly encoded (Bug#11315).
12299 2012-04-27  Chong Yidong  <cyd@gnu.org>
12301         * simple.el (delete-active-region): Move to killing custom group.
12303 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
12305         * progmodes/which-func.el (which-func-current): Quote %
12306         characters for mode-line processing.
12308 2012-04-27  Chong Yidong  <cyd@gnu.org>
12310         * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
12311         reaching eob (Bug#11286).
12313 2012-04-27  Eli Zaretskii  <eliz@gnu.org>
12315         * progmodes/gdb-mi.el (gdb-control-level): New variable.
12316         (gdb): Make it buffer-local and init to zero.
12317         (gdb-control-commands-regexp): New variable.
12318         (gdb-send): Don't wrap in "-interpreter-exec console" if
12319         gdb-control-level is positive.  Increment gdb-control-level
12320         whenever the command matches gdb-control-commands-regexp, and
12321         decrement it each time the command is "end".  (Bug#11279)
12323 2012-04-27  Martin Rudalics  <rudalics@gmx.at>
12325         * window.el (adjust-window-trailing-edge, enlarge-window)
12326         (shrink-window, window-resize):
12327         * mouse.el (mouse-drag-line): Fix resizing of minibuffer
12328         windows (Bug#11276).
12330 2012-04-27  Chong Yidong  <cyd@gnu.org>
12332         * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
12333         fix "missing prefix" warning.  All callers changed.
12335 2012-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12337         * emacs-lisp/assoc.el: Move to obsolete/.
12339 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12341         * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
12343         * term/ns-win.el (ns-define-service):
12344         * progmodes/pascal.el (pascal-goto-defun):
12345         * progmodes/js.el (js--read-tab):
12346         * progmodes/etags.el (tags-lazy-completion-table):
12347         * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
12348         * emacs-lisp/ewoc.el (ewoc--wrap):
12349         * emacs-lisp/assoc.el (aput, adelete, amake):
12350         * doc-view.el (doc-view-convert-current-doc):
12351         * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
12353 2012-04-26  Chong Yidong  <cyd@gnu.org>
12355         * image.el (image-type-from-buffer): Only return supported image
12356         type (Bug#9045).
12358         * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
12359         value, for symmetry with diff-end-of-hunk.
12360         (diff-split-hunk, diff-find-source-location)
12361         (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
12362         (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
12363         (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
12364         compute the relevant hunk or file properly (Bug#6005).
12365         (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
12367 2012-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12369         * vc/vc-mtn.el:
12370         * vc/vc-hg.el:
12371         * vc/vc-git.el:
12372         * vc/vc-dir.el:
12373         * vc/vc-cvs.el:
12374         * vc/vc-bzr.el:
12375         * vc/vc-arch.el:
12376         * vc/vc.el: Replace lexical-let by lexical-binding.
12377         * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
12378         * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
12379         * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
12381 2012-04-26  Chong Yidong  <cyd@gnu.org>
12383         * vc/diff-mode.el (diff-undo): New command (Bug#5302).
12384         (diff-mode-shared-map): Bind it to / and [remap undo].
12386         * vc/ediff-wind.el (ediff-setup-windows-default): New function.
12387         (ediff-window-setup-function): Use it as the default, to set up
12388         windows based on whether the current frame is graphical (Bug#2138).
12389         (ediff-choose-window-setup-function-automatically): Make obsolete.
12391         * vc/ediff-init.el: Always define ediff-pixel-width/height.
12393 2012-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12395         * ffap.el: Remove old code for obsolete package.
12396         (ffap-complete-as-file-p): Remove.
12398         Use completion-table-with-quoting for comint and pcomplete.
12399         * comint.el (comint--unquote&requote-argument)
12400         (comint--unquote-argument, comint--requote-argument): New functions.
12401         (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
12402         (comint-quote-filename): Use regexp-opt-charset.
12403         (comint--common-suffix, comint--common-quoted-suffix)
12404         (comint--table-subvert): Remove.
12405         (comint-unquote-function, comint-requote-function): New vars.
12406         (comint--complete-file-name-data): Use them with
12407         completion-table-with-quoting.
12408         * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
12409         * pcomplete.el (pcomplete-arg-quote-list)
12410         (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
12411         (pcomplete-unquote-argument-function): Default to non-nil.
12412         (pcomplete-unquote-argument): Simplify.
12413         (pcomplete--common-quoted-suffix): Remove.
12414         (pcomplete-requote-argument-function): New var.
12415         (pcomplete--common-suffix): New function.
12416         (pcomplete-completions-at-point): Use completion-table-with-quoting
12417         and completion-table-subvert.
12419         * minibuffer.el: Use completion-table-with-quoting for read-file-name.
12420         (minibuffer--double-dollars): Preserve properties.
12421         (completion--sifn-requote): New function.
12422         (completion--file-name-table): Rewrite using it and c-t-with-quoting.
12424         * minibuffer.el: Add support for completion of quoted/escaped data.
12425         (completion-table-with-quoting, completion-table-subvert): New funs.
12426         (completion--twq-try, completion--twq-all): New functions.
12427         (completion--nth-completion): New function.
12428         (completion-try-completion, completion-all-completions): Use it.
12430 2012-04-25  Leo Liu  <sdl.web@gmail.com>
12432         * progmodes/python.el (python-pdbtrack-get-source-buffer):
12433         Use compilation-message if available to find real filename.
12435 2012-04-25  Chong Yidong  <cyd@gnu.org>
12437         * vc/diff-mode.el (diff-setup-whitespace): New function.
12438         (diff-mode): Use it.
12440         * vc/diff.el (diff-sentinel):
12441         * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
12442         Whitespace mode variables based on diff style (Bug#8612).
12444 2012-04-25  Leo Liu  <sdl.web@gmail.com>
12446         * progmodes/python.el (python-send-region): Add suffix .py to the
12447         temp file.
12449         * files.el (auto-mode-alist): Use javascript-mode instead.
12451 2012-04-25  Alex Harsanyi  <AlexHarsanyi@gmail.com>
12453         Sync with soap-client repository.  Support SOAP simpleType (Bug#10331).
12455         * net/soap-client.el (soap-resolve-references-for-sequence-type)
12456         (soap-resolve-references-for-array-type): Hack to prevent self
12457         references, see Bug#9.
12458         (soap-parse-envelope): Report the contents of the 'detail' node
12459         when receiving a fault reply.
12460         (soap-parse-envelope): Report the contents of the entire 'detail' node.
12462         * net/soap-inspect.el (soap-sample-value-for-simple-type)
12463         (soap-inspect-simple-type): New function.
12465         * net/soap-client.el (soap-simple-type): New struct.
12466         (soap-default-xsd-types, soap-default-soapenc-types)
12467         (soap-decode-basic-type, soap-encode-basic-type):
12468         support unsignedInt and double basic types.
12469         (soap-resolve-references-for-simple-type)
12470         (soap-parse-simple-type, soap-encode-simple-type): New function.
12471         (soap-parse-schema): Parse xsd:simpleType declarations.
12473         * net/soap-client.el (soap-default-xsd-types)
12474         (soap-default-soapenc-types): Add integer, byte and anyURI types.
12475         (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
12476         the local name of "soapenc:Array".
12477         (soap-decode-basic-type, soap-encode-basic-type): Support encoding
12478         decoding integer, byte and anyURI xsd types.
12480 2012-04-25  Chong Yidong  <cyd@gnu.org>
12482         * cus-edit.el (custom-buffer-create-internal): Update header text.
12484 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
12486         * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
12487         settings on 'system-type', not on 'window-system'.  On MS-Windows,
12488         set interactive-mode on in GDB.
12490 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12492         * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
12493         (ruby-syntax-propertize-regexp): Remove.
12494         (ruby-syntax-propertize-function): Split regexp into chunks.
12495         Match following code directly.
12497 2012-04-24  Dmitry Gutov  <dgutov@yandex.ru>
12499         * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
12500         (ruby-syntax-propertize-regexp): New function.
12501         (ruby-syntax-propertize-function): Use it to handle regexp not preceded
12502         by a special keyword.
12504         * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
12505         (ruby-syntax-general-delimiters-goto-beg)
12506         (ruby-syntax-propertize-general-delimiters): New functions.
12507         (ruby-syntax-propertize-function): Use them to handle GDL.
12508         (ruby-font-lock-keywords): Move old handling of GDL...
12509         (ruby-font-lock-syntactic-keywords): .. to here.
12510         (ruby-calculate-indent): Adjust indentation for GDL.
12512 2012-04-24  Michael Albinus  <michael.albinus@gmx.de>
12514         * notifications.el (top): Remove unneeded declarations.
12515         (notifications-specification-version): Change to "1.2".
12516         (notifications-interface, notifications-notify-method)
12517         (notifications-close-notification-method): Fix docstring.
12518         (notifications-get-capabilities-method): New defconst.
12519         (notifications-notify): Add :action-items, :resident and
12520         :transient hints.  Change "image_data" to "image-data" and
12521         "image_path" to "image-path".
12522         (notifications-get-capabilities): New defun.
12524 2012-04-24  Leo Liu  <sdl.web@gmail.com>
12526         * progmodes/python.el: Move hideshow setup to the end.
12528 2012-04-24  Martin Rudalics  <rudalics@gmx.at>
12530         * window.el (handle-select-window): Clear echo area since this is
12531         no more done by read_char (Bug#11304).
12533 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12535         * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
12536         and `/ M' to filter-derived-mode.
12537         * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
12538         (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12539         (ibuffer-mark-by-mode): Use default rather than initial-input.
12540         (ibuffer-filter-by-derived-mode): Autoload and require-match.
12542 2012-04-24  Ivan Andrus  <darthandrus@gmail.com>  (tiny change)
12544         * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
12545         (ibuffer-filter-by-derived-mode): New filter.
12546         * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
12548 2012-04-23  Andreas Politz  <politza@fh-trier.de>
12550         * subr.el (accept-change-group): Fix arg usage (Bug#6095).
12552 2012-04-23  Chong Yidong  <cyd@gnu.org>
12554         * cus-edit.el (customize-apropos, customize-apropos-options):
12555         Disable matching of non-option variables (Bug#11176).
12556         (customize-option, customize-option-other-window)
12557         (customize-changed-options): Doc fix.
12558         (customize-apropos-options, customize-apropos-faces)
12559         (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
12561         * apropos.el (apropos-read-pattern): Make prompt less cryptic.
12562         Fix word list splitting (Bug#11132).
12563         (apropos-symbol, apropos-keybinding, apropos-label)
12564         (apropos-property, apropos-function-button)
12565         (apropos-variable-button, apropos-misc-button): New faces.
12566         (apropos-symbol-face, apropos-keybinding-face)
12567         (apropos-label-face, apropos-property-face, apropos-match-face):
12568         Variables removed (Bug#8396).
12569         (apropos-library-button, apropos-format-plist, apropos-print)
12570         (apropos-print-doc, apropos-describe-plist): Callers changed.
12572 2012-04-23  Michael Albinus  <michael.albinus@gmx.de>
12574         * net/xesam.el (xesam-mode-map): Use let-bound map in
12575         initialization.  (Bug#11292)
12577 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12579         Preserve ispell session localwords when switching back to
12580         original buffer.
12582         * textmodes/ispell.el (ispell-buffer-session-localwords):
12583         New buffer-local variable to hold buffer session localwords.
12584         (ispell-kill-ispell): Add option 'clear to delete session
12585         localwords.
12586         (ispell-command-loop, ispell-change-dictionary)
12587         (ispell-buffer-local-words): Preserve session localwords when
12588         needed.
12590         * textmodes/flyspell.el (flyspell-process-localwords)
12591         (flyspell-do-correct): Preserve session localwords when needed.
12593 2012-04-23  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
12595         * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
12596         using obsolete `translation-table-for-input'.
12597         (ispell-word, ispell-process-line, ispell-complete-word):
12598         Use plain `insert' instead of removed `ispell-insert-word'.
12600 2012-04-22  Chong Yidong  <cyd@gnu.org>
12602         * cus-edit.el (custom-variable-menu)
12603         (custom-variable-reset-saved, custom-face-menu)
12604         (custom-face-reset-saved): If there is no saved value, make the
12605         "reset-saved" operation bring back the default (Bug#9509).
12606         (custom-face-state): Properly detect themed faces.
12608         * faces.el (face-spec-set): Stop supporting deprecated form of
12609         third arg.
12611 2012-04-22  Michael Albinus  <michael.albinus@gmx.de>
12613         Move functions from C to Lisp.  Make non-blocking method calls
12614         the default.  Implement further D-Bus standard interfaces.
12616         * net/dbus.el (dbus-message-internal): Declare function.
12617         Remove unneeded function declarations.
12618         (defvar dbus-message-type-invalid, dbus-message-type-method-call)
12619         (dbus-message-type-method-return, dbus-message-type-error)
12620         (dbus-message-type-signal): Declare variables.  Remove local
12621         definitions.
12622         (dbus-interface-dbus, dbus-interface-peer)
12623         (dbus-interface-introspectable, dbus-interface-properties)
12624         (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
12625         Adapt docstring.
12626         (dbus-interface-objectmanager): New defconst.
12627         (dbus-call-method, dbus-call-method-asynchronously)
12628         (dbus-send-signal, dbus-method-return-internal)
12629         (dbus-method-error-internal, dbus-register-service)
12630         (dbus-register-signal, dbus-register-method): New defuns, moved
12631         from dbusbind.c
12632         (dbus-call-method-handler, dbus-setenv)
12633         (dbus-get-all-managed-objects, dbus-managed-objects-handler):
12634         New defuns.
12635         (dbus-call-method-non-blocking): Make it an obsolete function.
12636         (dbus-unregister-object, dbus-unregister-service)
12637         (dbus-handle-event, dbus-register-property)
12638         (dbus-property-handler): Obey the new structure of
12639         `bus-registered-objects'.
12640         (dbus-introspect): Use `dbus-call-method'.  Use a timeout.
12641         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
12642         Use `dbus-call-method'.
12644 2012-04-22  Chong Yidong  <cyd@gnu.org>
12646         * cus-edit.el (custom-commands, custom-reset-menu)
12647         (Custom-reset-standard): Tweak labels.
12648         (custom-reset-button-menu): Change default to t.
12649         (custom-buffer-create-internal): For the custom-reset-button-menu
12650         case, put the revert button first.
12651         (custom-group-subtitle): New face.
12652         (custom-group-value-create): Align docstring to a specific column.
12654         * wid-edit.el (widget-documentation-link-add): Don't handle
12655         indentation in this function.
12656         (widget-documentation-string-indent-to): New function.
12657         (widget-documentation-string-value-create): Use it.
12659         * autorevert.el (auto-revert):
12660         * epg-config.el (epg):
12661         * ibuffer.el (ibuffer):
12662         * mpc.el (mpc):
12663         * ses.el (ses):
12664         * eshell/eshell.el (eshell):
12665         * net/ange-ftp.el (ange-ftp):
12666         * progmodes/ebnf2ps.el (postscript):
12667         * progmodes/flymake.el (flymake):
12668         * progmodes/prolog.el (prolog):
12669         * progmodes/verilog-mode.el (verilog-mode):
12670         * progmodes/which-func.el (which-func):
12671         * term/xterm.el (xterm):
12672         * textmodes/picture.el (picture):
12673         * textmodes/tildify.el (tildify):
12674         * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
12675         customization buffers.
12677 2012-04-22  Alan Mackenzie  <acm@muc.de>
12679         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
12680         Adding a ) can hide the resulting (..) from searches.  Fix it.
12681         Bound the backward search to the position of the existing (.
12683 2012-04-21  Juanma Barranquero  <lekktu@gmail.com>
12685         * progmodes/verilog-mode.el (verilog-mode): Check whether
12686         which-func-modes is t before adding verilog-mode.
12687         Reported by Andy Moreton <andrewjmoreton@gmail.com>.
12689 2012-04-21  Leo Liu  <sdl.web@gmail.com>
12691         * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
12693 2012-04-21  Michael Vehrs  <Michael.Burschik@gmx.de>
12695         * woman.el: Add support for "T{ T}" tbl syntax, and fix the
12696         filling of the last column of a table (Bug#5635).
12697         (woman-find-next-control-line): New arg, specifying an additional
12698         regexp component for the control line.
12699         (woman2-roff-buffer): Use it.
12700         (woman-break-table): New function.
12701         (woman2-TS): Use it.
12703 2012-04-21  Chong Yidong  <cyd@gnu.org>
12705         * woman.el (woman-set-buffer-display-table, woman-decode-region)
12706         (woman-horizontal-escapes, woman-negative-vertical-space)
12707         (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
12708         (WoMan-warn-ignored): Use ?\s instead of ?\ .
12710 2012-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12712         * minibuffer.el (completion-file-name-table): Complete user names.
12714 2012-04-20  Leo Liu  <sdl.web@gmail.com>
12716         * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
12717         and pcase-let*.
12719 2012-04-20  Chong Yidong  <cyd@gnu.org>
12721         * server.el (server-execute): Respect initial-buffer-choice if it
12722         is a string and there are no files to open (Bug#2825).
12723         (server-create-window-system-frame, server-create-tty-frame):
12724         Don't switch buffers here.
12725         (server-process-filter): Only try to open a window system frame if
12726         compiled with graphical support (Bug#8314).
12728 2012-04-20  Dan Nicolaescu  <dann@gnu.org>
12730         * battery.el (battery-echo-area-format): Display remaining time
12731         for sysfs backend too (Bug#11269).
12732         (battery-linux-sysfs): Fix conditional for the charge.
12734 2012-04-20  Chong Yidong  <cyd@gnu.org>
12736         * progmodes/gdb-mi.el (gdb): Revert previous change.
12737         (gdb-inferior-io--init-proc): New function.
12738         (gdb-init-1): Use it.
12739         (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
12740         responsible for allocating a new pty and hooking it to gdb when
12741         the old pty gets an EIO due to process exit.
12742         (gdb-delchar-or-quit): New command.  Bind it in gdb-mi buffers.
12743         (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
12744         (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
12746 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
12748         * window.el (window-min-size, window-sizable, window-min-delta)
12749         (window-max-delta, window--resizable, window-resizable)
12750         (window-total-size, window-full-height-p, window-full-width-p)
12751         (window-in-direction, window--resize-mini-window, window-resize)
12752         (window--resize-child-windows-normal)
12753         (window--resize-child-windows, window--resize-siblings)
12754         (window--resize-this-window, adjust-window-trailing-edge)
12755         (enlarge-window, shrink-window): Doc fixes.
12757 2012-04-20  Chong Yidong  <cyd@gnu.org>
12759         * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
12760         New function to call delete-process on the gdb-inferior buffer's pty.
12761         (gdb-reset): Use it, instead of relying on kill-buffer to kill the
12762         pty process (Bug#11273).
12763         (gdb-update): New arg to suppress talking to the gdb process.
12764         (gdb-done-or-error): Use it.
12765         (gdb-stopped-functions): Rename from gdb-stopped-hooks.
12766         (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
12767         sentinel not being called.
12769         * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
12771         * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
12773 2012-04-20  Glenn Morris  <rgm@gnu.org>
12775         * net/network-stream.el (open-network-stream): Doc fix.
12777 2012-04-20  Chong Yidong  <cyd@gnu.org>
12779         * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
12781 2012-04-20  Alan Mackenzie  <acm@muc.de>
12783         Ensure searching for keywords is case sensitive.
12785         * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
12786         (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
12787         (c-defun-name, c-mark-function, c-cpp-define-name)
12788         (c-comment-indent, c-scan-conditionals, c-indent-defun)
12789         (c-context-line-break): Bind case-fold-search to nil.
12791         * progmodes/cc-mode.el (c-font-lock-fontify-region):
12792         Bind case-fold-search to nil.
12794 2012-04-20  Chong Yidong  <cyd@gnu.org>
12796         * mail/sendmail.el (mail-bury): Call return action with the right
12797         Rmail buffer (Bug#11242).
12799         * server.el (server-process-filter): Handle corner case where both
12800         tty and nowait options are present (Bug#11102).
12802 2012-04-20  Eli Zaretskii  <eliz@gnu.org>
12804         * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
12805         (top level): Put into the executable the ident-style '$Id:' tag on
12806         windows-nt as well.
12808 2012-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12810         * electric.el (electric-indent-post-self-insert-function): Check that
12811         electric-indent-mode is enabled in current buffer.
12813 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
12815         * imenu.el (imenu-progress-message): Restore; it is "used" in
12816         erc/erc-imenu.el and net/snmp-mode.el.
12818 2012-04-19  Juanma Barranquero  <lekktu@gmail.com>
12820         * avoid.el (mouse-avoidance-mode): Mark unused arg.
12821         (mouse-avoidance-nudge-mouse): Remove unused binding.
12823         * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
12825         * descr-text.el (describe-char):
12826         * progmodes/python.el (python-describe-symbol):
12827         Don't call `toggle-read-only', set `buffer-read-only'.
12829         * imenu.el (imenu-default-goto-function): Mark unused args.
12830         (imenu-progress-message): Remove obsolete macro; all callers changed.
12832         * subr.el (keymap-canonicalize): Remove unused binding.
12833         (read-passwd): Mark unused arg.
12835         * tutorial.el (tutorial--display-changes): Remove unused binding.
12836         (tutorial--save-tutorial-to): Remove unused variable.
12838         * emacs-lisp/package.el (define-package, package-menu-mark-delete)
12839         (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
12840         (package-generate-autoloads, package-menu--generate)
12841         (package-menu--find-upgrades): Remove unused bindings.
12843         * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
12844         (cua-restrict-prefix-rectangle): Doc fixes.  Remove unused bindings.
12845         (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
12846         (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
12847         (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
12848         (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
12849         (cua--rectangle-aux-replace, cua--left-fill-rectangle)
12850         (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
12851         (cua-delete-char-rectangle): Mark unused args.
12852         (cua-align-rectangle): Remove unused binding.
12854         * mail/rmail.el (compilation--message->loc)
12855         (epa--find-coding-system-for-mime-charset): Declare.
12857         * net/dbus.el (dbus-register-service): Declare.
12858         (dbus-name-owner-changed-handler): Remove unused binding.
12860         * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
12861         (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
12862         (nxml-scan-backward-within): Mark unused arg.
12863         (nxml-dynamic-markup-word): Remove unused binding.
12865         * mouse.el (mouse-menu-major-mode-map):
12866         * emacs-lisp/authors.el (authors-scan-change-log)
12867         (authors-add-to-author-list):
12868         * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
12869         * emacs-lisp/smie.el (smie-auto-fill):
12870         * mail/sendmail.el (mail-bury):
12871         * mail/unrmail.el (unrmail):
12872         * net/tls.el (open-tls-stream):
12873         * textmodes/picture.el (picture-mouse-set-point):
12874         Remove unused bindings.
12876 2012-04-19  Michael Albinus  <michael.albinus@gmx.de>
12878         * net/tramp.el (tramp-action-password): Let-bind
12879         `enable-recursive-minibuffers' to t.
12881 2012-04-18  Sam Steingold  <sds@gnu.org>
12883         * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
12884         instead of 'string to accommodate values like [f11].
12885         Always use `vconcat' instead of `concat' on it, like in `gud-def'.
12886         * progmodes/gdb-mi.el: Likewise.
12888 2012-04-18  Leo Liu  <sdl.web@gmail.com>
12890         * abbrev.el (edit-abbrevs): Move point to the abbrev table of
12891         current buffer.
12892         (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
12893         LOCAL is nil.
12895 2012-04-18  Chong Yidong  <cyd@gnu.org>
12897         * simple.el (line-move): Use forward-line if in batch mode
12898         (Bug#11053).
12900 2012-04-18  Christopher Schmidt  <christopher@ch.ristopher.com>
12902         * files.el (after-find-file): Do not try to add a final newline if
12903         the buffer is read-only (Bug#11156).
12905 2012-04-17  Richard Stallman  <rms@gnu.org>
12907         * mail/rmail.el (rmail-start-mail):
12908         Pass (rmail-mail-return...) for the return-action.
12909         Pass (rmail-yank-current-message...) for the yank-action.
12910         (rmail-yank-current-message): New function.
12911         (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12912         (rmail-reply): Likewise.
12913         (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12915         * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12916         buffer, not the last.  Reject temp buffers.  Use the rmail-mode
12917         buffer, not newbuf.
12919 2012-04-17  Juanma Barranquero  <lekktu@gmail.com>
12921         * server.el (server-ensure-safe-dir): Simplify.
12923 2012-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12925         * emacs-lisp/smie.el: Provide smarter auto-filling.
12926         (smie-auto-fill): New function.
12927         (smie-setup): Use it.
12929         * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12931 2012-04-17  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
12933         * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12934         (comment-indent): Use it.
12936 2012-04-17  Vincent Belaïche  <vincentb1@users.sourceforge.net>
12938         * ses.el: The overall change is to add cell renaming, that is
12939         setting fancy names for cell symbols other than name matching
12940         "\\`[A-Z]+[0-9]+\\'" regexp .
12941         (ses-localvars): Add ses--renamed-cell-symb-list.
12942         (ses-create-cell-variable): New defun.
12943         (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12944         (ses-relocate-formula): Relocate formulas only for cells the
12945         symbols of which are not renamed, i.e. symbols whose names do not
12946         match regexp "\\`[A-Z]+[0-9]+\\'".
12947         (ses-relocate-all): Relocate values only for cells the symbols of
12948         which are not renamed.
12949         (ses-load): Create cells variables as the (ses-cell ...) are read,
12950         in order to check row col consistency with cell symbol name only
12951         for cells that are not renamed.
12952         (ses-replace-name-in-formula): New defun.
12953         (ses-rename-cell): New defun.
12955 2012-04-17  Peter Oliver  <bzr@mavit.org.uk>  (tiny change)
12957         * progmodes/perl-mode.el (perl-indent-parens-as-block):
12958         New option (bug#11118).
12959         (perl-calculate-indent): Respect it.
12961 2012-04-17  Glenn Morris  <rgm@gnu.org>
12963         * dired-aux.el (dired-mark-read-string): Doc fix.
12965 2012-04-17  Dmitry Antipov  <dmantipov@yandex.ru>
12967         * dired-aux.el (dired-mark-read-string): Offer optional completion.
12968         (dired-do-chxxx): Complete chown, chgrp over users, groups.  (Bug#7900)
12970 2012-04-17  Glenn Morris  <rgm@gnu.org>
12972         * mouse.el (mouse-drag-track):
12973         * speedbar.el (speedbar-frame-mode):
12974         Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12976 2012-04-16  Leo Liu  <sdl.web@gmail.com>
12978         * progmodes/python.el: Trivial cleanup.
12980 2012-04-16  Glenn Morris  <rgm@gnu.org>
12982         * vc/vc.el (vc-string-prefix-p):
12983         * vc/pcvs-util.el (cvs-string-prefix-p):
12984         * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12985         * mpc.el (mpc-string-prefix-p):
12986         Make all of these into obsolete aliases for string-prefix-p.
12987         Update callers.
12988         * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12990         * textmodes/two-column.el: Move custom options to the start.
12991         (frame-width): Remove compat definition.
12992         (2C-associate-buffer, 2C-dissociate):
12993         Use with-current-buffer rather than save-excursion.
12994         (2C-dissociate): Force a mode-line update.
12995         (2C-autoscroll): Use ignore-errors.
12997         * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12998         Autoload trivia.
13000         * emacs-lisp/cl-extra.el (*random-state*):
13001         Remove unnecessary declaration.
13003         * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
13005         * play/cookie1.el (cookie-snarf):
13006         Give an explicit error if input file cannot be read.
13008         * play/yow.el (yow-file): Use expand-file-name rather than concat.
13010         * progmodes/perl-mode.el (c-macro-expand):
13011         Remove unnecessary autoload (it is in loaddefs.el).
13013         * textmodes/picture.el (picture-desired-column)
13014         (picture-update-desired-column): Convert comments to doc-strings.
13015         (picture-substitute): Remove function.
13016         (picture-mode-map): Initialize in the defvar.
13018         * woman.el: Remove eval-after-load for tar-mode.
13019         * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
13020         (woman-tar-extract-file): Autoload it.
13022         * frame.el (automatic-hscrolling): Make this alias obsolete.
13024 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13026         * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
13027         `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
13028         (ispell-dictionary-base-alist): Revert to original XEmacs
13029         friendly version for default.  [:alpha:] will be added in
13030         `ispell-set-spellchecker-params' if needed.
13032 2012-04-16  Chong Yidong  <cyd@gnu.org>
13034         * image.el (imagemagick--file-regexp): New variable.
13035         (imagemagick-register-types): Use it.
13036         (imagemagick-types-inhibit): Add :set function.  Allow new value
13037         of t to inhibit all types.
13039         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
13040         so we can preload it.
13042         * loadup.el (fboundp): Preload regexp-opt, needed by
13043         imagemagick-register-types.
13045 2012-04-15  Chong Yidong  <cyd@gnu.org>
13047         * frame.el (scrolling): Remove nearly unused customization group.
13049         * scroll-all.el (scroll-all-mode): Move to windows group.
13051 2012-04-15  Chong Yidong  <cyd@gnu.org>
13053         * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
13055 2012-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13057         Avoid the use of ((lambda ...) ...) in lexical-binding code.
13058         * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
13060 2012-04-15  Glenn Morris  <rgm@gnu.org>
13062         * simple.el (process-file-side-effects): Doc fix.
13064 2012-04-15  Glenn Morris  <rgm@gnu.org>
13066         * international/mule-cmds.el (set-language-environment): Doc fix.
13068 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13070         * server.el (server-auth-key, server-generate-key): Doc fixes.
13071         (server-get-auth-key): Doc fix.  Use `string-match-p'.
13072         (server-start): Reflow docstring.
13074 2012-04-14  Lars Ingebrigtsen  <larsi@gnus.org>
13076         * server.el (server-generate-key): `called-interactively-p'
13077         requires a parameter.
13079 2012-04-14  Michal Nazarewicz  <mina86@mina86.com>
13081         * server.el (server-auth-key): New variable.
13082         (server-generate-key, server-get-auth-key): New function.
13083         (server-start): Use the new variable and functions to allow
13084         setting a permanent server key (bug#9423).
13086 2012-04-14  Leo Liu  <sdl.web@gmail.com>
13088         * vc/diff-mode.el (diff-file-prev/next): Fix typo.
13090 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
13092         Spelling fixes.
13093         * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
13094         Emacs uses American spelling.
13096 2012-04-14  Juanma Barranquero  <lekktu@gmail.com>
13098         * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
13099         (emacs-lock--exit-locked-buffer): Return the locked buffer.  Doc fix.
13100         (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
13101         (emacs-lock--kill-buffer-query-functions): Run new hook.  (Bug#11017)
13103 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13105         * progmodes/which-func.el (which-func-modes): Change default.
13107 2012-04-14  Kim F. Storm  <storm@cua.dk>
13109         * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
13110         exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
13112 2012-04-14  Chong Yidong  <cyd@gnu.org>
13114         * custom.el (custom-theme-set-variables): Doc fix.
13116 2012-04-14  Glenn Morris  <rgm@gnu.org>
13118         * international/mule.el (set-auto-coding-for-load): Doc fix.
13120 2012-04-14  Alan Mackenzie  <acm@muc.de>
13122         * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
13123         imenu work again for Objective C Mode.  Correct the *-index values,
13124         these having been disturbed by a previous change in 2011-08.
13126         * progmodes/cc-engine.el (c-before-change-check-<>-operators):
13127         Correct two search limits.
13129 2012-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13131         * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
13133 2012-04-14  Andreas Schwab  <schwab@linux-m68k.org>
13135         * international/characters.el: Fix sorting.
13137 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13139         * international/characters.el: Add more missing Latin case pairs.
13141 2012-04-14  Glenn Morris  <rgm@gnu.org>
13143         * files.el (dir-locals-set-class-variables): Doc fix.
13145 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13147         * international/characters.el: Add set-case-syntax-pair call for
13148         LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
13149         counterpart.  (Bug#11209)
13151         * simple.el (shell-command-on-region): Doc fix.  (Bug#11208)
13153 2012-04-14  Glenn Morris  <rgm@gnu.org>
13155         * calendar/holidays.el (calendar-check-holidays): Doc fix.
13157 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13159         * textmodes/ispell.el (ispell-dictionary-base-alist):
13160         Add data for Hebrew.
13162 2012-04-14  Chong Yidong  <cyd@gnu.org>
13164         * net/rcirc.el (rcirc-cmd-quit):
13165         Revert 2012-03-18 change (Bug#11192).
13167 2012-04-14  Glenn Morris  <rgm@gnu.org>
13169         * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
13171 2012-04-14  Eli Zaretskii  <eliz@gnu.org>
13173         * minibuffer.el (completion-in-region-mode-map):
13174         Bind completion-help-at-point to M-? rather than ?.  (Bug#11182)
13176 2012-04-13  Vivek Dasmohapatra  <vivek@etla.org>
13178         * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
13180 2012-04-13  Masatake YAMATO  <yamato@redhat.com>
13182         * minibuffer.el (minibuffer-local-filename-syntax): New variable
13183         to allow `C-M-f' and `C-M-b' to move to the nearest path
13184         separator (bug#9511).
13186 2012-04-13  Lars Ingebrigtsen  <larsi@gnus.org>
13188         * avoid.el: Require cl when compiling.  And also move the
13189         `provide' to the end.
13191 2012-04-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13193         * avoid.el (mouse-avoidance-banish-position): New variable.
13194         (mouse-avoidance-banish-destination): Use it (bug#10165).
13196 2012-04-13  Leo Liu  <sdl.web@gmail.com>
13198         * progmodes/which-func.el (which-func-modes): Add objc-mode.
13200 2012-04-13  Ken Brown  <kbrown@cornell.edu>
13202         * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
13203         this is no longer needed now that cygstart understands file:// URLs.
13204         (browse-url-filename-alist): For the same reason, don't modify
13205         file:// URLs on Cygwin.
13207 2012-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
13210         the region on shift if the binding is already shifted (bug#11221).
13212 2012-04-12  Glenn Morris  <rgm@gnu.org>
13214         * mail/mailpost.el: Move to obsolete/.
13216 2012-04-12  Drew Adams  <drew.adams@oracle.com>
13218         * imenu.el (imenu--generic-function): Ignore invisible definitions
13219         (bug#10123).
13221 2012-04-12  Vivek Dasmohapatra  <vivek@etla.org>
13223         * hexl.el (hexl-bits): New variable.
13224         (hexl-options): Mention the variable in the doc string.
13225         (hexl-rulerise, hexl-line-displen): New functions.
13226         (hexl-mode): Mention the new variable.
13227         (hexl-mode, hexl-current-address, hexl-current-address):
13228         Use the displen.
13229         (hexl-ascii-start-column): New function.
13230         (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
13231         (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
13233 2012-04-12  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13235         * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
13236         '("-i" ENCODING), in 2 separate command-line arguments, to specify
13237         the encoding, as expected by hunspell.
13239 2012-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13241         * battery.el (battery--linux-sysfs-regexp): New const.
13242         (battery-status-function): Use it.  Remove yeeloong special case.
13243         (battery-yeeloong-sysfs): Remove.
13244         (battery-echo-area-format): Remove yeeloong special case.
13246 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13248         * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
13249         Reported by Noah Friedman.
13251         * subr.el (read-passwd): Use read-string.
13253 2012-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255         * vcursor.el (vcursor-move): Increase the priority of the overlay
13256         (bug#9663).
13258 2012-04-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
13260         * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
13261         (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
13263 2012-04-11  William Stevenson  <yhvh2000@gmail.com>
13265         * textmodes/artist.el (artist-mode): Convert artist-mode to use
13266         define-minor-mode (bug#10760).
13268 2012-04-11  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13270         * progmodes/grep.el (rgrep): Tweak the find command line so
13271         that directories matching `grep-find-ignored-files' won't be
13272         pruned (bug#10351).
13274 2012-04-11  Chong Yidong  <cyd@gnu.org>
13276         * startup.el (command-line): Remove support for long-obsolete
13277         variable font-lock-face-attributes.
13279 2012-04-11  Glenn Morris  <rgm@gnu.org>
13281         * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
13283 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13285         * window.el (window--state-get-1): Obey window-point-insertion-type.
13287 2012-04-11  Lennart Borgman  <lennart.borgman@gmail.com>
13289         * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
13290         to previous function when point is on the first character of a
13291         function.  Take care of that in `narrow-to-defun' (bug#6157).
13293 2012-04-11  Glenn Morris  <rgm@gnu.org>
13295         * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
13296         not just file-errors.
13298         * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
13299         (vc-bzr-sha1): Use internal sha1.
13301 2012-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13303         * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
13305 2012-04-10  Sébastien Gross  <seb@chezwam.org>  (tiny change)
13307         * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
13308         that start in the middle of the line (bug#10496).
13310 2012-04-10  Dan Nicolaescu  <dann@gnu.org>
13312         * battery.el (battery-linux-proc-acpi): Only one battery is
13313         discharged at a time, but that seems to confuse battery.el when
13314         computing `rate-type' for the battery not being discharged
13315         (bug#10332).
13317 2012-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13319         * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
13321         * international/quail.el: Use dolist and simplify.
13322         (quail-define-package, quail-update-keyboard-layout)
13323         (quail-define-rules): Use dolist.
13324         (quail-insert-kbd-layout, quail-get-translation): CSE.
13326         * tmm.el: Use dolist, remove left over hook.
13327         (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
13328         Use dolist.
13329         (calendar-load-hook): Don't mess with it.
13331         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
13332         Use derived-mode-p.  Run the diff asynchronously.
13334 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336         * obsolete/mouse-sel.el: Add an Obsolete-since header.
13338 2012-04-10  Juanma Barranquero  <lekktu@gmail.com>
13340         * misc.el: Display absolute path of loaded DLLs (bug#10424).
13341         (list-dynamic-libraries--loaded): New function.
13342         (list-dynamic-libraries--refresh): Use it.
13344 2012-04-10  Nathan Weizenbaum  <nweiz@google.com>
13346         * progmodes/python.el (python-fill-paragraph):
13347         Make python-fill-region in a multiline string work when font-lock is
13348         disabled (bug#7018).
13350 2012-04-10  Laimonas Vėbra  <laimonas.vebra@gmail.com>  (tiny change)
13352         * language/european.el (cp775): Add oem/legacy (en)coding on
13353         DOS/MS Windows for the Baltic languages.  There are still plenty
13354         of texts written in this encoding/codepage (bug#6519).
13356 2012-04-10  Glenn Morris  <rgm@gnu.org>
13358         * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
13359         Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
13361 2012-04-10  Florian Adamsky  <florian@adamsky.it>  (tiny change)
13363         * recentf.el (recentf-dialog-mode-map): Add two keybindings for
13364         next-line "n" and previous-line "p" in order to make recentf more
13365         consistent with ibuffer, dired or org-mode (bug#9387).
13367 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13369         * image.el (put-image): Return the overlay created instead of the
13370         optional input string (bug#7834).  Note that this may break code
13371         that is (for some reason or other) depending on `put-image'
13372         returning the string.
13374         * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
13376         * simple.el (zap-to-char): Allow zapping using input methods
13377         (bug#1580).
13379         * textmodes/fill.el (fill-region): Leave point and mark where they
13380         were before filling (bug#5399).
13382 2012-04-09  Glenn Morris  <rgm@gnu.org>
13384         * version.el (emacs-bzr-get-version):
13385         Handle lightweight checkouts of local branches.
13387 2012-04-09  Andreas Schwab  <schwab@linux-m68k.org>
13389         * international/characters.el: Recover lost case pairs.  (Bug#11209)
13391 2012-04-09  Chong Yidong  <cyd@gnu.org>
13393         * custom.el (custom-variable-p): Return nil for non-symbol
13394         arguments instead of signaling an error.
13395         (user-variable-p): Obsolete alias for custom-variable-p.
13397         * apropos.el (apropos-variable):
13398         * files-x.el (read-file-local-variable):
13399         * simple.el (set-variable):
13400         * woman.el (woman-mini-help):
13401         * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
13403 2012-04-09  Glenn Morris  <rgm@gnu.org>
13405         * startup.el (normal-top-level): Don't look for leim-list.el
13406         in places where it will not be found.  (Bug#910)
13408         * international/mule-cmds.el (set-default-coding-systems):
13409         * files.el (normal-mode):
13410         Remove guarded calls to ucs-set-table-for-input.  (Bug#9821)
13411         This function was removed with ucs-tables.el in 2008.
13413 2012-04-08  Eli Zaretskii  <eliz@gnu.org>
13415         * textmodes/ispell.el (ispell-check-version): For hunspell, set
13416         ispell-encoding8-command to "-i", without a trailing space.
13417         (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
13418         separate command-line arguments, to specify the encoding, since
13419         that's how hunspell expects it.
13421 2012-04-08  Glenn Morris  <rgm@gnu.org>
13423         * loadup.el: Load bindings before cus-start.
13424         This reduces somewhat the number of "rogue" settings in emacs -Q.
13426 2012-04-07  Glenn Morris  <rgm@gnu.org>
13428         * version.el (emacs-bzr-get-version): New function.
13429         (emacs-bzr-version): New variable.
13430         * loadup.el (emacs-bzr-version): Set it.  (Bug#8054)
13431         * mail/emacsbug.el (report-emacs-bug): Include bzr version.
13433 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
13435         * international/uni-bidi.el, international/uni-category.el:
13436         * international/uni-combining.el, international/uni-decimal.el:
13437         * international/uni-decomposition.el, international/uni-digit.el:
13438         * international/uni-lowercase.el, international/uni-mirrored.el:
13439         * international/uni-name.el, international/uni-numeric.el:
13440         * international/uni-titlecase.el, international/uni-uppercase.el:
13441         Update for Unicode 6.1.
13443 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
13445         * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
13447 2012-04-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449         * window.el (shrink-window): Mention the `window-min-height'
13450         variable in the doc string.
13452 2012-04-05  Bastien Guerry  <bzg@altern.org>
13454         * color.el (color-lighten-name): Fix typo.
13456 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13458         * server.el (server--on-display-p): New function.
13459         (server--on-display-p): Use it.
13461 2012-04-04  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
13463         * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
13464         (bug#11145).
13466 2012-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * comint.el (comint--common-quoted-suffix): Check string boundary
13469         before comparing (bug#11158).
13470         * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
13472 2012-04-04  Chong Yidong  <cyd@gnu.org>
13474         * minibuffer.el (completion-extra-properties): Doc fix.
13476         * subr.el (delayed-warnings-hook): Doc fix.
13478 2012-04-04  Daiki Ueno  <ueno@unixuser.org>
13480         * epa.el (epa--select-keys): Bind C-c C-c to finish the key
13481         selection (Bug#11159).
13482         (epa-insert-keys): Inform that the default public key will be
13483         exported if no key is selected.
13485 2012-04-04  Richard Stallman  <rms@gnu.org>
13487         * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
13489 2012-04-03  Chong Yidong  <cyd@gnu.org>
13491         * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
13492         mail-insert-file, not its obsolete alias mail-attach-file.
13494 2012-04-03  Michael Albinus  <michael.albinus@gmx.de>
13496         * notifications.el (notifications-notify): Fix docstring.
13498 2012-04-02  Glenn Morris  <rgm@gnu.org>
13500         * emacs-lisp/authors.el (authors-aliases): Another addition.
13502 2012-04-02  Michael Albinus  <michael.albinus@gmx.de>
13504         * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
13505         `tramp-compat-call-process' instead of `tramp-local-call-process'.
13506         Reported by Magnus Henoch <magnus.henoch@gmail.com>.
13508 2012-04-01  Chong Yidong  <cyd@gnu.org>
13510         * files.el (file-in-directory-p): Rename from file-subdir-of-p.
13511         Handle root directory properly.
13512         (copy-directory): Caller changed.
13514         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13515         * net/tramp.el (tramp-file-name-for-operation): Callers changed.
13517 2012-03-31  Glenn Morris  <rgm@gnu.org>
13519         * term/xterm.el (xterm-extra-capabilities): Doc fix.
13521         * language/indian.el ("Devanagari"): Fix typo.  (Bug#11103)
13523         * calendar/calendar.el (calendar-window-list)
13524         (calendar-hide-window): Restore.  (Bug#11140)
13525         (calendar-exit): Use calendar-window-list, calendar-hide-window again.
13527         * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
13529 2012-03-30  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13531         * dired-aux.el (dired-copy-file-recursive, dired-create-files):
13532         Check if file is a symlink (Bug#10489).
13534         * files.el (copy-directory): Likewise.
13536 2012-03-30  Chong Yidong  <cyd@gnu.org>
13538         * image.el (imagemagick-types-inhibit)
13539         (imagemagick-register-types): Doc fix.
13541 2012-03-30  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13543         * textmodes/ispell.el (ispell-get-extended-character-mode):
13544         Disable extended-char-mode for hunspell.  hunspell does not support it
13545         and treats ~word as ordinary words in pipe mode.
13547 2012-03-30  Glenn Morris  <rgm@gnu.org>
13549         * tutorial.el (help-with-tutorial): Ensure local variables don't
13550         happen to make the buffer read-only.  (Bug#11127)
13552 2012-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13554         * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
13555         (perl-calculate-indent): Return `noindent' in strings.
13557 2012-03-28  Sam Steingold  <sds@gnu.org>
13559         * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
13560         instead of the broken adhockery which does not prevent calendar
13561         buffers from being displayed at random after exit.
13562         (calendar-window-list, calendar-hide-window): Remove the broken
13563         adhockery.
13565 2012-03-28  Glenn Morris  <rgm@gnu.org>
13567         * replace.el (query-replace-map): Doc fix.
13569 2012-03-28  Andreas Schwab  <schwab@linux-m68k.org>
13571         * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
13572         contents.  (Bug#11109)
13574 2012-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13576         * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
13577         (bug#11077).
13578         (avl-tree--check, avl-tree--check-node): New funs.
13580 2012-03-27  Martin Rudalics  <rudalics@gmx.at>
13582         * window.el (switch-to-visible-buffer): New option.
13583         (switch-to-prev-buffer, switch-to-next-buffer):
13584         Observe switch-to-visible-buffer.  Make sure that checking for a window
13585         showing a buffer already is done on the same frame.
13587 2012-03-27  Glenn Morris  <rgm@gnu.org>
13589         * startup.el (mail-host-address): Doc fix.
13591 2012-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13593         * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
13594         than 197 variables.
13596 2012-03-26  Ami Fischman  <ami@fischman.org>
13598         * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
13600 2012-03-26  Glenn Morris  <rgm@gnu.org>
13602         * files.el (save-buffers-kill-emacs): Doc fix.
13604         * startup.el (normal-top-level, command-line, command-line-1):
13605         Give them doc strings.
13607 2012-03-25  Eli Zaretskii  <eliz@gnu.org>
13609         * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
13610         of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
13612 2012-03-25  Chong Yidong  <cyd@gnu.org>
13614         * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
13615         theme if it was previously enabled before (Bug#11031).
13617         * cus-theme.el (custom-theme-write-faces): Retrieve current face
13618         spec with custom-face-get-current-spec if its :shown-value is not
13619         determined yet (Bug#9337).
13620         (customize-create-theme, custom-theme-revert): Doc fixes.
13622         * button.el (button-at): Minor addition to docstring.
13624 2012-03-24  Simon Leinen  <simon.leinen@gmail.com>
13626         * vc/vc.el (vc-merge): Fix a prompt.
13628 2012-03-24  Chong Yidong  <cyd@gnu.org>
13630         * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
13631         point (Bug#9623).
13633         * button.el (button-at): Minor addition to docstring.
13635 2012-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13637         * newcomment.el (comment-choose-indent): No space after BOL.
13639 2012-03-22  Sam Steingold  <sds@gnu.org>
13641         * window.el (switch-to-prev-buffer): Revert last patch because the
13642         bug turned out to be an advertised feature (Elisp manual 28.14).
13644 2012-03-22  Glenn Morris  <rgm@gnu.org>
13646         * vc/vc-bzr.el (vc-bzr-status-switches): New option.  (Bug#6724)
13647         (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
13649 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13651         * net/network-stream.el (network-stream-open-starttls): Make error
13652         message under Windows be less misleading.
13654 2012-03-22  Liang Wang  <netcasper@gmail.com>  (tiny change)
13656         * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
13657         understands (bug#9942).
13659 2012-03-22  Chong Yidong  <cyd@gnu.org>
13661         * simple.el (end-of-visible-line): Handle return value of
13662         next-single-property-change properly (Bug#9371).
13664 2012-03-22  Kenichi Handa  <handa@m17n.org>
13666         * international/quail.el (quail-insert-kbd-layout): Fix previous
13667         change.  To avoid unwanted bidi reordering, use
13668         bidi-string-mark-left-to-right instead of inserting LRO and PDF.
13670 2012-03-21  Dmitry Gutov  <dgutov@yandex.ru>
13672         * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
13673         (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
13674         (ruby-beginning-of-indent): Be more careful with the difference
13675         between word-boundary and symbol boundary.
13676         (ruby-mode-syntax-table): Make : a symbol constituent.
13678 2012-03-21  Andreas Politz  <politza@fh-trier.de>
13680         * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
13682 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13684         * progmodes/etags.el (tags-completion-at-point-function):
13685         Improve last fix.
13687         * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
13689 2012-03-21  Sam Steingold  <sds@gnu.org>
13691         * progmodes/etags.el (tags-completion-at-point-function):
13692         Avoid the error when point is inside the pattern.
13694 2012-03-21  John Yates  <john@yates-sheets.org>  (tiny change)
13696         * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
13697         line (Bug#10855).
13699 2012-03-21  Drew Adams  <drew.adams@oracle.com>
13701         * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
13703 2012-03-21  Anmol Khirbat  <anmol@khirbat.net>  (tiny change)
13705         * ido.el (ido-set-current-directory, ido-read-internal)
13706         (ido-choose-completion-string, ido-completion-help): Handle nil
13707         value of ido-completion-buffer (Bug#11008).
13709 2012-03-21  Sam Steingold  <sds@gnu.org>
13711         * window.el (switch-to-prev-buffer): Do not switch to a visible
13712         window previous buffer, just like with the frame previous buffers.
13714 2012-03-21  Chong Yidong  <cyd@gnu.org>
13716         * faces.el (make-face, make-empty-face, copy-face):
13717         * face-remap.el (face-remap-add-relative, face-remap-set-base):
13718         Doc fixes.
13720 2012-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13722         * wid-edit.el (widget-complete-field): Remove (bug#11051).
13723         (widget-complete): Remove broken use of it.
13725 2012-03-20  Chong Yidong  <cyd@gnu.org>
13727         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
13728         Use string-width and truncate-string-width to handle arbitrary
13729         characters.
13731 2012-03-20  Tassilo Horn  <tassilo@member.fsf.org>
13733         * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
13734         to draw rectangles, not squares.  (Regression introduced by revno
13735         2011-03-02T03:48:01Z!cyd@stupidchicken.com)
13737 2012-03-18  Chong Yidong  <cyd@gnu.org>
13739         * faces.el (face-spec-reset-face): Don't call display-graphic-p if
13740         it is not yet defined (for temacs).
13742 2012-03-18  Leo Liu  <sdl.web@gmail.com>
13744         * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
13745         prefix.
13747 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
13749         * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
13750         (ispell-choices-win-default-height, ispell-silently-savep)
13751         (ispell-dictionary-alist, ispell-encoding8-command)
13752         (ispell-check-version, ispell-aspell-find-dictionary)
13753         (ispell-valid-dictionary-list, ispell-words-keyword)
13754         (ispell-get-word, ispell-internal-change-dictionary)
13755         (ispell-region, ispell-skip-region-list)
13756         (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
13757         (ispell-process-line, ispell-minor-mode, ispell-minor-check)
13758         (ispell-message-text-end, ispell-message)
13759         (ispell-buffer-local-parsing): Doc fix.
13761 2012-03-13  Jambunathan K  <kjambunathan@gmail.com>
13763         * htmlfontify.el: Add support for code block fontification for ODT
13764         export (Bug #9914).
13765         (hfy-optimisations): Define new option
13766         `body-text-only'
13767         (hfy-fontify-buffer): Honor above setting.
13768         (hfy-begin-span, hfy-end-span): New routines factored out form
13769         `hfy-fontify-buffer'.
13770         (hfy-begin-span-handler, hfy-end-span-handler): New variables
13771         that permit insertion of custom tags.
13772         (hfy-fontify-buffer): Use above handlers.
13773         (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
13774         (hfy-face-to-css): Re-defined to be a variable.
13775         (hfy-compile-stylesheet): Modify.  Allow stylesheet to be built
13776         over multiple runs.  This is made possible by having the caller let
13777         bind a special variable `hfy-user-sheet-assoc'.
13778         (htmlfontify-string): New defun.
13779         (hfy-compile-face-map): Make sure that the last char in the
13780         buffer is correctly fontified.
13781         (hfy-face-resolve-face): Whitespace only change.
13783 2012-03-17  Eli Zaretskii  <eliz@gnu.org>
13785         * textmodes/ispell.el (ispell-get-decoded-string): Make the error
13786         message more clear.
13788 2012-03-16  Leo Liu  <sdl.web@gmail.com>
13790         * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
13792 2012-03-16  Alan Mackenzie  <acm@muc.de>
13794         Further optimize the handling of large macros.
13796         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
13797         limit to a call of `c-literal-limits'.
13798         (c-determine-+ve-limit): New function.
13799         (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
13800         (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
13801         In CASE 5B, restrict a search limit to 500.
13802         (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
13804         * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
13805         Restrict macro bounds to +-500 from after-change's BEG END.
13807 2012-03-16  Leo Liu  <sdl.web@gmail.com>
13809         * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
13811 2012-03-16  Aaron S. Hawley  <Aaron.S.Hawley@gmail.com>
13813         * tar-mode.el (tar-mode): Fix saving by conditionally undoing
13814         `special-mode' setting of `buffer-read-only'.  (Bug#11010)
13816 2012-03-16  Glenn Morris  <rgm@gnu.org>
13818         * view.el (view-buffer, view-buffer-other-window)
13819         (view-buffer-other-frame): Doc fixes re special mode-class.
13821         * subr.el (eval-after-load): If named feature is provided not from
13822         a file, run after-load forms.  (Bug#10946)
13824         * calendar/calendar.el (calendar-insert-at-column):
13825         Handle non-unit-width characters a bit better.  (Bug#10978)
13827 2012-03-15  Chong Yidong  <cyd@gnu.org>
13829         * emacs-lisp/ring.el (ring-extend): New function.
13830         (ring-insert+extend): Extend the ring correctly (Bug#11019).
13832         * comint.el (comint-read-input-ring)
13833         (comint-add-to-input-history): Grow comint-input-ring lazily.
13835 2012-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13837         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
13838         Fix up parsing of multiline twoarg non-paired elements (bug#11014).
13840         * imenu.el: Fix multiple inheritance breakage (bug#9199).
13841         (imenu-add-to-menubar): Don't add a redundant index.
13842         (imenu-update-menubar): Handle a dynamically composed keymap.
13844 2012-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13846         * mail/sendmail.el (mail-encode-header):
13847         Bind rfc2047-encode-encoded-words to nil.
13849 2012-03-13  Glenn Morris  <rgm@gnu.org>
13851         * calendar/calendar.el (calendar-string-spread):
13852         Handle non-unit-width characters a bit better.  (Bug#10978)
13854 2012-03-13  Leo Liu  <sdl.web@gmail.com>
13856         * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
13857         directory and file as argument (Bug#10822).
13859 2012-03-13  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
13861         * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
13862         For dynamically generated code, follow $PC.
13863         (gdb-disassembly-handler-custom): Handle no function name case.
13865 2012-03-13  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
13867         * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
13868         * emulation/ws-mode.el (ws-query-replace):
13869         * sort.el (sort-regexp-fields):
13870         Fix missing trailing whitespace in interactive prompts.  (Bug#11002)
13872 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13874         * dabbrev.el: Fix cycle completion order (bug#10963).
13875         (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
13876         (dabbrev-completion): Don't use an obarray; provide
13877         a cycle-sort-function.
13879 2012-03-12  Leo Liu  <sdl.web@gmail.com>
13881         * simple.el (kill-new): Use equal-including-properties for comparison.
13882         (kill-do-not-save-duplicates): Doc fix.
13884 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13886         * dabbrev.el: Fix cycle completion (bug#10963).
13887         Use lexical binding and wrap to 80 columns.
13888         (dabbrev-completion): Delay computing the list of completions.
13890 2012-03-12  Kenichi Handa  <handa@m17n.org>
13892         * international/quail.el (quail-insert-kbd-layout): Surround each
13893         row by LRO and PDF instead of inserting many LRMs.  Pad the left
13894         and right of each non-spacing marks.  Insert invisible space
13895         between lower and upper characters to prevent composition.
13897 2012-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * minibuffer.el (minibuffer-complete): Don't get confused when the
13900         function is run twice via different commands (bug#10958).
13901         (complete-with-action): Fix docstring.
13903 2012-03-12  Chong Yidong  <cyd@gnu.org>
13905         * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13906         (nxml-completion-at-point-function): New function.
13907         (nxml-mode): Use it.
13908         (nxml-bind-meta-tab-to-complete-flag): Default to t.
13910         * emacs-lisp/package.el (package-unpack, package-unpack-single):
13911         Load generated autoloads file before byte compiling (Bug#10970).
13912         (package--make-autoloads-and-compile): New helper fun.
13914 2012-03-12  Christopher Schmidt  <christopher@ch.ristopher.com>
13916         * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13918 2012-03-11  Michael Albinus  <michael.albinus@gmx.de>
13920         * autorevert.el (auto-revert-handler): Ensure, that
13921         file-readable-p is applied only for local files or in
13922         auto-revert-tail-mode.
13924 2012-03-11  Andreas Schwab  <schwab@linux-m68k.org>
13926         * server.el (server-eval-at): Handle non-tcp connections.
13927         Decode result string.
13929         * server.el (server-msg-size): New constant.
13930         (server-reply-print): New function.
13931         (server-eval-and-print): Use it.
13932         (server-eval-at): Use server-quote-arg and server-unquote-arg.
13933         Handle -print-nonl.
13935 2012-03-11  Christopher Schmidt  <christopher@ch.ristopher.com>
13937         * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13938         (Bug#10987).
13940 2012-03-11  Chong Yidong  <cyd@gnu.org>
13942         * simple.el (goto-line): Doc fix (Bug#9938).
13944         * subr.el (save-window-excursion): Doc fix (Bug#9979).
13946         * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13947         when finished (Bug#10963).
13949 2012-03-11  Martin Rudalics  <rudalics@gmx.at>
13951         * window.el (split-window-below): Fix bug in case where
13952         split-window-keep-point is nil (Bug#10971).
13954 2012-03-11  Juri Linkov  <juri@jurta.org>
13956         * replace.el (replace-highlight): Set isearch-word to nil
13957         unconditionally.  (Bug#10887)
13959 2012-03-10  Eli Zaretskii  <eliz@gnu.org>
13961         * net/mairix.el (mairix-replace-invalid-chars): Rename from
13962         mairix-replace-illegal-chars; all callers changed.  Don't remove
13963         ^, ~, and = characters: they are meaningful in mairix search specs.
13964         (mairix-widget-create-query): Add usage information about mairix
13965         search forms: negating words, searching for substrings, etc.
13967 2012-03-10  Jae-hyeon Park  <jae-hyeon.park@desy.de>  (tiny change)
13969         * international/fontset.el (font-encoding-alist): Add an entry for
13970         ksx1001 (Bug#5667).
13972 2012-03-10  Richard Stallman  <rms@gnu.org>
13974         * mail/sendmail.el (mail-encode-header):
13975         Set rfc2047-encode-encoded-words.
13977         * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13979         * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13980         view buffer means not swapped.
13981         (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13982         (rmail-write-region-annotate): Error if real text has disappeared.
13984         * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13986 2012-03-10  Chong Yidong  <cyd@gnu.org>
13988         * emulation/cua-rect.el (cua--init-rectangles):
13989         * emulation/cua-base.el (cua--init-keymaps):
13990         Add delete-forward-char to remappings (Bug#9666).
13992 2012-03-10  Martin Rudalics  <rudalics@gmx.at>
13994         * speedbar.el (speedbar-unhighlight-one-tag-line):
13995         Avoid unhighlighting due to frame switching (Bug#10275).
13997 2012-03-10  Chong Yidong  <cyd@gnu.org>
13999         * minibuffer.el (completion-in-region, completion-help-at-point):
14000         Give the completion field overlay a high priority (Bug#6830).
14002         * dired.el (dired-goto-file): Recognize absolute file name
14003         listings (Bug#7126).
14004         (dired-goto-file-1): New helper function.
14005         (dired-toggle-read-only): Inhibit warnings.
14007 2012-03-09  Michael Albinus  <michael.albinus@gmx.de>
14009         * net/dbus.el (dbus-property-handler): Return empty array if
14010         there are no properties.
14012 2012-03-09  Leo Liu  <sdl.web@gmail.com>
14014         * savehist.el (savehist-printable): Stricter check for string
14015         value (Bug#10937).
14017 2012-03-09  Eli Zaretskii  <eliz@gnu.org>
14019         * mail/smtpmail.el (smtpmail-send-it):
14020         Bind coding-system-for-write to *-unix, so that FCC files are kept in
14021         valid mbox format.
14023 2012-03-09  Glenn Morris  <rgm@gnu.org>
14025         * files.el (dir-locals-find-file):
14026         Don't check result is regular, readable.
14027         (dir-locals-read-from-file): Demote errors.
14029 2012-03-08  Eli Zaretskii  <eliz@gnu.org>
14031         * international/quail.el (quail-insert-kbd-layout):
14032         Insert invisible LRM characters before each character in a keyboard
14033         layout cell, to prevent their reordering by bidi display engine.
14034         For details, see the discussion in
14035         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
14037 2012-03-08  Alan Mackenzie  <acm@muc.de>
14039         * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
14040         the starting position; make it extend the marked region when
14041         invoked repeatedly - all under appropriate circumstances.
14042         Fixes bugs #5525, #10906.
14044 2012-03-08  Glenn Morris  <rgm@gnu.org>
14046         * files.el (locate-dominating-file, dir-locals-find-file):
14047         Undo 2012-03-06 change.
14049 2012-03-07  Eli Zaretskii  <eliz@gnu.org>
14051         * international/quail.el (quail-help):
14052         Force bidi-paragraph-direction be left-to-right.  See discussion in
14053         http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
14054         for the reason.
14056 2012-03-07  Michael Albinus  <michael.albinus@gmx.de>
14058         Avoid superfluous registering of signals.  (Bug#10807)
14060         * notifications.el (notifications-on-action-object)
14061         (notifications-on-close-object): New defvars.
14062         (notifications-on-action-signal, notifications-on-closed-signal):
14063         Unregister the signal if not needed any longer.
14064         (notifications-notify): Register `notifications-action-signal' or
14065         `notifications-closed-signal', if :on-action or :on-close has been
14066         passed as argument.
14068 2012-03-07  Chong Yidong  <cyd@gnu.org>
14070         * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
14071         non-X platforms.
14073 2012-03-06  Glenn Morris  <rgm@gnu.org>
14075         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14076         (x-disown-selection-internal, x-get-selection-internal):
14077         Doc fix (add arglist signatures).  (Bug#10783)
14079 2012-03-06  Kaushik Srenevasan  <ksrenevasan@gmail.com>  (tiny change)
14081         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
14082         Handle breakpoints with no "type".
14084 2012-03-06  Glenn Morris  <rgm@gnu.org>
14086         * files.el (locate-dominating-file): Add optional predicate argument.
14087         (dir-locals-find-file): Make use of above change.
14089 2012-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>
14091         * info.el (Info-insert-dir): Also try "dir.gz".
14093 2012-03-06  Glenn Morris  <rgm@gnu.org>
14095         * files.el (dir-locals-find-file):
14096         Ignore non-readable or non-regular files.  (Bug#10928)
14098         * files.el (locate-dominating-file): Doc fix.
14100 2012-03-06  Adam Spiers  <emacs@adamspiers.org>  (tiny change)
14102         * calendar/calendar.el (calendar-set-mode-line):
14103         `getenv' returns a string.  (Bug#10951)
14105 2012-03-05  Leo Liu  <sdl.web@gmail.com>
14107         * simple.el (backward-delete-char-untabify): Constrain point to
14108         field (Bug#10939).
14110         * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
14112 2012-03-05  Chong Yidong  <cyd@gnu.org>
14114         * simple.el (count-words): If called from Lisp, return the word
14115         count, for symmetry with `count-lines'.  Arglist changed.
14116         (count-words--message): Args changed.  Consolidate counting code
14117         from count-words and count-words-region.
14118         (count-words-region): Caller changed.
14119         (count-lines-region): Make it an obsolete alias.
14121 2012-03-04  Tassilo Horn  <tassilo@member.fsf.org>
14123         * saveplace.el (save-place-to-alist)
14124         (save-place-ignore-files-regexp): Allow value nil to disable this
14125         feature.
14127 2012-03-04  Chong Yidong  <cyd@gnu.org>
14129         * faces.el (face-spec-reset-face): For the default face, reset the
14130         attributes to default values (Bug#10748).
14132 2012-03-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134         * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
14135         previous patch: Check `message-send-mail-function', and not the
14136         default function (bug#10897).
14138 2012-03-04  Michael Albinus  <michael.albinus@gmx.de>
14140         * notifications.el (notifications-on-action-signal)
14141         (notifications-on-closed-signal): Check for unique service name of
14142         incoming event.  Fix error in removing entry.
14143         (top): Register for signals with wildcard service name.
14144         (notifications-notify): Use daemon unique service name for map entries.
14146 2012-03-04  Chong Yidong  <cyd@gnu.org>
14148         * cus-start.el: Make x-select-enable-clipboard-manager customizable.
14150 2012-03-04  Glenn Morris  <rgm@gnu.org>
14152         * abbrev.el (copy-abbrev-table, abbrev-table-p)
14153         (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
14154         (expand-abbrev, define-abbrev-table): Doc fixes.
14156 2012-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14158         * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
14159         `message-default-send-mail-function' and not `send-mail-function'
14160         when doing the prompting for `sendmail-query-once' before sending
14161         in Message buffers (bug#10897).
14163         * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
14164         This is inconsistent with all the other stream functions, which leave
14165         the setting up to the higher levels (if so wanted) (bug#10931).
14167 2012-03-02  Alan Mackenzie  <acm@muc.de>
14169         Depessimize the handling of very large macros.
14171         * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
14172         (c-macro-cache-syntactic): New variables to implement a one
14173         element macro cache.
14174         (c-invalidate-macro-cache): New function.
14175         (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
14176         Adapt to use the new cache.
14177         (c-state-safe-place): Use better the cache of safe positions.
14178         (c-state-semi-nonlit-pos-cache)
14179         (c-state-semi-nonlit-pos-cache-limit):
14180         New variables for...
14181         (c-state-semi-safe-place): New function.  Here, in a macro is "safe".
14182         (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
14183         (c-in-literal, c-literal-limits, c-determine-limit-get-base):
14184         Use c-state-semi-safe-place.
14186         * progmodes/cc-langs.el (c-get-state-before-change-functions):
14187         Add c-invalidate-macro-cache to the C, C++, Obj entries.
14189 2012-03-02  Michael Albinus  <michael.albinus@gmx.de>
14191         * jka-compr.el (jka-compr-call-process):
14192         Apply `file-accessible-directory-p' only when the default directory is
14193         not remote.
14195 2012-03-01  Michael Albinus  <michael.albinus@gmx.de>
14197         * files.el (file-equal-p): Fix docstring.  Avoid unnecessary
14198         access of FILE2, if FILE1 does not exist.
14200         * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
14201         Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
14203         * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
14204         Add "PAGER=" to `process-environment'.
14206 2012-03-01  Michael R. Mauger  <mmaug@yahoo.com>
14208         * progmodes/sql.el: Bug fix
14209         (sql-get-login-ext): Save login values in globals.
14210         (sql-get-login): Use new version of `sql-get-login-ext'.
14211         (sql-interactive-mode): Set global `sql-connection' to nil.
14212         (sql-connect): Set global values for connection.
14213         (sql-product-interactive): Save global values as buffer local.
14215 2012-02-29  Leo Liu  <sdl.web@gmail.com>
14217         * abbrev.el (define-abbrevs): Reset sys to nil.
14219 2012-02-28  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14221         * files.el (file-equal-p): Rename from `files-equal-p'.
14222         Return nil when one or both files don't exist.
14223         (file-subdir-of-p): Now only top directory must exists,
14224         return nil if it doesn't.
14225         (copy-directory): No need to test with `file-subdir-of-p' after
14226         creating dir.
14227         * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
14228         to `file-equal-p'.
14230 2012-02-28  Glenn Morris  <rgm@gnu.org>
14232         * shell.el (shell-mode):
14233         * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
14234         * play/landmark.el (landmark-font-lock-face-O):
14235         * play/handwrite.el (handwrite):
14236         * play/gomoku.el (gomoku-O):
14237         * net/browse-url.el (browse-url-browser-display):
14238         * international/mule.el (define-charset):
14239         * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
14240         * filesets.el (filesets-find-file-delay):
14241         * eshell/em-xtra.el (eshell-xtra):
14242         * eshell/em-unix.el (eshell-grep):
14243         * emulation/viper.el (viper-mode):
14244         * emacs-lisp/regexp-opt.el (regexp-opt-group):
14245         * emacs-lisp/easymenu.el (easy-menu-define):
14246         * calendar/timeclock.el (timeclock-use-display-time):
14247         * bs.el (bs-mode):
14248         * bookmark.el (bookmark-save-flag):
14249         Doc fix (standardize possessive apostrophe usage).
14251 2012-02-27  Chong Yidong  <cyd@gnu.org>
14253         * emulation/viper-cmd.el (viper-intercept-ESC-key):
14254         Fix key-binding lookup for ESC key (Bug#9146).
14256         * font-lock.el (font-lock-specified-p): Rename from
14257         font-lock-spec-present.  Callers changed.
14259 2012-02-27  Daniel Hackney  <dan@haxney.org>
14261         * emacs-lisp/package.el (package-compute-transaction):
14262         Handle holding a package version to t in package-load-list.
14264 2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
14266         * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
14267         (tramp-get-inode, tramp-get-device): Use cached values.
14269 2012-02-26  Alan Mackenzie  <acm@muc.de>
14271         Check there is a font-lock specification before doing initial
14272         fontification.
14274         * font-core.el (font-lock-mode): Move the conditional from
14275         :after-hook to font-lock-initial-fontify.
14276         (font-lock-default-function): Move the check for a specification
14277         to font-lock-spec-present.
14279         * font-lock.el (font-lock-initial-fontify): Call ...
14280         (font-lock-spec-present): New function.
14282 2012-02-26  Jim Blandy  <jimb@red-bean.com>
14284         * progmodes/gdb-mi.el (gdb-mi-quote): New function.
14285         (gdb-send): Apply it to the operand of the '-interpreter-exec
14286         console' command, so that we can pass arguments with (say) quotes
14287         in them.  Store exact string sent in gdb-debug-log (Bug#10765).
14289 2012-02-26  Chong Yidong  <cyd@gnu.org>
14291         * help-fns.el (describe-function-1): Clarify description of
14292         remapping (Bug#10844).
14294         * files.el (files-equal-p): Doc fix.
14295         (file-subdir-of-p): Doc fix.  Convert loop macro to plain Lisp,
14296         and quit the loop once a mismatch is found.
14298 2012-02-25  Juanma Barranquero  <lekktu@gmail.com>
14300         * bs.el (bs--show-with-configuration): Don't throw an error
14301         if the window cannot be split; otherwise, subsequent calls to
14302         bs-show fail, restoring a stale window config.  (Bug#10882)
14304 2012-02-25  Jan Djärv  <jan.h.d@swipnet.se>
14306         * term/ns-win.el (global-map): Bind ns-drag-file to
14307         ns-find-file (Bug#5855, Bug#10050).
14309 2012-02-25  Andreas Schwab  <schwab@linux-m68k.org>
14311         * calendar/parse-time.el (parse-time-string): Allow extractor to
14312         return nil.
14314 2012-02-25  Michael Albinus  <michael.albinus@gmx.de>
14316         * net/tramp.el (tramp-file-name-for-operation):
14317         Add `files-equal-p' and `file-subdir-of-p'.
14319         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
14320         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
14321         Add COPY-CONTENTS argument.
14323 2012-02-25  Chong Yidong  <cyd@gnu.org>
14325         Add custom groups for VC backends, for consistency with vc-bzr.
14327         * vc/vc-arch.el (vc-arch):
14328         * vc/vc-cvs.el (vc-cvs):
14329         * vc/vc-git.el (vc-git):
14330         * vc/vc-hg.el (vc-hg):
14331         * vc/vc-mtn.el (vc-mtn):
14332         * vc/vc-rcs.el (vc-rcs):
14333         * vc/vc-sccs.el (vc-sccs):
14334         * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
14335         All relevant defcustoms reassigned.
14337 2012-02-25  Chong Yidong  <cyd@gnu.org>
14339         * newcomment.el (comment-styles): Add autoload (Bug#10868).
14341         * term/x-win.el (x-initialize-window-system): Reduce default for
14342         x-selection-timeout to 5 seconds (Bug#8869).
14344 2012-02-24  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14346         * files.el (files-equal-p, file-subdir-of-p): New functions.
14347         (copy-directory): Error when trying to copy a directory on itself.
14348         Add missing copy-contents arg to tramp handler.
14349         * dired-aux.el (dired-copy-file-recursive): Same.
14350         (dired-create-files): Modify destination when source is equal to
14351         dest when copying files.
14352         Return also when dest is a subdir of source.  (Bug#10489)
14354 2012-02-24  Michael Albinus  <michael.albinus@gmx.de>
14356         * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
14357         (Bug#10874)
14359 2012-02-23  Alan Mackenzie  <acm@muc.de>
14361         * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
14362         parameter "after-hook:" to allow the expansion to run code after
14363         the execution of the mode hooks.
14365         * font-lock.el (font-lock-initial-fontify): New function extracted
14366         from font-lock-mode-internal.
14368         * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
14369         :after-hook.
14371 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14373         * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
14374         (completion--cache-all-sorted-completions): New function.
14375         (completion-all-sorted-completions): Use it.
14376         (completion--do-completion, minibuffer-force-complete):
14377         Use it to re-instate the flush hook.
14379         * icomplete.el (icomplete-completions): Replace last fix with a better
14380         one (bug#10850).
14382 2012-02-23  Dmitry Gutov  <dgutov@yandex.ru>
14384         * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
14385         when it might call us back infinitely (bug#10797).
14387 2012-02-23  Glenn Morris  <rgm@gnu.org>
14389         * minibuffer.el (completion-category-overrides): Doc fix.
14391 2012-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14393         * minibuffer.el (completion-table-with-context): Fix inf-loop.
14394         Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
14396 2012-02-23  Glenn Morris  <rgm@gnu.org>
14398         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
14399         (authors-obsolete-files-regexps, authors-ignored-files)
14400         (authors-ambiguous-files, authors-renamed-files-alist):
14401         Add more entries.
14403 2012-02-23  Juri Linkov  <juri@jurta.org>
14405         * isearch.el (isearch-occur): Sync interactive spec with occur's
14406         new feature in `occur-read-primary-args'.  Doc fix.  (Bug#10705)
14408         * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
14410 2012-02-22  Juri Linkov  <juri@jurta.org>
14412         * international/mule-cmds.el (read-char-by-name): Use \` and \'.
14413         (ucs-insert): Doc fix.  Check for hex digits in the string.
14414         Don't display `nil' in the error message.  (Bug#10857)
14416 2012-02-22  Alan Mackenzie  <acm@muc.de>
14418         * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
14420 2012-02-22  Glenn Morris  <rgm@gnu.org>
14422         * ffap.el (ffap-c-path):
14423         * man.el (Man-header-file-path): Handle multiarch.  (Bug#10702)
14425 2012-02-22  Chong Yidong  <cyd@gnu.org>
14427         * custom.el (load-theme): Doc fix.
14429 2012-02-22  Glenn Morris  <rgm@gnu.org>
14431         * dired-x.el (dired-guess-shell-alist-default):
14432         Remove escape sequences from nroff output.  (Bug#172)
14434 2012-02-21  Glenn Morris  <rgm@gnu.org>
14436         * vc/emerge.el (emerge-defvar-local):
14437         Set `permanent-local' property rather than unused `preserved'.
14439         * textmodes/picture.el (picture-delete-char): New alias.
14440         (picture-mode-map): Use it.  (Bug#10860)
14441         (picture-mode): Doc fix.
14443 2012-02-21  Juanma Barranquero  <lekktu@gmail.com>
14445         * newcomment.el (uncomment-region-default): Remove unused binding.
14447 2012-02-21  Glenn Morris  <rgm@gnu.org>
14449         * textmodes/picture.el (picture-motion, picture-motion-reverse)
14450         (picture-self-insert, picture-tab-chars): Doc fix.
14451         (picture-mode-map): Fix C-a, C-e.
14453 2012-02-20  Glenn Morris  <rgm@gnu.org>
14455         * emacs-lisp/authors.el (authors-aliases): Add another entry.
14457 2012-02-20  Leo Liu  <sdl.web@gmail.com>
14459         * icomplete.el (icomplete-completions): Check FROM arg before
14460         passing to substring (Bug#10850).
14462 2012-02-19  Chong Yidong  <cyd@gnu.org>
14464         * comint.el: Require ansi-color.
14465         (comint-output-filter-functions): Add ansi-color-process-output.
14467         * ansi-color.el: Don't set comint-output-filter-functions; it is
14468         now in the initial value defined in comint.el.
14469         (ansi-color-apply-face-function): New variable.
14470         (ansi-color-apply-on-region): Use it.
14471         (ansi-color-apply-overlay-face): New function.
14473         * shell.el (shell): No need to require ansi-color.
14474         (shell-mode): Use ansi-color-apply-face-function to highlight
14475         color escapes using font-lock-face property (Bug#10835).
14477 2012-02-19  Chong Yidong  <cyd@gnu.org>
14479         * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
14480         mode-line formats (Bug#10839).
14482 2012-02-18  Glenn Morris  <rgm@gnu.org>
14484         * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
14486         * mail/undigest.el (unforward-rmail-message): Doc fix.
14488         * saveplace.el (save-place-ignore-files-regexp): Add :version.
14490 2012-02-18  Eli Zaretskii  <eliz@gnu.org>
14492         * international/characters.el (script-list): Sync with the latest
14493         Unicode Character Database.
14495 2012-02-18  Andreas Schwab  <schwab@linux-m68k.org>
14497         * international/titdic-cnv.el: Remove duplicate coding tag.
14498         * language/cham.el: Likewise.
14499         * language/tai-viet.el: Likewise.
14501 2012-02-18  Glenn Morris  <rgm@gnu.org>
14503         * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
14504         * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
14505         (calendar-bahai-all-holidays-flag, calendar-other-dates):
14506         * calendar/diary-lib.el (diary-abbreviated-year-flag):
14507         * calendar/holidays.el (holiday-bahai-holidays)
14508         (calendar-holidays, list-holidays):
14509         Use utf-8 Bahá'í in doc-strings, menus, etc.
14511 2012-02-17  Tassilo Horn  <tassilo@member.fsf.org>
14513         * saveplace.el (save-place-ignore-files-regexp): New variable
14514         allowing for excluding files from saving their location of point.
14515         The default value matches the temporary commit message editing
14516         files from Git, SVN, Bazaar, and Mercurial.
14517         (save-place-to-alist): Use it.
14519 2012-02-17  Lawrence Mitchell  <wence@gmx.li>
14520             Stefan Monnier  <monnier@iro.umontreal.ca>
14522         * newcomment.el (uncomment-region-default): Don't leave extra space
14523         when an arg is provided (bug#8150).
14525 2012-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
14527         * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
14529 2012-02-17  Glenn Morris  <rgm@gnu.org>
14531         * net/socks.el: Require network-stream.  (Bug#10599)
14533 2012-02-17  Kenichi Handa  <handa@m17n.org>
14535         * international/charprop.el:
14536         * international/uni-name.el:
14537         * international/uni-old-name.el:
14538         * international/uni-comment.el: Regenerate.
14540 2012-02-16  Glenn Morris  <rgm@gnu.org>
14542         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
14543         Interactively in calendar buffer, give an error if not on a date.
14545 2012-02-15  Glenn Morris  <rgm@gnu.org>
14547         * shell.el (shell-delimiter-argument-list):
14548         Revert 2011-02-17 change.  (Bug#8027)
14550 2012-02-15  Chong Yidong  <cyd@gnu.org>
14552         * minibuffer.el (completion-at-point-functions): Doc fix.
14554         * custom.el (defcustom): Doc fix; note use of defvar.
14556 2012-02-15  Glenn Morris  <rgm@gnu.org>
14558         * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
14559         Doc fixes.
14561 2012-02-14  Glenn Morris  <rgm@gnu.org>
14563         * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
14565 2012-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
14567         * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
14568         way the ports list is computed.
14569         (smtpmail-query-smtp-server): Prompt the user for a port number if
14570         we can't connect to any of the standard ports (bug#10810).
14572 2012-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14574         * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
14576 2012-02-13  Glenn Morris  <rgm@gnu.org>
14578         * minibuffer.el (read-file-name): Doc fix.  (Bug#10798)
14580 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
14582         * net/gnutls.el (gnutls-trustfiles): New variable.
14583         (gnutls-negotiate): Use it.
14585 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
14587         * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
14588         does its stuff if Gnus is running.
14590 2012-02-13  Alan Mackenzie  <acm@muc.de>
14592         Fix a loop in c-set-fl-decl-start.
14594         * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
14595         c-backward-syntactic-ws actually moves backwards.
14597 2012-02-13  Leo Liu  <sdl.web@gmail.com>
14599         * net/rcirc.el (rcirc-markup-attributes): Move point to the
14600         beginning so that all \C-o chars are removed.
14602 2012-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
14604         * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
14606 2012-02-12  Alan Mackenzie  <acm@muc.de>
14608         Fix infinite loop with long macros.
14609         * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
14611 2012-02-12  Chong Yidong  <cyd@gnu.org>
14613         * window.el (display-buffer): Doc fix (Bug#10785).
14615 2012-02-12  Glenn Morris  <rgm@gnu.org>
14617         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
14618         (x-disown-selection-internal, x-get-selection-internal):
14619         Sync docs with the xselect.c versions.
14621         * allout-widgets.el: Add missing license notice.
14623 2012-02-11  Glenn Morris  <rgm@gnu.org>
14625         * select.el (x-get-selection-internal, x-own-selection-internal)
14626         (x-disown-selection-internal):
14627         * x-dnd.el (x-get-selection-internal): Update declarations.
14629         * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
14631         * window.el (window-sides-slots):
14632         * tool-bar.el (tool-bar-position):
14633         * term/xterm.el (xterm-extra-capabilities):
14634         * ses.el (ses-self-reference-early-detection):
14635         * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
14636         (verilog-auto-wire-type)
14637         (verilog-auto-delete-trailing-whitespace)
14638         (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
14639         (verilog-auto-tieoff-declaration):
14640         * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
14641         (sql-oracle-statement-starters, sql-oracle-scan-on):
14642         * progmodes/prolog.el (prolog-align-comments-flag)
14643         (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
14644         (prolog-left-indent-regexp, prolog-paren-indent-p)
14645         (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
14646         (prolog-types, prolog-mode-specificators)
14647         (prolog-determinism-specificators, prolog-directives)
14648         (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
14649         (prolog-electric-dot-flag)
14650         (prolog-electric-dot-full-predicate-template)
14651         (prolog-electric-underscore-flag, prolog-electric-tab-flag)
14652         (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
14653         (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
14654         (prolog-program-switches, prolog-prompt-regexp)
14655         (prolog-debug-on-string, prolog-debug-off-string)
14656         (prolog-trace-on-string, prolog-trace-off-string)
14657         (prolog-zip-on-string, prolog-zip-off-string)
14658         (prolog-use-standard-consult-compile-method-flag)
14659         (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
14660         (prolog-imenu-max-lines, prolog-info-predicate-index)
14661         (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
14662         (prolog-char-quote-workaround):
14663         * progmodes/cc-vars.el (c-defun-tactic):
14664         * net/tramp.el (tramp-encoding-command-interactive)
14665         (tramp-local-end-of-line):
14666         * net/soap-client.el (soap-client):
14667         * net/netrc.el (netrc-file):
14668         * net/gnutls.el (gnutls):
14669         * minibuffer.el (completion-category-overrides)
14670         (completion-cycle-threshold)
14671         (completion-pcm-complete-word-inserts-delimiters):
14672         * man.el (Man-name-local-regexp):
14673         * mail/feedmail.el (feedmail-display-full-frame):
14674         * international/characters.el (glyphless-char-display-control):
14675         * eshell/em-ls.el (eshell-ls-date-format):
14676         * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
14677         (lisp-lambda-list-keyword-parameter-indentation)
14678         (lisp-lambda-list-keyword-parameter-alignment):
14679         * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
14680         * dired-x.el (dired-omit-verbose):
14681         * cus-theme.el (custom-theme-allow-multiple-selections):
14682         * calc/calc.el (calc-highlight-selections-with-faces)
14683         (calc-lu-field-reference, calc-lu-power-reference)
14684         (calc-note-threshold):
14685         * battery.el (battery-mode-line-limit):
14686         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
14687         (archive-7z-update):
14688         * allout.el (allout-prefixed-keybindings)
14689         (allout-unprefixed-keybindings)
14690         (allout-inhibit-auto-fill-on-headline)
14691         (allout-flattened-numbering-abbreviation):
14692         * allout-widgets.el (allout-widgets-auto-activation)
14693         (allout-widgets-icons-dark-subdir)
14694         (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
14695         (allout-widgets-theme-dark-background)
14696         (allout-widgets-theme-light-background)
14697         (allout-widgets-item-image-properties-emacs)
14698         (allout-widgets-item-image-properties-xemacs)
14699         (allout-widgets-run-unit-tests-on-load)
14700         (allout-widgets-time-decoration-activity)
14701         (allout-widgets-hook-error-post-time)
14702         (allout-widgets-track-decoration):
14703         Add missing :version tags to new defcustoms and defgroups.
14705         * progmodes/sql.el (sql-ansi-statement-starters)
14706         (sql-oracle-statement-starters): Add custom type.
14708         * progmodes/prolog.el: Remove leading '*' from defcustom docs.
14709         (prolog-system-version): Give it a type.
14711 2012-02-11  Eli Zaretskii  <eliz@gnu.org>
14713         * term/pc-win.el (x-select-text, x-selection-owner-p)
14714         (x-own-selection-internal, x-disown-selection-internal)
14715         (x-get-selection-internal): Sync doc strings and argument lists
14716         with xselect.c, common-win.el and x-win.el.  (Bug#10783)
14718 2012-02-11  Leo Liu  <sdl.web@gmail.com>
14720         * progmodes/python.el (python-end-of-statement): Fix infinite
14721         loop.  (Bug#10788)
14723 2012-02-10  Glenn Morris  <rgm@gnu.org>
14725         * international/mule-cmds.el (unify-8859-on-encoding-mode)
14726         (unify-8859-on-decoding-mode): Properly mark as obsolete.
14728 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
14730         * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
14731         about SMTP before checking the From header.
14733         * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
14734         into own function for reuse by emacsbug.el.
14736 2012-02-10  Leo Liu  <sdl.web@gmail.com>
14738         * subr.el (condition-case-unless-debug): Rename from
14739         condition-case-no-debug.  All callers changed.
14740         (with-demoted-errors): Fix caller.
14742         * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
14743         * nxml/rng-valid.el (rng-do-some-validation):
14744         * emacs-lisp/package.el (package-refresh-contents)
14745         (package-menu-execute):
14746         * desktop.el (desktop-create-buffer):
14747         * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
14749 2012-02-10  Glenn Morris  <rgm@gnu.org>
14751         * textmodes/bibtex.el:
14752         Add missing :version tags for new/changed defcustoms.
14754         * files.el (remote-file-name-inhibit-cache): Doc fixes.
14756 2012-02-09  Lars Ingebrigtsen  <larsi@rusty>
14758         * mail/smtpmail.el (smtpmail-user-mail-address): New function.
14759         (smtpmail-via-smtp): Use it, or fall back on the From address.
14760         (smtpmail-send-it): Ditto.
14762 2012-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14764         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
14765         Don't fallback on byte-compile-defvar.  Optimize (defvar foo) away.
14766         (byte-compile-tmp-var): New const.
14767         (byte-compile-defvar): Use it to minimize .elc size.
14768         Just use `defvar' rather than simulate it (bug#10761).
14770 2012-02-09  Glenn Morris  <rgm@gnu.org>
14772         * files.el (rename-uniquely): Doc fix.  (Bug#3806)
14774         * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
14775         Add :version tags.
14777         * progmodes/compile.el (compilation-error-screen-columns)
14778         (compilation-first-column, compilation-filter-start): Doc fixes.
14780         * vc/log-view.el (log-view-toggle-entry-display):
14781         * vc/vc.el (vc-merge, vc-pull): Doc fixes.
14783         * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
14784         (report-emacs-bug-can-use-xdg-email):
14785         (report-emacs-bug-insert-to-mailer): Doc fixes.
14786         (report-emacs-bug): Message fix.
14788         * net/browse-url.el (browse-url-can-use-xdg-open)
14789         (browse-url-xdg-open): Doc fixes.
14791         * electric.el (electric-indent-mode, electric-pair-mode)
14792         (electric-layout-rules, electric-layout-mode): Doc fixes.
14793         (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
14795 2012-02-08  Martin Rudalics  <rudalics@gmx.at>
14797         * server.el (server-unselect-display): Don't inadvertently kill
14798         the current buffer.  (Bug#10729)
14800 2012-02-08  Glenn Morris  <rgm@gnu.org>
14802         * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
14803         (sql-list-table): Doc fixes.
14805         * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
14806         Comment out (does nothing).
14808         * completion.el (dynamic-completion-mode):
14809         * dirtrack.el (dirtrack-debug-mode):
14810         * electric.el (electric-layout-mode):
14811         * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
14812         * face-remap.el (text-scale-mode, buffer-face-mode):
14813         * iimage.el (iimage-mode):
14814         * image-mode.el (image-transform-mode):
14815         * minibuffer.el (completion-in-region-mode):
14816         * scroll-lock.el (scroll-lock-mode):
14817         * simple.el (next-error-follow-minor-mode):
14818         * tar-mode.el (tar-subfile-mode):
14819         * tooltip.el (tooltip-mode):
14820         * vcursor.el (vcursor-use-vcursor-map):
14821         * wid-browse.el (widget-minor-mode):
14822         * emulation/tpu-edt.el (tpu-edt-mode):
14823         * emulation/tpu-extras.el (tpu-cursor-free-mode):
14824         * international/iso-ascii.el (iso-ascii-mode):
14825         * language/thai-util.el (thai-word-mode):
14826         * mail/supercite.el (sc-minor-mode):
14827         * net/goto-addr.el (goto-address-mode):
14828         * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
14829         * progmodes/cwarn.el (cwarn-mode):
14830         * progmodes/flymake.el (flymake-mode):
14831         * progmodes/glasses.el (glasses-mode):
14832         * progmodes/hideshow.el (hs-minor-mode):
14833         * progmodes/pascal.el (pascal-outline-mode):
14834         * textmodes/enriched.el (enriched-mode):
14835         * vc/smerge-mode.el (smerge-mode):
14836         Doc fixes (minor mode argument).
14838 2012-02-07  Eli Zaretskii  <eliz@gnu.org>
14840         * ls-lisp.el (ls-lisp-sanitize): New function.
14841         (ls-lisp-insert-directory): Use it to fix or remove any elements
14842         in file-alist with missing attributes.  (Bug#4673)
14844 2012-02-07  Alan Mackenzie  <acm@muc.de>
14846         Fix spurious recognition of c-in-knr-argdecl.
14848         * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
14849         putative K&R region.
14851 2012-02-07  Alan Mackenzie  <acm@muc.de>
14853         * progmodes/cc-engine.el (c-forward-objc-directive):
14854         Prevent looping in "#pragma mark @implementation".
14856 2012-02-07  Michael Albinus  <michael.albinus@gmx.de>
14858         * notifications.el (notifications-on-closed-signal): Make `reason'
14859         optional.  (Bug#10744)
14861 2012-02-07  Glenn Morris  <rgm@gnu.org>
14863         * emacs-lisp/easy-mmode.el (define-minor-mode):
14864         Doc fixes for the macro and the mode it defines.
14866         * image.el (imagemagick-types-inhibit): Doc fix.
14868         * cus-start.el (imagemagick-render-type): Add it.
14870 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
14872         * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
14873         Set the default at load time, too, so that `font-lock-fontify-buffer'
14874         can be called without setting up the entire mode first.  This fixes
14875         a bug in `mm-inline-text' with C MIME parts.
14877 2012-02-06  Chong Yidong  <cyd@gnu.org>
14879         * simple.el (list-processes--refresh): Delete exited processes
14880         (Bug#8094).
14882         * comint.el (comint-next-prompt): next-single-char-property-change
14883         and prev-single-char-property-change never return nil (Bug#8657).
14885         * custom.el (defcustom): Doc fix (Bug#9711).
14887 2012-02-05  Chong Yidong  <cyd@gnu.org>
14889         * cus-edit.el (custom-variable-reset-backup): Quote the value
14890         before storing it in the customized-value property (Bug#6712).
14891         (custom-display): Add a customization type tag.
14892         (custom-buffer-create-internal): Improve tooltip message.
14894         * wid-edit.el (widget-field-value-get): New optional arg to
14895         suppress trailing whitespace truncation.
14896         (character): Use it (Bug#2689).
14898 2012-02-05  Andreas Schwab  <schwab@linux-m68k.org>
14900         * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14901         * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14903 2012-02-05  Chong Yidong  <cyd@gnu.org>
14905         * cus-edit.el (custom-variable-value-create): For mismatched
14906         types, show the current value (Bug#7600).
14908         * custom.el (defcustom): Doc fix.
14910 2012-02-05  Glenn Morris  <rgm@gnu.org>
14912         * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14914 2012-02-05  Juanma Barranquero  <lekktu@gmail.com>
14916         * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14917         (pp-buffer): Use `ignore-errors', `looking-at-p'.
14918         (pp-last-sexp): Use `looking-at-p'.
14920 2012-02-04  Glenn Morris  <rgm@gnu.org>
14922         * files.el (revert-buffer):
14923         Doc fix (mention revert-buffer-in-progress-p).
14925         * emacs-lisp/ert-x.el (ert-simulate-command):
14926         Check deferred-action-list (which is obsolete) is bound.
14928         * subr.el (with-wrapper-hook): Doc fixes.
14930         * simple.el (filter-buffer-substring-functions)
14931         (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14933 2012-02-04  Lars Ljung  <lars@matholka.se>  (tiny change)
14935         * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14936         anywhere in shell-file-name, not just at the beginning.  (Bug#10523)
14938 2012-02-04  Leo Liu  <sdl.web@gmail.com>
14940         * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14942 2012-02-04  Glenn Morris  <rgm@gnu.org>
14944         * image.el (image-extension-data): Add obsolete alias.
14946         * isearch.el (isearch-update): Doc fix.
14948         * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14950         * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14952 2012-02-03  Glenn Morris  <rgm@gnu.org>
14954         * image.el (image-animated-p): Doc fix.  Use image-animated-types.
14955         (image-animate-timeout): Doc fix.
14957         * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14959 2012-02-02  Glenn Morris  <rgm@gnu.org>
14961         * server.el (server-auth-dir): Doc fix.
14962         (server-eval-at): Doc fix.  Give an explicit error if !server-use-tcp.
14964         * subr.el (run-mode-hooks): Doc fix.
14966 2012-02-02  Juri Linkov  <juri@jurta.org>
14968         * image-mode.el (image-toggle-display-image): Remove tautological
14969         `major-mode' from the `derived-mode-p' test.
14971 2012-02-02  Kenichi Handa  <handa@m17n.org>
14973         * composite.el (compose-region): Cancel previous change.
14975 2012-02-02  Kenichi Handa  <handa@m17n.org>
14977         * composite.el (compose-region, compose-string): Signal error for
14978         a null string component (Bug#6988).
14980 2012-02-01  Chong Yidong  <cyd@gnu.org>
14982         * view.el (view-buffer-other-window, view-buffer-other-frame):
14983         Handle special modes like view-buffer (Bug#10650).
14984         (view-buffer): Simplify.
14986         * frame.el (set-frame-font): Tweak meaning of third argument.
14988         * dynamic-setting.el (font-setting-change-default-font):
14989         Use set-frame-font (Bug#9982).
14991 2012-02-01  Glenn Morris  <rgm@gnu.org>
14993         * progmodes/compile.el (compilation-internal-error-properties):
14994         Respect compilation-first-column in the "*compilation*" buffer.
14996         * emacs-lisp/easy-mmode.el (define-minor-mode):
14997         Relax :variable's test for a named function.
14999 2012-01-31  Alan Mackenzie  <acm@muc.de>
15001         * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
15002         off by one error.
15004 2012-01-31  Chong Yidong  <cyd@gnu.org>
15006         * frame.el (set-frame-font): New arg ALL-FRAMES.
15008         * menu-bar.el (menu-set-font): Use set-frame-font.
15010         * faces.el (face-spec-reset-face): Don't apply unspecified
15011         attribute values to the default face.
15013 2012-01-31  Juanma Barranquero  <lekktu@gmail.com>
15015         * progmodes/cwarn.el (cwarn): Remove dead link.
15016         (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
15017         Remove * from defcustom docstrings.
15018         (turn-on-cwarn-mode): Make obsolete.
15019         (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
15020         (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
15022 2012-01-31  Glenn Morris  <rgm@gnu.org>
15024         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
15025         Fix :variable handling of mode a symbol not equal to modefun.
15026         Allow named functions to be used as the cdr of :variable.
15028 2012-01-30  Glenn Morris  <rgm@gnu.org>
15030         * emacs-lisp/authors.el (authors-fixed-entries):
15031         Remove reference to deleted file rnewspost.el.
15033 2012-01-29  Juanma Barranquero  <lekktu@gmail.com>
15035         * window.el (window-with-parameter): Remove unused variable `windows'.
15036         (window--side-check): Remove unused variable `code'.
15037         (window--resize-siblings): Remove unused variable `first'.
15038         (adjust-window-trailing-edge): Remove unused variable `failed'.
15039         (window-deletable-p, window--delete): Remove unused variable `buffer'.
15040         Use `let', not `let*'.
15041         (balance-windows-2): Remove unused variable `found'.
15042         (window--state-put-2): Remove unused variable `splits'.
15043         (window-state-put): Remove unused variable `selected'.
15044         (same-window-p): Use `string-match-p'.
15045         (display-buffer-assq-regexp): Remove unused variable `value'.
15046         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
15047         Mark argument ALIST as ignored.
15048         (pop-to-buffer): Remove unused variable `old-window'.
15050 2012-01-29  Eli Zaretskii  <eliz@gnu.org>
15052         * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
15053         and .lzma compressed files.
15055 2012-01-29  Chong Yidong  <cyd@gnu.org>
15057         * frame.el (window-system-default-frame-alist): Doc fix.
15059         * dynamic-setting.el (font-setting-change-default-font): Don't
15060         change the default face if SET-FONT argument is non-nil (Bug#9982).
15062 2012-01-29  Samuel Bronson  <naesten@gmail.com>
15064         * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
15066 2012-01-29  Syver Enstad  <syver.enstad@cisco.com>  (tiny change)
15068         * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
15069         breakpoints in files outside current directory (Bug#6098).
15071 2012-01-29  Chong Yidong  <cyd@gnu.org>
15073         * progmodes/python.el: Require ansi-color at top-level.
15075         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
15076         Define and use in Emacs Lisp mode (Bug#9360).
15077         (lisp-mode-abbrev-table): Add doc.
15078         (lisp-mode-variables): Don't set local-abbrev-table.
15079         (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
15081 2012-01-28  Roland Winkler  <winkler@gnu.org>
15083         * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
15085 2012-01-28  Roland Winkler  <winkler@gnu.org>
15087         * textmodes/bibtex.el (bibtex-entry-alist): New function.
15088         (bibtex-set-dialect): Use it.  Either set global values of
15089         dialect-dependent variables or bind these variables buffer-locally
15090         (Bug#10254).
15091         (bibtex-mode): Call bibtex-set-dialect via
15092         hack-local-variables-hook.
15093         (bibtex-dialect): Update docstring.
15094         Add safe-local-variable predicate.
15095         (bibtex-entry-alist, bibtex-field-alist): Initialize via
15096         bibtex-set-dialect.
15097         (bibtex-mode-map): Define menu for each dialect.
15098         (bibtex-entry): Fix docstring.
15100 2012-01-28  Chong Yidong  <cyd@gnu.org>
15102         * eshell/esh-arg.el (eshell-quote-argument): New function.
15104         * eshell/esh-ext.el (eshell-invoke-batch-file):
15105         * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
15106         first arg to eshell-parse-command (Bug#10523).
15108 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15110         * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
15111         `default-directory' is non-nil.
15113 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15115         * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
15116         line that displays system-configuration-options.  (Bug#9924)
15118 2012-01-28  Drew Adams  <drew.adams@oracle.com>
15120         * descr-text.el (describe-char): Show information about POS, in
15121         addition to information about the character at POS.  Improve and
15122         update the doc string.  Change "code point" to "code point in
15123         charset", to avoid confusion with the character's Unicode code
15124         point shown above that.  (Bug#10129)
15126 2012-01-28  Eli Zaretskii  <eliz@gnu.org>
15128         * descr-text.el (describe-char): Show the raw character, not only
15129         its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
15130         See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
15131         for the reasons.
15133 2012-01-28  Phil Hagelberg  <phil@hagelb.org>
15135         * emacs-lisp/package.el (package-install):
15136         Run package-refresh-contents if there is no archive yet (Bug#9798).
15138 2012-01-28  Chong Yidong  <cyd@gnu.org>
15140         * emacs-lisp/package.el (package-maybe-load-descriptor):
15141         New function, split from package-maybe-load-descriptor.
15142         (package-maybe-load-descriptor): Use it.
15143         (package-download-transaction): Fully load required packages
15144         inside the loop, so that `require' calls work (Bug#10593).
15145         (package-install): No need to call package-initialize now.
15147 2012-01-28  Chong Yidong  <cyd@gnu.org>
15149         * simple.el (deactivate-mark): Doc fix (Bug#8614).
15151         * tooltip.el (tooltip-mode): Doc fix.
15152         (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
15154         * frame.el (set-cursor-color): Doc fix (Bug#352).
15156         * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
15157         (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
15159         * cus-edit.el (custom-buffer-create-internal): Fix search button
15160         action (Bug#10542).
15161         (customize-unsaved, customize-saved): Doc fix (Bug#10541).
15163 2012-01-27  Eduard Wiebe  <usenet@pusto.de>
15165         * dired.el (dired-mark-files-regexp):
15166         Include any subdirectory components.  (Bug#10445)
15168 2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15170         * pcmpl-unix.el (pcmpl-ssh-known-hosts):
15171         Handle [host]:port syntax.  (Bug#10533)
15173 2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
15175         * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
15177 2012-01-26  Glenn Morris  <rgm@gnu.org>
15179         * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
15180         * term.el (term-raw-escape-map): Use Control-X-prefix.
15181         * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
15183 2012-01-25  Martin Rudalics  <rudalics@gmx.at>
15185         * window.el (window-state-get, window--state-get-1): Don't deal
15186         with fixed-sizeness of windows.  Simplify code.
15188 2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
15190         * window.el (window--state-get-1, window--state-put-2):
15191         Don't save and restore the mark.
15193 2012-01-25  Chong Yidong  <cyd@gnu.org>
15195         * custom.el (custom-variable-p): Doc fix.
15197 2012-01-25  Glenn Morris  <rgm@gnu.org>
15199         * dired.el (dired-goto-file): Handle some of the more common
15200         characters that `ls -b' escapes.  (Bug#10596)
15202         * progmodes/compile.el (compilation-next-error-function):
15203         Respect compilation-first-column in the "*compilation*" buffer.
15204         * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
15206         * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
15208 2012-01-24  Glenn Morris  <rgm@gnu.org>
15210         * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
15212 2012-01-24  Julien Danjou  <julien@danjou.info>
15214         * color.el (color-rgb-to-hsl): Fix value computing.
15215         (color-hue-to-rgb): New function.
15216         (color-hsl-to-rgb): New function.
15217         (color-clamp, color-saturate-hsl, color-saturate-name)
15218         (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
15219         (color-lighten-name, color-darken-hsl, color-darken-name): New function.
15221 2012-01-24  Glenn Morris  <rgm@gnu.org>
15223         * vc/vc-rcs.el (vc-rcs-create-tag):
15224         * vc/vc-sccs.el (vc-sccs-create-tag):
15225         Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
15227 2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
15229         * eshell/esh-util.el (eshell-read-hosts-file):
15230         Skip comment lines.  (Bug#10549)
15232         * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
15234 2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
15236         * subr.el (display-delayed-warnings): Doc fix.
15237         (collapse-delayed-warnings): New function to collapse identical
15238         adjacent warnings.
15239         (delayed-warnings-hook): Add it.
15241 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
15243         * net/tramp.el (tramp-action-login): Set connection property "login-as".
15245         * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
15246         (tramp-default-user-alist): Don't add "pscp".
15247         (tramp-do-copy-or-rename-file-out-of-band): Use connection
15248         property "login-as", if set.  (Bug#10530)
15250 2012-01-21  Michael Albinus  <michael.albinus@gmx.de>
15252         * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
15253         "plink1" and "psftp".  (Bug#10530)
15255 2012-01-21  Kenichi Handa  <handa@m17n.org>
15257         * international/mule-cmds.el (prefer-coding-system): Show a
15258         warning message if the default value of file-name-coding-system
15259         was not changed.
15261 2012-01-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15263         * windmove.el (windmove-reference-loc):
15264         Fix windmove-reference-loc miscalculation.
15266 2012-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
15268         * calc/calc-units.el (math-put-default-units): Don't use "1" as a
15269         default unit.
15271 2012-01-21  Glenn Morris  <rgm@gnu.org>
15273         * international/mule.el (auto-coding-alist): Add .tbz.
15275         * files.el (local-enable-local-variables): Doc fix.
15276         (inhibit-local-variables-regexps): Rename from
15277         inhibit-first-line-modes-regexps.  Keep old name as obsolete alias.
15278         Doc fix.  Add some extensions from auto-coding-alist.
15279         (inhibit-local-variables-suffixes):
15280         Rename from inhibit-first-line-modes-suffixes.  Doc fix.
15281         (inhibit-local-variables-p):
15282         New function, extracted from set-auto-mode-1.
15283         (set-auto-mode): Doc fix.  Respect inhibit-local-variables-regexps.
15284         (set-auto-mode-1): Doc fix.  Use inhibit-local-variables-p.
15285         (hack-local-variables): Doc fix.  Make the mode-only case
15286         respect enable-local-variables and friends.
15287         Respect inhibit-local-variables-regexps for file-locals, but
15288         not for directory-locals.
15289         (set-visited-file-name):
15290         Take account of inhibit-local-variables-regexps.
15291         Whether it applies may change as the file name is changed.
15292         * jka-cmpr-hook.el (jka-compr-install):
15293         * jka-compr.el (jka-compr-uninstall):
15294         Update for inhibit-first-line-modes-suffixes name change.
15296 2012-01-20  Martin Rudalics  <rudalics@gmx.at>
15298         * help-macro.el (make-help-screen): Temporarily restore original
15299         binding for minor-mode-map-alist (Bug#10454).
15301 2012-01-19  Julien Danjou  <julien@danjou.info>
15303         * color.el (color-name-to-rgb): Use the white color to find the max
15304         color component value and return correctly computed values.
15305         (color-name-to-rgb): Add missing float conversion for max value.
15307 2012-01-19  Martin Rudalics  <rudalics@gmx.at>
15309         * window.el (window--state-get-1, window-state-get): Do not use
15310         special state value for window-persistent-parameters.
15311         Rename argument IGNORE to WRITABLE.  Rewrite doc-string.
15312         (window--state-put-2): Reset all window parameters to nil before
15313         assigning values of persistent parameters.
15315 2012-01-18  Alan Mackenzie  <acm@muc.de>
15317         Eliminate sluggishness and hangs in fontification of "semicolon
15318         deserts".
15320         * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
15321         Change value 10000 -> 3000.
15322         (c-state-safe-place): Reformulate so it doesn't stack up an
15323         infinite number of wrong entries in c-state-nonlit-pos-cache.
15324         (c-determine-limit-get-base, c-determine-limit): New functions to
15325         determine backward search limits disregarding literals.
15326         (c-find-decl-spots): Amend commenting.
15327         (c-cheap-inside-bracelist-p): New function which detects "={".
15329         * progmodes/cc-fonts.el
15330         (c-make-font-lock-BO-decl-search-function): Give a limit to a
15331         backward search.
15332         (c-font-lock-declarations): Fix an occurrence of point being
15333         undefined.  Check additionally for point being in a bracelist or
15334         near a macro invocation without a semicolon so as to avoid a
15335         fruitless time consuming search for a declarator.  Give a more
15336         precise search limit for declarators using the new
15337         c-determine-limit.
15339 2012-01-18  Glenn Morris  <rgm@gnu.org>
15341         * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
15342         (set-auto-mode): Doc fixes.
15344 2012-01-17  Glenn Morris  <rgm@gnu.org>
15346         * isearch.el (search-nonincremental-instead): Fix doc typo.
15348         * dired.el (dired-insert-directory): Handle newlines in directory name.
15349         (dired-build-subdir-alist): Unescape newlines in directory name.
15351 2012-01-17  Michael Albinus  <michael.albinus@gmx.de>
15353         * net/tramp.el (tramp-local-end-of-line): New defcustom.
15354         (tramp-action-login, tramp-action-yesno, tramp-action-yn)
15355         (tramp-action-terminal): Use it.  (Bug#10530)
15357 2012-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15359         * minibuffer.el (completion--replace): Strip properties (bug#10062).
15361 2012-01-16  Martin Rudalics  <rudalics@gmx.at>
15363         * window.el (window-state-ignored-parameters): Remove variable.
15364         (window--state-get-1): Rename argument MARKERS to IGNORE.
15365         Handle persistent window parameters.  Make copy of clone-of
15366         parameter only if requested.  (Bug#10348)
15367         (window--state-put-2): Install a window parameter only if it has
15368         a non-nil value or an existing parameter shall be overwritten.
15370 2012-01-15  Michael Albinus  <michael.albinus@gmx.de>
15372         * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
15374 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
15376         * info.el (Info-toc-build): If the Info file has no "Up" pointer,
15377         don't pass the (nil) value of `upnode' to string-match.
15379 2012-01-14  Chong Yidong  <cyd@gnu.org>
15381         * startup.el (command-line): Fix X resource class for cursorColor.
15382         Fix values recognized by the cursorBlink resource.
15384 2012-01-14  Paul Eggert  <eggert@cs.ucla.edu>
15386         * epg.el (epg--make-temp-file): Avoid permission race condition
15387         when running on old Emacs versions (bug#10403).
15389 2012-01-14  Glenn Morris  <rgm@gnu.org>
15391         * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
15393 2012-01-13  Alan Mackenzie  <acm@muc.de>
15395         Fix filling for when filladapt mode is enabled.
15397         * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
15398         c-mask-paragraph, pass in `fill-paragraph' rather than
15399         `fill-region-as-paragraph'.  (This is a reversion of a previous
15400         change.)
15401         * progmodes/cc-mode.el (c-basic-common-init):
15402         Make fill-paragraph-handle-comment buffer local and set it to nil.
15404 2012-01-13  Glenn Morris  <rgm@gnu.org>
15406         * dired.el (dired-switches-escape-p): New function.
15407         (dired-insert-directory): Use dired-switches-escape-p.
15408         (dired-get-filename): Undo "\ " quoting if needed.  (Bug#10469)
15410         * find-dired.el (find-ls-option): Doc fix.  (Bug#10262)
15412 2012-01-12  Glenn Morris  <rgm@gnu.org>
15414         * mail/sendmail.el (mail-mode): Update paragraph-separate for
15415         changes in adaptive-fill-regexp.  (Bug#10276)
15417 2012-01-11  Alan Mackenzie  <acm@muc.de>
15419         Fix Emacs bug #10463 - put `widen's around the critical spots.
15421         * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
15422         widen around each invocation of c-state-pp-to-literal.  Remove an
15423         unused let variable.
15425 2012-01-11  Glenn Morris  <rgm@gnu.org>
15427         * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
15428         Doc fix.
15430 2012-01-10  Chong Yidong  <cyd@gnu.org>
15432         * net/network-stream.el (network-stream-open-starttls):
15433         Avoid emitting a confusing error message when the server gives a bad
15434         response to the capability command.
15436 2012-01-10  Glenn Morris  <rgm@gnu.org>
15438         * mail/unrmail.el (unrmail): Tweak previous change.
15440 2012-01-09  Chong Yidong  <cyd@gnu.org>
15442         * custom.el (custom-safe-themes): Use SHA-256 for hashing.
15444 2012-01-08  Alan Mackenzie  <acm@muc.de>
15446         Optimize font locking in long enum definitions.
15448         * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
15449         arm to a cond form to handle enums.
15450         * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
15451         * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
15453 2012-01-07  Paul Eggert  <eggert@cs.ucla.edu>
15455         * files.el (move-file-to-trash): Preserve default file modes on error.
15456         (Bug#10401)
15458 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15460         * faces.el (set-face-attribute): Clarify the meaning of the nil
15461         frame (bug#10294).
15463         * subr.el (with-selected-frame): Mention that the selected frame
15464         is restored (bug#9980).
15466         * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
15467         (bug#9759).
15469         * mail/smtpmail.el (password-cache-add): Remove unused declaration.
15470         (password-read): Don't autoload unused function.
15472 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
15474         * progmodes/which-func.el (which-func-mode): Turn into a
15475         non-interactive function and mark as obsolete (bug#10428).
15477 2012-01-06  Chong Yidong  <cyd@gnu.org>
15479         * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
15480         (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
15481         functions, along with 1 and -1.
15483 2012-01-06  Eli Zaretskii  <eliz@gnu.org>
15485         * time.el (display-time-load-average)
15486         (display-time-default-load-average): Doc fixes.  See the thread
15487         starting at
15488         http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
15489         for the details.
15491 2012-01-06  Glenn Morris  <rgm@gnu.org>
15493         * mail/unrmail.el (unrmail): Give an explicit error if the input file
15494         has no messages.  (Bug#10377)
15496         * info.el (Info-mode-map): Bind e to end-of-buffer, rather
15497         than Info-edit.  (Bug#10385)
15499         * time.el (display-time-load-average, display-time-next-load-average):
15500         Doc fixes.
15502         * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
15503         local setting of buffer-read-only to the input buffer.  (Bug#10419)
15505         * calendar/calendar.el (calendar-mode):
15506         Locally set scroll-margin to 0.  (Bug#10379)
15508 2012-01-06  Ulrich Mueller  <ulm@gentoo.org>
15510         * play/doctor.el (doctor-death): Escape "," characters.  (Bug#10370)
15512 2012-01-05  Glenn Morris  <rgm@gnu.org>
15514         * eshell/em-unix.el (diff-no-select): Autoload it.
15515         (eshell/diff): Use diff-no-select.  (Bug#10420)
15517 2012-01-05  Chong Yidong  <cyd@gnu.org>
15519         * shell.el (shell-dynamic-complete-functions): Revert last change.
15520         (shell-command-completion-function): New function.
15521         (shell-completion-vars): Use it to implement
15522         shell-completion-execonly (Bug#10417).
15524         * custom.el (enable-theme): Don't set custom-safe-themes.
15526         * cus-theme.el (custom-theme-merge-theme):
15527         Ignore custom-enabled-themes and custom-safe-themes.
15529 2012-01-05  Michael R. Mauger  <mmaug@yahoo.com>
15531         * progmodes/sql.el (sql-login-hook): Add hook to respond to the
15532         first prompt in `sql-interacive-mode'.
15533         (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
15534         keywords.
15535         (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
15536         (sql-product-interactive): Bug fix: Set `sql-buffer' in
15537         context of original buffer.  Invoke `sql-login-hook'.
15539 2012-01-04  Eli Zaretskii  <eliz@gnu.org>
15541         * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
15542         letters in cite-prefix.
15544 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15546         * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
15548 2012-01-03  Chong Yidong  <cyd@gnu.org>
15550         * shell.el (shell-dynamic-complete-functions):
15551         Put pcomplete-completions-at-point, so as to try
15552         comint-filename-completion first (Bug#10417).
15554 2012-01-02  Richard Stallman  <rms@gnu.org>
15556         * battery.el (battery-status-function):
15557         Detect when to use battery-yeeloong-sysfs.
15558         (battery-echo-area-format): Add string for Yeeloong.
15559         (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
15560         (battery-yeeloong-sysfs): New function.
15562 2012-01-02  Chong Yidong  <cyd@gnu.org>
15564         * dirtrack.el (dirtrack-list): Eliminate unused third element.
15565         (dirtrack): Merge code for handling relative filenames in prompt
15566         from shell-dir-cookie-watcher.
15567         (dirtrack-debug-message): New arg to avoid excess format calls.
15569         * shell.el (shell-dir-cookie-re): Variable deleted.
15570         (shell-dir-cookie-watcher): Function deleted.
15571         (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
15572         with dirtrack-mode.
15574 2012-01-01  Eli Zaretskii  <eliz@gnu.org>
15576         * term/w32-win.el (dynamic-library-alist) <gnutls>:
15577         Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
15578         libgnutls-26.dll.
15580 2011-12-31  Andreas Schwab  <schwab@linux-m68k.org>
15582         * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
15584 2011-12-31  Eli Zaretskii  <eliz@gnu.org>
15586         * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
15587         headers of non-MIME messages, when rmail-enable-mime is non-nil.
15589 2011-12-29  Michael Albinus  <michael.albinus@gmx.de>
15591         * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
15592         also for alternative shells.
15593         (tramp-open-connection-setup-interactive-shell): Check, whether
15594         the shell is a busybox.
15595         (tramp-send-command): Don't suppress multiple prompts for
15596         busyboxes, it hurts.
15598 2011-12-28  Chong Yidong  <cyd@gnu.org>
15600         * progmodes/gdb-mi.el (gdb-get-source-file-list)
15601         (gdb-get-source-file): Move mode line update to
15602         gdb-get-source-file (Bug#10087).
15604 2011-12-25  Chong Yidong  <cyd@gnu.org>
15606         * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
15607         gud-gdb-marker-filter without taking it as an argument.
15608         (gud-gdb-run-command-fetch-lines): Caller changed.
15609         (gud-gdb-completion-function): New variable.
15610         (gud-gdb-completion-at-point): Use it.
15611         (gud-gdb-completions-1): Split from gud-gdb-completions.
15613         * progmodes/gdb-mi.el (gdb-input): Accept command and handler
15614         function as separate arguments.
15615         (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
15616         (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
15617         (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
15618         (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
15619         (gdb-stopped, def-gdb-auto-update-trigger)
15620         (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
15621         (gdb-get-changed-registers, gdb-get-main-selected-frame):
15622         Callers changed.
15623         (gud-gdbmi-completions): New function.
15624         (gdb): Use it for generating the completion table.
15626 2011-12-24  Alan Mackenzie  <acm@muc.de>
15628         Introduce a mechanism to widen the region used in context font
15629         locking.  Use this to protect declarations from losing their contexts.
15631         * progmodes/cc-langs.el (c-before-font-lock-functions):
15632         Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
15633         (c-before-context-fontification-functions): New defvar, a list of
15634         functions to be run just before context (etc.) font locking.
15636         * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
15637         New, functionality extracted from
15638         c-neutralize-syntax-in-and-mark-CPP.
15639         (c-in-after-change-fontification): New variable.
15640         (c-after-change): Set c-in-after-change-fontification.
15641         (c-set-fl-decl-start): Rejig its interface, so it can be called
15642         from both after-change and context fontifying.
15643         (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
15644         New functions.
15645         (c-standard-font-lock-fontify-region-function): New variable.
15646         (c-font-lock-fontify-region): New function.
15648 2011-12-24  Juri Linkov  <juri@jurta.org>
15650         * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
15651         (Bug#10348)
15653 2011-12-23  Michael Albinus  <michael.albinus@gmx.de>
15655         * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
15656         existence of source file.  (Bug#10325)
15658 2011-12-23  Alan Mackenzie  <acm@muc.de>
15660         Fix unstable fontification inside templates.
15662         * progmodes/cc-langs.el (c-before-font-lock-functions):
15663         Newly created from the singular version.  The (c c++ objc) entry now
15664         additionally has c-set-fl-decl-start.  The other languages (apart
15665         from AWK) have that as a single entry.
15667         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
15668         The functionality for "local" declarations has been extracted to
15669         c-set-fl-decl-start.
15671         * progmodes/cc-mode.el (c-common-init, c-after-change):
15672         Changes due to pluralisation of c-before-font-lock-functions.
15673         (c-set-fl-decl-start): New function, extracted from
15674         c-font-lock-enclosing-decls and enhanced.
15676 2011-12-23  Juanma Barranquero  <lekktu@gmail.com>
15678         * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
15680 2011-12-22  Juri Linkov  <juri@jurta.org>
15682         * progmodes/grep.el (rgrep): Fix docstring.  (Bug#10185)
15684 2011-12-22  Chong Yidong  <cyd@gnu.org>
15686         * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
15688 2011-12-21  Drew Adams  <drew.adams@oracle.com>
15690         * files.el (file-remote-p): Fix docstring.  (Bug#10319)
15692 2011-12-21  Jérémy Compostella  <jeremy.compostella@gmail.com>
15694         * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
15696 2011-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15698         * progmodes/cfengine.el: Add Version.  Improve CFEngine 3.x syntax
15699         highlighting and support.  Fix up comments for capitalization.
15700         (cfengine-mode-debug): New var.
15701         (cfengine3-mode): Change the modeline indicator to "CFE3".
15702         (cfengine3-font-lock-keywords): Improve defun highlighting.
15703         (cfengine2-actions): Rename from `cfengine-actions'.
15704         (cfengine2-font-lock-keywords): Rename from
15705         `cfengine-font-lock-keywords'.
15706         (cfengine2-imenu-expression): Rename from
15707         `cfengine-imenu-expression'.
15708         (cfengine2-outline-level): Rename from `cfengine-outline-level'.
15709         (cfengine2-beginning-of-defun): Rename from
15710         `cfengine-beginning-of-defun'.
15711         (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
15712         (cfengine2-indent-line): Rename from `cfengine-indent-line'.
15713         (cfengine2-mode): Rename from `cfengine-mode'.  Change the
15714         modeline indicator to "CFE2".
15715         (cfengine-mode): Defalias to `cfengine-auto-mode'.
15716         (cfengine-mode-abbrevs): Mark obsolete.
15718 2011-12-21  Chong Yidong  <cyd@gnu.org>
15720         * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
15721         filename argument.
15723 2011-12-20  Martin Rudalics  <rudalics@gmx.at>
15725         * window.el (window-normalize-buffer-to-display): Remove.
15726         (display-buffer): Handle buffer-or-name argument as in Emacs 23.
15728 2011-12-19  Chong Yidong  <cyd@gnu.org>
15730         * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
15731         Don't signal an error in a predicate function; return non-nil.
15732         (vc-dir-mark-file): Move the error here.
15733         (vc-dir-mark-unmark): If acting on the region, keep going if one
15734         of the entries cannot be marked/unmarked.
15735         (vc-dir-mark-all-files): If current entry is a directory, mark
15736         only child files, as documented.
15738 2011-12-19  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15740         * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
15741         branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
15742         addition.
15744 2011-12-18  Jan Djärv  <jan.h.d@swipnet.se>
15746         * term/ns-win.el (ns-get-selection-internal)
15747         (ns-store-selection-internal): Declare.
15748         (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
15749         Declare as obsolete.
15750         (ns-get-pasteboard, ns-paste-secondary):
15751         Use ns-get-selection-internal.
15752         (ns-set-pasteboard, ns-copy-including-secondary):
15753         Use ns-store-selection-internal.
15755 2011-12-17  Chong Yidong  <cyd@gnu.org>
15757         * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
15758         (vc-deduce-fileset): Doc fix.
15760 2011-12-16  Andreas Schwab  <schwab@linux-m68k.org>
15762         * calc/calc-misc.el (calc-help): Avoid wrapping help message.
15764 2011-12-13  Sam Steingold  <sds@gnu.org>
15766         * man.el (Man-getpage-in-background): When running under a
15767         window-system, ignore $MANWIDTH and $COLUMNS.
15769 2011-12-15  Kenichi Handa  <handa@m17n.org>
15771         * language/ethio-util.el: Change coding tag to utf-8-emacs.
15772         (setup-ethiopic-environment-internal): Comment out key-binding for
15773         ethio-toggle-punctuation.
15775 2011-12-13  Alan Mackenzie  <acm@muc.de>
15777         Add the switch statement to AWK Mode.
15779         * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
15780         "default" to the keywords regexp.
15782         * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
15783         expression as the rest.
15784         (c-nonlabel-token-key): Allow string literals for AWK.
15785         Refactor for the other modes.
15787         Large brace-block initialisation makes CC Mode slow: Fix.
15788         Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
15789         routines.  Limit backward searching in c-font-lock-enclosing.decl.
15791         * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
15792         pp-state and literal type in addition to the limits.
15793         (c-state-safe-place): New defun, extracted from c-state-literal-at.
15794         (c-state-literal-at): Use the above new defun.
15795         (c-slow-in-literal, c-fast-in-literal): Remove.
15796         (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
15798         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
15799         being in a literal.  Add a limit for backward searching.
15801         * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
15802         c-slow-in-literal.
15804 2011-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15806         * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
15808 2011-12-13  Martin Rudalics  <rudalics@gmx.at>
15810         * window.el (delete-other-windows): Use correct frame in call to
15811         window-with-parameter.
15813 2011-12-12  Daniel Pfeiffer  <occitan@t-online.de>
15815         * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
15816         (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
15817         (makefile-gmake-statements, makefile-makepp-statements):
15818         Use it and add new makepp keywords.
15819         (makefile-makepp-font-lock-keywords): Add new patterns.
15820         (makefile-match-function-end): Match new [...] and [[...]].
15822 2011-12-11  Juanma Barranquero  <lekktu@gmail.com>
15824         * ses.el (ses-call-printer-return, ses-cell-property-get)
15825         (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
15826         (ses-create-cell-variable, ses-reset-header-string)
15827         (ses-cell-set-formula, ses-repair-cell-reference-all)
15828         (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
15829         (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
15830         (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
15831         (ses-aset-with-undo, ses-load, ses-truncate-cell)
15832         (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
15833         (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
15834         (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
15835         (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
15836         (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
15837         (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
15838         (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
15839         (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
15841 2011-12-11  Vincent Belaïche  <vincentb1@users.sourceforge.net>
15843         * ses.el: The overall change is to add cell renaming, that is
15844         setting fancy names for cell symbols other than name matching
15845         "\\`[A-Z]+[0-9]+\\'" regexp .
15846         (ses-create-cell-variable): New defun.
15847         (ses-relocate-formula): Relocate formulas only for cells the
15848         symbols of which are not renamed, i.e. symbols whose names do not
15849         match regexp "\\`[A-Z]+[0-9]+\\'".
15850         (ses-relocate-all): Relocate values only for cells the symbols of
15851         which are not renamed.
15852         (ses-load): Create cells variables as the (ses-cell ...) are read,
15853         in order to check row col consistency with cell symbol name only
15854         for cells that are not renamed.
15855         (ses-replace-name-in-formula): New defun.
15856         (ses-rename-cell): New defun.
15858 2011-12-11  Chong Yidong  <cyd@gnu.org>
15860         * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
15861         for completion via gud-gdb-fetch-lines-filter (Bug#10274).
15863 2011-12-11  Eric Hanchrow  <eric.hanchrow@gmail.com>
15865         * window.el (other-window): Fix docstring.
15867 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
15869         * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
15870         `from' or `to' address before taking its substring.
15871         Fixes incorrect display in Rmail summary buffer whereby an RFC2047
15872         encoded name is chopped in the middle of the encoded string, and
15873         thus displayed encoded.
15875 2011-12-10  Juanma Barranquero  <lekktu@gmail.com>
15877         * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
15879 2011-12-10  Eli Zaretskii  <eliz@gnu.org>
15881         * textmodes/texnfo-upd.el: Update commentary.  Add a warning not
15882         to use texinfo-update-node and commands that call it if the
15883         Texinfo file uses @node lines without next/prev/up pointers.
15884         Correct outdated description about texinfo-master-menu.
15885         (texinfo-all-menus-update, texinfo-master-menu)
15886         (texinfo-update-node, texinfo-every-node-update)
15887         (texinfo-multiple-files-update): Doc fix.  Warn against updating
15888         all the @node lines.
15889         (texinfo-master-menu): Only call texinfo-update-node if the prefix
15890         argument is numeric.  Explain better in the doc string what the
15891         function really does.
15892         (texinfo-insert-master-menu-list): Improve the error message
15893         displayed if there's no menu in the Top node.
15894         (Bug#2975)  See also this thread:
15895         http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15897 2011-12-09  Manuel Gómez  <mgrojo@gmail.com>  (tiny change)
15899         * speedbar.el (speedbar-supported-extension-expressions):
15900         Add .adb and .ads, commonly used for Ada source code (bug#10256).
15902 2011-12-09  Juanma Barranquero  <lekktu@gmail.com>
15904         * printing.el (pr-mode-alist):
15905         * simple.el (filter-buffer-substring-functions)
15906         (completion-list-insert-choice-function):
15907         * window.el (window-with-parameter, window-atom-root)
15908         (window-sides-slots, window-size-fixed, window-min-delta)
15909         (window-max-delta, window--resize-mini-window)
15910         (window--resize-child-windows-normal, window-tree)
15911         (delete-other-windows, quit-window, split-window)
15912         (display-buffer-record-window, special-display-buffer-names)
15913         (special-display-regexps, special-display-popup-frame)
15914         (same-window-p, split-window-sensibly)
15915         (display-buffer-overriding-action, display-buffer-alist)
15916         (display-buffer-base-action, display-buffer, switch-to-buffer)
15917         (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15918         (fit-window-to-buffer, recenter-positions)
15919         (mouse-autoselect-window-state, mouse-autoselect-window-select):
15920         * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15921         and remove unneeded backslashes in docstrings.
15923 2011-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15925         * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15927         * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15928         (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15929         end in ".mk".
15930         (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15931         when reading the makefile (bug#10116).
15933 2011-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15935         * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15936         (bug#10116).
15938 2011-12-06  Glenn Morris  <rgm@gnu.org>
15940         * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15942 2011-12-06  Chong Yidong  <cyd@gnu.org>
15944         * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15946 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
15948         * textmodes/table.el (table-shorten-cell): Fix typo.
15950 2011-12-05  Christopher Genovese  <genovese.cr@gmail.com>  (tiny change)
15952         * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15954 2011-12-05  Eli Zaretskii  <eliz@gnu.org>
15956         * descr-text.el (describe-char): Fix display of strong
15957         right-to-left characters and directional embeddings and overrides.
15959         * simple.el (what-cursor-position): Fix display of codepoints of
15960         strong right-to-left characters.
15962 2011-12-05  Chong Yidong  <cyd@gnu.org>
15964         * faces.el (read-color): Doc fix.
15966 2011-12-05  Glenn Morris  <rgm@gnu.org>
15968         * align.el (align--set-marker): Add doc-string.
15969         Don't try to move something that is not a marker.  (Bug#10216)
15971 2011-12-04  Glenn Morris  <rgm@gnu.org>
15973         * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15974         overly zealous deletion of trailing whitespace.
15976 2011-12-04  Juanma Barranquero  <lekktu@gmail.com>
15978         * server.el (server-delete-client): On Windows, do not try to delete
15979         the only terminal.
15980         (server-process-filter): On Windows, treat requests for a tty frame as
15981         if they were for a GUI frame if the running server is in GUI mode.
15983 2011-12-03  Glenn Morris  <rgm@gnu.org>
15985         * textmodes/texinfmt.el (batch-texinfo-format): Doc fix.  (Bug#10207)
15987 2011-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15989         * electric.el: Streamline electric-indent's hook.
15990         (electric-indent-chars): Revert to simple list.
15991         (electric-indent-functions): New var.
15992         (electric-indent-post-self-insert-function): Use it.
15994         * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15995         there's no inferior buffer (bug#10196).
15996         (prolog-consult-compile): Don't use toggle-read-only.
15998 2011-12-02  Michael Albinus  <michael.albinus@gmx.de>
16000         * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
16001         interrupt.  (Bug#10187)
16003 2011-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16005         * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
16006         (bug#9160).
16008         * dired-aux.el (dired-query): Don't assume help-char is modifier-free
16009         (bug#10191).
16011 2011-12-02  Juri Linkov  <juri@jurta.org>
16013         * info.el (Info-search): Display "end of manual" when Isearch
16014         reaches the end of single-file Info manual.  (Bug#9918)
16016 2011-12-02  Eli Zaretskii  <eliz@gnu.org>
16018         * isearch.el (isearch-message-prefix): Run the input method part
16019         of the prompt through bidi-string-mark-left-to-right.  (Bug#10183)
16021 2011-12-02  Juri Linkov  <juri@jurta.org>
16023         * isearch.el (isearch-occur): Use `word-search-regexp' for
16024         `isearch-word'.
16025         (isearch-search-and-update): Add condition for `isearch-word' and
16026         call `word-search-regexp'.  (Bug#10145)
16028 2011-12-01  Glenn Morris  <rgm@gnu.org>
16030         * eshell/em-hist.el (eshell-hist-initialize):
16031         Handle eshell-history-size nil and HISTSIZE set or unset.
16032         (eshell-history-file-name, eshell-history-size): Fix custom type.
16034 2011-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16036         * man.el (Man-completion-table): Fix the lambda case (bug#10168).
16038 2011-12-01  Michael McNamara  <mac@mail.brushroad.com>
16040         * progmodes/verilog-mode.el (verilog-pretty-expr):
16041         Rework verilog-pretty-expr to handle new assignment operators in system
16042         verilog, such as += *= and the like.
16043         (verilog-assignment-operator-re): Regular expression to find the
16044         assigment operator in a verilog assignment.
16045         (verilog-assignment-operation-re): Regular expression to find an
16046         assignment statement for pretty-expr.
16047         (verilog-in-attribute-p): Query returns true if point is in an
16048         attribute context; used to skip these for expression line up from
16049         pretty-expr.
16050         (verilog-in-parameter-p): Query returns true if point is in an
16051         parameter definition context; used to skip these for expression
16052         line up from pretty-expr.
16053         (verilog-in-parenthesis-p): Query returns true if point is in a
16054         parenthetical expression, specifically ( ) but not [ ] or { };
16055         used by pretty-expr.
16056         (verilog-just-one-space): If there is no space, don't add one.
16057         (verilog-get-lineup-indent-2): Specifically skip just attribute
16058         contexts for expression lineup, rather than skipping all
16059         parenthetical expressions.
16060         (verilog-calculate-indent): Fix comment, and fix indent.
16061         (verilog-do-indent): Indent declarations in lists (suggested by
16062         Joachim Lechner).
16063         (verilog-mode-abbrev-table): Populate abbrev mode with the various
16064         skeleton items.
16065         (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
16066         by Alain Mellan).
16068 2011-12-01  Wilson Snyder  <wsnyder@wsnyder.org>
16070         * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
16071         parameters with embedded comments.  Reported by Ray Stevens.
16072         (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
16073         verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
16074         Reported by Tim Holt.
16075         (verilog-auto): Fix AUTOing a upper module then AUTOing module
16076         instantiated by upper module causing wrong expansion until AUTOed a
16077         second time.  Reported by K C Buckenmaier.
16078         (verilog-diff-auto): Fix showing .* as a difference when
16079         `verilog-auto-star-save' off.  Reported by Dan Dever.
16080         (verilog-auto-reset, verilog-read-always-signals)
16081         (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
16082         temporary signals in reset list if
16083         verilog-auto-reset-blocking-in-non is nil, and match assignment
16084         style to each signal's assignment type, bug381.
16085         Reported by Thomas Esposito.
16086         (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
16087         (verilog-uvm-statement-re): Support UVM indentation and
16088         highlighting, with old OVM keywords only.
16089         (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
16090         Support AUTOTIEOFF creating non-wire data types.
16091         Suggested by Jonathan Greenlaw.
16092         (verilog-auto-insert-lisp, verilog-delete-to-paren)
16093         (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
16094         (verilog-inject-sense, verilog-read-inst-pins)
16095         (verilog-read-sub-decls, verilog-read-sub-decls-line):
16096         Fix mismatching parenthesis inside commented out code when deleting
16097         AUTOINST, bug383.  Reported by Jonathan Greenlaw.
16098         (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
16099         non-numeric vector width.  Reported by Alex Reed.
16100         (verilog-auto-ascii-enum): Add "onehot" option to work around not
16101         detecting signals with parameter widths.  Reported by Alex Reed.
16102         (verilog-auto-delete-trailing-whitespace):
16103         With `verilog-auto-delete-trailing-whitespace' remove trailing
16104         whitespace in auto expansion, bug371.  Reported by Brad Dobbie.
16105         (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
16106         Fix verilog-scan-cache corruption when running user AUTO expansion
16107         hooks that call indentation routines.
16108         (verilog-simplify-range-expression): Fix typo ignoring lower case
16109         identifiers.
16110         (verilog-delete-auto): Fix delete-autos to also remove user created
16111         automatics, as long as they start with AUTO.
16112         (verilog-batch-diff-auto, verilog-diff-auto)
16113         (verilog-diff-function): Add `verilog-diff-auto' and bind to
16114         "C-c?"  to report differences in AUTO expansion, ignoring spaces.
16115         (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
16116         (verilog-in-paren-quick, verilog-re-search-backward-quick)
16117         (verilog-re-search-forward-quick, verilog-syntax-ppss):
16118         Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
16119         is disabled and its cache will get corrupt, causing AUTOS not to
16120         expand.  Instead use only -quick functions.
16121         (verilog-scan-region): Fix scanning over escaped quotes.
16122         (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
16123         (verilog-re-search-backward-quick)
16124         (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
16125         related functions now ignore strings, to fix misparsing of strings
16126         with magic comments embedded in them.
16127         (verilog-read-auto-template):
16128         Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
16129         Reported by Brad Dobbie.
16130         (verilog-read-auto-template):
16131         Fix 'verilog-auto-inst-template-numbers' with comments.
16132         Reported by Brad Dobbie.
16133         (verilog-auto-inst, verilog-auto-inst-param)
16134         (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
16135         merge conflicts with AUTOINST, bug358.  Reported by Brad Dobbie.
16136         (verilog-auto-inst-template-numbers): Add 'lhs' policy for
16137         debugging templates without merge conflicts, bug357.
16138         Reported by Brad Dobbie.
16139         (verilog-read-auto-template):
16140         Fix verilog-auto-inst-template-numbers with multiple templates.
16141         Reported by Brad Dobbie.
16142         (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
16143         abbrevs so user won't be asked to save.
16144         (verilog-read-auto-lisp-present): Fix to start at beginning of
16145         buffer in case called outside of verilog-auto.
16146         (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
16147         to "X-2".  Reported by Matthew Myers.
16148         (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
16149         all inputs from module templates.  Reported by Leith Johnson.
16150         (verilog-module-inside-filename-p): Fix locating programs as with
16151         modules.
16152         (verilog-auto-inst-port): Fix vl-width expressions when using
16153         verilog-auto-inst-param-value, bug331.  Reported by Julian Gorfajn.
16154         (verilog-decls-get-regs, verilog-decls-get-signals,
16155         verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
16156         verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
16157         verilog-read-decls): Combine reg and wire structures into one var
16158         structure to represent SystemVerilog concepts.
16159         (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
16160         (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
16161         (verilog-auto-wire-type, verilog-insert-definition):
16162         Add verilog-auto-wire-type and AUTOLOGIC to support using
16163         SystemVerilog "logic" keyword instead of "wire"/"reg".
16164         (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
16165         to declares outputs that also have assignments (presumably in an
16166         ifdef or generate if so there's not a driver conflict).
16167         Reported by Matthew Myers.
16168         (verilog-auto-declare-nettype, verilog-insert-definition):
16169         Add verilog-auto-declare-nettype to fix declarations using
16170         `default_nettype none.  Reported by Julian Gorfajn.
16171         (verilog-read-always-signals-recurse, verilog-read-decls)
16172         (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
16173         malformed end statement, bug325.  Reported by Joshua Wise and
16174         Andrew Drake.
16175         (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
16176         (verilog-inst-comment-re): Fix not deleting Interfaced comment
16177         when expanding .* in interfaces, bug320.
16178         Reported by Pierre-David Pfister.
16179         (verilog-read-module-name): Fix import statements between module
16180         name and open parenthesis, bug317.
16181         Reported by Pierre-David Pfister.
16182         (verilog-simplify-range-expression): Fix simplification of
16183         multiplications inside AUTOWIRE connections, bug303.
16184         (verilog-auto-inst-port): Support parameter expansion in
16185         multidimensional arrays.
16186         (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
16187         after "assert property".  Reported by Julian Gorfajn.
16188         (verilog-simplify-range-expression): Fix "couldn't merge" errors
16189         with multiplication, bug303.
16190         (verilog-read-decls): Fix parsing of unsigned data types, bug302.
16191         Reported by Jan Frode Lonnum.
16193 2011-11-30  Juanma Barranquero  <lekktu@gmail.com>
16195         * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
16196         (hfy-shell-file-name, hfy-shell):
16197         * international/fontset.el (x-decompose-font-name): Fix typos.
16199 2011-11-29  Ken Brown  <kbrown@cornell.edu>
16201         * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
16202         (gdb-version): Remove defvar.
16203         (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
16204         (gdb-gud-context-command, gdb-non-stop-handler)
16205         (gdb-current-context-command, gdb-stopped): Use it.
16206         (gdb-init-1): Enable pretty printing here.
16207         (gdb-non-stop-handler): Don't enable pretty-printing here.
16208         Check to see if the target supports non-stop mode; if not, turn off
16209         non-stop mode.  Use the following.
16210         (gdb-check-target-async): New defun.
16211         (gud-watch, gdb-stopped): Fix whitespace.
16212         (gdb-get-source-file): Don't try to display the source file if
16213         `gdb-main-file' is nil.
16215 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16217         * align.el: Try to generate fewer markers (bug#10047).
16218         (align--set-marker): New macro.
16219         (align-region): Use it.
16221 2011-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16223         * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
16225 2011-11-29  Chong Yidong  <cyd@gnu.org>
16227         * indent.el (indent-for-tab-command, indent-according-to-mode):
16228         Doc fix.
16229         (indent-region): Doc fix.  Switch nested ifs to equivalent cond.
16231 2011-11-29  Michael Albinus  <michael.albinus@gmx.de>
16233         * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
16234         aware of remote file names.  (Bug#10124)
16236 2011-11-29  Chong Yidong  <cyd@gnu.org>
16238         * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
16240 2011-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16242         * files.el (find-file): Don't use force-same-window (bug#10144).
16243         * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
16244         use pop-to-buffer if the selected window can't be used.
16245         (pop-to-buffer-same-window): Use display-buffer--same-window-action.
16247 2011-11-28  Eli Zaretskii  <eliz@gnu.org>
16249         * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
16250         special-mode-map.
16252 2011-11-28  Chong Yidong  <cyd@gnu.org>
16254         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
16256 2011-11-27  Nick Roberts  <nickrob@snap.net.nz>
16258         * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
16259           gdb-get-source-file-list on gdb-create-source-file-list.
16261 2011-11-26  Eli Zaretskii  <eliz@gnu.org>
16263         * whitespace.el (whitespace-newline): Use a different foreground
16264         color for 16-color light-background displays.
16266 2011-11-24  Chong Yidong  <cyd@gnu.org>
16268         * window.el (display-buffer--special-action): Doc fix.
16270 2011-11-25  Juanma Barranquero  <lekktu@gmail.com>
16272         * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
16273         (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
16274         (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
16275         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
16276         (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
16277         (avl-tree-stack-first):
16278         * emacs-lisp/cconv.el (cconv--analyse-use):
16279         * net/gnutls.el (gnutls-negotiate): Fix typos.
16281 2011-11-24  Glenn Morris  <rgm@gnu.org>
16283         * lpr.el (lpr-windows-system, lpr-lp-system):
16284         * mail/binhex.el (binhex-begin-line):
16285         * progmodes/grep.el (grep-history, grep-find-history):
16286         * textmodes/flyspell.el:
16287         * vc/pcvs-defs.el (cvs-global-menu):
16288         * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
16289         * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
16290         * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
16292         * net/tls.el: Fix case of "GnuTLS".
16294         * paths.el (rmail-file-name): Format doc-string for make-docfile.
16296         * version.el (emacs-build-system): Give it a doc-string.
16298 2011-11-24  Juri Linkov  <juri@jurta.org>
16300         * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
16302 2011-11-24  Glenn Morris  <rgm@gnu.org>
16304         * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
16305         if called on a non-mime message just toggle the headers.  (Bug#8006)
16307 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
16309         * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
16310         (allout-lead-with-comment-string, allout-structure-deleted-hook)
16311         (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
16312         (allout-rebullet-heading, allout-open-sibtopic)
16313         (allout-toggle-current-subtree-encryption)
16314         (allout-toggle-subtree-encryption, allout-encrypt-string)
16315         (allout-next-topic-pending-encryption, allout-adjust-file-variable)
16316         (allout-distinctive-bullets-string, allout-auto-activation):
16317         * window.el (window-normalize-buffer-to-display):
16318         * progmodes/verilog-mode.el (verilog-batch-indent):
16319         * textmodes/bibtex.el (bibtex-field-braces-opt)
16320         (bibtex-field-strings-opt):
16321         * vc/cvs-status.el (cvs-tree-merge):
16322         Fix typos.
16324 2011-11-23  Michael Albinus  <michael.albinus@gmx.de>
16326         * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
16327         `non-essential' to t, in order to avoid remote connections.
16329 2011-11-23  Eli Zaretskii  <eliz@gnu.org>
16331         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16332         On MS-DOS and MS-Windows, compare with loaddefs.el
16333         case-insensitively.
16335 2011-11-23  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
16337         * mail/unrmail.el (unrmail): Always add blank line.  (Bug#7743)
16339 2011-11-23  Glenn Morris  <rgm@gnu.org>
16341         * paths.el (rmail-file-name): Reformat the doc-string so that it
16342         is picked up.
16344         * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
16345         (rmail-auto-file): Ignore case in the "special" field names,
16346         as mail-fetch-field does for all others.
16348         * mail/rmail.el (rmail-forward):
16349         * mail/rmailkwd.el (rmail-set-label):
16350         * mail/rmailout.el (rmail-output, rmail-output-as-seen)
16351         (rmail-output-body-to-file): Give error if no message.  (Bug#10082)
16353         * mail/rmail.el (rmail-current-message): Doc fix.
16355         * mail/rmail.el (rmail-message-filter): Mark as obsolete.  (Bug#2624)
16357 2011-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16359         * server.el (server-eval-and-print): Allow C-g (bug#6585).
16361 2011-11-22  Glenn Morris  <rgm@gnu.org>
16363         * mail/rmailmm.el (test-rmail-mime-handler)
16364         (test-rmail-mime-bulk-handler)
16365         (test-rmail-mime-multipart-handler): Move tests to test/ directory.
16367 2011-11-21  Juri Linkov  <juri@jurta.org>
16369         * calc/calc.el (calc-read-key-sequence):
16370         Let-bind `input-method-function' to nil.  (Bug#10018)
16372 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16374         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
16375         Tell the caller that the next line needs recomputation, even
16376         though it doesn't start a sexp (bug#10094).
16378 2011-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16380         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
16382 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16384         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16385         Use force-same-window.
16387 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
16389         * descr-text.el (describe-char-unicode-data):
16390         * json.el (json-string-escape):
16391         * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
16392         (Footnote-unicode, Footnote-style-p):
16393         * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
16395 2011-11-20  Chong Yidong  <cyd@gnu.org>
16397         * window.el (replace-buffer-in-windows): Restore interactive spec.
16399 2011-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16401         * electric.el (electric-indent-mode): Fix last change (too optimistic).
16403         * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
16404         (byte-compile-global-not-obsolete-vars): New var.
16405         (byte-compile-check-variable, byte-compile-make-obsolete-variable):
16406         Use it.
16407         (byte-compile-warn-obsolete): Align text with the one in *Help*.
16409 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
16411         * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
16412         * progmodes/pascal.el (electric-pascal-equal):
16413         * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
16414         * xml.el (xml-substitute-special): Fix typos.
16416 2011-11-20  Glenn Morris  <rgm@gnu.org>
16418         * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
16419         (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
16420         Doc fixes.
16421         (rmail-decode-mime-charset): Mark as obsolete.
16423         * mail/rmailsum.el (rmail-message-regexp-p-1):
16424         * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
16425         Before using mime functions, check they are set.  (Bug#10077)
16427 2011-11-19  Juri Linkov  <juri@jurta.org>
16429         * info.el (Info-finder-find-node): Use `package--builtins' instead
16430         of `package-alist'.  Use node names formed by the pattern "Keyword "
16431         and the keyword name.
16433 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
16435         * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
16437 2011-11-19  Juri Linkov  <juri@jurta.org>
16439         * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
16440         that calls `revert-buffer' on all Info buffers.  (Bug#9915)
16441         (Info-revert-find-node): Remove let-bindings `old-buffer-name',
16442         `old-history', `old-history-forward'.  Add let-binding
16443         `window-selected'.  Remove calls to `kill-buffer',
16444         `switch-to-buffer' and `Info-mode'.  Set `Info-current-file' to nil
16445         before calling `Info-find-node', so `Info-find-node-2' will reread
16446         the Info file.  Restore window positions only when `window-selected'
16447         is non-nil.
16449 2011-11-19  Juri Linkov  <juri@jurta.org>
16451         * isearch.el (isearch-lazy-highlight-new-loop):
16452         Remove condition `(not isearch-error)'.  (Bug#9918)
16454         * misearch.el (multi-isearch-search-fun): Add condition
16455         `(not bound)' to ignore lazy-highlighting search.
16456         Add the search-failed message "end of multi" when the end of
16457         multi-sequence is reached.  Uncapitalize the search-failed
16458         message "Repeat for next buffer".
16460         * info.el (Info-search): Add the search-failed message
16461         "end of the manual" when the end of the manual is reached
16462         in Isearch mode.
16464 2011-11-19  Juri Linkov  <juri@jurta.org>
16466         * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
16467         Use non-destructive `remove' instead of `delete' because
16468         `Info-history-list' stored to `Info-isearch-initial-history-list' in
16469         `Info-isearch-start' might need to be restored in `Info-isearch-end'.
16471 2011-11-19  Juri Linkov  <juri@jurta.org>
16473         * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
16474         to nil instead of binding `search-ring' and `regexp-search-ring'.
16475         (Bug#9185)
16477 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
16479         * simple.el (line-move): Force movement by logical lines for any
16480         hscrolled window, not only when auto-hscroll-mode is on.
16481         (line-move-visual): Update doc string to that effect.  (Bug#10076)
16483 2011-11-19  Andreas Schwab  <schwab@linux-m68k.org>
16485         * language/european.el (macintosh): Define as alias for mac-roman.
16487 2011-11-19  Eli Zaretskii  <eliz@gnu.org>
16489         * mail/rmailmm.el (rmail-mime-display-header)
16490         (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
16491         (rmail-mime-entity-segment, rmail-mime-toggle-raw)
16492         (rmail-mime-toggle-hidden, rmail-mime-insert-text)
16493         (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
16494         (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
16495         of a raw aref.
16496         (rmail-mime-entity-segment): To get past the tagline, move forward
16497         2 more lines, to account for the 2 empty lines that precede and
16498         follow the line with the buttons.
16499         (rmail-mime-update-tagline): Move one more line, to get past the
16500         empty line that follows the buttons in the tagline.  (Bug#9520)
16502 2011-11-19  Martin Rudalics  <rudalics@gmx.at>
16504         * window.el (window-max-delta-1, window-min-delta-1)
16505         (window-min-size-1, window-state-get-1, window-state-put-1)
16506         (window-state-put-2): Use "window--" prefix.
16508 2011-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16510         * emacs-lisp/smie.el: Improve warnings and conflict detection.
16511         (smie-warning-count): New var.
16512         (smie-set-prec2tab): Use it.
16513         (smie-bnf->prec2): Improve warnings.  Add docstring.
16514         (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
16515         (smie-bnf--set-class): New function.
16516         (smie-bnf--classify): Rename from smie-bnf-classify.  Rewrite to fix
16517         corner case.
16519         * progmodes/compile.el: Obey compilation-first-column in dest buffer.
16520         (compilation-error-properties, compilation-move-to-column):
16521         Handle compilation-first-column while in the target buffer.
16523         * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
16524         Don't hardcode point-min==1.
16526         * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
16527         (eshell-rewrite-for-command): Remove workaround.
16528         (eshell-do-pipelines, eshell-do-pipelines-synchronously)
16529         (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
16530         * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
16532         * files-x.el (modify-file-local-variable): Obey commenting conventions.
16534 2011-11-17  Glenn Morris  <rgm@gnu.org>
16536         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16537         Ignore buffer-local generated-autoload-file if it is the same
16538         as the global value.  (Bug#10049)
16540 2011-11-17  Juanma Barranquero  <lekktu@gmail.com>
16542         * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
16543         (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
16544         (reftex-toc-previous-heading, reftex-toc-max-level)
16545         (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
16546         (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
16547         (reftex-toc-do-promote, reftex-toc-promote-prepare)
16548         (reftex-toc-promote-action, reftex-toc-extract-section-number)
16549         (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
16550         (reftex-toc-rename-label, reftex-toc-visit-location)
16551         (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
16552         (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
16553         (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
16554         leaving "*toc*" only for references to the buffer.
16556 2011-11-17  Martin Rudalics  <rudalics@gmx.at>
16558         * window.el (window-resize, delete-window, split-window):
16559         Replace window-splits by window-combination-resize.
16560         * cus-start.el (window-splits): Replace by window-combination-resize.
16562 2011-11-17  Glenn Morris  <rgm@gnu.org>
16564         * progmodes/sh-script.el (sh-font-lock-keywords-var):
16565         Make bash entry derive from sh entry, not shell entry.
16567 2011-11-16  Michael Albinus  <michael.albinus@gmx.de>
16569         * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
16570         local file name.
16572 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
16574         * menu-bar.el (menu-bar-file-menu):
16575         * printing.el (pr-ps-utility):
16576         * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
16577         (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
16578         (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
16579         (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
16580         (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
16581         (icalendar--convert-cyclic-to-ical)
16582         (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
16583         (icalendar--convert-ical-to-diary)
16584         (icalendar--convert-recurring-to-diary)
16585         (icalendar--convert-non-recurring-all-day-to-diary)
16586         (icalendar-import-format-sample):
16587         * progmodes/idlw-shell.el (idlwave-shell-mode):
16588         * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
16589         (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
16590         (vhdl-ps-print-init): Fix typos.
16592 2011-11-16  Ken Manheimer  <ken.manheimer@gmail.com>
16594         * allout.el, allout-widgets.el (file metadata): Attribute copyright to
16595         FSF and collapse date sequence, obscure author/maintainer email address
16596         better, remove extra version line, track relocation of author's webpage.
16598         * progmodes/python.el (python-pdbtrack-input-prompt)
16599         (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
16600         regular python pdb prompts.  Adjustments shamelessly taken exactly as
16601         suggested in EmacsWiki page (tiny change):
16602         http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
16604 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
16606         * expand.el (expand-pos, expand-index, expand-point):
16607         Remove redundant info from docstring.
16608         (expand-add-abbrevs): Doc fix.
16609         (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
16610         (expand-sample-perl-mode-expand-list): Fix typos.
16612         * net/dbus.el (dbus-event-member-name):
16613         * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
16614         * term/pc-win.el (msdos-create-frame-with-faces):
16615         * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
16617 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
16619         * window.el (split-window, window-state-get-1)
16620         (window-state-put-1, window-state-put-2): Rename occurrences of
16621         window-nest to window-combination-limit.
16622         * cus-start.el (window-nest): Rename to window-combination-limit.
16624 2011-11-16  Chong Yidong  <cyd@gnu.org>
16626         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
16627         regexp (Bug#10033).
16629 2011-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16631         * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
16632         `completing-read' will remove *Completions* and will preserve
16633         current-buffer for us.
16634         (tmm-add-prompt): Users of *Completions* will always (re)set its
16635         major mode.
16636         (tmm-old-comp-map): Remove.
16638 2011-11-16  Glenn Morris  <rgm@gnu.org>
16640         * mail/rmailedit.el: Require rmailmm when compiling.
16641         (rmail-old-mime-state): New declaration.
16642         (rmail-edit-current-message): If editing a mime message,
16643         edit the "raw" message from the mbox buffer.
16644         (rmail-cease-edit): Handle mime messages.  (Bug#9840)
16646 2011-11-15  Glenn Morris  <rgm@gnu.org>
16648         * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
16649         which wasn't being used.  Add optional arg to force given state.
16650         (rmail-mime): Add optional arg to force given state.
16652 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
16654         * allout.el (allout-encryption-plaintext-sanitization-regexps):
16655         * frame.el (display-mm-dimensions-alist):
16656         * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
16657         (outline-move-subtree-down):
16658         * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
16659         (newsticker--treeview-do-get-node):
16660         * net/quickurl.el (quickurl-list-buffer-name):
16661         * progmodes/dcl-mode.el (dcl-mode):
16662         * progmodes/gdb-mi.el (gdb-mapcar*):
16663         * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
16665 2011-11-15  Glenn Morris  <rgm@gnu.org>
16667         * mail/rmail.el (rmail-file-coding-system): It's only ever used
16668         in a boolean sense, so just make it a boolean, and fix the doc.
16669         (rmail-show-mime-function, rmail-mime-feature)
16670         (rmail-require-mime-maybe): Doc fixes.
16671         (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
16673         * mail/rmailmm.el (rmail-show-mime): Doc fix.
16675 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
16677         * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
16678         (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
16679         (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
16680         (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
16682 2011-11-15  Glenn Morris  <rgm@gnu.org>
16684         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
16685         (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
16686         (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
16687         (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
16688         (rmail-mime, rmail-show-mime): Doc fixes.
16690         * term/ns-win.el (mode-line-frame-identification):
16691         Leave it alone.  (Bug#10051)
16693         * simple.el (mark-whole-buffer): Doc fix.  (Bug#10023)
16695         * mail/rmailout.el (rmail-output-to-rmail-buffer):
16696         Handle empty buffers.  (Bug#9978)
16698 2011-11-14  Juanma Barranquero  <lekktu@gmail.com>
16700         * international/mule.el (define-charset):
16701         * mail/rmailmm.el (rmail-mime-find-header-encoding):
16702         * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
16703         * progmodes/verilog-mode.el (verilog-backward-token):
16704         * textmodes/ispell.el (lookup-words):
16705         * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
16707 2011-11-14  Glenn Morris  <rgm@gnu.org>
16709         * progmodes/executable.el
16710         (executable-make-buffer-file-executable-if-script-p):
16711         Handle file-modes returning nil.
16713         * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
16714         message - not necessary, and causes problems.  (Bug#9831)
16716         * mail/rmailsum.el (rmail-new-summary): Preserve message number.
16718         * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
16720         * mail/rmailsum.el (rmail-summary, rmail-new-summary)
16721         (rmail-new-summary-1): Allow empty summaries.  (Bug#9964)
16722         (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
16724 2011-11-12  Martin Rudalics  <rudalics@gmx.at>
16726         * window.el (window-resize, delete-window): Use window-splits
16727         variable instead of function.
16728         (window-state-get-1, window-state-put-2, window-state-put):
16729         Don't deal with windows' splits status.
16731 2011-11-12  Glenn Morris  <rgm@gnu.org>
16733         * apropos.el (apropos-do-all, apropos-library, apropos-value)
16734         (apropos-documentation): Doc fixes.
16736 2011-11-11  Juanma Barranquero  <lekktu@gmail.com>
16738         * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
16739         * textmodes/sgml-mode.el (html-tag-help): Fix typos.
16741 2011-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16743         * electric.el (electric-indent-post-self-insert-function): Make it
16744         possible for a char to only indent in some circumstances.
16745         (electric-indent-mode): Simplify.
16747 2011-11-11  Martin Rudalics  <rudalics@gmx.at>
16749         * window.el (windows-with-parameter): Remove unused function.
16750         (windows-at-side): Rename to window-at-side-list.
16751         (window-check, window-atom-check, window-atom-check-1)
16752         (window-side-check, window-size-ignore, window-size-fixed-1)
16753         (window-in-direction-2): Prefix with "window--".
16754         (window-tree-1): Rename to window--subtree, fix doc-string.
16756 2011-11-11  Glenn Morris  <rgm@gnu.org>
16758         * subr.el (eval-after-load): If FILE is already loaded,
16759         evaluate FORM before it gets wrapped in more stuff.  (Bug#10009)
16761 2011-11-10  Glenn Morris  <rgm@gnu.org>
16763         * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
16764         Call svn via vc-svn-command rather than vc-do-command.
16765         (vc-svn-command): Add --non-interactive.  (Bug#9993)
16766         (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
16768         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16769         Add toggle-read-only.  (Bug#7292)
16770         * files.el (toggle-read-only): Mention that it should only
16771         be used interactively.  (Bug#10006)
16773 2011-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16775         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16776         Adjust regexp for OCaml warnings.
16778         * electric.el (electric-pair-post-self-insert-function): Let user
16779         turn it off buffer-locally (bug#9932).
16781         * progmodes/python.el (python-beginning-of-statement):
16782         Rewrite (bug#2703).
16784         * progmodes/compile.el: Better handle TABs (bug#9749).
16785         (compilation-internal-error-properties)
16786         (compilation-next-error-function): Obey the target buffer's
16787         compilation-error-screen-columns.
16789 2011-11-09  Juanma Barranquero  <lekktu@gmail.com>
16791         * progmodes/meta-mode.el: Remove obsolete comments.
16792         (meta-right-comment-regexp, meta-ignore-comment-regexp):
16793         Fix typos in docstrings.
16795 2011-11-09  Martin Rudalics  <rudalics@gmx.at>
16797         * window.el (window-size-fixed-p): Rewrite doc-string.
16798         (window-resizable-p): Rename to window--resizable-p.  Update callers.
16799         (window--resizable): New function.  Make all callers of
16800         window-resizable call window--resizable instead.
16801         (window-resizable): Rewrite in terms of window--resizable.
16803 2011-11-08  Glenn Morris  <rgm@gnu.org>
16805         * progmodes/delphi.el (delphi-mode-syntax-table):
16806         Let define-derived-mode define a proper syntax table.  (Bug#9994)
16808 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16810         * window.el: Stay away from defsubst.
16811         (window-list-no-nils): Remove.
16812         (window-state-get-1, window-state-get): Use backquote instead.
16814 2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
16816         * emacs-lisp/find-func.el (find-function-read):
16817         Fix incorrect use of default argument in `completing-read'.
16819 2011-11-08  Martin Rudalics  <rudalics@gmx.at>
16821         * window.el (display-buffer-function, special-display-function):
16822         Mention display-buffer-record-window but do not mention
16823         help-setup parameter in doc-strings.
16824         (window-min-delta): Fix doc-string typo.
16826 2011-11-08  Chong Yidong  <cyd@gnu.org>
16828         * window.el (window-total-height, window-total-width): Doc fix.
16829         (window-body-size): Move from C.
16830         (window-body-height, window-body-width): Move to C.
16832 2011-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16834         * window.el: Make special-display like display-buffer-alist (bug#9532).
16835         (display-buffer--special-action): New function, morphed
16836         from display-buffer--special.
16837         (display-buffer): Use it to handle special-display-buffers at higher
16838         priority (just after display-buffer-alist).
16839         (display-buffer-fallback-action, display-buffer--other-frame-action)
16840         (pop-to-buffer-same-window): Remove display-buffer--special.
16842 2011-11-07  Glenn Morris  <rgm@gnu.org>
16844         * calendar/cal-menu.el (cal-menu-set-date-title):
16845         Do nothing if not in a calendar.  (Bug#9976)
16847 2011-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16849         * files.el (find-file): Always use selected-window.
16851 2011-11-07  Martin Rudalics  <rudalics@gmx.at>
16853         * window.el (window-combinations): Make WINDOW argument
16854         mandatory.  Rewrite doc-string.
16855         (walk-window-subtree, window-atom-check, window-min-delta)
16856         (window-max-delta, window--resize-this-window)
16857         (window--resize-root-window-vertically, window-tree)
16858         (balance-windows, window-state-put): Rewrite doc-strings as to
16859         not mention the term "subwindow".
16860         (window--resize-subwindows-skip-p): Rename to
16861         window--resize-child-windows-skip-p.
16862         (window--resize-subwindows-normal): Rename to
16863         window--resize-child-windows-normal.
16864         (window--resize-subwindows): Rename to
16865         window--resize-child-windows.
16866         (window-or-subwindow-p): Rename to window--in-subtree-p.
16868 2011-11-07  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
16870         * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
16871         Ensure that mbox format messages end in two newlines (Bug#9974).
16873 2011-11-06  Chong Yidong  <cyd@gnu.org>
16875         * window.el (window-combination-p): Function deleted; its
16876         side-effect is not used in any existing code.
16877         (window-combinations, window-combined-p): Call window-*-child
16878         directly.
16880 2011-11-05  Chong Yidong  <cyd@gnu.org>
16882         * window.el (window-valid-p): Rename from window-any-p.
16883         (window-size-ignore, window-state-get): Callers changed.
16884         (window-normalize-window): Rename from window-normalize-any-window.
16885         New arg LIVE-ONLY, replacing window-normalize-live-window.
16886         (window-normalize-live-window): Delete.
16887         (window-combination-p, window-combined-p, window-combinations)
16888         (walk-window-subtree, window-atom-root, window-min-size)
16889         (window-sizable, window-sizable-p, window-size-fixed-p)
16890         (window-min-delta, window-max-delta, window-resizable)
16891         (window-resizable-p, window-full-height-p, window-full-width-p)
16892         (window-current-scroll-bars, window-point-1, set-window-point-1)
16893         (window-at-side-p, window-in-direction, window-resize)
16894         (adjust-window-trailing-edge, maximize-window, minimize-window)
16895         (window-deletable-p, delete-window, delete-other-windows)
16896         (record-window-buffer, unrecord-window-buffer)
16897         (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16898         (quit-window, split-window, window-state-put)
16899         (set-window-text-height, fit-window-to-buffer)
16900         (shrink-window-if-larger-than-buffer): Callers changed.
16902 2011-11-04  Eli Zaretskii  <eliz@gnu.org>
16904         * mail/rmail.el (rmail-simplified-subject): Decode subject with
16905         rfc2047-decode-string.
16906         (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16907         warnings.
16909         * window.el (window-body-height, window-body-width): Mention in
16910         the doc string that the return values are in frame's canonical
16911         units.  (Bug#9949)
16913 2011-11-03  Alan Mackenzie  <acm@muc.de>
16915         * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16916         change in cc-engine.el.
16918 2011-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16920         * window.el (switch-to-buffer): Use `force-same-window' interactively.
16922 2011-11-02  Martin Rudalics  <rudalics@gmx.at>
16924         * window.el (quit-window): Call unrecord-window-buffer after
16925         showing another buffer in the window.  (Bug#9937)
16926         (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16928 2011-11-02  Juanma Barranquero  <lekktu@gmail.com>
16930         * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16931         Accept status with more than 9 shelves.  (Bug#9935)
16932         Reported by Colin D Bennett <colin@gibibit.com>.
16934 2011-11-01  Martin Rudalics  <rudalics@gmx.at>
16936         * help.el (with-help-window): Don't reference
16937         temp-buffer-show-specifiers in doc-string.
16939 2011-10-31  Andreas Schwab  <schwab@linux-m68k.org>
16941         * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16942         menu-item.
16944 2011-10-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16946         * whitespace.el: New version 13.2.2.
16947         (whitespace-newline-mode): Disable properly.  Reported by Sarah
16948         <EmacsWiki>.
16950 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
16952         * net/newst-treeview.el: Remove "Time-stamp".
16953         (newsticker--group-manage-orphan-feeds): Do not call
16954         newsticker--treeview-tree-update.
16955         (newsticker-treeview-update, newsticker-treeview):
16956         Call newsticker--treeview-tree-update if necessary.
16958 2011-10-30  Martin Rudalics  <rudalics@gmx.at>
16960         * window.el (window-iso-combination-p, window-iso-combined-p)
16961         (window-iso-combinations): Remove "iso-" infix.
16962         Suggested by Chong Yidong.
16963         (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16964         (window-max-delta-1, window-resize, window--resize-siblings)
16965         (window--resize-this-window, adjust-window-trailing-edge)
16966         (split-window, balance-windows-1)
16967         (shrink-window-if-larger-than-buffer):
16968         * calendar/calendar.el (calendar-generate-window):
16969         * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16971 2011-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16973         * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16974         in place (bug#9907).
16975         (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16976         (eshell-rewrite-if-command, eshell-rewrite-for-command)
16977         (eshell-structure-basic-command, eshell-rewrite-while-command)
16978         (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16979         (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16980         (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16981         (eshell-do-pipelines-synchronously, eshell-eval-command):
16982         Use backquotes and prefer setq to set.
16983         (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16984         (eshell-macrop): Use functionp.
16985         (eshell-do-eval): Handle multiple expressions in `while' body.
16987 2011-10-30  Chong Yidong  <cyd@gnu.org>
16989         * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16990         instead of set-mark (Bug#9810).
16992 2011-10-30  Chong Yidong  <cyd@gnu.org>
16994         * window.el (split-window-below, split-window-right): Rename from
16995         split-window-above-each-other and split-window-side-by-side
16996         respectively.  All callers changed.
16997         (split-window-sensibly, split-window-sensibly): Use them.
16998         (split-window-keep-point): Doc fix.
17000         * isearch.el: Add isearch-scroll property to split-window-below
17001         and split-window-right.
17003         * follow.el (follow-mode):
17004         * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
17005         * progmodes/ada-xref.el (ada-gdb-application):
17006         * emulation/vip.el (vip-buffer-in-two-windows):
17007         * image-dired.el (image-dired-dired-with-window-configuration):
17008         * dired-x.el (dired-do-find-marked-files):
17009         * dired.el (dired-pop-to-buffer):
17010         * bs.el (bs--show-with-configuration):
17011         * vc/emerge.el (emerge-setup-windows):
17012         * textmodes/two-column.el (2C-two-columns):
17013         * textmodes/reftex-toc.el (reftex-toc):
17014         * progmodes/gdb-mi.el (gdb-setup-windows):
17015         * progmodes/fortran.el (fortran-window-create):
17016         * net/newst-treeview.el (newsticker--treeview-window-init):
17017         * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
17018         * emulation/tpu-edt.el (tpu-gold-map):
17019         * emulation/crisp.el (crisp-mode-map):
17020         * calendar/calendar.el (calendar-basic-setup): Callers changed.
17022 2011-10-29  Chong Yidong  <cyd@gnu.org>
17024         * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
17026         * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
17028         * textmodes/flyspell.el (flyspell-word): Fix char offset for
17029         forged Ispell output (Bug#7904).
17031         * emacs-lisp/package.el (package-refresh-contents): Add autoload.
17033 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17035         * doc-view.el: Avoid ugly errors about not finding nil.
17036         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
17037         (doc-view-dvipdf-program, doc-view-unoconv-program)
17038         (doc-view-ps2pdf-program, doc-view-pdftotext-program):
17039         Avoid nil or absolute file name as default value.
17040         (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
17042 2011-10-28  Alan Mackenzie  <acm@muc.de>
17044         * progmodes/cc-defs.el (c-version): -> 5.32.2.
17046 2011-10-28  Alan Mackenzie  <acm@muc.de>
17048         Amend the handling of c-beginning/end-of-defun in nested declaration
17049         scopes.
17051         * progmodes/cc-vars.el (c-defun-tactic): Move here from
17052         cc-langs.el.  Change it to a defcustom.
17054         * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
17055         cc-vars.el.
17057         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17058         Prevent "class foo : bar" being spuriously recognized as a label.
17060         * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
17061         Add parameter `inclusive' (to include enclosing braces in the region).
17062         (c-widen-to-enclosing-decl-scope): New function.
17063         (c-while-widening-to-decl-block): New macro.
17064         (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
17065         outward for defun boundaries, and correspondingly change symbol
17066         `respect-enclosure' to `go-outward'.
17067         (c-declaration-limits): Change algorithm to report only the "innermost"
17068         defun's boundaries.
17070 2011-10-28  Deniz Dogan  <deniz@dogan.se>
17072         * net/rcirc.el (rcirc-mode): Use hard newlines.
17074 2011-10-28  Alan Mackenzie  <acm@muc.de>
17076         Amend to indent and fontify macros "which include their own semicolon"
17077         correctly, using the "virtual semicolon" mechanism.
17079         * progmodes/cc-defs.el: Update "virtual semicolon" comments.
17081         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
17082         Recode to scan one line at a time rather than having \n and \r
17083         explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
17084         (c-forward-label): Amend for virtual semicolons.
17085         (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
17087         * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
17088         of the new C macros.
17090         * progmodes/cc-langs.el (c-at-vsemi-p-fn):
17091         (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
17092         (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
17093         (c-opt-cpp-macro-define): Make into a full language variable.
17094         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
17095         AWK Mode (including \n, \r) removed, no longer needed.
17097         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
17098         Invoke c-make-macro-with-semi-re.
17100         * progmodes/cc-vars.el (c-macro-with-semi-re):
17101         (c-macro-names-with-semicolon): New variables.
17102         (c-make-macro-with-semi-re): New function.
17104 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17106         * vc/log-edit.el: Fill empty field rather than adding new one.
17107         (log-edit-add-field): New function.
17108         (log-edit-insert-changelog): Use it.
17110 2011-10-28  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
17112         * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
17114 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17116         * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
17117         (gdb--check-interpreter): New function.
17118         (gdb): Use it.
17120 2011-10-27  Glenn Morris  <rgm@gnu.org>
17122         * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
17123         (least-positive-float, least-negative-float)
17124         (least-positive-normalized-float, least-negative-normalized-float)
17125         (float-epsilon, float-negative-epsilon):
17126         Remove unnecessary declarations.
17128         * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
17129         * emacs-lisp/cl.el (most-positive-float, most-negative-float)
17130         (least-positive-float, least-negative-float)
17131         (least-positive-normalized-float, least-negative-normalized-float)
17132         (float-epsilon, float-negative-epsilon): Add doc-strings,
17133         based on those in cl.texi.
17135         * files.el (set-visited-file-name): If the major-mode changed,
17136         reload the local variables.  (Bug#9796)
17138 2011-10-27  Chong Yidong  <cyd@gnu.org>
17140         * subr.el (change-major-mode-after-body-hook): New hook.
17141         (run-mode-hooks): Run it.
17143         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17144         Use change-major-mode-before-body-hook.
17146         * simple.el (fundamental-mode):
17147         * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
17148         change introducing fundamental-mode-hook.
17150 2011-10-26  Juanma Barranquero  <lekktu@gmail.com>
17152         * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
17154 2011-10-26  Michael Albinus  <michael.albinus@gmx.de>
17156         * ido.el (ido-file-name-all-completions-1): Do not require
17157         tramp.el explicitly.  (Bug#7583)
17159 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17161         * progmodes/octave-mod.el:
17162         * progmodes/octave-inf.el: Update maintainer.
17164 2011-10-26  Chong Yidong  <cyd@gnu.org>
17166         * subr.el (with-wrapper-hook): Rewrite doc.
17168 2011-10-25  Michael Albinus  <michael.albinus@gmx.de>
17170         * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
17171         filenames "/method:foo:".  (Bug#9793)
17173 2011-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17175         * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
17176         (bug#9865).
17178 2011-10-24  Glenn Morris  <rgm@gnu.org>
17180         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.  (Bug#9819)
17182 2011-10-24  Michael Albinus  <michael.albinus@gmx.de>
17184         * notifications.el: Add the requirement of a running D-Bus session
17185         bus to the Commentary.
17187 2011-10-24  Juri Linkov  <juri@jurta.org>
17189         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17190         `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
17191         (Bug#9364)
17193 2011-10-24  Juri Linkov  <juri@jurta.org>
17195         * info.el (Info-following-node-name-re): Add newline to the list
17196         of allowed characters for leading space.  (Bug#9824)
17198 2011-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17200         * progmodes/octave-inf.el (inferior-octave-mode-map):
17201         Fix C-c C-h binding.
17202         * progmodes/octave-mod.el (octave-help): Remove.
17204 2011-10-23  Michael Albinus  <michael.albinus@gmx.de>
17206         Sync with Tramp 2.2.3.
17208         * net/tramp-cache.el (top): Pacify byte-compiler using
17209         `init-file-user' and `site-run-file'.
17211         * net/trampver.el: Update release number.
17213 2011-10-23  Chong Yidong  <cyd@gnu.org>
17215         * files.el (toggle-read-only): Remove obsolete comment about
17216         version control.
17218         * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
17219         for toggle-read-only.  Note that this hasn't called vc-next-action
17220         since 2008-05-02, though it wasn't documented at the time.
17222         * vc/ediff-init.el (ediff-toggle-read-only-function):
17223         Use toggle-read-only.
17225 2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
17227         Fix bug #9560, sporadic wrong indentation; improve instrumentation
17228         of c-parse-state.
17230         * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
17231         correct faulty logical expression.
17232         (c-parse-state-state, c-record-parse-state-state):
17233         (c-replay-parse-state-state): New defvar/defuns.
17234         (c-debug-parse-state): Use new functions.
17236 2011-10-22  Martin Rudalics  <rudalics@gmx.at>
17238         * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
17239         last fix.  Use window-in-direction correctly.
17241 2011-10-21  Chong Yidong  <cyd@gnu.org>
17243         * progmodes/idlwave.el (idlwave-mode):
17244         * progmodes/vera-mode.el (vera-mode): No need to set
17245         require-final-newline; that's done in prog-mode.
17246         Suggested by Stefan Monnier.
17248 2011-10-21  Martin Rudalics  <rudalics@gmx.at>
17250         * mouse.el (mouse-drag-window-above)
17251         (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
17252         (mouse-drag-mode-line-1, mouse-drag-header-line)
17253         (mouse-drag-vertical-line-rightward-window): Remove.
17254         (mouse-drag-line): New function.
17255         (mouse-drag-mode-line, mouse-drag-header-line)
17256         (mouse-drag-vertical-line): Call mouse-drag-line.
17257         * window.el (window-at-side-p, windows-at-side): New functions.
17259 2011-10-21  Ulrich Mueller  <ulm@gentoo.org>
17261         * tar-mode.el (tar-grind-file-mode):
17262         Fix handling of setuid/setgid, handle sticky bit.  (Bug#9817)
17264 2011-10-21  Chong Yidong  <cyd@gnu.org>
17266         * progmodes/idlwave.el (idlwave-mode):
17267         * progmodes/vera-mode.el (vera-mode):
17268         Use mode-require-final-newline.
17270 2011-10-20  Glenn Morris  <rgm@gnu.org>
17272         * vc/vc.el (vc-next-action): Handle removed directories.  (Bug#9781)
17274 2011-10-20  Christoph Scholtes  <cschol2112@googlemail.com>
17276         * emulation/cua-base.el (cua-set-mark): Fix case of string.
17278 2011-10-20  Chong Yidong  <cyd@gnu.org>
17280         * emulation/cua-base.el (cua-mode):
17281         * mail/footnote.el (footnote-mode):
17282         * mail/mailabbrev.el (mail-abbrevs-mode):
17283         * net/xesam.el (xesam-minor-mode):
17284         * progmodes/bug-reference.el (bug-reference-mode):
17285         * progmodes/cap-words.el (capitalized-words-mode):
17286         * progmodes/compile.el (compilation-minor-mode)
17287         (compilation-shell-minor-mode):
17288         * progmodes/gud.el (gud-tooltip-mode):
17289         * progmodes/hideif.el (hide-ifdef-mode):
17290         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17291         * progmodes/subword.el (subword-mode):
17292         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
17293         * progmodes/which-func.el (which-function-mode):
17294         * term/tvi970.el (tvi970-set-keypad-mode):
17295         * term/vt100.el (vt100-wide-mode):
17296         * textmodes/flyspell.el (flyspell-mode):
17297         * textmodes/ispell.el (ispell-minor-mode):
17298         * textmodes/nroff-mode.el (nroff-electric-mode):
17299         * textmodes/paragraphs.el (use-hard-newlines):
17300         * textmodes/refill.el (refill-mode):
17301         * textmodes/reftex.el (reftex-mode):
17302         * textmodes/rst.el (rst-minor-mode):
17303         * textmodes/sgml-mode.el (html-autoview-mode)
17304         (sgml-electric-tag-pair-mode):
17305         * textmodes/tex-mode.el (latex-electric-env-pair-mode):
17306         * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
17307         * emulation/crisp.el (crisp-mode):
17308         * emacs-lisp/eldoc.el (eldoc-mode):
17309         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
17310         minor mode behavior.
17312 2011-10-19  Juri Linkov  <juri@jurta.org>
17314         * descr-text.el (describe-char): Add #x2010 and #x2011 to
17315         the list of hard-coded chars with escape-glyph face.
17317 2011-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17319         * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
17321 2011-10-19  Michael Albinus  <michael.albinus@gmx.de>
17323         * net/tramp.el (tramp-connectable-p): Make a stronger check on a
17324         running process.
17326 2011-10-19  Glenn Morris  <rgm@gnu.org>
17328         * vc/vc-bzr.el (vc-bzr-after-dir-status):
17329         Ignore ignored files.  (Bug#9726)
17331 2011-10-19  Chong Yidong  <cyd@gnu.org>
17333         Doc fix for minor modes, stating that an omitted argument enables
17334         the mode unconditionally when called from Lisp.
17336         * abbrev.el (abbrev-mode):
17337         * allout.el (allout-mode):
17338         * autoinsert.el (auto-insert-mode):
17339         * autoarg.el (autoarg-mode, autoarg-kp-mode):
17340         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17341         (global-auto-revert-mode):
17342         * battery.el (display-battery-mode):
17343         * composite.el (global-auto-composition-mode)
17344         (auto-composition-mode):
17345         * delsel.el (delete-selection-mode):
17346         * desktop.el (desktop-save-mode):
17347         * dired-x.el (dired-omit-mode):
17348         * dirtrack.el (dirtrack-mode):
17349         * doc-view.el (doc-view-minor-mode):
17350         * double.el (double-mode):
17351         * electric.el (electric-indent-mode, electric-pair-mode):
17352         * emacs-lock.el (emacs-lock-mode):
17353         * epa-hook.el (auto-encryption-mode):
17354         * follow.el (follow-mode):
17355         * font-core.el (font-lock-mode):
17356         * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
17357         * help.el (temp-buffer-resize-mode):
17358         * hilit-chg.el (highlight-changes-mode)
17359         (highlight-changes-visible-mode):
17360         * hi-lock.el (hi-lock-mode):
17361         * hl-line.el (hl-line-mode, global-hl-line-mode):
17362         * icomplete.el (icomplete-mode):
17363         * ido.el (ido-everywhere):
17364         * image-file.el (auto-image-file-mode):
17365         * image-mode.el (image-minor-mode):
17366         * iswitchb.el (iswitchb-mode):
17367         * jka-cmpr-hook.el (auto-compression-mode):
17368         * linum.el (linum-mode):
17369         * longlines.el (longlines-mode):
17370         * master.el (master-mode):
17371         * mb-depth.el (minibuffer-depth-indicate-mode):
17372         * menu-bar.el (menu-bar-mode):
17373         * minibuf-eldef.el (minibuffer-electric-default-mode):
17374         * mouse-sel.el (mouse-sel-mode):
17375         * msb.el (msb-mode):
17376         * mwheel.el (mouse-wheel-mode):
17377         * outline.el (outline-minor-mode):
17378         * paren.el (show-paren-mode):
17379         * recentf.el (recentf-mode):
17380         * reveal.el (reveal-mode, global-reveal-mode):
17381         * rfn-eshadow.el (file-name-shadow-mode):
17382         * ruler-mode.el (ruler-mode):
17383         * savehist.el (savehist-mode):
17384         * scroll-all.el (scroll-all-mode):
17385         * scroll-bar.el (scroll-bar-mode):
17386         * server.el (server-mode):
17387         * shell.el (shell-dirtrack-mode):
17388         * simple.el (auto-fill-mode, transient-mark-mode)
17389         (visual-line-mode, overwrite-mode, binary-overwrite-mode)
17390         (line-number-mode, column-number-mode, size-indication-mode)
17391         (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
17392         * strokes.el (strokes-mode):
17393         * time.el (display-time-mode):
17394         * t-mouse.el (gpm-mouse-mode):
17395         * tool-bar.el (tool-bar-mode):
17396         * tooltip.el (tooltip-mode):
17397         * type-break.el (type-break-mode-line-message-mode)
17398         (type-break-query-mode):
17399         * view.el (view-mode):
17400         * whitespace.el (whitespace-mode, whitespace-newline-mode)
17401         (global-whitespace-mode, global-whitespace-newline-mode):
17402         * xt-mouse.el (xterm-mouse-mode): Doc fix.
17404         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
17405         Fix autogenerated docstring.
17407 2011-10-19  Juri Linkov  <juri@jurta.org>
17409         * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
17410         by checking environment variables "DESKTOP_SESSION" and
17411         "XDG_CURRENT_DESKTOP".  (Bug#9779)
17413 2011-10-19  Juri Linkov  <juri@jurta.org>
17415         * net/browse-url.el (browse-url-browser-function): Add "Chromium".
17416         (browse-url-chromium-program, browse-url-chromium-arguments):
17417         New defcustoms.
17418         (browse-url-default-browser): Check for `browse-url-chromium' and
17419         call `browse-url-chromium-program'.
17420         (browse-url-chromium): New command.  (Bug#9779)
17422 2011-10-18  Juanma Barranquero  <lekktu@gmail.com>
17424         * facemenu.el (list-colors-duplicates): On Windows, detect more
17425         duplicates by assuming that only colors matching "^System" are
17426         special "system colors".  (Bug#9722)
17428 2011-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17430         * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
17431         to distinguish the author from the committer.
17433 2011-10-18  Michael Albinus  <michael.albinus@gmx.de>
17435         * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
17437 2011-10-18  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17439         * international/mule.el (sgml-html-meta-auto-coding-function):
17440         Add support for detecting encoding in HTML5 specified only as
17441         <meta charset="UTF-8">.  Implementation just makes http-equiv and
17442         content-type parts from HTML4 encoding string optional.  (Bug#9716)
17444 2011-10-18  Glenn Morris  <rgm@gnu.org>
17446         * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
17448 2011-10-18  Chong Yidong  <cyd@gnu.org>
17450         * faces.el (cursor): Doc fix.
17452 2011-10-17  Chong Yidong  <cyd@gnu.org>
17454         * font-lock.el (font-lock-maximum-size): Mark as obsolete.
17456 2011-10-17  Ryan Barrett  <emacs@ryanb.org>  (tiny change)
17458         * dirtrack.el (dirtrack): Support shell buffers with path
17459         prefixes, e.g. tramp-based remote shells.  (Bug#9647)
17461 2011-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
17463         * json.el: Bump version to 1.3 and note change in History.
17464         (json-alist-p, json-plist-p): Rewrite to avoid recursion.
17466 2011-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
17468         * comint.el (comint-insert-input, comint-send-input)
17469         (comint-get-old-input-default, comint-backward-matching-input)
17470         (comint-next-prompt): Use nil instead of `input' for field property of
17471         past user input (bug#114).
17473         * minibuffer.el (completion--replace): Inherit surrounding properties
17474         (bug#114).
17475         (minibuffer-complete-and-exit): Use it.
17477         * comint.el (comint--table-subvert): Quote the all-completions output
17478         (bug#9160).
17480 2011-10-17  Martin Rudalics  <rudalics@gmx.at>
17482         * ido.el (ido-default-buffer-method): Remove redundant :type entry.
17484         * menu-bar.el (menu-bar-file-menu): Add entry for making new
17485         window on right of selected.  (Bug#9350) Reword other window
17486         entries and separate them from frame entries.
17488 2011-10-15  Glenn Morris  <rgm@gnu.org>
17490         * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
17491         Doc fixes.
17493 2011-10-15  Chong Yidong  <cyd@stupidchicken.com>
17495         * net/network-stream.el (network-stream-open-starttls):
17496         Improve detection of failure due to lack of TLS support.
17498         * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
17499         putting the input text in front and in bold.
17501 2011-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17503         * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
17505         * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
17506         empty buffer.
17508         * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
17509         unread-command-events rather than pushing yet-another event.
17511 2011-10-14  Eli Zaretskii  <eliz@gnu.org>
17513         * mail/sendmail.el (sendmail-query-once): Improve the wording of
17514         the explanation of the possible choices.  Make the options passed
17515         to completing-read shorter.
17517 2011-10-13  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
17519         * textmodes/flyspell.el (flyspell-large-region): Make sure
17520         extended character mode is used if defined (Bug#1339).
17522 2011-10-13  Eli Zaretskii  <eliz@gnu.org>
17524         * simple.el (what-cursor-position): Fix the display of the
17525         character info for LRE, LRO, RLE, and RLO characters by appending
17526         an invisible PDF.
17528 2011-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17530         * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
17531         even in case of error; add debug spec; simplify data flow.
17532         (with-timeout-handler): Remove.
17534 2011-10-12  Michael Albinus  <michael.albinus@gmx.de>
17536         Fix Bug#6019, Bug#9315.
17538         * files.el (set-auto-mode): Call `file-name-sans-versions' for the
17539         complete `buffer-file-name', the local file name part could look
17540         remotely (for example on VMS).
17542         * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
17543         `tramp-run-real-handler'.
17544         (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
17545         already quoted by '"'.
17547         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
17548         Let `file-name-handler-alist' be nil, the local file name part
17549         could look remotely (for example on VMS).
17551 2011-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17553         * textmodes/flyspell.el (flyspell-word): Move with-local-quit
17554         from here...
17555         (flyspell-post-command-hook): ...to here.
17557 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17559         * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
17560         if not needed.
17561         (sendmail-query-once): Remove OS dependencies.  Make it a 3-way choice
17562         using completion.  Protect against "slow" callers.
17563         Remove the "message hack".
17565 2011-10-11  Juri Linkov  <juri@jurta.org>
17567         * isearch.el (isearch-lazy-highlight-word): New variable.
17568         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
17569         Use it.  (Bug#9727)
17571 2011-10-11  Glenn Morris  <rgm@gnu.org>
17573         * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
17574         like f90-previous-statement does.
17576 2011-10-11  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17578         * eshell/eshell.el (eshell-command): History should be saved
17579         only in interactive use, to avoid error.
17581 2011-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17583         * minibuffer.el (completion-file-name-table): Fix last change,
17584         i.e. ignore normal errors but not the other ones.
17586 2011-10-10  Martin Rudalics  <rudalics@gmx.at>
17588         * window.el (special-display-buffer-names)
17589         (special-display-regexps): Remove some remnants of earlier
17590         changes from doc-strings.
17591         (quit-windows-on): New function.
17593         * vc/vc.el (vc-revert, vc-rollback):
17594         * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
17595         instead of deleting windows.  (Bug#4557) (Bug#5310) (Bug#5556)
17596         (Bug#6183) (Bug#7074) (Bug#7447)
17598 2011-10-09  Martin Rudalics  <rudalics@gmx.at>
17600         * window.el (frame-auto-hide-function): Add version tag.
17601         (Bug#9699)
17603 2011-10-09  Michael Albinus  <michael.albinus@gmx.de>
17605         * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
17606         condition.
17608 2011-10-09  Leo Liu  <sdl.web@gmail.com>
17610         * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
17611         (Bug#9701)
17613 2011-10-08  Glenn Morris  <rgm@gnu.org>
17615         * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
17616         before the first code statement zero indent.  (Bug#9690)
17618 2011-10-08  Chong Yidong  <cyd@stupidchicken.com>
17620         * simple.el (count-words-region): Always count in the region.
17621         Report the number of lines and characters too.
17622         (count-words): New command, which counts in the buffer if the
17623         region is inactive, as count-words-region used to.
17624         (count-words--message): New function.  Handle plurals.
17625         (count-lines-region): Make it an alias for count-words-region.
17627         * bindings.el (esc-map): Replace count-lines-region with
17628         count-words-region.
17630 2011-10-08  Martin Rudalics  <rudalics@gmx.at>
17632         * window.el (window--delete): Delete dedicated frame
17633         unconditionally when argument KILL is non-nil.  (Bug#9699)
17634         (switch-to-buffer): Fix doc-string typo.
17636 2011-10-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17638         * eshell/eshell.el (eshell-command): Avoid using hooks.
17640 2011-10-07  Chong Yidong  <cyd@stupidchicken.com>
17642         * bindings.el ([M-left],[M-right]): Bind to left-word and
17643         right-word respectively.
17645 2011-10-07  Glenn Morris  <rgm@gnu.org>
17647         * cus-start.el (debug-on-quit): Fix custom type.
17649 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17651         * subr.el (define-key-after): Clarify that the function is not
17652         useful for non-menu keymaps.
17654         * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
17656 2011-10-06  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
17658         * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
17659         in current minibuffer (Fix bug with recursive minibuffers).
17661 2011-10-06  Chong Yidong  <cyd@stupidchicken.com>
17663         * progmodes/gdb-mi.el (gdb): Doc fix.
17665 2011-10-05  Martin Rudalics  <rudalics@gmx.at>
17667         * window.el (frame-auto-hide-function): New option replacing
17668         frame-auto-delete.  Suggested by Stefan Monnier.
17669         (window--delete): Call frame-auto-hide-function instead of
17670         investigating frame-auto-delete.
17671         (window-point-1, set-window-point-1): New functions.
17672         (window-in-direction, record-window-buffer, window-state-get-1)
17673         (display-buffer-record-window): Use window-point-1 instead of
17674         window-point.
17675         (set-window-buffer-start-and-point): Use set-window-point-1.
17677 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17679         * emacs-lisp/edebug.el: Heed checkdoc recommendations.
17681 2011-10-05  Glenn Morris  <rgm@gnu.org>
17683         * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
17684         (perl-calculate-indent): Suppress scan errors.  (Bug#2205)
17686 2011-10-05  Leo Liu  <sdl.web@gmail.com>
17688         * subr.el (read-char-choice): Fix argument to buffer-live-p which
17689         works with buffer object.
17691 2011-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17693         * mpc.el (mpc-tool-bar-map): Add labels.
17695 2011-10-04  Glenn Morris  <rgm@gnu.org>
17697         * calendar/holidays.el (calendar-check-holidays): Doc fix.
17699 2011-10-04  Martin Rudalics  <rudalics@gmx.at>
17701         * window.el (window--delete): New function.
17702         (frame-auto-delete): Resuscitate option.
17703         (bury-buffer, replace-buffer-in-windows)
17704         (quit-window): Rewrite using window--delete.
17705         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17706         Pass display-buffer-mark-dedicated to window--display-buffer-2
17707         (Bug#9639).
17709 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17711         * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
17712         returns a list (bug#9554).  Add remote file name completion.
17713         * comint.el (comint--table-subvert): Curry and get quote&unquote
17714         functions as arguments.
17715         (comint--complete-file-name-data): Adjust call accordingly.
17716         * pcomplete.el (pcomplete--table-subvert): Remove.
17717         (pcomplete-completions-at-point): Use comint--table-subvert instead.
17719         * minibuffer.el (completion-table-case-fold): Use currying.
17720         (completion--styles-type, completion--cycling-threshold-type):
17721         New constants.
17722         (completion-styles, completion-category-overrides)
17723         (completion-cycle-threshold): Use them.
17724         * pcomplete.el (pcomplete-completions-at-point): Adjust call to
17725         completion-table-case-fold.
17727 2011-10-03  Stephen Berman  <stephen.berman@gmx.net>
17729         * minibuffer.el (completion-category-overrides): Fix type of styles
17730         and add more user friendly tags (bug#9660).
17732 2011-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17734         * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
17735         (mule-input-method-string): New widget.
17736         (default-input-method, language-info-custom-alist): Use it.
17738 2011-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17740         * pcomplete.el: Require comint.
17741         (pcomplete--common-suffix): Remove.
17742         (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
17743         (pcomplete--table-subvert): Sync with comint--table-subvert.
17744         (pcomplete--entries): Use comint-completion-file-name-table.
17745         * comint.el (comint-unquote-filename): Simplify.
17746         (comint-completion-file-name-table): New function (bug#9616).
17747         (comint--complete-file-name-data): Use it.
17749         * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
17750         (pcmpl-gnu-tar-buffer): Remove.
17751         (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
17752         around.  Make sure pcomplete-suffix-list is only changed temporarily.
17753         Don't look inside the tar's file if it's too large.
17755 2011-10-01  Chong Yidong  <cyd@stupidchicken.com>
17757         * cus-edit.el (custom-mode-map):
17758         * epa.el (epa-key-list-mode-map):
17759         * man.el (Man-mode-map):
17760         * startup.el (splash-screen-keymap):
17761         * simple.el (special-mode-map): Use scroll-up-command and
17762         scroll-down-command.
17764         * progmodes/idlw-help.el (idlwave-help-mode-map):
17765         * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
17766         * net/newst-plainview.el (newsticker-mode-map):
17767         * emulation/ws-mode.el (wordstar-mode-map):
17768         * emulation/vi.el (vi-com-map):
17769         * calc/calc-graph.el (calc-graph-show-dumb):
17770         * term/sun.el (terminal-init-sun):
17771         * term/ns-win.el (global-map):
17772         * progmodes/grep.el (grep-mode-map):
17773         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
17774         * mail/rmail.el (rmail-mode-map):
17775         * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
17777         * custom.el (custom-safe-themes, load-theme): Treat value of t for
17778         custom-safe-themes as special.
17780 2011-10-01  Julien Danjou  <julien@danjou.info>
17782         * notifications.el (notifications-notify): Fix docstring.
17784 2011-10-01  Per Starbäck  <per@starback.se>
17786         * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call.  (Bug#9643)
17788 2011-09-30  Martin Rudalics  <rudalics@gmx.at>
17790         * startup.el (command-line-1): Fix last fix by inserting
17791         initial-scratch-message into *scratch* before displaying it.
17792         (Bug#9605) and (Bug#9636)
17794 2011-09-29  Eli Zaretskii  <eliz@gnu.org>
17796         * simple.el (line-move): If auto-hscroll-mode is disabled and the
17797         window is hscrolled, move by logical lines.  (Bug#9607)
17798         (line-move-visual): Update the doc string to the above effect.
17800 2011-09-29  Martin Rudalics  <rudalics@gmx.at>
17802         * window.el (display-buffer-record-window): When WINDOW is the
17803         selected window use `point' instead of `window-point'.  (Bug#9626)
17805         * startup.el (command-line-1): Use insert-before-markers when
17806         inserting initial-scratch-message.  (Bug#9605)
17808         * help.el (help-window): Remove variable.
17810 2011-09-29  Glenn Morris  <rgm@gnu.org>
17812         * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
17814 2011-09-29  Juanma Barranquero  <lekktu@gmail.com>
17816         * descr-text.el (describe-char-categories): Accept category
17817         descriptions more than one line long.
17819 2011-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17821         * simple.el (delete-trailing-whitespace): Fix last change.
17823         * progmodes/perl-mode.el (perl-syntax-propertize-function):
17824         Don't confuse "y => 3" as the beginning of a `y' operation.
17826         * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
17827         object has more than 4 slots (bug#9613).
17829 2011-09-28  Juanma Barranquero  <lekktu@gmail.com>
17831         * subr.el (with-output-to-temp-buffer):
17832         * net/quickurl.el (quickurl, quickurl-browse-url):
17833         Fix typos in docstrings.
17835 2011-09-27  Eli Zaretskii  <eliz@gnu.org>
17837         * minibuffer.el (completion-styles)
17838         (completion-category-overrides): Cross reference each other in doc
17839         strings.
17841 2011-09-27  Glenn Morris  <rgm@gnu.org>
17843         * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
17844         to split-string.  (Bug#9606)
17846 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848         * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
17849         (bug#9615).
17851 2011-09-27  Chong Yidong  <cyd@stupidchicken.com>
17853         * emacs-lisp/package.el (list-packages): Fix echo area message.
17855 2011-09-27  Leo Liu  <sdl.web@gmail.com>
17857         * ido.el (ido-read-internal): Accept cons cell HIST arg.
17859 2011-09-25  Michael Albinus  <michael.albinus@gmx.de>
17861         * net/dbus.el (dbus-unregister-object): Don't release services for
17862         registered signals.  (Bug#9581)
17864 2011-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
17866         * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
17867         function that picks between cfengine 2 and 3 support
17868         automatically.  Update docs accordingly.
17870 2011-09-22  Kenichi Handa  <handa@m17n.org>
17872         * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
17873         ZERO.
17874         (indian-itrans-v5-table-for-tamil): New variable.
17875         (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
17877 2011-09-22  Ken Manheimer  <ken.manheimer@gmail.com>
17879         * allout.el (allout-this-command-hid-stuff): Buffer-local variable
17880         that's true if the current command involved collapsing of text.
17881         It's reset to false at the beginning of the next command.
17882         (allout-post-command-business): Move the cursor to the beginning
17883         of entry if the cursor is hidden and collapsing activity just
17884         happened.
17886 2011-09-24  Chong Yidong  <cyd@stupidchicken.com>
17888         * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
17889         tracking (Bug#9541).
17891 2011-09-24  Ulf Jasper  <ulf.jasper@web.de>
17893         * net/newst-reader.el (newsticker-html-renderer)
17894         (newsticker-show-news): Automatically load html rendering package
17895         if newsticker-html-renderer is set.  Fixes "Warning: defvar ignored
17896         because w3m-fill-column is let-bound" and the error "Symbol's value
17897         as variable is void: w3m-fill-column".
17899 2011-09-24  Michael Albinus  <michael.albinus@gmx.de>
17901         * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17902         Release services only if they are defined.  (Bug#9581)
17904 2011-09-23  Richard Stallman  <rms@gnu.org>
17906         * textmodes/paragraphs.el (forward-sentence): For backwards case,
17907         distinguish start of paragraph from start of its text.
17909         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17911         * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17912         (rmail-generate-viewer-buffer): Put that hook on view buffer.
17913         (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17915 2011-09-23  Andreas Schwab  <schwab@linux-m68k.org>
17917         * international/mule-diag.el (mule-diag): Insert a newline after
17918         each fontset description.
17920 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17922         * simple.el (delete-trailing-whitespace):
17923         Document last change; simplify.
17925 2011-09-23  Peter J. Weisberg  <pj@irregularexpressions.net>
17927         * simple.el (delete-trailing-whitespace): Also delete
17928         extra newlines at the end of the buffer.
17930         * textmodes/picture.el: Make motion commands obey shift-select-mode.
17931         (picture-newline): Use forward-line so as to ignore fields.
17933 2011-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17935         * subr.el (with-wrapper-hook): Fix edebug spec.
17937 2011-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17939         * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17940         (bug#4538).
17942 2011-09-23  Michael Albinus  <michael.albinus@gmx.de>
17944         * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17945         Fix nasty bug using wrong cached values.
17947 2011-09-23  Alan Mackenzie  <acm@muc.de>
17949         * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17951 2011-09-23  Chong Yidong  <cyd@stupidchicken.com>
17953         * window.el (pop-to-buffer): Ensure right window is selected if we
17954         chose another frame.
17956 2011-09-22  Eli Zaretskii  <eliz@gnu.org>
17958         * simple.el (what-cursor-position): Use get-char-property-change
17959         and next-single-char-property-change, to be able to show display
17960         properties that come from overlays as well as text properties.
17962 2011-09-22  Chong Yidong  <cyd@stupidchicken.com>
17964         * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17966         * cmuscheme.el (run-scheme, switch-to-scheme):
17967         * cus-edit.el (customize-group, custom-buffer-create)
17968         (customize-browse):
17969         * info.el (info):
17970         * shell.el (shell):
17971         * mail/sendmail.el (mail):
17972         * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17974 2011-09-22  Richard Stallman  <rms@gnu.org>
17976         * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17977         move back only to line beg, don't move back over blank lines.
17979 2011-09-22  Michael Albinus  <michael.albinus@gmx.de>
17981         * files.el (copy-directory): Set directory attributes only in case
17982         they could be retrieved from the source directory.  (Bug#9565)
17984 2011-09-22  Dima Kogan  <dkogan@secretsauce.net>  (tiny change)
17986         * progmodes/hideshow.el (hs-looking-at-block-start-p)
17987         (hs-find-block-beginning, hs-hide-level-recursive):
17988         Ignore strings as well as comments.  (Bug#9502)
17990 2011-09-22  Andrew Schein  <andrew@andrewschein.com>  (tiny change)
17992         * progmodes/sql.el (sql-comint-postgres):
17993         Convert port number to a string.  (Bug#9566)
17995 2011-09-22  Martin Rudalics  <rudalics@gmx.at>
17997         * window.el (quit-window): Undedicate window when switching to
17998         previous buffer.  Reported by Thierry Volpiatto
17999         <thierry.volpiatto@gmail.com>.
18000         (special-display-popup-frame): When popping up a new frame reset
18001         its previous buffers to nil.  Simplify code.
18003 2011-09-21  Michael Albinus  <michael.albinus@gmx.de>
18005         * net/tramp.el (tramp-handle-shell-command): Set process sentinel
18006         and process filter, as done also in `shell-command'.
18008 2011-09-21  Martin Rudalics  <rudalics@gmx.at>
18010         * window.el (set-window-buffer-start-and-point):
18011         Call set-window-start with NOFORCE argument t.
18012         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
18013         (quit-window): Reword doc-string.  Handle new format of
18014         quit-restore parameter.  Don't delete window if it has a
18015         previous buffer we can show instead of the present one.
18016         (display-buffer-record-window): Rewrite using a new format for
18017         the quit-restore window parameter
18018         (special-display-popup-frame, display-buffer-same-window)
18019         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18020         (display-buffer-pop-up-window, display-buffer-use-some-window):
18021         Adapt symbol passed to display-buffer-record-window.
18022         * help.el (help-window-setup): Handle new format of quit-restore
18023         parameter.
18025 2011-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18027         * faces.el (face-list): Fix docstring (bug#9564).
18029         * window.el (display-buffer--action-function-custom-type):
18030         Don't include internal functions in the Custom interface.
18032 2011-09-20  Juri Linkov  <juri@jurta.org>
18034         * info.el (Info-history-skip-intermediate-nodes): New defcustom.
18035         (Info-forward-node, Info-backward-node, Info-next-preorder)
18036         (Info-last-preorder): Use it.  (Bug#9528)
18038 2011-09-20  Juri Linkov  <juri@jurta.org>
18040         * info.el (Info-last-preorder): Visit last menu item only when
18041         `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
18043 2011-09-20  Julien Danjou  <julien@danjou.info>
18045         * password-cache.el (password-cache-remove): Remove entries even if the
18046         value is nil, so that password with a nil value (negative caching) is
18047         possible to invalidate.
18049 2011-09-20  Lawrence Mitchell  <wence@gmx.li>
18051         * progmodes/f90.el (f90-break-line): If breaking inside comment delete
18052         all whitespace around breakpoint.  (Bug#9553)
18053         (f90-find-breakpoint): Only break at whitespace inside a comment.
18055 2011-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18057         * minibuffer.el (completion-file-name-table): Keep track of errors.
18058         (completion-table-with-predicate): Handle the case where pred1 is nil.
18059         * pcomplete.el (pcomplete-completions-at-point): Simplify.
18061 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18063         * emacs-lisp/debug.el (debugger-args): Give it a docstring.
18064         (debugger-return-value): Signal an error if the debugging context does
18065         not await any return value.
18067         * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
18068         * image-mode.el (image-toggle-display-text)
18069         (image-toggle-display-image): Stay away from evil `intangible'.
18071 2011-09-19  Leo Liu  <sdl.web@gmail.com>
18073         * replace.el (occur-revert-arguments): Make it permanent-local.
18074         (occur-mode): Don't call font-lock-defontify.
18076 2011-09-19  Chong Yidong  <cyd@stupidchicken.com>
18078         * net/ldap.el (ldap-search-internal): Don't push empty search
18079         result (Bug#9508).
18081 2011-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18083         * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
18085 2011-09-19  Michael Albinus  <michael.albinus@gmx.de>
18087         * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
18088         Suggested by Liam Stitt <stittl@cuug.ab.ca>.
18090 2011-09-18  Juri Linkov  <juri@jurta.org>
18092         * buff-menu.el (Buffer-menu-mode-map):
18093         * dired.el (dired-mode-map):
18094         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
18095         (lisp-interaction-mode-map):
18096         * emacs-lisp/package.el (package-menu-mode-map):
18097         * epa.el (epa-key-list-mode-map):
18098         * menu-bar.el (menu-bar-showhide-tool-bar-menu)
18099         (menu-bar-options-menu):
18100         * outline.el (outline-mode-menu-bar-map):
18101         * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
18102         * vc/vc-dir.el (vc-dir-menu-map):
18103         * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
18104         Capitalize non-function content words in menu item strings.
18106         * dired.el (dired-mode-map): Add menu item for
18107         `image-dired-dired-toggle-marked-thumbs'.
18109 2011-09-18  Juri Linkov  <juri@jurta.org>
18111         * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
18112         to `isearch-case-fold-search' and restore its original value
18113         after the `isearch-mode' call.
18115 2011-09-18  Juri Linkov  <juri@jurta.org>
18117         * progmodes/grep.el (grep-process-setup): Don't check code for 1
18118         because `zgrep' returns 1 for successful matches (bug#9226).
18120 2011-09-18  Juri Linkov  <juri@jurta.org>
18122         * info.el (Info-extract-menu-node-name): Check the second match
18123         for empty string (second test-case of bug#9528).
18124         (Info-last-preorder): Let-bind `Info-history' to nil to not add
18125         intermediate nodes to the history (first test-case of bug#9528).
18127 2011-09-18  Juri Linkov  <juri@jurta.org>
18129         * info.el (Info-mode-syntax-table): New variable.
18130         (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
18132 2011-09-18  Juri Linkov  <juri@jurta.org>
18134         * info.el (Info-file-supports-index-cookies):
18135         Increment line-beginning-position's arg from 3 to 4 because makeinfo
18136         outputs one more line for long file names (bug#4142).
18138 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18140         * newcomment.el (comment-normalize-vars): If prompting for
18141         comment-start, set comment-start-skip too (Bug#8424).
18143 2011-09-18  Johan Bockgård  <bojohan@gnu.org>
18145         * icomplete.el: Fix previous fix of Bug#5849.
18146         (icomplete-mode): Don't set completion-show-inline-help.
18147         (icomplete-minibuffer-setup): Set completion-show-inline-help
18148         locally during icompletion.
18150 2011-09-18  Chong Yidong  <cyd@stupidchicken.com>
18152         * woman.el (woman2-process-escapes): Don't delete unrecognized
18153         escapes (Bug#7843).
18155         * files.el (inhibit-first-line-modes-regexps): Add image files.
18156         (hack-local-variables-prop-line): Return nil for malformed
18157         prop-lines (Bug#9044).
18159 2011-09-18  Michael Albinus  <michael.albinus@gmx.de>
18161         * net/tramp.el (top): Don't require 'shell.
18162         (tramp-methods): Fix docstring.
18163         (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
18164         Return complete remote file name.  Handle "smb" case.
18165         Use `tramp-tmpdir', if defined for the respective method.
18166         (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
18168         * net/tramp-compat.el (top): Require 'shell.
18170         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
18171         (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
18172         `tramp-current-host'.
18173         (tramp-get-remote-tmpdir): Remove.
18175         * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
18176         `tramp-tmpdir' entries.
18177         (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
18178         (tramp-smb-handle-file-attributes): Ignore errors.
18179         (tramp-smb-wait-for-output): Check also for process end.
18181 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18183         * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
18184         when sending QUIT (bug#9312).
18186 2011-09-17  Chong Yidong  <cyd@stupidchicken.com>
18188         * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
18189         (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
18190         occur-mode-display-occurrence.
18191         (occur-edit-mode): Add usage message.
18192         (occur-cease-edit): New command.
18193         (occur-after-change-function): Use text properties to find the
18194         position of the prefix text.
18195         (occur-engine): Set stickiness of prefix text properties.
18197 2011-09-17  Glenn Morris  <rgm@gnu.org>
18199         * progmodes/etags.el (complete-tag):
18200         Fix call to completion-in-region.  (Bug#9526)
18202 2011-09-17  Juri Linkov  <juri@jurta.org>
18204         * textmodes/ispell.el (ispell-word): Add to the error message
18205         the word, ispell program name and current dictionary (bug#9121).
18206         (ispell-tex-arg-end): Capitalize "error" in the error message.
18208 2011-09-17  Andreas Schwab  <schwab@linux-m68k.org>
18210         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
18211         check.  (Bug#4251)
18213 2011-09-17  Juri Linkov  <juri@jurta.org>
18215         * window.el (window-safe-min-height, window-safe-min-width):
18216         Fix typos (followup to bug#9522).
18218 2011-09-17  Sven Joachim  <svenjoac@gmx.de>
18220         * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
18222 2011-09-16  Eli Zaretskii  <eliz@gnu.org>
18224         * simple.el (line-move): If goal-column is set, move by logical
18225         lines, not by display lines.  (Bug#971)
18226         (next-line, previous-line, goal-column, line-move-visual): Doc fix
18227         to reflect the above change.
18229 2011-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18231         * image.el (imagemagick-register-types): Use regexp-opt.
18233 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18235         * window.el (display-buffer-base-action): Rename from
18236         display-buffer-default-action.  Make default value empty.
18237         (display-buffer-overriding-action): Convert to defvar.
18238         (display-buffer-fallback-action): New var.
18240 2011-09-15  Chong Yidong  <cyd@stupidchicken.com>
18242         * emacs-lisp/package.el (package-alist): Fix risky-local-variable
18243         declaration.
18244         (package--add-to-archive-contents): If there is a duplicate entry
18245         with an older version, remove it.
18246         (package-menu-mark-delete, package-menu-mark-install)
18247         (package-menu-mark-unmark): Make unused args optional.
18248         (package-menu-mark-obsolete-for-deletion):
18249         Use package-menu-get-status instead of a regexp search.
18250         (package-menu-get-status): Use tabulated-list-entry.
18251         (package-menu-mark-upgrades): New command.
18252         (package-menu-mode-map): Bind it to U.  Add it to menu bar.
18253         (package-menu-execute): Do installation before deletion.
18254         (package-menu-refresh, package-menu-execute): Use derived-mode-p
18255         instead of checking major-mode.
18256         (package-menu--find-upgrades): New function.
18258 2011-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18260         * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
18261         passwords in the log buffer.
18262         (smtpmail-process-filter): Update the process marker so that the
18263         "broken by peer" status message is inserted in the right place.
18265 2011-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18267         * textmodes/bibtex.el (bibtex-complete-string-cleanup)
18268         (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
18269         bibtex-completion-at-point-function.
18270         (bibtex-completion-at-point-function): Use them.
18272         * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
18274         * mpc.el (mpc-constraints-tag-lookup): New function.
18275         (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
18276         also to browser "album|playlist".
18278 2011-09-14  Juri Linkov  <juri@jurta.org>
18280         * isearch.el (isearch-fail-pos): Add new arg `msg'.  Doc fix.
18281         (isearch-edit-string): Use length of `isearch-string' when
18282         `isearch-fail-pos' returns nil.
18283         (isearch-message): Remove duplicate code and call
18284         `isearch-fail-pos' with arg `t'.
18286 2011-09-14  Chong Yidong  <cyd@stupidchicken.com>
18288         * replace.el (occur-mode-goto-occurrence): Don't force using other
18289         window (Bug#9499).
18291         * dired-aux.el (dired-do-chmod): Don't provide initial input.
18293 2011-09-14  Martin Rudalics  <rudalics@gmx.at>
18295         * window.el (display-buffer-window): Remove.
18296         (display-buffer-record-window): Use help-setup window parameter
18297         instead of variable display-buffer-window.
18298         (display-buffer-function, special-display-buffer-names)
18299         (special-display-function): Mention help-setup parameter instead
18300         of display-buffer-window in doc-string.
18301         * help.el (help-window-setup): New argument help-window.
18302         Use help-window-setup parameter instead of display-buffer-window.
18303         Reword some messages.
18304         (with-help-window): Pass window used for displaying the buffer
18305         to help-window-setup.  Don't set display-buffer-window.
18307 2011-09-13  Glenn Morris  <rgm@gnu.org>
18309         * emacs-lisp/debug.el (debugger-make-xrefs):
18310         Preserve point.  (Bug#9462)
18312 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18314         * window.el (window-deletable-p): Use next-frame.
18316 2011-09-13  Martin Rudalics  <rudalics@gmx.at>
18318         * window.el (window-auto-delete): Remove.
18319         (window-deletable-p): Remove argument FORCE.  Don't deal with
18320         dedication and previous buffers.
18321         (switch-to-prev-buffer): Don't delete window.
18322         (delete-windows-on): Delete a window's frame if and only if the
18323         window is dedicated.
18324         (replace-buffer-in-windows): Delete buffer's window or frame if
18325         and only if window is dedicated.
18326         (quit-window): Handle quit-restore as before last change.
18327         (bury-buffer): Delete window only if window-deletable-p returns t.
18329 2011-09-13  Chong Yidong  <cyd@stupidchicken.com>
18331         * window.el (window-deletable-p): Never delete the last frame on a
18332         given terminal.
18334 2011-09-13  Glenn Morris  <rgm@gnu.org>
18336         * help.el (describe-key-briefly): Copy previous standard-output change.
18338 2011-09-13  PJ Weisberg  <pj@irregularexpressions.net>
18340         * help.el (where-is): Respect non-standard standard-output.  (Bug#9030)
18342 2011-09-13  Glenn Morris  <rgm@gnu.org>
18344         * emacs-lisp/lisp-mode.el (lisp-indent-function):
18345         * progmodes/scheme.el (scheme-indent-function): Doc fixes.
18347 2011-09-12  Chong Yidong  <cyd@stupidchicken.com>
18349         * dired-aux.el (dired-mark-read-string): Don't return default
18350         value on empty input (Bug#9361).
18351         (dired-do-chxxx): Treat empty input for "touch" as no -t option.
18352         Omit initial minibuffer contents.
18353         (dired-do-chmod): Signal an error on empty input.
18354         (dired-mark-read-string): Don't return default on empty input.
18356         * files.el (file-modes-symbolic-to-number): Doc fix.
18358 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * international/mule-cmds.el (ucs-completions): Remove.
18361         (read-char-by-name): Use complete-with-action instead; add metadata.
18363 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18365         * window.el (display-buffer--action-function-custom-type)
18366         (display-buffer--action-custom-type): New vars.
18367         (display-buffer-alist, display-buffer-default-action)
18368         (display-buffer-overriding-action): Add defcustom types.
18370         * frame.el (delete-other-frames): Doc fix (Bug#276).
18372 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18374         * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
18376 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
18378         Change modes that used same-window-* vars to use switch-to-buffer.
18380         * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
18381         Use switch-to-buffer.
18383         * cus-edit.el (customize-group, custom-buffer-create)
18384         (customize-browse, custom-buffer-create-other-window):
18385         Use switch-to-buffer or switch-to-buffer-other-window.
18387         * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
18388         (Info-prev, Info-up, Info-speedbar-goto-node)
18389         (info-display-manual): Use switch-to-buffer.
18390         (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
18392         * mail/sendmail.el (mail): Use switch-to-buffer.
18393         (mail-recover): Use switch-to-buffer-other-window.
18395         * cmuscheme.el (run-scheme, switch-to-scheme):
18396         * ielm.el (ielm):
18397         * shell.el (shell):
18398         * net/rlogin.el (rlogin):
18399         * net/telnet.el (telnet, rsh):
18400         * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
18402 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
18404         * dired.el (dired-sort-toggle-or-edit): Revert last changes.
18406 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18408         * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
18409         so don't mention it (bug#9301).
18410         (dired-sort-toggle-or-edit): Clarify string further.
18412         * faces.el (face-spec-set-match-display): Make `(type graphic)'
18413         match `x', `w32' and `ns', like the manual says (bug#9029).
18415         * subr.el (eval-after-load): Doc string clarification (bug#9125).
18416         (process-kill-buffer-query-function): Mention the buffer name in
18417         the query.
18419         * image-mode.el (image-next-line): The line parameter is mandatory
18420         (bug#9258).
18422         * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
18423         which can be useful (bug#9301).
18425         * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
18427         * subr.el (match-string): Mention that the current buffer should
18428         be the same as the search was done in (bug#9282).
18430         * facemenu.el: Disable the remove-* commands if the mark isn't
18431         active (bug#9162).
18433 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
18435         * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
18436         of display-buffer.
18437         (Buffer-menu-2-window): Use switch-to-buffer-other-window.
18439         * replace.el (occur-mode-goto-occurrence)
18440         (occur-mode-display-occurrence) Use second arg of pop-to-buffer
18441         and display-buffer.
18443         * mail/reporter.el (reporter-submit-bug-report): Use second arg of
18444         display-buffer.
18446         * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
18447         special-display and same-window variables.
18448         (mail-other-window): Use switch-to-buffer-other-window.
18449         (mail-other-frame): USe switch-to-buffer-other-frame.
18451         * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
18452         Use display-buffer-other-frame.
18453         (gdb-display-gdb-buffer): Use pop-to-buffer.
18455         * progmodes/gud.el (gud-goto-info): Use info-other-window.
18457         * progmodes/python.el: Don't set same-window-buffer-names.
18459         * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
18461         * window.el (display-buffer-alist): Add *Python*.
18463 2011-09-10  Chong Yidong  <cyd@stupidchicken.com>
18465         * window.el (display-buffer-alist): Add entry for buffers
18466         previously handled same-window-*.
18467         (display-buffer-alist, display-buffer-default-action)
18468         (display-buffer-overriding-action): Mark as risky.
18469         (display-buffer-alist): Document action function changes.
18470         (display-buffer--same-window-action)
18471         (display-buffer--other-frame-action): New variables.
18472         (switch-to-buffer, display-buffer-other-frame): Use them.
18473         (display-buffer): Rename reuse-frame entry to reusable-frames.
18474         (display-buffer-reuse-selected-window): Function deleted.
18475         (display-buffer-reuse-window): Handle reusable-frames alist entry.
18476         If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
18477         (display-buffer-special): New function.
18478         (display-buffer--maybe-pop-up-frame-or-window): Rename from
18479         display-buffer-reuse-or-pop-window.  Split off special-display
18480         part into display-buffer-special.
18481         (display-buffer-use-some-window): Don't perform any special
18482         pop-up-frames handling.
18483         (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
18484         (display-buffer--maybe-same-window): Rename from
18485         display-buffer-maybe-same-window.
18487         * info.el: Don't set same-window-regexps.
18488         (info-setup): New function.
18489         (info-other-window, info): Call it.
18491         * cus-edit.el: Don't set same-window-regexps.
18492         (customize-group): New argument.
18493         (customize-group-other-window): Use it.
18494         (customize-face, customize-face-other-window): Likewise.
18495         (custom-buffer-create-other-window): Use pop-to-buffer directly.
18497         * net/rlogin.el:
18498         * net/telnet.el:
18499         * progmodes/gud.el: Don't set same-window-regexps.
18501         * cmuscheme.el:
18502         * ielm.el:
18503         * shell.el:
18504         * mail/sendmail.el:
18505         * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
18507 2011-09-10  Juri Linkov  <juri@jurta.org>
18509         * isearch.el (isearch-edit-string): Remove obsolete mention of
18510         `C-w' (`isearch-yank-word-or-char') from docstring.
18511         (isearch-query-replace): Fix typo in docstring (bug#9466).
18513 2011-09-10  Juri Linkov  <juri@jurta.org>
18515         * paren.el (show-paren-function): Don't show escaped parens.
18516         Let-bind `unescaped' to `t' when paren is not escaped.  (Bug#9461)
18518 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
18520         * mail/sendmail.el (mml-to-mime, mml-attach-file)
18521         (mm-default-file-encoding): Remove autoload forms, they are
18522         replaced with autoload cookies in mml.el and mm-encode.el.
18523         (mail-add-attachment): New command.
18524         (mail-mode-map): Add a menu-bar item for mail-add-attachment.
18525         (mail-mode): Mention mail-insert-file and mail-add-attachment in
18526         the doc string.
18527         (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
18529 2011-09-10  Reuben Thomas  <rrt@sc3d.org>
18531         * simple.el (count-words-region): Use buffer if there's no region
18532         (bug#9429).
18534 2011-09-09  Juri Linkov  <juri@jurta.org>
18536         * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
18537         `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
18538         (wdired-isearch-filter-read-only): New function.  (Bug#6362)
18540 2011-09-09  Alan Mackenzie  <acm@muc.de>
18542         * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
18543         spuriously generating `awk-mode-syntax-table'.  (Bug #9448).
18545 2011-09-09  Eli Zaretskii  <eliz@gnu.org>
18547         Fix for Savannah bug#9392.
18548         * simple.el (mail-encode-mml): New defvar.
18550         * mail/rmail.el (mail-encode-mml): Add a defvar.
18551         (rmail-enable-mime-composing): Default to t.
18552         (rmail-forward): Use MIME method of forwarding only if both
18553         rmail-enable-mime-composing and rmail-enable-mime are non-nil.
18554         Set mail-encode-mml non-nil if the MIME method was used.
18556         * mail/sendmail.el (mml-to-mime): Add autoload form.
18557         (mail-encode-mml): Add a defvar.
18558         (mail-mode): Make mail-encode-mml buffer-local and initialize it
18559         to nil.
18560         (mail-send): If mail-encode-mml is non-nil, run the outgoing
18561         message through mml-to-mime, and reset mail-encode-mml to nil.
18563 2011-09-09  Glenn Morris  <rgm@gnu.org>
18565         * woman.el (woman-if-body): When processing an .el block,
18566         do not delete the next .el block as well.  (Bug#9447)
18567         (woman-special-characters): Add oq, cq, and hy characters.
18569 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
18571         * window.el (window-deletable-p): Make sure window is live before
18572         invoking window-prev-buffers.
18574 2011-09-08  Leo Liu  <sdl.web@gmail.com>
18576         * net/rcirc.el (rcirc-cmd-invite): New rcirc command.  (Bug#9453)
18578 2011-09-08  Juri Linkov  <juri@jurta.org>
18580         * progmodes/compile.el (compilation-environment): Make it
18581         a defcustom (bug#8340).
18583 2011-09-08  Martin Rudalics  <rudalics@gmx.at>
18585         * window.el (frame-auto-delete): Rename to window-auto-delete.
18586         Make it control auto-deletion of windows and/or frames.
18587         (window-deletable-p): New argument FORCE.  Rewrite conditions
18588         for deleting window/frame.  (Bug#9419)
18589         (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
18590         Rewrite handling of case when window/frame can be deleted.
18591         (delete-windows-on): Call window-deletable-p with new FORCE
18592         argument t.  (Bug#9456)
18594 2011-09-07  Chong Yidong  <cyd@stupidchicken.com>
18596         * help-mode.el (help-mode): Restore autoload.
18598 2011-09-07  Juri Linkov  <juri@jurta.org>
18600         * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
18601         `compilation-environment'.  Set buffer-local
18602         `compilation-environment' to `thisenv' later after (funcall mode).
18603         (Bug#8340)
18605         * vc/vc-git.el (vc-git-grep): Remove --no-color.  (Bug#9408)
18606         (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
18607         instead of replacing its value.  (Bug#8340)
18609 2011-09-07  Juri Linkov  <juri@jurta.org>
18611         * progmodes/grep.el (grep-regexp-alist): Calculate column positions
18612         based on text properties put by `grep-filter' instead of matching
18613         escape sequences.
18614         (grep-mode): Set buffer-local `compilation-error-screen-columns'
18615         to the value of `grep-error-screen-columns' (bug#9438).
18617 2011-09-07  Juri Linkov  <juri@jurta.org>
18619         * simple.el (next-error-highlight, next-error-highlight-no-select):
18620         Doc fix (bug#9432).
18622 2011-09-07  OKAZAKI Tetsurou  <okazaki.tetsurou@gmail.com>  (tiny change)
18624         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18625         Check for null c-opt-block-decls-with-vars-key.  (Bug#9443)
18627 2011-09-07  Leo Liu  <sdl.web@gmail.com>
18629         * net/rcirc.el (rcirc-mode): Conditionally initialize
18630         rcirc-input-ring.
18632 2011-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18634         * emacs-lisp/find-func.el (find-function-C-source): Only set
18635         find-function-C-source-directory after checking that we found a source
18636         file there (bug#9440).
18638 2011-09-06  Alan Mackenzie  <acm@muc.de>
18640         * isearch.el (isearch-other-meta-char): Wherever a key list is
18641         unread, "unread" the prefix arg, too.  This fixes bug #8901.
18643 2011-09-05  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
18645         * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
18647 2011-09-05  Juri Linkov  <juri@jurta.org>
18649         * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
18651 2011-09-05  Juri Linkov  <juri@jurta.org>
18653         * progmodes/grep.el (grep-filter): Avoid incomplete processing by
18654         keeping point where processing of grep matches begins, and
18655         continue to delete remaining escape sequences from the same point.
18656         (grep-filter): Make leading zero optional in "0?1;31m" because
18657         git-grep emits "\033[1;31m" escape sequences unlike expected
18658         "\033[01;31m" as GNU Grep does (bug#9408).
18659         (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
18661 2011-09-05  Juri Linkov  <juri@jurta.org>
18663         * subr.el (y-or-n-p): Capitalize "yes".
18665 2011-09-04  Michael Albinus  <michael.albinus@gmx.de>
18667         * net/tramp.el (top): Require 'shell.  Use `tramp-unload-hook' but
18668         `tramp-cache-unload-hook' where appropriate.
18669         (tramp-methods): Rename `tramp-remote-sh' to
18670         `tramp-remote-shell'.  Add `tramp-remote-shell-args'.
18671         (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
18673         * net/tramp-sh.el (top): Don't require 'shell.
18674         (tramp-methods): Add `tramp-remote-shell' and
18675         `tramp-remote-shell-args' entries.
18676         (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
18677         (tramp-sh-handle-shell-command): Remove.
18678         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18679         Use `tramp-remote-shell'.
18681 2011-09-03  Chong Yidong  <cyd@stupidchicken.com>
18683         * mail/sendmail.el (sendmail-query-once-function): Delete.
18684         (sendmail-query-once): Save directly to send-mail-function.
18685         Update message-send-mail-function too.
18687         * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
18689 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
18691         * progmodes/python.el (python-mode-map): Use correct function to
18692         start python interpreter from menu-bar (as reported by Geert
18693         Kloosterman).
18694         (inferior-python-mode-map): Fix typo.
18695         (python-shell-map): Remove.
18697 2011-09-03  Deniz Dogan  <deniz@dogan.se>
18699         * net/rcirc.el (rcirc-print): Simplify code for
18700         rcirc-scroll-show-maximum-output.  There is no need to walk
18701         through all windows to find the right one.
18703 2011-09-03  Christoph Scholtes  <cschol2112@googlemail.com>
18705         * help.el (help-return-method): Doc fix.
18707 2011-09-03  Martin Rudalics  <rudalics@gmx.at>
18709         * window.el (window-deletable-p): Don't return a non-nil value
18710         when there's a buffer that was shown in the window before.
18711         (Bug#9419)
18712         (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18713         Set window's previous buffers to nil.
18715 2011-09-03  Eli Zaretskii  <eliz@gnu.org>
18717         * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
18718         newline before and after the tag line, so it doesn't interfere
18719         with determining the paragraph direction of bidirectional text.
18721 2011-09-03  Leo Liu  <sdl.web@gmail.com>
18723         * files.el (find-file-not-true-dirname-list): Remove.  (Bug#9422)
18725 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
18727         * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
18728         (pop-to-buffer): Change interactive spec.  Pass second argument
18729         directly to display-buffer.
18730         (display-buffer): Fix interactive spec.  Use functionp to
18731         distinguish between a function and a list of functions.
18733         * abbrev.el (edit-abbrevs):
18734         * arc-mode.el (archive-extract):
18735         * autoinsert.el (auto-insert):
18736         * bookmark.el (bookmark-bmenu-list):
18737         * files.el (find-file):
18738         * view.el (view-buffer):
18739         * progmodes/compile.el (compilation-goto-locus):
18740         * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
18742 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
18744         * window.el (display-buffer-alist): Doc fix.
18745         (display-buffer): Add docstring.  Don't treat
18746         display-buffer-default specially.
18747         (display-buffer-reuse-selected-window)
18748         (display-buffer-same-window, display-buffer-maybe-same-window)
18749         (display-buffer-reuse-window, display-buffer-pop-up-frame)
18750         (display-buffer-pop-up-window)
18751         (display-buffer-reuse-or-pop-window)
18752         (display-buffer-use-some-window): New functions.
18753         (display-buffer-default-action): Use them.
18754         (display-buffer-default): Delete.
18755         (pop-to-buffer-1): Fix choice of actions.
18757 2011-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18759         * minibuffer.el (completion--insert-strings): Don't get confused by
18760         completion entries that end with an LF char.
18762 2011-09-01  Eli Zaretskii  <eliz@gnu.org>
18764         * window.el (frame-auto-delete, window-deletable-p): Doc fix.
18766 2011-09-01  Chong Yidong  <cyd@stupidchicken.com>
18768         * window.el (display-buffer): Restore interactive spec.
18769         (display-buffer-same-window, display-buffer-other-window):
18770         New functions.
18771         (pop-to-buffer-1): New function.  Use the above.
18772         (pop-to-buffer, pop-to-buffer-same-window): Use it.
18773         (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
18775         * view.el (view-buffer-other-window, view-buffer-other-frame):
18776         Just use pop-to-buffer.
18778 2011-09-01  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
18780         * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories.  (Bug#9391)
18782 2011-09-01  Wilfred Hughes  <wilfred@potatolondon.com>  (tiny change)
18784         * vc/vc-git.el (vc-git-grep): Use --no-color.  (Bug#9408)
18786 2011-08-31  Richard Stallman  <rms@gnu.org>
18788         * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
18789         of the separation of rmail-view-buffer from rmail-buffer.
18790         If you say no to "replace original", the decrypt is in the
18791         view buffer.  If you say yes, the decrypt goes into the
18792         rmail buffer also.
18794 2011-08-31  Martin Rudalics  <rudalics@gmx.at>
18796         * window.el (display-buffer-window): Rewrite doc-string.
18797         (display-buffer-record-window): New function.
18798         (display-buffer-macro-specifiers)
18799         (display-buffer-even-window-sizes, display-buffer-set-height)
18800         (display-buffer-set-width, display-buffer-in-window)
18801         (display-buffer-reuse-window, display-buffer-split-specifiers)
18802         (display-buffer-side-specifiers, display-buffer-split-window-1)
18803         (display-buffer-split-window, display-buffer-split-atom-window)
18804         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18805         (display-buffer-pop-up-side-window, display-buffer-in-side-window)
18806         (display-buffer-other-window-means-other-frame)
18807         (display-buffer-normalize-special)
18808         (display-buffer-normalize-default)
18809         (display-buffer-normalize-argument)
18810         (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
18811         (display-buffer-normalize-specifiers, display-buffer-frame)
18812         (display-buffer-same-window, display-buffer-same-frame)
18813         (display-buffer-other-window)
18814         (display-buffer-same-frame-other-window)
18815         (display-buffer-other-frame, pop-to-buffer-same-window)
18816         (pop-to-buffer-same-frame, pop-to-buffer-other-window)
18817         (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
18818         (switch-to-buffer-same-frame)
18819         (switch-to-buffer-other-window-same-frame)
18820         (display-buffer-alist-of-strings-p, display-buffer-alist-add)
18821         (display-buffer-alist-set-1, display-buffer-alist-set-2)
18822         (display-buffer-alist-set): Remove.
18823         (display-buffer-function, special-display-buffer-names)
18824         (special-display-regexps, special-display-function):
18825         In doc-string refer to display-buffer-window and quit-restore
18826         parameter.
18827         (pop-up-frame-alist, pop-up-frame-function, special-display-p)
18828         (special-display-frame-alist, special-display-popup-frame)
18829         (same-window-buffer-names, same-window-regexps, same-window-p)
18830         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
18831         (split-window-preferred-function, split-height-threshold)
18832         (split-width-threshold, window-splittable-p)
18833         (split-window-sensibly, window--try-to-split-window)
18834         (window--frame-usable-p, even-window-heights)
18835         (window--even-window-heights, window--display-buffer-1)
18836         (window--display-buffer-2, display-buffer-other-frame):
18837         Restore old Emacs 23 code, order and doc-strings where applicable.
18838         (display-buffer-default, display-buffer-assq-regexp): New functions.
18839         (display-buffer-alist): Rewrite doc-string.
18840         (display-buffer-default-action)
18841         (display-buffer-overriding-action): New variables.
18842         (display-buffer, switch-to-buffer): Rewrite.
18843         (pop-to-buffer): Restore Emacs 23 behavior but use
18844         window-normalize-buffer-to-display.
18845         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
18846         Restore Emacs 23 behavior but use
18847         window-normalize-buffer-to-switch-to.
18848         (pop-to-buffer-same-window): Rewrite.
18849         (pop-to-buffer-other-window, pop-to-buffer-other-frame):
18850         Rewrite using Emacs 23 options.
18852 2011-08-31  Michael Albinus  <michael.albinus@gmx.de>
18854         * net/tramp.el (tramp-root-regexp): Remove.
18855         (tramp-completion-file-name-regexp-unified)
18856         (tramp-completion-file-name-regexp-separate)
18857         (tramp-completion-file-name-regexp-url): Don't use leading volume
18858         letter on w32 systems.  (Bug#5303, Bug#9311)
18859         (tramp-drop-volume-letter): Simplify definition.
18860         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18862 2011-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18864         * subr.el (event-modifiers): Fix "missing modifier" part of docstring
18865         (bug#9356).
18867 2011-08-30  Reuben Thomas  <rrt@sc3d.org>  (tiny change)
18869         * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
18871 2011-08-29  Juri Linkov  <juri@jurta.org>
18873         * isearch.el (isearch-done): Don't display message "Mark saved"
18874         when arg `edit' is non-nil to prevent its flicker in the echo area.
18876 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
18878         * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
18879         obsolete packages for deletion.
18881 2011-08-28  Christoph Scholtes  <cschol2112@googlemail.com>
18883         * help-mode.el (help-mode-map): Add special-mode-map to parent.
18884         (help-mode): Derive help-mode from special-mode.  Don't invoke
18885         view-mode from help-mode.
18886         (help-xref-override-view-map): Remove.
18887         (help-make-xrefs): Remove minor-mode-overriding-map-alist since
18888         view-mode is not used anymore.
18890 2011-08-28  Chong Yidong  <cyd@stupidchicken.com>
18892         * server.el (server-port): Doc fix.
18894         * cus-theme.el (custom-theme-choose-mode): Inherit from
18895         special-mode (Bug#9124).
18896         (custom-theme-choose-mode-map): Add special-mode to parent.
18898 2011-08-28  Alan Mackenzie  <acm@muc.de>
18900         * progmodes/cc-fonts.el
18901         (c-make-font-lock-BO-decl-search-function): New function.
18902         (c-basic-matchers-after - "Fontify the clauses after various
18903         keywords"): Extract the three keyword lists for the 3 erroneous
18904         constructs from the list of four, and use the new function above
18905         in place of an old one.
18907 2011-08-28  Deniz Dogan  <deniz@dogan.se>
18909         * net/rcirc.el (rcirc-insert-prev-input)
18910         (rcirc-insert-next-input): Remove unused argument.
18912 2011-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18914         * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18916 2011-08-27  Alan Mackenzie  <acm@muc.de>
18918         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18919         handle function pointer parameters properly.
18921 2011-08-27  Martin Rudalics  <rudalics@gmx.at>
18923         * window.el (display-buffer-reuse-window): Fix case where
18924         selected window was reused with non-nil OTHER-WINDOW argument.
18925         (Bug#9381)
18927 2011-08-27  Deniz Dogan  <deniz@dogan.se>
18929         * net/rcirc.el (rcirc-check-auth-status): Adding support for
18930         oftc's NickServ messages.
18932 2011-08-27  Glenn Morris  <rgm@gnu.org>
18934         * saveplace.el (save-place-limit): Make it finite.  (Bug#9352)
18936 2011-08-26  Chong Yidong  <cyd@stupidchicken.com>
18938         * emacs-lisp/package.el (package-install): Call package-initialize
18939         if called interactively.
18941 2011-08-26  Leo Liu  <sdl.web@gmail.com>
18943         * emacs-lisp/cl-macs.el (defstruct): Fix format.  (Bug#9357)
18945 2011-08-25  Juri Linkov  <juri@jurta.org>
18947         * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18948         `search-whitespace-regexp' (bug#9364).
18950 2011-08-25  Juri Linkov  <juri@jurta.org>
18952         * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18953         `regexp-search-ring' to their global values to protect from
18954         updating by `read-from-minibuffer' (bug#9185).
18956 2011-08-25  Juri Linkov  <juri@jurta.org>
18958         * textmodes/ispell.el (ispell-command-loop): Add newline
18959         at the end of the "Use option `i'..." line.
18961 2011-08-25  Juri Linkov  <juri@jurta.org>
18963         * battery.el (display-battery-mode): If `battery-status-function'
18964         or `battery-mode-line-format' is nil, display the message and set
18965         `display-battery-mode' to nil (bug#9363).
18967 2011-08-25  Eli Zaretskii  <eliz@gnu.org>
18969         * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18970         bidi-string-mark-left-to-right; they are unnecessary now.
18972 2011-08-25  Deniz Dogan  <deniz@dogan.se>
18974         * net/quickurl.el: Documentation typo fixes.
18976 2011-08-25  Chong Yidong  <cyd@stupidchicken.com>
18978         * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18980 2011-08-25  Glenn Morris  <rgm@gnu.org>
18982         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18984         * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18985         (smtpmail-via-smtp): Handle nil response from smtp.
18987 2011-08-24  Juri Linkov  <juri@jurta.org>
18989         * proced.el (proced-marked): Inherit from `error' instead of
18990         `font-lock-warning-face'.
18992         * ibuffer.el (ibuffer-marked-face): Change default face from
18993         `font-lock-warning-face' to `warning'.
18994         (ibuffer-deletion-face): Change default face from
18995         `font-lock-type-face' to `error'.
18997         * battery.el (battery-update): Use the face `error' instead of
18998         `font-lock-warning-face' (bug#6117).
19000 2011-08-24  Juri Linkov  <juri@jurta.org>
19002         * faces.el (success): Change face color from "Green3" to
19003         "ForestGreen" on light background (bug#9353).
19005 2011-08-24  Chong Yidong  <cyd@stupidchicken.com>
19007         * window.el (quit-window): Rename from quit-restore-window.
19008         Use same arglist as old quit-window.
19009         (frame-auto-delete): Doc fix.
19011         * view.el (view-mode-exit): Use quit-window.
19013 2011-08-24  Juri Linkov  <juri@jurta.org>
19015         * isearch.el (isearch-ring-adjust1): Start visiting previous
19016         search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
19017         (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
19018         for empty search string (when the last search string is reused
19019         automatically) to adjust the isearch ring to the last element and
19020         prepare the correct index for further M-p commands (bug#9185).
19022 2011-08-24  Kenichi Handa  <handa@m17n.org>
19024         * international/ucs-normalize.el: If decomposition property of
19025         CHAR is the default one (i.e. a list of CHAR itself), treat it as
19026         nil.
19027         (nfd, nfkd): Likewise.
19029 2011-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19031         * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
19032         from process filters aren't reliably transmitted to the surrounding
19033         accept-process-output.
19034         (mpc-proc-check): New function.
19035         (mpc-proc-sync): Use it (bug#8293)
19037 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19039         * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
19040         Add compatibility functions (bug#9313).
19042 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
19044         * cus-start.el (all): Add entry for bidi-paragraph-direction.
19046         * international/uni-bidi.el: Regenerate.
19048 2011-08-23  Kenichi Handa  <handa@m17n.org>
19050         * international/charprop.el:
19051         * international/uni-bidi.el:
19052         * international/uni-category.el:
19053         * international/uni-combining.el:
19054         * international/uni-comment.el:
19055         * international/uni-decimal.el:
19056         * international/uni-decomposition.el:
19057         * international/uni-digit.el:
19058         * international/uni-lowercase.el:
19059         * international/uni-mirrored.el:
19060         * international/uni-name.el:
19061         * international/uni-numeric.el:
19062         * international/uni-old-name.el:
19063         * international/uni-titlecase.el:
19064         * international/uni-uppercase.el: Regenerate.
19066 2011-08-23  Martin Rudalics  <rudalics@gmx.at>
19068         * help.el (help-window-setup): Fix message displayed when other
19069         window is reused.  (Bug#9341)
19071 2011-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19073         * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
19074         * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
19076         * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
19077         Mark obsolete.
19078         * shell.el (shell-parse-pcomplete-arguments): New function.
19079         (shell-completion-vars): Use it instead (bug#9160).
19081 2011-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19083         * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
19084         strings and comments (bug#9333).
19086         * emacs-lisp/debug.el (debug-arglist): New function.
19087         (debug-convert-byte-code): Use it.  Handle lexical byte-codes.
19088         (debug-on-entry-1): Handle interpreted closures (bug#9120).
19090 2011-08-22  Juri Linkov  <juri@jurta.org>
19092         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19093         Revert regexp that highlights output switches to its old
19094         pre-2010-10-28 value and remove one `?' from it (bug#9319).
19096         * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
19097         to check for empty output (bug#9226).
19099 2011-08-22  Chong Yidong  <cyd@stupidchicken.com>
19101         * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
19102         symbol-constituent as the default, as that stops font-lock from
19103         working properly (Bug#8843).
19105 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19107         * mail/smtpmail.el (smtpmail-via-smtp): Only bind
19108         `coding-system-for-*' around the process open call to avoid
19109         auth-source side effects.
19110         (smtpmail-try-auth-methods): Expand the secret password.
19111         (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
19112         probe hangs.
19114 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19116         * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
19118         * emacs-lisp/find-func.el (find-function-noselect): New arg
19119         lisp-only.
19121         * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
19122         signal an error for built-in functions (Bug#6664).
19124 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19126         * mail/smtpmail.el (smtpmail-smtp-user): New variable.
19127         (smtpmail-try-auth-methods): Use it.
19129 2011-08-21  Chong Yidong  <cyd@stupidchicken.com>
19131         * font-lock.el (font-lock-fontify-region)
19132         (font-lock-unfontify-region, font-lock-default-fontify-buffer)
19133         (font-lock-default-unfontify-buffer)
19134         (font-lock-default-fontify-region)
19135         (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
19137         * progmodes/compile.el (compilation-error-properties):
19138         Fix confusion between file struct and message struct (Bug#9319).
19139         (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
19140         `ant' regexp.
19142         * net/browse-url.el (browse-url-firefox): Don't call
19143         browse-url-firefox-sentinel unless using -remote (Bug#9328).
19145 2011-08-20  Glenn Morris  <rgm@gnu.org>
19147         * tutorial.el (help-with-tutorial): Avoid an error on short screens.
19149         * tutorial.el (tutorial--default-keys): Update some default bindings.
19151         * files.el (hack-local-variables): Fully ignore case for "mode:".
19153 2011-08-20  Alan Mackenzie  <acm@muc.de>
19155         Resolve invalid use of a regexp in regexp-opt.
19157         * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
19158         detection for a java annotation.
19160         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
19161         detection for a java annotation.
19163         * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
19164         handling for java.
19165         (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
19167 2011-08-20  Chong Yidong  <cyd@stupidchicken.com>
19169         * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
19170         (Bug#9274).
19172 2011-08-20  Alan Mackenzie  <acm@muc.de>
19174         Fontify CPP expressions correctly when starting in the middle of
19175         such a construct.  Mainly for when jit-lock etc. starts a chunk
19176         here.
19178         * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
19179         variable.
19180         (c-make-font-lock-search-form): New function, extracted from
19181         c-make-font-lock-search-function.
19182         (c-make-font-lock-search-function): Use the above function.
19183         (c-make-font-lock-context-search-function): New function.
19184         (c-cpp-matchers): Enhance the preprocessor expression case with
19185         the above function
19186         (c-font-lock-complex-decl-prepare): Test for being in a CPP form
19187         which takes an expression.
19189         * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
19191 2011-08-20  Martin Rudalics  <rudalics@gmx.at>
19193         * window.el (display-buffer-reuse-window)
19194         (display-buffer-pop-up-window): Don't reuse or split a side
19195         window.
19197 2011-08-19  Glenn Morris  <rgm@gnu.org>
19199         * files.el (hack-local-variables-prop-line, hack-local-variables):
19200         Downcase "Mode:".  (Bug#9331)
19202 2011-08-18  Chong Yidong  <cyd@stupidchicken.com>
19204         * international/characters.el: Add L and R categories.
19206         * subr.el (bidi-string-mark-left-to-right): Rename from
19207         string-mark-left-to-right.  Use category search.
19209         * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
19211 2011-08-18  Juri Linkov  <juri@jurta.org>
19213         * faces.el (error, warning, success): New faces with definitions
19214         copied from old default values of `font-lock-warning-face',
19215         `compilation-warning', `compilation-info' (bug#6117).
19217         * font-lock.el (font-lock-warning-face): Inherit from `error'.
19219         * progmodes/compile.el (compilation-error): Inherit from `error'.
19220         (compilation-warning): Inherit from `warning'.
19221         (compilation-info): Inherit from `success'.
19223         * dired.el (dired-marked): Inherit from `warning'.
19224         (dired-flagged): Inherit from `error'.
19226 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19228         * mail/smtpmail.el (auth-source): Require to avoid problems with
19229         binding variables (bug#9298).  Also clean up some unused
19230         autoloads.
19232         * net/network-stream.el (network-stream-open-starttls):
19233         Support using starttls.el without using gnutls-cli.
19235 2011-08-17  Juri Linkov  <juri@jurta.org>
19237         * progmodes/grep.el (rgrep): Handle the case when
19238         `grep-find-command' is a cons cell (bug#9278).
19240 2011-08-17  Martin Rudalics  <rudalics@gmx.at>
19242         * window.el (display-buffer-pop-up-frame): Run frame creation
19243         function with BUFFER current (as special-display-popup-frame
19244         does).  Reported by Drew Adams.
19246 2011-08-17  Daiki Ueno  <ueno@unixuser.org>
19248         * epa-mail.el: Simplify GnuPG group expansion using
19249         epg-expand-group.
19250         (epa-mail-group-alist, epa-mail-group-modtime)
19251         (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
19252         (epa-mail-sync-groups, epa-mail-expand-recipient-1)
19253         (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
19254         Remove.
19256 2011-08-16  Feng Li  <fengli@gmail.com>  (tiny change)
19258         * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
19260 2011-08-16  Alan Mackenzie  <acm@muc.de>
19262         * progmodes/cc-engine.el (c-state-cache-non-literal-place):
19263         Correct, to avoid the inside of macros.
19265 2011-08-16  Richard Stallman  <rms@gnu.org>
19267         * epa-mail.el: Handle GnuPG group definitions.
19268         (epa-mail-group-alist, epa-mail-group-modtime)
19269         (epa-mail-gnupg-conf-file): New variables.
19270         (epa-mail-parse-groups, epa-mail-sync-groups)
19271         (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
19272         (epa-mail-expand-recipients): New functions.
19273         (epa-mail-encrypt): Call epa-mail-expand-recipients.
19275         * mail/rmail.el (rmail-epa-decrypt): New command.
19277         * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
19278         Don't bind buffer-read-only, just inhibit-read-only.
19279         (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
19280         (epa-decrypt-armor-in-region): Make error message clearer.
19282 2011-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19284         * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
19285         and "a2b" to "ab" for `prefix'.
19287 2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
19289         * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
19290         filter groups.
19291         (ibuffer-included-in-filter-p-1): Use it.  Suggested by Rafaël
19292         Fourquet (Bug#8804).
19294 2011-08-12  Juanma Barranquero  <lekktu@gmail.com>
19296         * startup.el (argi): Declare as global variable (bug#9275).
19298 2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
19300         * subr.el (string-mark-left-to-right): Search the entire string
19301         for RTL script, not just the terminating character.  Doc fix.
19303 2011-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19305         * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
19306         New function.
19307         (js--regexp-literal, js-syntax-propertize-function): Remove.
19308         (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
19309         (js-mode-map): Don't rebind electric keys.
19310         (js-insert-and-indent): Remove.
19311         (js-mode): Setup electric-layout and electric-indent instead.
19313         * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
19315 2011-08-12  Daiki Ueno  <ueno@unixuser.org>
19317         * epa.el (epa-progress-callback-function): Fix the logic of
19318         displaying progress.
19319         * epa-file.el (epa-file-insert-file-contents): Make progress
19320         display more user-friendly.
19321         (epa-file-write-region): Ditto.
19323 2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
19325         * subr.el (string-mark-left-to-right): New function.
19327         * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
19328         Use string-mark-left-to-right.
19329         (list-buffers-noselect): Caller changed.
19331         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
19332         Use string-mark-left-to-right.
19333         (tabulated-list-print): Recenter after moving point.
19335 2011-08-10  Juri Linkov  <juri@jurta.org>
19337         * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
19338         This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
19339         intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
19341 2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
19343         * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
19344         (Bug#7554).
19346 2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
19348         * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
19349         character.  (Bug#6594)
19351 2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
19353         * image-dired.el: Don't use find-file for temporary work (Bug#7895).
19354         (image-dired--with-db-file): New macro.
19355         (image-dired-write-tags, image-dired-remove-tag)
19356         (image-dired-create-gallery-lists, image-dired-write-comments)
19357         (image-dired-get-comment, image-dired-mark-tagged-files)
19358         (image-dired-list-tags, image-dired-gallery-generate): Use it.
19359         (image-dired-gallery-generate): Use insert-file-contents.
19361         * time.el (display-time-world-list, display-time-world-display):
19362         * time-stamp.el (time-stamp-string):
19363         * vc/add-log.el (add-change-log-entry): Use setenv instead of
19364         set-time-zone-rule (Bug#7337).
19366 2011-08-08  Daiki Ueno  <ueno@unixuser.org>
19368         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
19369         (epg-error-to-string, epg-errors-to-string): New function.
19370         (epg-wait-for-completion): Reverse errors list.
19371         (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
19372         (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
19373         (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
19374         (epg-sign-keys, epg-generate-key-from-file)
19375         (epg-generate-key-from-string): Format errors by using
19376         epg-errors-to-string (bug#9255).
19377         (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
19379 2011-08-07  Juri Linkov  <juri@jurta.org>
19381         * faces.el (list-faces-display): Remove extra angle bracket
19382         from `help-mode-map'.
19384         * info.el (Info-history-toc-nodes): Doc fix.
19386         * longlines.el (longlines-mode): Doc fix.
19388 2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19390         * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
19391         of statements and in a few more cases (bug#9183).
19393         * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
19394         New functions.
19395         (cl-transform-lambda): Use them (bug#9239).
19397 2011-08-05  Martin Rudalics  <rudalics@gmx.at>
19399         * window.el (display-buffer-same-window)
19400         (display-buffer-same-frame, display-buffer-other-window)
19401         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
19402         (pop-to-buffer-other-window)
19403         (pop-to-buffer-same-frame-other-window)
19404         (pop-to-buffer-other-frame): Make them defuns.
19405         (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
19407 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19409         * subr.el (make-composed-keymap): Move from C.  Change calling
19410         convention, and improve docstring to bring attention to a subtle point.
19411         * minibuffer.el (completing-read-default): Adjust accordingly.
19413 2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
19415         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
19416         (tramp-open-shell): Use `tramp-shell-quote-argument'.
19418         * net/trampver.el: Update release number.
19420 2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19422         * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
19423         "in" (bug#9190).
19425 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19427         * mail/sendmail.el (sendmail-query-once): Restore the current
19428         buffer after querying (bug#9074).
19430         * dired.el (dired-flagged): Use different faces for marked and
19431         flagged files (bug#6117).
19433         * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
19434         (bug#4433).
19436         * ido.el (ido-mode): Switch off the message if called
19437         non-interactively.
19439         * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
19440         before 587, since it appears that that's more likely to work for
19441         more people.
19443         * cus-edit.el (custom-file): When running under emacs -q, always
19444         refuse to save the customizations, even if the .emacs file doesn't
19445         exist.
19447         * info.el: Remove the `Info-beginning-of-buffer' function
19448         (bug#8325).
19450         * net/network-stream.el (network-stream-open-starttls):
19451         Use `starttls-available-p' to see whether starttls.el can be used.
19453 2011-08-01  Martin Rudalics  <rudalics@gmx.at>
19455         * window.el (display-buffer-in-window): Don't set dedicated status
19456         of window here (Bug#9215).
19457         (display-buffer-pop-up-window, display-buffer-pop-up-frame)
19458         (display-buffer-pop-up-side-window)
19459         (display-buffer-in-side-window): Set dedicated status of window here.
19461 2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19463         * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
19464         before binding generated-autoload-file.
19466 2011-08-01  Deniz Dogan  <deniz@dogan.se>
19468         * net/rcirc.el (rcirc-handler-333): Clarify docstring.
19470 2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
19472         Sync with Tramp 2.2.2.
19474         * net/trampver.el: Update release number.
19476 2011-07-30  Juri Linkov  <juri@jurta.org>
19478         * dired-aux.el (dired-touch-initial): Remove function.
19479         (dired-do-chxxx): For op-symbol `touch', set `initial' to the
19480         current time, and `default' to the last modification time of the
19481         current marked file (bug#6887).
19483 2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
19485         * simple.el (goto-line): Use string-to-number to provide a
19486         numeric argument to read-number (bug#9163).
19488 2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
19490         * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
19491         connection process, it could be nil.
19493 2011-07-27  Leo Liu  <sdl.web@gmail.com>
19495         Simplify url handling in rcirc-mode.
19497         * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
19498         (rcirc-browse-url-at-mouse): Remove.
19499         * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
19501 2011-07-26  Alan Mackenzie  <acm@muc.de>
19503         Fontify bitfield declarations properly.
19505         * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
19506         (c-symbol-chars): Now exported as a lang variable.
19507         (c-not-primitive-type-keywords): New lang variable.
19509         * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
19510         QT keyword "more" to prevent "more slots: ...." being spuriously
19511         parsed as a bitfield declaration.
19513         * progmodes/cc-engine.el (c-beginning-of-statement-1):
19514         Refactor and enhance to handle bitfield declarations.
19515         (c-punctuation-in): New function.
19516         (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
19517         declarations properly.
19519 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
19521         * calendar/icalendar.el (icalendar--all-events): Take care of
19522         multiple vcalendars in a single file.
19523         (icalendar--convert-float-to-ical): Checkdoc fixes.
19525 2011-07-25  Deniz Dogan  <deniz@dogan.se>
19527         * image.el (insert-image): Clarifying docstring.
19529 2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
19531         * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
19532         `tramp-send-command-and-check' if there is no error.
19533         (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
19535 2011-07-22  Alan Mackenzie  <acm@muc.de>
19537         Prevent cc-langs.elc being loaded at run time.
19539         * progmodes/cc-mode.el: Remove two autoload forms which loaded
19540         cc-langs.
19542         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
19543         "(require 'cc-langs)".  Quote a form so it will evaluate at
19544         (cc-mode's) compilation time.
19546 2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
19548         * net/tramp.el (tramp-file-name-handler): Avoid recursive
19549         loading.  (Bug#9114)
19551 2011-07-21  Martin Rudalics  <rudalics@gmx.at>
19553         * window.el (display-buffer-pop-up-window)
19554         (display-buffer-pop-up-side-window)
19555         (display-buffer-in-side-window): Call display-buffer-set-height
19556         and display-buffer-set-width after setting the new window's
19557         buffer so `fit-window-to-buffer' and friends work on the right buffer.
19559 2011-07-20  Sam Steingold  <sds@gnu.org>
19561         * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
19562         (etags-tags-included-tables): Call `convert-standard-filename' on
19563         the file names contained in TAGS so that windows Emacs can handle
19564         TAGS files created by cygwin ctags.
19566 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19568         * proced.el (proced-update): Revert yesterday's bug#1779 patch,
19569         which apparently didn't work.
19571 2011-07-19  Roland Winkler  <winkler@gnu.org>
19573         * proced.el (proced-send-signal): For *Marked Processes* buffer
19574         put point at beginning of buffer.
19576 2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
19578         * proced.el (proced-format): Make header lines align with the text
19579         (bug#1779).
19581 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19583         * view.el (view-buffer): Allow running in `special' modes if we're
19584         visiting a file (bug#8615).
19586 2011-07-19  Martin Rudalics  <rudalics@gmx.at>
19588         * window.el (display-buffer-alist-of-strings-p)
19589         (display-buffer-alist-set-1, display-buffer-alist-set-2):
19590         New functions.
19591         (display-buffer-alist-set): Rewrite to handle Emacs 23 options
19592         more accurately.
19594 2011-07-18  Alan Mackenzie  <acm@muc.de>
19596         Fontify declarators properly when, e.g., a jit-lock chunk begins
19597         inside a declaration.
19599         * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
19601         * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19602         New function.
19603         (c-complex-decl-matchers): Insert reference to
19604         c-font-lock-enclosing-decls.
19606         * progmodes/cc-engine.el (c-backward-single-comment):
19607         (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
19608         to nil around calls to (forward-comment -1).
19610 2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19612         * image.el (put-image): Doc typo fix.
19614         * progmodes/etags.el (tags-search): Doc typo fix.
19616         * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
19617         password if we get errors 550 to 554.
19619 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19621         * net/gnutls.el (gnutls-log-level): Remove.
19623         * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
19624         indentation character (bug#6380).
19626         * files.el (buffer-offer-save): Made permanently local (bug#6241).
19628         * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
19629         to clarify what the problem is (bug#4291).
19631         * simple.el (current-kill): Clarify what
19632         `interprogram-paste-function' does (bug#7500).
19633         (auto-fill-mode): Document `auto-fill-function' in relation to
19634         `auto-fill-mode' (bug#2470).
19636 2011-07-16  Lawrence Mitchell  <wence@gmx.li>
19638         * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
19639         method if slot is read-only (bug#9035).
19641 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
19643         * frame.el (select-frame-set-input-focus): New argument NORECORD.
19644         * window.el (pop-to-buffer): Select window used even if it was
19645         selected before, see discussion of (Bug#8615), (Bug#6954).
19646         Pass argument NORECORD on to select-frame-set-input-focus.
19648 2011-07-15  Glenn Morris  <rgm@gnu.org>
19650         * subr.el (read-char-choice): Allow quitting.  (Bug#9001)
19651         Respect help-form.
19653 2011-07-09  Lawrence Mitchell  <wence@gmx.li>
19655         * net/gnutls.el (gnutls-min-prime-bits): New variable.
19656         (gnutls-negotiate): Use it.
19658 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19660         * net/gnutls.el (gnutls-negotiate):
19661         Upcase `gnutls-algorithm-priority'.
19663 2011-07-15  Glenn Morris  <rgm@gnu.org>
19665         * jka-compr.el (jka-compr-verbose): Move from here...
19666         * jka-cmpr-hook.el (jka-compr-verbose): ... to here.  (Bug#9090)
19667         Add missing :version tag.
19668         * info.el: No need to require jka-compr when compiling.
19670 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19672         * net/gnutls.el (gnutls-algorithm-priority): New variable.
19673         (gnutls-negotiate): Use it.
19675         * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
19677         * info.el (Info-beginning-of-buffer): New command.
19678         (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
19679         announcing `b' as the key (bug#8325).
19680         (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
19682         * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
19684         * international/mule-cmds.el
19685         (describe-specified-language-support): Make the error message
19686         clearer (bug#8905).
19688         * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
19690         * isearch.el (isearch-barrier): Add a doc string, since it's
19691         mentioned in a function doc string (bug#8678).
19693 2011-07-15  Martin Rudalics  <rudalics@gmx.at>
19695         * window.el (switch-to-buffer): Call pop-to-buffer with normalized
19696         buffer argument (Bug#9083) and self-identifying label argument.
19698 2011-07-15  Glenn Morris  <rgm@gnu.org>
19700         * emacs-lisp/debug.el (debug): Doc fix.  (Bug#8273)
19702 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19704         * man.el (Man-fontify-manpage): Fix message when formatting the
19705         man page (bug#7929).
19707 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
19709         * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
19710         argument LRM; if non-nil, append an invisible LRM character to the
19711         buffer name.
19712         (list-buffers-noselect): Call Buffer-menu-buffer+size with the
19713         last argument non-nil, when formatting buffer names.
19714         (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
19715         paragraph direction.
19717 2011-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19719         * man.el (Man-bgproc-sentinel): Skip any arguments and only output
19720         the man page name (bug#7929).
19722         * image.el (put-image): Mention the `put-image' overlay property
19723         (bug#7834).
19725         * scroll-bar.el (set-scroll-bar-mode): Mention that
19726         `scroll-bar-mode' lists the values (bug#7772).
19728         * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
19729         command (bug#7729).
19731         * rect.el (apply-on-rectangle): Return the point after the last
19732         operation.
19733         (string-rectangle): Go to the point after the last operation
19734         (bug#7522).
19736         * printing.el (pr-toggle-region): Clarify the documentation
19737         slightly (bug#7493).
19739         * time.el (display-time-update):
19740         Allow `display-time-mail-function' to return nil (bug#7158).
19741         Fix suggested by Detlev Zundel.
19743         * vc/diff.el (diff): Clarify the order the file names are read
19744         (bug#7111).
19746         * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
19747         the doc string (bug#7015).
19749         * font-lock.el (font-lock-maximum-decoration): Mention what
19750         numeric levels mean (bug#6935).
19752         * startup.el (initial-buffer-choice): Don't mention the `none'
19753         selection, which is against policy.
19755 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
19757         * window.el (display-buffer-normalize-special):
19758         Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
19760 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
19762         * subr.el (version<, version<=, version=): Mention "-CVS" and
19763         "-12345" alpha version numbers.
19765 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
19767         * bindings.el: Add advertised binding for set-mark-command
19768         (Bug#5772).
19770 2011-07-14  Chong Yidong  <cyd@stupidchicken.com>
19772         * bindings.el (mode-line-other-buffer):
19773         * bookmark.el (bookmark-bmenu-2-window):
19774         * bs.el (bs-cycle-next, bs-cycle-previous):
19775         * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
19776         switch-to-buffer.
19778         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19779         Delete.
19781 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
19783         * follow.el (follow-debug-message, follow-redisplay):
19784         * jka-cmpr-hook.el (with-auto-compression-mode):
19785         Fix typos in docstrings.
19787 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19789         * subr.el (with-silent-modifications): Clarify somewhat what the
19790         macro inhibits (bug#6525).
19792         * simple.el (eval-expression): Note what it does if called
19793         interactively (bug#6495).
19795 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
19797         * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
19798         Use pop-to-buffer buffer-or-name if it is nil.
19800         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19801         Remove switch-to-buffer.
19803 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19805         * files.el (make-directory): Clarify that an error will be raised
19806         if there's an error (bug#6397).
19808         * startup.el (initial-buffer-choice): Add `none' as a choice
19809         (bug#6234).
19811         * subr.el (add-hook): Clarify section about buffer-local hooks
19812         (bug#6218).
19814         * dired.el (dired-flagged): Clarify doc string (bug#6117).
19816 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
19818         * tabify.el (untabify): Preserve the current column so that point
19819         doesn't move (bug#6032).
19821 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19823         * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
19824         Rewrite to avoid awkward possessive "s" (bug#5986).
19826 2011-07-13  Glenn Morris  <rgm@gnu.org>
19828         * dired.el (dired-use-ls-dired): Doc fix.  (Bug#9039).
19829         (dired-insert-directory): Give a message the first time
19830         if ls is found not to support --dired.
19832 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19834         * simple.el (toggle-truncate-lines): Clarify what is toggled
19835         (bug#5580).  Text by Drew Adams.
19837 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
19839         * simple.el (blink-matching-open): Make the error message from the
19840         last change less verbose.
19842 2011-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
19844         * font-lock.el (font-lock-comment-face): Use the high contrast
19845         "yellow" color for font-lock-comment-face on low color terminals
19846         using a dark background color (bug#4221).
19848 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19850         * dired.el (dired-insert-set-properties): Make the doc string
19851         reflect what it does now (bug#5325).
19853         * simple.el (blink-matching-open): Say that we were unable to find
19854         the match within the limit, if we're limited (bug#5122).
19856         * international/mule-cmds.el (prefer-coding-system): Add an
19857         example (bug#4869).
19859         * progmodes/etags.el (tags-search): Document `file-list-form'
19860         (bug#4731).
19862 2011-07-13  Lawrence Mitchell  <wence@gmx.li>
19864         * net/browse-url.el (browse-url-default-browser)
19865         (browse-url-browser-function): Make the default browser choice a
19866         bit more logical (bug#4300).  Also clean up the doc string.
19868 2011-07-13  Juanma Barranquero  <lekktu@gmail.com>
19870         * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
19871         binary endings (bug#4440).
19873 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19875         * info.el (info-insert-file-contents): Inhibit jka-compr messages,
19876         which can be pretty annoying (bug#8971).
19878         * jka-compr.el (jka-compr-verbose): New variable, and use
19879         throughout (bug#8971).
19881         * info.el (Info-find-file): Fall back on the installation
19882         directory if we can't find the info node anywhere else.
19884 2011-07-13  Sergei Organov  <osv@javad.com>  (tiny change)
19886         * vc/vc.el (vc-revert-file):
19887         Don't set file time-stamp in the past.  (Bug#5181)
19889 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19891         * files.el (after-find-file): Give a better error message when
19892         trying to find a symlink that points to a file that doesn't exist
19893         (bug#4398).
19895         * progmodes/cc-vars.el: Remove (probably) misleading comment
19896         (bug#4396).
19898 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
19900         * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19902 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
19904         * mouse-sel.el: Hack restoring functionality, while keeping
19905         compatibility with 2010-07-03 changes to mouse selection.
19906         (mouse-sel-primary-overlay): New var.
19907         (mouse-sel-selection-alist): Use it.
19908         (mouse-sel-mode): Doc fix; remove points that are default features
19909         of mouse.el.
19911 2011-07-12  Johan Bockgård  <bojohan@gnu.org>
19913         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19914         Fix previous fix (bug#2490).
19916 2011-07-12  Roland Winkler  <winkler@gnu.org>
19918         * textmodes/bibtex.el (bibtex-initialize):
19919         Use pop-to-buffer-same-window.
19920         (bibtex-search-entries): Fix interactive call.
19922 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19924         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19925         Fontise bytecomp Error lines more correctly (bug#2490).
19926         Fix suggested by Johan Bockgård.
19928         * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19930         * dired-x.el (dired-guess-default): Use `delete-dups'.
19932 2011-07-12  Chong Yidong  <cyd@stupidchicken.com>
19934         * dired.el (dired-mark-prompt):
19935         * dired-aux.el (dired-read-shell-command): Doc fix.
19937 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19939         * mail/sendmail.el (sendmail-query-once):
19940         Use `customize-save-variable' unconditionally, now that it works under
19941         emacs -Q.
19943         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19945         * cus-edit.el (custom-file): Take an optional no-error variable.
19946         (customize-save-variable): Set the variable, and give a warning if
19947         running under "emacs -q".
19949 2011-07-11  Juanma Barranquero  <lekktu@gmail.com>
19951         * loadhist.el (unload-feature-special-hooks):
19952         Add `auto-coding-functions', `fill-nobreak-predicate' and
19953         `find-directory-functions' (bug#5327).
19955 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19957         * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19959         * cus-edit.el (custom-guess-name-alist): -alist variables should
19960         use the `alist' type (bug#3120).  Suggested by Drew Adams.
19962         * printing.el: Add documentation to all the `pr-toggle-' commands.
19964 2011-07-11  Leo Liu  <sdl.web@gmail.com>
19966         * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19967         backends where it makes sense (bug#2623).
19969 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19971         * dired-x.el (dired-guess-default): Remove duplicate shell command
19972         entries (bug#2028).
19973         (dired-guess-default): Fix grammar in doc string (bug#2028).
19974         (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19976         * subr.el (remove-duplicates): New conveniency function.
19978 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19980         * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19981         (bug#1526).
19983 2011-07-10  Martin Rudalics  <rudalics@gmx.at>
19985         * window.el (display-buffer-normalize-default): Don't invert
19986         meaning of even-window-heights.  Reported by Eli Zaretskii
19987         <eliz@gnu.org>.
19989 2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
19991         * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19993 2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
19995         * window.el (display-buffer): Fix arguments to
19996         display-buffer-reuse-window in last change.
19998         * faces.el (link): Use a less saturated blue on light backgrounds.
20000         * startup.el (fancy-startup-text, fancy-about-text)
20001         (fancy-startup-tail): Use font-lock faces, for background safety.
20003 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
20005         * emulation/viper-cmd.el (viper-change-state-to-vi):
20006         Limit triggering of abbrev expansion (Bug#9038).
20008 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
20010         * window.el (display-buffer-default-specifiers): Remove.
20011         (display-buffer-macro-specifiers): Remove default specifiers.
20012         (display-buffer-alist): Default to nil.
20013         (display-buffer-reuse-window): New optional argument other-window.
20014         (display-buffer-pop-up-window): Allow splitting internal
20015         windows.  Check whether a live window was created.
20016         (display-buffer-other-window-means-other-frame)
20017         (display-buffer-normalize-arguments): Rename to
20018         display-buffer-normalize-argument and rewrite.  Set the
20019         other-window specifier.
20020         (display-buffer-normalize-special): New function.
20021         (display-buffer-normalize-options): Rename to
20022         display-buffer-normalize-default and rewrite.
20023         (display-buffer-normalize-options-inhibit): Remove.
20024         (display-buffer-normalize-specifiers): Rewrite.
20025         (display-buffer): Process other-window specifier and call
20026         display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
20027         more faithfully.
20028         (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
20029         (display-buffer-alist-set): Don't handle 'unset default values.
20030         (display-buffer-in-window, display-buffer-alist-set):
20031         Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
20032         <tassilo@member.fsf.org>.
20034 2011-07-09  Leo Liu  <sdl.web@gmail.com>
20036         * register.el (insert-register): Restore accidental change on
20037         2011-06-26.  (Bug#9028)
20039 2011-07-09  Glenn Morris  <rgm@gnu.org>
20041         * subr.el (remq): Handle the empty list.  (Bug#9024)
20043 2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
20045         * mail/sendmail.el (send-mail-function): No longer delay custom
20046         initialization.
20047         * custom.el (custom-initialize-delay): Doc fix.
20049 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20051         * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
20053 2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
20055         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
20056         human-friendly prompt.
20058 2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
20060         * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
20061         provided by a particular plugin.
20063 2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20065         * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
20066         save customizations (with "emacs -Q"), just set the variable
20067         instead of erroring out.
20069         * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
20071 2011-07-08  Juri Linkov  <juri@jurta.org>
20073         * arc-mode.el (archive-zip-expunge, archive-zip-update)
20074         (archive-zip-update-case): Use 7z if found by `executable-find'.
20075         The order of searching the available programs is the same as in
20076         `archive-zip-extract' (bug#8968).
20078 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20080         * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
20081         (menu-bar-options-menu): Tweak descriptions.
20083 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20085         * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
20086         menu items into verb phrases (bug#1421).  Also refill to fit under
20087         80 columns.
20089 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20091         * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
20092         (Info-read-node-name): Doc fix (Bug#1084).
20094         * thingatpt.el (forward-thing, bounds-of-thing-at-point)
20095         (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
20096         (end-of-sexp, beginning-of-sexp)
20097         (thing-at-point-bounds-of-list-at-point, forward-whitespace)
20098         (forward-symbol, forward-same-syntax, word-at-point)
20099         (sentence-at-point): Doc fix (Bug#1144).
20101 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20103         * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
20104         should cover it (bug#1281).
20106         * cus-edit.el (custom-show): Mark as obsolete.
20108         * net/network-stream.el (network-stream-open-starttls): If GnuTLS
20109         negotiation fails, then possibly try again with a non-encrypted
20110         connection (bug#9017).
20112         * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
20113         be used.
20115 2011-07-07  Richard Stallman  <rms@gnu.org>
20117         * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
20118         property, and handle its changed format.
20119         Look for the correct line number.
20120         Use file's line contents (but not past first =) to find
20121         correct line in message.
20123 2011-07-07  Kenichi Handa  <handa@m17n.org>
20125         * international/characters.el (build-unicode-category-table):
20126         Delete it.
20127         (unicode-category-table): Set it by unicode-property-table-internal.
20129         * international/mule-cmds.el (char-code-property-alist): Move to
20130         to src/chartab.c.
20131         (get-char-code-property): Call unicode-property-table-internal to
20132         load a file.  Call get-unicode-property-internal where necessary.
20133         (put-char-code-property): Call unicode-property-table-internal to
20134         load a file.  Call put-unicode-property-internal where necessary.
20135         put-unicode-property-internal where necessary.
20136         (char-code-property-description):
20137         Call unicode-property-table-internal to load a file.
20139         * international/charprop.el:
20140         * international/uni-bidi.el:
20141         * international/uni-category.el:
20142         * international/uni-combining.el:
20143         * international/uni-comment.el:
20144         * international/uni-decimal.el:
20145         * international/uni-decomposition.el:
20146         * international/uni-digit.el:
20147         * international/uni-lowercase.el:
20148         * international/uni-mirrored.el:
20149         * international/uni-name.el:
20150         * international/uni-numeric.el:
20151         * international/uni-old-name.el:
20152         * international/uni-titlecase.el:
20153         * international/uni-uppercase.el: Regenerate.
20155         * loadup.el: Load international/charprop.el before
20156         international/characters.
20158 2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
20160         * window.el (next-buffer, previous-buffer): Signal an error if
20161         called from a minibuffer window.
20163         * bindings.el: Revert 2011-07-04 change.
20165 2011-07-06  Richard Stallman  <rms@gnu.org>
20167         * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
20168         (rmail-mime-insert-bulk, rmail-mime-insert-text):
20169         Treat markers like ints.
20170         (rmail-mime-entity): Doc fix.
20172 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20174         * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
20175         defcustom again for backwards compatibility.
20177         * simple.el (shell-command-on-region): Fill.
20179         * dired-aux.el (dired-kill-line): Add a doc string.
20181         * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
20182         to "\\sw\\|\\s_" (bug#358).
20184         * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
20185         (dired-unmark-backward): Ditto.
20186         (dired-flag-backup-files): Ditto.
20188         * dired-x.el (dired-mark-sexp): Ditto.
20190 2011-07-06  Richard Stallman  <rms@gnu.org>
20192         * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
20193         (rmail-mime-entity): New arg TRUNCATED.
20194         (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
20195         New functions.
20196         (rmail-mime-save): Warn if entity is truncated.
20197         (rmail-mime-toggle-hidden): Likewise, for showing.
20198         (rmail-mime-process-multipart): Record when an entity is truncated.
20200         * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
20201         if ENTITY is a string.
20203 2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20205         * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
20206         of faces when `M-C-x'-ing their definitions (bug#8378).
20207         Also clean up the code slightly.
20209         * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
20210         because that makes the colors go away.
20212         * mail/sendmail.el (send-mail-function): Change the default to
20213         `sendmail-query-once'.
20214         (sendmail-query-once): Add an autoload cookie.
20216         * net/network-stream.el (network-stream-open-starttls): Try using
20217         a plain connection even if the server offered STARTTLS, and we
20218         kinda wanted to use it, if Emacs doesn't have any STARTTLS
20219         capability.  This should make smtpmail.el work in slightly more
20220         configurations.
20222 2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
20224         * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
20225         New defun.
20226         * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
20228 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
20230         * progmodes/sql.el: Version 3.0
20231         (sql-product-alist): Add product :completion-object,
20232         :completion-column, and :statement attributes.
20233         (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
20234         (sql-mode-syntax-table): Mark all punctuation.
20235         (sql-font-lock-keywords-builder): Temporarily remove fallback on
20236         ansi keywords.
20237         (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
20238         (sql-mode-oracle-font-lock-keywords): Improve.
20239         (sql-oracle-show-reserved-words): New function for development.
20240         (sql-product-font-lock): Simplify for source code buffers.
20241         (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
20242         New functions.
20243         (sql-highlight-product): Set product specific syntax table.
20244         (sql-mode-map): Add statement movement functions.
20245         (sql-ansi-statement-starters, sql-oracle-statement-starters):
20246         New variable.
20247         (sql-statement-regexp, sql-beginning-of-statement)
20248         (sql-end-of-statement, sql-signum): New functions.
20249         (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
20250         (sql-show-sqli-buffer): Bug fix.
20251         (sql-interactive-mode): Store connection data as buffer local.
20252         (sql-connect): Add NEW-NAME parameter.  Redesign interaction
20253         with sql-interactive-mode.
20254         (sql-save-connection): Save buffer local settings.
20255         (sql-connection-menu-filter): Change menu entry name.
20256         (sql-product-interactive): Bug fix.
20257         (sql-preoutput-hold): New variable.
20258         (sql-interactive-remove-continuation-prompt): Bug fixes.
20259         (sql-debug-redirect): New variable.
20260         (sql-str-literal): New function.
20261         (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
20262         Redesign.
20263         (sql-oracle-save-settings, sql-oracle-restore-settings)
20264         (sql-oracle-list-all, sql-oracle-list-table): New functions.
20265         (sql-completion-object, sql-completion-column)
20266         (sql-completion-sqlbuf): New variables.
20267         (sql-build-completions-1, sql-build-completions)
20268         (sql-try-completion): New functions.
20269         (sql-read-table-name): Use them.
20270         (sql-contains-names): New buffer local variable.
20271         (sql-list-all, sql-list-table): Use it.
20272         (sql-oracle-completion-types): New variable.
20273         (sql-oracle-completion-object, sql-sqlite-completion-object)
20274         (sql-postgres-completion-object): New functions.
20276 2011-07-06  Glenn Morris  <rgm@gnu.org>
20278         * window.el (pop-to-buffer): Doc fix.
20280 2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
20282         * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
20284 2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
20286         * window.el (special-display-popup-frame): Doc fix (Bug#8853).
20288         * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
20290 2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
20292         * button.el (button): Inherit from link face.  Suggested by Dan
20293         Nicolaescu.
20295 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20297         * progmodes/gdb-mi.el: Fit in 80 columns.
20298         (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
20299         switch-to-buffer.
20301         * progmodes/which-func.el (which-func-ff-hook): Don't output a message
20302         if imenu is simply not configured (bug#8941).
20304 2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
20306         * allout.el (allout-post-undo-hook): New allout outline-change
20307         event hook to signal undo activity.
20308         (allout-post-command-business): Run allout-post-undo-hook if an
20309         undo just occurred.
20310         (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
20311         * allout-widgets.el (allout-widgets-after-undo-function):
20312         Ensure the integrity of the current item's decoration after it has been
20313         in the vicinity of an undo.
20314         (allout-widgets-mode): Include allout-widgets-after-undo-function
20315         on the new allout-post-undo-hook.
20317 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20319         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
20320         Let define-derived-mode define it.
20321         * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
20322         cycles of abbrev-table inheritance (bug#8998).
20324 2011-07-05  Roland Winkler  <winkler@gnu.org>
20326         * textmodes/bibtex.el: Add support for biblatex.
20327         (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
20328         (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
20329         (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
20330         (bibtex-entry-alist, bibtex-field-alist): New variables.
20331         (bibtex-entry-field-alist): Obsolete alias for
20332         bibtex-BibTeX-entry-alist.
20333         (bibtex-entry-alist, bibtex-field-alist): New widgets.
20334         (bibtex-set-dialect): New command.
20335         (bibtex-entry-type, bibtex-entry-head)
20336         (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
20337         Bind via bibtex-set-dialect.
20338         (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
20339         (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
20340         (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
20341         (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
20342         Define via bibtex-set-dialect.
20343         (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
20344         Obey bibtex-no-opt-remove-re.
20345         (bibtex-vec-push, bibtex-vec-incr): New functions.
20346         (bibtex-format-entry, bibtex-field-list)
20347         (bibtex-print-help-message, bibtex-validate)
20348         (bibtex-search-entries): Use new format of bibtex-entry-alist.
20350 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20352         * progmodes/compile.el (compilation-goto-locus):
20353         * net/tramp-cmds.el (tramp-append-tramp-buffers):
20354         * bs.el (bs-cycle-next, bs-cycle-previous):
20355         * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
20356         * bindings.el (mode-line-other-buffer):
20357         * autoinsert.el (auto-insert):
20358         * arc-mode.el (archive-extract):
20359         * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
20361 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20363         * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
20364         Fix check of `emacs-lock-unlockable-modes'.
20365         Coerce true values of `emacs-lock--try-unlocking' to t.
20367 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20369         * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
20370         * emacs-lock.el: New file.
20372 2011-07-05  Julien Danjou  <julien@danjou.info>
20374         * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
20375         than `boundp' to check if face is set.
20377 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
20379         * register.el (registerv-make):
20380         * window.el (window-min-height): Fix typos in docstrings.
20382 2011-07-05  Jan Djärv  <jan.h.d@swipnet.se>
20384         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
20385         Update doc string.
20387 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
20389         * server.el (server-execute): Catch quit and call
20390         `server-return-error' to pass the error back to emacsclient and
20391         close the connection (bug#8942).
20393 2011-07-04  Ken Manheimer  <ken.manheimer@gmail.com>
20395         * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
20396         insecure exception for current topic.  Also note that auto-saves
20397         are handled differently.
20399         (allout-auto-save-temporarily-disabled, allout-just-did-undo):
20400         State variables for tracking auto-save inhibition situation.
20402         (allout-write-contents-hook-handler): Rename from
20403         'allout-write-file-hook-handler', and describe how it depends on
20404         write-contents-functions sensitivity to non-nil value to prevent
20405         file write.
20407         (allout-auto-save-hook-handler): Remove.  auto-save does not check
20408         this in individual buffers, only in the starting buffer, so this
20409         is not the right way for us to inhibit auto-save in a buffer
20410         according to its condition.
20412         (allout-mode): Use new allout-write-contents-hook-handler, and
20413         only with write-contents-functions.  Remove auto-save provisions -
20414         they're implemented elsewhere.
20416         (allout-before-change-handler): If undo is in progress, note that
20417         for attention of allout-post-command-business.
20419         (allout-post-command-business): If the command we're following was
20420         an undo, check for change in the status of encrypted items and
20421         adjust auto-save inhibitions accordingly.
20423         (allout-toggle-subtree-encryption): Adjust auto-save inhibition
20424         according to whether there are or aren't any plain-text topics
20425         pending encryption.
20427         (allout-inhibit-auto-save-info-for-decryption):
20428         Adjust buffer-saved-size and some allout state to inhibit auto-saves
20429         if there are plain-text topics pending encryption.
20431         (allout-maybe-resume-auto-save-info-after-encryption): Adjust
20432         buffer-saved-size and some allout state to not inhibit auto-saves
20433         if there are no longer any plain-text topics pending encryption.
20435         (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
20436         No longer provide for exemption of the current topic.
20438 2011-07-04  Juri Linkov  <juri@jurta.org>
20440         Add 7z operations to delete and save changed members (bug#8968).
20441         * arc-mode.el (archive-7z-expunge, archive-7z-update):
20442         New defcustoms.
20443         (archive-7z-write-file-member): New function.
20444         (archive-7z-summarize): Fix the number of dashes in the
20445         listing output.
20447 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20449         * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
20450         (bug#8958).
20452 2011-07-04  Chong Yidong  <cyd@stupidchicken.com>
20454         * bindings.el: Ignore next-buffer and previous-buffer in
20455         minibuffer-local-map.
20457         * font-lock.el (font-lock-builtin-face): Change light background
20458         color to dark slate blue (Bug#6693).
20460 2011-07-04  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
20462         * progmodes/gdb-mi.el (gdb): Use completion-at-point.
20464 2011-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20466         * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
20467         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20468         Add switch-to-buffer.
20470 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20472         * isearch.el (isearch-search-fun-function): Clarify further the
20473         meaning of the function returned.
20475 2011-07-04  Michael Albinus  <michael.albinus@gmx.de>
20477         * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
20479         * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
20480         (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
20481         Use it.
20482         (tramp-remote-path): Add "/bin" and "/usr/bin".  On busyboxes,
20483         `tramp-default-remote-path' does not exist.
20484         (tramp-send-command-and-read): New optional argument NOERROR.
20485         (tramp-open-connection-setup-interactive-shell)
20486         (tramp-get-remote-path, tramp-get-remote-stat): Use it.
20487         (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
20488         (tramp-process-sentinel): Flush also process' connection property.
20489         (tramp-sh-handle-start-file-process): Do not set process
20490         sentinel.  It is done now ...
20491         (tramp-maybe-open-connection): ... here.  (Bug#8929)
20493 2011-07-04  MON KEY  <monkey@sandpframing.com>
20495         * play/animate.el (animate-string): Doc fixes and allow changing
20496         the buffer name (bug#5417).
20498 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20500         * play/animate.el (animation-buffer-name): Rename from *animate*.
20502 2011-07-04  Paul Eggert  <eggert@cs.ucla.edu>
20504         * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
20505         This is simpler and helps future-proof the code.
20506         (timer-until): Use time-subtract and float-time.
20507         (timer--time-less-p): Use time-less-p.
20509 2011-07-04  Juanma Barranquero  <lekktu@gmail.com>
20511         * type-break.el (timep): Use the value of `float-time' to avoid a
20512         byte-compiler warning.
20514         * server.el (server-eval-and-print): Return any result, even nil.
20516 2011-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20518         * type-break.el: Accept time formats that the builtins accept.
20519         (timep, type-break-time-difference): Accept any format that
20520         float-time accepts, rather than insisting on (HIGH LOW USECS) format.
20521         This is simpler and helps future-proof the code.
20522         (type-break-time-difference): Round rather than ignoring
20523         subseconds components.
20525 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20527         * info.el (Info-apropos-matches): Make non-interactive, since it
20528         doesn't seem to do anything useful as a command (bug#8829).
20530 2011-07-03  Chong Yidong  <cyd@stupidchicken.com>
20532         * frame.el (frame-background-mode, frame-set-background-mode):
20533         Move from faces.el.
20534         (frame-default-terminal-background): New function.
20536         * custom.el (custom-push-theme): Don't record faces in `changed'
20537         theme; this doesn't work correctly for per-frame face settings.
20538         (disable-theme): Use face-set-after-frame-default to reset faces.
20539         (custom--frame-color-default): New function.
20541 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20543         * dired.el (dired-flagging-regexp): Remove unused variable
20544         (bug#8769).
20546 2011-03-29  Kevin Ryde  <user42@zip.com.au>
20548         * progmodes/compile.el (compilation-error-regexp-alist-alist):
20549         `perl-Test2' extend to match possible "fail #N" rep count
20550         (bug#8377).
20552 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20554         * mail/feedmail.el (feedmail-buffer-to-smtpmail):
20555         `smtpmail-via-smtp' now returns the error instead of nil.
20557         * isearch.el (isearch-search-fun-function): Clarify the doc string
20558         (bug#8101).
20560 2011-07-03  Richard Kim  <emacs18@gmail.com>  (tiny change)
20562         * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
20563         unnecessary spaces (bug#8987).
20565 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20567         * net/network-stream.el (open-network-stream): Use the
20568         :end-of-capability command thoughout.
20570 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
20572         * net/network-stream.el (open-network-stream): Add the
20573         :end-of-capability command parameter, used by pop3.el.
20575 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20577         * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
20579         * fringe.el (fringe-query-style): Remove redundant text " (type ?
20580         for list)" (bug#6475).
20582         * files.el (file-expand-wildcards): Ignore non-readable
20583         sub-directories while trying to find matches instead of signaling
20584         an error (bug#6297).
20586         * man.el (Man-reference-regexp): Allow matching possible
20587         word-wrapped references (bug#6289).
20589         * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
20590         for consistency with the other vc buffers (bug#6197).
20591         (vc-checkin): Ditto.
20593         * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
20595         * longlines.el (longlines-mode): Document what ARG does (bug#6150).
20597 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20599         * custom.el (defcustom): Clarify that :set is only used in the
20600         Customize user interface (bug#6089).
20602         * progmodes/flymake.el (flymake-mode): If the buffer isn't
20603         associated with a file, refuse to run instead of erroring out
20604         (bug#6084).
20606         * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
20607         the doc string, since it appears that using `fill-column' always
20608         controls the width (bug#7845).
20610         * simple.el (shell-command-on-region): Say where the error output
20611         went if `shell-command-default-error-buffer' is set (bug#6857).
20613 2011-07-02  Ken Manheimer  <ken.manheimer@gmail.com>
20615         * allout.el (allout-yank-processing): Adjust cursor position for
20616         backwards-deleted space.
20618         (allout-rebullet-heading): Register changes with
20619         allout-exposure-changed-hook, so the modified topic is properly
20620         decorated.
20622 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20624         * minibuffer.el (completion-in-region): Document PREDICATE
20625         (bug#7136).
20627         * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
20628         of keyword/argument pairs (bug#6904).
20630         * replace.el (multi-occur):
20631         Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
20633 2011-07-02  Drew Adams  <drew.adams@oracle.com>
20635         * dired.el (dired-mark-if): Make the message about whether it's
20636         marking or unmarking clearer (bug#8523).
20638 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20640         * disp-table.el (display-table-print-array): New function.
20641         (describe-display-table): Use it to print the vectors more pretty
20642         (Bug#8859).
20644 2011-07-02  Martin Rudalics  <rudalics@gmx.at>
20646         * window.el (window-state-get-1): Don't assign clone numbers.
20647         Add clone-of item to list of window parameters.
20648         (window-state-put-2): Don't process clone numbers.
20649         (display-buffer-alist): Fix doc-string.
20651 2011-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20653         * subr.el (remq): Don't allocate if it's not needed.
20654         (keymap--menu-item-binding, keymap--menu-item-with-binding)
20655         (keymap--merge-bindings): New functions.
20656         (keymap-canonicalize): Use them to refine the canonicalization.
20657         * minibuffer.el (minibuffer-local-completion-map)
20658         (minibuffer-local-must-match-map): Move initialization from C.
20659         (minibuffer-local-filename-completion-map): Move initialization from C;
20660         don't inherit from anything here.
20661         (minibuffer-local-filename-must-match-map): Make obsolete.
20662         (completing-read-default): Use make-composed-keymap to combine
20663         minibuffer-local-filename-completion-map with either
20664         minibuffer-local-must-match-map or
20665         minibuffer-local-filename-completion-map.
20667 2011-07-01  Glenn Morris  <rgm@gnu.org>
20669         * type-break.el (type-break-time-sum): Use dolist.
20671         * textmodes/flyspell.el (flyspell-word-search-backward):
20672         Replace CL function.
20674 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20676         * mouse.el (mouse--strip-first-event): New function.
20677         (function-key-map): Use it to map fringe clicks to normal clicks
20678         by default.
20680         * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
20681         (vc-bzr-revision-completion-table): Add support for annotate and date.
20683         * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
20684         inherit from parent.
20686 2011-07-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20688         * dired-aux.el (dired-diff): Doc fixup (bug#8816).
20689         (dired-show-file-type): Doc fixup (bug#8818).
20691         * dired.el (dired-mode): Fix up the doc string as suggested by
20692         Drew Adams (bug#8817).
20694         * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
20695         cookie, since the manual says that it should be possible to add
20696         this function to `find-file-hook' (bug#8709).
20698 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
20700         * progmodes/cfengine.el: Moved all cfengine3.el functionality
20701         here.  Noted Ted Zlatanov as the maintainer.
20702         (cfengine-common-settings, cfengine-common-syntax): New functions
20703         to set up common things between `cfengine-mode' and
20704         `cfengine3-mode'.
20705         (cfengine3-mode): New mode.
20706         (cfengine3-defuns cfengine3-defuns-regex
20707         (cfengine3-class-selector-regex cfengine3-category-regex)
20708         (cfengine3-vartypes cfengine3-font-lock-keywords)
20709         (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
20710         (cfengine3-indent-line): Add from cfengine3.el.
20712 2011-07-01  Michael Albinus  <michael.albinus@gmx.de>
20714         * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
20716         * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
20718 2011-07-01  Martin Rudalics  <rudalics@gmx.at>
20720         * window.el (same-window-buffer-names, same-window-regexps)
20721         (same-window-p, special-display-frame-alist)
20722         (special-display-popup-frame, special-display-function)
20723         (special-display-buffer-names, special-display-regexps)
20724         (special-display-p, pop-up-frame-alist, pop-up-frame-function)
20725         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20726         (split-window-preferred-function, split-height-threshold)
20727         (split-width-threshold, even-window-heights)
20728         (display-buffer-mark-dedicated, window-splittable-p)
20729         (split-window-sensibly, window-safely-shrinkable-p):
20730         Un-obsolete.
20731         (display-buffer): Don't spread args with function specifier
20732         because special-display-popup-frame won't like it.
20734 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20736         Time-stamp simplifications and fixes.
20737         These improve accuracy slightly, and future-proof the code
20738         against some potential changes to current-time format.
20740         * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
20741         by using time-since and float-time.
20743         * vc/ediff-util.el (ediff-calc-command-time): Use time-since
20744         and float-time.  Say "NNN.NNN seconds" rather than "NNN seconds
20745         + NNN microseconds".
20747         * type-break.el (type-break-time-sum): Rewrite using time-add.
20749         * play/hanoi.el (hanoi-current-time-float): Remove.
20750         All uses replaced by float-time.
20752         * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
20753         This yields a more-accurate answer.
20754         (rng-time-to-float): Remove; no longer needed.
20756         * emacs-lisp/timer.el (timer-relative-time): Use time-add.
20758         * calendar/timeclock.el (timeclock-seconds-to-time):
20759         Defalias to seconds-to-time, since they're the same thing.
20761         * emacs-lisp/elp.el (elp-elapsed-time):
20762         * emacs-lisp/benchmark.el (benchmark-elapse):
20763         * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
20765 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20767         * window.el (bury-buffer): Don't iconify the only frame.
20768         (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
20769         to pop-to-buffer.  Use pop-to-buffer-same-frame if you don't like that.
20771 2011-07-01  Chong Yidong  <cyd@stupidchicken.com>
20773         * eshell/em-smart.el (eshell-smart-display-navigate-list):
20774         Add mouse-yank-primary.
20776 2011-07-01  Teodor Zlatanov  <tzz@lifelogs.com>
20778         * progmodes/cfengine3.el: New file to support CFEngine 3.x.
20780 2011-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20782         * emacs-lisp/find-func.el (find-library--load-name): New fun.
20783         (find-library-name): Use it to find relative load names when provided
20784         absolute file name (bug#8803).
20786 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20788         * textmodes/flyspell.el (flyspell-word): Consider words that
20789         differ only in case as potential doublons (bug#5687).
20791         * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
20792         Remove two rather uninteresting debugging-like messages to make
20793         debbugs.el more silent.
20795         * comint.el (comint-password-prompt-regexp): Accept "Response" as
20796         a password-like phrase.
20798 2011-06-30  Masatake YAMATO  <yamato@redhat.com>
20800         * progmodes/cc-guess.el: New file.
20802         * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
20804         * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
20805         derived from `c-basic-common-init'.
20807         * progmodes/cc-mode.el (top-level): Require cc-guess.
20808         (c-basic-common-init): Use `cc-choose-style-for-mode'.
20810 2011-06-30  Lawrence Mitchell  <wence@gmx.li>
20812         * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
20814 2011-06-30  Alan Mackenzie  <acm@muc.de>
20816         * progmodes/cc-engine.el (c-guess-continued-construct):
20817         Correct the handling of template-args-cont, particularly for when font
20818         lock is disabled.  Name this case as "CASE G".
20820 2011-06-30  Ken Manheimer  <ken.manheimer@gmail.com>
20822         * allout.el (allout-yank-processing): Fix injection of extra space
20823         between bullet and non-whitespace character in first topic when
20824         pasting, ensuring that the actual spacing in the pasted topic
20825         following the bullet char is preserved.  This extra space was
20826         causing pasted encrypted topics to get a decrypted status even
20827         when the content was actually still encrypted.  Now the decryption
20828         status from before the paste is preserved.
20830         (allout-flag-region): Set all allout overlays so they evaporate
20831         when reduced to zero length (evanescent), to prevent overlay
20832         leakage.
20834 2011-06-30  Glenn Morris  <rgm@gnu.org>
20836         * w32-fns.el (w32-charset-info-alist): Declare.
20838         * find-dired.el (find-grep-options): Simplify.
20840         * term/ns-win.el (ns-set-resource): Declare.
20842         * ses.el (row, col): Declare dynamic variables honestly.
20844         * textmodes/reftex-parse.el (index-tags): Declare.
20846 2011-06-30  Chong Yidong  <cyd@stupidchicken.com>
20848         * cus-edit.el (customize-push-and-save): New function.
20850         * files.el (hack-local-variables-confirm): Use it.
20852         * custom.el (load-theme): New arg NO-CONFIRM.
20853         Use customize-push-and-save (Bug#8720).
20854         (custom-enabled-themes): Doc fix.
20856         * cus-theme.el (customize-create-theme)
20857         (custom-theme-merge-theme): Callers to load-theme changed.
20859 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20861         * thingatpt.el (thing-at-point-short-url-regexp): Require that
20862         short URLs have at least one dot in them (bug #7614).
20864         * progmodes/grep.el (rgrep): Bind `process-connection-type' to
20865         nil, because using a pty is apparently too slow (bug #895).
20867 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20869         * mail/sendmail.el (sendmail-query-once): New function.
20870         (sendmail-query-once-function): New variable.
20872 2011-06-29  Glenn Morris  <rgm@gnu.org>
20874         * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
20876         * ses.el (top-level): Require cl when compiling.
20877         (ses-set-localvars): Fix error statement.
20878         Call it at compile time to silence a storm of warnings.
20880 2011-06-29  Martin Rudalics  <rudalics@gmx.at>
20882         * window.el (normalize-live-buffer): Rename to
20883         window-normalize-buffer.
20884         (normalize-live-frame): Rename to window-normalize-frame.
20885         (normalize-any-window): Rename to window-normalize-any-window.
20886         (normalize-live-window): Rename to window-normalize-live-window.
20887         (make-window-atom): Rename to window-make-atom.
20888         (window-resize-reset): Rename to window--resize-reset.
20889         (window-resize-reset-1): Rename to window--resize-reset-1.
20890         (resize-mini-window): Rename to window--resize-mini-window.
20891         (resize-subwindows-skip-p): Rename to
20892         window--resize-subwindows-skip-p.
20893         (resize-subwindows-normal): Rename to
20894         window--resize-subwindows-normal.
20895         (resize-subwindows): Rename to window--resize-subwindows.
20896         (resize-other-windows): Rename to window--resize-siblings.
20897         (resize-this-window): Rename to window--resize-this-window.
20898         (resize-root-window): Rename to window--resize-root-window.
20899         (resize-root-window-vertically): Rename to
20900         window--resize-root-window-vertically.
20901         (normalize-buffer-to-display): Rename to
20902         window-normalize-buffer-to-display.
20903         (normalize-buffer-to-switch-to): Rename to
20904         window-normalize-buffer-to-switch-to.
20905         Correspondingly update all callers of the functions listed
20906         above.
20907         (display-buffer-alist, display-buffer-normalize-arguments)
20908         (display-buffer-normalize-options, display-buffer)
20909         (display-buffer-alist-set): Use "function" instead of
20910         "fun-with-args".
20912 2011-06-28  Chong Yidong  <cyd@stupidchicken.com>
20914         * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20915         addresses more clearly.  Add hyperlinks for bug-gnu-emacs and
20916         debbugs.gnu.org.  Mention acknowledgment email.
20918 2011-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20920         * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20921         buffer multibyteness, since it shouldn't matter.
20923 2011-06-28  Martin Rudalics  <rudalics@gmx.at>
20925         * window.el (display-buffer-in-side-window): Handle dedicated
20926         windows as in display-buffer-reuse-window.
20927         (display-buffer-normalize-alist): Use value of override
20928         specifier.
20929         (display-buffer-normalize-specifiers): Use value of
20930         other-window-means-other-frame specifier.
20931         (display-buffer-alist): Rewrite some texts in widgets.
20932         (display-buffer): Spread arguments when calling function
20933         specified by fun-with-args.
20935 2011-06-28  Deniz Dogan  <deniz@dogan.se>
20937         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20938         Unnest `let'.
20940         * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20941         selectors (Bug#5732).
20942         (css-proprietary-nmstart-re): Use `regexp-opt'.
20944 2011-06-27  Jari Aalto  <jari.aalto@cante.net>
20946         * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20947         (eshell-ls-date-format): New defcustom.
20948         (eshell-ls-file): Use it.
20950 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20952         * help-fns.el (describe-variable): Fix message for terminal-local vars.
20954 2011-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20956         * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20957         (ange-ftp-make-tmp-name): New arg.
20958         (ange-ftp-file-local-copy): Use it.
20960 2011-06-27  Jambunathan K  <kjambunathan@gmail.com>
20962         * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20963         no-conversion (Bug#8870).
20965 2011-06-27  Martin Rudalics  <rudalics@gmx.at>
20967         * window.el (window-right, window-left, window-child)
20968         (window-child-count, window-last-child)
20969         (window-iso-combination-p, walk-window-tree-1)
20970         (window-atom-check-1, window-tree-1, delete-window)
20971         (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20972         new naming conventions - window-vchild, window-hchild,
20973         window-next and window-prev are now called window-top-child,
20974         window-left-child, window-next-sibling and window-prev-sibling
20975         respectively.
20976         (resize-window-reset): Rename to window-resize-reset.
20977         (resize-window-reset-1): Rename to window-resize-reset-1.
20978         (resize-window): Rename to window-resize.
20979         (window-min-height, window-min-width)
20980         (resize-mini-window, resize-this-window, resize-root-window)
20981         (resize-root-window-vertically, adjust-window-trailing-edge)
20982         (enlarge-window, shrink-window, maximize-window)
20983         (minimize-window, delete-window, quit-restore-window)
20984         (split-window, balance-windows, balance-windows-area-adjust)
20985         (balance-windows-area, window-state-put-2)
20986         (display-buffer-even-window-sizes, display-buffer-set-height)
20987         (display-buffer-set-width, set-window-text-height)
20988         (fit-window-to-buffer): Rename all "resize-window" prefixed
20989         calls to use the "window-resize" prefix convention.
20990         (display-buffer-alist): Fix symbol for label specifier.
20991         (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20992         corresponding specifier.
20993         Reported by Juanma Barranquero <lekktu@gmail.com>.
20995 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
20997         * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20998         convention.
20999         (ses-call-printer): Does not pass an empty string to formatter when the
21000         cell is empty to keep from barking printer Calc math-format-value.
21002 2011-06-27  Richard Stallman  <rms@gnu.org>
21004         * battery.el (battery-mode-line-limit): New variable.
21005         (battery-update): Handle it.
21007         * mail/rmailmm.el (rmail-mime-process-multipart):
21008         Handle truncated messages.
21010 2011-06-27  Glenn Morris  <rgm@gnu.org>
21012         * progmodes/flymake.el (flymake-err-line-patterns):
21013         Allow for column numbers in the ant/javac pattern.  (Bug#8866)
21015 2011-06-27  Vincent Belaïche  <vincentb1@users.sourceforge.net>
21017         * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
21018         (ses--clean-!, ses--clean-_): New functions.
21019         (ses-range): Add configurability of readout order, and conversion
21020         to Calc vector.
21022         * ses.el (ses-repair-cell-reference-all): New function.
21023         (ses-cell-symbol): Set macro as safe, so that it can be used in
21024         formulas.
21026         * ses.el: Update cycle detection algorithm.
21027         (ses-localvars): Add ses--Dijkstra-attempt-nb and
21028         ses--Dijkstra-weight-bound, and initial values thereof when applicable.
21029         (ses-set-localvars): New function.
21030         (ses-make-cell): Add property-list as a cell element.
21031         (ses-cell-property-get-fun, ses-cell-property-get)
21032         (ses-cell-property-delq-fun, ses-cell-property-set-fun)
21033         (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
21034         New functions.
21035         (ses-cell-property-set, ses-cell-property-pop)
21036         (ses-cell-property-get-handle): New macro.
21037         (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
21038         New aliases, used for code readability.
21039         (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
21040         cycle detection.
21041         (ses-self-reference-early-detection): New defcustom.
21042         (ses-formula-references): Robustify against self-referring cells.
21043         (ses-mode): Use ses-set-localvars.
21044         (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
21045         before lauching the update processing.
21046         (ses-initialize-Dijkstra-attempt): New function.
21047         (ses-recalculate-cell): Update for cycle detection based on
21048         Dijkstra algorithm.
21050         * ses.el: Fix commenting and indenting convention.
21052 2011-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21054         * bs.el (bs-cycle-next): Complete last change.
21056 2011-06-27  Drew Adams  <drew.adams@oracle.com>
21058         * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
21060 2011-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21062         * net/network-stream.el (network-stream-open-starttls):
21063         Don't re-get capabilities unless we've reestablished connection.
21064         (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
21066         * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
21067         to binary to possibly avoid line encoding issues on Windows (among
21068         other things).
21070 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21072         * net/network-stream.el (open-network-stream): Return an :error
21073         saying what the problem was, if possible.
21075         * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
21076         server.
21078         * net/network-stream.el (network-stream-open-starttls): If we
21079         wanted to use STARTTLS, and the server offered it, but we weren't
21080         able to because we had no STARTTLS support, then close the connection.
21081         (open-network-stream): Return an :error element, if present.
21083 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21085         * hl-line.el (hl-line-sticky-flag): Doc fix.
21086         (global-hl-line-sticky-flag): New option (Bug#8323).
21087         (global-hl-line-highlight): Obey it.
21089         * vc/vc.el (vc-revert-show-diff): Default to t.
21091 2011-06-26  Ken Manheimer  <ken.manheimer@gmail.com>
21093         * allout-widgets.el (allout-widgets-post-command-business):
21094         Stop decorating intermediate isearch matches.  They're not being
21095         undecorated when an isearch is continued past, and isearch
21096         automatically collapses them.  This leads to "widget leaks", where
21097         decorated items accumulate in collapsed areas.  Lines with lots of
21098         hidden widgets can slow down cursor travel, substantially.
21099         Too much complicated machinery would be needed to ensure undecoration,
21100         so we're doing without this nicety.
21102         (allout-widgets-tally-string): Don't try to do a hash-table-count
21103         of allout-widgets-tally when it's nil.  This eliminates spurious "Error
21104         during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
21105         *Messages* when allout-widgets-maintain-tally is t.
21107 2011-06-26  Martin Rudalics  <rudalics@gmx.at>
21109         * window.el (display-buffer-normalize-argument): Rename to
21110         display-buffer-normalize-arguments.  Handle special meaning of
21111         LABEL argument.  Respect special-display-function when popping up
21112         a new frame.  Fix code searching for a window showing the buffer
21113         on another frame.
21114         (display-buffer-normalize-specifiers):
21115         Call display-buffer-normalize-arguments.
21116         (display-buffer-in-window): Don't undedicate the window if its
21117         buffer remains the same.
21118         Reported by Drew Adams <drew.adams@oracle.com>.
21119         (display-buffer-alist): Add choice for same-window macro
21120         specfier.
21121         (display-buffer): Mention special meaning of LABEL argument in
21122         doc-string.  Fix quoting.  Don't pop up a new frame even as
21123         fallback.
21125 2011-06-26  Juanma Barranquero  <lekktu@gmail.com>
21127         * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
21128         avoid deleting the current window in some cases (bug#8911).
21130 2011-06-26  Andreas Schwab  <schwab@linux-m68k.org>
21132         * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
21133         (Bug#8934)
21135 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21137         * net/network-stream.el (network-stream-open-starttls):
21138         Use built-in TLS support if `gnutls-available-p' is true.
21139         (network-stream-open-tls): Ditto.
21141 2011-06-26  Leo Liu  <sdl.web@gmail.com>
21143         * register.el (registerv): New struct.
21144         (registerv-make): New function.
21145         (jump-to-register, describe-register-1, insert-register):
21146         Support the jump-func, print-func and insert-func slot of a registerv
21147         struct.  (Bug#8415)
21149 2011-06-26  Chong Yidong  <cyd@stupidchicken.com>
21151         * vc/vc.el (vc-revert-show-diff): New defcustom.
21152         (vc-diff-internal): New arg specifying diff buffer.
21153         (vc-revert): Obey vc-revert-show-diff.  If we show a diff, don't
21154         reuse an existing *vc-diff* buffer (Bug#8927).
21156         * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
21158 2011-06-26  Glenn Morris  <rgm@gnu.org>
21160         * progmodes/f90.el (f90-critical-indent): New option.
21161         (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
21162         (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
21163         (f90-mode): Doc fix.
21164         (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
21165         (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
21166         (f90-beginning-of-block, f90-next-block, f90-indent-region)
21167         (f90-match-end): Handle block, critical.
21169 2011-06-25  Glenn Morris  <rgm@gnu.org>
21171         * calendar/diary-lib.el (diary-included-files): Doc fix.
21172         (diary-include-files): New function, extracted from
21173         diary-include-other-diary-files and diary-mark-included-diary-files.
21174         (diary-include-other-diary-files, diary-mark-included-diary-files):
21175         Just call diary-include-files.
21176         (diary-mark-entries): Reset diary-included-files on first call.
21178         * calendar/diary-lib.el (diary-mark-entries)
21179         (diary-mark-included-diary-files):
21180         Visit included diary-files in temp buffers.
21182         * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
21183         (f90-blocks-re, f90-program-block-re, f90-end-block-re)
21184         (f90-start-block-re, f90-imenu-generic-expression)
21185         (f90-looking-at-program-block-start, f90-no-block-limit):
21186         Add support for submodules.
21188         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
21189         (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
21191 2011-06-25  Eli Zaretskii  <eliz@gnu.org>
21193         * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
21194         buffer-file-type before setting its value, to avoid disastrous
21195         global effects on decoding files for DOS/Windows systems.  (Bug#8780)
21197 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21199         * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
21201         * ses.el (ses-unload-function):
21202         * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
21204         * proced.el (proced-unload-function):
21205         * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
21207 2011-06-25  Andreas Rottmann  <a.rottmann@gmx.at>
21209         * server.el (server-create-window-system-frame): Add parameters arg.
21210         (server-process-filter): Doc fix.  Handle frame-parameters.
21212 2011-06-25  Juanma Barranquero  <lekktu@gmail.com>
21214         Fix bug#8730, bug#8781.
21216         * loadhist.el (unload--set-major-mode): New function.
21217         (unload-feature): Use it.
21219         * progmodes/python.el (python-after-info-look): Add autoload cookie.
21220         (python-unload-function): New function.
21222 2011-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
21224         * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
21226 2011-06-25  Giuseppe Scrivano  <gscrivano@gnu.org>
21228         * net/browse-url.el (browse-url-firefox-program): Add icecat to
21229         the candidates list.
21231 2011-06-24  Juanma Barranquero  <lekktu@gmail.com>
21233         * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
21235 2011-06-23  Richard Stallman  <rms@gnu.org>
21237         * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
21238         (rmail-variables): Set next-error-move-function.
21239         (rmail-what-message): Take argument POS.
21240         (rmail-next-error-move): New function.
21242 2011-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21244         * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
21245         messages for adjacent non-terminals.
21247 2011-06-23  Richard Stallman  <rms@gnu.org>
21249         * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
21250         (rmail-show-message-1): Preserve buffer modified flag.
21251         (rmail-start-mail): Don't specify use of rmail-mail-return;
21252         that's done by mail-bury now.
21253         (rmail-mail-return): Handle arg NEWBUF.
21255 2011-06-23  Michael Albinus  <michael.albinus@gmx.de>
21257         * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
21258         SIZE is a number.
21260 2011-06-23  Martin Rudalics  <rudalics@gmx.at>
21262         * window.el (get-lru-window, get-mru-window)
21263         (get-largest-window): Never return a minibuffer window.
21264         (display-buffer-pop-up-window): Fix a bug that could lead to
21265         reusing the minibuffer window.
21266         (display-buffer): Pass original specifier argument to
21267         display-buffer-function instead of the normalized one.
21268         Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21270 2011-06-22  Leo Liu  <sdl.web@gmail.com>
21272         * minibuffer.el (completing-read-function)
21273         (completing-read-default): Move from minibuf.c.
21275 2011-06-22  Richard Stallman  <rms@gnu.org>
21277         * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
21278         to Rmail even if not started by a special Rmail command.
21280         * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
21281         Copy the buffer currently showing just one message.
21283 2011-06-22  Roland Winkler  <winkler@gnu.org>
21285         * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
21286         (bibtex-clean-entry): First delete the old key so that a
21287         customized algorithm for generating the new key does not get
21288         confused by the old key.
21289         (bibtex-url): Obey regexp of first step.
21290         (bibtex-search-entries): Do not use add-to-list with local
21291         list-var.
21293 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21295         * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
21296         stored a user name, then query for the password first, instead of
21297         waiting for SMTP to give an error message and the trying again.
21299 2011-06-22  Lawrence Mitchell  <wence@gmx.li>
21301         * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
21302         BUFFER in call-process.
21304 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21306         * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
21307         QUIT twice.
21308         (smtpmail-try-auth-methods): Require user name and password from
21309         auth-source.
21311 2011-06-22  Martin Rudalics  <rudalics@gmx.at>
21313         * window.el (display-buffer-default-specifiers)
21314         (display-buffer-alist): Remove entries for pop-up-frame-alist.
21315         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
21316         (split-window): Normalize SIDE argument (Bug#8916).
21318         * frame.el (pop-up-frame-alist, pop-up-frame-function)
21319         (special-display-frame-alist, special-display-popup-frame):
21320         Remove duplicate declarations.  These are now in window.el.
21322 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21324         * mail/smtpmail.el (smtpmail-via-smtp):
21325         Set :use-starttls-if-possible so that we always use STARTTLS if the
21326         server supports it.  SMTP servers that support STARTTLS commonly
21327         require it.
21329         * net/network-stream.el (network-stream-open-starttls): Support
21330         upgrading to STARTTLS always, even if we don't have built-in support.
21331         (open-network-stream): Add the :always-query-capabilities keyword.
21333         * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
21334         upgrades with `open-network-stream', and rely solely on
21335         auth-source for all credentials.  Big changes throughout the file,
21336         but in particular:
21337         (smtpmail-auth-credentials): Remove.
21338         (smtpmail-starttls-credentials): Remove.
21339         (smtpmail-via-smtp): Check for servers saying they want AUTH after
21340         MAIL FROM, too.
21342         * net/network-stream.el (network-stream-open-starttls):
21343         Provide support for client certificates both for external and built-in
21344         STARTTLS.
21345         (auth-source): Require.
21346         (open-network-stream): Document the :client-certificate keyword.
21347         (network-stream-certificate): Change cert-cert to cert and
21348         cert-key to key.
21350 2011-06-21  Michael Albinus  <michael.albinus@gmx.de>
21352         * net/tramp-cache.el (top): Don't load the persistency file when
21353         "emacs -Q" has been called.
21355 2011-06-21  Tim Harper  <timcharper@gmail.com>
21357         * term/ns-win.el (ns-initialize-window-system):
21358         Set application-specific `ApplePressAndHoldEnabled' system
21359         resource to NO as it is not yet supported by the NS port.
21361 2011-06-21  Juanma Barranquero  <lekktu@gmail.com>
21363         * misc.el (list-dynamic-libraries--refresh): Compute header here...
21364         (list-dynamic-libraries): ...not here.
21366 2011-06-21  Leo Liu  <sdl.web@gmail.com>
21368         * subr.el (sha1): Implement sha1 using secure-hash.
21370 2011-06-21  Martin Rudalics  <rudalics@gmx.at>
21372         * window.el (display-buffer-alist): In default value do not
21373         enforce searching a window on any but the selected frame.
21374         Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21375         (display-buffer-select-window): Remove function.
21376         (display-buffer-in-window): When a window on another frame gets
21377         reused, do not select it any more but just raise its frame if
21378         necessary (Bug#8851) and (Bug#8856).
21379         (display-buffer-normalize-options): Handle pop-up-frames related
21380         options more faithfully.
21381         (pop-to-buffer): Don't rely on `display-buffer' selecting the
21382         window if it is on another frame.
21383         (display-buffer-alist, display-buffer-default-specifiers):
21384         Don't make new frame unsplittable by default.
21385         (display-buffer-normalize-argument): Fix doc-string typo and use
21386         'same-frame-other-window instead of 'other-window when associating
21387         with display-buffer-macro-specifiers.
21389 2011-06-21  Vincent Belaïche  <vincent.b.1@hotmail.fr>
21391         * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
21392         New functions.
21393         (5x5-mode-map, 5x5-mode-menu): Bind them.
21394         (5x5-draw-grid): Tweak the solver's rendering.
21396 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21398         * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
21399         `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
21401 2011-06-21  Drew Adams  <drew.adams@oracle.com>
21403         * menu-bar.el: Use function variable instead of switch-to-buffer.
21404         (menu-bar-select-buffer-function): New variable.
21405         (menu-bar-update-buffers): Use it (bug#8876).
21407 2011-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21409         * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
21410         variable's status.
21412 2011-06-20  Jan Djärv  <jan.h.d@swipnet.se>
21414         * x-dnd.el (x-dnd-version-from-flags)
21415         (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
21416         and long as number (Bug#8899).
21417         (x-dnd-handle-xdnd): Call functions above (Bug#8899).
21419 2011-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21421         * minibuffer.el (completion-metadata): Add `metadata' to the alist.
21422         (completion-try-completion, completion-all-completions): Compute the
21423         metadata argument if it's missing; make it optional (bug#8795).
21425         * wid-edit.el: Use lex-bind and move towards completion-at-point.
21426         (widget-complete): Use new :completion-function property.
21427         (widget-completions-at-point): New function.
21428         (default): Use :completion-function instead of :complete.
21429         (widget-default-completions): Rename from widget-default-complete;
21430         Rewrite.
21431         (widget-string-complete, widget-file-complete, widget-color-complete):
21432         Remove functions.
21433         (file, symbol, function, variable, coding-system, color):
21434         * international/mule-cmds.el (default-input-method, charset)
21435         (language-info-custom-alist):
21436         * cus-edit.el (face): Use new property :completions.
21438         * progmodes/pascal.el (pascal-completions-at-point): New function.
21439         (pascal-mode): Use it.
21440         (pascal-mode-map): Use completion-at-point.
21441         (pascal-toggle-completions): Make obsolete.
21442         (pascal-complete-word, pascal-show-completions):
21443         * progmodes/octave-mod.el (octave-complete-symbol):
21444         Redefine as obsolete alias.
21445         * progmodes/octave-inf.el (inferior-octave-completion-at-point):
21446         Signal absence of completion info for old Octave,
21447         (inferior-octave-complete): Redefine as obsolete alias.
21448         * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
21449         (meta-completions-at-point): Rename from meta-complete-symbol and
21450         adapt it for use on completion-at-point-functions.
21451         (meta-common-mode): Use it.
21452         (meta-looking-at-backward, meta-match-buffer): Remove.
21453         (meta-complete-symbol): Redefine as obsolete alias.
21454         (meta-common-mode-map): Use completion-at-point.
21455         * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
21456         (makefile-mode-map): Use completion-at-point.
21457         (makefile-completions-at-point): Rename from makefile-complete and
21458         adapt it for use on completion-at-point-functions.
21459         (makefile-mode): Use it.
21460         (makefile-complete): Redefine as obsolete alias.
21462 2011-06-20  Deniz Dogan  <deniz@dogan.se>
21464         * net/rcirc.el: Delete trailing whitespaces once and for all.
21466 2011-06-20  Daniel Colascione  <dan.colascione@gmail.com>
21468         * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
21470 2011-06-19  Chong Yidong  <cyd@stupidchicken.com>
21472         * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
21474         * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
21476 2011-06-19  Martin Rudalics  <rudalics@gmx.at>
21478         * window.el (display-buffer-other-window-means-other-frame):
21479         Call display-buffer-normalize-alist.
21480         (display-buffer-normalize-specifiers-1): Rename to
21481         display-buffer-normalize-argument.  New argument other-frame.
21482         Rewrite.
21483         (display-buffer-normalize-specifiers-2): Rename to
21484         display-buffer-normalize-options.
21485         (display-buffer-normalize-alist-1): New function.
21486         (display-buffer-normalize-specifiers-3): Rename to
21487         display-buffer-normalize-alist.
21488         Call display-buffer-normalize-alist-1.
21489         (display-buffer-normalize-options-inhibit): New variable.
21490         (display-buffer-normalize-specifiers): Rewrite calling
21491         display-buffer-normalize-alist,
21492         display-buffer-normalize-argument, and
21493         display-buffer-normalize-options.  Don't call the latter if
21494         display-buffer-normalize-options-inhibit is non-nil.
21495         (frame-auto-delete): New option.
21496         (window-deletable-p): Use frame-auto-delete.
21497         (window-list-no-nils, window-state-ignored-parameters)
21498         (window-state-get-1, window-state-get, window-state-put-list)
21499         (window-state-put-1, window-state-put-2, window-state-put):
21500         New functions.
21501         (display-buffer-normalize-options): Move special-display-p group
21502         after pop-up-frame group (Bug#8851) and (Bug#8856).
21504 2011-06-18  Chong Yidong  <cyd@stupidchicken.com>
21506         * emacs-lisp/rx.el (rx-constituents): Add support for numbered
21507         groups (Bug#8776).
21508         (rx-submatch-n): New function.
21509         (rx): Document it.
21511         * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
21512         (Bug#8768).
21514         * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
21516         * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
21518         * cus-face.el (custom-declare-face): Call custom-theme-recalc face
21519         anytime existing face settings are present (Bug#8889).
21521         * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
21522         (delphi-mode): Use define-derived-mode to inherit from prog-mode.
21523         Remove unused argument.
21525 2011-06-18  Martin Rudalics  <rudalics@gmx.at>
21527         * window.el (display-buffer-default-specifiers):
21528         Remove pop-up-frame.  Add pop-up-window-min-height,
21529         pop-up-window-min-width, and another reuse-window specifier
21530         (Bug#8882).  Reported by Dan Nicolaescu <dann@gnu.org>.
21531         (display-buffer-normalize-specifiers-2):
21532         Handle split-height-threshold and split-width-threshold also when
21533         pop-up-windows is unset.  Add a reuse-window specifier for the
21534         case popping up a new window fails.
21535         (special-display-popup-frame): Remove double quoting.
21536         (display-buffer-normalize-specifiers-1): Fix thinko.
21538 2011-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21540         * shell.el (shell-completion-vars): Set pcomplete-termination-string
21541         according to comint-completion-addsuffix.
21543         * pcomplete.el: Convert to lexical binding and fix bug#8819.
21544         (pcomplete-suffix-list): Mark as obsolete.
21545         (pcomplete-completions-at-point): Capture pcomplete-norm-func and
21546         pcomplete-seen in the closure.
21547         (pcomplete-comint-setup): Setup completion-at-point as well.
21548         (pcomplete--entries): New function.
21549         (pcomplete--env-regexp): New var.
21550         (pcomplete-entries): Rewrite to work with partial-completion and
21551         without relying on pcomplete-suffix-list.
21552         (pcomplete-pare-list): Remove, unused.
21554 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
21556         * window.el (display-buffer-alist): Set pop-up-window-min-height
21557         and pop-up-window-min-width in default value.  Reported by
21558         Thierry Volpiatto <thierry.volpiatto@gmail.com>.  New specifier
21559         other-window-means-other-frame.
21560         (display-buffer-macro-specifiers): Comment out entry for
21561         other-window specifier.
21562         (display-buffer-other-window-means-other-frame): New function.
21563         (display-buffer-normalize-specifiers-1): New arguments
21564         buffer-name and label.  Treat other-window case specially.
21565         (display-buffer-normalize-specifiers-2): Treat other-window case
21566         specially.
21567         (display-buffer-normalize-specifiers-3): New function.
21568         (display-buffer-normalize-specifiers):
21569         Call display-buffer-normalize-specifiers-3.
21571 2011-06-17  Martin Rudalics  <rudalics@gmx.at>
21573         * window.el (same-window-p): Fix two typos introduced when
21574         adding with-no-warnings.
21575         (display-buffer-normalize-specifiers-1): Don't check
21576         pop-up-frames for 'unset initialization.
21577         (display-buffer-normalize-specifiers-2): Major rewrite using
21578         special-display-p and same-window-p (Bug#8851) and (Bug#8856).
21579         (pop-up-frames, display-buffer-reuse-frames)
21580         (display-buffer-mark-dedicated): Don't initialize to 'unset.
21581         Suggested by David Engster <deng@randomsample.de>.
21582         (even-window-heights): Initialize to 'unset.
21583         (display-buffer-alist-set): Handle new 'unset initializations.
21584         (display-buffer-macro-specifiers): Don't pop up a new frame in the
21585         other window case.
21587 2011-06-16  Martin Rudalics  <rudalics@gmx.at>
21589         * window.el (display-buffer-normalize-specifiers-1):
21590         Respect current value of pop-up-frames for most reasonable values of
21591         second argument of display-buffer (Bug#8865).
21592         (switch-to-buffer-same-frame, switch-to-buffer-other-window)
21593         (switch-to-buffer-other-window-same-frame)
21594         (switch-to-buffer-other-frame): Fix doc-strings.  Reported by Drew
21595         Adams (Bug#8875).
21596         (display-buffer): Don't check noninteractive when calling
21597         display-buffer-pop-up-frame.
21598         (display-buffer-pop-up-frame): Never pop up a frame in
21599         noninteractive mode (Bug#8857).
21600         (enlarge-window, shrink-window): Don't report an error when the
21601         window can't be resized as requested (Bug#8862).
21603 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21605         * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
21607         * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
21609         * abbrev.el (define-abbrev-table): Don't add a table multiple times.
21611 2011-06-15  Alan Mackenzie  <acm@muc.de>
21613         * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
21614         for declarators, disable knr checking to speed up for normal files.
21615         2: Refactor, replacing a sequence of nested if forms by a cond form.
21617 2011-06-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21619         * net/network-stream.el (open-network-stream): Add the keyword
21620         :always-query-capabilities for the case where you want to force a
21621         `plain' network connection, but the protocol still requires the
21622         capabilitiy command (i.e., SMTP and EHLO).
21624         * subr.el (process-live-p): Rename from `process-alive-p' for
21625         consistency with other `-live-p' functions.
21627 2011-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21629         * window.el (same-window-buffer-names, same-window-regexps)
21630         (special-display-frame-alist, special-display-popup-frame)
21631         (special-display-function, special-display-buffer-names)
21632         (special-display-regexps, pop-up-frame-alist)
21633         (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
21634         (pop-up-windows, split-window-preferred-function)
21635         (split-height-threshold, split-width-threshold, even-window-heights)
21636         (display-buffer-mark-dedicated): Don't encourage the use of
21637         display-buffer-alist from Elisp code.
21639 2011-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
21641         * progmodes/python.el (python-mode): Derive from prog-mode.
21642         * progmodes/ps-mode.el (ps-mode):
21643         * progmodes/mixal-mode.el (mixal-mode):
21644         * progmodes/cfengine.el (cfengine-mode):
21645         * progmodes/ld-script.el (ld-script-mode): Likewise.
21647 2011-06-15  Martin Rudalics  <rudalics@gmx.at>
21649         * window.el (display-buffer-alist): Trim default value to avoid
21650         popping up a new frame (Bug#8857) or reusing an arbitrary window
21651         on another frame.
21652         (display-buffer): Do not fall back on popping up a new frame in
21653         batch mode (Bug#8857).
21655 2011-06-14  Chong Yidong  <cyd@stupidchicken.com>
21657         * cus-theme.el (describe-theme-1): Use custom-theme-p.
21658         (custom-theme-summary): New function.
21659         (customize-themes): Use it.
21661 2011-06-13  Glenn Morris  <rgm@gnu.org>
21663         * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
21665 2011-06-13  Martin Rudalics  <rudalics@gmx.at>
21667         * help.el (help-window): Remove variable.
21668         (help-window-point-marker, temp-buffer-max-height)
21669         (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
21670         (help-print-return-message): Don't set help-window.
21671         (resize-temp-buffer-window): Rewrite cod eand doc-string.
21672         (help-window-setup-finish): Remove.
21673         (help-window-display-message, help-window-setup)
21674         (with-help-window): Major rewrite based on new
21675         display-buffer-window variable.
21677         * help-mode.el (help-mode-finish): Remove help-window related
21678         code.
21680         * view.el (view-exits-all-viewing-windows): Remove reference to
21681         view-return-to-alist in doc-string.
21682         (view-return-to-alist): Make obsolete.
21683         (view-buffer): Call pop-to-buffer-same-window and remove
21684         undo-window code.
21685         (view-buffer-other-window): Call pop-to-buffer-other-window and
21686         simplify code.  Ignore second argument.
21687         (view-buffer-other-frame): Call pop-to-buffer-other-frame and
21688         simplify code.  Ignore second argument.
21689         (view-return-to-alist-update): Make obsolete.
21690         (view-mode-enter): Rename second argument to QUIT-RESTORE.
21691         Rewrite using quit-restore window parameters.
21692         (view-mode-exit): Rename second argument to EXIT-ONLY.
21693         Rewrite using quit-restore-window.
21694         (View-exit, View-exit-and-edit, View-leave, View-quit)
21695         (View-quit-all, View-kill-and-leave): Call view-mode-exit with
21696         appropriate arguments.
21697         (view-end-message): Use quit-restore window parameter.
21699         * window.el (display-buffer-function): Rewrite doc-string.
21700         (display-buffer-window, display-buffer-alist): New variables.
21701         (display-buffer-split-specifiers)
21702         (display-buffer-side-specifiers)
21703         (display-buffer-macro-specifiers): New constants.
21704         (display-buffer-even-window-sizes, display-buffer-set-height)
21705         (display-buffer-set-width, display-buffer-select-window)
21706         (display-buffer-in-window, display-buffer-reuse-window)
21707         (display-buffer-split-window-1, display-buffer-split-window)
21708         (display-buffer-split-atom-window, display-buffer-pop-up-window)
21709         (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
21710         (display-buffer-in-side-window, normalize-buffer-to-display)
21711         (display-buffer-normalize-specifiers-1)
21712         (display-buffer-normalize-specifiers-2)
21713         (display-buffer-normalize-specifiers, display-buffer-frame):
21714         New functions.
21715         (display-buffer): Major rewrite.
21716         (display-buffer-other-window, display-buffer-other-frame)
21717         (pop-to-buffer, switch-to-buffer-other-window)
21718         (switch-to-buffer-other-frame): Rewrite.
21719         (display-buffer-same-window, display-buffer-same-frame)
21720         (display-buffer-same-frame-other-window)
21721         (pop-to-buffer-same-window, pop-to-buffer-same-frame)
21722         (pop-to-buffer-other-window)
21723         (pop-to-buffer-same-frame-other-window)
21724         (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
21725         (switch-to-buffer-other-window-same-frame): New functions.
21726         (same-window-p, special-display-p): Rewrite disabling warnings.
21727         Make obsolete.
21728         (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
21729         (display-buffer-mark-dedicated): Initialize to symbol 'unset.
21730         Make obsolete
21731         (same-window-buffer-names, same-window-regexps)
21732         (special-display-frame-alist, special-display-popup-frame)
21733         (special-display-function, special-display-buffer-names)
21734         (special-display-regexps, pop-up-frame-alist)
21735         (pop-up-frame-function, split-window-preferred-function)
21736         (split-height-threshold, split-width-threshold)
21737         (even-window-heights): Make obsolete.
21739 2011-06-12  Glenn Morris  <rgm@gnu.org>
21741         * term/xterm.el (terminal-init-xterm): `version' may be nil.  (Bug#8838)
21742         Misc simplifications.
21744 2011-06-12  Martin Rudalics  <rudalics@gmx.at>
21746         * window.el (window-safely-shrinkable-p): Restore function which
21747         was inadvertently removed in change from 2011-06-11.  Declare as
21748         obsolete.
21750         * calendar/calendar.el (calendar-generate-window):
21751         Use window-iso-combined-p instead of combination of one-window-p and
21752         window-safely-shrinkable-p.
21754 2011-06-12  Glenn Morris  <rgm@gnu.org>
21756         * progmodes/fortran.el (fortran-mode-syntax-table):
21757         * progmodes/f90.el (f90-mode-syntax-table):
21758         Set % to punctuation.  (Bug#8820)
21759         (f90-find-tag-default): Remove, no longer needed.
21761 2011-06-12  Daniel Colascione  <dan.colascione@gmail.com>
21763         * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
21765 2011-06-11  Chong Yidong  <cyd@stupidchicken.com>
21767         * image.el (image-animated-p): Return animation delay in seconds.
21768         Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
21769         (image-animate-timeout): Remove DELAY argument.  Don't assume
21770         every subimage has the same delay; get it from image-animated-p.
21771         (image-animate): Caller changed.
21773 2011-06-11  Michael Albinus  <michael.albinus@gmx.de>
21775         * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
21776         to ignored backtrace functions.
21778 2011-06-11  Glenn Morris  <rgm@gnu.org>
21780         * calendar/appt.el (appt-disp-window-function): Doc fix.
21781         (appt-check): Handle overlapping appointments.  (Bug#8337)
21783 2011-06-11  Martin Rudalics  <rudalics@gmx.at>
21785         * window.el (window-tree-1, window-tree): New functions, moving
21786         the latter to window.el.
21787         (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
21788         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
21789         (bw-refresh-edges): Remove.
21790         (balance-windows-1, balance-windows-2): New functions.
21791         (balance-windows): Rewrite in terms of window tree functions,
21792         balance-windows-1 and balance-windows-2.
21793         (bw-adjust-window): Remove.
21794         (balance-windows-area-adjust): New function with functionality of
21795         bw-adjust-window but using resize-window.
21796         (set-window-text-height): Rewrite doc-string.
21797         Use normalize-live-window and resize-window.
21798         (enlarge-window-horizontally, shrink-window-horizontally):
21799         Rename argument to DELTA.
21800         (window-buffer-height): New function.
21801         (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
21802         Rewrite using new window resize routines.
21803         (kill-buffer-and-window, mouse-autoselect-window-select):
21804         Use ignore-errors instead of condition-case.
21805         (quit-window): Call delete-frame instead of delete-windows-on
21806         for the only buffer on frame.
21808 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
21810         * loadup.el (top-level): Load window before files for the sake
21811         of replace-buffer-in-windows.
21813         * files.el (read-buffer-to-switch)
21814         (switch-to-buffer-other-window)
21815         (switch-to-buffer-other-frame, display-buffer-other-frame):
21816         Move to window.el.
21818         * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
21819         (previous-buffer): Move to window.el.
21821         * bindings.el (unbury-buffer): Move to window.el.
21823         * window.el (delete-other-windows-vertically): Move after
21824         definition of delete-other-windows.
21825         (other-window, delete-windows-on, replace-buffer-in-windows):
21826         Move here from window.c.
21827         (record-window-buffer, unrecord-window-buffer)
21828         (set-window-buffer-start-and-point, switch-to-prev-buffer)
21829         (switch-to-next-buffer): New functions.
21830         (get-next-valid-buffer, last-buffer, next-buffer): Move here
21831         from simple.el.  Call switch-to-next-buffer.
21832         (previous-buffer): Move here from simple.el.
21833         Call switch-to-prev-buffer.
21834         (bury-buffer): Move here from buffer.c.  Switch to previous
21835         buffer when window cannot be deleted.
21836         (unbury-buffer): Move here from bindings.el.
21837         (ctl-x-map): Move binding for other-window from window.c to
21838         here.
21839         (read-buffer-to-switch, switch-to-buffer-other-window)
21840         (switch-to-buffer-other-frame): Move here from files.el.
21841         (normalize-buffer-to-switch-to): New functions.
21842         (switch-to-buffer): Move here from buffer.c.
21843         Use read-buffer-to-switch and normalize-buffer-to-switch-to.
21845 2011-06-10  Martin Rudalics  <rudalics@gmx.at>
21847         * window.el (window-min-height, window-min-width): Move here
21848         from window.c.  Add defcustoms and rewrite doc-strings.
21849         (resize-mini-window, resize-window): New functions.
21850         (adjust-window-trailing-edge, enlarge-window, shrink-window):
21851         Move here from window.c.
21852         (maximize-window, minimize-window): New functions.
21853         (delete-window, delete-other-windows, split-window): Move here
21854         from window.c.
21855         (window-split-min-size): New function.
21856         (split-window-keep-point): Mention split-window-above-each-other
21857         instead of split-window-vertically.
21858         (split-window-above-each-other, split-window-vertically):
21859         Rename split-window-vertically to split-window-above-each-other
21860         and provide defalias for old definition.
21861         (split-window-side-by-side, split-window-horizontally):
21862         Rename split-window-horizontally to split-window-side-by-side
21863         and provide defalias for the old definition.
21864         (ctl-x-map): Move bindings for delete-window,
21865         delete-other-windows and enlarge-window here from window.c.
21866         Replace bindings for split-window-vertically and
21867         split-window-horizontally by bindings for
21868         split-window-above-each-other and split-window-side-by-side.
21870         * cus-start.el (all): Remove entries for window-min-height and
21871         window-min-width.  Add entries for window-splits and
21872         window-nest.
21874 2011-06-09  Glenn Morris  <rgm@gnu.org>
21876         * calendar/appt.el (appt-mode-line): New function.
21877         (appt-check, appt-disp-window): Use it.
21879         * files.el (hack-one-local-variable-eval-safep):
21880         Allow minor-modes with explicit +/-1 arguments.
21882 2011-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
21884         * term/xterm.el (xterm): Add defgroup.
21885         (xterm-extra-capabilities): Add defcustom to supply known xterm
21886         capabilities, skip querying them, or query them (default).
21887         (terminal-init-xterm): Use it.
21888         (terminal-init-xterm-modify-other-keys): New function to set up
21889         modifyOtherKeys support to simplify `terminal-init-xterm'.
21891 2011-06-09  Martin Rudalics  <rudalics@gmx.at>
21893         * window.el (resize-window-reset, resize-window-reset-1)
21894         (resize-subwindows-skip-p, resize-subwindows-normal)
21895         (resize-subwindows, resize-other-windows, resize-this-window)
21896         (resize-root-window, resize-root-window-vertically)
21897         (window-deletable-p, window-or-subwindow-p)
21898         (frame-root-window-p): New functions.
21900 2011-06-09  Glenn Morris  <rgm@gnu.org>
21902         * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21903         (ange-ftp-get-files): Use it.
21905 2011-06-09  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
21907         * mail/sendmail.el (mail-recover-1, mail-recover):
21908         * files.el (recover-file, recover-session):
21909         Handle dired-listing-switches not being just a single short option.
21911 2011-06-09  Glenn Morris  <rgm@gnu.org>
21913         * calendar/appt.el (appt-display-message, appt-disp-window):
21914         Handle lists of appointments.
21916 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
21918         * window.el (one-window-p): Move down in code.
21919         Rewrite doc-string.
21920         (window-current-scroll-bars): Rewrite doc-string.
21921         Normalize live window argument.
21922         (walk-windows, get-window-with-predicate, count-windows):
21923         Rewrite doc-string.  Use window-list-1.
21924         (window-in-direction-2, window-in-direction, get-mru-window):
21925         New functions.
21927 2011-06-08  Reuben Thomas  <rrt@sc3d.org>
21929         * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21930         Doc fix (Bug#8713).
21932 2011-06-08  Chong Yidong  <cyd@stupidchicken.com>
21934         * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21936 2011-06-08  Juanma Barranquero  <lekktu@gmail.com>
21938         * loadhist.el (unload-feature-special-hooks):
21939         Add `comint-output-filter-functions'.
21941 2011-06-08  Ivan Kanis  <gnu@kanis.fr>
21943         * calendar/appt.el (appt-check): Move some initializations into the let.
21945 2011-06-08  Martin Rudalics  <rudalics@gmx.at>
21947         * window.el (window-height): Defalias to window-total-height.
21948         (window-width): Defalias to window-body-width.
21950 2011-06-07  Chong Yidong  <cyd@stupidchicken.com>
21952         * image-mode.el (image-toggle-animation): New command.
21953         (image-mode-map): Bind it to RET.
21954         (image-mode): Update message.
21955         (image-toggle-display-image): Avoid a spurious cache flush.
21956         (image-transform-rotation): Doc fix.
21957         (image-transform-properties): Return quickly in the normal case.
21958         (image-animate-loop): Rename from image-animate-max-time.
21960         * image.el (image-animate-max-time): Move to image-mode.el.
21961         (create-animated-image): Remove unnecessary function.
21962         (image-animate): Rename from image-animate-start.  New arg.
21963         (image-animate-stop): Remove; just use image-animate-timer.
21964         (image-animate-timer): Use car-safe.
21965         (image-animate-timeout): Rename argument.
21967 2011-06-07  Martin Rudalics  <rudalics@gmx.at>
21969         * window.el (get-lru-window, get-largest-window): Move here from
21970         window.c.  Rename first argument to ALL-FRAMES.
21971         Rephrase doc-strings.
21972         (get-buffer-window-list): Rewrite using window-list-1.
21973         Rephrase doc-string.
21974         (window-safe-min-height, window-safe-min-width): New constants.
21975         (window-size-ignore, window-min-size, window-min-size-1)
21976         (window-sizable, window-sizable-p, window-size-fixed-1)
21977         (window-size-fixed-p, window-min-delta-1, window-min-delta)
21978         (window-max-delta-1, window-max-delta, window-resizable)
21979         (window-resizable-p, window-total-height, window-total-width)
21980         (window-body-width): New functions.
21981         (window-full-height-p, window-full-width-p): Rewrite using
21982         window-total-size.
21983         (window-body-height): Rewrite using window-body-size.
21985 2011-06-06  Martin Rudalics  <rudalics@gmx.at>
21987         * window.el (window-right, window-left, window-child)
21988         (window-child-count, window-last-child, window-any-p)
21989         (normalize-live-buffer, normalize-live-frame)
21990         (normalize-any-window, normalize-live-window)
21991         (window-iso-combination-p, window-iso-combined-p)
21992         (window-iso-combinations)
21993         (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21994         (windows-with-parameter, window-with-parameter)
21995         (window-atom-root, make-window-atom, window-atom-check-1)
21996         (window-atom-check, window-side-check, window-check):
21997         New functions.
21998         (ignore-window-parameters, window-sides, window-sides-vertical)
21999         (window-sides-slots): New variables.
22000         (window-size-fixed): Move down in code.  Minor doc-string fix.
22002 2011-06-05  Andreas Schwab  <schwab@linux-m68k.org>
22004         * comint.el (comint-dynamic-complete-as-filename)
22005         (comint-dynamic-complete-filename): Correctly call
22006         completion-in-region.
22008 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22010         * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
22011         in last change.
22013 2011-06-05  Deniz Dogan  <deniz@dogan.se>
22015         * net/rcirc.el (rcirc-prompt-for-encryption): New function.
22016         (rcirc): Use it to prompt for encryption.
22018 2011-06-05  Roland Winkler  <winkler@gnu.org>
22020         * textmodes/bibtex.el (bibtex-search-buffer): New variable.
22021         (bibtex-search-entries): New command bound to C-c C-a.
22022         (bibtex-display-entries): New function.
22024 2011-06-05  Roland Winkler  <winkler@gnu.org>
22026         * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
22027         (bibtex-insert-kill): After yanking insert newline if necessary.
22028         (bibtex-initialize): Call bibtex-string-files-init only once.
22029         (bibtex-mode): Do not call easy-menu-add.
22030         (bibtex-validate-globally): Use save-excursion in bibtex buffers.
22031         (bibtex-yank): Set arg properly if nil.
22033 2011-06-05  Roland Winkler  <winkler@gnu.org>
22035         * textmodes/bibtex.el (bibtex-search-entry-globally):
22036         New variable.
22037         (bibtex-search-entry): Use it.
22039 2011-06-05  Roland Winkler  <winkler@gnu.org>
22041         * textmodes/bibtex.el (bibtex-entry-format): New option
22042         sort-fields.
22043         (bibtex-format-entry, bibtex-reformat): Honor this option.
22044         (bibtex-parse-entry): Return fields in proper order.
22046 2011-06-05  Juanma Barranquero  <lekktu@gmail.com>
22048         * doc-view.el (doc-view-remove-if): Move computation of result out
22049         of `dolist' to silence misleading lexical-binding warning.
22051 2011-06-04  Chong Yidong  <cyd@stupidchicken.com>
22053         * emacs-lisp/timer.el (timer-activate): Remove unused arg.
22054         (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
22056 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22058         * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
22059         "SunOS 5.10".
22061 2011-06-04  Michael Albinus  <michael.albinus@gmx.de>
22063         * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
22064         (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
22065         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
22066         (tramp-parse-putty):
22067         * net/tramp-sh.el (tramp-completion-function-alist-rsh)
22068         (tramp-completion-function-alist-ssh)
22069         (tramp-completion-function-alist-telnet)
22070         (tramp-completion-function-alist-su)
22071         (tramp-completion-function-alist-putty): Set `tramp-autoload'
22072         cookie.
22074         * net/tramp-ftp.el:
22075         * net/tramp-sh.el:
22076         * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
22077         load "tramp.el" `tramp-set-completion-function'.
22079 2011-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22081         * shell.el: Require and use pcomplete.
22082         (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
22083         (shell-completion-vars): Set pcomplete-default-completion-function.
22085 2011-06-04  Deniz Dogan  <deniz@dogan.se>
22087         * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
22088         `memq' (Bug#8799).
22090 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22092         * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
22094 2011-06-02  Juanma Barranquero  <lekktu@gmail.com>
22096         * bs.el (bs--mark-unmark, bs--nth-wrapper):
22097         * mpc.el (mpc-select-extend, mpc-songpointer-context):
22098         * vc/log-view.el (log-view-beginning-of-defun):
22099         * vc/smerge-mode.el (smerge-apply-resolution-patch)
22100         (smerge-refine-forward, smerge-refine-chopup-region):
22101         Silence warning for unused `dotimes' counter variables.
22103 2011-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22105         * net/tramp.el (tramp-with-progress-reporter): Rename from
22106         with-progress-reporter.  Use `declare'.
22107         * net/tramp-smb.el:
22108         * net/tramp-sh.el:
22109         * net/tramp-gvfs.el: Update all uses.
22111 2011-06-02  Jay Belanger  <jay.p.belanger@gmail.com>
22113         * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
22114         buffer isn't killed before making it current.
22116 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22118         Silence various byte-compiler warnings.
22119         * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
22120         `access-type' and new obsolescence format.
22121         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
22122         new format.
22123         (byte-compile-check-variable): New `access-type' argument.
22124         Only warn if the access-type is obsolete.
22125         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
22126         (byte-compile-variable-set): Adjust callers.
22127         * help-fns.el (describe-variable): Adjust to new obsolescence format.
22128         * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
22129         setting it as obsolete.
22130         * simple.el (minibuffer-completing-symbol):
22131         * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
22132         access as obsolete.
22133         * minibuffer.el (minibuffer-completing-file-name): Don't make it
22134         obsolete yet.
22135         * international/quail.el (quail-mouse-choose-completion): Remove unused
22136         code referring to obsolete var.
22137         (quail-choose-completion-string): Remove.
22138         * server.el (server-clients-with, server-kill-buffer-query-function)
22139         (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
22140         * proced.el (proced-send-signal):
22141         * emacs-lisp/lisp.el (lisp-complete-symbol):
22142         Replace completion-annotate-function with completion-extra-properties.
22144 2011-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22146         * simple.el (goto-line): Use read-number.
22147         (overriding-map-is-bound): Remove.
22148         (saved-overriding-map): Change default.
22149         (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
22150         Take the map as argument.
22151         (universal-argument, negative-argument, digit-argument): Use it.
22152         (restore-overriding-map): Adjust.
22153         (do-auto-fill): Use fill-forward-paragraph.
22154         (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
22156         * minibuffer.el (minibuffer-inactive-mode-map): New var.
22157         (minibuffer-inactive-mode): New major mode.
22158         * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
22159         the *Messages* buffer" hack.
22160         (mouse-popup-menubar): Don't burp if the event is a normal key.
22162         Miscellaneous tweaks.
22163         * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
22164         lexical scoping as in subr.el's dolist and dotimes.
22165         * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
22166         Silence compiler warning.
22167         * thingatpt.el (forward-whitespace): Trivial coding style fix.
22168         * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
22169         * international/ccl.el (ccl-compile): Trivial simplification.
22170         * help-fns.el (help-do-arg-highlight): Silence compiler warning.
22171         * emacs-lisp/testcover.el (testcover-end): Remove spurious
22172         `printflag' argument.
22173         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
22174         Purecopy the whole obsolescence data.
22176 2011-06-01  Leo Liu  <sdl.web@gmail.com>
22178         * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
22179         improve doc-string as suggested by Marco Pessotto
22180         <melmothx@gmail.com>.
22181         (rcirc-print): Fix last change.
22183 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22185         * minibuffer.el (complete-with-action): Return nil for the metadata and
22186         boundaries of non-functional tables.
22187         (completion-table-dynamic): Return nil for the metadata.
22188         (completion-table-with-terminator): Add default case, using
22189         complete-with-action.
22190         (completion--metadata): New function.
22191         (completion-all-sorted-completions, minibuffer-completion-help): Use it
22192         to try and avoid pathological performance problems.
22193         (completion--embedded-envvar-table): Return `category' metadata.
22195 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22197         * subr.el (process-alive-p): New tiny convenience function.
22199 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22201         * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
22202         content but also its previous major mode.
22204 2011-05-31  Helmut Eller  <eller.helmut@gmail.com>
22206         * emacs-lisp/debug.el (debug): Restore the previous content of the
22207         *Backtrace* buffer when we exit with C-M-c.
22209 2011-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22211         * minibuffer.el: Add metadata method to completion tables.
22212         (completion-category-overrides): New defcustom.
22213         (completion-metadata, completion--field-metadata)
22214         (completion-metadata-get, completion--styles)
22215         (completion--cycle-threshold): New functions.
22216         (completion-try-completion, completion-all-completions):
22217         Add `metadata' argument to choose completion-styles.
22218         (completion--do-completion): Use metadata to choose cycling.
22219         (completion-all-sorted-completions): Use metadata for sorting.
22220         Remove :completion-cycle-penalty which is not needed any more.
22221         (completion--try-word-completion): Add `metadata' argument.
22222         (minibuffer-completion-help): Check metadata for annotation function
22223         and sorting.
22224         (completion-file-name-table): Return `category' metadata.
22225         (minibuffer-completing-file-name): Make obsolete.
22226         * simple.el (minibuffer-completing-symbol): Make obsolete.
22227         * icomplete.el (icomplete-completions): Pass new `metadata' param to
22228         completion-try-completion.
22230 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22232         * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
22234 2011-05-30  Leo Liu  <sdl.web@gmail.com>
22236         * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
22237         (rcirc-print): Decode all incoming messages (bug#8744).
22238         (rcirc-decode-coding-system): Allow value nil for automatic coding
22239         system detection.
22241 2011-06-01  Glenn Morris  <rgm@gnu.org>
22243         * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
22245 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22247         * image.el (image-animate-max-time): Allow nil and t values.
22248         Default to nil.
22249         (create-animated-image): Doc fix.
22250         (image-animate-start): Remove second arg; just use
22251         image-animate-max-time.
22252         (image-animate-timeout): Doc fix.  Args changed.
22254         * image-mode.el (image-toggle-display-image): Ensure that the
22255         image spec passed to the animate timer is the same object as in
22256         the buffer's display property (Bug#6981).
22257         (image-transform-properties): Doc fix.
22259         * image.el (image-animate-max-time): Default to nil.
22261 2011-05-29  Martin Rudalics  <rudalics@gmx.at>
22263         * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
22264         entire buffer list (Bug#8184).
22266 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22268         * image.el (imagemagick-types-inhibit)
22269         (imagemagick-register-types): Doc fix.
22271 2011-05-29  Deniz Dogan  <deniz@dogan.se>
22273         * net/rcirc.el (rcirc): Use the user's stored encryption method by
22274         default.
22276 2011-05-29  Chong Yidong  <cyd@stupidchicken.com>
22278         * select.el: Don't perform clipboard-manager saving in hooks;
22279         leave the hooks empty.
22281 2011-05-28  Leo Liu  <sdl.web@gmail.com>
22283         * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
22284         (occur-mode-map): Bind occur-edit-mode.  Use occur-menu-map.
22285         (occur-edit-mode): New major mode (Bug#8463).
22286         (occur-after-change-function): New function.
22287         (occur-engine): Give Occur tags a read-only property.
22289 2011-05-28  Kevin Ryde  <user42@zip.com.au>
22291         * subr.el (def-edebug-spec): Doc fix (Bug#8430).
22293 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22295         * bindings.el (help-echo): Make the initial non-indicator dash
22296         empty on graphical terminals (Bug#7295).
22298         * files.el (auto-mode-alist): Move config rule after the
22299         in-stripping one (Bug#8547).
22301         * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
22303         * startup.el (normal-splash-screen): Remove gratuitous mode-line
22304         setting (Bug#8740).
22306 2011-05-28  Alp Aker  <aker@pitt.edu>  (tiny change)
22308         * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
22309         (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
22310         (Bug#8539).
22312 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22314         * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
22316 2011-05-28  Dima Kogan  <dkogan@cds.caltech.edu>  (tiny change)
22318         * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
22319         (hs-hide-block-at-point, hs-find-block-beginning)
22320         (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
22321         (Bug#8279).
22323 2011-05-28  Glenn Morris  <rgm@gnu.org>
22325         * startup.el (fancy-about-screen): Use standard mode line.  (Bug#8740)
22327 2011-05-28  Chong Yidong  <cyd@stupidchicken.com>
22329         * help-fns.el (describe-function-1): If the function is a derived
22330         major mode, print the parent mode.
22332         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
22333         (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
22335 2011-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22337         * minibuffer.el (completion--capf-wrapper): Check applicability before
22338         returning non-nil for non-exclusive completion data.
22339         * progmodes/etags.el (tags-completion-at-point-function):
22340         * info-look.el (info-lookup-completions-at-point): Mark as
22341         non-exclusive.
22342         (info-complete): Adjust accordingly.
22344         * info-look.el: Convert to lexical-binding and completion-at-point.
22345         (info-lookup-completions-at-point): New function.
22346         (info-complete): Use it and completion-in-region.
22348 2011-05-28  Drew Adams  <drew.adams@oracle.com>
22350         * isearch.el: Let M-e start with point at the first mismatched char.
22351         (isearch-fail-pos): New function.
22352         (isearch-edit-string): Use it.
22354 2011-05-28  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22356         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22358 2011-05-27  Toby Cubitt  <toby-predictive@dr-qubit.org>
22360         * emacs-lisp/avl-tree.el: New avl-tree-stack datatype.  Add new
22361         traversal functions for avl-trees.
22362         (avl-tree--stack): New struct.
22363         (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
22364         (avl-tree-enter): Add optional `updatefun' arg.
22365         (avl-tree--do-enter): Add optional `updatefun' arg.
22366         Change return value.
22367         (avl-tree-delete): Add optional `test' and `nilflag' args.
22368         (avl-tree--do-delete): Add `test' and `nilflag' args.
22369         Change return value.
22370         (avl-tree-member): Add optional `nilflag'
22371         (avl-tree-member-p): New function.
22372         (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
22373         (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
22374         (avl-tree-stack-empty-p): New functions.
22376         * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
22377         avl-tree--del-balance1 and make it work both ways.
22378         (avl-tree--del-balance2): Remove.
22379         (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
22380         make it work both ways.
22381         (avl-tree--enter-balance2): Remove.
22382         (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
22383         New macros.
22384         (avl-tree--mapc, avl-tree-map): Add direction argument.
22386 2011-05-27  David Michael  <fedora.dm0@gmail.com>  (tiny change)
22388         * files.el (interpreter-mode-alist): Add rbash (bug#8745).
22390 2011-05-27  Chong Yidong  <cyd@stupidchicken.com>
22392         * select.el: Support clipboard managers with built-in function
22393         x-clipboard-manager-save, via delete-frame-functions and
22394         kill-emacs-hook.
22395         (xselect-convert-to-targets): Add MULTIPLE target to list.
22396         (xselect-convert-to-save-targets): New function.
22398 2011-05-27  Kenichi Handa  <handa@m17n.org>
22400         * mail/sendmail.el (mail-encode-header): Avoid double encoding by
22401         let-binding rfc2047-encode-encoded-words to nil.
22403 2011-05-27  Glenn Morris  <rgm@gnu.org>
22405         * mail/emacsbug.el: Don't require url-util.
22407         * shell.el (shell-directory-tracker): Case matters.  (Bug#8735)
22409         * files.el (set-auto-mode):
22410         Also respect mode: entries at the end of the file.  (Bug#8586)
22412 2011-05-26  Glenn Morris  <rgm@gnu.org>
22414         * files.el (hack-local-variables-prop-line, hack-local-variables):
22415         Downcase mode names, as seems to be traditional.
22416         (hack-local-variables, hack-local-variables-apply): Doc fixes.
22418         * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
22419         (report-emacs-bug-hook): Try to validate the From address.  (Bug#8038)
22421 2011-05-25  Julien Danjou  <julien@danjou.info>
22423         * textmodes/rst.el (rst-define-level-faces): Do not define face
22424         symbol if it is already defined.
22426 2011-05-24  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22428         * play/5x5.el (5x5-new-game, 5x5-randomize):
22429         Reset 5x5-solver-output to nil when a new grid is cast.
22430         (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
22431         these debugging traces, as defmacro breaks the compiled code.
22433 2011-05-24  Dmitry Kurochkin  <dmitry.kurochkin@gmail.com>  (tiny change)
22435         * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
22437 2011-05-24  Leo Liu  <sdl.web@gmail.com>
22439         * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
22440         (vc-bzr-sha1): Adapt.
22442         * sha1.el: Remove.  Function `sha1' is now builtin.
22444         * bindings.el: Provide sha1 feature.
22446 2011-05-24  Kenichi Handa  <handa@m17n.org>
22448         * mail/sendmail.el: Require `rfc2047'.
22449         (mail-insert-from-field): Do not perform RFC2047 encoding.
22450         (mail-encode-header): New function.
22451         (sendmail-send-it): Set buffer-file-coding-system of the work
22452         buffer to the return value of select-message-coding-system.
22453         Call mail-encode-header.
22455         * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
22457 2011-05-24  Sean Neakums  <sneakums@zork.net>  (tiny change)
22459         * mail/supercite.el (sc-default-cite-frame):
22460         Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
22462 2011-05-24  Glenn Morris  <rgm@gnu.org>
22464         * progmodes/python.el (brm-menu): Declare.
22466         * emulation/viper.el (viper-set-hooks): Declare.
22468         * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
22469         (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
22470         (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
22471         (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
22472         (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
22473         (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
22475 2011-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22477         Add an :exit-function for completion-at-point.
22479         * minibuffer.el (completion--done): New fun.
22480         (completion--do-completion): Use it.  New arg `expect-exact'.
22481         (minibuffer-complete, minibuffer-complete-word): Don't output message,
22482         since completion--do-completion does it for us now.
22483         (minibuffer-force-complete): Use completion--done and
22484         completion--replace.  Handle sole-completion case with more care.
22485         (minibuffer-complete-and-exit): Use new `expect-exact' arg.
22486         (completion-extra-properties): New var.
22487         (completion-annotate-function): Make obsolete.
22488         (minibuffer-completion-help): Adjust accordingly.
22489         Use completion-list-insert-choice-function.
22490         (completion-at-point, completion-help-at-point):
22491         Bind completion-extra-properties.
22492         (completion-pcm-word-delimiters): Add | (for uniquify, for example).
22493         * simple.el (completion-list-insert-choice-function): New var.
22494         (completion-setup-function): Preserve it.
22495         (choose-completion): Pay attention to it, shuffle the code a bit.
22496         (choose-completion-string): New arg `insert-function'.
22498         * textmodes/bibtex.el: Convert to lexical binding.
22499         (bibtex-mode-map): Use completion-at-point.
22500         (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
22501         (bibtex-completion-at-point-function): New fun, from bibtex-complete.
22502         (bibtex-complete): Define as obsolete alias.
22503         (bibtex-complete-internal): Remove.
22504         (bibtex-format-entry): Remove unused sub-group in regexp.
22505         * shell.el (shell--command-completion-data)
22506         (shell-environment-variable-completion):
22507         * pcomplete.el (pcomplete-completions-at-point):
22508         * comint.el (comint--complete-file-name-data): Use :exit-function
22509         instead of completion-table-with-terminator so it also works for
22510         choose-completion.
22512 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22514         * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
22516         * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
22517         (bug#8710).
22519         * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
22521 2011-05-23  Ken Manheimer  <ken.manheimer@gmail.com>
22523         * allout.el (allout-inhibit-auto-fill-on-headline): Create new
22524         customization variable and implement: If non-nil, auto-fill will
22525         be inhibited while on topic's header line.
22527 2011-05-23  Vincent Belaïche  <vincentb1@users.sourceforge.net>
22529         * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
22530         click on.  II/ Make 5x5 multisession.  III/ Ensure that random grids
22531         always have a solution in grid size = 5 cases.
22532         (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
22533         (5x5-solver-output, 5x5-log-buffer): New vars.
22534         (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
22535         Make these variables buffer local to achieve 5x5 multi-session-ness.
22536         (5x5): Set 5x5-grid-size only if SIZE is non-negative.
22537         (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
22538         (5x5-solve-suggest): New funs.
22539         (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
22540         randomize a grid so that we ensure that there is always a solution.
22541         (5x5-make-random-grid): Allow other movement than flipping.
22543 2011-05-23  Kevin Ryde  <user42@zip.com.au>
22545         * emacs-lisp/advice.el (ad-read-advised-function):
22546         Use `function-called-at-point' as the default, if it has
22547         advice and passes PREDICATE.
22549 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22551         * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
22552         byte-compile-lambda if it's actually a lambda.
22554         * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
22555         Fix function quoting.  Use backquote better.
22557 2011-05-22  Yuanle Song  <sylecn@gmail.com>
22559         * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
22560         matching (Bug#8516).
22562 2011-05-22  Jari Aalto  <jari.aalto@cante.net>
22564         * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
22565         different face (Bug#8178).
22567 2011-05-22  Chong Yidong  <cyd@stupidchicken.com>
22569         * vc/diff-mode.el (diff-changed): Don't use terminal specs for
22570         defface (Bug#8144).
22572 2011-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22574         * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
22575         funcall as well (bug#8712).  Warn when performing those conversions.
22576         * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
22578         * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
22580 2011-05-22  Glenn Morris  <rgm@gnu.org>
22582         * files.el (hack-local-variables-prop-line): Small simplifications.
22583         (hack-local-variables, hack-local-variables-prop-line):
22584         If MODE-ONLY, return the mode, rather than just `t'.
22586 2011-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22588         * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
22590 2011-05-21  Glenn Morris  <rgm@gnu.org>
22592         * files.el (hack-local-variables-prop-line, hack-local-variables):
22593         If only interested in the mode, don't bother doing the other stuff.
22595         * image-mode.el (image-after-revert-hook):
22596         Redraw all frames on which the image is visible.  (Bug#8567)
22598         * dired-aux.el (dired-touch-initial): Just use current-time.  (Bug#6887)
22600         * wid-edit.el (widget-checklist-match-inline):
22601         Fix 2011-04-19 change.  (Bug#8649)
22603 2011-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22605         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
22606         Also allow singlespace after single-letter capitals followed by a dot.
22608         * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
22609         enabled.  Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
22611 2011-05-20  Nix  <nix@esperi.org.uk>
22613         * files.el (basic-save-buffer-2):
22614         Fix handling of break-hardlink-on-save with non-existent files.
22616 2011-05-19  Deniz Dogan  <deniz@dogan.se>
22618         * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
22619         (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
22621 2011-05-19  Glenn Morris  <rgm@gnu.org>
22623         * progmodes/f90.el (f90-type-def-re):
22624         Handle "type, bind(c)".  (Bug#8691)
22626         * emacs-lisp/autoload.el (batch-update-autoloads):
22627         Set autoload-excludes by parsing loadup.el rather than Makefiles.
22629 2011-05-18  Michael Albinus  <michael.albinus@gmx.de>
22631         * net/tramp.el (tramp-process-actions): Set "first-password-request"
22632         property for the correct connection in case of multihops.
22634 2011-05-18  Glenn Morris  <rgm@gnu.org>
22636         * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
22637         * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
22639         Rationalize calendar handling of day and month abbrev-arrays.
22640         * calendar/calendar.el (calendar-customized-p): New function.
22641         (calendar-abbrev-construct, calendar-make-alist): Change what it does.
22642         (calendar-day-name-array, calendar-month-name-array): Doc fix.
22643         Add :set function.
22644         (calendar-abbrev-length, calendar-day-abbrev-array)
22645         (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
22646         (calendar-day-abbrev-array, calendar-month-abbrev-array):
22647         Elements may no longer be nil.
22648         (calendar-day-name, calendar-month-name):
22649         Update for changed nature of abbrev arrays.
22650         * calendar/diary-lib.el (diary-name-pattern):
22651         Update for changed nature of abbrev arrays.
22652         (diary-mark-entries-1): Update calendar-make-alist calls.
22653         (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
22654         * calendar/cal-html.el (cal-html-day-abbrev-array):
22655         Simply inherit from calendar-day-abbrev-array.
22657 2011-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22659         * progmodes/grep.el (grep-mode): Disable default
22660         compilation-directory-matcher setting (bug#8684).
22662 2011-05-17  Michael Albinus  <michael.albinus@gmx.de>
22664         * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
22665         instead of "head" and "tail".  There were problems with SunOS 5.9,
22666         and it performs better.
22668 2011-05-17  Glenn Morris  <rgm@gnu.org>
22670         * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
22672         * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
22673         Replace obsolete function.
22675         * shell.el (pcomplete-parse-arguments-function): Declare.
22677         * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
22678         (appt-display-diary, appt-display-interval, appt-prev-comp-time)
22679         (appt-check): Doc fixes.
22680         (appt-disp-window-function, appt-delete-window-function):
22681         Remove needless special case in custom :type.
22682         (appt-display-count): Default to 0, not nil.
22683         (appt-check): Reset appt-display-count to 0, not nil.
22685 2011-05-17  Juanma Barranquero  <lekktu@gmail.com>
22687         * progmodes/python.el (python-font-lock-keywords):
22688         Add the Python 3.X keyword "nonlocal" (bug#8639).
22690 2011-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22692         * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
22694 2011-05-16  Kevin Ryde  <user42@zip.com.au>
22696         * info-look.el (makefile-automake-mode): New setups, looking in
22697         automake manual, then makefile-mode.
22698         (makefile-mode): Remove automake manual, have it just in
22699         makefile-automake-mode since there's various things different or
22700         not relevant to plain make.
22701         (makefile-mode): Remove "other-modes" non-existent automake-mode,
22702         believe a hypothetical automake-mode would go to makefile-mode,
22703         not the other way around.
22705 2011-05-15  Chong Yidong  <cyd@stupidchicken.com>
22707         * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
22708         hunk-end tags (Bug#8672).
22710         * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
22711         vc-annotate-show-diff-revision-at-line (Bug#8671).
22713 2011-05-14  Glenn Morris  <rgm@gnu.org>
22715         * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
22716         in the middle of an existing one with multiple authors.  (Bug#8645)
22717         (change-log-font-lock-keywords): Also handle multiple author lines
22718         with leading tabs.  (Bug#8644)
22720         * calendar/appt.el (appt-check): Rename some local variables.
22721         Some simplification/reordering.
22723         * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
22724         (feedmail-sendmail-f-doesnt-sell-me-out)
22725         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22726         (feedmail-debug-sit-for, feedmail-queue-express-hook)
22727         (feedmail-queue-runner-message-sender): Set :version.
22728         (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
22729         (bbdb-dwim-net-address, vm-mail): Declare.
22730         (feedmail-binmail-gnulinuxish-template):
22731         Rename from feedmail-binmail-linuxish-template.
22732         (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
22733         Use insert-buffer-substring.
22735 2011-05-14  Bill Carpenter  <bill@carpenter.org>
22737         * mail/feedmail.el (feedmail-patch-level): Increase.
22738         (feedmail-debug): New custom group.
22739         (feedmail-confirm-outgoing-timeout)
22740         (feedmail-sendmail-f-doesnt-sell-me-out)
22741         (feedmail-queue-slug-suspect-regexp, feedmail-debug)
22742         (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
22743         (feedmail-sender-line, feedmail-from-line)
22744         (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
22745         (feedmail-spray-this-address)
22746         (feedmail-spray-address-fiddle-plex-list)
22747         (feedmail-queue-use-send-time-for-date)
22748         (feedmail-queue-use-send-time-for-message-id)
22749         (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
22750         (feedmail-buffer-eating-function):
22751         Doc fixes.
22752         (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
22753         (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
22754         (feedmail-message-action-scroll-down): New functions.
22755         (feedmail-queue-directory, feedmail-queue-draft-directory):
22756         Use expand-file-name.
22757         (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
22758         Remove C-v help entry.
22759         (feedmail-queue-buffer-file-name): New variable.
22760         (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
22761         (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
22762         (feedmail-message-action-send-strong, feedmail-message-action-edit)
22763         (feedmail-message-action-draft, feedmail-message-action-draft-strong)
22764         (feedmail-message-action-queue, feedmail-message-action-queue-strong)
22765         (feedmail-message-action-toggle-spray)
22766         (feedmail-run-the-queue-no-prompts)
22767         (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
22768         (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
22769         (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
22770         (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
22771         (feedmail-envelope-deducer, feedmail-fiddle-from)
22772         (feedmail-fiddle-sender, feedmail-default-date-generator)
22773         (feedmail-fiddle-date, feedmail-fiddle-message-id)
22774         (feedmail-fiddle-spray-address)
22775         (feedmail-fiddle-list-of-spray-fiddle-plexes)
22776         (feedmail-fiddle-list-of-fiddle-plexes)
22777         (feedmail-fill-to-cc-function, feedmail-fill-this-one)
22778         (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
22779         (feedmail-queue-runner-message-sender, feedmail-binmail-template):
22780         Change default.  Doc fix.
22781         (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
22782         (feedmail-binmail-linuxish-template): New constant.
22783         (feedmail-buffer-to-sendmail): Doc fix.  Add debug call.
22784         Respect feedmail-sendmail-f-doesnt-sell-me-out.
22785         (feedmail-send-it): Add debug call.
22786         Use feedmail-queue-buffer-file-name, and
22787         feedmail-send-it-immediately-wrapper.
22788         (feedmail-message-action-send): Add debug call.
22789         Use feedmail-send-it-immediately-wrapper.
22790         (feedmail-queue-express-to-queue): Add debug call.
22791         Run feedmail-queue-express-hook.
22792         (feedmail-message-action-help): Add debug call.  Use feedmail-p-h-b-n.
22793         (feedmail-message-action-help-blat):
22794         Rename from feedmail-queue-send-edit-prompt-help-first.
22795         (feedmail-run-the-queue): Add debug call.  Set buffer-file-type.
22796         Check line-endings.  Handle errors better.
22797         (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
22798         Doc fix.  Add debug call.
22799         (feedmail-queue-send-edit-prompt): Doc fix.  Add debug call.
22800         Use feedmail-queue-send-edit-prompt-inner.
22801         (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
22802         (feedmail-queue-send-edit-prompt-inner): New function, extracted
22803         from feedmail-queue-send-edit-prompt.
22804         (feedmail-queue-send-edit-prompt-help)
22805         (feedmail-queue-send-edit-prompt-help-later): Remove functions.
22806         (feedmail-tidy-up-slug): Add debug call.
22807         Respect feedmail-queue-slug-suspect-regexp.
22808         (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
22809         (feedmail-dump-message-to-queue): Add debug call.
22810         Expand queue-directory.
22811         (feedmail-dump-message-to-queue): Change message slightly.
22812         Use feedmail-say-chatter.
22813         (feedmail-rfc822-date): Add debug call.  Bind system-time-locale.
22814         (feedmail-send-it-immediately-wrapper): New function.
22815         (feedmail-send-it-immediately): Add debug calls.  Use let not let*.
22816         Insert empty string rather than newline.  Handle full-frame case.
22817         Use catch/throw.  Use feedmail-say-chatter.
22818         (feedmail-fiddle-from): Try mail-host-address.
22819         (feedmail-default-message-id-generator): Doc fix.
22820         Bind system-time-locale.  Handle missing end.
22821         (feedmail-fiddle-x-mailer): Add debug call.
22822         Handle feedmail-x-mailer-line being nil.
22823         (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
22824         Add debug call.  Use buffer-substring-no-properties.
22825         (feedmail-say-debug, feedmail-say-chatter): New functions.
22826         (feedmail-find-eoh): Give an explicit error.
22828 2011-05-13  Ulf Jasper  <ulf.jasper@web.de>
22830         * net/newst-treeview.el (newsticker-treeview-face): Change default
22831         family from helvetica to sans.
22832         (newsticker-treeview-tool-bar-map): Move tool-bar icons to
22833         etc/images/newsticker.
22835         * net/newst-reader.el (newsticker-feed-face): Change default
22836         family from helvetica to sans.
22838         * net/newst-plainview.el (newsticker-new-item-face)
22839         (newsticker-old-item-face, newsticker-immortal-item-face)
22840         (newsticker-obsolete-item-face, newsticker-date-face)
22841         (newsticker-statistics-face): Change default family from
22842         helvetica to sans.
22843         (newsticker--plainview-tool-bar-map): Move tool-bar icons to
22844         etc/images/newsticker.
22846         * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
22847         (newsticker--process-auto-mark-filter-match): Tell user about
22848         auto-marking.
22850 2011-05-13  Didier Verna  <didier@xemacs.org>
22852         Common Lisp indentation improvements on defmethod and lambda-lists.
22853         * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
22854         TODO entries.
22855         (lisp-lambda-list-keyword-parameter-indentation)
22856         (lisp-lambda-list-keyword-parameter-alignment)
22857         (lisp-lambda-list-keyword-alignment): New customizable user options.
22858         (lisp-indent-defun-method): Improve docstring.
22859         (extended-loop-p): Fix comment.
22860         (lisp-indent-lambda-list-keywords-regexp): New variable.
22861         (lisp-indent-lambda-list): New function.
22862         (lisp-indent-259): Use it.
22863         (lisp-indent-defmethod): Support for more than one
22864         method qualifier and properly indent methods lambda-lists.
22865         (defgeneric): Provide a missing common-lisp-indent-function property.
22867 2011-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22869         * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
22870         bounds for the empty string (bug#8667).
22872 2011-05-13  Glenn Morris  <rgm@gnu.org>
22874         * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
22876         * mail/sendmail.el (sendmail-program): Try executable-find first.
22877         (sendmail-send-it): `sendmail-program' cannot be unbound.
22879         * calendar/appt.el (appt-make-list): Simplify.
22880         (appt-time-msg-list): Doc fix.
22881         (appt-check): Change mode-line message at the time of the appointment.
22883 2011-05-12  Andreas Schwab  <schwab@linux-m68k.org>
22885         * progmodes/ld-script.el (ld-script-keywords)
22886         (ld-script-builtins): Update keywords list.
22888 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22890         * progmodes/grep.el (grep-filter): Don't trip on partial lines.
22892         * shell.el (shell-completion-vars): New function.
22893         (shell-mode):
22894         * simple.el (read-shell-command): Use it.
22895         (blink-matching-open): No need for " [...]" in minibuffer-message.
22897 2011-05-12  Glenn Morris  <rgm@gnu.org>
22899         * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22900         (appt-check): Simplify.
22902 2011-05-12  Eli Zaretskii  <eliz@gnu.org>
22904         * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22905         literal "/dev/null".
22907 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22909         * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22910         Fix typo.
22912 2011-05-12  Ralph Schleicher  <rs@ralph-schleicher.de>
22914         * progmodes/which-func.el (which-function):
22915         Use add-log-current-defun instead of add-log-current-defun-function,
22916         which might not be defined (Bug#8260).
22918 2011-05-12  Glenn Morris  <rgm@gnu.org>
22920         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22921         Let byte-compile-initial-macro-environment always take precedence.
22923 2011-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22925         * net/rcirc.el: Add support for SSL/TLS connections.
22926         (rcirc-server-alist): New field `encryption'.
22927         (rcirc): Check `encryption' settings.
22928         (rcirc-connect): New arg `encryption'.  Use open-network-stream.
22929         Merge make-local-variable into `set'.
22930         (rcirc--connection-open-p): New function.
22931         (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22932         the process is not a network process (e.g. running gnutls-cli).
22933         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22934         Make rcirc-(en|de)code-coding-system local here.
22935         (rcirc-mode): Merge make-local-variable into `set'.
22936         (rcirc-parent-buffer): Make permanent buffer-local.
22937         (rcirc-multiline-minor-mode): Don't do it here.
22938         (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22939         there's no server buffer.
22941 2011-05-11  Glenn Morris  <rgm@gnu.org>
22943         * newcomment.el (comment-kill): Prefix "unused" local.
22945         * term/w32console.el (get-screen-color): Declare.
22947         * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22948         Handle symbol elements of byte-compile-initial-macro-environment.
22950 2011-05-10  Leo Liu  <sdl.web@gmail.com>
22952         * bookmark.el (bookmark-bmenu-mode-map):
22953         Bind bookmark-bmenu-search to `/'.
22955         * mail/footnote.el: Convert to utf-8 encoding.
22956         (footnote-unicode-string, footnote-unicode-regexp): New variable.
22957         (Footnote-unicode): New function.
22958         (footnote-style-alist): Add unicode style to the list.
22959         (footnote-style): Doc fix.
22961 2011-05-10  Jim Meyering  <meyering@redhat.com>
22963         Fix doubled-word typos.
22964         * international/quail.el (quail-insert-kbd-layout): and and -> and
22965         * kermit.el: and and -> and
22966         * net/ldap.el (ldap-search-internal): to to -> to
22967         * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22968         * progmodes/js.el (js-mode): and and -> and
22969         * textmodes/artist.el (artist-move-to-xy): at at -> at
22970         (artist-draw-region-trim-line-endings): if if -> if
22971         And Safetyc -> Safety.
22972         * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22974 2011-05-10  Glenn Morris  <rgm@gnu.org>
22975             Stefan Monnier  <monnier@iro.umontreal.ca>
22977         * files.el (hack-one-local-variable-eval-safep):
22978         Consider "eval: (foo-mode)" to be safe.  (Bug#8613)
22980 2011-05-10  Glenn Morris  <rgm@gnu.org>
22982         * calendar/diary-lib.el (diary-list-entries-hook)
22983         (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22984         (diary-nongregorian-marking-hook, diary-list-entries)
22985         (diary-include-other-diary-files, diary-mark-entries)
22986         (diary-mark-included-diary-files): Doc fixes.
22988 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
22990         * misc.el: Require tabulated-list.el during compilation.
22992 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
22994         * progmodes/compile.el (compilation-start):
22995         Run compilation-filter-hook for the async case too.
22996         (compilation-filter-hook): Doc fix.
22998 2011-05-09  Deniz Dogan  <deniz@dogan.se>
23000         * wdired.el: Remove outdated installation comment.  Fix usage
23001         comment.
23003 2011-05-09  Juanma Barranquero  <lekktu@gmail.com>
23005         * misc.el: Implement new command `list-dynamic-libraries'.
23006         (list-dynamic-libraries--loaded-only-p): New variable.
23007         (list-dynamic-libraries--refresh): New function.
23008         (list-dynamic-libraries): New command.
23010 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
23012         * progmodes/compile.el (compilation-error-regexp-alist-alist):
23013         Fix the ant regexp to handle end-line and end-column info from jikes.
23014         Re-introduce maven regexp.  Give the ruby-Test::Unit regexp a
23015         higher priority to avoid clobbering by gnu.
23017 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23019         * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
23020         if the face has existing theme settings (Bug#8454).
23022 2011-05-08  Ralph Schleicher  <rs@ralph-schleicher.de>
23024         * progmodes/perl-mode.el (perl-imenu-generic-expression):
23025         Only match variables declared via `my' or `our' (Bug#8261).
23027         * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
23028         special file names `.' and `..' (Bug#8259).
23030 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
23032         * progmodes/grep.el (grep-mode-font-lock-keywords):
23033         Remove buffer-changing entries.
23034         (grep-filter): New function.
23035         (grep-mode): Add it to compilation-filter-hook.
23037         * progmodes/compile.el (compilation-filter-hook)
23038         (compilation-filter-start): New defvars.
23039         (compilation-filter): Call compilation-filter-hook prior to
23040         updating the process mark.
23042 2011-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23044         * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
23046 2011-05-07  Eli Zaretskii  <eliz@gnu.org>
23048         * mail/sendmail.el (send-mail-function): On MS-Windows, default to
23049         mailclient-send-it even if window-system is nil.  (Bug#8595)
23051         * term/w32console.el (terminal-init-w32console):
23052         Call get-screen-color and use its output to set the frame
23053         background-mode.  (Bug#8597)
23055 2011-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23057         Make bytecomp.el understand that defmethod defines funs (bug#8631).
23058         * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
23059         New functions.
23060         (defgeneric, eieio--defmethod): Use them.
23061         (eieio-defgeneric): Remove.
23062         (defmethod): Call defgeneric in a way visible to the byte-compiler.
23064 2011-05-07  Glenn Morris  <rgm@gnu.org>
23066         * calendar/timeclock.el (timeclock-log-data): Remove unused local.
23067         Use let rather than let*.
23068         (timeclock-find-discrep): Remove unused local.
23070         * calendar/diary-lib.el (diary-comment-start): Doc fix.
23072         * calendar/appt.el (appt-time-msg-list): Doc fix.
23074 2011-05-06  Noah Friedman  <friedman@splode.com>
23076         * apropos.el (apropos-print-doc): Only use
23077         emacs-lisp-docstring-fill-column when it is bound to an integer,
23078         per that variable's documentation.
23080 2011-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23082         * lpr.el (print-region-1): Echo lpr-program's output, so error messages
23083         and warnings are not silently discarded (e.g. use -d instead of -P).
23085 2011-05-06  Glenn Morris  <rgm@gnu.org>
23087         * calendar/appt.el (appt-message-warning-time): Doc fix.
23088         (appt-warning-time-regexp): New option.
23089         (appt-make-list): Respect appt-message-warning-time.
23091         * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
23092         New options.
23093         (diary-add-to-list): Strip comments from the displayed string.
23094         (diary-mode): Set comment-start and comment-end.
23096         * vc/diff-mode.el (smerge-refine-subst): Declare.
23097         (diff-refine-hunk): Don't require smerge-mode when compiling.
23099 2011-05-06  Juanma Barranquero  <lekktu@gmail.com>
23101         * simple.el (list-processes): Return nil as the docstring says.
23103 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23105         * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
23106         to "".
23107         (ange-ftp-write-region, ange-ftp-insert-file-contents)
23108         (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
23109         determining of binary transfer.  (Bug#7383)
23111 2011-05-05  Michael Albinus  <michael.albinus@gmx.de>
23113         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23114         Fix port computation bug.  (Bug#8618)
23116 2011-05-05  Glenn Morris  <rgm@gnu.org>
23118         * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
23120         * simple.el (shell-dynamic-complete-functions)
23121         (comint-dynamic-complete-functions): Declare.
23123         * net/network-stream.el (gnutls-negotiate):
23124         * simple.el (tabulated-list-print): Fix declarations.
23126         * progmodes/gud.el (syntax-symbol, syntax-point):
23127         Remove unnecessary and incorrect declarations.
23129         * emacs-lisp/check-declare.el (check-declare-scan):
23130         Handle byte-compile-initial-macro-environment in bytecomp.el.
23132 2011-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23134         Fix earlier half-done eieio-defmethod change (bug#8338).
23135         * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
23136         Streamline and change calling convention.
23137         (defmethod): Adjust accordingly and simplify.
23138         (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
23139         new eieio--defmethod.
23140         (slot-boundp): Minor CSE simplification.
23142 2011-05-05  Milan Zamazal  <pdm@zamazal.org>
23144         * progmodes/glasses.el (glasses-separate-capital-groups): New option.
23145         (glasses-make-readable): Use glasses-separate-capital-groups.
23147 2011-05-05  Juanma Barranquero  <lekktu@gmail.com>
23149         * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
23150         (warning-series): Doc fix.
23151         (display-warning): Don't try to create the buffer if we just found it.
23153 2011-05-04  Chong Yidong  <cyd@stupidchicken.com>
23155         * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
23156         (autoload-find-generated-file): New function.
23157         (generate-file-autoloads): Bind generated-autoload-file to
23158         buffer-file-name.
23159         (update-file-autoloads, update-directory-autoloads):
23160         Use autoload-find-generated-file.  If called interactively, prompt for
23161         output file (Bug#7989).
23162         (batch-update-autoloads): Doc fix.
23164 2011-05-04  Juanma Barranquero  <lekktu@gmail.com>
23166         * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
23168 2011-05-04  Glenn Morris  <rgm@gnu.org>
23170         * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
23171         function, so it follows changes in calendar-date-style.
23172         (diary-fancy-date-matcher): New function.
23173         (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
23174         (diary-fancy-font-lock-fontify-region-function):
23175         Use diary-fancy-date-pattern as a function.
23177         * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
23178         non-numbers for `year' etc pseudo-variables.  (Bug#8583)
23180 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
23182         * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
23183         instead of positional arguments.  Allow :keylist and :crlfiles
23184         arguments.
23185         (open-gnutls-stream): Call it.
23187         * net/network-stream.el (network-stream-open-starttls): Adjust to
23188         call `gnutls-negotiate' with :process and :hostname arguments.
23190 2011-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23192         * minibuffer.el (completion--message): New function.
23193         (completion--do-completion, minibuffer-complete)
23194         (minibuffer-force-complete, minibuffer-complete-word): Use it.
23195         (completion--do-completion): Don't ignore completion-auto-help when in
23196         icomplete-mode.
23198         * whitespace.el (whitespace-trailing-regexp): Don't rely on the
23199         internal encoding (e.g. tibetan zero is not whitespace).
23200         (global-whitespace-mode): Prefer save-current-buffer.
23201         (whitespace-trailing-regexp): Remove useless save-match-data.
23202         (whitespace-empty-at-bob-regexp): Minor simplification.
23204 2011-05-03  Chong Yidong  <cyd@stupidchicken.com>
23206         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
23208 2011-05-03  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
23210         * textmodes/ispell.el (ispell-add-per-file-word-list):
23211         Use `concat' to create string for insertion.
23213 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23215         * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
23216         Avoid open-line which runs post-self-insert-hook.
23217         (bibtex-fill-entry): Remove unused `end' var.
23219 2011-05-03  Dirk Ullrich  <dirk.ullrich@googlemail.com>  (tiny change)
23221         * textmodes/ispell.el (ispell-add-per-file-word-list):
23222         Protect against `nil' value of `comment-start' (Bug#8579).
23224 2011-05-03  Leo Liu  <sdl.web@gmail.com>
23226         * isearch.el (isearch-yank-pop): New command.
23227         (isearch-mode-map): Bind it to `M-y'.
23228         (isearch-forward): Mention it.
23230 2011-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23232         * simple.el (minibuffer-complete-shell-command): Remove.
23233         (minibuffer-local-shell-command-map): Use completion-at-point.
23234         (read-shell-command): Setup completion vars here instead.
23235         (read-expression-map): Bind TAB to symbol completion.
23237         * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
23238         error directly rather via storing it into `results'.
23240 2011-05-02  Leo Liu  <sdl.web@gmail.com>
23242         * vc/diff.el: Fix description.
23244 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23246         * server.el (server-eval-at): New function.
23248 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23250         * net/network-stream.el (open-network-stream): Take a :nowait
23251         parameter and pass it on to `make-network-process'.
23252         (network-stream-open-plain): Ditto.
23254 2011-04-30  Andreas Schwab  <schwab@linux-m68k.org>
23256         * faces.el (face-spec-set-match-display): Don't match toolkit
23257         options on terminal frames.
23259 2011-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23261         * progmodes/pascal.el: Use lexical binding.
23262         (pascal-mode-map): Remove author preferences.
23264         * pcomplete.el (pcomplete-std-complete): Don't abuse
23265         completion-at-point.
23267 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23269         * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
23270         removing code that has been dead since 1991 or so.
23272         * startup.el (command-line): When warning about "_emacs", use a
23273         delayed warning to allow the user to filter it out.
23275 2011-04-28  Deniz Dogan  <deniz@dogan.se>
23277         * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
23278         user has not joined.
23280 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23282         * pcomplete.el (pcomplete-completions-at-point): Return nil if there
23283         aren't any completions at point.
23285 2011-04-28  Juanma Barranquero  <lekktu@gmail.com>
23287         * subr.el (display-delayed-warnings): New function.
23288         (delayed-warnings-hook): New variable.
23290 2011-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23292         * minibuffer.el (completion-at-point, completion-help-at-point):
23293         Don't presume that a given completion-at-point-function will always
23294         use the same calling convention.
23296         * pcomplete.el (pcomplete-completions-at-point):
23297         Obey pcomplete-ignore-case.  Don't call pcomplete-norm-func unless
23298         pcomplete-seen is non-nil.
23299         (pcomplete-comint-setup): Also recognize the new comint/shell
23300         completion functions.
23301         (pcomplete-do-complete): Don't call pcomplete-norm-func unless
23302         pcomplete-seen is non-nil.
23304 2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
23306         * calendar/icalendar.el (diary-lib): Add require statement.
23307         (icalendar--create-uid): Read out a uid from a text-property on
23308         the first character in the entry.  This allows for code to add its
23309         own uid to the entry.
23310         (icalendar--convert-float-to-ical): Add export of
23311         `diary-float'-entries save for those with the optional DAY
23312         argument.
23314 2011-04-27  Daniel Colascione  <dan.colascione@gmail.com>
23316         * subr.el (shell-quote-argument): Use alternate escaping strategy
23317         when we spot a variable reference in a string.
23319 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23321         * cus-start.el (all): Define customization for debug-on-event.
23323 2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
23325         * subr.el (shell-quote-argument): Escape correctly under Windows.
23327 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23329         * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
23331 2011-04-25  Michael Albinus  <michael.albinus@gmx.de>
23333         * net/tramp.el (tramp-process-actions): Add POS argument.
23334         Delete region between POS and (pos).
23336         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
23337         Use `nil' position in `tramp-process-actions' call.
23338         (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
23340         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
23341         position in `tramp-process-actions' call.
23343         * net/trampver.el: Update release number.
23345 2011-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23347         * custom.el (defcustom): Obey lexical-binding.
23349         Fix octave-inf completion problems reported by Alexander Klimov.
23350         * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
23351         Inherit from octave-mode-syntax-table.
23352         (inferior-octave-mode): Set info-lookup-mode.
23353         (inferior-octave-completion-at-point): New function.
23354         (inferior-octave-complete): Use it and completion-in-region.
23355         (inferior-octave-dynamic-complete-functions): Use it as well, and use
23356         comint-filename-completion.
23357         * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
23358         symbol elements which shouldn't be word elements.
23359         (octave-font-lock-keywords, octave-beginning-of-defun)
23360         (octave-function-header-regexp): Adjust regexps accordingly.
23361         (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
23363 2011-04-25  Juanma Barranquero  <lekktu@gmail.com>
23365         * net/gnutls.el (gnutls-errorp): Declare before first use.
23367 2011-04-24  Teodor Zlatanov  <tzz@lifelogs.com>
23369         * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
23370         verify-error, and verify-hostname-error parameters.  Check whether
23371         default trustfile exists before going to use it.  Add missing
23372         argument to gnutls-message-maybe call.  Return value.
23373         Reported by Claudio Bley <claudio.bley@gmail.com>.
23374         (open-gnutls-stream): Add usage example.
23376         * net/network-stream.el (network-stream-open-starttls): Give host
23377         parameter to `gnutls-negotiate'.
23378         (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
23379         * subr.el (shell-quote-argument): Escape correctly under Windows.
23381 2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
23383         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
23384         Use correct match group (bug#8438).
23386 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
23388         * emacs-lisp/package.el (package-built-in-p): Fix typo.
23389         (package-menu--generate): New arg specifying packages to show.
23390         (package-menu-refresh, package-menu-execute, list-packages):
23391         Callers changed.
23392         (package-show-package-list): New function, replacing deleted
23393         package--list-packages (renamed because it is non-internal).
23395         * finder.el (finder-list-matches): Use package-show-package-list
23396         instead of deleted package--list-packages.
23398         * vc/vc-annotate.el (vc-annotate-goto-line): New command.
23399         Based on a previous implementation by Juanma Barranquero (Bug#8366).
23400         (vc-annotate-mode-map): Bind it to RET.
23402 2011-04-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
23404         * progmodes/etags.el (next-file): Don't use set-buffer to change
23405         buffers (Bug#8478).
23407 2011-04-24  Chong Yidong  <cyd@stupidchicken.com>
23409         * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
23411         * apropos.el (apropos-label-face): Avoid variable-pitch face.
23412         (apropos-accumulator): Doc fix.
23413         (apropos-function, apropos-macro, apropos-command)
23414         (apropos-variable, apropos-face, apropos-group, apropos-widget)
23415         (apropos-plist): Add face property.
23416         (apropos-symbols-internal): Fix indentation.
23417         (apropos-print): Simplify help, and recognize apropos-multi-type.
23418         (apropos-print-doc): Use button-type-get to extract the button's
23419         face property.  Fill docstring (Bug#8352).
23421 2011-04-23  Juanma Barranquero  <lekktu@gmail.com>
23423         * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
23425         * play/mpuz.el (mpuz-silent): Doc fix.
23426         (mpuz-mode-map): Use mapc.
23427         (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
23428         (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
23429         Fix typos in docstrings.
23431         * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
23432         (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
23434         * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
23436 2011-04-23  Chong Yidong  <cyd@stupidchicken.com>
23438         * minibuffer.el (completion--do-completion): Avoid the "Next char
23439         not unique" prompt if icomplete-mode is enabled (Bug#5849).
23441         * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
23442         mouse-2 into unread-command-events, it is interpreted correctly.
23444         * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
23445         (image-toggle-display): Doc fix.
23447 2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
23449         * textmodes/page.el (what-page): Use line-number-at-pos to
23450         calculate line number (Bug#6825).
23452 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
23454         * eshell/esh-mode.el (find-tag-interactive): Declare function.
23455         (eshell-find-tag): Remove `with-no-warnings', unneeded now.
23456         Pass argument NO-DEFAULT to `find-tag-interactive'.
23458 2011-04-22  Juanma Barranquero  <lekktu@gmail.com>
23460         Lexical-binding cleanup.
23462         * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
23463         (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
23464         * progmodes/ada-prj.el (ada-prj-initialize-values)
23465         (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
23466         (ada-prj-show-value):
23467         * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
23468         * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
23469         (antlr-invalidate-context-cache, antlr-options-menu-filter)
23470         (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
23471         * progmodes/bug-reference.el (bug-reference-push-button):
23472         * progmodes/fortran.el (fortran-line-length):
23473         * progmodes/glasses.el (glasses-change):
23474         * progmodes/octave-mod.el (octave-fill-paragraph):
23475         * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
23476         (python-pdbtrack-grub-for-buffer, python-sentinel):
23477         * progmodes/sql.el (sql-save-connection):
23478         * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
23479         * progmodes/xscheme.el (xscheme-enter-debugger-mode):
23480         Mark unused parameters.
23482         * progmodes/compile.el (compilation--flush-directory-cache)
23483         (compilation--flush-parse, compile-internal): Mark unused parameters.
23484         (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
23485         (compilation-next-error-function): Remove unused variable `timestamp'.
23487         * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
23488         (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
23490         * progmodes/dcl-mode.el (dcl-end-of-command):
23491         Remove unused variable `start'.
23492         (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
23493         (dcl-option-value-basic, dcl-option-value-offset)
23494         (dcl-option-value-margin-offset, dcl-option-value-comment-line):
23495         Mark unused parameters.
23496         (dcl-save-local-variable): Remove unused variable `val'.
23497         (mode): Declare.
23499         * progmodes/delphi.el (delphi-save-state, delphi-after-change):
23500         Mark unused parameters.
23501         (delphi-ignore-changes): Move before first use.
23502         (delphi-charset-token-at): Remove unused variable `start'.
23503         (delphi-else-start): Remove unused variable `if-count'.
23504         (delphi-comment-block-start, delphi-comment-block-end):
23505         Remove unused variable `kind'.
23506         (delphi-indent-line): Remove unused variable `new-point'.
23508         * progmodes/ebrowse.el (ebrowse-files-list)
23509         (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
23510         Mark unused parameters.  Don't quote `lambda'.
23511         (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
23512         Don't quote `lambda'.
23513         (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
23514         (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
23515         (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
23516         (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
23517         Use `ignore-errors'.
23518         (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
23519         (ebrowse-view/find-file-and-search-pattern)
23520         (ebrowse-view/find-member-declaration/definition):
23521         Rename parameter TAGS-FILE-NAME to TAGS-FILE.
23522         (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
23523         Rename parameter PREFIX-ARG to PREFIX.
23524         (ebrowse-tags-read-name): Remove unused variables `start' and
23525         `member-info'.
23526         (ebrowse-display-member-buffer): Rename variable `tags-file-name'
23527         to `tags-file'.
23529         * progmodes/etags.el (local-find-tag-hook): Declare.
23530         (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
23531         Mark unused parameters.
23533         * progmodes/executable.el (compilation-error-regexp-alist): Declare.
23534         (executable-interpret): Mark unused parameter.
23536         * progmodes/flymake.el (flymake-process-sentinel)
23537         (flymake-after-change-function)
23538         (flymake-create-temp-with-folder-structure)
23539         (flymake-get-include-dirs-dot): Mark unused parameters.
23540         (flymake-safe-delete-directory): Remove unused variable `err'.
23542         * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
23543         (speedbar-timer-fn, speedbar-line-text)
23544         (speedbar-change-expand-button-char, speedbar-delete-subblock)
23545         (speedbar-center-buffer-smartly): Declare functions.
23546         (gdb-find-watch-expression): Remove unused variable `array'.
23547         (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
23548         (gdb-starting): Mark unused parameters.
23549         (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
23550         (gdb-table-string): Remove unused variable `res'.
23551         (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
23552         (gdb-disassembly-handler-custom): Remove unused variable `pos'.
23553         (gdb-display-buffer): Remove unused variable `cur-size'.
23555         * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
23556         allow lexical-binding compilation.
23557         (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
23558         (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
23559         (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
23560         Mark unused parameters.
23561         (gud-gdb-marker-filter): Remove unused variable `match'.
23562         (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
23563         lambda expressions and funcall them, instead of using `fset'.
23565         * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
23566         HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
23568         * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
23569         variable `header-beg'; use `let'.
23571         * progmodes/icon.el (indent-icon-exp): Remove unused variables
23572         `restart', `last-sexp' and `at-do'.
23574         * progmodes/js.el (js--debug): Mark unused parameter.
23575         (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
23576         (js--splice-into-items): Remove unused variable `item'.
23577         (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
23579         * progmodes/make-mode.el (makefile-make-font-lock-keywords):
23580         Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
23581         (makefile-complete): Remove unused variable `try'.
23582         (makefile-fill-paragraph, makefile-match-function-end):
23583         Mark unused parameters.
23585         * progmodes/octave-inf.el (inferior-octave-complete):
23586         Remove unused variable `proc'.
23587         (inferior-octave-output-digest): Mark unused parameter.
23589         * progmodes/perl-mode.el (perl-calculate-indent):
23590         Remove unused variable `err'.
23592         * progmodes/prolog.el (prolog-mode-keybindings-inferior)
23593         (prolog-indent-line): Mark unused parameters.
23594         (prolog-indent-line): Remove unused variable `beg'.
23596         * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
23597         (reporter-dont-compact-list): Declare.
23599         * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
23600         Remove unused variable `char'.
23601         (sh-debug): Mark unused parameter.
23602         (sh-get-indent-info): Remove unused variable `start'.
23603         (sh-calculate-indent): Remove unused variable `var'.
23605         * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
23606         (simula-electric-keyword): Remove unused variable `null'.
23607         (simula-search-backward, simula-search-forward): Remove unused
23608         variables `begin' and `end'.
23610         * progmodes/vera-mode.el (vera-guess-basic-syntax):
23611         Remove unused variable `pos'.
23612         (vera-electric-tab, vera-comment-uncomment-region):
23613         Mark unused parameters.
23614         (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
23616 2011-04-22  Chong Yidong  <cyd@stupidchicken.com>
23618         * emacs-lisp/package.el (package--builtins, package-alist)
23619         (package-load-descriptor, package-built-in-p, package-activate)
23620         (define-package, package-installed-p)
23621         (package-compute-transaction, package-buffer-info)
23622         (package--push): Doc fix.  Distinguish more clearly between
23623         version strings and version lists.
23625 2011-04-21  Juanma Barranquero  <lekktu@gmail.com>
23627         Lexical-binding cleanup.
23629         * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
23630         (5x5-make-mutate-best):
23631         * play/fortune.el (fortune-in-buffer):
23632         * play/gomoku.el (gomoku-init-display):
23633         * play/solitaire.el (solitaire, solitaire-do-check):
23634         * play/tetris.el (tetris-default-update-speed-function):
23635         Mark unused parameters.
23637         * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
23638         (bubbles--shift): Remove unused variable `char-org'.
23639         (bubbles--set-faces): Remove unused variable `fg-col'.  Simplify.
23640         (bubbles--show-images): Remove unused variable `char'.
23642         * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
23643         (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
23644         (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
23645         (decipher-analyze-buffer): Use ?\s.
23646         (decipher-make-checkpoint): Remove unused variable `mapping'.
23648         * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
23650         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
23651         Remove unused variable `result'; use `let'.
23653         * play/gametree.el (gametree-current-layout, gametree-apply-layout):
23654         Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
23655         (gametree-children-shown-p, gametree-compute-reduced-score):
23656         Use `ignore-errors'.
23658         * play/handwrite.el (ps-lpr-switches): Declare.
23659         (handwrite): Remove unused variables `pmin' and `lastp'.
23661         * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
23663         * play/landmark.el (landmark-init-display)
23664         (landmark-update-naught-weights): Mark unused parameters.
23665         (landmark-y): Remove unused variable `noise'.  Simplify.
23666         (landmark-human-plays): Remove unused variable `score'.
23668         * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
23669         (mpuz-try-proposal): Remove unused variable `game'.
23671         * play/zone.el (life-patterns): Declare.
23673 2011-04-20  Juanma Barranquero  <lekktu@gmail.com>
23675         * vc/vc.el (ediff-vc-internal): Declare function.
23677 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23679         * shell.el: Use lexical-binding and std completion UI.
23680         (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
23681         (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
23682         comint-preoutput-filter-functions rather than on
23683         comint-output-filter-functions.
23684         (shell-command-completion, shell--command-completion-data)
23685         (shell-filename-completion, shell-environment-variable-completion)
23686         (shell-c-a-p-replace-by-expanded-directory): New functions.
23687         (shell-dynamic-complete-functions, shell-dynamic-complete-command)
23688         (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
23689         (shell-dynamic-complete-environment-variable): Use them.
23690         (shell-dynamic-complete-as-environment-variable)
23691         (shell-dynamic-complete-as-command): Remove.
23692         (shell-match-partial-variable): Match past point.
23693         * comint.el: Clean up use of completion-at-point-functions.
23694         (comint-completion-at-point): New function.
23695         (comint-mode): Use it completion-at-point-functions.
23696         (comint-dynamic-complete): Make it obsolete.
23697         (comint-replace-by-expanded-history-before-point): Add dry-run arg.
23698         (comint-c-a-p-replace-by-expanded-history): New function.
23699         (comint-dynamic-complete-functions)
23700         (comint-replace-by-expanded-history): Use it.
23701         * minibuffer.el (completion-table-with-terminator): Allow dynamic
23702         termination strings.  Try harder to avoid second try-completion.
23703         (completion-in-region-mode-map): Disable bindings that don't work yet.
23705         * comint.el: Use lexical-binding.  Require CL.
23706         (comint-dynamic-complete-functions): Use comint-filename-completion.
23707         (comint-completion-addsuffix): Tweak custom type.
23708         (comint-filename-completion, comint--common-suffix)
23709         (comint--common-quoted-suffix, comint--table-subvert)
23710         (comint--complete-file-name-data): New functions.
23711         (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
23712         (comint-dynamic-list-filename-completions): Use them.
23713         (comint-dynamic-simple-complete): Make obsolete.
23715         * minibuffer.el (completion-in-region-mode):
23716         Keep completion-in-region-mode--predicate global.
23717         (completion-in-region--postch):
23718         Assume completion-in-region-mode--predicate is not null.
23720         * progmodes/flymake.el (flymake-start-syntax-check-process):
23721         Obey `dir'.  Simplify.
23723         * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
23724         we're in VC after all.
23726 2011-04-20  Christoph Scholtes  <cschol2112@googlemail.com>
23728         * vc/vc.el (vc-diff-build-argument-list-internal)
23729         (vc-version-ediff, vc-ediff): New commands.
23730         (vc-version-diff): Use vc-diff-build-argument-list-internal.
23732 2011-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
23734         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
23735         add sanity check.
23737         * obsolete/erc-hecomplete.el: Make obsolete.
23738         * obsolete/: Standardize obsolescence info in the header.
23740 2011-04-20  Glenn Morris  <rgm@gnu.org>
23742         * calendar/solar.el (solar-horizontal-coordinates):
23743         Use the longitude argument rather than `calendar-longitude'.
23744         (solar-date-next-longitude): Remove unused locals.
23746 2011-04-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23748         * whitespace.el: New version 13.2.1.
23750 2011-04-20  felix  <EmacsWiki>  (tiny change)
23752         * whitespace.el (global-whitespace-mode): Keep highlight when
23753         switching between major modes on a file.
23755 2011-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
23757         * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
23758         (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
23759         multi-line comments as well.
23761 2011-04-19  Juanma Barranquero  <lekktu@gmail.com>
23763         Lexical-binding cleanup.
23765         * arc-mode.el (archive-mode-revert):
23766         * cmuscheme.el (scheme-interactively-start-process):
23767         * custom.el (custom-initialize-delay):
23768         * dnd.el (dnd-open-local-file, dnd-open-remote-url):
23769         * dos-w32.el (direct-print-region-helper, direct-print-region-function):
23770         * emacs-lock.el (emacs-lock-clear-sentinel):
23771         * ezimage.el (defezimage):
23772         * follow.el (follow-avoid-tail-recenter):
23773         * fringe.el (set-fringe-mode-1):
23774         * generic-x.el (bat-generic-mode-compile):
23775         * help-mode.el (help-info-variable, help-do-xref)
23776         (help-mode-revert-buffer):
23777         * help.el (view-emacs-todo):
23778         * iswitchb.el (iswitchb-completion-help):
23779         * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
23780         * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
23781         (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
23782         * locate.el (locate-update):
23783         * longlines.el (longlines-encode-region)
23784         (longlines-after-change-function):
23785         * outline.el (outline-isearch-open-invisible):
23786         * ps-def.el (declare-function, charset-dimension, char-width)
23787         (encode-char):
23788         * ps-mule.el (ps-mule-plot-string):
23789         * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
23790         (recentf-edit-list-select, recentf-edit-list-validate)
23791         (recentf-open-files-action):
23792         * rect.el (delete-whitespace-rectangle-line)
23793         (rectangle-number-line-callback):
23794         * register.el (window-configuration-to-register)
23795         (frame-configuration-to-register):
23796         * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
23797         * select.el (xselect-convert-to-string, xselect-convert-to-length)
23798         (xselect-convert-to-targets, xselect-convert-to-delete)
23799         (xselect-convert-to-filename, xselect-convert-to-charpos)
23800         (xselect-convert-to-lineno, xselect-convert-to-colno)
23801         (xselect-convert-to-os, xselect-convert-to-host)
23802         (xselect-convert-to-user, xselect-convert-to-class)
23803         (xselect-convert-to-name, xselect-convert-to-integer)
23804         (xselect-convert-to-atom, xselect-convert-to-identity):
23805         * subr.el (declare, ignore, process-kill-without-query)
23806         (text-clone-maintain):
23807         * terminal.el (te-get-char, te-tic-sentinel):
23808         * tool-bar.el (tool-bar-make-keymap):
23809         * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
23810         * type-break.el (type-break-mode, type-break-noninteractive-query):
23811         * view.el (View-back-to-mark):
23812         * wid-browse.el (widget-browse-action, widget-browse-widget)
23813         (widget-browse-widgets, widget-browse-sexp):
23814         * widget.el (define-widget-keywords):
23815         * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
23816         Mark unused parameters.
23818         * align.el (align-adjust-col-for-rule): Mark unused parameter.
23819         (align-areas): Remove unused variable `look'.
23820         (align-region): Remove unused variables `real-end' and `pos-list'.
23822         * apropos.el (apropos-score-doc): Remove unused variable `i'.
23824         * bindings.el (mode-line-modified, mode-line-remote):
23825         Mark unused parameters.
23826         (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
23828         * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
23829         (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
23831         * comint.el (comint-history-isearch-pop-state)
23832         (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
23833         (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
23834         (comint-substitute-in-file-name): Doc fix.
23836         * completion.el (cmpl-statistics-block): Mark unused parameter.
23837         (add-completions-from-tags-table, add-completions-from-lisp-buffer)
23838         (save-completions-to-file, load-completions-from-file):
23839         Remove unused local variable `e'.
23841         * composite.el (compose-chars): Remove unused variable `len'.
23842         (lgstring-insert-glyph): Remove unused variable `g'.
23843         (compose-glyph-string): Remove unused variables `ascent',
23844         `descent', `lbearing' and `rbearing'.
23845         (compose-glyph-string-relative): Remove unused variables
23846         `lbearing', `rbearing' and `wadjust'.
23847         (compose-gstring-for-graphic): Remove unused variables `header',
23848         `wadjust', `xoff' and `yoff'.  Use `let', not `let*'.
23849         (compose-gstring-for-terminal): Remove unused variables `header'
23850         and `nchars'.  Use `let', not `let*'.
23852         * cus-edit.el (Custom-set, Custom-save, custom-reset)
23853         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
23854         (Custom-buffer-done, custom-buffer-create-internal)
23855         (custom-browse-visibility-action, custom-browse-group-tag-action)
23856         (custom-browse-variable-tag-action, custom-browse-face-tag-action)
23857         (widget-magic-mouse-down-action, custom-toggle-parent)
23858         (custom-add-parent-links, custom-toggle-hide-variable)
23859         (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
23860         (custom-toggle-hide-face, face, hook, custom-group-link-action)
23861         (custom-face-menu-create, custom-variable-menu-create, get)
23862         (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
23863         (custom-reset-standard-save-and-update): Remove unused variable `value'.
23864         (customize-apropos): Remove unused variable `tests'.
23865         (custom-group-value-create): Remove unused variable `hidden-p'.
23866         (sort-fold-case): Declare.
23868         * cus-theme.el (custom-reset-standard-faces-list)
23869         (custom-reset-standard-variables-list): Declare.
23870         (customize-create-theme, custom-theme-revert, custom-theme-write)
23871         (custom-theme-choose-mode, customize-themes, custom-theme-save):
23872         Mark unused parameters.
23874         * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
23876         * delim-col.el (delimit-columns-max): Move defvar before first use.
23878         * descr-text.el (describe-char-categories): Don't quote `lambda'.
23879         (describe-char): Don't quote `lambda'.  Mark unused parameter.
23881         * desktop.el (desktop-save-buffer-p): Mark unused parameter.
23882         (auto-insert): Declare.
23883         (desktop-restore-file-buffer): Rename desktop-* parameters;
23884         mark unused ones.
23885         (desktop-create-buffer): Rename desktop-* parameters and bind them.
23886         (desktop-buffer): Rename desktop-* parameters.
23888         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
23889         (dframe-reposition-frame-xemacs, dframe-help-echo)
23890         (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
23891         Mark unused parameters.
23893         * dired-aux.el (backup-extract-version-start, overwrite-query)
23894         (overwrite-backup-query, rename-regexp-query)
23895         (rename-non-directory-query): Declare.
23896         (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23897         (dired-add-entry): Remove unused variable `orig-file-name'.
23898         (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23899         Use parameter PRESERVE-TIME instead of accessing dynamic variable
23900         `dired-copy-preserve-time' directly.
23901         (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23902         (dired-insert-subdir-newpos): Rename unused variable `pos'.
23904         * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23905         (dired-virtual-revert, dired-make-relative-symlink):
23906         Mark unused parameters.
23907         (manual-program): Declare.
23908         (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23909         (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23910         wrapped in `with-no-warnings' to avoid replacing one warning by another.
23912         * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23914         * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23916         * echistory.el (electric-history-in-progress, Helper-return-blurb):
23917         Declare.
23919         * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23921         * electric.el (Electric-command-loop): Rename parameter
23922         INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23924         * expand.el (expand-in-literal): Remove unused variable `here'.
23926         * facemenu.el (facemenu-add-new-color):
23927         Remove unused variable `docstring'.
23929         * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23930         (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23931         (face-attr-construct): Mark unused parameter.  Doc fix.
23932         (read-color): Remove unused variable `hex-string'.
23934         * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23935         (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23936         (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23937         (display-buffer-other-frame): Remove unused variable `old-window'.
23938         (kill-buffer-hook): Declare.
23939         (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23940         Mark unused parameters.
23941         (after-find-file): Pass 1 to `auto-save-mode', not t.
23943         * files-x.el (auto-insert): Declare.
23944         (modify-file-local-variable-prop-line): Remove unused variable `val'.
23946         * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23947         variable `buf'.  Mark unused parameter.
23948         (find-lisp-insert-directory): Mark unused parameter.
23950         * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23951         (format-encode-region): Remove unused variables `cur-buf' and `result'.
23952         (format-common-tail): Remove, unused.
23953         (format-deannotate-region): Remove unused variable `loc'.
23954         (format-annotate-region): Remove unused variable `p'.
23955         (format-annotate-single-property-change): Remove unused variables
23956         `default' and `tail'.
23958         * forms.el (read-file-filter): Declare.
23959         (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23961         * frame.el (frame-creation-function-alist): Mark unused parameter.
23962         (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23964         * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23965         Remove unused parameters.
23966         (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23967         (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23969         * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23970         (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23971         (hfy-prepare-tag-map): Mark unused parameters.
23972         (htmlfontify-buffer): Use `called-interactively-p'.
23974         * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23975         (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23976         (ibuffer-do-occur): Mark unused parameters.
23977         (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23978         (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23980         * ibuffer.el: Don't quote `lambda'.
23981         (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23982         (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23983         Mark unused parameters.
23985         * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23986         (ido-completing-read): Mark unused parameters.
23987         (ido-copy-current-word): Mark unused parameters;
23988         remove unused variable `name'.
23989         (ido-sort-merged-list): Remove unused parameter `dirs'.
23991         * ielm.el (ielm-input-sender): Mark unused parameter.
23992         (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23993         (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23994         (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23995         `ielm-string' as a dynamic variable accessible from the IELM prompt.
23996         Bind `ielm-string' to INPUT-STRING.  Remove unused variable `err'.
23998         * image-dired.el (image-dired-display-thumbs): Remove unused
23999         variables `curr-file' and `count'.
24000         (image-dired-remove-tag): Remove unused variable `start'.
24001         (image-dired-tag-files, image-dired-create-thumbs): Remove unused
24002         variable `curr-file'
24003         (image-dired-rotate-original): Remove unused variable `temp-file'.
24004         (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
24005         Remove unused variable `file'.
24006         (image-dired-gallery-generate): Remove unused variable `curr'.
24007         (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
24009         * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
24011         * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
24013         * informat.el (texinfo-command-start, texinfo-command-end): Declare.
24015         * isearch.el (minibuffer-history-symbol): Declare.
24016         (isearch-edit-string): Remove unused variable `err'.
24017         (isearch-message-prefix, isearch-message-suffix):
24018         Mark unused parameters.
24020         * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
24022         * macros.el (insert-kbd-macro): Remove unused variable `mods'.
24024         * makesum.el (double-column): Remove unused variable `cnt'.
24026         * misearch.el (multi-isearch-pop-state): Mark unused parameter.
24027         (ido-ignore-item-temp-list): Declare.
24029         * mouse-drag.el (mouse-drag-throw): Remove unused variables
24030         `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
24031         `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
24032         (mouse-drag-drag): Remove unused variables `mouse-delta' and
24033         `mouse-col-delta'.
24035         * mouse-sel.el (mouse-extend-internal):
24036         Remove unused variable `orig-window-frame'.
24038         * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
24039         (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
24040         Move declarations before first use.
24041         (pcomplete-opt): Mark unused parameters; doc fix.
24043         * proced.el (proced-revert): Mark unused parameter.
24044         (proced-send-signal): Remove unused variable `err'.
24046         * ps-print.el (ps-print-preprint-region, ps-print-preprint):
24047         Rename parameter PREFIX-ARG to ARG.
24048         (ps-basic-plot-string, ps-basic-plot-whitespace):
24049         Mark unused parameters.
24051         * replace.el (replace-count): Define.
24052         (occur-revert-function): Mark unused parameters.
24053         (ido-ignore-item-temp-list, isearch-error, isearch-forward)
24054         (isearch-case-fold-search, isearch-string): Declare.
24055         (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
24056         bind `case-fold-search'.  Remove unused variables `beg' and `end',
24057         and simplify.
24058         (replace-eval-replacement): Rename parameter REPLACE-COUNT to
24059         COUNT and bind `replace-count'.
24060         (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
24061         to COUNT.
24063         * savehist.el (print-readably, print-string-length): Declare.
24065         * shadowfile.el (shadow-expand-cluster-in-file-name):
24066         Remove unused variable `cluster'.
24067         (shadow-copy-file): Remove unused variable `i'.
24068         (shadow-noquery, shadow-clusters, shadow-site-cluster)
24069         (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
24070         (shadow-define-literal-group, shadow-define-regexp-group)
24071         (shadow-make-group, shadow-shadows-of): Clean up docstrings.
24073         * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
24074         (shell): Use `called-interactively-p'.
24075         (shell-directory-tracker): Remove unused variable `chdir-failure'.
24077         * simple.el (compilation-context-lines, comint-file-name-quote-list)
24078         (comint-file-name-chars, comint-delimiter-argument-list): Declare.
24079         (delete-backward-char): Remove unused variable `ocol'.
24080         (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
24081         (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
24082         (event-apply-hyper-modifier, event-apply-shift-modifier)
24083         (event-apply-control-modifier, event-apply-meta-modifier):
24084         Mark unused parameters.
24085         (undo-make-selective-list): Remove duplicate variable `undo-elt'.
24086         (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
24088         * speedbar.el (speedbar-ignored-directory-expressions)
24089         (speedbar-supported-extension-expressions, speedbar-directory-buttons)
24090         (speedbar-find-file, speedbar-dir-follow)
24091         (speedbar-directory-buttons-follow, speedbar-tag-find)
24092         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
24093         (speedbar-buffers-line-directory, speedbar-buffer-click):
24094         Mark unused parameters.
24095         (speedbar-tag-file): Remove unused variable `mode'.
24096         (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
24098         * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
24100         * talk.el (talk): Remove unused variable `display'.
24102         * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
24103         (tar-write-region-annotate): Mark unused parameter.
24105         * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
24106         (minutes, seconds, time-zone, day, year, monthname, month, dayname):
24107         Declare them, wrapped in `with-no-warnings' to avoid replacing one
24108         warning by another.
24110         * time-stamp.el (time-stamp-string-preprocess):
24111         Remove unused variable `require-padding'.
24113         * tree-widget.el (widget-glyph-enable): Declare.
24114         (tree-widget-action): Mark unused parameter.
24116         * w32-fns.el (x-get-selection): Mark unused parameter.
24117         (autoload-make-program, generated-autoload-file): Declare.
24119         * wdired.el (wdired-revert): Mark unused parameters.
24120         (wdired-xcase-word): Remove unused variable `err'.
24122         * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
24123         (whitespace-help-scroll): Remove unused variable `data-help'.
24125         * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
24126         (widget-image-insert, widget-after-change, default)
24127         (widget-default-format-handler, widget-default-notify)
24128         (widget-default-prompt-value, widget-info-link-action)
24129         (widget-url-link-action, widget-function-link-action)
24130         (widget-variable-link-action, widget-file-link-action)
24131         (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
24132         (widget-field-prompt-internal, widget-field-action, widget-field-match)
24133         (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
24134         (widget-insert-button-action, widget-delete-button-action, visibility)
24135         (widget-documentation-link-action, widget-documentation-string-action)
24136         (widget-const-prompt-value, widget-regexp-match, symbol)
24137         (widget-coding-system-prompt-value)
24138         (widget-key-sequence-value-to-external, sexp)
24139         (widget-sexp-value-to-internal, character, vector, cons)
24140         (widget-choice-prompt-value, widget-boolean-prompt-value)
24141         (widget-color--choose-action): Mark unused parameters.
24142         (widget-item-match-inline, widget-choice-match-inline)
24143         (widget-checklist-match, widget-checklist-match-inline)
24144         (widget-group-match): Rename parameter VALUES to VALS.
24145         (widget-field-value-set): Remove unused variable `size'.
24146         (widget-color-action): Remove unused variables `value' and `start'.
24148         * windmove.el (windmove-wrap-loc-for-movement): Remove unused
24149         variable `dir'.  Doc fix.
24150         (windmove-find-other-window): Don't pass it.
24152         * window.el (count-windows): Mark unused parameter.
24153         (bw-adjust-window): Remove unused variable `err'.
24155         * woman.el (woman-file-name): Remove unused variable `default'.
24156         (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
24157         WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
24158         (global-font-lock-mode): Declare.
24159         (woman-decode-region): Mark unused parameter.
24160         (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
24162         * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
24163         (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
24164         (x-dnd-handle-moz-url): Remove unused variable `title'.
24165         (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
24167         * xml.el (xml-parse-tag, xml-parse-attlist):
24168         Remove unused variable `pos'.
24170 2011-04-19  Glenn Morris  <rgm@gnu.org>
24172         * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
24173         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
24174         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
24175         (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
24176         * calendar/cal-html.el (cal-html-insert-minical):
24177         * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
24178         (calendar-mark-date-pattern):
24179         Prefix "unused" locals.
24181         * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
24182         optional argument `style'.
24184         * calendar/appt.el (appt-make-list):
24185         * calendar/cal-china.el (calendar-chinese-date-string):
24186         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
24187         (diary-hebrew-yahrzeit):
24188         * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
24189         * calendar/calendar.el (calendar-generate-window):
24190         * calendar/time-date.el (time-to-days):
24191         Remove unused local variables.
24193 2011-04-18  Chong Yidong  <cyd@stupidchicken.com>
24195         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
24196         glyphless-char-display table.
24197         (tabulated-list-glyphless-char-display): New var.
24199 2011-04-18  Sam Steingold  <sds@gnu.org>
24201         * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
24202         to acknowledgments.
24204 2011-04-17  Glenn Morris  <rgm@gnu.org>
24206         * calendar/diary-lib.el (diary-sexp-entry):
24207         * calendar/holidays.el (holiday-sexp):
24208         Set debug-on-error rather than the removed stack-trace-on-error.
24210 2011-04-16  Glenn Morris  <rgm@gnu.org>
24212         * progmodes/f90.el: Use lexical-binding.
24213         (f90-get-correct-indent): Remove unnecessary local variable `cont'.
24215 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24217         * mail/sendmail.el (mail-mode-map): Use completion-at-point.
24218         (mail-mode): Setup mailalias completion here instead.
24219         * mail/mailalias.el: Use lexical-binding.
24220         (pattern, mailalias-done): Declare dynamic.
24221         (mail-completion-at-point-function): New function, from mail-complete.
24222         (mail-complete): Use it.
24223         (mail-completion-expand): New function.
24224         (mail-get-names): Use it.
24225         (mail-directory, mail-directory-process, mail-directory-stream):
24226         Don't use `pattern' for lexically bound arg.
24228         * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
24230         * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
24231         (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
24232         (hfy-etags-cmd-alist): Don't eval-and-compile any more.
24234         * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
24235         (byte-save-window-excursion, byte-temp-output-buffer-setup)
24236         (byte-interactive-p): Define them again, for use when inlining
24237         old code.
24239 2011-04-15  Juanma Barranquero  <lekktu@gmail.com>
24241         * loadup.el: Use `string-to-number', not `string-to-int'.
24243 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
24245         * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
24246         gud-gdb-complete-command.
24247         (gud-gdb-completions): New function, from gud-gdb-complete-command.
24248         (gud-gdb-completion-at-point): New function.
24249         (gud-gdb-completions): Remove.
24251 2011-04-14  Michael Albinus  <michael.albinus@gmx.de>
24253         * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
24254         when the scripts fail.  Use `tramp-do-file-attributes-with-ls' then.
24255         (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
24256         whether `executable-find' is bound.
24258         * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
24260 2011-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24262         * minibuffer.el (completion-in-region-mode-predicate)
24263         (completion-in-region-mode--predicate): New vars.
24264         (completion-in-region, completion-in-region--postch)
24265         (completion-in-region-mode): Use them.
24266         (completion--capf-wrapper): Also return the hook function.
24267         (completion-at-point, completion-help-at-point):
24268         Adjust and provide a predicate.
24270         Preserve arg names for advice of subr and lexical functions (bug#8457).
24271         * help-fns.el (help-function-arglist): Consolidate the subr and
24272         new-byte-code cases.  Add argument `preserve-names' to extract names
24273         from the docstring when needed.
24274         * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
24275         (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
24276         (ad-arglist): Use help-function-arglist's new arg.
24277         (ad-definition-type): Use cond.
24279 2011-04-13  Juanma Barranquero  <lekktu@gmail.com>
24281         * autorevert.el (auto-revert-handler):
24282         Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
24283         which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
24284         Don't quote lambda.
24286         * image-mode.el (image-transform-set-scale):
24287         Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
24289 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24291         * net/network-stream.el (network-stream-open-starttls): Only do
24292         opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
24293         Upgrades via gnutls-cli are too slow to be done opportunistically.
24295 2011-04-12  Juanma Barranquero  <lekktu@gmail.com>
24297         * dframe.el (dframe-current-frame): Remove spurious quote.
24299 2011-04-12  Glenn Morris  <rgm@gnu.org>
24301         * calendar/cal-tex.el (cal-tex-end-document):
24302         Try to automatically use latin1 input if needed.
24304         * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
24305         Don't try to cons a mark onto an empty element.
24307 2011-04-11  Leo Liu  <sdl.web@gmail.com>
24309         * ido.el (ido-buffer-internal): Allow method 'kill for virtual
24310         buffers.
24311         (ido-kill-buffer-at-head): Support killing virtual buffers.
24313 2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
24315         * minibuffer.el (completion-show-inline-help): New var.
24316         (completion--do-completion, minibuffer-complete)
24317         (minibuffer-force-complete, minibuffer-complete-word):
24318         Inhibit minibuffer messages if completion-show-inline-help is nil.
24320         * icomplete.el (icomplete-mode): Bind completion-show-inline-help
24321         to avoid interference from inline help (Bug#5849).
24323 2011-04-10  Leo Liu  <sdl.web@gmail.com>
24325         * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
24326         Fix typo.
24328 2011-04-09  Chong Yidong  <cyd@stupidchicken.com>
24330         * image-mode.el (image-toggle-display-image): Signal an error if
24331         not in Image mode.
24332         (image-transform-mode, image-transform-resize)
24333         (image-transform-set-rotation): Doc fix.
24334         (image-transform-set-resize): Delete.
24335         (image-transform-set-scale, image-transform-fit-to-height)
24336         (image-transform-fit-to-width): Handle image-toggle-display-image
24337         and image-transform-resize directly.
24339 2011-04-08  Sho Nakatani  <lay.sakura@gmail.com>
24341         * doc-view.el (doc-view-fit-width-to-window)
24342         (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
24343         New functions for fitting the shown image to the Emacs window size.
24344         (doc-view-mode-map): Add bindings for the new functions.
24346 2011-04-08  Juanma Barranquero  <lekktu@gmail.com>
24348         * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
24349         Fix typo in docstring.
24351 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24353         * files.el (file-size-human-readable): Produce one digit after
24354         decimal, like "ls -lh" does.
24356         * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
24357         the file size representation.
24359         * simple.el (list-processes): If async subprocesses are not
24360         available, error out with a clear error message.
24362 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
24364         * help.el (help-form-show): New function, to be called from C.
24365         Put help-form output in a buffer named differently than *Help*.
24367 2011-04-08  Eli Zaretskii  <eliz@gnu.org>
24369         * files.el (file-size-human-readable): New function.
24371         * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
24372         computing the representation inline.  Don't require `cl'.
24374 2011-04-08  Glenn Morris  <rgm@gnu.org>
24376         * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
24378         * net/browse-url.el (browse-url-firefox):
24379         Test system-type, not system-configuration.
24381         * vc/log-edit.el (log-edit-empty-buffer-p): New function.
24382         (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
24383         Use log-edit-empty-buffer-p.  (Bug#7598)
24385         * net/rlogin.el (rlogin-process-connection-type): Simplify.
24386         (rlogin-mode-map): Initialize in the defvar.
24387         (rlogin): Use ignore-errors.
24389         * replace.el (occur-mode-map): Some fixes for menu items.
24391 2011-04-07  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
24393         * play/morse.el (denato-region): Handle varying case.  (Bug#8386)
24395 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
24397         * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
24398         issuing unused warnings.
24400         * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
24401         macro directly.
24403         * simple.el: Lisp reimplement of list-processes.  Based on an
24404         earlier reimplementation by Leo Liu, but using tabulated-list.el.
24405         (process-menu-mode): New major mode.
24406         (list-processes--refresh, list-processes):
24407         (process-menu-visit-buffer): New functions.
24409         * files.el (save-buffers-kill-emacs): Don't assume any return
24410         value of list-processes, which is undocumented anyway.
24412 2011-04-06  Chong Yidong  <cyd@stupidchicken.com>
24414         * emacs-lisp/tabulated-list.el: New file.
24416         * emacs-lisp/package.el: Use Tabulated List mode.
24417         (package-menu-mode-map): Inherit from tabulated-list-mode-map.
24418         (package-menu-mode): Derive from tabulated-list-mode.  Set up the
24419         table format using Tabulated List mode variables.
24420         (package--push): New macro, replacing package-list-maybe-add.
24421         (package-menu--generate): Use package--push.  Renamed from
24422         package--generate-package-list.
24423         (package-menu-refresh, list-packages): Use it.
24424         (package-menu--print-info): Rename from package-print-package.
24425         Return insertion data instead of inserting it directly.
24426         (package-menu-describe-package, package-menu-execute):
24427         Use tabulated-list-get-id.
24428         (package-menu-mark-delete, package-menu-mark-install)
24429         (package-menu-mark-unmark, package-menu-backup-unmark)
24430         (package-menu-mark-obsolete-for-deletion):
24431         Use tabulated-list-put-tag.
24432         (package--list-packages, package-menu-revert)
24433         (package-menu-get-package, package-menu-get-version)
24434         (package-menu-sort-by-column): Functions deleted.
24435         (package-menu-package-list, package-menu-sort-key): Vars deleted.
24436         (package-menu--status-predicate, package-menu--version-predicate)
24437         (package-menu--name-predicate)
24438         (package-menu--description-predicate): Handle arguments in the
24439         Tabulated List format.
24440         (package-list-packages-no-fetch): Call list-packages.
24442 2011-04-06  Juanma Barranquero  <lekktu@gmail.com>
24444         * files.el (after-find-file-from-revert-buffer): Remove variable.
24445         (after-find-file): Don't bind it.
24446         (revert-buffer-in-progress-p): New variable.
24447         (revert-buffer): Bind it.
24448         Pass nil for `after-find-file-from-revert-buffer'.
24450         * saveplace.el (save-place-find-file-hook): Use new variable
24451         `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
24453 2011-04-06  Glenn Morris  <rgm@gnu.org>
24455         * Makefile.in (AUTOGEN_VCS): New variable.
24456         (autoloads): Use $AUTOGEN_VCS.
24458         * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
24459         * calendar/calendar.el (calendar-mode-map):
24460         Check for toolkit scroll bars.  (Bug#8305)
24462 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
24464         * minibuffer.el (completion-in-region--postch)
24465         (completion-in-region-mode): Remove unnecessary messages.
24467 2011-04-05  Juanma Barranquero  <lekktu@gmail.com>
24469         * font-lock.el (font-lock-refresh-defaults):
24470         Don't bind `hi-lock--inhibit-font-lock-hook', removed in
24471         2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
24473         * info.el (Info-directory-list, Info-read-node-name-2)
24474         (Info-split-parameter-string): Doc fixes.
24475         (Info-virtual-nodes): Reflow docstring.
24476         (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
24477         (Info-apropos-toc-nodes, info-finder, Info-get-token)
24478         (Info-find-emacs-command-nodes, Info-speedbar-key-map):
24479         Fix typos in docstrings.
24480         (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
24481         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
24482         (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
24483         (Info-restore-desktop-buffer): Mark unused parameters.
24484         (Info-directory-find-file, Info-directory-find-node)
24485         (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
24486         (Info-virtual-index-find-node, Info-apropos-find-file)
24487         (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
24488         Mark unused parameters; fix typos in docstrings.
24489         (Info-virtual-index): Remove unused local variable `nodename'.
24491 2011-04-05  Deniz Dogan  <deniz@dogan.se>
24493         * net/rcirc.el: Update my e-mail address.
24494         (rcirc-mode-map): Remove M-o binding.
24496 2011-04-05  Chong Yidong  <cyd@stupidchicken.com>
24498         * startup.el (command-line): Save the cursor's theme-face
24499         directly, instead of using face-override-spec.
24501         * custom.el (load-theme): Minor optimization in assigning faces.
24503 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
24505         * help-fns.el (describe-variable): Complete all variables having
24506         documentation, including keywords.
24507         http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
24509 2011-04-04  Juanma Barranquero  <lekktu@gmail.com>
24511         Convert to lexical-binding.
24513         * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
24514         (bs--get-marked-string, bs--get-modified-string)
24515         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
24516         (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
24517         (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
24519         * ehelp.el (electric-help-execute-extended)
24520         (electric-help-ctrl-x-prefix):
24521         * hexl.el (hexl-revert-buffer-function):
24522         * linum.el (linum-after-change, linum-after-scroll):
24523         * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
24525         * help-fns.el (help-describe-category-set): Remove unused ERR variable.
24527 2011-04-04  Daiki Ueno  <ueno@unixuser.org>
24529         * epa-dired.el:
24530         * epa-mail.el:
24531         * epa-hook.el:
24532         * epa-file.el:
24533         * epa.el:
24534         * epg.el: Use lexical binding.
24536 2011-04-03  Chong Yidong  <cyd@stupidchicken.com>
24538         * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
24540         * textmodes/flyspell.el (flyspell-word): Recognize default
24541         dictionary case for flyspell-mark-duplications-exceptions.
24542         Use regexp matching for languages.
24543         (flyspell-mark-duplications-exceptions): Add "that" and "had" for
24544         default dictionary (Bug#7926).
24546 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
24548         * emacs-lisp/package.el (package--with-work-buffer):
24549         Recognize https URLs.
24551         * net/network-stream.el: Move from gnus/proto-stream.el.
24552         Change prefix to network-stream throughout.
24553         (open-protocol-stream): Merge into open-network-stream, leaving
24554         open-protocol-stream as an alias.  Handle nil BUFFER args.
24556         * subr.el (open-network-stream): Move to net/network-stream.el.
24558 2011-04-02  Glenn Morris  <rgm@gnu.org>
24560         * find-dired.el (find-exec-terminator): New option.
24561         (find-ls-option): Test for -ls support.
24562         (find-ls-subdir-switches): Test for -b in find-ls-option.
24563         (find-dired, find-grep-dired): Doc fixes.
24564         (find-dired): Use find-exec-terminator.
24566         * find-dired.el (find-ls-option, find-ls-subdir-switches)
24567         (find-grep-options): Do not autoload these defcustoms, remove purecopy.
24568         (find-name-arg): Remove purecopy.
24570         * progmodes/grep.el (grep-find-use-xargs): Doc fix.
24571         (grep-compute-defaults): Check for `-exec COMMAND +' support.
24572         Set grep-find-use-xargs, grep-find-command, and grep-find-template
24573         accordingly.  Don't add the null-device if not needed.
24575         * files.el (save-some-buffers): Doc fix.
24577 2011-04-02  Eli Zaretskii  <eliz@gnu.org>
24579         * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
24581 2011-04-01  Juanma Barranquero  <lekktu@gmail.com>
24583         * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
24584         Use `dolist' rather than `mapcar'.
24586 2011-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
24588         Add lexical binding.
24590         * subr.el (apply-partially): Use new closures rather than CL.
24591         (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
24592         (dolist, dotimes): Use slightly different expansion for lexical code.
24593         (functionp): Move to C.
24594         (letrec): New macro.
24595         (with-wrapper-hook): Use it and apply-partially instead of CL.
24596         (eval-after-load): Preserve lexical-binding.
24597         (save-window-excursion, with-output-to-temp-buffer): Turn them
24598         into macros.
24600         * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
24602         * help-fns.el (help-split-fundoc): Return nil if there's nothing else
24603         than the arglist.
24604         (help-add-fundoc-usage): Don't add `Not documented'.
24605         (help-function-arglist): Handle closures, subroutines, and new
24606         byte-code-functions.
24607         (help-make-usage): Remove leading underscores.
24608         (describe-function-1): Handle closures.
24609         (describe-variable): Use special-variable-p for completion.
24611         * files.el (lexical-binding): Declare safe.
24613         * emacs-lisp/pcase.el: Don't use destructuring-bind.
24614         (pcase--memoize): Rename from pcase-memoize.  Change weakness.
24615         (pcase): Add `let' pattern.
24616         Change memoization so it actually works.
24617         (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
24618         (pcase--u1) <guard, pred>: Fix possible shadowing problem.
24619         <let>: New case.
24621         * emacs-lisp/macroexp.el: Use lexical binding.
24622         (macroexpand-all-1): Check obsolete macros.  Expand compiler-macros.
24623         Don't convert ' to #' without checking that it's indeed quoting
24624         a lambda.
24626         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
24627         Use eval-sexp-add-defvars.
24628         (eval-sexp-add-defvars): New fun.
24630         * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
24632         * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
24633         Don't autoload.
24634         (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
24635         than the internal `byte-compile-lambda'.
24636         (defmethod): Don't hide code under quotes.
24637         (eieio-defmethod): New `code' argument.
24639         * emacs-lisp/eieio-comp.el: Remove.
24641         * emacs-lisp/edebug.el (edebug-eval-defun)
24642         (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
24643         (edebug-toggle): Avoid `eval'.
24645         * emacs-lisp/disass.el (disassemble-internal): Handle new
24646         `closure' objects.
24647         (disassemble-1): Handle new byte codes.
24649         * emacs-lisp/cl.el (pushnew): Silence warning.
24651         * emacs-lisp/cl-macs.el (cl-byte-compile-block)
24652         (cl-byte-compile-throw): Remove.
24653         (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
24655         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
24656         closures.
24658         * emacs-lisp/cconv.el: New file.
24660         * emacs-lisp/bytecomp.el: Use lexical binding instead of
24661         a "bytecomp-" prefix.  Macroexpand everything as a separate phase.
24662         (byte-compile-initial-macro-environment):
24663         Handle declare-function here.
24664         (byte-compile--lexical-environment): New var.
24665         (byte-stack-ref, byte-stack-set, byte-discardN)
24666         (byte-discardN-preserve-tos): New lap codes.
24667         (byte-interactive-p): Don't use any more.
24668         (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
24669         New macros.
24670         (byte-compile-lapcode): Use them and handle new lap codes.
24671         (byte-compile-obsolete): Remove.
24672         (byte-compile-arglist-signature): Handle new byte-code arg"lists".
24673         (byte-compile-arglist-warn): Check late def of inlinable funs.
24674         (byte-compile-cl-warn): Don't silence warnings for compiler-macros
24675         since they should have been expanded by now.
24676         (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
24677         (byte-compile-from-buffer): Remove unused second arg.
24678         (byte-compile-preprocess): New function.
24679         (byte-compile-toplevel-file-form): New function to distinguish
24680         file-form calls from outside from file-form calls from hunk-handlers.
24681         (byte-compile-file-form): Simplify.
24682         (byte-compile-file-form-defsubst): Remove.
24683         (byte-compile-file-form-defmumble): Simplify now that
24684         byte-compile-lambda always returns a byte-code-function.
24685         (byte-compile): Preprocess.
24686         (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
24687         Remove, not used any more.
24688         (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
24689         (byte-compile-make-args-desc): New funs.
24690         (byte-compile-lambda): Handle lexical functions.  Always return
24691         a byte-code-function.
24692         (byte-compile-reserved-constants): New var, to make up room for
24693         closed-over variables.
24694         (byte-compile-constants-vector): Obey it.
24695         (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
24696         (byte-compile-macroexpand-declare-function): New function.
24697         (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
24698         byte-code-functions.
24699         (byte-compile-form): Check obsolescence here.
24700         (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
24701         (byte-compile-variable-ref): Remove.
24702         (byte-compile-dynamic-variable-op): New fun.
24703         (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
24704         (byte-compile-variable-set): New funs.
24705         (byte-compile-discard): Add 2 args.
24706         (byte-compile-stack-ref, byte-compile-stack-set)
24707         (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
24708         (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
24709         macroexpand-all instead.
24710         (byte-compile-quote-form): Remove.
24711         (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
24712         (byte-compile-bind, byte-compile-unbind): New funs.
24713         (byte-compile-let): Handle let* and lexical binding.
24714         (byte-compile-let*): Remove.
24715         (byte-compile-catch, byte-compile-unwind-protect)
24716         (byte-compile-track-mouse, byte-compile-condition-case):
24717         Handle a new :fun-body form, used for lexical scoping.
24718         (byte-compile-save-window-excursion)
24719         (byte-compile-with-output-to-temp-buffer): Remove.
24720         (byte-compile-defun): Simplify.
24721         (byte-compile-stack-adjustment): New fun.
24722         (byte-compile-out): Use it.
24723         (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
24725         * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
24726         handler any more.
24728         * emacs-lisp/byte-opt.el: Use lexical binding.
24729         (byte-inline-lapcode): Remove (to bytecomp).
24730         (byte-compile-inline-expand): Pay attention to inlining to/from
24731         lexically bound code.
24732         (byte-compile-unfold-lambda): Don't handle byte-code-functions
24733         any more.
24734         (byte-optimize-form-code-walker): Don't handle save-window-excursion
24735         any more and don't call compiler-macros.
24736         (byte-compile-splice-in-already-compiled-code): Remove.
24737         (byte-code): Don't inline any more.
24738         (disassemble-offset): Receive `bytes' as argument rather than via
24739         dynamic scoping.
24740         (byte-compile-tag-number): Declare before first use.
24741         (byte-decompile-bytecode-1): Handle new byte-codes, don't change
24742         `return' even if make-spliceable.
24743         (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
24744         obsolete interactive-p.
24745         (byte-optimize-lapcode): Optimize new lap-codes.
24746         Don't trip up on new form of `byte-constant' lap code.
24748         * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
24750         * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
24752         * custom.el (custom-initialize-default, custom-declare-variable):
24753         Use `defvar'.
24755         * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
24756         New variables.
24757         (compile-onefile, .el.elc, compile-calc, recompile): Use them.
24758         (COMPILE_FIRST): Add macroexp and cconv.
24759         * makefile.w32-in: Mirror changes in Makefile.in.
24761         * vc/cvs-status.el:
24762         * vc/diff-mode.el:
24763         * vc/log-edit.el:
24764         * vc/log-view.el:
24765         * vc/smerge-mode.el:
24766         * textmodes/bibtex-style.el:
24767         * textmodes/css-mode.el:
24768         * startup.el:
24769         * uniquify.el:
24770         * minibuffer.el:
24771         * newcomment.el:
24772         * reveal.el:
24773         * server.el:
24774         * mpc.el:
24775         * emacs-lisp/smie.el:
24776         * doc-view.el:
24777         * dired.el:
24778         * abbrev.el: Use lexical binding.
24780 2011-04-01  Eli Zaretskii  <eliz@gnu.org>
24782         * info.el (info-display-manual): New function.
24784 2011-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24786         * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
24788 2011-03-31  Tassilo Horn  <tassilo@member.fsf.org>
24790         * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
24791         an entry for that server in rcirc-authinfo.  (Bug#8385)
24793 2011-03-31  Glenn Morris  <rgm@gnu.org>
24795         * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
24797         * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
24799 2011-03-30  Christoph Scholtes  <cschol2112@googlemail.com>
24801         * progmodes/python.el (python-default-interpreter)
24802         (python-python-command-args, python-jython-command-args)
24803         (python-which-shell, python-which-args, python-which-bufname)
24804         (python-file-queue, python-comint-output-filter-function)
24805         (python-toggle-shells, python-shell): Remove obsolete defcustoms,
24806         variables and functions.
24808 2011-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
24810         * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
24811         (completion-in-region-mode): New minor mode.
24812         (completion-in-region): Use it.
24813         (completion-in-region--data, completion-in-region-mode-map): New vars.
24814         (completion-in-region--postch): New function.
24815         (completion--capf-misbehave-funs, completion--capf-safe-funs):
24816         New vars.
24817         (completion--capf-wrapper): New function.
24818         (completion-at-point): Use it to track well-behavedness of
24819         hook functions.
24820         (completion-help-at-point): New command.
24822 2011-03-30  Jason Merrill  <jason@redhat.com>  (tiny change)
24824         * vc/add-log.el (add-change-log-entry): Don't use whitespace
24825         syntax class to search for whitespace on a single line
24826         (Message-ID: <4D938140.4030905@redhat.com>).
24828 2011-03-30  Leo Liu  <sdl.web@gmail.com>
24830         * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
24831         New commands.
24832         (edit-abbrevs-map): Bind them here.
24833         (write-abbrev-file): New optinal arg VERBOSE.  (Bug#5937)
24835 2011-03-29  Ken Manheimer  <ken.manheimer@gmail.com>
24837         * allout.el (allout-hide-by-annotation, allout-flag-region):
24838         Reduce possibility of overlay leakage by making them volatile.
24840         * allout-widgets.el (allout-widgets-tally): Define as nil so the
24841         hash is not shared between buffers.  Mode initialization is
24842         responsible for giving it a useful starting value.
24843         (allout-item-span): Reduce possibility of overlay leakage by
24844         making them volatile.
24845         (allout-widgets-count-buttons-in-region): Add diagnostic function
24846         for tracking down button overlay leaks.
24848 2011-03-29  Leo Liu  <sdl.web@gmail.com>
24850         * ido.el (ido-read-internal): Use the default history var
24851         minibuffer-history if no HISTORY is specified.
24853 2011-03-28  Brian T. Sniffen  <bsniffen@akamai.com>  (tiny change)
24855         * net/imap.el (imap-shell-open, imap-process-connection-type):
24856         Use imap-process-connection-type for 'shell' streams as well as
24857         Kerberos, SSL, other subprocesses.
24859 2011-03-28  Leo Liu  <sdl.web@gmail.com>
24861         * abbrev.el (abbrev-table-empty-p): New function.
24862         (prepare-abbrev-list-buffer): Place empty abbrev tables after
24863         nonempty ones.  (Bug#5937)
24865 2011-03-27  Jan Djärv  <jan.h.d@swipnet.se>
24867         * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
24869 2011-03-27  Leo Liu  <sdl.web@gmail.com>
24871         * ansi-color.el (ansi-color-names-vector): Allow cons cell value
24872         for foreground and background colors.
24873         (ansi-color-make-color-map): Adapt.
24875 2011-03-25  Leo Liu  <sdl.web@gmail.com>
24877         * midnight.el (midnight-time-float): Remove.  Note it calculates
24878         the microsecond component incorrectly and seconds-to-time does the
24879         same job.
24880         Remove redundant (require 'timer).
24882         * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
24883         (ido-completions): Remove unused arguments.  (Bug#8329)
24885 2011-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24887         * minibuffer.el (completion--flush-all-sorted-completions):
24888         Remove itself from hook.
24889         (completion-at-point): Let the functions perform the completion
24890         immediately and return nil or t.
24891         * comint.el (comint-dynamic-complete-functions): Now identical to
24892         completion-at-point-functions.
24893         (comint-dynamic-list-input-ring): Remove unused var `index'.
24894         (comint--match-partial-filename, comint--unquote&expand-filename):
24895         New funs, split from comint-match-partial-filename.
24896         (comint-dynamic-complete): Use completion-at-point.
24897         (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24899 2011-03-24  Drew Adams  <drew.adams@oracle.com>
24901         * thingatpt.el: Support `defun'.
24903 2011-03-23  Leo Liu  <sdl.web@gmail.com>
24905         * abbrevlist.el: Move to obsolete/abbrevlist.el.
24907         * help-mode.el (help-mode-finish): Tweak regexp.
24909 2011-03-23  Glenn Morris  <rgm@gnu.org>
24911         * eshell/esh-opt.el (eshell-eval-using-options):
24912         Do not bind unused local variable `eshell-option-stub'.
24914         * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24916 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
24918         * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24919         keymap variable in `with-no-warnings' to avoid a warning when the
24920         keymap has been already `defconst'ed.
24922 2011-03-22  Leo Liu  <sdl.web@gmail.com>
24924         * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24925         encode all chars in abbrevs; otherwise use emacs-mule or
24926         utf-8-emacs.  (Bug#8308)
24928 2011-03-22  Juanma Barranquero  <lekktu@gmail.com>
24930         * simple.el (backward-delete-char-untabify):
24931         Avoid warning about using `delete-backward-char'.
24933         * image.el (image-type-file-name-regexps): Make it variable.
24934         `imagemagick-register-types' modifies it, and the user may want
24935         to add new extensions for known image types.
24936         (imagemagick-register-types): Throw error if not using ImageMagick.
24938 2011-03-22  Leo Liu  <sdl.web@gmail.com>
24940         * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24941         located before rcirc-prompt-end-marker.
24942         (rcirc-complete): Error if point is not after rcirc prompt.
24943         Handle the case when table is nil.
24944         (rcirc-user-authenticated): Define to fix compiler warning.
24946 2011-03-22  Chong Yidong  <cyd@stupidchicken.com>
24948         * custom.el (custom--inhibit-theme-enable): Make it affect only
24949         custom-theme-set-variables and custom-theme-set-faces.
24950         (provide-theme): Ignore custom--inhibit-theme-enable.
24951         (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24952         (custom-enabling-themes): Delete variable.
24953         (enable-theme): Accept only loaded themes as arguments.
24954         Ignore the special custom-enabled-themes variable.
24955         (custom-enabled-themes): Forbid themes from setting this.
24956         Eliminate use of custom-enabling-themes.
24957         (custom-push-theme): Quote "changed" custom var entry.
24959 2011-03-21  Leo Liu  <sdl.web@gmail.com>
24961         * ido.el (ido-read-internal): Add ido-selected to history instead
24962         of user input.
24964 2011-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24966         * subr.el (deferred-action-list, deferred-action-function):
24967         Mark obsolete.
24969 2011-03-21  Leo Liu  <sdl.web@gmail.com>
24971         * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24972         change on 2011-02-13 (bug#8309).
24974         * minibuffer.el (read-file-name-function): Change default value.
24975         (read-file-name--defaults): Rename from read-file-name-defaults.
24976         (read-file-name-default): Rename from read-file-name.
24977         (read-file-name): Call read-file-name-function.
24979 2011-03-21  Glenn Morris  <rgm@gnu.org>
24981         * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24982         Doc fixes.
24984 2011-03-21  Chong Yidong  <cyd@stupidchicken.com>
24986         * cus-theme.el: Add missing provide statement.
24987         (customize-create-theme): Extract theme value correctly.
24988         (custom-theme-visit-theme): Autoload.
24989         (customize-create-theme): Prompt before inserting default faces.
24991 2011-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
24993         * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24994         units and musical notes.
24996 2011-03-20  Leo Liu  <sdl.web@gmail.com>
24998         * ido.el (ido-read-internal): Use completing-read-default.
24999         (ido-completing-read): Fix compatibility with completing-read.
25001 2011-03-20  Christian Ohler  <ohler@gnu.org>
25003         * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
25004         (ert-delete-all-tests): Use `called-interactively-p' rather than
25005         `interactive-p'.
25006         (ert--make-xrefs-region): Respect END.
25008 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25010         * dired-aux.el (dired-create-directory): Signal an error if the
25011         directory already exists (Bug#8246).
25013         * facemenu.el (list-colors-display): Call list-faces-display
25014         inside with-help-window.
25015         (list-colors-print): Use display property to align the final
25016         column, instead of checking window-width.
25018 2011-03-19  Eli Zaretskii  <eliz@gnu.org>
25020         * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
25021         windows-nt systems.
25022         (emerge-protect-metachars): Quote correctly for ms-dos and
25023         windows-nt systems.
25025 2011-03-19  Ralph Schleicher  <rs@ralph-schleicher.de>
25027         * info.el (info-initialize): Replace all uses of `:' with
25028         path-separator for compatibility with non-Unix systems.
25029         Cache quoting of path-separator.  (Bug#8258)
25031 2011-03-19  Juanma Barranquero  <lekktu@gmail.com>
25033         * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
25034         (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
25035         (mouse-avoidance-mode): Fix typos in docstrings.
25037 2011-03-19  Chong Yidong  <cyd@stupidchicken.com>
25039         * startup.el (package-subdirectory-regexp): Move from package.el.
25040         Omit \\` and \\', and let callers add them.
25042         * emacs-lisp/package.el (package-strip-version)
25043         (package-load-all-descriptors): Add \\` and \\' to
25044         package-subdirectory-regexp before using it.
25045         (package-untar-buffer): New arg DIR; ensure that file untars only
25046         into this expected directory.  Remove superfluous delete-region.
25047         (package-unpack): Caller changed.
25048         (package-tar-file-info): Use package-subdirectory-regexp.
25050 2011-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
25052         * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
25053         diff-mode-shared-map (bug#8284).
25054         (diff-mode-shared-map): Re-introduce some bindings that were problematic.
25056 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25058         * calendar/time-date.el (format-seconds): Use assoc instead of
25059         assoc-string, since assoc-string doesn't exist in XEmacs.
25061 2011-03-17  Juanma Barranquero  <lekktu@gmail.com>
25063         * custom.el (custom-known-themes): Reflow docstring.
25064         (custom-theme-load-path): Fix typo in docstring.
25065         (load-theme): Fix typo in error message.
25066         (custom-available-themes, custom-variable-theme-value):
25067         Use `let', not `let*'.
25069 2011-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
25071         * calc/README: Mention inclusion of musical notes.
25073         * calc/calc-units.el (calc-lu-quant): Rename from
25074         `calc-logunits-quantity'.
25075         (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
25076         (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
25077         (calc-db): Rename from `calc-dblevel'.
25078         (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
25079         (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
25080         (calc-np): Rename from `calc-nplevel'.
25081         (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
25082         (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
25083         (calc-lu-plus): Rename from `calc-logunits-add'.
25084         (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
25085         (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
25086         (calc-lu-minus): Rename from `calc-logunits-sub'.
25087         (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
25088         (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
25089         (calc-lu-times): Rename from `calc-logunits-mul'.
25090         (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
25091         (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
25092         (calc-lu-divide): Rename from `calc-logunits-div'.
25093         (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
25094         (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
25096         * calc/calc-ext.el (calc-init-extensions): Update the names of the
25097         functions being autoloaded.
25099         * calc/calc.el (calc-lu-power-reference): Rename from
25100         `calc-logunits-power-reference'.
25101         (calc-lu-field-reference): Rename from
25102         `calc-logunits-field-reference'.
25104         * calc/calc-help.el (calc-l-prefix-help):
25105         Mention musical note functions.
25107 2011-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
25109         * minibuffer.el (completion-all-sorted-completions):
25110         Use :completion-cycle-penalty text property if present.
25112 2011-03-16  Ken Manheimer  <ken.manheimer@gmail.com>
25114         * allout.el (allout-yank-processing): Adjust for new rebulleting
25115         regime so bullet being yanked is used without prompting the user
25116         for a choice.
25118 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25120         * startup.el (command-line): Warn the user that _emacs is deprecated.
25122 2011-03-16  Juanma Barranquero  <lekktu@gmail.com>
25124         * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
25125         (delphi-verbose, delphi-comment-face, delphi-string-face)
25126         (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
25127         (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
25128         (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
25129         (delphi-new-comment-line, delphi-font-lock-defaults)
25130         (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
25131         Fix typos in docstrings.
25133 2011-03-15  Ken Manheimer  <ken.manheimer@gmail.com>
25135         * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
25136         Invert the roles of character and string values for INSTEAD, so a
25137         string is used for the more common case of a defaulting prompt.
25139 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25141         * progmodes/ruby-mode.el (ruby-backward-sexp):
25142         * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
25143         * play/gamegrid.el (gamegrid-make-face):
25144         * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
25145         (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
25146         * notifications.el (notifications-notify):
25147         * net/xesam.el (xesam-search-engines):
25148         * net/quickurl.el (quickurl-list-insert):
25149         * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
25151 2011-03-15  Chong Yidong  <cyd@stupidchicken.com>
25153         * startup.el (command-line): Update package subdirectory regexp.
25155 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25157         * allout.el (allout-abbreviate-flattened-numbering)
25158         (allout-mode-deactivate-hook): Fix up obsolescence "date".
25160         * subr.el (read-char-choice): Only show the cursor after the prompt,
25161         not after the answer.
25163 2011-03-15  Kevin Ryde  <user42@zip.com.au>
25165         * help-fns.el (variable-at-point): Skip leading quotes, if any
25166         (bug#8253).
25168 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
25170         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
25171         warning message.
25173 2011-03-14  Michael Albinus  <michael.albinus@gmx.de>
25175         * shell.el (shell): When called interactively, offer to change the
25176         shell file name on remote hosts.
25178 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
25180         * net/ldap.el (ldap-search-internal): Add `auth-source-search'
25181         integration for LDAP parameters.  The host, base, user or binddn,
25182         and secret tokens can be specified in a netrc file, for instance.
25183         This is optional because an `auth-source' parameter must be
25184         specified in the search attributes.
25186 2011-03-13  Juanma Barranquero  <lekktu@gmail.com>
25188         * help.el (describe-mode): Link to the mode's definition (bug#8185).
25190 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25192         * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
25193         into declaration.  Remove redundant and harmful binding.
25195 2011-03-12  Eli Zaretskii  <eliz@gnu.org>
25197         * files.el (file-ownership-preserved-p): Pass `integer' as an
25198         explicit 2nd argument to `file-attributes'.  If the file's owner
25199         is the Administrators group on Windows, and the current user is
25200         Administrator, consider that a match.
25202         * server.el (server-ensure-safe-dir): Consider server directory
25203         safe on MS-Windows if its owner is the Administrators group while
25204         the current Emacs user is Administrator.  Use `=' to compare
25205         numerical UIDs, since they could be integers or floats.
25207 2011-03-12  Juanma Barranquero  <lekktu@gmail.com>
25209         * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
25211 2011-03-12  Michael Albinus  <michael.albinus@gmx.de>
25213         Sync with Tramp 2.2.1.
25215         * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
25217         * net/trampver.el: Update release number.
25219 2011-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
25221         * progmodes/compile.el (compilation--previous-directory): Fix up
25222         various nil/dead-marker mismatches (bug#8014).
25223         (compilation-directory-properties, compilation-error-properties):
25224         Don't call it at a position past the one we're about to change.
25226         * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
25227         Disable obsolescence warnings in the file that declares it.
25229 2011-03-11  Ken Manheimer  <ken.manheimer@gmail.com>
25231         * allout-widgets.el (allout-widgets-tally):
25232         Initialize allout-widgets-tally as a hash table rather than nil to
25233         prevent mode-line redisplay warnings.  Also, clarify the module
25234         description and fix a comment typo.
25236 2011-03-11  Juanma Barranquero  <lekktu@gmail.com>
25238         * help-fns.el (describe-variable): Don't complete keywords.
25239         Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
25241 2011-03-10  Chong Yidong  <cyd@stupidchicken.com>
25243         * emacs-lisp/package.el (package-version-join): Impose a standard
25244         string representation for pre/alpha/beta version lists.
25245         (package-unpack-single): Standardize the directory name by passing
25246         it through package-version-join.
25247         (package-strip-rcs-id): Accept any version string that does not
25248         signal an error in version-to-list.
25250 2011-03-10  Michael Albinus  <michael.albinus@gmx.de>
25252         * simple.el (delete-trailing-whitespace): Return nil for the
25253         benefit of `write-file-functions'.
25255 2011-03-10  Glenn Morris  <rgm@gnu.org>
25257         * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
25259         * vc/vc-git.el (vc-git-program): New option.
25260         (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
25261         (vc-git--call): Use it.
25263         * eshell/esh-util.el (eshell-condition-case): Doc fix.
25265         * cus-edit.el (Custom-newline): If no button at point, look
25266         for a subgroup button at start-of-line.  (Bug#2298)
25268         * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
25270 2011-03-10  Julien Danjou  <julien@danjou.info>
25272         * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
25273         `cursor-type' is nil.
25275 2011-03-09  Jay Belanger  <jay.p.belanger@gmail.com>
25277         * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
25279 2011-03-09  Ken Manheimer  <ken.manheimer@gmail.com>
25281         * allout.el: Change so yank of distinctive-bullet items
25282         preserves the existing header prefix, rebulleting it if necessary,
25283         rather than replacing it.  This is necessary for proper operation
25284         of cooperative addons like allout-widgets.
25285         (allout-make-topic-prefix, allout-rebullet-heading):
25286         Change SOLICIT arg to INSTEAD, and interpret additionally a string
25287         value as alternate bullet to be used, instead of prompting the user
25288         for a bullet character.
25290 2011-03-09  Michael Albinus  <michael.albinus@gmx.de>
25292         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
25293         Do not use `tramp-file-name-port', because this returns also
25294         `tramp-default-port'.
25296 2011-03-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
25298         * net/rcirc.el (rcirc-handler-001): Remove useless
25299         with-rcirc-process-buffer.
25300         (rcirc-check-auth-status): Swap arguments to string-match.
25302 2011-03-09  Glenn Morris  <rgm@gnu.org>
25304         * shell.el (shell-mode):
25305         Set comint-input-ring-size from HISTSIZE.  (Bug#7889)
25307         * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
25308         Check for GDBHISTFILE, HISTSIZE, etc.  (Bug#7889)
25310 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25312         * emacs-lisp/package.el (package-refresh-contents)
25313         (package-menu-execute): Use condition-case-no-debug.
25315 2011-03-08  Michael Albinus  <michael.albinus@gmx.de>
25317         * simple.el (shell-command-to-string): Use `process-file'.
25319         * emacs-lisp/package.el (package-tar-file-info): Handle also
25320         remote files.
25322         * emacs-lisp/package-x.el (package-upload-buffer-internal):
25323         Use `equal' for upload base check.
25325 2011-03-08  Arni Magnusson  <arnima@hafro.is>  (tiny change)
25327         * textmodes/texinfo.el (texinfo-environments):
25328         Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
25330 2011-03-08  Glenn Morris  <rgm@gnu.org>
25332         * cus-start.el (cursor-in-non-selected-windows):
25333         Fix :set quoting oddness.  (Bug#8192)
25335         * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
25336         in some setf expressions.  (Bug#2159)
25338 2011-03-08  Chong Yidong  <cyd@stupidchicken.com>
25340         * custom.el (custom-available-themes): Return themes in
25341         alphabetical order.
25343 See ChangeLog.15 for earlier changes.
25345 ;; Local Variables:
25346 ;; coding: utf-8
25347 ;; End:
25349   Copyright (C) 2011-2013 Free Software Foundation, Inc.
25351   This file is part of GNU Emacs.
25353   GNU Emacs is free software: you can redistribute it and/or modify
25354   it under the terms of the GNU General Public License as published by
25355   the Free Software Foundation, either version 3 of the License, or
25356   (at your option) any later version.
25358   GNU Emacs is distributed in the hope that it will be useful,
25359   but WITHOUT ANY WARRANTY; without even the implied warranty of
25360   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25361   GNU General Public License for more details.
25363   You should have received a copy of the GNU General Public License
25364   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.