Fix bug #16961 with visual-order cursor movement and word-wrap.
[emacs.git] / lisp / ChangeLog
blobcc5c065c017f66c48db14fae43e3da928dcd6dd6
1 2014-03-07  Michael Albinus  <michael.albinus@gmx.de>
3         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4         only when `remote-file-name-inhibit-cache' is nil.
5         (tramp-sh-file-name-handler): Use `tramp-error'.  Simplify code.
7 2014-03-06  Martin Rudalics  <rudalics@gmx.at>
9         * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
10         Fix doc-strings.
11         (fit-frame-to-buffer): New argument ONLY.  Remove dependency on
12         fit-frame-to-buffer variable.  Fix doc-string.
13         (fit-window-to-buffer): Set ONLY argument in call of
14         fit-frame-to-buffer.  Fix doc-string.
16 2014-03-06  Michael Albinus  <michael.albinus@gmx.de>
18         * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
19         (tramp-action-password): Clear password cache if needed.
20         (tramp-read-passwd): Do not clear password cache.
22         * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
23         cache unless it is the first password request.
25 2014-03-06  Glenn Morris  <rgm@gnu.org>
27         * simple.el (newline): Doc tweak.
29         * emacs-lisp/shadow.el (load-path-shadows-find):
30         Ignore dir-locals.  (Bug#12357)
32 2014-03-05  Glenn Morris  <rgm@gnu.org>
34         * files.el (interpreter-mode-alist):
35         * progmodes/sh-script.el (sh-ancestor-alist): Add dash.  (Bug#16938)
37 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
39         * frameset.el (frameset--initial-params): Filter out null entries.
41 2014-03-05  Martin Rudalics  <rudalics@gmx.at>
43         * window.el (window-min-height, window-min-width):
44         Rewrite doc-strings.
45         (window-body-size): Add PIXELWISE argument to make it consistent
46         with its callees.
48 2014-03-05  Juanma Barranquero  <lekktu@gmail.com>
50         * finder.el (finder-mode-map, finder-mode-syntax-table):
51         Revert part of 2014-02-28 change.
53 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
55         * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
56         (eww-setup-buffer): Clear next/prev/etc more reliably.
57         (eww-textarea-map): [tab] doesn't work on tty.
58         Reported by Mario Lang.
60         * net/shr.el (shr-map): Ditto.
62 2014-03-04  Glenn Morris  <rgm@gnu.org>
64         * minibuffer.el (completion-hilit-commonality):
65         Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
67 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
69         * hilit-chg.el (hilit-chg-unload-function): New function.
70         (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
71         (hilit-chg-map-changes): Prefer cardinal number to digit.
72         (hilit-chg-display-changes): Reflow docstring.
73         (highlight-changes-rotate-faces): Remove superfluous backslash.
75 2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
77         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
78         `tramp-send-command-and-check'.
80 2014-03-04  Juanma Barranquero  <lekktu@gmail.com>
82         * hexl.el (hexl-address-region, hexl-ascii-region)
83         (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
84         (hexl-backward-short, hexl-forward-short, hexl-backward-word)
85         (hexl-forward-word, hexl-previous-line, hexl-next-line):
86         Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
87         (hexl-mode): Doc fix.
88         (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
89         (hexl-mode-ruler): Fix typos in docstrings.
91         * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
92         (strokes-character, strokes-get-grid-position, strokes-list-strokes):
93         Remove superfluous backslashes.
94         (strokes-last-stroke, strokes-global-map, strokes-mode):
95         Reflow docstrings.
96         (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
97         (strokes-xpm-for-compressed-string): Use quotes with buffer name.
98         (strokes-distance-squared, strokes-global-set-stroke)
99         (strokes-global-set-stroke-string): Doc fixes.
100         (strokes-help): Fix typos; reflow docstring.
102 2014-03-04  Martin Rudalics  <rudalics@gmx.at>
104         * window.el (window-in-direction): Fix doc-string.
106 2014-03-04  Glenn Morris  <rgm@gnu.org>
108         * emacs-lisp/smie.el (smie-config-guess): Doc fix.
109         Explicit error if no grammar.
110         (smie-config-save): Doc fix.  Fix quote typo.
112 2014-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
115         electric-indent-mode-hook if we obey electric-indent-mode.
116         (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
117         decide whether we obey electric-indent-mode.
118         (c-change-set-fl-decl-start, c-extend-after-change-region):
119         Silence warnings.
120         (c-electric-indent-mode-hook): Assume we do want to obey
121         electric-indent-mode.
123         * electric.el (electric-indent-mode-has-been-called): Remove.
124         (electric-indent-mode): Fix accordingly.
126         * files.el (hack-local-variables): Mention file name in warning.
128         * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
130 2014-03-04  Michal Nazarewicz  <mina86@mina86.com>
132         * binding.el: Add comment describing why C-d binds to `delete-char'.
133         * simple.el (delete-forward-char): Mark as interactive-only.
135 2014-03-03  Juanma Barranquero  <lekktu@gmail.com>
137         * icomplete.el (icomplete-completions):
138         Follow-up to 2014-03-01 change.
140         * icomplete.el: Miscellaneous doc fixes.
141         Use Icomplete everywhere instead of icomplete for consistency.
142         (icomplete-max-delay-chars): Fix typo.
143         (icomplete-mode): Use \[].
144         (icomplete-tidy, icomplete-exhibit): Reflow.
145         (icomplete-minibuffer-setup-hook, icomplete-completions):
146         Remove superfluous backlashes.
148         * ido.el: Miscellaneous doc fixes.
149         Use Ido everywhere instead of ido or `ido' for consistency.
150         (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
151         (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
152         (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
153         (ido-separator): Extract obsolescence info from docstring and declare
154         with make-obsolete-variable.
155         (ido-minibuffer-setup-hook): Simplify example.
156         (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
157         (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
158         (ido-completion-help, ido-completing-read): Fix typos in docstrings.
159         (ido-everywhere): Reflow docstring.
160         (ido-toggle-vc): Doc fix.
161         (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
162         of long list of keybindings.
164 2014-03-03  Glenn Morris  <rgm@gnu.org>
166         * frame.el (display-pixel-height, display-pixel-width)
167         (display-mm-dimensions-alist, display-mm-height)
168         (display-mm-width): Doc tweaks.
170 2014-03-02  Barry O'Reilly  <gundaetiapo@gmail.com>
172         * simple.el (undo-elt-in-region): Fix buffer corruption for edge
173         case of undo in region.
175 2014-03-02  Martin Rudalics  <rudalics@gmx.at>
177         * window.el (fit-window-to-buffer): Fix argument in window-size
178         call when window is horizontally combined.
180 2014-03-02  Juanma Barranquero  <lekktu@gmail.com>
182         * icomplete.el (icomplete-completions): Use string-width.
183         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
185 2014-03-01  Dmitry Gutov  <dgutov@yandex.ru>
187         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
188         Highlight regexp options.  (Bug#16914)
190 2014-03-01  Martin Rudalics  <rudalics@gmx.at>
192         * window.el (window--max-delta-1): Round down when calculating
193         how many lines/columns we can get from a window.
195 2014-03-01  Glenn Morris  <rgm@gnu.org>
197         * isearch.el (search-invisible): Doc fix.
199         * minibuffer.el (completion-hilit-commonality):
200         Make `base-size' argument optional.  Short-cut if `prefix-len' is 0.
201         * comint.el (comint-dynamic-list-completions): Doc fix.
202         * comint.el (comint-dynamic-list-completions):
203         * filecache.el (file-cache-minibuffer-complete):
204         * tempo.el (tempo-display-completions):
205         * eshell/em-hist.el (eshell-list-history):
206         Replace use of obsolete argument of display-completion-list.
208 2014-03-01  Juanma Barranquero  <lekktu@gmail.com>
210         * icomplete.el (icomplete-completions):
211         Revert back to using "..." when ?… cannot be displayed.
213 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
215         * finder.el (finder-unload-function): New function.
217 2014-02-28  Juanma Barranquero  <lekktu@gmail.com>
219         * dframe.el (dframe-detach):
220         * find-dired.el (find-dired, find-name-dired):
221         * finder.el (finder-mode-map, finder-mode-syntax-table)
222         (finder-headmark, finder-select, finder-mouse-select):
223         Fix docstring typos.
225 2014-02-28  Martin Rudalics  <rudalics@gmx.at>
227         Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
228         * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
229         Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
230         Fix doc-string based on a suggestion by Nicolas Richard
231         <theonewiththeevillook@yahoo.fr>.
232         * help.el (with-help-window): Fix doc-string.
234 2014-02-28  Ivan Kanis  <ivan@kanis.fr>
236         * net/shr.el (shr-image-animate): New option.
237         (shr-put-image): Respect shr-image-animate.
239 2014-02-28  Michael Albinus  <michael.albinus@gmx.de>
241         * net/tramp-adb.el (tramp-adb-parse-device-names):
242         Use `accept-process-output'.
243         (tramp-adb-handle-file-truename): Cache the localname only.
244         (tramp-adb-handle-make-directory)
245         (tramp-adb-handle-delete-directory): Flush file properties correctly.
246         (tramp-adb-handle-set-file-modes): Do not raise an error when file
247         modes cannot be changed.
249         * net/tramp-cache.el (tramp-flush-directory-property): Remove also
250         file properties of symlinks.
252 2014-02-28  Per Starbäck  <starback@stp.lingfil.uu.se>
254         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
255         required/optional fields to match development biblatex.  (Bug#16781)
257 2014-02-28  Andy Sawyer  <andy.sawyer@gmail.com>  (tiny change)
259         * saveplace.el (toggle-save-place):
260         Fix argument handling.  (Bug#16673)
262 2014-02-28  Glenn Morris  <rgm@gnu.org>
264         * minibuffer.el (completions-first-difference)
265         (completions-common-part, completion-hilit-commonality): Doc fixes.
267 2014-02-28  Karl Berry  <karl@gnu.org>
269         * info.el (Info-mode-map): Add H for describe-mode,
270         to synchronize with standalone Info.
272 2014-02-28  Emilio C. Lopes  <eclig@gmx.net>
274         * progmodes/sql.el (sql-interactive-mode):
275         Avoid setting global comint-input-ring-separator.  (Bug#16814)
277 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
279         * net/dbus.el (dbus--init-bus): Declare function.
280         (dbus-path-local, dbus-interface-local): New defconst.
281         (dbus-init-bus): Use them.
282         (dbus-return-values-table): Extend doc.
283         (dbus-handle-bus-disconnect): Extend error message.
285 2014-02-27  Juanma Barranquero  <lekktu@gmail.com>
287         * subr.el (y-or-n-p): Fix double space issue in message.
289 2014-02-27  Michael Albinus  <michael.albinus@gmx.de>
291         * net/tramp.el (tramp-call-process): Improve trace message.
292         (tramp-handle-insert-file-contents): Trace error case.
294         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
295         <insert-directory>: Use `tramp-handle-insert-directory'.
296         (tramp-adb-handle-insert-directory): Remove function.
297         (tramp-adb-send-command-and-check): New defun, replacing
298         `tramp-adb-command-exit-status'.  Change all callees.
299         (tramp-adb-handle-file-attributes)
300         (tramp-adb-handle-directory-files-and-attributes): Use it.
301         (tramp-adb-ls-output-name-less-p):
302         Use `directory-listing-before-filename-regexp'.
303         (tramp-adb-handle-delete-directory): Flush also file properties of
304         the truename of directory.
305         (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
306         (tramp-adb-handle-file-local-copy): Make the local copy readable.
307         (tramp-adb-handle-write-region): Implement APPEND.
308         (tramp-adb-handle-rename-file): Make it more robust.  Flush file
309         properties correctly.
310         (tramp-adb-maybe-open-connection): Set `tramp-current-*'
311         variables.  Check for connected devices only when needed.
313 2014-02-27  Glenn Morris  <rgm@gnu.org>
315         * minibuffer.el (completion-table-dynamic)
316         (completion-table-with-cache): Doc fixes.
318         * emacs-lisp/crm.el (crm-default-separator, crm-separator)
319         (completing-read-multiple): Doc fixes.
321 2014-02-27  Daniel Colascione  <dancol@dancol.org>
323         * minibuffer.el (completion--nth-completion): Fix indentation.
325         * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
326         explicit tramp path is empty.
328 2014-02-27  Glenn Morris  <rgm@gnu.org>
330         * emacs-lisp/crm.el (completing-read-multiple):
331         Empower help-enable-auto-load.
333 2014-02-26  Glenn Morris  <rgm@gnu.org>
335         * startup.el (command-line): Don't init the tty in daemon mode.
337         Avoid calling tty-setup-hook twice, eg if a term file
338         explicitly calls tty-run-terminal-initialization.  (Bug#16859)
339         * faces.el (tty-run-terminal-initialization): Add run-hook argument.
340         (tty-create-frame-with-faces): Use it.
341         * startup.el (command-line): Pass run-hook argument
342         to tty-run-terminal-initialization.
344         * dired.el (dired-restore-desktop-buffer): Demote errors;
345         eg in case a glob match fails.  (Bug#16884)
347 2014-02-26  Dmitry Gutov  <dgutov@yandex.ru>
349         * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
350         error from `read-from-string'.  (Bug#16850)
352         * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
353         result of `completing-read' in the interactive form.  (Bug#16854)
355 2014-02-25  Glenn Morris  <rgm@gnu.org>
357         * image.el (image-animate, image-animate-timeout):
358         Stop animating images in dead buffers.  (Bug#16878)
360         * emacs-lisp/edebug.el (defmacro): Fix debug spec.  (Bug#16868)
362         * faces.el (tty-setup-hook, tty-run-terminal-initialization):
363         Doc fixes.
364         * startup.el (term-setup-hook): Doc fix.  Make obsolete.
365         * term/sun.el (sun-raw-prefix-hooks):
366         Use tty-setup-hook instead of term-setup-hook.
367         (terminal-init-sun): Construct message from bytecomp plist.
368         * term/wyse50.el (enable-arrow-keys): Doc fix.
370 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
372         * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
373         Fix docstring typos.
375 2014-02-24  Michael Albinus  <michael.albinus@gmx.de>
377         * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
379 2014-02-24  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
381         * minibuffer.el (completion--try-word-completion):
382         Fix error when completing M-x commands (bug#16808).
384 2014-02-24  Leo Liu  <sdl.web@gmail.com>
386         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
388 2014-02-24  Juanma Barranquero  <lekktu@gmail.com>
390         * apropos.el (apropos-print): Avoid formatting error when
391         apropos-do-all and apropos-compact-layout are both t.
393 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
395         * apropos.el (apropos-property, apropos-all-words-regexp)
396         (apropos-true-hit, apropos-variable, apropos-print):
397         Fix docstring typos, and remove obsolete comment.
399 2014-02-23  Michael Albinus  <michael.albinus@gmx.de>
401         * net/tramp-sh.el (tramp-sh-handle-file-truename):
402         Preserve trailing "/".  (Bug#16851)
404 2014-02-23  Dmitry Gutov  <dgutov@yandex.ru>
406         * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
407         after `=>' (bug#16811).
408         (ruby-smie-rules): Handle the inconsistent second element of the
409         list returned by `smie-indent--parent'.
410         (ruby-font-lock-keywords): Disqualify any identifier before `=' as
411         method call.
413 2014-02-23  Juanma Barranquero  <lekktu@gmail.com>
415         * elec-pair.el (electric-pair-text-syntax-table)
416         (electric-pair-syntax-info, electric-pair--syntax-ppss)
417         (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
418         (electric-pair--looking-at-unterminated-string-p): Doc fix.
419         (electric-pair--inside-string-p): Doc fix.  Use `let', not `let*'.
421 2014-02-22  Glenn Morris  <rgm@gnu.org>
423         * imenu.el (imenu--generic-function): Doc fix.
425         * register.el (frame-configuration-to-register): Make obsolete.
427 2014-02-22  Juanma Barranquero  <lekktu@gmail.com>
429         * desktop.el (desktop-save-buffer-p): Do not fail when
430         desktop-files-not-to-save is nil.  Return t for true result
431         as the doc says.
433 2014-02-22  Daniel Colascione  <dancol@dancol.org>
435         * net/secrets.el (secrets-create-item, secrets-search-items):
436         Check that attribute values are strings, avoiding the construction
437         of invalid dbus messages.
439 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
441         * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
442         defun-declarations-alist.
444 2014-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
447         (bug#16829).
449 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
451         * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
452         (whitespace-newline, whitespace-trailing, whitespace-line)
453         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
454         (whitespace-space-after-tab): Fix typo in docstrings.
456 2014-02-21  Dmitry Gutov  <dgutov@yandex.ru>
458         * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
460         * electric.el (electric-indent-functions-without-reindent):
461         Add `yaml-indent-line'.
463 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
465         * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
466         It has done nothing for years; should be removed after the release.
468         * simple.el (choose-completion): Fix docstring typo.
469         (read-quoted-char-radix): Remove unneeded * in docstring.
470         (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
471         Don't escape parentheses unnecessarily in docstrings.
473 2014-02-21  Martin Rudalics  <rudalics@gmx.at>
475         Fix handling of window-min-height/-width (Bug#16738).
476         * window.el (window--dump-window, window--dump-frame):
477         New functions.
478         (window--min-size-1): Account for window dividers.
479         When window-resize-pixelwise is nil, delay rounding till after the
480         sum of the window components has been calculated.
481         (window--min-delta-1, window--max-delta-1): When PIXELWISE is
482         nil make sure at least one text line and two text columns remain
483         fully visible.
484         (window-resize): Signal an error when window-resize-apply fails.
485         (window--resize-child-windows): Fix calculation of by how many
486         pixels a window can still be shrunk via window-new-normal.
487         (adjust-window-trailing-edge): Call window--resizable with
488         correct TRAIL argument.
490         (with-temp-buffer-window): Don't evaluate BODY within
491         with-current-buffer (Bug#16816).
493 2014-02-21  Michael Albinus  <michael.albinus@gmx.de>
495         * net/tramp.el (tramp-check-cached-permissions):
496         Call `file-attributes' with `suffix' being a symbol but a string.
498 2014-02-21  Daniel Colascione  <dancol@dancol.org>
500         * net/dbus.el (dbus-init-bus-1): Declare new subr.
501         (dbus-init-bus): New function: call into dbus-init-bus-1
502         and installs a handler for the disconnect signal.
503         (dbus-call-method): Rewrite to look for result in cons.
504         (dbus-call-method-handler): Store result in cons.
505         (dbus-check-event): Recognize events with nil sender as valid.
506         (dbus-handle-bus-disconnect): New function.  React to bus
507         disconnection signal by synthesizing dbus error for each
508         pending synchronous or asynchronous call.
509         (dbus-notice-synchronous-call-errors): New function.
510         (dbus-handle-event): Raise errors directly only when `dbus-debug'
511         is true, not all the time.
513 2014-02-21  Juanma Barranquero  <lekktu@gmail.com>
515         * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
516         Remove obsolescence declarations, these variables do not exist anymore.
518         * savehist.el (savehist-save-minibuffer-history)
519         (savehist-additional-variables, savehist-file, savehist-mode-hook)
520         (savehist-save-hook, savehist-coding-system, savehist-loaded)
521         (savehist-load, savehist-install, savehist-autosave): Fix typos;
522         mostly, refer to "Savehist mode" when talking about the mode,
523         and not the function.
525         * saveplace.el (save-place): Remove redundant info in docstring.
526         (save-place-forget-unreadable-files, toggle-save-place)
527         (save-place-forget-unreadable-files, save-place-dired-hook):
528         Fix typos and remove unneeded backslashes.
530 2014-02-20  Michael Albinus  <michael.albinus@gmx.de>
532         * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
533         (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
535         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
536         <insert-directory>: Use `tramp-handle-insert-directory'.
537         (tramp-gvfs-handle-insert-directory): Remove function.
539         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
540         Call `tramp-handle-insert-directory'.
542 2014-02-20  Juanma Barranquero  <lekktu@gmail.com>
544         * elec-pair.el (electric-pair-syntax-info): Do not check syntax
545         before the start of buffer/region (bug#16799).
547 2014-02-20  Glenn Morris  <rgm@gnu.org>
549         * isearch.el (search-invisible): Doc fix.
551 2014-02-20  W. Trevor King  <wking@tremily.us>  (tiny change)
553         * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
554         (bug#16657).
556 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
558         * frameset.el (frameset-restore): Delay removing an old frame's
559         duplicate id until the new frame has been correctly created.
561 2014-02-19  Michael Albinus  <michael.albinus@gmx.de>
563         * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
564         (tramp-check-cached-permissions): Call `file-attributes' if the
565         cache is empty.
567         * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
568         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
570         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
571         <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
572         (tramp-gvfs-maybe-open-connection): Set always connection
573         properties, even if target is mounted already.
575         * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
576         Set tramp-autoload cookie.
577         (tramp-get-remote-touch): New defun.
578         (tramp-sh-handle-set-file-times): Use it.
579         (tramp-sh-handle-directory-files-and-attributes):
580         Use `tramp-handle-directory-files-and-attributes' if neither stat
581         nor perl are available on the remote host.
583         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
584         "/".  Write long listing only when "l" belongs to the switches.
586         * net/trampver.el: Update release number.
588 2014-02-19  Juanma Barranquero  <lekktu@gmail.com>
590         * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
592 2014-02-19  Martin Rudalics  <rudalics@gmx.at>
594         * window.el (window-state-put): Allow WINDOW to refer to an
595         internal window (Bug#16793).
597 2014-02-19  Glenn Morris  <rgm@gnu.org>
599         * textmodes/remember.el: Move provide statement to end.
600         (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
601         (remember-notes): Doc fixes.
603 2014-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
605         * delsel.el (delete-char): Restore incorrectly erased property
606         (bug#16795).
608 2014-02-18  Juanma Barranquero  <lekktu@gmail.com>
610         * frameset.el (frameset--restore-frame): When a frame is being reused
611         and its root window is not alive, delete all the frame's windows before
612         restoring the window state.  This works around the issue in bug#16793.
614 2014-02-18  Glenn Morris  <rgm@gnu.org>
616         * textmodes/remember.el (remember-data-directory)
617         (remember-directory-file-name-format, remember-store-in-files)
618         (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
619         (remember-notes-save-and-bury-buffer)
620         (remember-notes--kill-buffer-query): Doc fixes.
622         * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
624 2014-02-17  Alan Mackenzie  <acm@muc.de>
626         Connect electric-indent-mode up with CC Mode.  Bug #15478.
627         * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
628         to electric-indent-{,local-}-mode.
629         (c-basic-common-init): Set electric-indent-inhibit.
630         Initialise c-electric-flag from electric-indent-mode.
631         (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
632         New hook functions which propagate electric-indent-mode to CC mode.
634         * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
635         hit, toggle electric-indent-local-mode.
637         * electric.el (electric-indent-mode-has-been-called):
638         New variable.
640 2014-02-17  Juanma Barranquero  <lekktu@gmail.com>
642         * frameset.el (frameset-cfg-id): New function.
643         (frameset--reuse-frame, frameset-restore): Use it.
644         (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
646 2014-02-17  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * ido.el (ido-file-internal): Remove unused var `d'.
649         Use \` for to match BoS.  Fit within 80n columns.
651 2014-02-17  Daniel Colascione  <dancol@dancol.org>
653         * net/dbus.el (dbus-call-method): Work around bug#16775 by having
654         dbus-call-method check for completion using a busy-wait loop with
655         gradual backoff.
657 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
659         Sync with Tramp 2.2.9.
661         * net/trampver.el: Update release number.
663 2014-02-16  Dmitry Gutov  <dgutov@yandex.ru>
665         * ido.el (ido-file-internal): Don't add the name of an existing
666         directory twice.  (Bug#16747)
668 2014-02-16  Glenn Morris  <rgm@gnu.org>
670         * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
671         Do not use ediff-defvar-local on pre-defined variables.  (Bug#16744)
673 2014-02-15  Michael R. Mauger  <michael@mauger.com>
675         * progmodes/sql.el: Version 3.4
676         (sql-oracle-options): New default value ("-L").
677         (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
678         (sql-placeholders-filter): Correct placeholder pattern.
679         (sql-read-table-name): Bug fix.  Detect absence of SQLi process.
680         (sql-login-delay): New variable.
681         (sql-product-interactive): Use it.
683 2014-02-15  Juanma Barranquero  <lekktu@gmail.com>
685         * frameset.el (frameset--jump-to-register): Check that buffer is live
686         (bug#16749).
688 2014-02-15  Glenn Morris  <rgm@gnu.org>
690         * info.el (info-initialize): Revert 2014-01-10 change.
692 2014-02-14  Glenn Morris  <rgm@gnu.org>
694         * replace.el (map-query-replace-regexp)
695         (read-regexp-defaults-function, read-regexp): Doc fixes.
697         * dired.el (dired-read-regexp):
698         * faces.el (list-faces-display):
699         * misearch.el (multi-isearch-read-matching-buffers)
700         (multi-isearch-read-matching-files):
701         * play/cookie1.el (cookie-apropos):
702         * progmodes/grep.el (grep-read-regexp): Doc fixes.
704         * textmodes/remember.el (remember): Use frameset-to-register
705         rather than frame-configuration-to-register.
707 2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
709         * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
710         incorrect keybinding.
712 2014-02-13  Daniel Colascione  <dancol@dancol.org>
714         * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
715         when adding overlays so that line numbers from compiler match line
716         numbers we use.
718 2014-02-13  Glenn Morris  <rgm@gnu.org>
720         * mail/rmail.el (rmail-probe): Be less strict.  (Bug#16743)
722         * jit-lock.el (jit-lock-mode): Doc fix.
724 2014-02-13  Juanma Barranquero  <lekktu@gmail.com>
726         * apropos.el (apropos-read-pattern): When the user passes an empty
727         string, give a more helpful error message than "Wrong type
728         argument: stringp, nil".
730 2014-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
732         * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
734 2014-02-13  Glenn Morris  <rgm@gnu.org>
736         * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
738 2014-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
741         shift-select commands.
743 2014-02-12  Dmitry Gutov  <dgutov@yandex.ru>
745         * progmodes/js.el (js-indent-line): Don't widen.
746         http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
748 2014-02-12  Glenn Morris  <rgm@gnu.org>
750         * icomplete.el (icomplete): Add info-link to defgroup.
751         (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
752         (icomplete-minibuffer-map, icomplete-mode)
753         (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
755         * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
756         (package-menu-filter): Rename from package-menu-filter-interactive.
757         Doc fix.
759 2014-02-11  Juanma Barranquero  <lekktu@gmail.com>
761         * frameset.el (frameset--jump-to-register): Select the required
762         window and buffer before restoring position (bug#16696).
764 2014-02-11  Lars Ingebrigtsen  <larsi@gnus.org>
766         * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
768 2014-02-10  Glenn Morris  <rgm@gnu.org>
770         * jit-lock.el (jit-lock-force-redisplay): Doc fix.  (Bug#14394)
772 2014-02-10  Eli Zaretskii  <eliz@gnu.org>
774         * w32-common-fns.el (x-get-selection): Doc fix.
775         * select.el (x-get-selection): Doc fix.  (Bug#15109)
777         * face-remap.el (face-remap-add-relative)
778         (face-remap-remove-relative, face-remap-reset-base)
779         (face-remap-set-base): Call force-mode-line-update to redisplay
780         the current buffer due to potential change in faces.  (Bug#16709)
782 2014-02-10  Michael Albinus  <michael.albinus@gmx.de>
784         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
785         script more robustly.
787 2014-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
789         * dired.el (dired-get-marked-files): Doc fix (bug#11534).
791         * simple.el (choose-completion): Doc fix (bug#14160).
793         * subr.el (event-start): Say what a nil EVENT value means.
795         * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
796         (bug#14197).
798         * progmodes/grep.el (find-program): Doc fix (bug#14289).
800         * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
802         * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
804         * files.el (confirm-kill-emacs): Allow specifying an arbitrary
805         predicate function (bug#15455).
807 2014-02-10  Dmitry Gutov  <dgutov@yandex.ru>
809         * ielm.el (inferior-emacs-lisp-mode): Instead of
810         `comment-use-global-state', set `comment-use-syntax'.
812 2014-02-10  Glenn Morris  <rgm@gnu.org>
814         * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
816 2014-02-09  Alan Mackenzie  <acm@muc.de>
818         Fix c-invalidate-state-cache on narrowed buffers.
819         * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
820         Widen when setting and clearing the CPP delimiter properties.
822 2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
824         * help.el (describe-bindings): Doc fix (bug#9888).
826         * files.el (save-buffer): Use ARG as the parameter name for
827         consistency (bug#10346).
828         (save-buffer): Clarify the 0 argument (bug#10346).
830         * cus-edit.el (customize-apropos): Fix error string.
831         (custom-buffer-create): Doc fix (bug#11122).
832         (custom-sort-items): Doc fix (bug#11121).
834         * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
836         * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
837         (icomplete-simple-completing-p): Mention the previous variable.
839         * font-lock.el (font-lock-value-in-major-mode): Clarify the
840         meaning of the parameter (bug#12282).
842         * files.el (find-file-noselect): Clarify prompt when changing
843         readedness (bug#13261).
844         (locate-file): Suffixes aren't returned, so don't say that they
845         are (bug#12674).
846         (backup-inhibited): Doc clarification (bug#12525).
848         * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
849         before we actually start to delete things (bug#16331).
851         * subr.el (event-start): Doc fix (bug#14228).
852         (event-end): Ditto.
854 2014-02-09  Glenn Morris  <rgm@gnu.org>
856         * emacs-lisp/warnings.el (lwarn):
857         Empower help-enable-auto-load.  (Bug#15940)
859 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
861         * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
862         (Bug#16690)
864 2014-02-08  Michael Albinus  <michael.albinus@gmx.de>
866         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
867         Insert output at end of buffer.  (Bug#16120)
869 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
871         * simple.el (choose-completion-string-functions): Document new
872         calling convention (bug#14153).
873         (execute-extended-command): Clarify doc string (bug#13373).
875         * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
877         * find-dired.el (find-name-dired): Doc fix (bug#14290).
878         (find-grep-dired): Doc fix (bug#14288).
880 2014-02-08  Juri Linkov  <juri@jurta.org>
882         * isearch.el (isearch-quote-char): Check character validity
883         like in `quoted-insert' (bug#16677).
885 2014-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
887         * files.el (find-file-visit-truename): Doc clarification (bug#14697).
889         * isearch.el (isearch-hide-immediately): Doc clarification
890         (bug#14723).
892         * simple.el (line-move): Document utility function used many
893         places in the Emacs sources (bug#14843).
895         * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
896         (dired-prev-marked-file): Doc fix (bug#14855).
897         (dired-up-directory): Doc fix (bug#14848).
899         * minibuffer.el (read-file-name): Doc clarification (bug#15096).
901         * files.el (file-relative-name): Doc fix (bug#15159).
903         * fringe.el (fringe-styles): Doc fix (bug#15239).
905         * isearch.el (isearch-filter-predicate): Documentation typo fix
906         (bug#15474).
908         * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
910         * isearch.el (isearch-cmds): Doc clarification (bug#15547).
912         * replace.el (replace-match-maybe-edit): Doc clarification
913         (bug#15632).
915         * subr.el (add-to-list): Refill the paragraphs (bug#15791).
917         * macros.el (insert-kbd-macro): Doc fix (bug#16025).
919 2014-02-08  Glenn Morris  <rgm@gnu.org>
921         * help-fns.el (describe-variable):
922         Check {file,dir}-local-variables-alist, and buffer-file-name,
923         in the correct buffer.
925 2014-02-08  Ingo Lohmar  <i.lohmar@gmail.com>
927         * help-fns.el (describe-variable): Fix the case where
928         a value is directory-local with no dir-locals file.  (Bug#16635)
930 2014-02-08  Glenn Morris  <rgm@gnu.org>
932         * abbrev.el (edit-abbrevs-mode):
933         Derive from fundamental-mode.  (Bug#16682)
935 2014-02-07  Juanma Barranquero  <lekktu@gmail.com>
937         * simple.el (quoted-insert): Check character validity (bug#16677).
939 2014-02-07  Juri Linkov  <juri@jurta.org>
941         * desktop.el (desktop-read): Claim the lock when the owner is not
942         the current process.  (Bug#16157)
944 2014-02-07  Juri Linkov  <juri@jurta.org>
946         * desktop.el (desktop-buffers-not-to-save): Change default from nil
947         to "\\` ".  (Bug#16651)
949 2014-02-07  Juri Linkov  <juri@jurta.org>
951         * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
952         when enabling, and `desktop-auto-save-cancel-timer' when disabling.
953         (desktop-auto-save-cancel-timer): New function with some code from
954         `desktop-auto-save-set-timer'.
955         (after-init-hook): Don't call `desktop-auto-save-set-timer'.
956         Instead of setting `desktop-save-mode' to nil, call
957         `desktop-save-mode' with arg 0.  (Bug#16630)
959 2014-02-07  Glenn Morris  <rgm@gnu.org>
961         * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
962         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
963         (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
965         * obsolete/iswitchb.el: Move to obsolete/.
966         * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
967         since obsolete/ is not scanned for autoloads.
968         * emacs-lisp/authors.el (authors-valid-file-names):
969         Add iswitchb.el.
971         * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
972         Disable now non-functional find-file-hook.
974 2014-02-06  Michael Albinus  <michael.albinus@gmx.de>
976         * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
977         instead of ";" in order to avoid additional prompts.  Let heredoc
978         scripts read from tty.  (Bug#16582)
979         (tramp-send-command): No special handling of heredocs, it isn't
980         necessary anymore.
982 2014-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
985         with a space (bug#16664).  Limit the symbols considered to the ones
986         that are bound or fbound (bug#16646).
988 2014-02-06  Glenn Morris  <rgm@gnu.org>
990         * epa.el (epa-mail-aliases): Doc fix.
992 2014-02-06  Dmitry Gutov  <dgutov@yandex.ru>
994         * emacs-lisp/lisp.el (lisp-completion-at-point):
995         Use `completion-table-merge' instead of `completion-table-in-turn'
996         (bug#16604).
998         * minibuffer.el (completion-table-merge): New function.
1000 2014-02-05  Michael Albinus  <michael.albinus@gmx.de>
1002         * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
1003         (tramp-sh-handle-set-file-acl)
1004         (tramp-sh-handle-start-file-process)
1005         (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
1006         (tramp-find-executable, tramp-send-command): Use it.
1008 2014-02-05  Glenn Morris  <rgm@gnu.org>
1010         * epa.el (epa-mail-aliases): Fix custom type.  Doc tweak.
1012 2014-02-04  Fabián Ezequiel Gallina  <fgallina@gnu.org>
1014         * progmodes/python.el (python-shell-send-string)
1015         (python-shell-send-string-no-output): Fix docstring (Bug#16547).
1017 2014-02-04  Anders Lindgren  <andlind@gmail.com>
1019         * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
1020         the names (bug#16620).
1022 2014-02-03  Martin Rudalics  <rudalics@gmx.at>
1024         * faces.el (window-divider): New default value.  Rewrite doc-string.
1025         (window-divider-first-pixel, window-divider-last-pixel): New faces.
1027 2014-02-03  Dmitry Gutov  <dgutov@yandex.ru>
1029         * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
1030         `protected' and `public' can also be called without arguments.
1032 2014-02-03  Glenn Morris  <rgm@gnu.org>
1034         * register.el (window-configuration-to-register)
1035         (frame-configuration-to-register): Unadvertise unused argument.
1036         * frameset.el (frameset-to-register): Remove unused argument.
1038         * frameset.el (frameset-to-register):
1039         * kmacro.el (kmacro-to-register):
1040         * register.el (increment-register):
1041         * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
1042         (calc-append-to-register, calc-prepend-to-register):
1043         * play/gametree.el (gametree-layout-to-register)
1044         (gametree-apply-register-layout):
1045         * textmodes/picture.el (picture-clear-rectangle-to-register)
1046         (picture-yank-rectangle-from-register):
1047         * vc/emerge.el (emerge-combine-versions-register):
1048         Use register-read-with-preview to read registers.
1050 2014-02-03  João Távora  <joaotavora@gmail.com>
1052         * elec-pair.el (electric-pair-backward-delete-char): Don't error
1053         when at beginning of (possibly narrowed) buffer.
1055 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1057         * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
1058         Also try to display local help from just before point.
1060 2014-02-02  Alan Mackenzie  <bug-cc-mode@gnu.org>
1062         c-parse-state.  Don't "append-lower-brace-pair" in certain
1063         circumstances.  Also fix an obscure bug where "\\s!" shouldn't be
1064         recognised as a comment.
1066         * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
1067         as well as normal comment starter.
1068         (c-parse-state-get-strategy): Extra return possibility
1069         'back-and-forward.
1070         (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
1071         return value list to indicate replacement of a brace-pair cons
1072         with its car.
1073         (c-parse-state-1): With 'back-and-forward, only call
1074         c-append-lower-brace-pair-to state-cache when cons-separated.
1076 2014-02-02  Jan Djärv  <jan.h.d@swipnet.se>
1078         * term/ns-win.el (ns-suspend-error): New function.
1079         (ns-initialize-window-system): Add ns-suspend-error to
1080         suspend-hook (Bug#16612).
1082 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1084         * progmodes/cc-defs.el (c-find-assignment-for-mode):
1085         Make loading cc-mode silent.
1087 2014-02-02  Daniel Colascione  <dancol@dancol.org>
1089         * comint.el (comint-prompt-read-only): Change doc to suggest
1090         remap keybinding.
1092 2014-02-02  Glenn Morris  <rgm@gnu.org>
1094         * register.el (register-read-with-preview, point-to-register)
1095         (window-configuration-to-register, frame-configuration-to-register)
1096         (jump-to-register, number-to-register, view-register, insert-register)
1097         (copy-to-register, append-to-register, prepend-to-register)
1098         (copy-rectangle-to-register): Doc fixes.
1100 2014-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
1103         * emacs-lisp/find-func.el (find-function-C-source): Idem.
1104         * emacs-lisp/nadvice.el (advice--cd*r): New function.
1105         * help-fns.el (describe-function-1): Use it.
1107 2014-02-02  Glenn Morris  <rgm@gnu.org>
1109         * register.el (register-preview-default): New function,
1110         split from register-preview.
1111         (register-preview-function): Rename from register-preview-functions,
1112         make it not a hook.
1113         (register-preview): Use register-preview-function.
1114         (register-read-with-preview): Error on non-character event.  (Bug#16595)
1116 2014-02-01  Dmitry Gutov  <dgutov@yandex.ru>
1118         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
1119         `:' before binary operators (bug#16609).  Don't check for `:'
1120         before `[' and `(', or their syntax status.  A percent literal
1121         can't end with either.
1122         (ruby-font-lock-keywords): For built-ins that require arguments,
1123         check that they're followed by something that looks like argument
1124         (bug#16610).
1126 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1128         * subr.el (butlast): Document what an omitted N means (bug#13437).
1129         (nbutlast): Ditto.
1131 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
1133         * net/shr.el (shr-generic): Make into a defsubst to make the stack
1134         depth shallower (bug#16587).
1135         (shr-tag-svg): Respect `shr-inhibit-images'.
1136         (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
1138 2014-01-31  Dmitry Gutov  <dgutov@yandex.ru>
1140         * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
1141         (ruby-smie-grammar): Make "." right-associative.  Make its priority
1142         lower than the ternary and all binary operators.
1143         (ruby-smie-rules): Indent "(" relative to the first non-"."
1144         parent, or the first "." parent at indentation.
1145         Use `ruby-align-chained-calls' for indentation of "." tokens.
1146         (Bug#16593)
1148 2014-01-31  Juri Linkov  <juri@jurta.org>
1150         * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
1151         from `make-hash-table'.
1153         * textmodes/ispell.el (ispell-init-process): Change message format
1154         to be consistent with other messages.
1156 2014-01-31  Glenn Morris  <rgm@gnu.org>
1158         * delsel.el (delete-selection-mode): Doc fix.
1160         * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
1161         (trace-function-background): Doc fixes.
1163         * ido.el (ido-use-virtual-buffers): Doc fix.
1164         Reset :version, since the default value has not changed.
1166         * register.el (register-preview-delay, register-read-with-preview):
1167         Doc fixes.
1169         * mail/reporter.el (reporter-dump-variable): In case of void-variable,
1170         do not mess with mail-buffer position (fixes 2009-11-03 change).
1171         * progmodes/cc-mode.el (c-submit-bug-report):
1172         Check auto-fill-mode is bound.  (Bug#16592)
1174 2014-01-31  Darren Hoo  <darren.hoo@gmail.com>
1176         * startup.el (fancy-splash-image-file): New function,
1177         split from fancy-splash-head.
1178         (fancy-splash-head, use-fancy-splash-screens-p): Use it,
1179         so that we are both using the same image.  (Bug#16574)
1181 2014-01-30  Glenn Morris  <rgm@gnu.org>
1183         * simple.el (eval-expression): Doc fix.
1185         * hexl.el (hexl-mode-hook):
1186         * ielm.el (ielm-mode-hook):
1187         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
1188         (lisp-interaction-mode-hook):
1189         * progmodes/cfengine.e (cfengine3-documentation-function):
1190         Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
1192 2014-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
1195         is a symbol (bug#16584).
1197 2014-01-30  Glenn Morris  <rgm@gnu.org>
1199         * help.el (help-for-help-internal): Add "P" to text.
1201 2014-01-29  Glenn Morris  <rgm@gnu.org>
1203         * simple.el (just-one-space, cycle-spacing): Doc fixes.
1205 2014-01-28  Martin Rudalics  <rudalics@gmx.at>
1207         * window.el (fit-frame-to-buffer): Fix calculations for margins and
1208         height constraints.
1210 2014-01-28  Luke Lee  <luke.yx.lee@gmail.com>
1212         * progmodes/hideif.el: Extend to full CPP expression syntax.
1213         (hif-token-alist): Add missing tokens.
1214         (hif-token-regexp): Add support for float/octal/hex immediates.
1215         (hif-string-literal-regexp): New const.
1216         (hif-tokenize): Recognize strings and float/octal/hex immediates.
1217         (hif-exprlist): New function.
1218         (hif-parse-if-exp): Use it.
1219         (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
1220         (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
1221         (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
1222         (hif-logxor, hif-comma): New functions.
1224 2014-01-28  Glenn Morris  <rgm@gnu.org>
1226         * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
1228         * indent.el (tab-stop-list): Doc fix.  Add :version.
1230         * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
1231         (cvs-append-to-ignore): Add compatibility alias.
1233 2014-01-27  Glenn Morris  <rgm@gnu.org>
1235         * dired.el (dired-hide-details-mode): Don't autoload it,
1236         since it cannot be used outside Dired buffers anyway.
1238         * emulation/cua-base.el (cua-mode): Doc fix.
1240         * dired.el (dired-hide-details-hide-symlink-targets)
1241         (dired-hide-details-hide-information-lines)
1242         (dired-hide-details-mode): Doc fixes.
1244         * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
1245         * strokes.el (strokes-file): Doc fix.  Bump :version.
1246         (strokes-help): Doc fix.
1247         * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
1248         * emulation/viper.el (viper): Doc fix for custom group.
1249         (top-level): Remove oh-so-no-longer-relevant text about vip.
1250         * obsolete/otodo-mode.el (todo-prefix): Doc fix.
1252         * ido.el (ido-save-directory-list-file):
1253         * saveplace.el (save-place-file):
1254         * calendar/timeclock.el (timeclock-file):
1255         * net/quickurl.el (quickurl-url-file):
1256         * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
1257         * progmodes/idlwave.el (idlwave-config-directory):
1258         * textmodes/remember.el (remember-data-file):
1259         Bump :version.
1261 2014-01-26  Glenn Morris  <rgm@gnu.org>
1263         * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
1264         Doc fix.  Make obsolete.
1265         (opascal-mode): No longer mention opascal-tab-always-indents in doc.
1267         * sort.el (delete-duplicate-lines): Doc fix.
1269 2014-01-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
1271         * progmodes/ada-mode.el (ada):
1272         * woman.el (woman): Link to info manual and Commentary section.
1274         * progmodes/flymake.el (flymake):
1275         * nxml/nxml-mode.el (nxml):
1276         * net/eww.el (eww):
1277         * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
1278         * htmlfontify.el (htmlfontify):
1279         * ses.el (ses):
1280         * epa.el (epa):
1281         * ido.el (ido): Link to info manual.
1283 2014-01-25  Leo Liu  <sdl.web@gmail.com>
1285         * progmodes/flymake.el (flymake-make-overlay): No rear advance.
1287 2014-01-25  Adam Sjøgren  <asjo@koldfront.dk>
1289         * net/shr.el (shr-tag-img): Prefer the title over the alt text
1290         (bug#16537).
1292 2014-01-24  Juanma Barranquero  <lekktu@gmail.com>
1294         * net/eww.el (eww-download-callback):
1295         Fix reference to eww-download-directory.
1297         * emacs-lisp/bytecomp.el (byte-compile-file):
1298         Remove unused local variable `file-name'.
1300 2014-01-24  Glenn Morris  <rgm@gnu.org>
1302         * woman.el (woman-default-faces, woman-monochrome-faces):
1303         Fix obsolescence specification.
1305         * subr.el (with-demoted-errors): Doc fix.
1307 2014-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1309         * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
1310         (cl--macroexp-fboundp): New function.
1311         (cl--make-type-test): Use it.
1313 2014-01-23  Glenn Morris  <rgm@gnu.org>
1315         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
1316         * simple.el (eval-expression): Doc fixes.
1318 2014-01-22  Glenn Morris  <rgm@gnu.org>
1320         * emacs-lisp/authors.el (authors-fixed-entries): Addition.
1322 2014-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * emacs-lisp/package.el: Write files silently.
1325         (package-autoload-ensure-default-file, package--write-file-no-coding)
1326         (package-generate-description-file, package--download-one-archive)
1327         (package-install-from-archive): Tell `write-region' to stay quiet.
1328         (package-menu-mode, package-menu--print-info): Omit the Archive column
1329         if there's only one archive.
1330         (package-all-keywords, package--has-keyword-p): Remove dead code.
1332 2014-01-22  Glenn Morris  <rgm@gnu.org>
1334         * version.el (emacs-bzr-version-bzr): Fix typo.
1336         * version.el (emacs-repository-get-version):
1337         Check either .bzr or .git, but not both.
1338         Make the git case actually use the DIR argument, and return nil
1339         rather than the empty string.
1340         Avoid error if .git exists but the git executable is not found.
1342 2014-01-22  Martin Rudalics  <rudalics@gmx.at>
1344         Fixes in window size functions around Bug#16430 and Bug#16470.
1345         * window.el (window-total-size, window-size): New argument ROUND.
1346         (window--min-delta-1, window-min-delta, window--max-delta-1):
1347         Be more conservative when calculating the numbers of lines or
1348         columns a window can shrink (Bug#16430).
1349         (fit-window-to-buffer): Simplify code.
1350         * term.el (term-window-width): Call window-body-width again.
1352 2014-01-22  Glenn Morris  <rgm@gnu.org>
1354         * image.el (image-format-suffixes): Doc fix.
1356         * international/quail.el (quail-define-package): Doc fix.
1358         * emacs-lisp/authors.el (authors-valid-file-names)
1359         (authors-renamed-files-alist): Additions.
1361         * vc/vc-git.el (vc-git-print-log): Remove --follow;
1362         reverts 2014-01-09 change.  (Bug#16422)
1364         * calc/calc-embed.el (thing-at-point-looking-at):
1365         * emacs-lisp/map-ynp.el (x-popup-dialog):
1366         * obsolete/lmenu.el (x-popup-dialog):
1367         * emacs-lisp/package.el (url-recreate-url):
1368         * mail/mailclient.el (clipboard-kill-ring-save):
1369         * subr.el (x-popup-dialog): Update declaration.
1370         * mail/rmail.el (rmail-mime-message-p):
1371         * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
1373 2014-01-21  Daniel Colascione  <dancol@dancol.org>
1375         * progmodes/sh-script.el (sh--inside-noncommand-expression):
1376         Correctly detect when we're inside an arithmetic expansion form
1377         containing nested parenthesis.
1378         (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
1379         to detect cases where we shouldn't expand "<<" to a heredoc
1380         skeleton.
1382 2014-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1384         * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
1385         (eldoc--message-command-p): New function.
1386         (eldoc-display-message-p): Use it.
1387         (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
1388         message is not automatically erased for us.
1389         (eldoc-print-current-symbol-info): Erase previous message, if any.
1391 2014-01-21  Tassilo Horn  <tsdh@gnu.org>
1393         * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
1394         specify it's an interactive function.
1396         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1397         Fix regex used for scanning for citation keys which failed for
1398         citations with optional arguments.
1400 2014-01-21  Leo Liu  <sdl.web@gmail.com>
1402         * simple.el (read--expression): Don't enable eldoc-mode.
1404 2014-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1406         * simple.el (move-beginning-of-line): Make sure we don't move forward
1407         (bug#16497).
1409 2014-01-20  Juri Linkov  <juri@jurta.org>
1411         * saveplace.el (toggle-save-place, save-place-to-alist)
1412         (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
1413         'dired-mode) before checking for dired-directory.  (Bug#16477)
1415 2014-01-20  Juri Linkov  <juri@jurta.org>
1417         * indent.el (indent-line-to): Use backward-to-indentation
1418         instead of back-to-indentation.  (Bug#16461)
1420 2014-01-20  Paul Eggert  <eggert@cs.ucla.edu>
1422         Revert some of the CANNOT_DUMP fix (Bug#16494).
1423         Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
1424         but fixing this can wait until after the next release.
1425         * Makefile.in (emacs): Keep EMACSLOADPATH empty.
1427 2014-01-19  Michael Albinus  <michael.albinus@gmx.de>
1429         * eshell/esh-mode.el (eshell-password-prompt-regexp):
1430         Use `password-word-equivalents'.
1431         (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
1432         to t.  (Bug#5664, Bug#13124)
1434 2014-01-19  Alan Mackenzie  <acm@muc.de>
1436         Bind open-paren-in-column-0-is-defun-start to nil at some entry
1437         points.
1438         * progmodes/cc-engine.el (c-invalidate-state-cache-1)
1439         (c-parse-state-1, c-guess-basic-syntax): Bind it here.
1440         * progmodes/cc-mode.el (c-before-change, c-after-change)
1441         (c-font-lock-fontify-region): Bind it here.
1443 2014-01-19  Martin Rudalics  <rudalics@gmx.at>
1445         * term.el (term-window-width): Call window-text-width instead of
1446         window-width (Bug#16470).
1448 2014-01-18  Paul Eggert  <eggert@cs.ucla.edu>
1450         * simple.el (password-word-equivalents): Remove duplicates.
1451         Sort, to make this easier next time.
1452         Downcase.  Omit ": " after "jelszó".
1454 2014-01-18  Jan Djärv  <jan.h.d@swipnet.se>
1456         * term/common-win.el (saved-region-selection): Defvar it.
1457         (x-select-text): Set saved-region-selection (Bug#16382).
1459 2014-01-18  Glenn Morris  <rgm@gnu.org>
1461         * emacs-lisp/authors.el (authors-aliases)
1462         (authors-renamed-files-alist): Add some entries.
1464 2014-01-17  Michael Albinus  <michael.albinus@gmx.de>
1466         * net/tramp.el (tramp-password-prompt-regexp):
1467         Use `password-word-equivalents' if available.
1468         (tramp-action-password, tramp-process-one-action)
1469         (tramp-read-passwd): Let-bind `case-fold-search' to t.  (Bug#13124)
1471 2014-01-17  Chong Yidong  <cyd@gnu.org>
1473         * simple.el (password-word-equivalents): New defcustom.
1474         * comint.el (comint-password-prompt-regexp): Use it.  Bump version
1475         to 24.4.
1476         (comint-watch-for-password-prompt): Let-bind `case-fold-search'
1477         to t.  (Bug#13124)
1479 2014-01-17  Dmitry Gutov  <dgutov@yandex.ru>
1481         * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
1482         (ruby-align-to-stmt-keywords): Change the default value.
1483         Use `ruby-alignable-keywords' to generate the possible customization
1484         choices.
1485         (ruby-smie-rules): Instead of using a hardcoded list of alignable
1486         keywords, check against the value of `ruby-alignable-keywords'
1487         (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
1489 2014-01-17  Glenn Morris  <rgm@gnu.org>
1491         * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
1493         Make M-x authors return zero *Authors Errors* from current logs.
1494         * emacs-lisp/authors.el (authors-obsolete-files-regexps)
1495         (authors-ignored-files): Add some entries, remove others.
1496         (authors-ambiguous-files, authors-valid-file-names):
1497         Add some entries.
1498         (authors-renamed-files-alist): Add, remove, and adjust entries.
1499         (authors-renamed-files-regexps): Add some entries.
1500         Remove some very broad ones.  Make some entries `lax'.
1501         (authors-lax-changelogs): New constant.
1502         (authors-disambiguate-file-name): Treat top-level specially.
1503         (authors-lax-changelog-p): New function.
1504         (authors-canonical-file-name): Check file as written against
1505         authors-valid-file-names.  Do not special-case etc/.
1506         Handle `lax' logs and authors-renamed-files-regexps elements.
1508 2014-01-16  Dmitry Gutov  <dgutov@yandex.ru>
1510         * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
1511         `assoc'.  Use `nth' instead of `cdr'.  Make private.  Update all
1512         callers.
1514 2014-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1516         * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
1517         Assume we're already in the proper buffer.
1518         Inspired by Anders Lindgren <andlind@gmail.com>.
1519         (follow-post-command-hook): Call it from the right buffer.
1520         (follow-comint-scroll-to-bottom): Adjust call.
1521         (follow-all-followers): Use get-buffer-window-list.
1523 2014-01-15  Daniel Colascione  <dancol@dancol.org>
1525         * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
1526         `buffer-file-name' in interactive-form so that we don't leave
1527         pathless file names in `file-name-history'.
1529 2014-01-15  Juri Linkov  <juri@jurta.org>
1531         * indent.el (indent-rigidly): Set deactivate-mark to nil
1532         in transient indentation mode.  (Bug#16438)
1534 2014-01-15  Dmitry Gutov  <dgutov@yandex.ru>
1536         * emacs-lisp/package.el (package-desc-keywords): New function
1537         (Bug#16222).
1538         (describe-package-1, package-all-keywords)
1539         (package--has-keyword-p): Use it.
1541 2014-01-14  Nicolas Richard  <theonewiththeevillook@yahoo.fr>
1543         * simple.el (define-alternatives): When creating the
1544         COMMAND-alternatives variable, assign COMMAND as its definition
1545         name so that `describe-variable' can relocate it.
1547 2014-01-14  Matthew Leach  <matthew@mattleach.net>  (tiny change)
1549         * font-lock.el (font-lock-keywords): Fix typo in docstring
1550         (bug#16307).
1552 2014-01-14  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
1554         * ispell.el (ispell-region): Reset `in-comment' for new line
1555         instead of wrongly reset `add-coment' (bug#13577).
1557 2014-01-14  Daiki Ueno  <ueno@gnu.org>
1559         * epa-file.el (epa-file-write-region): Encode the region according
1560         to `buffer-file-format'.  Problem reported at:
1561         <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
1563 2014-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
1566         so it applies in the right buffer (bug#16410).
1568 2014-01-13  Daniel Colascione  <dancol@dancol.org>
1570         * textmodes/rst.el (rst-define-key): Provide deprecated
1571         keybindings through named functions instead of anonymous ones so
1572         that "??" doesn't appear in describe-mode output.
1574 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1576         * simple.el (define-alternatives): Call the selected command
1577         interactively.  When setting `COMMAND--implementation' for the
1578         first time, tell the user how to chose another implementation.
1579         Enhance the docstring.
1581 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1583         * vc/log-edit.el: Fix highlighting of summary when it's the first line.
1584         (log-edit--match-first-line): New function.
1585         (log-edit-font-lock-keywords): Use it.
1586         (log-edit-mode): Make jit-lock-defer-multiline work.
1588 2014-01-13  Bastien Guerry  <bzg@gnu.org>
1590         * rect.el (rectangle-mark-mode): When the region is not active,
1591         display a message saying that the mark as been set and that
1592         rectangle mode is in use.
1593         (rectangle--highlight-for-redisplay): Only put an overlay with a
1594         visible vertical bar when (display-graphic-p) is non-nil.
1595         This partially fixes Bug#16403.
1597 2014-01-13  Juri Linkov  <juri@jurta.org>
1599         * info.el (Info-find-file): Go to DIR before displaying the error
1600         about a nonexistent file if no previous Info file is visited.
1601         Use `user-error' instead of `error' for "Info file %s does not exist".
1602         (Info-find-node-2): In case of a nonexistent node in unwind forms
1603         go to the Top node if there is no previous node to revert to.
1604         (Bug#16405)
1606 2014-01-13  Martin Rudalics  <rudalics@gmx.at>
1608         fit-frame/window-to-buffer code fixes including one for Bug#14096.
1609         * window.el (fit-frame-to-buffer): Fix doc-string.
1610         Respect window-min-height/-width.  Fit pixelwise when
1611         frame-resize-pixelwise is non-nil.  Adjust right/bottom edge
1612         when avoiding that frame goes partially off-screen.
1613         (fit-window-to-buffer): Respect window-min-height/-width
1614         (Bug#14096).
1616 2014-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1618         * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
1619         after an empty line.
1621 2014-01-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1623         * net/shr.el (shr-render-region): Autoload.
1625 2014-01-12  Xue Fuqiao  <xfq.free@gmail.com>
1627         * net/eww.el (eww-download-directory): Rename from
1628         `eww-download-path' (Bug#16419).
1630 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1632         * dired-x.el (dired-mode-map): Fix last change.
1634         * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
1636 2014-01-12  Paul Eggert  <eggert@cs.ucla.edu>
1638         Spelling fixes.
1639         * emacs-lisp/generic.el (generic--normalize-comments):
1640         Rename from generic--normalise-comments.  All uses changed.
1641         * play/bubbles.el (bubbles--neighborhood-score)
1642         (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
1643         (bubbles--neighborhood-available)
1644         (bubbles--update-neighborhood-score):
1645         Rename from names with 'neighbourhood'.  All uses changed.
1647 2014-01-12  Leo Liu  <sdl.web@gmail.com>
1649         Re-implement the feature of showing eldoc info after editing.
1650         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
1651         (eldoc-edit-message-commands): New function.
1652         (eldoc-print-after-edit): New variable.
1653         (eldoc-pre-command-refresh-echo-area): Emit message only by
1654         eldoc-message-commands.
1655         (eldoc-mode): Restrict eldoc-message-commands to editing commands
1656         if eldoc-print-after-edit is set.  (Bug#16346)
1657         * simple.el (read--expression): Enable eldoc-mode.
1658         * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
1660 2014-01-11  Dani Moncayo  <dmoncayo@gmail.com>
1661             Eric S. Raymond  <esr@thyrsus.com>
1663         * version.el (emacs-repository-get-version): Enhance so the
1664         function works correctly in either a Bazaar or Git repo.
1666 2014-01-11  Eric S. Raymond  <esr@thyrsus.com>
1668         * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
1669         Goes with removal of the joke manpages from /etc.
1671 2014-01-10  Kenichi Handa  <handa@gnu.org>
1673         * mail/rmail.el (rmail-get-coding-system):
1674         Check rmail-get-coding-function before "funcall"ing it.
1676 2014-01-10  Glenn Morris  <rgm@gnu.org>
1678         * emacs-lisp/authors.el (authors-fixed-entries):
1679         Update for files that no longer exist.
1681 2014-01-10  Eric S. Raymond  <esr@thyrsus.com>
1683         * version.el (emacs-bzr-get-version): Restore compatibilty with
1684         24.3 (Tested).
1686 2014-01-10  Bozhidar Batsov  <bozhidar@batsov.com>
1688         * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
1689         and Podfile.
1691 2014-01-10  Eli Zaretskii  <eliz@gnu.org>
1693         * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
1695 2014-01-10  Chong Yidong  <cyd@gnu.org>
1697         * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
1699 2014-01-10  Anders Lindgren  <andlind@gmail.com>
1701         * follow.el (follow-cache-command-list): Include right-char and
1702         left-char.
1704 2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
1706         Spelling fixes.
1707         * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
1708         * woman.el (woman-mark-horizontal-position):
1709         Rename from woman-mark-horizonal-position.  Use changed.
1711 2014-01-10  Glenn Morris  <rgm@gnu.org>
1713         * info.el (info-initialize): If running uninstalled, ensure our
1714         own info files are always found first, even if INFOPATH is set.
1716         * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
1718 2014-01-09  David Engster  <deng@randomsample.de>
1720         * emacs-lisp/eieio-custom.el:
1721         * emacs-lisp/eieio-opt.el: Set generated autoload file to
1722         'eieio.el'.  This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
1723         * emacs-lisp/eieio.el: Regenerate autoloads.
1725 2014-01-09  Eric S. Raymond  <esr@thyrsus.com>
1727         * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
1728         following renames.  (Bug#8756)
1730 2014-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1732         * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
1733         (bug#16382).
1734         (activate-mark): Add `no-tmm' argument.
1735         (set-mark, push-mark-command): Use it instead of running
1736         activate-mark-hook by hand.
1738 2014-01-08  Eric S. Raymond  <esr@thyrsus.com>
1740         In preparation for the move to git, sanitize out some
1741         Bazaar-specific names.
1743         * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
1745         * version.el (emacs-bzr-version): Name changed to
1746         emacs-repository-version.  Obsolete-variable alias made.
1747         * loadup.el: Follow through on this name change.
1748         * mail/emacsbug.el (report-emacs-bug): Factor out any
1749         assumption about the version control system in use.
1751 2014-01-08  David Engster  <deng@randomsample.de>
1753         * help-fns.el (help-fns-describe-function-functions):
1754         New variable to call functions for augmenting help buffers.
1755         (describe-function-1): Remove explicit calls to
1756         `help-fns--compiler-macro', `help-fns--parent-mode' and
1757         `help-fns--obsolete'.  Put them in above new variable instead, and
1758         call them through `run-hook-with-args'.
1759         * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
1760         `eieio-describe-class'.  Not meant for interactive use anymore,
1761         but to augment existing help buffers.  Remove optional second
1762         argument.  Create proper button for file location.
1763         Rewrite function to use `insert' instead of `princ' and `prin1' where
1764         possible.
1765         (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
1766         (eieio-method-def, eieio-class-def): Move further up.
1767         (describe-method, describe-generic, eieio-describe-method):
1768         Remove aliases.
1769         (eieio-help-constructor, eieio-help-generic): Rename from
1770         `eieio-describe-constructor' and `eieio-describe-generic', resp.
1771         Rewrite to use `insert' in the current buffer and use proper help
1772         buttons.
1773         (eieio-help-find-method-definition)
1774         (eieio-help-find-class-definition): Also accept symbols as
1775         arguments.
1776         (eieio-help-mode-augmentation-maybee): Remove.
1777         (eieio-describe-class-sb): Use `describe-function'.
1778         * emacs-lisp/eieio.el (help-fns-describe-function-functions):
1779         Add `eieio-help-generic' and `eieio-help-constructor'.
1781 2014-01-08  Paul Eggert  <eggert@cs.ucla.edu>
1783         Spelling fixes.
1784         * language/china-util.el (hz-ascii-designation):
1785         Rename from hz-ascii-designnation.
1786         (hz-ascii-designation): Rename from hz-ascii-designnation.
1787         All uses changed.
1789 2014-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1791         * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
1792         package-alist.
1794 2014-01-08  Bastien Guerry  <bzg@gnu.org>
1796         * emacs-lisp/package.el (package-delete):
1797         Correctly delete the package from package-alist.
1799 2014-01-08  Daiki Ueno  <ueno@gnu.org>
1801         * emacs-lisp/package.el (url-recreate-url): Declare.
1802         (url-http-target-url): Declare.
1803         (package-handle-response): Include requested URL in the error message.
1804         (package--check-signature): Don't re-signal errors from
1805         package--with-work-buffer.  Suggested by Stefan Monnier.
1807 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1809         * minibuffer.el (completion--try-word-completion): When both a
1810         hyphen and a space are possible candidates for the character
1811         following a word, display both candidates.  (Bug#15980)
1813 2014-01-07  Martin Rudalics  <rudalics@gmx.at>
1815         * window.el (balance-windows-2): While rounding don't give a
1816         window more than the remainder.  Bug#16351, bug#16383.
1818 2014-01-07  Glenn Morris  <rgm@gnu.org>
1820         * menu-bar.el (menu-bar-help-extra-packages): Remove.
1821         (menu-bar-help-menu): Use view-external-packages instead.
1823 2014-01-07  Bastien Guerry  <bzg@gnu.org>
1825         * emacs-lisp/package.el (package-delete): Also delete the package
1826         name from `package-alist', not its description only.
1828 2014-01-07  Glenn Morris  <rgm@gnu.org>
1830         * help.el (view-external-packages):
1831         * menu-bar.el (menu-bar-help-extra-packages):
1832         Visit efaq.info rather than etc/MORE.STUFF.
1834 2014-01-07  Juri Linkov  <juri@jurta.org>
1836         * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
1837         isearch-exit and isearch-delete-char resp.  (Bug#16342, bug#16035)
1839         * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
1840         that shadows RET.  (Bug#16342)
1842 2014-01-07  Chong Yidong  <cyd@gnu.org>
1844         * isearch.el (isearch-yank-char, isearch-yank-word)
1845         (isearch-yank-line): Doc fix.
1847 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * abbrev.el (define-abbrev): Beware new meaning of fboundp.
1850         * emacs-lisp/elint.el (elint-find-builtins):
1851         * emacs-lisp/eldoc.el (eldoc-symbol-function):
1852         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
1853         (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
1854         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1855         * apropos.el (apropos-safe-documentation):
1856         * subr.el (symbol-file): Remove redundant fboundp.
1857         * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
1859 2014-01-06  Bastien Guerry  <bzg@gnu.org>
1861         * hl-line.el (global-hl-line-overlay): Make a local variable.
1862         (global-hl-line-overlays): New variable to store all overlays.
1863         (global-hl-line-mode): Don't delete overlays from the current
1864         buffer when `global-hl-line-sticky-flag' is non-nil.
1865         (global-hl-line-highlight): Add new overlays to
1866         `global-hl-line-overlays'.
1867         (global-hl-line-unhighlight-all): New function to delete all
1868         overlays when turning off `global-hl-line-mode'.
1869         This fixes Bug#16183.
1871 2014-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1873         * subr.el (set-transient-map): Fix nested case and docstring.
1875 2014-01-06  Tassilo Horn  <tsdh@gnu.org>
1877         * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
1878         `Texinfo' entry.
1880 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1882         Fix defun navigation in vc log view.
1884         * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
1885         like `beginning-of-defun'.
1886         (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
1887         log-view-end-of-defun to log-view-end-of-defun-1.  Replace
1888         log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
1889         (log-view-extract-comment): Call `log-view-current-entry' directly
1890         instead of relying on broken `log-view-beginning-of-defun' behavior.
1892 2014-01-06  Paul Eggert  <eggert@cs.ucla.edu>
1894         Spelling fixes.
1895         * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
1896         * emacs-lisp/debug.el (cancel-debug-on-entry):
1897         * epg.el (epg-error-to-string):
1898         * files.el (recover-file):
1899         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
1900         * mail/emacsbug.el (report-emacs-bug-hook):
1901         * mail/sendmail.el (mail-recover):
1902         * ses.el (ses-yank-resize):
1903         * term/ns-win.el (ns-print-buffer):
1904         Spelling fixes in diagnostics, mostly for "canceled" with one L.
1905         * epg.el (epg-key-capability-alist): Rename from misspelled version.
1906         All uses changed.
1907         * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
1909 2014-01-06  Leo Liu  <sdl.web@gmail.com>
1911         * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
1912         to avoid shadowing global key.  (Bug#16354)
1914 2014-01-06  Daniel Colascione  <dancol@dancol.org>
1916         * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
1917         rst-mode.
1919 2014-01-05  Martin Rudalics  <rudalics@gmx.at>
1921         * window.el (balance-windows): Add mising t to fix Bug#16351.
1923 2014-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1925         * net/shr.el (shr-descend): Don't bug out if the anchor is empty
1926         (bug#16285).
1927         (shr-insert): If we have a word that's longer than `shr-width',
1928         break after it anyway.  Otherwise we'll do no breaking once we get
1929         such a long word.
1931 2014-01-05  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
1933         * net/eww.el (eww): Support single/double quote for search.
1934         * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
1935         (eww-history-quit): Delete and use quit-window.
1936         (eww-history-kill): Delete, because it doesn't work well and
1937         not necessary.
1938         (eww-history-mode-map): Delete some keys and add easy-menu.
1940 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1942         Fix misspelling of 'chinese' in rx (Bug#16237).
1943         * emacs-lisp/rx.el (rx-categories): Correct spelling of
1944         chinese-two-byte.
1946         Change subword regexps back to vars (Bug#16296).
1947         * progmodes/subword.el (subword-forward-regexp)
1948         (subword-backward-regexp): Change these back to variables.
1950 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1952         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
1953         syntax-begin-function (bug#16247).
1955 2014-01-03  Chong Yidong  <cyd@gnu.org>
1957         * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
1958         (advice--docstring): Delete variable.
1959         (advice--make-1): Leave the docstring empty.
1960         (advice-add): Use function-documentation for advised docstring.
1962         * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
1963         Ignore function-documentation property when getting documentation.
1964         (ad-activate-advised-definition): Use function-documentation
1965         generate the docstring.
1966         (ad-make-advised-definition): Don't call
1967         ad-make-advised-definition-docstring.
1968         (ad-make-advised-definition-docstring, ad-advised-definition-p):
1969         Delete functions.
1971         * progmodes/sql.el (sql-help): Use function-documentation instead
1972         of dynamic-docstring-function property.  No need to autoload now.
1973         (sql--help-docstring): New variable.
1974         (sql--make-help-docstring): Use it.
1976 2014-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1978         * ielm.el (ielm-tab): Retarget.
1979         (ielm-map): Use ielm-tab for tab.
1980         (ielm-complete-filename): Use comint-filename-completion.
1981         (ielm-complete-symbol): Remove.
1982         (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
1983         remove ielm-tab from completion-at-point-functions (bug#16224).
1985         * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
1986         Beware signals raised by predicates (bug#16201).
1988 2014-01-02  Richard Stallman  <rms@gnu.org>
1990         * dired-aux.el (dired-do-print): Handle printer-name.
1992         * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
1993         * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
1994         (rmail-epa-decrypt): Turn off mime processing.
1996         * mail/rmail.el (rmail-make-in-reply-to-field):
1997         Add parens in message-id.
1999         * mail/rmail.el (rmail-get-coding-function): Variable.
2000         (rmail-get-coding-system): Use it.
2002 2013-12-31  Eli Zaretskii  <eliz@gnu.org>
2004         * international/mule-conf.el: Unify the charset indian-is13194.
2005         (indian-is13194): Specify unify-map.
2007 2013-12-31  Leo Liu  <sdl.web@gmail.com>
2009         * subr.el (set-temporary-overlay-map): Obsolete alias.  (Bug#16305)
2011 2013-12-30  Daniel Colascione  <dancol@dancol.org>
2013         * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
2014         of printing a useless when we resume from sleep.
2016         * progmodes/sh-script.el
2017         (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
2018         in indentation code.  (Bug#16233)
2020 2013-12-28  João Távora  <joaotavora@gmail.com>
2022         * elec-pair.el (electric-pair-post-self-insert-function):
2023         Don't open extra newlines at beginning of buffer.  (Bug#16272)
2025 2013-12-28  Eli Zaretskii  <eliz@gnu.org>
2027         * frame.el (window-system-for-display): Don't allow to create a
2028         GUI frame from a -nw session on MS-Windows.  (Bug#14739)
2030 2013-12-28  Glenn Morris  <rgm@gnu.org>
2032         * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
2033         Update callers.
2035         * apropos.el (apropos-match-face):
2036         * calculator.el (calculator-displayer):
2037         * dabbrev.el (dabbrev-search-these-buffers-only):
2038         * face-remap.el (buffer-face-mode-face):
2039         * simple.el (yank-handled-properties):
2040         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
2041         * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
2042         * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
2043         (hashcash-double-spend-database):
2044         * progmodes/ruby-mode.el (ruby-deep-indent-paren)
2045         (ruby-deep-indent-paren-style):
2046         * textmodes/flyspell.el (flyspell-auto-correct-binding):
2047         * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
2048         (rst-toc-insert-number-separator, rst-toc-insert-max-level):
2049         * vc/pcvs-defs.el (cvs-minor-mode-prefix):
2050         Specify custom types.
2052         * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
2053         * bookmark.el (bookmark-bmenu-use-header-line):
2054         * doc-view.el (doc-view-scale-internally):
2055         * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
2056         * register.el (register-preview-delay):
2057         * net/shr.el (shr-bullet):
2058         * progmodes/cfengine.el (cfengine-cf-promises)
2059         (cfengine-parameters-indent):
2060         * progmodes/octave.el (inferior-octave-error-regexp-alist):
2061         * textmodes/reftex-vars.el (reftex-label-regexps):
2062         * vc/log-edit.el (log-edit-setup-add-author): Add version.
2064         * net/tls.el (tls-certtool-program): Fix default value.
2066         * desktop.el (desktop-restore-in-current-display):
2067         * newcomment.el (comment-empty-lines):
2068         * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
2069         (idlwave-pad-keyword):
2070         * progmodes/tcl.el (tcl-tab-always-indent):
2071         * textmodes/reftex-vars.el (reftex-index-default-tag):
2072         * elec-pair.el (electric-pair-skip-whitespace):
2073         * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
2075         * emacs-lisp/authors.el (authors-ignored-files)
2076         (authors-valid-file-names, authors-renamed-files-alist): Additions.
2078 2013-12-27  Jarek Czekalski  <jarekczek@poczta.onet.pl>
2080         * shell.el (shell-dynamic-complete-command): Doc fix.
2081         (shell--command-completion-data): Shell completion now matches
2082         executable filenames from the current buffer's directory, on
2083         systems in which this behavior is the default (windows-nt, ms-dos).
2085 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2087         * net/shr.el (shr-insert): Don't infloop if the width is zero.
2089 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
2092         (bug#16251).
2094         * electric.el: Move all electric-pair-* to elec-pair.el.
2095         * elec-pair.el: New file, split from electric.el.
2097 2013-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
2099         * net/shr.el (shr-find-fill-point): Don't try to fill if the
2100         indentation level is larger than the width, because that will
2101         infloop.
2102         (shr-insert): Fill repeatedly long texts, so that Japanese is
2103         formatted correctly (bug#16263).
2104         (shr-find-fill-point): Off by one error in comparison with the
2105         indentation.
2107 2013-12-26  João Távora  <joaotavora@gmail.com>
2109         * electric.el (electric-pair-mode): More flexible engine for skip-
2110         and inhibit predicates, new options for pairing-related functionality.
2111         (electric-pair-preserve-balance): Pair/skip parentheses and quotes
2112         if that keeps or improves their balance in buffers.
2113         (electric-pair-delete-adjacent-pairs): Delete the pair when
2114         backspacing over adjacent matched delimiters.
2115         (electric-pair-open-extra-newline): Open extra newline when
2116         inserting newlines between adjacent matched delimiters.
2117         (electric--sort-post-self-insertion-hook):
2118         Sort post-self-insert-hook according to priority values when
2119         minor-modes are activated.
2120         * simple.el (newline-and-indent): Call newline with interactive
2121         set to t.
2122         (blink-paren-post-self-insert-function): Set priority to 100.
2123         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2124         Use electric-pair-text-pairs to pair backtick-and-quote in strings and
2125         comments.  Locally set electric-pair-skip-whitespace to 'chomp and
2126         electric-pair-open-newline-between-pairs to nil.
2128 2013-12-26  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2130         * progmodes/python.el: Use lexical-binding.
2131         (python-nav-beginning-of-defun): Stop searching ASAP.
2133 2013-12-25  Xue Fuqiao  <xfq.free@gmail.com>
2135         * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
2136         Fix interactive spec.  Doc fix.  (Bug#15754)
2138 2013-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2140         * emacs-lisp/byte-run.el (eval-when-compile):
2141         * progmodes/cc-defs.el (cc-eval-when-compile):
2142         Fix edebug spec (bug#16184).
2144 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2146         * net/shr.el (shr-visit-file): Remove debugging function.
2147         (shr-insert): Don't infloop if we can't find a good place to break
2148         the line (bug#16256).
2150 2013-12-25  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2152         * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
2153         (python-nav--lisp-forward-sexp-safe): Use it.  Rename from
2154         python-nav-lisp-forward-sexp-safe.
2155         (python-nav--forward-sexp): New argument SAFE allows switching
2156         forward sexp movement behavior for parens.
2157         (python-nav-forward-sexp): Throw errors on unterminated parens
2158         (Bug#16191).
2159         (python-nav-backward-sexp, python-nav-forward-sexp-safe)
2160         (python-nav-backward-sexp-safe): New functions.
2161         (python-shell-buffer-substring):
2162         Use `python-nav-forward-sexp-safe'.
2164 2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
2166         * net/shr.el (shr-find-fill-point): Don't break lines before a
2167         quotation mark.
2168         (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
2169         (shr-find-fill-point): Remove the special checks for the quotation
2170         mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
2172 2013-12-25  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2174         * net/eww.el (eww-form-textarea): Use a different face for
2175         textareas than text input since they have different keymaps
2176         (bug#16142).
2178 2013-12-24  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2180         * progmodes/python.el (python-nav-beginning-of-statement):
2181         Speed up (Bug#15295).
2183 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2185         * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
2186         the window configuration.
2188 2013-12-24  Eli Zaretskii  <eliz@gnu.org>
2190         * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
2191         we run on MS-Windows or MS-DOS.
2193 2013-12-24  Martin Rudalics  <rudalics@gmx.at>
2195         * window.el (balance-windows-area): Call window-size instead of
2196         window-height and window-width.  Bug#16241.
2198 2013-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
2200         * net/eww.el (eww-bookmark-quit): Remove.
2201         (eww-bookmark-browse): Restore the window configuration when you
2202         choose a bookmark (bug#16144).
2204 2013-12-24  Daniel Colascione  <dancol@dancol.org>
2206         * icomplete.el: Remove redundant :group arguments to `defcustom'
2207         throughout.
2208         (icomplete-show-matches-on-no-input): New customizable variable.
2209         (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
2210         we have something to show.
2211         (icomplete-exhibit): Compute completions even if we have no user input.
2213 2013-12-23  Daniel Colascione  <dancol@dancol.org>
2215         * icomplete.el: Move `provide' to end of file.
2217 2013-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
2219         * net/gnutls.el (gnutls-verify-error): Add version tag.
2221 2013-12-23  Chong Yidong  <cyd@gnu.org>
2223         * subr.el (set-transient-map): Rename from
2224         set-temporary-overlay-map.  Doc fix.
2226         * face-remap.el (text-scale-adjust):
2227         * indent.el (indent-rigidly):
2228         * kmacro.el (kmacro-call-macro):
2229         * minibuffer.el (minibuffer-force-complete):
2230         * repeat.el (repeat):
2231         * simple.el (universal-argument--mode):
2232         * calendar/todo-mode.el (todo-insert-item--next-param):
2233         * progmodes/f90.el (f90-abbrev-start): Callers changed.
2235         * indent.el (indent-rigidly): Use substitute-command-keys.
2237 2013-12-22  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2239         * net/eww.el (eww-tag-select): Add text-property to jump to next
2240         select field.
2241         (eww): Add non-supported ftp error.
2243 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2245         * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
2246         comments.  Handle electric indent after typing `?' and `!'.
2248 2013-12-22  Chong Yidong  <cyd@gnu.org>
2250         * faces.el (face-spec-recalc): If the theme specs are not
2251         applicable to a frame, fall back on the defface spec.
2252         This prevents themes from obliterating faces on low-color terminals.
2254 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2256         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
2257         after `{'.  We need it after block openers, and it doesn't seem
2258         to hurt after hash openers.
2260 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2262         * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
2263         extracted from `ruby-smie-rules'.
2264         (ruby--electric-indent-chars): New variable.
2265         (ruby--electric-indent-p): New function.
2266         (ruby-mode): Use `electric-indent-functions' instead of
2267         `electric-indent-chars'.
2269 2013-12-22  Dmitry Gutov  <dgutov@yandex.ru>
2271         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
2272         docstring.
2273         (ruby-smie-rules): Indent plus one level after `=>'.
2275 2013-12-21  Richard Stallman  <rms@gnu.org>
2277         * simple.el (newline): Doc fix.
2279 2013-12-21  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
2281         * net/eww.el (eww-list-histories, eww-list-histories)
2282         (eww-history-browse, eww-history-quit, eww-history-kill)
2283         (eww-history-mode-map, eww-history-mode): New command and
2284         functions to list browser histories.
2285         (eww-form-text): Support text form with disabled
2286         and readonly attributes.
2287         (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
2289 2013-12-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2291         * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
2292         (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
2293         (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
2294         (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
2295         Use `user-error'.
2296         (eww-bookmark-mode-map): Add menu.
2297         (eww-render, eww-mode): Use `setq-local'.
2298         (eww-tool-bar-map): New variable.
2299         (eww-mode): Set `tool-bar-map'.
2300         (eww-view-source): Check for `html-mode' with `fboundp'.
2302 2013-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304         * net/shr.el (shr--extract-best-source): Don't bug out on audio
2305         elements with text inside.  Also remove debugging.
2307 2013-12-21  Jan Djärv  <jan.h.d@swipnet.se>
2309         * cus-start.el (all): Add ns-use-srgb-colorspace.
2311 2013-12-21  Chong Yidong  <cyd@gnu.org>
2313         * custom.el (custom-theme-recalc-face): Do nothing if the face is
2314         undefined.  Thus, theme settings for undefined faces do not take
2315         effect until the faces are defined with defface, the same as with
2316         theme variables.
2318         * faces.el (face-spec-set): Use face-spec-recalc in all cases.
2319         (face-spec-reset-face): Don't assign extra properties in temacs.
2320         (face-spec-recalc): Apply X resources too.
2322 2013-12-21  Chong Yidong  <cyd@gnu.org>
2324         * faces.el (face-spec-set):
2325         * cus-face.el (custom-theme-set-faces, custom-set-faces):
2326         * custom.el (defface): Doc fixes (Bug#16203).
2328         * indent.el (indent-rigidly-map): Add docstring, and move commands
2329         into named functions.
2330         (indent-rigidly-left, indent-rigidly-right)
2331         (indent-rigidly-left-to-tab-stop)
2332         (indent-rigidly-right-to-tab-stop): New functions.  Decide on
2333         indentation direction based on bidi direction, and accumulate
2334         sequential commands in a single undo boundary.
2335         (indent-rigidly--pop-undo): New utility function.
2337 2013-12-20  Juanma Barranquero  <lekktu@gmail.com>
2339         * faces.el (read-face-name): Require crm.el when using crm-separator.
2341 2013-12-20  Daniel Colascione  <dancol@dancol.org>
2343         * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
2344         so that we don't reflow comments into the shebang line.
2346 2013-12-20  Juri Linkov  <juri@jurta.org>
2348         * saveplace.el (save-place-to-alist): Add `dired-filename' as
2349         a position when `dired-directory' is non-nil.  Check integer
2350         positions with `integerp'.
2351         (toggle-save-place, save-places-to-alist): Add check for
2352         `dired-directory'.
2353         (save-place-find-file-hook): Check integer positions with
2354         `integerp'.
2355         (save-place-dired-hook): Use `dired-goto-file' when
2356         `dired-filename' is found in the assoc list.  Check integer
2357         positions with `integerp'.
2358         (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
2360         * dired.el (dired-initial-position-hook): Rename back from
2361         `dired-initial-point-hook'.
2362         (dired-initial-position): Rename `dired-initial-point-hook' to
2363         `dired-initial-position-hook'.
2364         (dired-file-name-at-point): Doc fix.  (Bug#15329)
2366 2013-12-20  Juri Linkov  <juri@jurta.org>
2368         * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
2369         (read-regexp-suggestions): New function.
2370         (read-regexp): Use `read-regexp-defaults-function' to get default values.
2371         Use `read-regexp-suggestions'.  Add non-empty default to history
2372         for empty input.
2373         (occur-read-regexp-defaults-function): Remove function.
2374         (occur-read-primary-args): Use `regexp-history-last' instead of
2375         `occur-read-regexp-defaults-function'.
2377         * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
2378         (hi-lock-line-face-buffer, hi-lock-face-buffer)
2379         (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
2380         `hi-lock-read-regexp-defaults-function'.  Doc fix.
2381         (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
2382         with `find-tag-default-as-symbol-regexp'.  Doc fix.
2383         (hi-lock-read-regexp-defaults): Remove function.
2384         (hi-lock-regexp-okay): Add check for null.
2386         * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
2387         the arg DEFAULTS.  Move formatting of the prompt to `read-regexp'.
2389         * subr.el (find-tag-default-as-symbol-regexp): New function.
2390         (find-tag-default-as-regexp): Move symbol regexp formatting to
2391         `find-tag-default-as-symbol-regexp'.
2393 2013-12-20  E Sabof  <esabof@gmail.com>  (tiny change)
2395         * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
2396         (Bug#14179)
2398 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2400         * calendar/todo-mode.el: New implementation of item insertion
2401         commands and key bindings.
2402         (todo-key-prompt): New face.
2403         (todo-insert-item): New command.
2404         (todo-insert-item--parameters): New defconst, replacing defvar
2405         todo-insertion-commands-args-genlist.
2406         (todo-insert-item--param-key-alist): New defconst, replacing
2407         defvar todo-insertion-commands-arg-key-list.
2408         (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
2409         (todo-insert-item--argsleft, todo-insert-item--apply-args)
2410         (todo-insert-item--next-param): New functions.
2411         (todo-insert-item--args, todo-insert-item--argleft)
2412         (todo-insert-item--argsleft, todo-insert-item--newargsleft):
2413         New variables.
2414         (todo-key-bindings-t): Change binding of "i" from
2415         todo-insertion-map to todo-insert-item.
2416         (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
2417         (todo-insertion-command-name, todo-insertion-commands-names)
2418         (todo-define-insertion-command, todo-insertion-commands)
2419         (todo-insertion-key-bindings, todo-insertion-map): Remove.
2421 2013-12-20  Stephen Berman  <stephen.berman@gmx.net>
2423         * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
2424         (todo-toggle-item-highlighting): Use eval-and-compile instead of
2425         eval-when-compile.
2426         (todo-move-category): Allow choosing a non-existing todo file to
2427         move the category to, and create that file.
2428         (todo-default-priority): New user option.
2429         (todo-set-item-priority): Use it.
2430         (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
2431         (desktop-restore-file-buffer): Declare.
2432         (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
2433         (todo-modes-set-2): Locally set desktop-save-buffer to
2434         todo-desktop-save-buffer.
2435         (todo-mode, todo-archive-mode, todo-filtered-items-mode)
2436         (auto-mode-alist): Add autoload cookie.
2438 2013-12-20  Bozhidar Batsov  <bozhidar@batsov.com>
2440         * emacs-lisp/subr-x.el: Renamed from helpers.el.
2441         helpers.el was a poor choice of name.
2442         (string-remove-prefix): New function.
2443         (string-remove-suffix): New function.
2445 2013-12-20  Martin Rudalics  <rudalics@gmx.at>
2447         Fix assignment for new window total sizes.
2448         * window.el (window--pixel-to-size): Remove function.
2449         (window--pixel-to-total-1, window--pixel-to-total):
2450         Fix calculation of new total sizes.
2452 2013-12-20  Vitalie Spinu  <spinuvit@gmail.com>
2454         * comint.el (comint-output-filter): Fix rear-nonsticky property
2455         placement (Bug#16010).
2457 2013-12-20  Chong Yidong  <cyd@gnu.org>
2459         * faces.el (read-color): Minor fix for completion function.
2461 2013-12-20  Dmitry Gutov  <dgutov@yandex.ru>
2463         * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
2464         New option.  (Bug#16182)
2465         (ruby-smie--indent-to-stmt-p): Use it.
2466         (ruby-smie-rules): Revert the logic in the handling of `when'.
2467         Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
2468         (ruby-deep-arglist, ruby-deep-indent-paren)
2469         (ruby-deep-indent-paren-style): Update docstrings to note that the
2470         vars don't have any effect with SMIE.
2472 2013-12-20  Jay Belanger  <jay.p.belanger@gmail.com>
2474         * calc/calc.el (calc-enter, calc-pop): Use the variable
2475         `calc-context-sensitive-enter'.
2477 2013-12-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2479         * net/shr.el (shr-insert): Protect against infloops in degenerate
2480         tables.
2482 2013-12-20  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
2484         * progmodes/octave.el (octave): Add link to manual and octave
2485         homepage.
2486         (octave-mode-menu): Link to octave-mode manual.
2488 2013-12-20  Leo Liu  <sdl.web@gmail.com>
2490         * skeleton.el (skeleton-pair-insert-maybe): Disable newline
2491         insertion using skeleton-end-newline.  (Bug#16138)
2493 2013-12-20  Juri Linkov  <juri@jurta.org>
2495         * replace.el (occur-engine): Use `add-face-text-property'
2496         to add the face property to matches and titles.  (Bug#14645)
2498         * hi-lock.el (hi-green): Use lighter color "light green" closer to
2499         the palette of other hi-lock colors.
2500         (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
2502 2013-12-19  Juri Linkov  <juri@jurta.org>
2504         * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
2505         Put :advertised-binding on `M-s c', `M-s r', `M-s e'.  (Bug#16035)
2506         (minibuffer-history-symbol): Move variable declaration closer to
2507         its usage.
2509         * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
2510         (Bug#14785)
2512 2013-12-19  Juri Linkov  <juri@jurta.org>
2514         * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
2515         New function.
2516         (log-edit-hook): Add it to :options.  (Bug#16170)
2518 2013-12-19  Juri Linkov  <juri@jurta.org>
2520         * simple.el (eval-expression-print-format): Don't check for
2521         command names and the last command.  Always display additional
2522         formats of the integer result in the echo area, and insert them
2523         to the current buffer only with a zero prefix arg.
2524         Display character when char-displayable-p is non-nil.
2525         (eval-expression): With a zero prefix arg, set `print-length' and
2526         `print-level' to nil, and insert the integer values from
2527         `eval-expression-print-format' at the end.  Doc fix.  (Bug#12985)
2529         * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
2530         `eval-last-sexp-arg-internal'.  Doc fix.
2531         (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
2532         `eval-last-sexp-print-value'.  Doc fix.
2533         (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
2534         Set `print-length' and `print-level' to nil when arg is zero.
2535         (eval-last-sexp): Doc fix.
2536         (eval-defun-2): Print the integer values from
2537         `eval-expression-print-format' at the end.
2539         * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
2540         values from `eval-expression-print-format' at the end.
2542         * ielm.el (ielm-eval-input): Print the integer
2543         values from `eval-expression-print-format' at the end.
2545 2013-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2547         * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
2548         2013-12-11T19:01:44Z!tzz@lifelogs.com.
2550 2013-12-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * hl-line.el (hl-line-make-overlay): New fun.  Set priority (bug#16192).
2553         (hl-line-highlight, global-hl-line-highlight): Use it.
2554         (hl-line-overlay): Use defvar-local.
2556 2013-12-19  Jan Djärv  <jan.h.d@swipnet.se>
2558         * term/ns-win.el: Require dnd.
2559         (global-map): Remove drag items.
2560         (ns-insert-text, ns-set-foreground-at-mouse)
2561         (ns-set-background-at-mouse):
2562         Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
2563         (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
2564         New functions.
2566 2013-12-19  Glenn Morris  <rgm@gnu.org>
2568         * emacs-lisp/ert.el (ert-select-tests):
2569         Fix string/symbol mixup.  (Bug#16121)
2571 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2573         * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
2574         keywords to their parent.
2576 2013-12-19  Dmitry Gutov  <dgutov@yandex.ru>
2578         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
2579         first arg to be a string (fixed dead code), or an operator symbol.
2580         (ruby-smie--forward-token): Tokenize ` @ ' before strings and
2581         operator symbols.
2582         (ruby-smie-rules): Remove parent token check in the `.' clause, it
2583         did nothing.  Don't respond to `(:after ".")', it will be called
2584         with :before anyway.  Remove the ` @ ' rule, it didn't seem to
2585         change anything.  Only return indentation for binary operators
2586         when they are hanging.  De-dent opening paren when its parent is
2587         `.', otherwise it looks bad when the dot is not at bol or eol
2588         (bug#16182).
2590 2013-12-19  Juri Linkov  <juri@jurta.org>
2592         * replace.el (query-replace-read-args): Split a non-negative arg
2593         and a negative arg into separate elements.
2594         (query-replace, query-replace-regexp, replace-string)
2595         (replace-regexp): Add arg `backward'.  Doc fix.
2596         (replace-match-maybe-edit): When new arg `backward' is non-nil,
2597         move point to the beginning of the match.
2598         (replace-search, replace-highlight): Use new arg `backward'
2599         to set the value of `isearch-forward'.
2600         (perform-replace): Add arg `backward' and use it to perform
2601         replacement backward.  (Bug#14979)
2603         * isearch.el (isearch-query-replace): Use a negative prefix arg
2604         to call `perform-replace' with a non-nil arg `backward'.
2606 2013-12-18  Juri Linkov  <juri@jurta.org>
2608         * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
2609         to the default list.  Move `log-edit-show-files' to the end.
2610         Add more available functions to options.
2611         (log-edit): Move default specific settings to
2612         `log-edit-insert-message-template'.  Don't move point.
2613         (log-edit-insert-message-template): New function.
2614         (log-edit-insert-changelog): Add `save-excursion' and don't move point.
2615         (Bug#16170)
2617 2013-12-18  Juri Linkov  <juri@jurta.org>
2619         * help-mode.el (help-mode-map): Bind "l" to help-go-back,
2620         and "r" to help-go-forward for compatibity with Info.  (Bug#16178)
2622 2013-12-18  Leo Liu  <sdl.web@gmail.com>
2624         * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
2625         (Bug#16186)
2627 2013-12-18  Eli Zaretskii  <eliz@gnu.org>
2629         * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
2630         formats for displaying file sizes when the -s switch is given.
2631         Instead, compute a separate format for displaying the size in
2632         blocks, which is displayed in addition to the "regular" size.
2633         When -h is given in addition to -s, produce size in blocks in
2634         human-readable form as well.  (Bug#16179)
2636 2013-12-18  Tassilo Horn  <tsdh@gnu.org>
2638         * textmodes/reftex-vars.el (reftex-label-alist-builtin):
2639         Reference tables with ~\ref{...} instead of only \ref{...}.
2641 2013-12-18  Chong Yidong  <cyd@gnu.org>
2643         * cus-edit.el (custom-magic-alist): Fix "themed" description
2644         (Bug#14348).
2646         * custom.el (custom-push-theme): If custom--inhibit-theme-enable
2647         is non-nil, do not create a new entry in the symbol's theme-value
2648         or theme-face property; update theme-settings only (Bug#14664).
2649         (custom-available-themes): Doc fix.
2651         * cus-theme.el (custom-new-theme-mode-map): Add bindings
2652         (Bug#15674).
2654         * replace.el (occur-engine): Avoid infloop (Bug#7593).
2656 2013-12-18  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
2658         * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
2659         (Bug#13914).
2661 2013-12-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
2663         * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
2665 2013-12-18  Glenn Morris  <rgm@gnu.org>
2667         * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
2668         * cus-start.el (load-prefer-newer): New option.
2670 2013-12-18  Le Wang  <l26wang@gmail.com>
2672         * comint.el (comint-previous-matching-input-from-input):
2673         Retain point (Bug#13404).
2675 2013-12-18  Chong Yidong  <cyd@gnu.org>
2677         * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
2679 2013-12-18  Glenn Morris  <rgm@gnu.org>
2681         * mail/emacsbug.el (report-emacs-bug):
2682         Only mention enable-multibyte-characters if non-standard.
2684 2013-12-17  Juri Linkov  <juri@jurta.org>
2686         * arc-mode.el (archive-extract-by-file): Check if directory exists
2687         before deletion to not show irrelevant errors if it doesn't exist.
2689 2013-12-17  Juri Linkov  <juri@jurta.org>
2691         * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
2692         (Bug#14751)
2694         * net/eww.el (browse-web): Add alias to `eww'.
2695         (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
2696         Bind "S-SPC" to `scroll-down-command'.  (Bug#16178)
2698         * net/browse-url.el (browse-url-browser-function): Move `eww'
2699         closer to similar functions.
2701         * startup.el (fancy-startup-screen, fancy-about-screen):
2702         Set browse-url-browser-function to eww-browse-url locally.
2703         (Bug#14751)
2705 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2707         * window.el (window--pixel-to-total): Remove unused `mini' var.
2708         (maximize-window, minimize-window): Remove unused `pixelwise' arg.
2709         (split-window): Remove unused `new' var.
2710         (window--display-buffer): Remove unused `frame' and `delta' vars.
2711         (fit-window-to-buffer): Remove unused vars `frame', `display-height',
2712         and display-width'.
2714 2013-12-17  Martin Rudalics  <rudalics@gmx.at>
2716         * dired.el (dired-mark-pop-up):
2717         * register.el (register-preview): Don't bind
2718         split-height-threshold here since it's now done in
2719         display-buffer-below-selected.
2721 2013-12-17  oblique  <psyberbits@gmail.com>  (tiny change)
2723         * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
2724         xterm-rgb-convert-to-16bit.
2725         (rxvt-register-default-colors): Standardize with
2726         xterm-register-default-colors (Bug#14078).
2728 2013-12-17  Dima Kogan  <dima@secretsauce.net>  (tiny change)
2730         * simple.el (kill-region): Pass mark first, then point, so that
2731         kill-append works right (Bug#12819).
2732         (copy-region-as-kill, kill-ring-save): Likewise.
2734 2013-12-17  Leo Liu  <sdl.web@gmail.com>
2736         * net/rcirc.el (rcirc-add-face):
2737         * eshell/em-prompt.el (eshell-emit-prompt):
2738         * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
2739         (Bug#16167)
2741 2013-12-17  Chong Yidong  <cyd@gnu.org>
2743         * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
2744         Suggested by Xue Fuqiao.
2746 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2748         * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
2750 2013-12-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2752         * net/shr.el (shr-insert-document): Remove unused var
2753         `shr-preliminary-table-render'.
2754         (shr-rescale-image): Remove unused arg `force'.
2755         (shr-put-image): Update calls accordingly.
2756         (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
2758 2013-12-17  Dmitry Gutov  <dgutov@yandex.ru>
2760         * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
2761         (smie-indent-close): Call `smie-indent--rule-1' with METHOD
2762         :close-all, to see which indentation method to use (Bug#16116).
2763         (smie-rules-function): Document the method :close-all.
2765 2013-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2767         * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
2769         * net/eww.el (eww-display-html): If we can't find the anchor we're
2770         looking for, then go to point-min.
2772 2013-12-16  Paul Eggert  <eggert@cs.ucla.edu>
2774         Fix problems with CANNOT_DUMP and EMACSLOADPATH.
2775         * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
2776         * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
2777         Expand dir too, in case it's relative.
2779 2013-12-16  Juri Linkov  <juri@jurta.org>
2781         * desktop.el (desktop-auto-save-timeout): Change default to
2782         `auto-save-timeout'.  Doc fix.
2783         (desktop-save): Skip the timestamp in desktop-saved-frameset
2784         when checking for auto-save changes.
2785         (desktop-auto-save): Don't call desktop-auto-save-set-timer since
2786         `desktop-auto-save' is called repeatedly by the idle timer.
2787         (desktop-auto-save-set-timer): Replace `run-with-timer' with
2788         `run-with-idle-timer' and a non-nil arg REPEAT.  Doc fix.
2789         (Bug#15331)
2791 2013-12-16  Juri Linkov  <juri@jurta.org>
2793         * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
2794         (Bug#16035)
2795         (isearch-pre-command-hook): Check `this-command' for symbolp.
2797 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2799         * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
2801 2013-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
2803         * progmodes/cfengine.el (cfengine3--current-word): Remove.
2804         (cfengine3--current-function): Bring in the current-function
2805         functionality from `cfengine3--current-word'.
2806         (cfengine3-completion-function): Bring in the
2807         bounds-of-current-word functionality from
2808         `cfengine3--current-word'.
2810 2013-12-16  Martin Rudalics  <rudalics@gmx.at>
2812         * window.el (display-buffer-below-selected):
2813         Bind split-height-threshold to 0 as suggested by Juri Linkov.
2815 2013-12-16  Leo Liu  <sdl.web@gmail.com>
2817         * progmodes/compile.el (compile-goto-error): Do not push-mark.
2818         Remove NOMSG arg and all uses changed.
2820 2013-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2822         * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
2823         (cua--deactivate-rectangle): Don't deactivate the mark.
2824         (cua-set-rectangle-mark): Don't set mark-active since
2825         cua--activate-rectangle already does it for us.
2826         (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
2827         non-rectangular region.
2829         * emulation/cua-base.el (cua-repeat-replace-region):
2830         Use with-current-buffer.
2832         * net/gnutls.el: Use cl-lib.
2833         (gnutls-negotiate): `mapcan' -> cl-mapcan.
2835 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2837         * emacs-lisp/package.el (package-built-in-p): Support both
2838         built-in and the package.el converted package descriptions.
2839         (package-show-package-list): Allow keywords.
2840         (package-keyword-button-action): Use it instead of
2841         `finder-list-matches'.
2842         (package-menu-filter-interactive): Interactive filtering (by
2843         keyword) function.
2844         (package-menu--generate): Support keywords and change keymappings
2845         and headers when they are given.
2846         (package--has-keyword-p): Helper function.
2847         (package-menu--refresh): Use it.
2848         (package--mapc): Helper function.
2849         (package-all-keywords): Use it.
2850         (package-menu-mode-map): Set up menu items and keybindings to
2851         provide a filtering UI.
2853 2013-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
2855         * net/gnutls.el (gnutls-verify-error): New defcustom to control
2856         the behavior when a certificate fails validation.  Defaults to
2857         old behavior: never abort, just warn.
2858         (gnutls-negotiate): Use it.
2860 2013-12-14  Martin Rudalics  <rudalics@gmx.at>
2862         * window.el (display-buffer-below-selected): Never split window
2863         horizontally.  Suggested by Juri Linkov <juri@jurta.org>.
2865 2013-12-14  Tom Willemse  <tom@ryuslash.org>  (tiny change)
2867         * emacs-lisp/package.el (package--prepare-dependencies): New function.
2868         (package-buffer-info): Use it (bug#15108).
2870 2013-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * icomplete.el (icomplete-completions): Make sure the prefix is already
2873         displayed elsewhere before hiding it (bug#16219).
2875 2013-12-14  Dmitry Gutov  <dgutov@yandex.ru>
2877         * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
2878         open-paren tokens when preceded by a open-paren, too.
2879         (ruby-smie-rules): Handle virtual indentation after open-paren
2880         tokens specially.  If there is code between it and eol, return the
2881         column where is starts (Bug#16118).
2883 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2885         * progmodes/cfengine.el: Fix `add-hook' doc.
2886         (cfengine-mode-syntax-functions-regex): Initialize sensibly.
2887         (cfengine3--current-word): Fix parameters.
2888         (cfengine3-make-syntax-cache): Simplify further.
2889         (cfengine3-completion-function, cfengine3--current-function):
2890         Use `assq' for symbols.
2891         (cfengine3--current-function): Fix `cfengine3--current-word' call.
2893 2013-12-13  Glenn Morris  <rgm@gnu.org>
2895         * loadup.el (load-path): Warn if site-load or site-init changes it.
2896         No more need to reset it when bootstrapping.
2898 2013-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
2900         * progmodes/cfengine.el (cfengine-cf-promises): Add more default
2901         locations for cf-promises.
2902         (cfengine-mode-syntax-functions-regex): New caching variable.
2903         (cfengine3-fallback-syntax): Fallback syntax for cases where
2904         cf-promises doesn't run.
2905         (cfengine3--current-word): Reimplement using
2906         `cfengine-mode-syntax-functions-regex'.
2907         (cfengine3-completion-function, cfengine3--current-function):
2908         Use `cfengine3-make-syntax-cache' directly.
2909         (cfengine3-clear-syntax-cache): New function.
2910         (cfengine3-make-syntax-cache): Simplify and create
2911         `cfengine-mode-syntax-functions-regex' on demand.
2912         (cfengine3-format-function-docstring): Don't call
2913         `cfengine3-make-syntax-cache' explicitly.
2915 2013-12-13  Martin Rudalics  <rudalics@gmx.at>
2917         Fix windmove-find-other-window broken after pixelwise resizing
2918         (Bug#16017).
2919         * windmove.el (windmove-other-window-loc): Revert change from
2920         2013-12-04.
2921         (windmove-find-other-window): Call window-in-direction.
2922         * window.el (window-in-direction): New arguments SIGN, WRAP and
2923         MINI to emulate original windmove-find-other-window behavior.
2925 2013-12-13  Dmitry Gutov  <dgutov@yandex.ru>
2927         * simple.el (blink-matching--overlay): New variable.
2928         (blink-matching-open): Instead of moving point, highlight the
2929         matching paren with an overlay
2930         (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
2932         * faces.el (paren-showing-faces, show-paren-match)
2933         (show-paren-mismatch): Move from paren.el.
2935 2013-12-13  Leo Liu  <sdl.web@gmail.com>
2937         * indent.el (indent-region): Disable progress reporter in
2938         minibuffer.  (Bug#16108)
2940         * bindings.el (visual-order-cursor-movement): Fix version.
2942 2013-12-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2944         * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
2945         Also match after beginning of line.
2946         (python-pdbtrack-set-tracked-buffer): Fix logic for remote
2947         files.  Thanks to Russell Sim.  (Bug#15378)
2949 2013-12-13  Juri Linkov  <juri@jurta.org>
2951         * simple.el <Keypad support>: Remove key bindings duplicated
2952         with bindings.el.  (Bug#14397)
2954 2013-12-13  Juri Linkov  <juri@jurta.org>
2956         * comint.el (comint-mode-map): Replace `delete-char' with
2957         `delete-forward-char'.  (Bug#16109)
2959 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2961         * progmodes/python.el (python-indent-calculate-indentation):
2962         Fix de-denters cornercase.  (Bug#15731)
2964 2013-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2966         * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
2967         (advice--make): Pay attention to `depth'.
2968         (advice--make-1): Don't autoload commands eagerly.
2969         * emacs-lisp/elp.el (elp-instrument-function):
2970         * emacs-lisp/trace.el (trace-function-internal):
2971         * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
2973         * iswitchb.el (iswitchb-mode): Don't belittle ido.
2975 2013-12-12  Eli Zaretskii  <eliz@gnu.org>
2977         * term/w32-win.el (w32-handle-dropped-file):
2978         * startup.el (normal-top-level):
2979         * net/browse-url.el (browse-url-file-url):
2980         * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
2981         decode file names using 'utf-8' rather than
2982         file-name-coding-system.
2984 2013-12-12  Fabián Ezequiel Gallina  <fgallina@gnu.org>
2986         * progmodes/python.el (python-indent-context)
2987         (python-indent-calculate-indentation): Fix auto-identation
2988         behavior for comment blocks.  (Bug#15916)
2990 2013-12-12  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
2992         * progmodes/python.el (python-indent-calculate-indentation):
2993         When determining indentation, don't treat "return", "pass", etc., as
2994         operators when they are just string constituents.  (Bug#15812)
2996 2013-12-12  Juri Linkov  <juri@jurta.org>
2998         * uniquify.el (uniquify-buffer-name-style): Change default to
2999         `post-forward-angle-brackets'.
3001         * menu-bar.el (menu-bar-options-menu): Don't require preloaded
3002         `uniquify'.  Change default to `post-forward-angle-brackets'.
3004 2013-12-11  Glenn Morris  <rgm@gnu.org>
3006         * emacs-lisp/package.el (finder-list-matches):
3007         Autoload rather than falsely declaring.
3009 2013-12-11  Teodor Zlatanov  <tzz@lifelogs.com>
3011         * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
3012         (eww-mode-map): Use them.
3014 2013-12-11  Martin Rudalics  <rudalics@gmx.at>
3016         * window.el (display-buffer-in-side-window): Fix doc-string
3017         (Bug#16115).
3019 2013-12-11  Juanma Barranquero  <lekktu@gmail.com>
3021         * vc/vc-git.el: Silence byte-compiler warnings.
3022         (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
3023         (log-edit-set-header): Declare.
3025 2013-12-11  Eli Zaretskii  <eliz@gnu.org>
3027         * Makefile.in (custom-deps, finder-data): Run output file names
3028         through unmsys--file-name.  (Bug#16099)
3030 2013-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
3033         comment-start-skip, which fails when that uses submatch 1 (bug#16041).
3035         * emulation/cua-base.el (cua-paste): Add `delete-selection' property
3036         instead of deleting the selection "by hand" (bug#16098).
3037         Rely on insert-for-yank to yank rectangles.
3038         (cua-highlight-region-shift-only): Mark obsolete.
3039         (cua-mode): Don't enable/disable transient-mark-mode,
3040         shift-select-mode (cua-mode works both with and without them), and
3041         pc-selection-mode (obsolete).
3042         * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
3043         (cua--deactivate-rectangle): Deactivate it.
3045         * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
3046         (delete-selection-helper): Make sure yank starts at the top of the
3047         deleted region.
3048         (minibuffer-keyboard-quit): Use region-active-p.
3050         * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
3052         * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
3053         to `delete' (bug#16109).
3055 2013-12-11  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3057         * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
3058         info manual and show keybindings and set `:group' keyword.
3060 2013-12-11  Juri Linkov  <juri@jurta.org>
3062         * delsel.el (delete-active-region): Let-bind `this-command'
3063         to prevent `kill-region' from changing its original value.
3064         (delete-selection-helper): Handle `overwrite-mode' for the type
3065         `kill' exactly the same way as for the type `t'.
3066         (insert-char, quoted-insert, reindent-then-newline-and-indent):
3067         Support more commands.  (Bug#13312)
3069 2013-12-11  Juri Linkov  <juri@jurta.org>
3071         * bindings.el: Map kp keys to non-kp keys systematically
3072         with basic modifiers control, meta and shift.  (Bug#14397)
3074 2013-12-11  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3076         * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
3077         "Close browser" menu items.  Fix wrong function of "List
3078         bookmarks".
3080 2013-12-11  Juri Linkov  <juri@jurta.org>
3082         * misearch.el (multi-isearch-buffers): Set the value of
3083         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3084         arg of isearch-forward to t.
3085         (multi-isearch-buffers-regexp): Set the value of
3086         `multi-isearch-buffer-list' globally.  Set NO-RECURSIVE-EDIT
3087         arg of isearch-forward-regexp to t.
3088         (multi-isearch-files): Set the value of
3089         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3090         arg of isearch-forward to t.
3091         (multi-isearch-files-regexp): Set the value of
3092         `multi-isearch-file-list' globally.  Set NO-RECURSIVE-EDIT
3093         arg of isearch-forward-regexp to t.  (Bug#16035)
3095         * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
3096         arg of isearch-forward to t.
3097         (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
3098         arg of isearch-forward-regexp to t.
3099         (dired-isearch-filter-filenames): Remove unnecessary check for
3100         `dired-isearch-filenames'.
3102         * comint.el (comint-history-isearch-backward):
3103         Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
3104         (comint-history-isearch-backward-regexp):
3105         Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
3107 2013-12-10  Eli Zaretskii  <eliz@gnu.org>
3109         * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
3110         unmsys--file-name.  (Bug#16099)
3112 2013-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
3114         * emacs-lisp/package.el (package-keyword-button-action):
3115         Remove finder.el require dependency.
3117 2013-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
3119         * emacs-lisp/package.el: Require finder.el.
3120         (describe-package-1): Add keyword buttons.
3121         (package-make-button): New convenience function.
3122         (package-keyword-button-action): Keyword button action using
3123         `finder-list-matches'.
3125 2013-12-09  Eli Zaretskii  <eliz@gnu.org>
3127         * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
3128         last commit.
3130 2013-12-09  Michael Albinus  <michael.albinus@gmx.de>
3132         * autorevert.el (auto-revert-notify-add-watch): Do not handle
3133         symlinked files.
3135 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3137         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3138         after the end of a percent literal.
3140 2013-12-09  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3142         * progmodes/ruby-mode.el (ruby-forward-string): Document.
3143         Handle caret-delimited strings (Bug#16079).
3145 2013-12-09  Dmitry Gutov  <dgutov@yandex.ru>
3147         * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
3148         When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
3149         `ruby-parse-partial' (Bug#16078).
3151 2013-12-09  Leo Liu  <sdl.web@gmail.com>
3153         * subr.el (read-passwd): Disable show-paren-mode.  (Bug#16091)
3155 2013-12-08  Dmitry Gutov  <dgutov@yandex.ru>
3157         * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
3158         (js-switch-indent-offset): New option.
3159         (js--proper-indentation): Use it.  And handle the case when
3160         "default" is actually a key in an object literal.
3161         (js--same-line): New function.
3162         (js--multi-line-declaration-indentation): Use it.
3163         (js--indent-in-array-comp, js--array-comp-indentation):
3164         New functions.
3165         (js--proper-indentation): Use them, to handle array comprehension
3166         continuations.
3168 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3170         * progmodes/flymake.el (flymake-highlight-line): Re-write.
3171         (flymake-make-overlay): Remove arg MOUSE-FACE.
3172         (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
3174 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3176         * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
3177         New function.
3178         (redisplay-highlight-region-function): Use it.
3180         * emulation/cua-base.el (cua--explicit-region-start)
3181         (cua--last-region-shifted): Remove.
3182         (cua--deactivate): Use deactivate-mark.
3183         (cua--pre-command-handler-1): Don't handle shift-selection.
3184         (cua--post-command-handler-1): Don't change transient-mark-mode.
3185         (cua--select-keymaps): Use region-active-p rather than
3186         cua--explicit-region-start or cua--last-region-shifted.
3187         (cua-mode): Enable shift-select-mode.
3189 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3191         * progmodes/flymake.el (flymake-popup-current-error-menu):
3192         Rename from flymake-display-err-menu-for-current-line.  Reimplement.
3193         (flymake-posn-at-point-as-event, flymake-popup-menu)
3194         (flymake-make-emacs-menu): Remove.  (Bug#16077)
3196 2013-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3198         * rect.el (rectangle-mark-mode): Activate mark even if
3199         transient-mark-mode is off (bug#16066).
3200         (rectangle--highlight-for-redisplay): Fix boundary condition when point
3201         is > mark and at bolp.
3203         * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
3204         (region-extract-function): Use it.
3205         (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
3206         (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
3207         Delete functions.
3208         (cua--init-rectangles): Don't re-remap copy-region-as-kill,
3209         kill-ring-save, kill-region, delete-char, delete-forward-char.
3210         Ignore self-insert-iso.
3212         * emulation/cua-gmrk.el (cua--init-global-mark):
3213         Ignore `self-insert-iso'.
3215         * emulation/cua-base.el (cua--prefix-copy-handler)
3216         (cua--prefix-cut-handler): Rely on region-extract-function rather than
3217         checking cua--rectangle.
3218         (cua-delete-region): Use region-extract-function.
3219         (cua-replace-region): Delete function.
3220         (cua-copy-region, cua-cut-region): Obey region-extract-function.
3221         (cua--pre-command-handler-1): Don't do the delete-selection thing.
3222         (cua--self-insert-char-p): Ignore `self-insert-iso'.
3223         (cua--init-keymaps): Don't remap delete-selection commands.
3224         (cua-mode): Use delete-selection-mode instead of rolling our own
3225         (bug#16085).
3227         * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
3228         Obey region-extract-function.
3230         Make registers and delete-selection-mode work on rectangles.
3231         * register.el (describe-register-1): Don't modify the register's value.
3232         (copy-to-register): Obey region-extract-function.
3233         * delsel.el (delete-active-region): Obey region-extract-function.
3235 2013-12-08  Leo Liu  <sdl.web@gmail.com>
3237         * progmodes/flymake.el (flymake, flymake-error-bitmap)
3238         (flymake-warning-bitmap, flymake-fringe-indicator-position)
3239         (flymake-compilation-prevents-syntax-check)
3240         (flymake-start-syntax-check-on-newline)
3241         (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
3242         (flymake-start-syntax-check-on-find-file, flymake-log-level)
3243         (flymake-xml-program, flymake-master-file-dirs)
3244         (flymake-master-file-count-limit)
3245         (flymake-allowed-file-name-masks): Relocate.
3246         (flymake-makehash, flymake-float-time)
3247         (flymake-replace-regexp-in-string, flymake-split-string)
3248         (flymake-get-temp-dir): Remove.
3249         (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
3250         (flymake-current-row, flymake-selected-frame)
3251         (flymake-get-point-pixel-pos): Remove xemacs compatibity and
3252         related functions.  (Bug#16077)
3254 2013-12-07  Bozhidar Batsov  <bozhidar@batsov.com>
3256         * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
3258 2013-12-07  Tassilo Horn  <tsdh@gnu.org>
3260         * help-fns.el (describe-function-1): Use new advice-* functions
3261         rather than old ad-* functions.  Fix function type description and
3262         source links for advised functions and subrs.
3264 2013-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266         * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
3268 2013-12-06  Michael Albinus  <michael.albinus@gmx.de>
3270         * progmodes/compile.el (compilation-start):
3271         * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
3273         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3274         Handle long command lines, lasting from "sh -c ...".  (Bug#16045)
3276 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3278         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3279         Touch up the last change.
3281 2013-12-06  Leo Liu  <sdl.web@gmail.com>
3283         * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
3284         (inferior-octave-startup): Always use "octave> " for prompt.
3285         (octave-goto-function-definition)
3286         (octave-sync-function-file-names)
3287         (octave-find-definition-default-filename): Remove redundant backquotes.
3289 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3291         * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
3292         syntax for `?'.
3293         (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
3294         where appropriate already.
3295         (ruby-syntax-propertize-function): Propertize `?' and `!' at the
3296         end of method names (Bug#15874).
3298 2013-12-06  Juri Linkov  <juri@jurta.org>
3300         * isearch.el (isearch--saved-overriding-local-map):
3301         New internal variable.
3302         (isearch-mode): Set it to the initial value of
3303         `overriding-terminal-local-map'.
3304         (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
3305         with `isearch--saved-overriding-local-map'.  (Bug#16035)
3307 2013-12-06  Dmitry Gutov  <dgutov@yandex.ru>
3309         * progmodes/octave.el (inferior-octave-completion-table):
3310         Turn back into function, use `completion-table-with-cache'
3311         (Bug#11906).  Update all references.
3313         * minibuffer.el (completion-table-with-cache): New function.
3315 2013-12-05  Cameron Desautels  <camdez@gmail.com>  (tiny change)
3317         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
3319 2013-12-05  Teodor Zlatanov  <tzz@lifelogs.com>
3321         * net/eww.el (eww-current-source): New variable to store page
3322         source.
3323         (eww-display-html, eww-mode, eww-save-history)
3324         (eww-restore-history): Use it.
3325         (eww-view-source): New command to view page source.
3326         Opportunistically uses `html-mode' to highlight the buffer.
3327         (eww-mode-map): Install it.
3329 2013-12-05  Michael Albinus  <michael.albinus@gmx.de>
3331         * net/dbus.el (dbus-unregister-service)
3332         (dbus-escape-as-identifier, dbus-unescape-from-identifier):
3333         Fix docstring.
3334         (dbus-unregister-service): Skip :serial entries in
3335         `dbus-registered-objects-table'.
3336         (dbus-byte-array-to-string): New optional arg MULTIBYTE.
3338 2013-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
3340         * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
3341         around keywords with extra `split-string' argument.
3343 2013-12-04  Martin Rudalics  <rudalics@gmx.at>
3345         * windmove.el (windmove-other-window-loc): Handle navigation
3346         between windows (excluding the minibuffer window - Bug#16017).
3348 2013-12-04  Michael Albinus  <michael.albinus@gmx.de>
3350         * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
3351         in D-Bus type syntax.
3352         (dbus-unescape-from-identifier): Use `byte-to-string' in order to
3353         preserve unibyte strings.  (Bug#16048)
3355 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3357         * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3358         Call force-mode-line-update is the proper buffer (bug#16042).
3360 2013-12-04  Dmitry Gutov  <dgutov@yandex.ru>
3362         * vc/log-edit.el (log-edit-add-new-comment): Rename to
3363         `log-edit-remember-comment', make argument optional.  Adjust all
3364         callers.
3365         (log-edit-mode): Add `log-edit-remember-comment' to
3366         `kill-buffer-hook' locally.
3367         (log-edit-kill-buffer): Don't remember comment explicitly since
3368         the buffer is killed anyway.
3370 2013-12-04  Juri Linkov  <juri@jurta.org>
3372         * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
3373         add-hook and remove-hook for multi-buffer search.  (Bug#16035)
3375 2013-12-03  Tom Regner  <tom@goochesa.de>  (tiny change)
3377         * notifications.el (notifications-close-notification): Call the
3378         D-Bus method with ID being a `:uint32'.  (Bug#16030)
3380 2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3382         * net/eww.el (eww-render): Don't pass arg to eww-display-image.
3384 2013-12-03  Juri Linkov  <juri@jurta.org>
3386         * progmodes/compile.el (compilation-start): Rename window alist
3387         entry `no-display-ok' to `allow-no-window'.
3389         * simple.el (shell-command): Add window alist entry
3390         `allow-no-window' to `display-buffer'.
3391         (async-shell-command): Doc fix.
3393         * window.el (display-buffer-no-window): New action function.
3394         (display-buffer-alist, display-buffer): Doc fix.  (Bug#13594)
3396 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3398         * vc/log-edit.el (log-edit-set-header): Extract from
3399         `log-edit-toggle-header'.
3400         (log-edit-extract-headers): Separate the summary, when extracted
3401         from header, from the rest of the message with an empty line.
3403         * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
3404         line, if present, to the Summary header.
3406 2013-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3408         * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
3409         in current-buffer (bug#16029).
3411 2013-12-02  Helmut Eller  <eller.helmut@gmail.com>
3413         * emacs-lisp/debug.el (debugger-toggle-locals): New command.
3414         (debugger-mode-map): Bind it.
3415         (debugger--backtrace-base): New function.
3416         (debugger-eval-expression): Use it.
3417         (debugger-frame-number): Skip local vars when present.
3418         (debugger--locals-visible-p, debugger--insert-locals)
3419         (debugger--show-locals, debugger--hide-locals): New functions.
3421 2013-12-02  Michael Albinus  <michael.albinus@gmx.de>
3423         * net/tramp-sh.el (tramp-remote-process-environment): Do not set
3424         "LC_ALL".
3425         (tramp-get-remote-locale): New defun.
3426         (tramp-open-connection-setup-interactive-shell): Use it.
3428 2013-12-02  Leo Liu  <sdl.web@gmail.com>
3430         * subr.el (process-live-p): Return nil for non-process.  (Bug#16023)
3432         * progmodes/sh-script.el (sh-shell-process):
3433         * progmodes/octave.el (inferior-octave-process-live-p):
3434         * progmodes/gdb-mi.el (gdb-delchar-or-quit)
3435         (gdb-inferior-io-sentinel):
3436         * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
3438 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3440         * vc/log-edit.el (log-edit-kill-buffer): Move the use of
3441         `save-selected-window' to `log-edit-hide-buf'.  This makes
3442         `log-edit-show-files' idempotent.
3443         (log-edit-show-files): Mark the new window as dedicated.
3445 2013-12-02  Dmitry Gutov  <dgutov@yandex.ru>
3447         * vc/log-edit.el (log-edit-mode-map): Add binding for
3448         `log-edit-kill-biffer'.
3449         (log-edit-hide-buf): Add a FIXME comment.
3450         (log-edit-add-new-comment): New function, extracted from
3451         `log-edit-done'.
3452         (log-edit-done, log-edit-add-to-changelog): Use it.
3453         (log-edit-kill-buffer): New command.
3455 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457         * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
3458         instead of killing the buffer.
3460 2013-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3462         * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
3464 2013-12-01  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3466         * net/eww.el (eww-form-checkbox-selected-symbol)
3467         (eww-form-checkbox-symbol): New customizable variable.
3468         (eww-form-checkbox, eww-toggle-checkbox):
3469         Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
3471         * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
3472         (shr--get-media-pref, shr--extract-best-source): New function.
3473         (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
3474         no :src tag was specified.
3476         * net/eww.el (eww-use-external-browser-for-content-type): New variable.
3477         (eww-render): Handle `eww-use-external-browser-for-content-type'.
3478         Use \\` to match beginning of string instead of ^.
3479         (eww-browse-with-external-browser): Provide optional URL parameter.
3480         (eww-render): Set `eww-current-title' back to "".
3482         * net/shr.el (shr-tag-video): Display content for video if no
3483         poster is available.
3484         (shr-tag-audio): Add support for <audio> tag.
3486         * net/eww.el (eww-text-input-types): New const.
3487         (eww-process-text-input): Treat input types in
3488         `eww-text-input-types' as text.
3490         * net/shr.el (shr-tag-table): Fix comment typo.
3492 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494         * net/eww.el (eww-follow-link): New command to avoid reloading
3495         pages when we follow #target links (bug#15243).
3496         (eww-quit): Special mode buffers shouldn't query before exiting.
3498 2013-12-01  Kenjiro NAKAYAMA  <nakayamakenjiro@gmail.com>
3500         * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
3501         forms.
3503 2013-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505         * net/eww.el (eww-restore-history): Update the window title after
3506         moving in the history.
3507         (eww-current-dom): New variable used to save the current DOM.
3509 2013-12-01  Dmitry Gutov  <dgutov@yandex.ru>
3511         * vc/log-edit.el (log-edit-mode-map): Add binding for
3512         `log-edit-beginning-of-line'.
3513         (log-edit-setup-add-author): New user option.
3514         (log-edit-beginning-of-line): New command.
3515         (log-edit): Move major mode call above the contents setup so that
3516         the local variable values are already applied.
3517         (log-edit): Only insert "Author: " when
3518         `log-edit-setup-add-author' is non-nil.
3519         (log-edit): When SETUP is non-nil, position point after ": "
3520         instead of point-min.
3522 2013-12-01  Glenn Morris  <rgm@gnu.org>
3524         * startup.el (command-line): Warn if ~/emacs.d is in load-path.
3526 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
3528         * startup.el (fancy-splash-frame): On MS-Windows, trigger
3529         redisplay to make sure the initial frame gets a chance to become
3530         visible.  (Bug#16014)
3532 2013-11-30  Martin Rudalics  <rudalics@gmx.at>
3534         Support resizing frames and windows pixelwise.
3535         * cus-start.el (frame-resize-pixelwise)
3536         (window-resize-pixelwise): New entries.
3537         * emacs-lisp/debug.el (debug): Use window-total-height instead
3538         of window-total-size.
3539         * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
3540         * help.el (describe-bindings-internal): Use help-buffer as
3541         argument for with-help-window.
3542         (temp-buffer-max-width): New option.
3543         (resize-temp-buffer-window, help-window-setup)
3544         (with-help-window): Rewrite.
3545         * mouse.el (mouse-drag-line): Rewrite.  Add key bindings for
3546         dragging dividers.
3547         * window.el (frame-char-size, window-min-pixel-height)
3548         (window-safe-min-pixel-height, window-safe-min-pixel-width)
3549         (window-min-pixel-width, window-safe-min-pixel-size)
3550         (window-combination-p, window-safe-min-size)
3551         (window-resizable-p, window--size-to-pixel)
3552         (window--pixel-to-size, window--resize-apply-p): New functions.
3553         (window-safe-min-height): Fix doc-string.
3554         (window-size, window-min-size, window--min-size-1)
3555         (window-sizable, window-sizable-p, window--min-delta-1)
3556         (window-min-delta, window--max-delta-1, window-max-delta)
3557         (window--resizable, window--resizable-p, window-resizable)
3558         (window-full-height-p, window-full-width-p, window-at-side-p)
3559         (window--in-direction-2, window-in-direction)
3560         (window--resize-reset-1, window--resize-mini-window)
3561         (window-resize, window-resize-no-error)
3562         (window--resize-child-windows-normal)
3563         (window--resize-child-windows, window--resize-siblings)
3564         (window--resize-this-window, window--resize-root-window)
3565         (window--resize-root-window-vertically)
3566         (adjust-window-trailing-edge, enlarge-window, shrink-window)
3567         (maximize-window, minimize-window, delete-window)
3568         (quit-restore-window, window-split-min-size, split-window)
3569         (balance-windows-2, balance-windows)
3570         (balance-windows-area-adjust, balance-windows-area)
3571         (window--state-get-1, window-state-get, window--state-put-1)
3572         (window--state-put-2, window-state-put)
3573         (display-buffer-record-window, window--display-buffer):
3574         Make functions handle pixelwise sizing of windows.
3575         (display-buffer--action-function-custom-type)
3576         (display-buffer-fallback-action):
3577         Add display-buffer-in-previous-window.
3578         (display-buffer-use-some-window): Resize window to height it had
3579         before.
3580         (fit-window-to-buffer-horizontally): New option.
3581         (fit-frame-to-buffer): Describe new values.
3582         (fit-frame-to-buffer-bottom-margin): Replace with
3583         fit-frame-to-buffer-margins.
3584         (window--sanitize-margin): New function.
3585         (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
3586         using window-text-pixel-size.
3588 2013-11-30  Glenn Morris  <rgm@gnu.org>
3590         * emacs-lisp/bytecomp.el (byte-compile-form):
3591         Make the `interactive-only' warning like the `obsolete' one.
3592         * comint.el (comint-run):
3593         * files.el (insert-file-literally, insert-file):
3594         * replace.el (replace-string, replace-regexp):
3595         * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3596         (goto-line, insert-buffer, next-line, previous-line):
3597         Tweak `interactive-only' spec.
3599         Stop keeping (most) generated cedet grammar files in the repository.
3600         * Makefile.in (semantic): New.
3601         (compile-main): Depend on semantic.
3603 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
3606         available.  Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
3608         * uniquify.el (uniquify-buffer-name-style): Change default.
3610         * loadup.el: Preload "uniquify".
3612         * time.el (display-time-update): Update all mode lines (bug#15999).
3614         * electric.el (electric-indent-mode): Enable by default.
3615         * loadup.el: Preload "electric".
3617 2013-11-29  Bozhidar Batsov  <bozhidar@batsov.com>
3619         * emacs-lisp/helpers.el (string-empty-p): New function.
3620         (string-blank-p): New function.
3622 2013-11-29  Andreas Politz  <politza@hochschule-trier.de>
3624         * imenu.el (imenu--index-alist): Add missing dot to the docstring
3625         (Bug#14029).
3627 2013-11-29  Andreas Politz  <politza@fh-trier.de>
3628         * imenu.el (imenu--subalist-p): Don't error on non-conses and
3629         allow non-lambda lists as functions.
3630         (imenu--in-alist): Don't recurse into non-subalists.
3631         (imenu): Don't pass function itself as an argument (Bug#14029).
3633 2013-11-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * progmodes/python.el (python-mode-map): Remove binding for ":".
3636         (python-indent-electric-colon): Remove command.
3637         (python-indent-post-self-insert-function): Integrate the previous code
3638         of python-indent-electric-colon.  Make it conditional on
3639         electric-indent-mode.
3640         (python-mode): Add ?: to electric-indent-chars.
3641         Move python-indent-post-self-insert-function to the end of
3642         post-self-insert-hook.
3644 2013-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3646         * doc-view.el (doc-view-goto-page): Update mode-line.
3648         * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
3650 2013-11-27  Glenn Morris  <rgm@gnu.org>
3652         * international/charprop.el, international/uni-bidi.el:
3653         * international/uni-category.el, international/uni-combining.el:
3654         * international/uni-comment.el, international/uni-decimal.el:
3655         * international/uni-decomposition.el, international/uni-digit.el:
3656         * international/uni-lowercase.el, international/uni-mirrored.el:
3657         * international/uni-name.el, international/uni-numeric.el:
3658         * international/uni-old-name.el, international/uni-titlecase.el:
3659         * international/uni-uppercase.el:
3660         Remove generated files from VCS repository.
3662 2013-11-27  Eli Zaretskii  <eliz@gnu.org>
3664         * filenotify.el (file-notify-add-watch): Don't special-case
3665         w32notify when computing the directory to watch.
3667 2013-11-27  Glenn Morris  <rgm@gnu.org>
3669         Make bootstrap without generated uni-*.el files possible again.
3670         * loadup.el: Update command-line-args checking for unidata-gen.
3671         Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
3672         * composite.el, international/characters.el:
3673         Handle unicode tables being undefined.
3675         Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
3676         * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
3677         (compile-main): Depend on leim rule.
3678         (leim): New rule.
3679         * loadup.el: Move leim-list.el to leim/ subdirectory.
3680         * startup.el (normal-top-level): No more leim directory.
3681         * international/ja-dic-cnv.el (skkdic-convert):
3682         Disable version-control and autoloads in output files.
3683         * international/titdic-cnv.el (titdic-convert, miscdic-convert):
3684         Disable version-control and autoloads in output files.
3685         * leim/quail: Move here from ../leim.
3686         * leim/quail/hangul.el (hangul-input-method-activate):
3687         Add autoload cookie.
3688         (generated-autoload-load-name): Set file-local value.
3689         * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
3690         (generated-autoload-load-name): Set file-local value.
3692 2013-11-26  Kenjiro NAKAYAMA  <knakayam@redhat.com>
3694         * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
3695         (eww-add-bookmark): Ask confirmation when add to bookmarks.
3696         (eww-quit): Ask confirmation before quitting eww.
3698 2013-11-26  Eli Zaretskii  <eliz@gnu.org>
3700         * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
3701         reading output from Diff on MS-Windows and MS-DOS.
3703 2013-11-26  Bozhidar Batsov  <bozhidar@batsov.com>
3705         * emacs-lisp/helpers.el (string-reverse): New function.
3707 2013-11-26  Michael Albinus  <michael.albinus@gmx.de>
3709         * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
3710         names on MS Windows, like "/[::1]:".
3712         * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
3713         SWITCHES.
3715 2013-11-26  Glenn Morris  <rgm@gnu.org>
3717         * progmodes/python.el (python-indent-guess-indent-offset):
3718         Avoid corner-case error.  (Bug#15975)
3720         Preload leim-list.el.  (Bug#4789)
3721         * loadup.el: Load leim-list.el when found.
3722         * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
3724 2013-11-25  Bozhidar Batsov  <bozhidar@batsov.com>
3726         * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
3728         * emacs-lisp/helpers.el (string-join): New function.
3730 2013-11-25  Sebastian Wiesner  <lunaryorn@gmail.com>  (tiny change)
3732         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3733         Mark as obsolete and replace it with a symbol property.
3734         (byte-compile-form): Use new 'interactive-only property.
3735         * comint.el, files.el, replace.el, simple.el:
3736         Apply new 'interactive-only properly.
3738 2013-11-25  Martin Rudalics  <rudalics@gmx.at>
3740         * window.el (display-buffer-at-bottom): Make sure that
3741         split-window-sensibly creates the new window on bottom
3742         (Bug#15961).
3744 2013-11-23  David Kastrup  <dak@gnu.org>
3746         * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
3747         on the conflict markers when available.
3748         (smerge--get-marker): New function.
3749         (smerge-end-re, smerge-base-re): Add subgroup.
3751 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3753         * frame.el (handle-focus-in, handle-focus-out): Add missing
3754         interactive spec.
3756 2013-11-25  Michael Albinus  <michael.albinus@gmx.de>
3758         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3759         `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
3761 2013-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         * play/gomoku.el: Don't use intangible property.  Use lexical-binding.
3764         (gomoku--last-pos): New var.
3765         (gomoku--intangible-chars): New const.
3766         (gomoku--intangible): New function.
3767         (gomoku-mode): Use it.  Derive from special-mode.
3768         (gomoku-move-up): Adjust line count.
3769         (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
3770         (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
3771         Simplify accordingly.
3773         * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
3774         Remove blink-cursor code.
3775         (blink-cursor-timer-function, blink-cursor-suspend):
3776         Don't special-case GUIs.
3777         (blink-cursor-mode): Use focus-in/out-hook.
3779 2013-11-25  Dmitry Gutov  <dgutov@yandex.ru>
3781         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
3782         work when annotation is invisible (Bug#13886).
3784 2013-11-24  Simon Schubert  <2@0x2c.org>  (tiny change)
3786         * json.el (json-alist-p): Only return non-nil if the alist has
3787         simple keys (Bug#13518).
3789 2013-11-24  Mihir Rege  <mihirrege@gmail.com>  (tiny change)
3791         * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
3792         when control-statement is the first statement in a buffer (Bug#15956).
3794 2013-11-24  Dmitry Gutov  <dgutov@yandex.ru>
3796         * imenu.el (imenu-generic-skip-comments-and-strings):
3797         New option (Bug#15560).
3798         (imenu--generic-function): Use it.
3800 2013-11-24  Jorgen Schaefer  <contact@jorgenschaefer.de>
3802         * minibuffer.el (completion--in-region-1): Scroll the correct window.
3803         (Bug#13898)
3805 2013-11-24  Bozhidar Batsov  <bozhidar@batsov.com>
3807         * emacs-lisp/helpers.el: Add some string helpers.
3808         (string-trim-left): Removes leading whitespace.
3809         (string-trim-right): Removes trailing whitespace.
3810         (string-trim): Removes leading and trailing whitespace.
3812         * subr.el (string-suffix-p): New function.
3814 2013-11-23  Glenn Morris  <rgm@gnu.org>
3816         * progmodes/python.el (python-shell-send-file):
3817         Add option to delete file when done.  (Bug#15647)
3818         (python-shell-send-string, python-shell-send-region): Use it.
3820 2013-11-23  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
3822         * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
3823         to set buffer-read-only to t, never to nil.  (Bug#15938)
3825         * textmodes/tex-mode.el (latex-noindent-environments):
3826         Add safe-local-variable property.  (Bug#15936)
3828 2013-11-23  Glenn Morris  <rgm@gnu.org>
3830         * textmodes/enriched.el (enriched-mode): Doc fix.
3831         * emacs-lisp/authors.el (authors-renamed-files-alist):
3832         Add enriched.doc -> enriched.txt.
3834         * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
3836 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3838         * progmodes/octave.el (inferior-octave-startup): Spit out error
3839         message.
3841 2013-11-22  Bozhidar Batsov  <bozhidar@batsov.com>
3843         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3844         Improve docstring.
3845         Add :version.
3846         (ruby-encoding-magic-comment-style): Add :version.
3848 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3850         * progmodes/octave.el (octave-operator-regexp): Exclude newline.
3851         (Bug#15076)
3852         (octave-help-mode): Adapt to change to help-mode-finish to use
3853         derived-mode-p on 2013-09-17.
3854         (inferior-octave-prompt): Also match octave-gui.
3855         (octave-kill-process): Don't ask twice.  (Bug#10564)
3857 2013-11-22  Leo Liu  <sdl.web@gmail.com>
3859         * progmodes/octave.el (inferior-octave-process-live-p): New helper.
3860         (inferior-octave-startup, inferior-octave-check-process)
3861         (inferior-octave-track-window-width-change)
3862         (octave-completion-at-point, octave-eldoc-function): Use it.
3863         (octave-kill-process): Provide confirmation.  (Bug#10564)
3865 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3867         * progmodes/octave.el (octave-mode, inferior-octave-mode):
3868         Fix obsolete variable comment-use-global-state.
3870 2013-11-21  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
3872         * progmodes/octave.el (octave-mode-map, octave-mode-menu):
3873         Add `octave-source-file'.
3874         (octave-source-file): New function.  (Bug#15935)
3876 2013-11-21  Kenjiro Nakayama  <nakayamakenjiro@gmail.com>
3878         * net/eww.el (eww-local-regex): New variable.
3879         (eww): Use it to detect localhost and similar.
3881 2013-11-21  Leo Liu  <sdl.web@gmail.com>
3883         Add completion for command `ag'.
3884         * pcmpl-x.el (pcmpl-x-ag-options): New variable.
3885         (pcomplete/ag): New function.
3886         (pcmpl-x-ag-options): New function.  Handle `[no]' in long options.
3888 2013-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3890         * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
3891         (bug#14646).
3892         (make-obsolete): Remove interactive spec.
3894 2013-11-21  Glenn Morris  <rgm@gnu.org>
3896         * startup.el (command-line-1): Use path-separator with -L.
3898 2013-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3900         * emacs-lisp/package.el (describe-package-1): Add package archive
3901         to shown fields.
3903 2013-11-20  Bozhidar Batsov  <bozhidar@batsov.com>
3905         * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
3906         Change default to "# encoding: %s" to differentiate it from the
3907         default Ruby encoding comment template.
3909 2013-11-20  era eriksson  <era+emacsbugs@iki.fi>
3911         * ses.el (ses-mode): Doc fix.  (Bug#14748)
3913 2013-11-20  Leo Liu  <sdl.web@gmail.com>
3915         * window.el (display-buffer-alist): Doc fix.  (Bug#13594)
3917 2013-11-19  Dan Nicolaescu  <dann@gnu.org>
3919         * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
3920         when rebase or bisect are in progress.
3922 2013-11-19  Xue Fuqiao  <xfq.free@gmail.com>
3924         * filenotify.el (file-notify-add-watch): Doc fix.
3926 2013-11-19  Leo Liu  <sdl.web@gmail.com>
3928         * obsolete/rcompile.el: Mark obsolete.
3930         * progmodes/compile.el (compilation-start)
3931         (compilation-goto-locus, compilation-find-file):
3932         Pass no-display-ok and handle nil value from display-buffer.
3933         (Bug#13594)
3935         * window.el (display-buffer-alist, display-buffer): Document the
3936         new parameter no-display-ok.  Return either a window or nil
3937         but never a non-window value.
3939 2013-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3941         * electric.el (electric-indent-mode-map): Remove.
3942         (electric-indent-mode): Change the global-map instead (bug#15915).
3944         * textmodes/text-mode.el (paragraph-indent-minor-mode):
3945         Use add-function.
3947 2013-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3949         * emacs-lisp/nadvice.el (remove-function): Align with
3950         add-function's behavior.
3952         * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
3953         (gdb--string-regexp): New constant.
3954         (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
3955         (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
3956         (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
3957         submatch 1.
3958         (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
3959         Adjust use accordingly.
3960         (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
3962 2013-11-17  Adam Sokolnicki  <adam.sokolnicki@gmail.com>  (tiny change)
3964         * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
3965         interpolation curlies (Bug#15914).
3967 2013-11-17  Jay Belanger  <jay.p.belanger@gmail.com>
3969         * calc/calc.el (calc-context-sensitive-enter): New variable.
3970         (calc-enter): Use `calc-context-sensitive-enter'.
3972 2013-11-16  Teodor Zlatanov  <tzz@lifelogs.com>
3974         * progmodes/cfengine.el: Version bump.
3975         (cfengine-cf-promises): New defcustom to locate cf-promises.
3976         (cfengine3-vartypes): Add new "data" type.
3977         (cfengine3--current-word): New function to get current name-like
3978         word or its bounds.
3979         (cfengine3--current-function): New function to look up a CFEngine
3980         function's definition.
3981         (cfengine3-format-function-docstring): New function.
3982         (cfengine3-make-syntax-cache): New function.
3983         (cfengine3-documentation-function): New function: ElDoc glue.
3984         (cfengine3-completion-function): New function: completion glue.
3985         (cfengine3-mode): Set `compile-command',
3986         `eldoc-documentation-function', and add to
3987         `completion-at-point-functions'.
3989 2013-11-16  Michael Albinus  <michael.albinus@gmx.de>
3991         * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
3992         `tramp-current-connection'.
3994 2013-11-15  Dmitry Gutov  <dgutov@yandex.ru>
3996         * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
3997         nil/self/true/false with "end of symbol".
3999 2013-11-15  Bozhidar Batsov  <bozhidar@batsov.com>
4001         * subr.el (version-regexp-alist): Fix a typo.
4003 2013-11-15  Michael Albinus  <michael.albinus@gmx.de>
4005         * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
4006         "en_US.utf8" and "LC_CTYPE" to "".
4007         (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
4008         (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
4010 2013-11-15  Leo Liu  <sdl.web@gmail.com>
4012         * loadhist.el (read-feature): Get rid of fake feature nil.  (Bug#15889)
4014 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4016         * progmodes/gud.el (ctl-x-map):
4017         Remove C-x SPC binding.  (Bug#12342)
4018         (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
4020 2013-11-14  Bozhidar Batsov  <bozhidar@batsov.com>
4022         * subr.el (version-regexp-alist):
4023         Recognize hg, svn and darcs versions as snapshot versions.
4025         * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
4026         'always-utf8 value of `ruby-insert-encoding-magic-comment'.
4027         (ruby--encoding-comment-required-p): Extract from
4028         `ruby-mode-set-encoding'.
4029         (ruby-mode-set-encoding): Add the ability to always insert an
4030         utf-8 encoding comment.  Fix and simplify coding comment update
4031         logic.
4033 2013-11-14  Michael Albinus  <michael.albinus@gmx.de>
4035         * net/tramp-gvfs.el (top): Run init code only when
4036         `tramp-gvfs-enabled' is not nil.
4037         (tramp-gvfs-enabled): Check also :system bus.
4039 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4041         Sync with upstream verilog-mode revision 78e66ba.
4042         * progmodes/verilog-mode.el (verilog-end-of-defun)
4043         (verilog-type-completion, verilog-get-list): Remove unused funcs.
4044         (verilog-get-end-of-defun): Remove unused argument.
4045         (verilog-comment-depth): Remove unused local `e'.
4046         (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
4047         Don't pass arg to verilog-get-end-of-defun.
4049 2013-11-14  Glenn Morris  <rgm@gnu.org>
4051         * obsolete/assoc.el (aget): Prefix dynamic variable.
4053         * allout-widgets.el (allout-widgets): No need to autoload defgroup.
4055 2013-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * widget.el, hfy-cmap.el: Remove bogus package version number.
4059 2013-11-13  Glenn Morris  <rgm@gnu.org>
4061         * replace.el (replace-eval-replacement):
4062         Try to give more helpful error message.  (Bug#15836)
4064         * arc-mode.el (archive-7z-extract, archive-7z-expunge)
4065         (archive-7z-update): Avoid custom type mismatches.
4067         * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
4069 2013-11-13  Michael Albinus  <michael.albinus@gmx.de>
4071         * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
4072         address can be empty.
4074         * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
4075         Accept nil SWITCHES.
4076         (tramp-gvfs-handle-write-region): Implement APPEND.
4078 2013-11-12  Dmitry Gutov  <dgutov@yandex.ru>
4080         * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
4081         binary "|" operator and closing block args delimiter.
4082         Remove FIXME comment referring to Ruby 1.8-only syntax.
4083         (ruby-smie--implicit-semi-p): Not after "|" operator.
4084         (ruby-smie--closing-pipe-p): New function.
4085         (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
4086         (ruby-smie-rules): Indent after "|".
4088 2013-11-12  Glenn Morris  <rgm@gnu.org>
4090         * ps-print.el (ps-face-attribute-list):
4091         Handle anonymous faces.  (Bug#15827)
4093 2013-11-12  Martin Rudalics  <rudalics@gmx.at>
4095         * window.el (display-buffer-other-frame): Fix doc-string.
4096         (Bug#15868)
4098 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4100         * subr.el (force-mode-line-update): Delete, move to buffer.c.
4102 2013-11-11  Michael Albinus  <michael.albinus@gmx.de>
4104         * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
4105         (tramp-sh-handle-file-local-copy): Don't write a message when
4106         saving temporary files.
4108         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
4109         both directories are remote.
4110         (tramp-smb-handle-directory-files): Do not return double entries.
4111         Do not expand full file names.
4112         (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
4113         (tramp-smb-handle-write-region): Implement APPEND.
4114         (tramp-smb-get-stat-capability): Fix a stupid bug.
4116 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4118         * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
4120 2013-11-11  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4122         * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
4123         throwing error over malformed let/let* (bug#15814).
4125 2013-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4127         * iswitchb.el (iswitchb-mode): Mark obsolete.
4129 2013-11-11  Glenn Morris  <rgm@gnu.org>
4131         * international/uni-bidi.el, international/uni-category.el:
4132         * international/uni-name.el, international/uni-numeric.el:
4133         Regenerate for Unicode 6.3.0.
4135 2013-11-10  Michael Albinus  <michael.albinus@gmx.de>
4137         * net/tramp.el (tramp-methods):
4138         * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
4139         2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
4141 2013-11-09  Andreas Schwab  <schwab@linux-m68k.org>
4143         * progmodes/sh-script.el (sh-font-lock-keywords-var):
4144         Force highlighting text after Summary keyword in doc face for rpm.
4146 2013-11-09  Dmitry Gutov  <dgutov@yandex.ru>
4148         * textmodes/ispell.el (ispell-lookup-words): When `look' is not
4149         available and the word has no wildcards, append one to the grep pattern.
4150         http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
4151         (ispell-complete-word): Call `ispell-lookup-words' with the value
4152         independent of `ispell-look-p'.
4154 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4156         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
4157         Not after "||".
4158         (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
4159         their parent.
4161 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4163         * progmodes/ruby-mode.el: Don't require cl any more.  Use pcase instead.
4164         (ruby-font-lock-keywords): Use backquote.
4166 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4168         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4169         (ruby-smie--backward-token): Only consider full-string matches.
4171 2013-11-08  Jan Djärv  <jan.h.d@swipnet.se>
4173         * faces.el (describe-face): Add distant-foreground.
4175 2013-11-08  Bozhidar Batsov  <bozhidar@batsov.com>
4177         * progmodes/ruby-mode.el: Improve encoding comment handling.
4178         (ruby-encoding-magic-comment-style): New option.
4179         (ruby-custom-encoding-magic-comment-template): New option.
4180         (ruby--insert-coding-comment, ruby--detect-encoding):
4181         New functions extracted from `ruby-mode-set-encoding'.
4182         (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
4183         to control the style of the auto-inserted encoding comment.
4185 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4187         * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
4188         Use `smie-backward-sexp' with token argument.
4190 2013-11-08  Michael Albinus  <michael.albinus@gmx.de>
4192         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4193         Remove instrumentation code.
4195 2013-11-08  Glenn Morris  <rgm@gnu.org>
4197         * progmodes/autoconf.el (autoconf-mode):
4198         Tweak comment-start-skip.  (Bug#15822)
4200 2013-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4202         * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
4203         at bobp (bug#15826).
4204         (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
4206 2013-11-08  Darren Hoo  <darren.hoo@gmail.com>
4208         * man.el (Man-start-calling): New macro, extracted from
4209         Man-getpage-in-background.
4210         (Man-getpage-in-background): Use it.
4211         (Man-update-manpage): New command.
4212         (Man-mode-map): Bind it.
4214 2013-11-08  Dmitry Gutov  <dgutov@yandex.ru>
4216         * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
4217         of "and", "or", "&&" and "||".
4218         (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
4219         argument.  Prohibit opening curly brace because it could only be a
4220         block opener in that position.
4221         (ruby-smie--forward-token, ruby-smie--backward-token):
4222         Separate "|" from "&" or "*" going after it.  That can happen in block
4223         arguments.
4224         (ruby-smie--indent-to-stmt): New function, seeks the end of
4225         previous statement or beginning of buffer.
4226         (ruby-smie-rules): Use it.
4227         (ruby-smie-rules): Check if there's a ":" before a curly block
4228         opener candidate; if there is, it's a hash.
4230 2013-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
4233         (cl--block-wrapper): Fix last accidental change.
4235 2013-11-07  Michael Albinus  <michael.albinus@gmx.de>
4237         * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
4238         Instrument, in order to hunt failure on hydra.
4240 2013-11-05  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4242         * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
4243         malformed bindings form (bug#15814).
4245 2013-11-07  Dmitry Gutov  <dgutov@yandex.ru>
4247         * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
4248         "." compared to " @ ".  This incidentally fixes some indentation
4249         examples with "do".
4250         (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
4251         (ruby-smie-grammar): New tokens: "and" and "or".
4252         (ruby-smie--args-separator-p): Fix the check for tokens at POS.
4253         Exclude "and" and "or".  Remove "do" in order to work around token
4254         priorities.
4255         (ruby-smie-rules): Add all infix tokens.  Handle the case of
4256         beginning-of-buffer.
4258 2013-11-06  Glenn Morris  <rgm@gnu.org>
4260         * Makefile.in (setwins_almost, setwins_for_subdirs):
4261         Avoid accidental matches.
4263 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4265         * menu-bar.el (popup-menu): Use key-binding.
4267 2013-11-06  Eli Zaretskii  <eliz@gnu.org>
4269         * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
4270         menus, support also the menus produced by minor modes.
4271         (Bug#15817)
4273 2013-11-06  Leo Liu  <sdl.web@gmail.com>
4275         * thingatpt.el (thing-at-point-looking-at): Add optional arg
4276         DISTANCE to bound the search.  All uses changed.  (Bug#15808)
4278 2013-11-06  Glenn Morris  <rgm@gnu.org>
4280         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
4281         (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
4282         (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
4284 2013-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4286         * electric.el (electric-indent-just-newline): New command.
4287         (electric-indent-mode-map): New keymap.
4288         (electric-indent-mode, electric-pair-mode, electric-layout-mode):
4289         Re-add :group which weren't redundant.
4291         * electric.el (electric-indent-local-mode): New minor mode.
4292         (electric-indent-functions-without-reindent): New var.
4293         (electric-indent-post-self-insert-function): Use it.
4294         * emacs-lisp/gv.el (buffer-local-value): Add setter.
4296 2013-11-05  Eli Zaretskii  <eliz@gnu.org>
4298         * international/quail.el (quail-help): Be more explicit about the
4299         meaning of the labels shown on the keys.  (Bug#15800)
4301         * startup.el (normal-top-level): Load the subdirs.el files before
4302         setting the locale environment.  (Bug#15805)
4304 2013-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
4307         via arguments so as to get the right ones (bug#15418).
4309         * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
4311 2013-11-05  Michael Albinus  <michael.albinus@gmx.de>
4313         Fix problems found while writing a test suite.
4315         * net/tramp-compat.el (tramp-compat-load): New defun.
4316         * net/tramp.el (tramp-handle-load): Use it.
4318         * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
4319         "(numberp ok-if-already-exists)" correctly.
4321 2013-11-05  Xue Fuqiao  <xfq.free@gmail.com>
4323         * international/characters.el (glyphless-char-display-control):
4324         Add usage note.
4326 2013-11-05  Bozhidar Batsov  <bozhidar@batsov.com>
4328         * progmodes/python.el (python-mode):
4329         * progmodes/scheme.el (scheme-mode):
4330         * progmodes/prolog.el (prolog-mode):
4331         * progmodes/ruby-mode.el (ruby-mode):
4332         * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
4333         (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
4335 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4337         * rect.el (rectangle--highlight-for-redisplay):
4338         * emacs-lisp/smie.el (smie--next-indent-change):
4339         Use buffer-chars-modified-tick.
4341         * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
4343         * electric.el (electric-indent-post-self-insert-function):
4344         Only delete trailing whitepsace if it is indeed trailing (bug#15767).
4346 2013-11-04  Helmut Eller  <eller.helmut@gmail.com>
4348         * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
4350 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4352         * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
4353         (bug#15786).
4355 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4357         * emacs-lisp/helpers.el: Move from helpers.el.  Use lexical-binding.
4359         * progmodes/python.el: Fix up last change.
4360         (python-shell--save-temp-file): New function.
4361         (python-shell-send-string): Use it.  Remove `msg' arg.  Don't assume
4362         `string' comes from the current buffer.
4363         (python-shell-send-string-no-output): Remove `msg' arg.
4364         (python--use-fake-loc): New var.
4365         (python-shell-buffer-substring): Obey it.  Try to compensate for the
4366         extra coding line added by python-shell--save-temp-file.
4367         (python-shell-send-region): Use python-shell--save-temp-file and
4368         python-shell-send-file directly.  Add `nomain' argument.
4369         (python-shell-send-buffer): Use python-shell-send-region.
4370         (python-electric-pair-string-delimiter): New function.
4371         (python-mode): Use it.
4373 2013-11-04  Eli Zaretskii  <eliz@gnu.org>
4375         * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
4376         eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
4377         environment and decoding all of the default-directory's to here
4378         from command-line.
4379         (command-line): Decode also argv[0].
4381         * loadup.el: Error out if default-directory is a multibyte string
4382         when we are dumping.
4384         * Makefile.in (emacs): Don't set LC_ALL=C.  (Bug#15260)
4386 2013-11-04  Teodor Zlatanov  <tzz@lifelogs.com>
4388         * emacs-lisp/package.el (package-menu-mode)
4389         (package-menu--print-info, package-menu--archive-predicate):
4390         Add Archive column to package list.
4392 2013-11-04  Michael Albinus  <michael.albinus@gmx.de>
4394         Fix problems found while writing a test suite.
4396         * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
4397         (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
4398         (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
4399         to nil when running original file name handler.  Otherwise,
4400         there are problems with constructs like "$$FOO".
4402         * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
4403         for `localname'.
4405 2013-11-04  Bozhidar Batsov  <bozhidar@batsov.com>
4407         * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
4409         * subr.el (version<, version<=, version=):
4410         Update docstrings with information for snapshot versions.
4412         * helpers.el: New library for misc helper functions.
4413         (hash-table-keys): New function returning a list of hash keys.
4414         (hash-table-values): New function returning a list of hash values.
4416 2013-11-04  Dmitry Gutov  <dgutov@yandex.ru>
4418         * progmodes/ruby-mode.el (ruby-smie--forward-token)
4419         (ruby-smie--backward-token): Tokenize heredocs as semicolons.
4421 2013-11-04  Michal Nazarewicz  <mina86@mina86.com>
4423         * textmodes/fill.el (fill-single-char-nobreak-p): New function
4424         checking whether point is after a 1-letter word.
4426 2013-11-04  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4428         * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
4429         Don't infloop when expanding region over `multiline' syntax-type that
4430         begins a line (bug#15778).
4432 2013-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
4435         Make it into a proper minor mode.
4436         (rectangle--region): (implicitly) rename to rectangle-mark-mode.
4437         (rectangle-mark-mode-map): New keymap.
4438         (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
4440 2013-11-04  Glenn Morris  <rgm@gnu.org>
4442         * startup.el (command-line-1): Allow `-L :...' to append to load-path.
4444 2013-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
4447         (ruby-smie-rules): Use smie-rule-parent instead.
4449         * emacs-lisp/smie.el (smie-rule-parent): Always call
4450         smie-indent-virtual rather than only for hanging tokens.
4451         (smie--next-indent-change): New helper command.
4453 2013-11-03  Glenn Morris  <rgm@gnu.org>
4455         * Makefile.in (abs_srcdir): Remove.
4456         (emacs): Unset EMACSLOADPATH.
4458 2013-11-02  Glenn Morris  <rgm@gnu.org>
4460         * Makefile.in (EMACS): Use a relative filename.
4461         (abs_top_builddir): Remove.
4462         (custom-deps, finder-data, autoloads): Use --chdir.
4464         * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
4466         Use relative filenames in TAGS files.
4467         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4468         (lisptagsfiles4, TAGS): Use relative file names.
4469         (TAGS-LISP): Remove.
4470         (maintainer-clean): No more TAGS-LISP file.
4472         * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
4473         (lisptagsfiles4): Use absolute filenames again.
4474         (TAGS, TAGS-LISP): Not everything needs to run in one line.
4475         Remove all *loaddefs files, not just the first.  Remove esh-groups.
4476         (maintainer-clean): Delete TAGS, TAGS-LISP.
4478 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4480         * emacs-lisp/package.el (package-version-join):
4481         Recognize snapshot versions.
4483 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4485         * subr.el (version-regexp-alist): Add support for snapshot versions.
4487 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4489         * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
4490         New function, replacement for `smie-rule-parent' for when we want to
4491         skip over our direct parent if it's an assignment token..
4492         (ruby-smie-rules): Use it.
4494 2013-11-02  Dmitry Gutov  <dgutov@yandex.ru>
4496         * progmodes/ruby-mode.el: Use `syntax-propertize-function'
4497         unconditionally.  Remove now unnecessary forward declarations.
4498         Remove XEmacs-specific setup.
4499         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
4500         (ruby-font-lock-syntactic-keywords)
4501         (ruby-comment-beg-syntax, ruby-in-here-doc-p)
4502         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
4503         (ruby-here-doc-end-syntax): Remove.
4504         (ruby-mode): Don't check whether `syntax-propertize-rules' is
4505         defined as function.
4507 2013-11-02  Bozhidar Batsov  <bozhidar@batsov.com>
4509         * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
4511 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4513         * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
4514         table and abbrev table, `define-derived-mode' does that for us
4515         anyway.
4517 2013-11-01  Glenn Morris  <rgm@gnu.org>
4519         * Makefile.in: Remove manual mh-e dependencies (writing .elc
4520         files is atomic for some time, so no parallel compilation issues).
4522 2013-11-01  Jan Djärv  <jan.h.d@swipnet.se>
4524         * faces.el (face-x-resources): Add :distant-foreground.
4525         (region): Use :distant-foreground for gtk and ns.
4527 2013-11-01  Tassilo Horn  <tsdh@gnu.org>
4529         Allow multiple bibliographies when BibLaTeX is used rather than
4530         BibTeX.
4531         * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
4532         (reftex-locate-bibliography-files): Us it.
4534 2013-11-01  Claudio Bley  <claudio.bley@googlemail.com>
4536         * image.el (image-type-header-regexps): Fix the 'pbm' part to
4537         allow comments in pbm files.
4539         * term/w32-win.el (dynamic-library-alist): Support newer versions
4540         of libjpeg starting with v7: look only for the DLL from the
4541         version against which Emacs was built.
4542         Support versions of libpng beyond 1.4.x.
4543         Support libtiff v4.x.
4545 2013-11-01  Bozhidar Batsov  <bozhidar@batsov.com>
4547         * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
4548         (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
4549         Add property :safe.
4550         (ruby-deep-arglist): Add property :type.
4552 2013-10-31  Glenn Morris  <rgm@gnu.org>
4554         * Makefile.in (custom-deps, finder-data): No need to setq the target
4555         variables, we are in the right directory and the defaults work fine.
4557 2013-10-30  Glenn Morris  <rgm@gnu.org>
4559         * Makefile.in (autoloads): Do not use abs_lisp.
4561         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4562         `newline' does not respect `standard-output', so use `princ'.
4564 2013-10-30  Alp Aker  <alp.tekin.aker@gmail.com>
4566         Ensure unmarking in buffer menu clears 'S' marks.  (Bug#15761)
4567         * buff-menu.el (Buffer-menu--unmark): New function.
4568         (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
4570 2013-10-30  Glenn Morris  <rgm@gnu.org>
4572         * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4574         * emacs-lisp/package.el (lm-homepage): Declare.
4576         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
4577         Fix doc typos.
4579         * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
4581         * Makefile.in (finder-data, autoloads, update-subdirs)
4582         (compile-main, compile-clean, compile-always, bootstrap-clean):
4583         Check return value of cd.
4584         (compile-calc): Remove.
4586 2013-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4588         * simple.el (copy-region-as-kill): Fix call to region-extract-function.
4590         * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
4591         (byte-compile-and-folded): New function.
4592         (=, <, >, <=, >=): Use it.
4594         * dos-w32.el (minibuffer-history-case-insensitive-variables)
4595         (path-separator, null-device, buffer-file-coding-system)
4596         (lpr-headers-switches): Check system-type before modifying them.
4597         (find-buffer-file-type-coding-system): Mark obsolete.
4598         (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
4599         find-file-not-found-set-buffer-file-coding-system.
4600         (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
4601         (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
4602         (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
4603         (w32-direct-print-region-helper, w32-direct-print-region-function)
4604         (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
4605         * startup.el (normal-top-level-add-subdirs-to-load-path):
4606         * ps-print.el (ps-print-region-function):
4607         * lpr.el (print-region-function): Use new name.
4609         * subr.el (custom-declare-variable-early): Remove function.
4610         (custom-declare-variable-list): Remove var.
4611         (error, user-error): Remove `while' loop.
4612         (read-quoted-char-radix, read-quoted-char): Move to simple.el.
4613         (user-emacs-directory-warning, locate-user-emacs-file):
4614         Move to files.el.
4615         * simple.el (read-quoted-char-radix, read-quoted-char):
4616         * files.el (user-emacs-directory-warning, locate-user-emacs-file):
4617         Move from subr.el.
4618         * custom.el (custom-declare-variable-list): Don't process
4619         custom-declare-variable-list.
4621         * progmodes/python.el (python-shell-get-buffer): New function.
4622         (python-shell-get-process): Use it.
4623         (python-shell-send-string): Always use utf-8 and add a cookie to tell
4624         Python which encoding was used.  Don't split-string since we only care
4625         about the first line.  Return the temp-file, if applicable.
4626         (python-shell-send-region): Tell compile.el how to turn locations in
4627         the temp-file into locations in the source buffer.
4629 2013-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4631         * subr.el (undefined): Add missing behavior from the C code for
4632         unbound keys.
4634         * rect.el: Use lexical-binding.  Add new rectangular region support.
4635         (rectangle-mark): New command.
4636         (rectangle--region): New var.
4637         (deactivate-mark-hook): Reset rectangle--region.
4638         (rectangle--extract-region, rectangle--insert-for-yank)
4639         (rectangle--highlight-for-redisplay)
4640         (rectangle--unhighlight-for-redisplay): New functions.
4641         (region-extract-function, redisplay-unhighlight-region-function)
4642         (redisplay-highlight-region-function): Use them to handle
4643         rectangular region.
4644         * simple.el (region-extract-function): New var.
4645         (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
4646         (kill-new, kill-append): Remove obsolete `yank-handler' argument.
4647         (kill-region): Replace obsolete `yank-handler' arg with `region'.
4648         (copy-region-as-kill, kill-ring-save): Add `region' argument.
4649         (redisplay-unhighlight-region-function)
4650         (redisplay-highlight-region-function): New vars.
4651         (redisplay--update-region-highlight): New function.
4652         (pre-redisplay-function): Use it.
4653         (exchange-point-and-mark): Don't deactivate the mark before
4654         reactivate-it anyway.
4655         * comint.el (comint-kill-region): Remove yank-handler argument.
4656         * delsel.el (delete-backward-char, backward-delete-char-untabify)
4657         (delete-char): Remove property, since it's now part of their
4658         default behavior.
4659         (self-insert-iso): Remove property since this command doesn't exist.
4661         * emacs-lisp/package.el (package--download-one-archive)
4662         (describe-package-1): Don't query the user about final newline.
4664 2013-10-29  Daniel Colascione  <dancol@dancol.org>
4666         * net/tramp.el (tramp-methods): Document new functionality.
4667         * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
4668         tramp-hostname-checker if method provides one instead of scanning
4669         argument list for "%h" to decide hostname acceptability.
4671 2013-10-28  Michael Albinus  <michael.albinus@gmx.de>
4673         * net/tramp-sh.el (tramp-sh-handle-copy-directory):
4674         * net/tramp-smb.el (tramp-smb-handle-copy-directory):
4675         Handle COPY-CONTENTS.  (Bug#15737)
4677 2013-10-28  Daiki Ueno  <ueno@gnu.org>
4679         * epa-file.el
4680         (epa-file-cache-passphrase-for-symmetric-encryption):
4681         Document that this option has no effect with GnuPG 2.0 (bug#15552).
4683 2013-10-27  Xue Fuqiao  <xfq.free@gmail.com>
4685         * image.el (defimage, image-load-path): Doc fixes.
4687 2013-10-27  Alan Mackenzie  <acm@muc.de>
4689         Indent statements in macros following "##" correctly.
4690         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4691         Modify the "#" arm of a cond form to handle "#" and "##" operators.
4693 2013-10-27  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
4695         * linum.el (linum-update-window): Fix boundary test (bug#13446).
4697 2013-10-27  Dmitry Gutov  <dgutov@yandex.ru>
4699         * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
4700         after `=' is probably a new expression.
4702 2013-10-27  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4704         * man.el (man-imenu-title): New option.
4705         (Man-mode-map): Add menu.  (Bug#15722)
4706         (Man-mode): Add imenu to menu.
4708 2013-10-26  Dmitry Gutov  <dgutov@yandex.ru>
4710         * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
4711         specific in what the first arg can be: a non-keyword word,
4712         string/regexp/percent literal opener, opening paren, or unary
4713         operator followed directly by word.
4715 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4717         * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
4718         (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
4719         (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
4720         (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
4721         Remove vars, they do not apply any more.
4722         (prolog-mode-abbrev-table): Remove redundant declaration.
4723         (prolog-upper-case-string, prolog-lower-case-string): Remove.
4724         (prolog-use-smie): Remove.
4725         (prolog-smie-rules): Add indentation rule for the if-then-else layout
4726         supported by prolog-electric-if-then-else-flag.
4727         (prolog-mode-variables, prolog-menu): Use setq-local.
4728         (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
4729         Remove binding to `Backspace' since this key doesn't exist anyway.
4730         Remove bindings for electric self-inserting keys.
4731         (prog-mode): Assume it's defined.
4732         (prolog-post-self-insert): New function.
4733         (prolog-mode): Use it.
4734         (prolog-indent-line, prolog-indent-level)
4735         (prolog-find-indent-of-matching-paren)
4736         (prolog-indentation-level-of-line, prolog-goto-comment-column)
4737         (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
4738         (prolog-goto-next-paren, prolog-in-string-or-comment)
4739         (prolog-tokenize, prolog-inside-mline-comment)
4740         (prolog-find-start-of-mline-comment): Remove functions.
4741         (prolog-find-unmatched-paren, prolog-clause-end)
4742         (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
4743         (prolog-electric--if-then-else): Rename from
4744         prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
4745         (prolog-tokenize-searchkey): Remove const.
4746         (prolog-clause-info): Use forward-sexp.
4747         (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
4748         (prolog-electric-if-then-else): Remove commands.
4749         (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
4750         for use in post-self-insert-hook.
4751         (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
4752         for use in post-self-insert-hook.
4753         (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
4754         for use in post-self-insert-hook.
4755         (prolog-electric--underscore): Rename from prolog-electric--underscore;
4756         adapt it for use in post-self-insert-hook.
4758 2013-10-25  Michael Albinus  <michael.albinus@gmx.de>
4760         * emacs-lisp/ert.el (ert-run-tests-interactively):
4761         Use `completing-read'.  (Bug#9756)
4763 2013-10-25  Eli Zaretskii  <eliz@gnu.org>
4765         * simple.el (line-move): Call line-move-1 instead of
4766         line-move-visual when the current window hscroll is zero, but
4767         temporary-goal-column indicates we will need to hscroll as result
4768         of the movement.  (Bug#15712)
4770 2013-10-25  Dmitry Gutov  <dgutov@yandex.ru>
4772         * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
4773         capitalization.  Use :visible instead of :active.
4774         Fix `ruby-indent-exp' reference.  Add menu items for the generic
4775         commands that are used with SMIE.
4776         (ruby-do-end-to-brace): Insert space after `{'.
4778 2013-10-25  John Anthony  <john@jo.hnanthony.com>
4780         * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu.  (Bug#15600)
4782         * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu.  (Bug#15599)
4784 2013-10-25  Glenn Morris  <rgm@gnu.org>
4786         * vc/vc.el (vc-print-log): Don't use a working revision unless
4787         one was explicitly specified.  (Bug#15322)
4789 2013-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4791         * subr.el (add-to-list): Preserve return value in compiler-macro
4792         (bug#15692).
4794 2013-10-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
4796         * progmodes/octave.el (octave-lookfor): Handle empty lookfor
4797         result.  Ask user to retry using '-all' flag.  (Bug#15701)
4799 2013-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4801         * emacs-lisp/smie.el: New smie-config system.
4802         (smie-config): New defcustom.
4803         (smie-edebug, smie-config-show-indent, smie-config-set-indent)
4804         (smie-config-guess, smie-config-save): New commands.
4805         (smie-config--mode-local, smie-config--buffer-local)
4806         (smie-config--trace, smie-config--modefuns): New vars.
4807         (smie-config--advice, smie-config--mode-hook)
4808         (smie-config--setter, smie-config-local, smie-config--get-trace)
4809         (smie-config--guess-value, smie-config--guess): New functions.
4810         (smie-indent-forward-token, smie-indent-backward-token): Don't copy
4811         text properties.  Treat "string fence" syntax like string syntax.
4813         * progmodes/sh-script.el (sh-use-smie): Change default.
4814         (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
4815         (sh-var-value): Simplify by CSE.
4816         (sh-show-indent, sh-set-indent, sh-learn-line-indent)
4817         (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
4818         is used.
4819         (sh-guess-basic-offset): Use cl-incf.
4820         (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
4822 2013-10-24  Helmut Eller  <eller.helmut@gmail.com>
4824         * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
4825         (bug#15699).
4827 2013-10-24  Glenn Morris  <rgm@gnu.org>
4829         * Makefile.in (abs_top_srcdir): Remove.
4830         (update-subdirs): Use relative path to update-subdirs.
4832 2013-10-24  Eli Zaretskii  <eliz@gnu.org>
4834         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4835         ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4836         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4837         Call unmsys--file-name before expand-file-name, not after it.
4839 2013-10-24  Michael Albinus  <michael.albinus@gmx.de>
4841         * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
4842         (ert-test-skipped): New error.
4843         (ert-skip, ert-stats-skipped): New defuns.
4844         (ert--skip-unless): New macro.
4845         (ert-test-skipped): New struct.
4846         (ert--run-test-debugger, ert-test-result-type-p)
4847         (ert-test-result-expected-p, ert--stats, ert-stats-completed)
4848         (ert--stats-set-test-and-result, ert-char-for-test-result)
4849         (ert-string-for-test-result, ert-run-tests-batch)
4850         (ert--results-update-ewoc-hf, ert-run-tests-interactively):
4851         Handle skipped tests.  (Bug#9803)
4853 2013-10-24  Glenn Morris  <rgm@gnu.org>
4855         * Makefile.in (check-declare): Remove unnecessary path in -l argument.
4857         * Makefile.in (abs_top_srcdir): New, set by configure.
4858         (update-subdirs): Correct build-aux location.
4860 2013-10-24  Dmitry Gutov  <dgutov@yandex.ru>
4862         * vc/vc.el (vc-print-root-log): Always set `default-directory'
4863         value, whether we could auto-deduce `backend', or not.
4865         * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
4866         with parameters" example.  Simplify the "is it block or is it
4867         hash" check, but also make it more thorough.
4869 2013-10-23  Masashi Fujimoto  <masfj.dev@gmail.com>  (tiny change)
4871         * battery.el (battery-pmset): Handle OS X Mavericks.  (Bug#15694)
4873 2013-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4875         * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
4876         { if it is hanging.
4878         * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
4879         :before ";".
4881 2013-10-23  Jed Brown  <jed@59A2.org>  (tiny change)
4883         * progmodes/compile.el (compilation-directory-matcher)
4884         (compilation-page-delimiter):
4885         Support GNU Make-4.0 directory quoting.  (Bug#15678)
4887 2013-10-23  Leo Liu  <sdl.web@gmail.com>
4889         * ido.el (ido-tidy): Handle read-only text.
4891 2013-10-23  Glenn Morris  <rgm@gnu.org>
4893         * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
4894         (emacs, compile, compile-always):
4895         Quote entities that might contain whitespace.
4896         (custom-deps, finder-data, autoloads): Use abs_lisp.
4897         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
4898         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
4899         ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
4901 2013-10-23  Dmitry Gutov  <dgutov@yandex.ru>
4903         * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
4904         Use `following-char'.
4906 2013-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4908         * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
4909         * progmodes/ruby-mode.el (ruby-smie-rules):
4910         Remove corresponding workaround.  Fix indentation rule of ";" so it
4911         also applies when ";" is the parent.
4913 2013-10-22  Xue Fuqiao  <xfq.free@gmail.com>
4915         * frame.el (display-screens, display-pixel-height)
4916         (display-pixel-width, display-mm-width, display-backing-store)
4917         (display-save-under, display-planes, display-color-cells)
4918         (display-visual-class, display-monitor-attributes-list):
4919         Mention the optional ‘display’ argument in doc strings.
4921 2013-10-22  Michael Gauland  <mikelygee@amuri.net>
4923         * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
4924         viewers such as evince when ebnf-production-name-p is nil.  (Bug#15625)
4926 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4928         * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
4929         TODO.  Add "." after " @ ".
4930         (ruby-smie--at-dot-call): New function.  Checks if point at method
4931         call with explicit target.
4932         (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
4933         to the method name tokens when it precedes them.
4934         (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
4935         (ruby-smie-rules): Add rule for indentation before and after "."
4936         token.
4938 2013-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4940         * textmodes/remember.el (remember-diary-extract-entries):
4941         Avoid add-to-list.
4943         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
4944         an instruction.
4946 2013-10-21  Dmitry Gutov  <dgutov@yandex.ru>
4948         * progmodes/ruby-mode.el (ruby-smie-grammar):
4949         Add (almost) all infix operators.
4950         (ruby-smie--implicit-semi-p): Add new operator chars.
4952         * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
4953         `smie-down-list'.
4954         (ruby-smie--args-separator-p): Check that there's no newline
4955         between method call and its arguments.
4957 2013-10-20  Alan Mackenzie  <acm@muc.de>
4959         Allow comma separated lists after Java "implements".
4961         * progmodes/cc-engine.el (c-backward-over-enum-header):
4962         Parse commas.
4963         * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
4964         from a "disallowed" list in enum fontification.
4966 2013-10-20  Johan Bockgård  <bojohan@gnu.org>
4968         * startup.el (default-frame-background-mode): Remove unused defvar.
4970         * progmodes/verilog-mode.el (verilog-mode): Don't set
4971         comment-indent-function globally.
4973 2013-10-20  Jan Djärv  <jan.h.d@swipnet.se>
4975         * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
4976         Move Info menu item creation to ns-win.el.
4978         * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
4979         in menu bar.
4981         * menu-bar.el: Move GNUstep specific menus...
4983         * term/ns-win.el (ns-initialize-window-system): ... to here.
4985 2013-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4987         * simple.el (newline): Only run post-self-insert-hook when
4988         called interactively.
4990 2013-10-19  Johan Bockgård  <bojohan@gnu.org>
4992         * icomplete.el (icomplete-with-completion-tables): Add :version.
4994 2013-10-19  Alan Mackenzie  <acm@muc.de>
4996         Fix fontification bugs with constructors and const.
4998         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
4999         CASE 2) Remove the check for the absence of a suffix construct
5000         after a function declaration with only types (no identifiers) in
5001         the parentheses.  Also, accept a function declaration with just a
5002         type inside the parentheses, if this type can be positively
5003         recognised as such, or if a prefix keyword like "explicit" nails
5004         down the construct as a declaration.
5006 2013-10-19  Eli Zaretskii  <eliz@gnu.org>
5008         * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
5009         TTY menu actions and down-mouse-N to tty-menu-ignore.  This solves
5010         the problem whereby selecting a menu item that leads to a
5011         minibuffer prompt moves the cursor out of the minibuffer window,
5012         making it hard to type at the prompt.  Suggested by Stefan Monnier
5013         <monnier@iro.umontreal.ca>.
5015 2013-10-19  Jan Djärv  <jan.h.d@swipnet.se>
5017         * menu-bar.el: Don't make Services menu.
5019 2013-10-19  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5021         * ffap.el: Handle "/usr/include/c++/<version>" directories.
5022         (ffap-alist): Use ffap-c++-mode for c++-mode.
5023         (ffap-c++-path): New variable.
5024         (ffap-c++-mode): New function.
5026 2013-10-19  Joe Vornehm Jr.  <joe.vornehm@gmail.com>  (tiny change)
5028         * ido.el (dired-other-frame): Only list directories.  (Bug#15638)
5030 2013-10-18  Michael Albinus  <michael.albinus@gmx.de>
5032         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
5033         introduced on 2013-09-08, which results in an infinite loop
5034         requesting a password.
5036 2013-10-18  Glenn Morris  <rgm@gnu.org>
5038         * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
5040 2013-10-18  Wilson Snyder  <wsnyder@wsnyder.org>
5042         Sync with upstream verilog-mode revision 1a6ecec7.
5043         * progmodes/verilog-mode.el (verilog-mode-version): Update.
5044         (verilog-mode-release-date): Remove.
5045         (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
5046         (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
5047         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
5048         (verilog-auto-tieoff-ignore-regexp)
5049         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
5050         (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
5051         (verilog-signals-with, verilog-dir-cache-preserving)
5052         (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
5053         Doc fixes.
5054         (verilog-case-fold): New option, to control case folding in
5055         regexp searches, bug597.
5056         (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
5057         (verilog-string-match-fold, verilog-in-paren-count)
5058         (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
5059         (verilog-at-close-struct-p): New functions.
5060         (verilog-beg-block-re-ordered, verilog-extended-case-re)
5061         (verilog-forward-sexp, verilog-set-auto-endcomments)
5062         (verilog-leap-to-case-head): Handle "unique0" case.
5063         (verilog-in-constraint-re): New constant.
5064         (verilog-keywords, verilog-type-font-keywords):
5065         Add some SystemVerilog 1800-2012 keywords.
5066         (verilog-label-be): Remove unimplemented argument, bug669.
5067         (verilog-batch-execute-func): When batch expanding clear
5068         create-lockfiles to prevent spurious user locks when a file ends
5069         up not changing.
5070         (verilog-calculate-indent, verilog-calc-1)
5071         (verilog-at-close-constraint-p, verilog-at-constraint-p)
5072         (verilog-do-indent): Fix indentation of nested constraints
5073         and structures.
5074         (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
5075         (verilog-auto-inst-param): Use verilog-string-match-fold.
5076         (verilog-read-inst-module-matcher):
5077         Fix AUTOINST on gate primitives with #1.
5078         (verilog-read-decls): Fix double-declaring user-defined typed signals.
5079         Reads all user-defined typed variables.
5080         (verilog-read-defines): Fix reading definitions inside comments, bug647.
5081         (verilog-signals-matching-regexp)
5082         (verilog-signals-not-matching-regexp, verilog-auto):
5083         Respect verilog-case-fold.
5084         (verilog-diff-report): Fix line count.
5085         (verilog-auto-assign-modport): Remove unused local `modi'.
5086         (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
5087         better handle multidimensional arrays.
5088         Fix packed array ports misadding bit index in AUTOINST, bug637.
5089         (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
5090         to not double-declare existing outputs and inputs, respectively.
5091         (verilog-template-map): Bind U to verilog-sk-uvm-component.
5092         (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
5093         (verilog-sk-uvm-component): New skeleton.
5094         (verilog-submit-bug-report): Add verilog-case-fold,
5095         remove verilog-mode-release-date.
5097 2013-10-17  Barry O'Reilly  <gundaetiapo@gmail.com>
5099         * subr.el (sit-for): Call (input-pending-p t) so as to behave
5100         as before.
5102 2013-10-18  Reuben Thomas  <rrt@sc3d.org>
5104         * textmodes/remember.el (remember): Set buffer-offer-save in
5105         remember buffers (bug#13566).
5107 2013-10-18  Daniel Colascione  <dancol@dancol.org>
5109         When evaluating forms in ielm, direct standard output to ielm
5110         buffer.  Add new ielm-return-for-effect command.  Remove trailing
5111         whitespace throughout.
5113         * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
5114         (ielm-return-for-effect): New command.
5115         (ielm-send-input): Accept optional `for-effect' parameter.
5116         (ielm-eval-input): Accept optional `for-effect' parameter.
5117         Bind `standard-output' to stream we create using
5118         `ielm-standard-output-impl'.  Suppress printing result when
5119         `for-effect'.
5120         (ielm-standard-output-impl): New function.
5121         (inferior-emacs-lisp-mode): Explain new features in documentation.
5123 2013-10-17  Michael Albinus  <michael.albinus@gmx.de>
5125         Code cleanup.
5127         * net/tramp.el (tramp-debug-message): Do not check for connection
5128         buffer.
5129         (tramp-message): Use "vector" connection property.
5131         * net/tramp.el (tramp-rfn-eshadow-update-overlay)
5132         (tramp-equal-remote, tramp-eshell-directory-change)
5133         * net/tramp-adb.el (tramp-adb-handle-copy-file)
5134         (tramp-adb-handle-rename-file)
5135         * net/tramp-cmds.el (tramp-list-remote-buffers)
5136         (tramp-cleanup-connection, tramp-cleanup-this-connection)
5137         * net/tramp-compat.el (tramp-compat-process-running-p)
5138         * net/tramp-ftp.el (tramp-ftp-file-name-handler)
5139         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
5140         (tramp-gvfs-handle-rename-file)
5141         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
5142         (tramp-set-file-uid-gid)
5143         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5144         (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
5145         of `file-remote-p'.
5147         * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
5148         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
5149         (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
5150         (tramp-gw-open-network-stream): Suppress unrelated traces.
5152         * net/tramp-adb.el (tramp-adb-maybe-open-connection)
5153         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
5154         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5155         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
5156         connection property.
5158         * net/tramp-cache.el (top): Suppress traces when reading
5159         persistency file.
5161         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
5162         Refactor common code.  Improve debug message.
5163         (tramp-maybe-open-connection)
5164         * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
5165         connection buffer too early.
5167         * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
5168         from `tramp-smb-actions-with-acl'.
5169         (tramp-smb-actions-set-acl): New defconst.
5170         (tramp-smb-handle-copy-directory)
5171         (tramp-smb-action-get-acl): New defun, renamed from
5172         `tramp-smb-action-with-acl'.
5173         (tramp-smb-action-set-acl): New defun.
5174         (tramp-smb-handle-set-file-acl): Rewrite.
5176 2013-10-17  Glenn Morris  <rgm@gnu.org>
5178         * indent.el (indent-rigidly): Fix 2013-10-08 change.  (Bug#15635)
5180 2013-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5182         * skeleton.el (skeleton-newline): Remove.
5183         (skeleton-internal-1): Use (insert "\n") instead.
5185         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
5186         let-bindings.
5188         * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
5189         forward-sexp-function while we redo its job (bug#15613).
5191 2013-10-17  Jay Belanger  <jay.p.belanger@gmail.com>
5193         * calc/calc-comb.el (math-prime-test): Don't assume large integers are
5194         represented by lists.
5196 2013-10-16  Glenn Morris  <rgm@gnu.org>
5198         * tmm.el (tmm--history): New dynamic variable.
5199         (tmm-prompt): Use tmm--history in place of `history'.  (Bug#15623)
5201 2013-10-16  Michael Albinus  <michael.albinus@gmx.de>
5203         * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
5204         (tramp-smb-errors): Add error messages.
5205         (tramp-smb-actions-with-acl): New defconst.
5206         (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
5207         (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
5208         (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
5209         (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
5210         (tramp-smb-get-stat-capability): Fix tests.
5212 2013-10-16  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5214         * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
5215         (bug#15580).
5217 2013-10-16  Glenn Morris  <rgm@gnu.org>
5219         * ansi-color.el (ansi-color-drop-regexp):
5220         Add 1J, 1K, 2K.  (Bug#15617)
5222         * files.el (hack-local-variables--warned-lexical): New.
5223         (hack-local-variables):
5224         Warn about misplaced lexical-binding.  (Bug#15616)
5226         * net/eww.el (eww-render): Always set eww-current-url,
5227         and update header line.  (Bug#15622)
5228         (eww-display-html): ... Rather than just doing it here.
5230 2013-10-15  Eli Zaretskii  <eliz@gnu.org>
5232         * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
5233         menu navigations commands.
5235 2013-10-14  Dima Kogan  <dima@secretsauce.net>  (tiny change)
5237         * progmodes/subword.el (subword-capitalize): Be careful when
5238         the search for [[:alpha:]] fails (bug#15580).
5240 2013-10-14  Eli Zaretskii  <eliz@gnu.org>
5242         * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
5243         to commands that scroll the menu.
5245 2013-10-14  Dmitry Gutov  <dgutov@yandex.ru>
5247         * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
5248         Handle methods ending with `?' and `!'.
5250 2013-10-14  Akinori MUSHA  <knu@iDaemons.org>
5252         * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
5253         `japanese-cp932' to `cp932' to fix the problem where saving a
5254         source file written in Shift_JIS twice would end up having
5255         `coding: japanese-cp932' which Ruby could not recognize.
5256         (ruby-mode-set-encoding): Add support for encodings mapped to nil
5257         in `ruby-encoding-map'.
5258         (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
5259         doesn't need to be explicitly declared in magic comment.
5260         (ruby-encoding-map): Add type declaration for better customize UI.
5262 2013-10-13  Glenn Morris  <rgm@gnu.org>
5264         * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
5265         Occur buffers are read-only.  http://bugs.debian.org/720775
5267         * emacs-lisp/authors.el (authors-fixed-entries):
5268         Comment out old alpha stuff.
5270 2013-10-13  Dmitry Gutov  <dgutov@yandex.ru>
5272         * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
5273         to `after-save-hook' instead of `before-save-hook'.
5274         (ruby-mode-set-encoding): Use the value of coding system used to
5275         write the file.  Call `basic-save-buffer-1' after modifying the
5276         buffer.
5278 2013-10-13  Alan Mackenzie  <acm@muc.de>
5280         Fix indentation/fontification of Java enum with
5281         "implements"/generic.
5283         * progmodes/cc-engine.el (c-backward-over-enum-header):
5284         Extracted from the three other places and enhanced to handle generics.
5285         (c-inside-bracelist-p): Uses new function above.
5286         * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
5287         function above.
5288         (c-font-lock-enum-tail): Uses new function above.
5290 2013-10-13  Kenichi Handa  <handa@gnu.org>
5292         * international/mule-cmds.el (select-safe-coding-system): Remove a
5293         superfluous condition in chekcing whether a coding system is safe
5294         or not.
5296 2013-10-13  Oleh Krehel  <ohwoeowho@gmail.com>
5298         * replace.el (how-many): Fix rstart and !rend case.  (Bug#15589)
5300 2013-10-13  Andreas Politz  <politza@hochschule-trier.de>
5302         * progmodes/sql.el (sql-add-product): Fix paren typo.  (Bug#15435)
5304 2013-10-13  Glenn Morris  <rgm@gnu.org>
5306         * menu-bar.el (menu-bar-update-buffers):
5307         Unify Buffers menu prompt string.  (Bug#15576)
5309         * face-remap.el (text-scale-adjust): Doc fix.  (Bug#15434)
5311         * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
5312         Add some entries.
5313         (authors-fixed-entries): Use accented form of name.
5315 2013-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
5318         method calls (bug#15594).
5319         (ruby-smie--args-separator-p): New function.
5320         (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
5321         recognize paren-free method calls.
5323         * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
5324         internals of universal-argument.
5326 2013-10-11  Eli Zaretskii  <eliz@gnu.org>
5328         * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
5329         Bind all menu-bar sequences to tty-menu-exit -- this pops down a
5330         dropped menu on second mouse click on the menu bar.
5332 2013-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * progmodes/sh-script.el: Provide simpl(e|istic) completion.
5335         (explicit-shell-file-name): Declare.
5336         (sh--vars-before-point, sh--cmd-completion-table): New functions.
5337         (sh-completion-at-point-function): New function.
5338         (sh-mode): Use it.
5339         (sh-smie--keyword-p): Remove unused argument.
5340         (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
5341         vars.
5342         (sh-set-shell): Always setup SMIE, even if we use the
5343         old indentation code.
5345 2013-10-11  Dmitry Gutov  <dgutov@yandex.ru>
5347         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
5348         cases of ? and =.
5349         (ruby-smie-rules): Simplify the "do" rule.  The cases when the
5350         predicate would return nil are almost non-existent.
5351         (ruby-smie--redundant-do-p): Include "until" and "for" statements.
5353         * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
5354         cache also after commands that modify the buffer but don't move
5355         point.
5357 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5359         * env.el (substitute-env-in-file-name): New function.
5360         (substitute-env-vars): Extend the meaning of the optional arg.
5362 2013-10-10  Eli Zaretskii  <eliz@gnu.org>
5364         * term/w32-win.el (dynamic-library-alist): Define separate lists
5365         of GIF DLLs for versions before and after 5.0.0 of giflib.
5366         (Bug#15531)
5368 2013-10-10  João Távora  <joaotavora@gmail.com>
5370         * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
5371         not locked, use last revision and current source as
5372         defaults.  (Bug#15569)
5374 2013-10-10  Masatake YAMATO  <yamato@redhat.com>
5376         * menu-bar.el (menu-bar-open): Don't use popup-menu if
5377         menu-bar is hidden.
5379 2013-10-10  Martin Rudalics  <rudalics@gmx.at>
5381         * window.el (pop-to-buffer-same-window): Fix doc-string.
5382         (Bug#15492)
5384 2013-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5386         * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
5388 2013-10-10  Andrei Chițu  <andrei.chitu1@gmail.com>  (tiny change)
5390         * calendar/icalendar.el (icalendar-import-file):
5391         Fix interactive spec.  (Bug#15482)
5393 2013-10-10  Glenn Morris  <rgm@gnu.org>
5395         * desktop.el (desktop-save): Default to saving in .emacs.d,
5396         since PWD is no longer in desktop-path by default.  (Bug#15319)
5398         * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
5399         now that text mode has a menu with the same entry.
5400         (menu-bar-text-mode-auto-fill): Remove now unused func.
5401         * textmodes/text-mode.el (text-mode-map):
5402         Use auto-fill help text from menu-bar.el.
5404 2013-10-10  John Anthony  <john@jo.hnanthony.com>
5406         * textmodes/text-mode.el (text-mode-map): Add a menu.  (Bug#15562)
5408 2013-10-09  Juri Linkov  <juri@jurta.org>
5410         * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
5411         instead of this-command-keys.  Add universal-argument-more and
5412         universal-argument-minus to the list of prefix commands.  (Bug#15568)
5414 2013-10-09  Glenn Morris  <rgm@gnu.org>
5416         * vc/vc-svn.el (vc-svn-create-repo):
5417         Expand paths in file://... url.  (Bug#15446)
5419         * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
5420         Add some entries.
5421         (authors): Remove unused local variables.
5423 2013-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5425         * profiler.el: Create a more coherent calltree from partial backtraces.
5426         (profiler-format): Hide the tail with `invisible' so that C-s can still
5427         find the hidden elements.
5428         (profiler-calltree-depth): Don't recurse so enthusiastically.
5429         (profiler-function-equal): New hash-table-test.
5430         (profiler-calltree-build-unified): New function.
5431         (profiler-calltree-build): Use it.
5432         (profiler-report-make-name-part): Indent the calltree less.
5433         (profiler-report-mode): Add visibility specs for profiler-format.
5434         (profiler-report-expand-entry, profiler-report-toggle-entry):
5435         Expand the whole subtree when provided with a prefix arg.
5437 2013-10-09  Dmitry Gutov  <dgutov@yandex.ru>
5439         * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
5440         iuwu-mod token.
5441         (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
5442         hanging iuwu-mod token.
5443         (ruby-smie--forward-token): Do not include a dot after a token in
5444         that token.
5445         (ruby-smie--backward-token): Likewise.
5447 2013-10-08  Juri Linkov  <juri@jurta.org>
5449         * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
5450         to isearch-other-control-char.
5451         (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
5452         and isearch-post-command-hook to post-command-hook.
5453         (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
5454         and isearch-post-command-hook from post-command-hook.
5455         (isearch-unread-key-sequence)
5456         (isearch-reread-key-sequence-naturally)
5457         (isearch-lookup-scroll-key, isearch-other-control-char)
5458         (isearch-other-meta-char): Remove functions.
5459         (isearch-pre-command-hook, isearch-post-command-hook):
5460         New functions based on isearch-other-meta-char rewritten
5461         relying on the new behavior of overriding-terminal-local-map
5462         that does not replace the local keymaps any more.  (Bug#15200)
5464 2013-10-08  Eli Zaretskii  <eliz@gnu.org>
5466         Support menus on text-mode terminals.
5467         * tmm.el (tmm-menubar): Adapt doc string to TTY menus
5468         functionality.
5470         * tooltip.el (tooltip-mode): Don't error out on TTYs.
5472         * menu-bar.el (popup-menu, popup-menu-normalize-position):
5473         Move here from mouse.el.
5474         (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
5475         and arrow keys.
5476         (tty-menu-navigation-map): New map for TTY menu navigation.
5478         * loadup.el ("tooltip"): Load even if x-show-tip is not available.
5480         * frame.el (display-mouse-p): Report text-mode mouse as available
5481         on w32.
5482         (display-popup-menus-p): Report availability if mouse is
5483         available; don't condition on window-system.
5485         * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
5486         (tty-menu-selected-face): New faces.
5488 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
5491         (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
5492         (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
5493         (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
5494         New constants.
5495         (lisp-mode-variables): New `elisp' argument.
5496         (emacs-lisp-mode): Use it.
5497         * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
5498         (lisp-font-lock-keywords-2): Move to lisp-mode.el.
5500         * indent.el: Use lexical-binding.
5501         (indent-region): Add progress reporter.
5502         (tab-stop-list): Make it implicitly extend to infinity by repeating the
5503         last step.
5504         (indent--next-tab-stop): New function to implement this behavior.
5505         (tab-to-tab-stop, move-to-tab-stop): Use it.
5507 2013-10-08  Teemu Likonen  <tlikonen@iki.fi>
5509         * indent.el (indent-rigidly--current-indentation): New function.
5510         (indent-rigidly-map): New var.
5511         (indent-rigidly): Use it to provide interactive mode (bug#8196).
5513 2013-10-08  Bastien Guerry  <bzg@gnu.org>
5515         * register.el (insert-register): Fix 2013-10-07 change.
5517 2013-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5519         * progmodes/perl-mode.el: Use lexical-binding.
5520         Remove redundant :group args.
5521         (perl-nochange): Change default to be closer to other major modes's
5522         standard behavior.
5523         (perl-indent-line): Don't consider text on current line as a
5524         valid beginning of function from which to indent.
5526         * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
5527         with more than one argument (bug#15538).
5529         * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
5531         * vc/pcvs.el: Use lexical-binding.
5532         (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
5533         environment of `eval'.
5534         (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
5535         than a list of expressions.  Adjust callers.
5536         * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
5538 2013-10-07  Dmitry Gutov  <dgutov@yandex.ru>
5540         * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
5541         case of the dot in a chained method call being on the following line.
5543 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * electric.el (electric-indent-inhibit): New var.
5546         (electric-indent-post-self-insert-function): Use it.
5547         * progmodes/python.el (python-mode): Set it.
5549         * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
5550         open braces.
5552         * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
5554         * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
5555         (css-mode): Use electric-indent-chars.
5557         * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
5558         (font-lock-beg, font-lock-end): Move before first use.
5559         (nxml-mode): Use syntax-propertize-function.
5560         (nxml-after-change, nxml-after-change1): Adjust accordingly.
5561         (nxml-extend-after-change-region): Remove.
5562         * nxml/xmltok.el: Use lexical-binding.
5563         (xmltok-save): Use `declare'.
5564         (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
5565         * nxml/nxml-util.el: Use lexical-binding.
5566         (nxml-with-degradation-on-error, nxml-with-invisible-motion):
5567         Use `declare'.
5568         * nxml/nxml-ns.el: Use lexical-binding.
5569         (nxml-ns-save): Use `declare'.
5570         (nxml-ns-prefixes-for): Avoid add-to-list.
5571         * nxml/rng-match.el: Use lexical-binding.
5572         (rng--ipattern): Use cl-defstruct.
5573         (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
5574         (rng-cons-group-after, rng-subst-group-after)
5575         (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
5576         Use closures instead of `(lambda...).
5578 2013-10-07  Michael Albinus  <michael.albinus@gmx.de>
5580         * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
5581         of BEG and END.
5583         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5584         Use `tramp-handle-insert-file-contents'.
5585         (tramp-gvfs-handle-insert-file-contents): Remove function.
5587         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5588         Use `save-restriction' in order to keep markers.
5590         * net/trampver.el: Update release number.
5592 2013-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * progmodes/compile.el (compilation-parse-errors):
5595         Use compilation--put-prop.
5596         (compilation--ensure-parse): Check compilation-multiline.
5598         * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
5600         * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
5601         lexical-binding.
5603         * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
5605         * progmodes/ruby-mode.el: Fix recently added tests.
5606         (ruby-smie-grammar): Add - and +.
5607         (ruby-smie--redundant-do-p, ruby-smie--forward-id)
5608         (ruby-smie--backward-id): New functions.
5609         (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
5610         (ruby-smie-rules): Handle hanging do.  Get rid of hack, not needed
5611         any more.
5613 2013-10-07  Leo Liu  <sdl.web@gmail.com>
5615         * register.el (register-preview-delay)
5616         (register-preview-functions): New variables.
5617         (register-read-with-preview, register-preview)
5618         (register-describe-oneline): New functions.
5619         (point-to-register, window-configuration-to-register)
5620         (frame-configuration-to-register, jump-to-register)
5621         (number-to-register, view-register, insert-register)
5622         (copy-to-register, append-to-register, prepend-to-register)
5623         (copy-rectangle-to-register): Use register-read-with-preview to
5624         read register.  (Bug#15525)
5626 2013-10-06  Dato Simó  <dato@net.com.org.es>  (tiny change)
5628         * net/network-stream.el (network-stream-open-starttls): Don't add
5629         --insecure if it's already present, because that gnutls-cli
5630         rejects getting that parameter twice.
5632 2013-10-06  Dmitry Gutov  <dgutov@yandex.ru>
5634         * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
5635         keyword, too.
5637 2013-10-05  Dmitry Gutov  <dgutov@yandex.ru>
5639         * newcomment.el (comment-use-global-state): Change default value
5640         to t, mark obsolete (Bug#15251).
5641         (comment-beginning): In addition to `comment-to-syntax', check the
5642         value of `comment-use-global-state'.
5644 2013-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5646         * progmodes/ruby-mode.el (ruby-use-smie): Change default.
5647         (ruby-comment-column): Follow the global default, by default.
5648         (ruby-smie-grammar): Add assignment syntax.
5649         (ruby-smie--implicit-semi-p): No implicit semi-colon after an
5650         open-paren, a comma, or a \.
5651         (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
5652         and line continuations.
5653         (ruby-smie-rules): Adjust handling of open-paren, now that it's never
5654         followed by implicit semi-colons.  Add rule for string concatenation
5655         and for indentation at BOB.
5656         (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
5658         * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
5659         calling next-sexp, since next-token may have skipped chars which
5660         next-sexp doesn't know should be skipped!
5662 2013-10-05  Leo Liu  <sdl.web@gmail.com>
5664         * progmodes/octave.el (octave-send-region):
5665         Call compilation-forget-errors.
5667 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5669         * vc/vc-svn.el (vc-svn-find-admin-dir):
5670         * vc/vc-rcs.el (vc-rcs-find-admin-dir):
5671         * vc/vc-mtn.el (vc-mtn-find-admin-dir):
5672         * vc/vc-cvs.el (vc-cvs-find-admin-dir):
5673         * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
5675 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5677         * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
5679 2013-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5681         * subr.el (read-passwd): Hide chars even when called within a context
5682         where after-change-functions is disabled (bug#15501).
5683         (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
5684         until we removed ourself from overriding-terminal-local-map.
5686 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5688         * progmodes/octave.el (inferior-octave-mode):
5689         Call compilation-forget-errors.
5691 2013-10-04  Xue Fuqiao  <xfq.free@gmail.com>
5693         * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5695 2013-10-04  Michael Albinus  <michael.albinus@gmx.de>
5697         * net/secrets.el (secrets-create-collection): Add optional
5698         argument ALIAS.  Use proper Label keyword.  Append ALIAS as
5699         dbus-call-method argument.  (Bug#15516)
5701 2013-10-04  Leo Liu  <sdl.web@gmail.com>
5703         * progmodes/octave.el (inferior-octave-error-regexp-alist)
5704         (inferior-octave-compilation-font-lock-keywords): New variables.
5705         (compilation-error-regexp-alist)
5706         (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
5707         (inferior-octave-mode): Use compilation-shell-minor-mode.
5709 2013-10-04  Jorgen Schaefer  <forcer@forcix.cx>
5711         * minibuffer.el (completion--replace): Be careful that `end' might be
5712         a marker.
5714 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5716         Add support for package signature checking.
5717         * emacs-lisp/package.el (url-http-file-exists-p)
5718         (epg-make-context, epg-context-set-home-directory)
5719         (epg-verify-string, epg-context-result-for)
5720         (epg-signature-status, epg-signature-to-string)
5721         (epg-check-configuration, epg-configuration)
5722         (epg-import-keys-from-file): Declare.
5723         (package-check-signature): New user option.
5724         (package-unsigned-archives): New user option.
5725         (package-desc): Add `signed' field.
5726         (package-load-descriptor): Set `signed' field if .signed file exists.
5727         (package--archive-file-exists-p): New function.
5728         (package--check-signature): New function.
5729         (package-install-from-archive): Check package signature.
5730         (package--download-one-archive): Check archive signature.
5731         (package-delete): Remove .signed file.
5732         (package-import-keyring): New command.
5733         (package-refresh-contents): Import default keyring.
5734         (package-desc-status): Add "unsigned" status.
5735         (describe-package-1, package-menu--print-info)
5736         (package-menu-mark-delete, package-menu--find-upgrades)
5737         (package-menu--status-predicate): Support "unsigned" status.
5739 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
5742         the new compilation scheme using the new byte-codes.
5744         * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
5745         (byte-pophandler): New byte codes.
5746         (byte-goto-ops): Adjust accordingly.
5747         (byte-compile--use-old-handlers): New var.
5748         (byte-compile-catch): Use new byte codes depending on
5749         byte-compile--use-old-handlers.
5750         (byte-compile-condition-case--old): Rename from
5751         byte-compile-condition-case.
5752         (byte-compile-condition-case--new): New function.
5753         (byte-compile-condition-case): New function that dispatches depending
5754         on byte-compile--use-old-handlers.
5755         (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
5756         when we can.
5758         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5759         Optimize under `condition-case' and `catch' if
5760         byte-compile--use-old-handlers is nil.
5761         (disassemble-offset): Handle new bytecodes.
5763 2013-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * subr.el (error): Use `declare'.
5766         (decode-char, encode-char): Use advertised-calling-convention instead
5767         of the docstring to discourage use of the `restriction' arg.
5769 2013-10-03  Daiki Ueno  <ueno@gnu.org>
5771         * epg.el (epg-verify-file): Add a comment saying that it does not
5772         notify verification error as a return value nor a signal.
5773         (epg-verify-string): Ditto.
5775 2013-10-02  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5777         * progmodes/compile.el (compilation-start): Try globbing the arg to
5778         `cd' (bug#15417).
5780 2013-10-02  Michael Albinus  <michael.albinus@gmx.de>
5782         Sync with Tramp 2.2.8.
5784         * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5785         * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
5786         * net/trampver.el: Update release number.
5788 2013-10-01  Jan Djärv  <jan.h.d@swipnet.se>
5790         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5791         and default-process-coding-system for darwin only.
5793 2013-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5795         * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
5797 2013-10-01  Mitchel Humpherys  <mitch.special@gmail.com>  (tiny change)
5799         * vc/vc-git.el (vc-git-grep): Disable pager.
5801 2013-10-01  Dmitry Gutov  <dgutov@yandex.ru>
5803         * emacs-lisp/package.el (package-buffer-info, describe-package-1):
5804         Use :url instead of :homepage, as per
5805         http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
5807         * newcomment.el (comment-beginning): When `comment-use-syntax' is
5808         non-nil, use `syntax-ppss' (Bug#15251).
5810 2013-09-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5812         * progmodes/octave.el (inferior-octave-startup-file):
5813         Prefer ~/.emacs.d/init_octave.m.
5815 2013-09-29  Dmitry Gutov  <dgutov@yandex.ru>
5817         * emacs-lisp/package.el (package-desc-from-define):
5818         Accept additional arguments as plist, convert them to an alist and store
5819         them in the `extras' slot.
5820         (package-generate-description-file): Convert extras alist back to
5821         plist and append to the `define-package' form arguments.
5822         (package--alist-to-plist): New function.
5823         (package--ac-desc): Add `extras' slot.
5824         (package--add-to-archive-contents): Check if the archive-contents
5825         vector is long enough, and if it is, pass its `extras' slot value
5826         to `package-desc-create'.
5827         (package-buffer-info): Call `lm-homepage', pass the returned value
5828         to `package-desc-from-define'.
5829         (describe-package-1): Render the homepage button (Bug#13291).
5831         * emacs-lisp/package-x.el (package-upload-buffer-internal):
5832         Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
5834 2013-09-29  Jan Djärv  <jan.h.d@swipnet.se>
5836         * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
5837         and default-process-coding-system to utf-8-unix (Bug#15402).
5839 2013-09-29  Xue Fuqiao  <xfq.free@gmail.com>
5841         * subr.el (looking-back): Do not recommend using looking-back.
5843 2013-09-28  Alan Mackenzie  <acm@muc.de>
5845         Fix indentation/fontification of Java enum with "implements".
5847         * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
5848         regexp which matches "implements", etc., in Java.
5849         * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
5850         specifier clauses coming after "enum".
5851         * progmodes/cc-fonts.el (c-font-lock-declarations)
5852         (c-font-lock-enum-tail): Check for extra specifier clauses coming
5853         after "enum".
5855 2013-09-28  Jan Djärv  <jan.h.d@swipnet.se>
5857         * faces.el (region): Change ns_selection_color to
5858         ns_selection_fg_color, add ns_selection_bg_color.
5860 2013-09-28  Leo Liu  <sdl.web@gmail.com>
5862         * progmodes/octave.el (inferior-octave-completion-table)
5863         (inferior-octave-completion-at-point): Minor tweaks.
5865         * textmodes/ispell.el (ispell-lookup-words): Rename from
5866         lookup-words.  (Bug#15460)
5867         (lookup-words): Obsolete.
5868         (ispell-complete-word, ispell-command-loop): All uses changed.
5870 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5872         * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
5873         (octave-mode-menu): Add octave-send-buffer.
5874         (octave-send-buffer): New function.
5876 2013-09-28  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
5878         * progmodes/octave.el (octave-mode-map): Add key binding for
5879         octave-lookfor.
5880         (octave-mode-menu): Add octave-lookfor.
5881         (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
5882         octave-lookfor.
5883         (octave-lookfor): New function.
5885 2013-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5887         * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
5888         (cl--loop-iterator-function): Rename from cl--loop-map-form and change
5889         its convention.
5890         (cl--loop-set-iterator-function): New function.
5891         (cl-loop): Adjust accordingly, so as not to use cl-subst.
5892         (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
5893         Bind `it' with `let' instead of substituting it with `cl-subst'.
5894         (cl--unused-var-p): New function.
5895         (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
5896         Eliminate some unused variable warnings (bug#15326).
5898 2013-09-27  Tassilo Horn  <tsdh@gnu.org>
5900         * doc-view.el (doc-view-scale-reset): Rename from
5901         `doc-view-reset-zoom-level'.
5902         (doc-view-scale-adjust): New command.
5903         (doc-view-mode-map): Remap `text-scale-adjust' bindings to
5904         `doc-view-scale-adjust'.
5906 2013-09-26  Tassilo Horn  <tsdh@gnu.org>
5908         * doc-view.el (doc-view-reset-zoom-level): New command.
5909         (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
5910         zoom commands (bug#15466).
5912 2013-09-26  Kenichi Handa  <handa@gnu.org>
5914         * international/quail.el (quail-help): Make it not a command.
5916 2013-09-26  Leo Liu  <sdl.web@gmail.com>
5918         * minibuffer.el (completion-all-sorted-completions): Make args
5919         optional as they are.
5921 2013-09-25  Daniel Colascione  <dancol@dancol.org>
5923         * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
5924         specs are and that they're not evaluated.
5926 2013-09-24  Sam Steingold  <sds@gnu.org>
5928         * midnight.el (clean-buffer-list-kill-regexps)
5929         (clean-buffer-list-kill-buffer-names): Update for the new Man
5930         buffer naming which includes the object name.
5932 2013-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5934         * eshell/esh-cmd.el (eshell--sep-terms): New var.
5935         (eshell-parse-command, eshell-parse-pipeline): Use it since
5936         eshell-separate-commands requires a dynamic scoped var.
5937         Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
5939 2013-09-23  Leo Liu  <sdl.web@gmail.com>
5941         * autoinsert.el (auto-insert-alist): Make the value of
5942         lexical-binding match its file setting.
5944 2013-09-23  Juanma Barranquero  <lekktu@gmail.com>
5946         * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
5948         * autoarg.el (autoarg-kp-digit-argument):
5949         * electric.el (Electric-command-loop):
5950         * kmacro.el (kmacro-step-edit-insert):
5951         Do not set universal-argument-num-events.
5953 2013-09-22  Leo Liu  <sdl.web@gmail.com>
5955         * files.el (interpreter-mode-alist): Add octave.
5957 2013-09-21  Alan Mackenzie  <acm@muc.de>
5959         C++: fontify identifier in declaration following "public:" correctly.
5960         * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
5961         to match "public", etc.
5962         (c-decl-prefix-re): Add ":" into the C++ value.
5963         * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
5964         bit.  Add a check for a ":" preceded by "public", etc.
5966 2013-09-21  Eli Zaretskii  <eliz@gnu.org>
5968         * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
5969         recognized by GDB 7.5 and later.
5971 2013-09-21  Xue Fuqiao  <xfq.free@gmail.com>
5973         * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
5975 2013-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5977         * subr.el (internal--call-interactively): New const.
5978         (called-interactively-p): Use it (bug#3984).
5980 2013-09-20  Xue Fuqiao  <xfq.free@gmail.com>
5982         * vc/pcvs.el (cvs-mode-ignore):
5983         * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
5984         Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
5986 2013-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5988         * eshell/em-ls.el: Use advice.  Remove redundant :group keywords.
5989         (eshell-ls-orig-insert-directory): Remove.
5990         (eshell-ls-unload-hook): Not a defcustom any more.  Use advice-remove.
5991         (eshell-ls-use-in-dired): Use advice-add/remove.
5992         (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
5993         Add `orig-fun' arg for use in :around advice.
5994         Make it check (redundantly) eshell-ls-use-in-dired.
5996 2013-09-19  Glenn Morris  <rgm@gnu.org>
5998         * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
6000         * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
6002         * emacs-lisp/eieio.el (class-parent): Undo previous change.
6004 2013-09-19  Michael Albinus  <michael.albinus@gmx.de>
6006         * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
6007         (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
6008         (tramp-get-remote-python): New defuns.
6009         (tramp-get-remote-uid-with-perl)
6010         (tramp-get-remote-gid-with-perl): New defuns.  Perl code
6011         contributed by yary <not.com@gmail.com> (tiny change).
6012         (tramp-get-remote-uid-with-python)
6013         (tramp-get-remote-gid-with-python): New defuns.  Python code
6014         contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
6015         (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
6017 2013-09-19  Glenn Morris  <rgm@gnu.org>
6019         * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
6021         * eshell/em-unix.el (eshell-remove-entries):
6022         Rename argument to avoid name-clash with global `top-level'.
6024         * eshell/esh-proc.el (eshell-kill-process-function):
6025         Remove eshell-reset-after-proc from eshell-kill-hook if present.
6026         (eshell-reset-after-proc): Remove unused arg `proc'.
6028         * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
6029         (directory-files-and-attributes): Mark unused arg.
6031         * eshell/em-unix.el (eshell-remove-entries):
6032         Remove unused arg `path'.  Update callers.
6034         * eshell/em-hist.el (eshell-hist-parse-arguments):
6035         Remove unused arg `silent'.  Update callers.
6037         * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
6038         Fix (f)boundp mix-up.
6040         * eshell/em-smart.el (eshell-smart-scroll-window)
6041         (eshell-disable-after-change):
6042         * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
6044 2013-09-18  Alan Mackenzie  <acm@muc.de>
6046         Fix fontification of type when followed by "const".
6047         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
6048         "known" types from fontification.
6050 2013-09-18  Glenn Morris  <rgm@gnu.org>
6052         * emacs-lisp/chart.el (x-display-color-cells): Declare.
6053         (chart-face-list): Drop Emacsen without display-color-p.
6055         * net/eww.el (libxml-parse-html-region): Declare.
6056         (eww-display-html): Explicit error if no libxml2 support.
6058         * doc-view.el (doc-view-mode): Silence --without-x compilation.
6060         * image.el (image-type-from-buffer, image-multi-frame-p):
6061         Remove --without-x warning/error.
6063         * mouse.el (mouse-yank-primary):
6064         * term.el (term-mouse-paste):
6065         Reorder to silence --without-x compilation.
6067         * mpc.el (doc-view-mode): Silence --without-x compilation.
6069         * mail/rmailmm.el (rmail-mime-set-bulk-data):
6070         Silence --without-x compilation.
6072         * progmodes/gud.el (gud-find-file, gud-mode):
6073         Silence --without-x compilation.
6074         (tooltip-mode): Declare.
6076         * wdired.el (dired-backup-overwrite): Remove declaration.
6077         (wdired-mode-map): Add doc string.
6079         * custom.el (x-get-resource): Declare.
6081         * eshell/em-glob.el (ange-cache):
6082         * eshell/em-unix.el (ange-cache): Declare.
6084         * faces.el (x-display-list, x-open-connection, x-get-resource):
6085         Declare.
6087         * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
6088         (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
6089         Declare.
6091         * frame.el (x-display-grayscale-p, x-display-name): Declare.
6093         * net/gnutls.el (gnutls-log-level): Declare.
6095         * net/shr.el (image-size, image-animate): Declare.
6097         * simple.el (font-info): Declare.
6099         * subr.el (x-popup-dialog): Declare.
6101         * term/common-win.el (x-select-enable-primary)
6102         (x-last-selected-text-primary, x-last-selected-text-clipboard):
6103         Declare.
6105         * term/ns-win.el (x-handle-args): Declare.
6107         * term/x-win.el (x-select-enable-clipboard): Declare.
6109         * term/w32-win.el (create-default-fontset): Declare.
6111         * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
6112         Declare.
6114         * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
6115         (fit-frame-to-buffer): Explicit error if --without-x.
6116         (mouse-autoselect-window-select): Silence compiler.
6118         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
6120         * eshell/em-cmpl.el (eshell-complete-parse-arguments):
6121         * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
6122         * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
6123         * eshell/esh-util.el (eshell-sublist):
6124         Remove unused local variables.
6126         * eshell/esh-io.el (x-select-enable-clipboard): Declare.
6128         * textmodes/two-column.el: Make 2C-split work for --without-x.
6129         (scroll-bar-columns): Autoload.
6130         (top-level): Require fringe when compiling.
6132 2013-09-18  Leo Liu  <sdl.web@gmail.com>
6134         * subr.el (add-hook): Robustify to handle closure as well.
6136 2013-09-17  Glenn Morris  <rgm@gnu.org>
6138         * simple.el (messages-buffer-mode-map): Unbind "g".
6140 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6142         * help-mode.el (help-mode-finish): Use derived-mode-p.
6143         Remove obsolete highlighting.
6145         * play/life.el (life-mode): Use define-derived-mode.  Derive from
6146         special-mode.
6147         (life): Let-bind inhibit-read-only.
6148         (life-setup): Avoid `setq'.  Use `life-mode'.
6150         * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
6151         which should not be needed any more.
6152         (package-menu-refresh, package-menu-describe-package): Use user-error.
6154         * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
6155         (eshell-post-rewrite-command-hook): Make obsolete.
6156         (eshell-parse-command): Simplify.
6157         (eshell-structure-basic-command): Remove unused arg `vocal-test'.
6158         (eshell--cmd): Declare.
6159         (eshell-parse-pipeline): Remove unused var `final-p'.
6160         Pass a dynvar to eshell-post-rewrite-command-hook.
6161         Implement the new eshell-post-rewrite-command-function.
6162         (eshell-invoke-directly): Remove unused arg `input'.
6163         * eshell/esh-io.el (eshell-io-initialize):
6164         Use eshell-post-rewrite-command-function (bug#15399).
6165         (eshell--apply-redirections): Rename from eshell-apply-redirections;
6166         adjust to new calling convention.
6167         (eshell-create-handles): Rename args to avoid clashing with dynvar
6168         `standard-output'.
6170 2013-09-17  Glenn Morris  <rgm@gnu.org>
6172         * simple.el (messages-buffer-mode): New major mode.
6173         (messages-buffer): New function.
6174         * startup.el (normal-top-level): Switch mode of *Messages* buffer.
6175         * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
6176         (ert-run-test): Use `messages-buffer' function.
6177         (ert--force-message-log-buffer-truncation): Ignore read-only.
6178         * help.el (view-echo-area-messages): Use `messages-buffer' function.
6179         * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
6181 2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
6185         * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
6187 2013-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6189         * icomplete.el (icomplete-in-buffer): New var.
6190         (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
6191         vars and replace them with functions.
6192         (icomplete-minibuffer-setup): Adjust accordingly.
6193         (icomplete--completion-table, icomplete--completion-predicate)
6194         (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
6195         New functions.
6196         (icomplete-forward-completions, icomplete-backward-completions)
6197         (icomplete-simple-completing-p, icomplete-exhibit)
6198         (icomplete-completions): Use them.
6199         (icomplete--in-region-buffer): New var.
6200         (icomplete--in-region-setup): New function.
6201         (icomplete-mode): Use it.
6203         * eshell/esh-opt.el: Fix last change to set lexical-vars properly
6204         (bug#15379).
6205         (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
6206         return args and options.
6207         (eshell-eval-using-options): Use the new return value of
6208         eshell--do-opts to set the options's vars in their scope.
6209         (eshell--set-option): Rename from eshell-set-option.
6210         Add arg `opt-vals'.
6211         (eshell--process-option): Rename from eshell-process-option.
6212         Add arg `opt-vals'.
6213         (eshell--process-args): Use an `opt-vals' alist to store the options's
6214         values during their processing and return them additionally to the
6215         remaining args.
6217 2013-09-15  Dmitry Gutov  <dgutov@yandex.ru>
6219         * progmodes/ruby-mode.el (ruby-operator-re): Consider line
6220         continuation character an operator, as far as indentation is
6221         concerned (Bug#15369).
6223 2013-09-15  Martin Rudalics  <rudalics@gmx.at>
6225         * window.el (window--state-put-2): Don't process buffer state
6226         when buffer doesn't exist any more (Bug#15382).
6228 2013-09-15  Glenn Morris  <rgm@gnu.org>
6230         * eshell/em-unix.el (eshell/rm):
6231         Make -f ignore missing files.  (Bug#15373)
6233         * eshell/esh-cmd.el (eshell--local-vars): New variable.  (Bug#15372)
6234         (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
6235         * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
6237 2013-09-14  Glenn Morris  <rgm@gnu.org>
6239         * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
6241 2013-09-13  Glenn Morris  <rgm@gnu.org>
6243         * dired-x.el (dired-guess-shell-alist-user): Doc fix.
6244         (dired-guess-default): Make `file' available in the env.  (Bug#15363)
6246 2013-09-13  Dmitry Antipov  <dmantipov@yandex.ru>
6248         * frame.el (x-focus-frame): Mark as declared in frame.c.
6250 2013-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6252         * ls-lisp.el: Use advice-add.
6253         (original-insert-directory): Remove.
6254         (ls-lisp--insert-directory): Rename from insert-directory; add
6255         `orig-fun' argument.
6256         (insert-directory): Advise.
6258 2013-09-13  Eli Zaretskii  <eliz@gnu.org>
6260         * term.el (term-emulate-terminal): Decode the command string
6261         before passing it to term-command-hook.  (Bug#15337)
6263 2013-09-13  Glenn Morris  <rgm@gnu.org>
6265         * eshell/esh-util.el (ange-cache): Move declaration earlier.
6267         * eshell/esh-ext.el (eshell-search-path): Declare.
6269         * eshell/em-prompt.el (eshell/pwd): Autoload it.
6270         Otherwise an error occurs if eshell-dirs module not loaded.
6272         * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
6274 2013-09-13  Michael Albinus  <michael.albinus@gmx.de>
6276         * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
6277         `tramp-check-proper-host'.  Check for a valid method name.
6279         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6280         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6281         * net/tramp-sh.el (tramp-maybe-open-connection):
6282         * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
6284         * net/tramp-cache.el (tramp-cache-print): Don't print text properties
6285         also for hash values.
6287 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6289         * term/ns-win.el (parameters): Don't declare as dynamic.
6290         (before-make-frame-hook): Don't add ineffective function.
6292         * eshell/*.el: Use lexical-binding (bug#15231).
6294 2013-09-12  Kenichi Handa  <handa@gnu.org>
6296         * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
6298 2013-09-12  Glenn Morris  <rgm@gnu.org>
6300         * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
6301         (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
6303         * subr.el (do-after-load-evaluation): Also give compiler warnings
6304         when obsolete files are used (except by obsolete files).
6306         * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
6307         in the status output, assume `filename' is the first.  (Bug#15322)
6309         * vc/vc.el (vc-deduce-fileset): Doc fix.
6311         * calc/calc-help.el (Info-goto-node):
6312         * progmodes/cperl-mode.el (Info-find-node):
6313         * vc/ediff.el (Info-goto-node): Update declarations.
6315         * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
6317         * vc/vc-bzr.el (vc-compilation-mode): Declare.
6318         (vc-bzr-pull): Require vc-dispatcher.
6319         * vc/vc-git.el (vc-compilation-mode): Declare.
6320         (vc-git-pull): Require vc-dispatcher.
6322         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
6324         * progmodes/octave.el (help-button-action): Declare.
6326         * shell.el (shell-directory-tracker): Output error as a message
6327         rather than just returning it as a string.
6328         (shell-process-pushd): Remove useless use of message.
6330         * dframe.el (dframe-timer-fn):
6331         * files.el (dir-locals-read-from-file):
6332         * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6333         (mpc-format):
6334         * reveal.el (reveal-post-command):
6335         * saveplace.el (load-save-place-alist-from-file):
6336         * shell.el (shell-resync-dirs):
6337         * w32-common-fns.el (x-get-selection-value):
6338         * emacs-lisp/copyright.el (copyright-find-copyright):
6339         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
6340         * emulation/tpu-edt.el (tpu-copy-keyfile):
6341         * play/bubbles.el (bubbles--mark-neighbourhood):
6342         * progmodes/executable.el
6343         (executable-make-buffer-file-executable-if-script-p):
6344         * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
6346 2013-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         Cleanup Eshell to rely less on dynamic scoping.
6349         * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
6350         last-value, and ext-command here.  Bind `args' closer to `body'.
6351         (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
6352         (eshell--args): Declare new dynamic var.
6353         (eshell-do-opt): Add argument `args'.  Bind our own usage-msg,
6354         last-value, and ext-command.  Pass `args' to `body'.
6355         (eshell-process-args): Bind eshell--args.
6356         (eshell-set-option): Use eshell--args.
6357         * eshell/eshell.el (eshell): Use derived-mode-p.
6358         * eshell/esh-var.el (eshell-parse-variable): Use backquote.
6359         (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
6360         (eshell-glob-function): Declare.
6361         * eshell/esh-util.el: Require cl-lib.
6362         (eshell-read-hosts-file): Avoid add-to-list.
6363         * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
6364         `err'.
6365         * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
6366         Declare.
6367         (eshell/diff): Remove unused var `err'.
6368         * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
6369         `killflag'.
6370         * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
6371         * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
6372         first use.
6373         * eshell/em-glob.el (eshell-glob-matches, message-shown):
6374         Move declaration before first use.
6375         * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
6376         * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
6377         rely on cl-return.
6379 2013-09-12  Glenn Morris  <rgm@gnu.org>
6381         * term/ns-win.el (global-map): Remove binding for ispell-next,
6382         deleted 1999-05-29.  (Bug#15357)
6384 2013-09-11  Glenn Morris  <rgm@gnu.org>
6386         * echistory.el (electric-command-history): Remove call to deleted func.
6388         * play/landmark.el (landmark-mode): Fix typos.
6390         * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
6391         Check cvs-sort-ignore-file is bound.
6393         * savehist.el: No need for cl when compiling on Emacs.
6395 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6397         * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
6398         (bug#15338).
6399         (eshell-self-insert-command, eshell-send-invisible):
6400         Remove unused argument.
6401         (eshell-handle-control-codes): Remove unused var `orig'.
6402         Avoid delete-backward-char.
6404         * files.el (set-auto-mode): Simplify a bit further.
6406 2013-09-11  Glenn Morris  <rgm@gnu.org>
6408         * files.el (interpreter-mode-alist): Remove \\` \\' parts.
6409         (set-auto-mode): Don't regexp-quote elements.
6410         * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
6411         * progmodes/cc-mode.el (interpreter-mode-alist):
6412         * progmodes/ruby-mode.el (interpreter-mode-alist):
6413         Revert previous change.
6415 2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6417         * play/snake.el (snake-mode):
6418         * play/mpuz.el (mpuz-mode):
6419         * play/landmark.el (lm-mode):
6420         * play/blackbox.el (blackbox-mode):
6421         * play/5x5.el (5x5-mode):
6422         * obsolete/options.el (Edit-options-mode):
6423         * net/quickurl.el (quickurl-list-mode):
6424         * net/newst-treeview.el (newsticker-treeview-mode):
6425         * mail/rmailsum.el (rmail-summary-mode):
6426         * mail/mspools.el (mspools-mode):
6427         * locate.el (locate-mode):
6428         * ibuffer.el (ibuffer-mode):
6429         * emulation/ws-mode.el (wordstar-mode):
6430         * emacs-lisp/debug.el (debugger-mode):
6431         * array.el (array-mode):
6432         * net/eudc.el (eudc-mode): Use define-derived-mode.
6433         * net/mairix.el (mairix-searches-mode-font-lock-keywords):
6434         Move initialization into declaration.
6435         (mairix-searches-mode): Use define-derived-mode.
6436         * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
6437         (eudc-edit-hotlist): Use dolist.
6438         * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
6439         (Man-mode): Use define-derived-mode.
6440         * info.el (Info-edit-mode-map): Rename from Info-edit-map.
6441         (Info-edit-mode): Use define-derived-mode.
6442         (Info-cease-edit): Use Info-mode.
6443         * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
6444         into declaration.
6445         (eshell-mode): Use define-derived-mode.
6446         * chistory.el (command-history-mode-map): Rename from
6447         command-history-map.
6448         (command-history-mode): Use define-derived-mode.
6449         (Command-history-setup): Remove function.
6450         * calc/calc.el (calc-trail-mode-map): New var.
6451         (calc-trail-mode): Use define-derived-mode.
6452         (calc-trail-buffer): Set calc-main-buffer manually.
6453         * bookmark.el (bookmark-insert-annotation): New function.
6454         (bookmark-edit-annotation): Use it.
6455         (bookmark-edit-annotation-mode): Make it a proper major mode.
6456         (bookmark-send-edited-annotation): Use derived-mode-p.
6457         * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
6458         closer to its ideal place.  Use \' to match EOS.
6460         * profiler.el (profiler-calltree-find): Use function-equal.
6462 2013-09-10  Glenn Morris  <rgm@gnu.org>
6464         * files.el (interpreter-mode-alist): Convert to regexps.
6465         (set-auto-mode): Adapt for this.  (Bug#15306)
6466         * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
6467         Comment out unused variable.
6468         * progmodes/cc-mode.el (interpreter-mode-alist):
6469         * progmodes/python.el (interpreter-mode-alist):
6470         * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
6471         * progmodes/sh-script.el (sh-set-shell):
6472         No longer use interpreter-mode-alist to get list of shells.
6474         * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
6476 2013-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * simple.el: Use set-temporary-overlay-map for universal-argument.
6479         (universal-argument-map): Don't use default-bindings (bug#15317).
6480         Bind switch-frame explicitly.  Replace universal-argument-minus with
6481         a conditional binding.
6482         (universal-argument-num-events, saved-overriding-map): Remove.
6483         (restore-overriding-map): Remove.
6484         (universal-argument--mode): Rename from save&set-overriding-map,
6485         and rewrite.
6486         (universal-argument, universal-argument-more, negative-argument)
6487         (digit-argument): Adjust accordingly.
6488         (universal-argument-minus): Remove.
6489         (universal-argument-other-key): Remove.
6491         * subr.el (with-demoted-errors): Add `format' argument.
6493 2013-09-10  Michael Albinus  <michael.albinus@gmx.de>
6495         * net/tramp.el (tramp-cleanup): Remove.  Functionality added to
6496         `tramp-cleanup-connection'.
6498         * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
6499         parameters KEEP-DEBUG and KEEP-PASSWORD.
6501         * net/tramp.el (tramp-file-name-handler):
6502         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6503         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
6504         (tramp-maybe-open-connection):
6505         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
6506         Use `tramp-cleanup-connection'.
6508         * net/tramp-sh.el (tramp-maybe-open-connection):
6509         Catch 'uname-changed inside the progress reporter.
6511 2013-09-10  Glenn Morris  <rgm@gnu.org>
6513         * simple.el (read-minibuffer): Unbreak it.  (Bug#15318)
6515         * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
6516         returns "alternate access method" in mode (eg "-rw-r--r--.").
6518 2013-09-08  Glenn Morris  <rgm@gnu.org>
6520         * saveplace.el (load-save-place-alist-from-file):
6521         Demote errors.  (Bug#15305)
6523 2013-09-08  Michael Albinus  <michael.albinus@gmx.de>
6525         Improve compatibility with older Emacsen, and XEmacs.
6527         * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
6528         only if it is bound.  It isn't for XEmacs.
6529         (with-tramp-progress-reporter): Do not let-bind `result'.
6530         This yields to scoping errors in XEmacs.
6531         (tramp-handle-make-auto-save-file-name): New function, moved from
6532         tramp-sh.el.
6534         * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
6535         for `make-auto-save-file-name'.
6536         (tramp-adb--gnu-switches-to-ash):
6537         Use `tramp-compat-replace-regexp-in-string'.
6539         * net/tramp-cache.el (tramp-cache-print): Call
6540         `substring-no-properties' only if it is bound.  It isn't for XEmacs.
6542         * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
6543         bound.  It isn't for XEmacs.
6545         * net/tramp-compat.el (tramp-compat-copy-file):
6546         Catch `wrong-number-of-arguments' error.
6547         (tramp-compat-replace-regexp-in-string): New defun.
6549         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
6550         for `make-auto-save-file-name'.
6551         (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
6552         `copy-file'.
6553         (tramp-gvfs-file-gvfs-monitor-file-process-filter)
6554         (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
6555         (tramp-synce-list-devices): Use `push' instead of `pushnew'.
6557         * net/tramp-gw.el (tramp-gw-open-network-stream):
6558         Use `tramp-compat-replace-regexp-in-string'.
6560         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6561         Call `tramp-handle-make-auto-save-file-name'.
6562         (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
6563         (tramp-sh-file-gvfs-monitor-dir-process-filter)
6564         (tramp-sh-file-inotifywait-process-filter):
6565         Use `tramp-compat-replace-regexp-in-string'.
6566         (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
6568         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
6569         for `make-auto-save-file-name'.
6570         (tramp-smb-handle-copy-directory):
6571         Call `tramp-compat-replace-regexp-in-string'.
6572         (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
6573         (tramp-smb-handle-copy-file): Improve error message.
6574         (tramp-smb-handle-rename-file): Rename directly only in case
6575         `newname' does not exist yet.  This is a restriction of smbclient.
6576         (tramp-smb-maybe-open-connection): Rerun the function only when
6577         `auth-sources' is non-nil.
6579 2013-09-08  Kenichi Handa  <handa@gnu.org>
6581         * international/characters.el: Set category "^" (Combining) for
6582         more characters.
6584 2013-09-07  Alan Mackenzie  <acm@muc.de>
6586         Correctly fontify Java class constructors.
6587         * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
6588         in Java Mode.
6589         (c-recognize-typeless-decls): Set the Java value to t.
6590         * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
6591         While handling a "(", add a check for, effectively, Java, and handle a
6592         "typeless" declaration there.
6594 2013-09-07  Roland Winkler  <winkler@gnu.org>
6596         * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
6597         field subtitle for entry type book.
6599 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6601         * minibuffer.el: Make minibuffer-complete call completion-in-region
6602         rather than other way around.
6603         (completion--some, completion-pcm--find-all-completions):
6604         Don't delay signals when debugging.
6605         (minibuffer-completion-contents): Beware fields within the
6606         minibuffer contents.
6607         (completion-all-sorted-completions): Use defvar-local.
6608         (completion--do-completion, completion--cache-all-sorted-completions)
6609         (completion-all-sorted-completions, minibuffer-force-complete):
6610         Add args `beg' and `end'.
6611         (completion--in-region-1): New fun, extracted from minibuffer-complete.
6612         (minibuffer-complete): Use completion-in-region.
6613         (completion-complete-and-exit): New fun, extracted from
6614         minibuffer-complete-and-exit.
6615         (minibuffer-complete-and-exit): Use it.
6616         (completion--complete-and-exit): Rename from
6617         minibuffer--complete-and-exit.
6618         (completion-in-region--single-word): New function, extracted from
6619         minibuffer-complete-word.
6620         (minibuffer-complete-word): Use it.
6621         (display-completion-list): Make `common-substring' argument obsolete.
6622         (completion--in-region): Call completion--in-region-1 instead of
6623         minibuffer-complete.
6624         (completion-help-at-point): Pass boundaries to
6625         minibuffer-completion-help as args rather than via an overlay.
6626         (completion-pcm--string->pattern): Use `any-delim'.
6627         (completion-pcm--optimize-pattern): New function.
6628         (completion-pcm--pattern->regex): Handle `any-delim'.
6629         * icomplete.el (icomplete-forward-completions)
6630         (icomplete-backward-completions, icomplete-completions):
6631         Adjust calls to completion-all-sorted-completions and
6632         completion--cache-all-sorted-completions.
6633         (icomplete-with-completion-tables): Default to t.
6634         * emacs-lisp/crm.el (crm--current-element): Rename from
6635         crm--select-current-element.  Don't put an overlay but return the
6636         boundaries instead.
6637         (crm--completion-command): Take two new args to bind to the boundaries.
6638         (crm-completion-help): Adjust accordingly.
6639         (crm-complete): Use completion-in-region.
6640         (crm-complete-word): Use completion-in-region--single-word.
6641         (crm-complete-and-exit): Use completion-complete-and-exit.
6643 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6645         * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
6646         than dynamically.
6648 2013-09-06  Juri Linkov  <juri@jurta.org>
6650         * info.el (Info-display-images-node): When image file doesn't exist
6651         display text version of the image if it's provided in the Info file.
6652         Otherwise, display the location of missing image from SRC attribute.
6653         Add help-echo text property from ALT attribute.  (Bug#15279)
6655 2013-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6657         * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
6658         (edit-abbrevs-mode): Use define-derived-mode.
6660         * epa.el (epa--encode-coding-string, epa--decode-coding-string)
6661         (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
6662         that it's defined.
6663         (epa-key-list-mode, epa-key-mode, epa-info-mode):
6664         Use define-derived-mode.
6666         * epg.el (epg-start-encrypt): Minor CSE simplification.
6668 2013-09-06  William Xu  <william.xwl@gmail.com>
6670         * arc-mode.el: Add support for 7za (bug#15264).
6671         (archive-7z-program): New var.
6672         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
6673         (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
6674         (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
6676 2013-09-06  Michael Albinus  <michael.albinus@gmx.de>
6678         Remove URL syntax.
6680         * net/tramp.el (tramp-syntax, tramp-prefix-format)
6681         (tramp-postfix-method-format, tramp-prefix-ipv6-format)
6682         (tramp-postfix-ipv6-format, tramp-prefix-port-format)
6683         (tramp-postfix-host-format, tramp-file-name-regexp)
6684         (tramp-completion-file-name-regexp)
6685         (tramp-completion-dissect-file-name)
6686         (tramp-handle-substitute-in-file-name): Remove 'url case.
6687         (tramp-file-name-regexp-url)
6688         (tramp-completion-file-name-regexp-url): Remove constants.
6690 2013-09-06  Glenn Morris  <rgm@gnu.org>
6692         * replace.el (replace-string): Doc fix re start/end.  (Bug#15275)
6694 2013-09-05  Dmitry Gutov  <dgutov@yandex.ru>
6696         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
6697         keywords" below "here-doc beginnings" (Bug#15270).
6699 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6701         * subr.el (pop): Use `car-safe'.
6702         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
6703         to detect unused `pop' return value.
6705         * progmodes/python.el (python-nav-beginning-of-block): Remove unused
6706         var `block-regexp'.
6707         (python-nav--forward-sexp): Remove unused var `re-search-fn'.
6708         (python-fill-string): Remove unused var `marker'.
6709         (python-skeleton-add-menu-items): Remove unused var `items'.
6711         * international/mule-cmds.el: Require CL.
6712         (find-coding-systems-for-charsets): Avoid add-to-list.
6713         (sanitize-coding-system-list): New function, extracted from
6714         select-safe-coding-system-interactively.
6715         (select-safe-coding-system-interactively): Use it.
6716         (read-input-method-name): Accept symbols for `default'.
6718         * emacs-lisp/advice.el (defadvice): Add indent rule.
6720 2013-09-05  Daniel Hackney  <dan@haxney.org>
6722         * dired-x.el:
6723         * net/ange-ftp.el:
6724         * net/browse-url.el:
6725         * net/dbus.el:
6726         * net/eudc.el:
6727         * net/eudcb-ldap.el:
6728         * net/eww.el:
6729         * net/imap.el:
6730         * printing.el:
6731         * vc/ediff-diff.el:
6732         * vc/ediff-init.el:
6733         * vc/ediff-merg.el:
6734         * vc/ediff-mult.el:
6735         * vc/ediff-util.el:
6736         * vc/ediff-wind.el:
6737         * vc/ediff.el:
6738         * vc/emerge.el:
6739         * vc/pcvs.el:
6740         * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
6741         byte compiler.  Remove some unused let-bound variables.
6743 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
6746         a "ref-cell", since it gets better optimized (bug#14883).
6748 2013-09-05  Glenn Morris  <rgm@gnu.org>
6750         * progmodes/cc-awk.el (c-forward-sws): Declare.
6752 2013-09-04  Glenn Morris  <rgm@gnu.org>
6754         * generic-x.el [rul-generic-mode]: Require cc-mode.
6755         (c++-mode-syntax-table): Declare.
6756         (rul-generic-mode-syntax-table): Init in the defvar.
6758 2013-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6760         * vc/vc-dispatcher.el (vc-run-delayed): New macro.
6761         (vc-do-command, vc-set-async-update):
6762         * vc/vc-mtn.el (vc-mtn-dir-status):
6763         * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
6764         (vc-hg-pull, vc-hg-merge-branch):
6765         * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
6766         (vc-git-merge-branch):
6767         * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
6768         (vc-cvs-dir-status-files):
6769         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
6770         (vc-bzr-dir-status-files):
6771         * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
6772         * vc/vc-annotate.el: Use lexical-binding.
6773         (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
6774         (vc-sentinel-movepoint): Declare.
6775         (vc-annotate): Don't use `goto-line'.
6776         * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
6777         (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
6778         (vc-sentinel-movepoint): Declare.
6779         * vc/vc-svn.el: Use lexical-binding.
6780         (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
6781         * vc/vc-sccs.el:
6782         * vc/vc-rcs.el: Use lexical-binding.
6784         * autorevert.el (auto-revert-notify-handler): Explicitly ignore
6785         `deleted'.  Don't drop errors silently.
6787         * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
6789 2013-09-04  Xue Fuqiao  <xfq.free@gmail.com>
6791         * vc/vc.el (vc-ignore): Rewrite.
6792         (vc-default-ignore): New function.
6793         (vc-default-ignore-completion-table): Use find-ignore-file.
6795         * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
6796         * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
6797         * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
6798         Remove.  Most code moved to vc.el.
6800 2013-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6802         * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
6803         * net/tramp-smb.el (tramp-smb-get-file-entries):
6804         * net/tramp-sh.el (tramp-sh-handle-insert-directory)
6805         (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
6807         * net/eww.el (eww-display-raw): Remove unused argument `charset'.
6808         Update call to it.
6809         (eww-change-select): Remove unused var `properties'.
6810         (eww-make-unique-file-name): Remove unused var `base'.
6812         * finder.el (finder-compile-keywords): Don't mess with windows.
6814         * calculator.el (calculator-funcall): Fix typo in last change.
6816         * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
6818         * emacs-lisp/package.el (package-activate-1): Don't let a missing
6819         <pkg>-autoloads.el file stop us.
6821         * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
6822         warnings, and factor out common code.
6824 2013-09-03  Dmitry Gutov  <dgutov@yandex.ru>
6826         * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
6827         two-character operators and whether the character preceding them
6828         changes their meaning (Bug#15208).
6830 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6832         Format code sent to Python shell for robustness.
6833         * progmodes/python.el (python-shell-buffer-substring):
6834         New function.
6835         (python-shell-send-region, python-shell-send-buffer): Use it.
6837 2013-09-02  Michael Albinus  <michael.albinus@gmx.de>
6839         * net/tramp-compat.el (tramp-compat-user-error): Move it ...
6840         * net/tramp.el (tramp-user-error): ... here.
6841         (tramp-find-method, tramp-check-proper-host)
6842         (tramp-dissect-file-name, tramp-debug-message)
6843         (tramp-handle-shell-command):
6844         * net/tramp-adb.el (tramp-adb-handle-shell-command):
6845         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
6847         * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
6849 2013-09-02  Martin Rudalics  <rudalics@gmx.at>
6851         * avoid.el (mouse-avoidance-point-position)
6852         (mouse-avoidance-too-close-p): Handle case where posn-at-point
6853         returns nil.
6855 2013-09-02  Fabián Ezequiel Gallina  <fgallina@gnu.org>
6857         * progmodes/python.el (python-shell-completion-get-completions):
6858         Drop use of deleted `comint-last-prompt-overlay'.
6859         (python-nav-if-name-main): New command.
6861 2013-09-01  Glenn Morris  <rgm@gnu.org>
6863         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
6864         Avoid leading space in $wins.  Otherwise the sed command used by
6865         eg compile-main ends up containing "/*.el".  (Bug#15170)
6867         * frame.el (frame-background-mode): Doc fix.  (Bug#15226)
6869 2013-08-30  Glenn Morris  <rgm@gnu.org>
6871         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6872         Fix is-this-a-directory logic.  (Bug#15220)
6874 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6876         * textmodes/css-mode.el: Use SMIE.
6877         (css-smie-grammar): New var.
6878         (css-smie--forward-token, css-smie--backward-token)
6879         (css-smie-rules): New functions.
6880         (css-mode): Use them.
6881         (css-navigation-syntax-table): Remove var.
6882         (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
6883         (css-indent-calculate, css-indent-line): Remove functions.
6885         Misc changes to reduce use of `(lambda...); and other cleanups.
6886         * cus-edit.el: Use lexical-binding.
6887         (customize-push-and-save, customize-apropos)
6888         (custom-buffer-create-internal): Use closures.
6889         * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
6890         * progmodes/ada-xref.el: Use setq.
6891         * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
6892         * dframe.el: Use lexical-binding.
6893         (dframe-frame-mode): Fix calling convention for hooks.  Use a closure.
6894         * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
6895         * descr-text.el: Use lexical-binding.
6896         (describe-text-widget, describe-text-sexp, describe-property-list):
6897         Use closures.
6898         * comint.el (comint-history-isearch-push-state): Use a closure.
6899         * calculator.el: Use lexical-binding.
6900         (calculator-number-to-string): Make it work with lexical-binding.
6901         (calculator-funcall): Same and use cl-letf.
6903         * emacs-lisp/lisp.el (lisp--company-doc-buffer)
6904         (lisp--company-doc-string, lisp--company-location): New functions.
6905         (lisp-completion-at-point): Use them to improve Company support.
6907         * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
6908         params of lambda expressions.
6909         (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
6910         (ruby-smie--opening-pipe-p): New function.
6911         (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
6912         symbols and matched |...| for formal params.
6913         (ruby-smie-rules): Don't let the formal params of a "do" prevent it
6914         from being treated as hanging.  Handle "rescue".
6916 2013-08-29  Glenn Morris  <rgm@gnu.org>
6918         * progmodes/cc-engine.el (c-pull-open-brace):
6919         Move definition before use.
6921 2013-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6923         * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
6924         are immutable.  Don't use `unsafe' any more.
6925         (cl--defsubst-expand): Don't substitute at the same time as keeping
6926         a residual unused let-binding.  Don't use `unsafe' any more.
6928 2013-08-29  Glenn Morris  <rgm@gnu.org>
6930         * calendar/cal-china.el (calendar-chinese-year-cache):
6931         Recenter on 2015.
6933         * nxml/nxml-util.el (nxml-debug-clear-inside):
6934         Use cl-loop rather than loop.
6936         * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
6938         * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
6940 2013-08-28  Glenn Morris  <rgm@gnu.org>
6942         * progmodes/antlr-mode.el: No need to require cc-mode twice.
6944         * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
6946         * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
6948 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6950         * simple.el (repeat-complex-command--called-interactively-skip):
6951         New function.
6952         (repeat-complex-command): Use it (bug#14136).
6954         * progmodes/cc-mode.el: Minor cleanup of var declarations.
6955         (c-define-abbrev-table): Add `doc' argument.
6956         (c-mode-abbrev-table, c++-mode-abbrev-table)
6957         (objc-mode-abbrev-table, java-mode-abbrev-table)
6958         (idl-mode-abbrev-table, pike-mode-abbrev-table)
6959         (awk-mode-abbrev-table): Use it.
6960         (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
6961         (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
6962         (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
6963         (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
6964         Move initialization into the declaration; and remove any
6965         autoload cookie.
6967         * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
6968         and dynamic let binding.
6970         * vc/smerge-mode.el: Remove redundant :group args.
6972         * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
6973         to load-path.
6975 2013-08-28  Juri Linkov  <juri@jurta.org>
6977         * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
6978         arg DONT-DOWNCASE-LAST of `read-key-sequence'.
6979         (isearch-other-meta-char): Handle an undefined shifted printing
6980         character by downshifting it.  (Bug#15200)
6982 2013-08-28  Juri Linkov  <juri@jurta.org>
6984         * isearch.el (isearch-search): Change regexp error message for
6985         non-regexp searches.  (Bug#15166)
6987 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
6989         * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
6990         for portability to hosts where /bin/sh has problems.
6992 2013-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6994         * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
6996 2013-08-27  Juri Linkov  <juri@jurta.org>
6998         * isearch.el (isearch-other-meta-char): Don't store kmacro commands
6999         in the keyboard macro.  (Bug#15126)
7001 2013-08-27  Juri Linkov  <juri@jurta.org>
7003         * isearch.el (isearch-quote-char): Comment out converting unibyte
7004         to multibyte, thus syncing with its `quoted-insert' counterpart.
7005         (Bug#15166)
7007 2013-08-27  Martin Rudalics  <rudalics@gmx.at>
7009         * window.el (display-buffer-use-some-window): Add missing
7010         argument in call of get-largest-window (Bug#15185).
7011         Reported by Stephen Leake.
7013 2013-08-27  Glenn Morris  <rgm@gnu.org>
7015         * emacs-lisp/package.el (package-buffer-info): Fix message typo.
7017 2013-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7019         * progmodes/python.el (python-font-lock-keywords): Don't return nil
7020         from a matcher-function unless there's no more matches (bug#15161).
7022 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7024         * minibuffer.el: Revert change from 2013-08-20.
7026         * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
7027         with text property `tramp-default', if appropriate.
7028         (tramp-check-proper-host): New defun.
7029         (tramp-dissect-file-name): Do not check hostname.  Revert change
7030         of 2013-03-18.
7031         (tramp-backtrace): Make VEC-OR-PROC optional.
7033         * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7034         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7035         * net/tramp-sh.el (tramp-maybe-open-connection):
7036         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
7037         Apply `tramp-check-proper-host'.
7039 2013-08-26  Tassilo Horn  <tsdh@gnu.org>
7041         * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
7042         lambda expression in order to have `describe-variable' display it.
7044 2013-08-26  Michael Albinus  <michael.albinus@gmx.de>
7046         * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
7047         BUF can be optional.  (Bug#15186)
7049 2013-08-25  Xue Fuqiao  <xfq.free@gmail.com>
7051         * progmodes/flymake.el (flymake-get-real-file-name-function):
7052         Fix broken customization.  (Bug#15184)
7054 2013-08-25  Alan Mackenzie  <acm@muc.de>
7056         Improve indentation of bracelists defined by macros (without "=").
7058         * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
7059         expansion begins with "{", regard it as bracelist when it doesn't
7060         contain a ";".
7062         Parse C++ inher-intro when there's a template split over 2 lines.
7064         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
7065         rigorously the search for "class" etc. followed by ":".
7067         * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
7068         random languages a regexp which never matches rather than nil.
7070         Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
7072         * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
7073         (c-awk-regexp-one-line-possibly-open-char-list-re)
7074         (c-awk-one-line-possibly-open-regexp-re)
7075         (c-awk-one-line-non-syn-ws*-re): Remove.
7076         (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
7077         (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
7078         (c-awk-space*-unclosed-regexp-/-re): New constants.
7079         (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
7080         aren't regexp delimiters.
7082         * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
7083         handling for a rare situation in AWK Mode involving unterminated
7084         strings/regexps.
7086 2013-08-23  Glenn Morris  <rgm@gnu.org>
7088         * files.el (auto-mode-alist): Use sh-mode for .bash_history.
7090         * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
7092         * files.el (create-file-buffer): If the result would begin with
7093         spaces, prepend a "|" instead of removing them.  (Bug#15162)
7095 2013-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7097         * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
7098         text-properties (bug#15155).
7100         * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
7101         exist any more.
7102         (calc-keypad-redraw): Remove unused var `pad'.
7103         (calc-keypad-press): Remove unused var `menu'.
7105 2013-08-23  Martin Rudalics  <rudalics@gmx.at>
7107         * window.el (display-buffer-pop-up-frame):
7108         Call pop-up-frame-function with BUFFER current so `make-frame' will
7109         use it as the new frame's buffer (Bug#15133).
7111 2013-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7113         * calendar/timeclock.el: Minor cleanups.
7114         (timeclock-ask-before-exiting, timeclock-use-display-time):
7115         Use `symbol'.
7116         (timeclock-modeline-display): Define as alias before the
7117         actual definition.
7118         (timeclock-mode-line-display): Use define-minor-mode.
7119         (timeclock-day-list-template): Make it a function, add an argument.
7120         (timeclock-day-list-required, timeclock-day-list-length)
7121         (timeclock-day-list-debt, timeclock-day-list-span)
7122         (timeclock-day-list-break): Adjust calls accordingly.
7124 2013-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
7127         Use read--expression so that completion works again.
7129 2013-08-21  Sam Steingold  <sds@gnu.org>
7131         Add rudimentary inferior shell interaction
7132         * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
7133         (sh-set-shell): Reset it.
7134         (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
7135         New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
7137 2013-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7139         * align.el: Use lexical-binding.
7140         (align-region): Simplify accordingly.
7142 2013-08-20  Michael Albinus  <michael.albinus@gmx.de>
7144         * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
7146         * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
7147         `non-essential' up.
7149 2013-08-17  Michael Albinus  <michael.albinus@gmx.de>
7151         * net/tramp.el:
7152         * net/tramp-adb.el:
7153         * net/tramp-cmds.el:
7154         * net/tramp-ftp.el:
7155         * net/tramp-gvfs.el:
7156         * net/tramp-gw.el:
7157         * net/tramp-sh.el: Don't wrap external variable declarations by
7158         `eval-when-compile'.
7160 2013-08-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7162         * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
7163         now that Emacs supports ImageMagick animations.
7165 2013-08-16  Michael Albinus  <michael.albinus@gmx.de>
7167         * net/tramp-cmds.el (top): Don't declare `buffer-name'.
7168         (tramp-append-tramp-buffers): Rewrite buffer local variables part.
7170 2013-08-16  Martin Rudalics  <rudalics@gmx.at>
7172         * window.el (mouse-autoselect-window-select): Do autoselect when
7173         mouse pointer is on margin.
7175 2013-08-16  William Parsons  <wbparsons@alum.mit.edu>  (tiny change)
7177         * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV.  (Bug#1972)
7179 2013-08-16  Glenn Morris  <rgm@gnu.org>
7181         * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
7182         Handle "Remote Directory" response of some clients.  (Bug#15058)
7184         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
7185         Tweak warning.  (Bug#14926)
7187         * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
7188         (menu-bar-tools-menu): Simplify news and mail items.  (Bug#15095)
7190         * image-mode.el (image-mode-map): Add menu items to reverse,
7191         increase, decrease, reset animation speed.
7192         (image--set-speed, image-increase-speed, image-decrease-speed)
7193         (image-reverse-speed, image-reset-speed): New functions.
7194         (image-mode-map): Add bindings for speed commands.
7196         * image.el (image-animate-get-speed, image-animate-set-speed):
7197         New functions.
7198         (image-animate-timeout): Respect image :speed property.
7200 2013-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7202         * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
7203         previous line (bug#15101).
7204         (debugger-eval-expression, debugger-record-expression):
7205         Use read--expression (bug#15102).
7207 2013-08-15  Michael Albinus  <michael.albinus@gmx.de>
7209         Remove byte compiler warnings, visible when compiling with
7210         `byte-compile-force-lexical-warnings' set to t.
7212         * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7213         (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
7214         (tramp-handle-unhandled-file-name-directory)
7215         (tramp-handle-file-notify-add-watch, tramp-action-login)
7216         (tramp-action-succeed, tramp-action-permission-denied)
7217         (tramp-action-terminal, tramp-action-process-alive): Prefix unused
7218         arguments with "_".
7220         * net/tramp-adb.el (tramp-adb-parse-device-names)
7221         (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
7222         (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
7223         (tramp-adb-handle-file-truename): Remove unused arguments.
7225         * net/tramp-cache.el (tramp-flush-directory-property)
7226         (tramp-flush-connection-property, tramp-list-connections)
7227         (tramp-parse-connection-properties): Prefix unused arguments with "_".
7229         * net/tramp-compat.el (tramp-compat-make-temp-file):
7230         Rename FILENAME to F.
7232         * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7233         (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
7234         (tramp-zeroconf-parse-workstation-device-names)
7235         (tramp-zeroconf-parse-webdav-device-names)
7236         (tramp-synce-parse-device-names): Prefix unused arguments with "_".
7238         * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7239         (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
7241         * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
7242         arguments.
7243         (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
7244         (tramp-sh-handle-insert-file-contents-literally)
7245         (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
7246         with "_".
7247         (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
7248         Remove unused variables.
7250         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7251         (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
7252         (tramp-smb-read-file-entry): Prefix unused arguments with "_".
7254         * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
7255         Make them a defconst.
7256         (tramp-uuencode-region): Remove unused variable.
7258 2013-08-14  Juanma Barranquero  <lekktu@gmail.com>
7260         * frameset.el (frameset--prop-setter): New function.
7261         (frameset-prop): Add gv-setter declaration.
7262         (frameset-filter-minibuffer): Deal with the case that the minibuffer
7263         parameter was already set in FILTERED.  Doc fix.
7264         (frameset--record-minibuffer-relationships): Allow saving a
7265         minibufferless frame without its corresponding minibuffer frame.
7266         (frameset--reuse-frame): Accept a match from an orphaned minibufferless
7267         frame, if the frame id matches.
7268         (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
7269         frames before orphaned ones.
7270         (frameset-restore): Warn about orphaned windows, instead of error out.
7272 2013-08-14  Martin Rudalics  <rudalics@gmx.at>
7274         * window.el (window-make-atom): Don't overwrite parameter
7275         already present.
7276         (display-buffer-in-atom-window): Handle special case where we
7277         split an already atomic window.
7278         (window--major-non-side-window, display-buffer-in-side-window)
7279         (window--side-check): Ignore minibuffer window when walking
7280         window tree.
7281         (window-deletable-p): Return 'frame only if no other frame uses
7282         our minibuffer window.
7283         (record-window-buffer): Run buffer-list-update-hook.
7284         (split-window): Make sure window--check-frame won't destroy an
7285         existing atomic window in case the new window gets nested
7286         inside.
7287         (display-buffer-at-bottom): Ignore minibuffer window when
7288         walking window tree.  Don't split a side window.
7289         (pop-to-buffer): Don't set-buffer here, the select-window call
7290         should do that.
7291         (mouse-autoselect-window-select): Autoselect only if we are in the
7292         text portion of the window.
7294 2013-08-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7296         * net/shr.el (shr-parse-image-data): New function to grab both the
7297         data itself and the Content-Type.
7298         (shr-put-image): Use it.
7300         * net/eww.el (eww-display-image): Ditto.
7302         * image.el (image-content-type-suffixes): New variable.
7304 2013-08-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
7306         * progmodes/python.el (python-imenu--build-tree)
7307         (python-imenu--put-parent): Simplify and Fix (GH bug 146).
7309 2013-08-13  Xue Fuqiao  <xfq.free@gmail.com>
7311         * simple.el (backward-word): Mention the optional argument.
7313 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * frameset.el (frameset--make): Rename constructor from make-frameset.
7316         (frameset-p, frameset-valid-p): Don't autoload.
7317         (frameset-valid-p): Use normal accessors.
7319 2013-08-13  Glenn Morris  <rgm@gnu.org>
7321         * progmodes/compile.el (compile-command): Tweak example in doc.
7322         * obsolete/scribe.el (scribe-mode):
7323         * progmodes/mixal-mode.el (mixal-mode): Quote buffer name.  (Bug#15053)
7325         * mail/feedmail.el (feedmail-confirm-outgoing)
7326         (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
7328         * cus-start.el (truncate-partial-width-windows): Fix type.
7330         * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
7332         * net/shr.el (shr-table-horizontal-line): Fix custom type.
7334 2013-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         * emacs-lisp/timer.el (timer--time-setter): New function.
7337         (timer--time): Use it as gv-setter.
7339         * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
7340         setter is not a symbol.
7342 2013-08-12  Grégoire Jadi  <daimrod@gmail.com>
7344         * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
7345         if sending fails.  This makes debugging easier.
7347 2013-08-12  Juanma Barranquero  <lekktu@gmail.com>
7349         * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
7350         2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
7351         https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
7353 2013-08-12  Eli Zaretskii  <eliz@gnu.org>
7355         * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
7357 2013-08-12  Glenn Morris  <rgm@gnu.org>
7359         * format.el (format-annotate-function):
7360         Handle read-only text properties in the source.  (Bug#14887)
7362 2013-08-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7364         * net/eww.el (eww-display-html): Ignore coding system errors.
7365         One web site uses "utf-8lias" as the coding system.
7367 2013-08-11  Juanma Barranquero  <lekktu@gmail.com>
7369         * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
7371 2013-08-10  Juanma Barranquero  <lekktu@gmail.com>
7373         * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
7374         (tutorial--detailed-help): Remove unused local variables.
7375         (tutorial--save-tutorial-to): Use ignore-errors.
7376         (help-with-tutorial): Use looking-at-p.
7378         * view.el (view-buffer-other-window, view-buffer-other-frame):
7379         Mark unused arguments.
7381         * woman.el (woman-parse-colon-path, woman-parse-colon-path)
7382         (woman-select-symbol-fonts, woman, woman-find-file)
7383         (woman-insert-file-contents, woman-non-underline-faces):
7384         Use string-match-p.
7385         (woman1-unquote): Move declaration.
7387         * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
7388         (xml-parse-dtd): Use looking-at-p, string-match-p.  Mark unused
7389         argument.  Remove unused local variable.
7390         (xml-parse-elem-type): Use string-match-p.
7391         (xml-substitute-numeric-entities): Use ignore-errors.
7393         * calculator.el (calculator): Mark unused argument.
7394         (calculator-paste, calculator-quit, calculator-integer-p):
7395         Use ignore-errors.
7396         (calculator-string-to-number, calculator-decimal, calculator-exp)
7397         (calculator-op-or-exp): Use string-match-p.
7399         * dired.el (dired-buffer-more-recently-used-p): Declare.
7400         (dired-insert-set-properties, dired-insert-old-subdirs):
7401         Use ignore-errors.
7403         * dired-aux.el (dired-compress): Use ignore-errors.
7404         (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
7405         (dired-do-async-shell-command, dired-do-shell-command)
7406         (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
7407         (dired-insert-subdir-validate): Use string-match-p.
7408         (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
7409         (dired-add-entry): Use string-match-p, looking-at-p.
7410         (dired-insert-subdir-newpos): Remove unused local variable.
7412         * filenotify.el (file-notify-callback): Remove unused local variable.
7414         * filesets.el (filesets-error): Mark unused argument.
7415         (filesets-which-command-p, filesets-filter-dir-names)
7416         (filesets-directory-files, filesets-get-external-viewer)
7417         (filesets-ingroup-get-data): Use string-match-p.
7419         * find-file.el (ff-other-file-name, ff-other-file-name)
7420         (ff-find-the-other-file, ff-cc-hh-converter):
7421         Remove unused local variables.
7422         (ff-get-file-name): Use string-match-p.
7423         (ff-all-dirs-under): Use ignore-errors.
7425         * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
7426         (follow-select-if-visible): Remove unused local variable.
7428         * forms.el (read-file-filter): Move declaration.
7429         (forms--make-format, forms--make-parser, forms-insert-record):
7430         Quote function with #'.
7431         (forms--update): Use string-match-p.  Quote function with #'.
7433         * help-mode.el (help-dir-local-var-def): Mark unused argument.
7434         (help-make-xrefs): Use looking-at-p.
7435         (help-xref-on-pp): Use looking-at-p, ignore-errors.
7437         * ibuffer.el (ibuffer-ext-visible-p): Declare.
7438         (ibuffer-confirm-operation-on): Use string-match-p.
7440         * msb.el (msb-item-handler, msb-dired-item-handler):
7441         Mark unused arguments.
7443         * ses.el (ses-decode-cell-symbol)
7444         (ses-kill-override): Remove unused local variable.
7445         (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
7446         (ses-load): Use ignore-errors, looking-at-p.
7447         (ses-jump-safe): Use ignore-errors.
7448         (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
7450         * tabify.el (untabify, tabify): Mark unused arguments.
7452         * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
7453         Mark unused argument.
7454         (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
7455         (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
7457         * emacs-lisp/timer.el (timer--time): Define setter with
7458         gv-define-setter to avoid deprecation warning.
7460         * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
7461         (*record-cmpl-statistics-p*): Remove (was commented out).
7462         (cmpl-statistics-block): Remove (body was commented out).
7463         All callers changed.
7464         (add-completions-from-buffer, load-completions-from-file):
7465         Remove unused variables.
7467 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7469         * filecache.el (file-cache-delete-file-list):
7470         Print message only when told so.
7471         (file-cache-files-matching): Use #' in mapconcat argument.
7473         * ffap.el (ffap-url-at-point): Fix reference to variable
7474         thing-at-point-default-mail-uri-scheme.
7476 2013-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7478         * subr.el (define-error): New function.
7479         * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
7480         error-file-not-found and define with define-error.
7481         * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
7482         and define with define-error.
7483         * userlock.el (file-locked, file-supersession):
7484         * simple.el (mark-inactive):
7485         * progmodes/js.el (js-moz-bad-rpc, js-js-error):
7486         * progmodes/ada-mode.el (ada-mode-errors):
7487         * play/life.el (life-extinct):
7488         * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
7489         * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
7490         * nxml/rng-util.el (rng-error):
7491         * nxml/rng-uri.el (rng-uri-error):
7492         * nxml/rng-match.el (rng-compile-error):
7493         * nxml/rng-cmpct.el (rng-c-incorrect-schema):
7494         * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
7495         * nxml/nxml-rap.el (nxml-scan-error):
7496         * nxml/nxml-outln.el (nxml-outline-error):
7497         * net/soap-client.el (soap-error):
7498         * net/gnutls.el (gnutls-error):
7499         * net/ange-ftp.el (ftp-error):
7500         * mpc.el (mpc-proc-error):
7501         * json.el (json-error, json-readtable-error, json-unknown-keyword)
7502         (json-number-format, json-string-escape, json-string-format)
7503         (json-key-format, json-object-format):
7504         * jka-compr.el (compression-error):
7505         * international/quail.el (quail-error):
7506         * international/kkc.el (kkc-error):
7507         * emacs-lisp/ert.el (ert-test-failed):
7508         * calc/calc.el (calc-error, inexact-result, math-overflow)
7509         (math-underflow):
7510         * bookmark.el (bookmark-error-no-filename):
7511         * epg.el (epg-error): Define with define-error.
7513         * time.el (display-time-event-handler)
7514         (display-time-next-load-average): Don't call sit-for since it seems
7515         unnecessary (bug#15045).
7517         * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
7518         Use #' instead of ' to quote functions.
7519         (checkdoc-output-mode): Use setq-local.
7520         (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
7521         (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
7522         (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
7523         (checkdoc-ispell, checkdoc-ispell-current-buffer)
7524         (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
7525         (checkdoc-ispell-message-text, checkdoc-ispell-start)
7526         (checkdoc-ispell-continue, checkdoc-ispell-comments)
7527         (checkdoc-ispell-defun): Remove unused arg `take-notes'.
7529         * ido.el (ido-completion-help): Fix up compiler warning.
7531 2013-08-09  Juanma Barranquero  <lekktu@gmail.com>
7533         * frameset.el (frameset-p): Add autoload cookie.
7534         (frameset--jump-to-register): New function, based on code moved from
7535         register.el.
7536         (frameset-to-register): Move from register.el.  Adapt to `registerv'.
7538         * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
7539         (frameset-restore, frameset-save, frameset-session-filter-alist):
7540         Remove declarations.
7541         (register-alist): Doc fix.
7542         (frameset-to-register): Move to frameset.el.
7543         (jump-to-register, describe-register-1): Remove frameset-specific code.
7545 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7547         * allout-widgets.el (allout-widgets-pre-command-business)
7548         (allout-widgets-post-command-business)
7549         (allout-widgets-after-change-handler)
7550         (allout-decorate-item-and-context, allout-set-boundary-marker)
7551         (allout-body-modification-handler)
7552         (allout-graphics-modification-handler): Mark ignored arguments.
7553         (allout-widgets-post-command-business)
7554         (allout-widgets-exposure-change-processor)
7555         (allout-widgets-exposure-undo-processor)
7556         (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
7557         (allout-parse-item-at-point, allout-decorate-item-guides)
7558         (allout-decorate-item-cue, allout-item-span): Remove unused variables.
7559         * allout.el (epa-passphrase-callback-function): Declare.
7560         (allout-overlay-insert-in-front-handler)
7561         (allout-overlay-interior-modification-handler)
7562         (allout-isearch-end-handler, allout-chart-siblings)
7563         (allout-up-current-level, allout-end-of-level, allout-reindent-body)
7564         (allout-yank-processing, allout-process-exposed)
7565         (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
7566         (allout-latex-verbatim-quote-curr-line): Remove unused variables.
7567         * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
7568         (lisp-indent-defform): Mark ignored arguments.
7569         (lisp-indent-line): Mark ignored arguments.  Remove unused variables.
7570         (calculate-lisp-indent): Remove unused variables.
7571         * international/characters.el (indian-2-column, arabic-2-column)
7572         (tibetan): Mark ignored arguments.
7573         (use-cjk-char-width-table): Mark ignored arguments.
7574         Remove unused variables.
7575         * international/fontset.el (build-default-fontset-data)
7576         (x-compose-font-name, create-fontset-from-fontset-spec):
7577         Mark ignored arguments.
7578         (fontset-plain-name): Remove unused variables.
7579         * international/mule.el (charset-id, charset-bytes, generic-char-p)
7580         (keyboard-coding-system): Mark ignored arguments.
7581         (find-auto-coding): Remove unused variables.  Use `ignore-errors'.
7582         * help.el (resize-temp-buffer-window):
7583         * window.el (display-buffer-in-major-side-window)
7584         (display-buffer-in-side-window, display-buffer-in-previous-window):
7585         Remove unused variables.
7586         * isearch.el (isearch-forward-symbol):
7587         * version.el (emacs-bzr-version-bzr):
7588         * international/mule-cmds.el (current-language-environment):
7589         * term/common-win.el (x-handle-iconic, x-handle-geometry)
7590         (x-handle-display):
7591         * term/pc-win.el (x-list-fonts, x-display-planes)
7592         (x-display-color-cells, x-server-max-request-size, x-server-vendor)
7593         (x-server-version, x-display-screens, x-display-mm-height)
7594         (x-display-mm-width, x-display-backing-store, x-display-visual-class)
7595         (x-selection-owner-p, x-own-selection-internal)
7596         (x-disown-selection-internal, x-get-selection-internal)
7597         (msdos-initialize-window-system):
7598         * term/tty-colors.el (tty-color-alist, tty-color-clear):
7599         * term/x-win.el (x-handle-no-bitmap-icon):
7600         * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
7601         (vc-default-find-file-hook, vc-default-extra-menu):
7602         Mark ignored arguments.
7604 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7606         * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
7607         break-condition in the context of the debugged code (bug#12685).
7609 2013-08-08  Christopher Schmidt  <christopher@ch.ristopher.com>
7611         * comint.el:
7612         Do not use an overlay to highlight the last prompt.  (Bug#14744)
7613         (comint-mode): Make comint-last-prompt buffer local.
7614         (comint-last-prompt): New variable.
7615         (comint-last-prompt-overlay): Remove.  Superseded by
7616         comint-last-prompt.
7617         (comint-snapshot-last-prompt, comint-output-filter):
7618         Use comint-last-prompt.
7620 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7622         * frameset.el (frameset-valid-p): Check vector length.  Doc fix.
7623         (frameset-save): Check validity of the resulting frameset.
7625 2013-08-08  Xue Fuqiao  <xfq.free@gmail.com>
7627         * ido.el (ido-record-command): Add doc string.
7629 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7631         * frameset.el (frameset): Do not disable creation of the default
7632         frameset-p predicate.  Doc fix.
7633         (frameset-valid-p): New function, copied from the old predicate-p.
7634         Add additional checks.
7635         (frameset-restore): Check with frameset-valid-p.
7636         (frameset-p, frameset-version, frameset-timestamp, frameset-app)
7637         (frameset-name, frameset-description, frameset-properties)
7638         (frameset-states): Add docstring.
7639         (frameset-session-filter-alist, frameset-persistent-filter-alist)
7640         (frameset-filter-alist): Doc fixes.
7642 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7644         * frameset.el (frameset-p, frameset-prop): Doc fixes.
7646 2013-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7648         * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
7649         extracted from byte-compile-callargs-warn and byte-compile-normal-call.
7650         (byte-compile-callargs-warn, byte-compile-function-form): Use it.
7651         (byte-compile-normal-call): Remove obsolescence check.
7653 2013-08-08  Juanma Barranquero  <lekktu@gmail.com>
7655         * frameset.el (frameset-restore): Doc fix.
7657         * register.el (frameset-frame-id, frameset-frame-with-id)
7658         (frameset-p, frameset-restore, frameset-save): Declare.
7659         (register-alist): Document framesets.
7660         (frameset-session-filter-alist): Declare.
7661         (frameset-to-register): New function.
7662         (jump-to-register): Implement jumping to framesets.  Doc fix.
7663         (describe-register-1): Describe framesets.
7665         * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
7667 2013-08-07  Juanma Barranquero  <lekktu@gmail.com>
7669         * desktop.el (desktop-save-frameset): Use new frameset-save args.
7670         Use lexical-binding.
7672         * frameset.el (frameset): Use type vector, not list (incompatible
7673         change).  Do not declare a new constructor, use the default one.
7674         Upgrade suggested properties `app', `name' and `desc' to slots `app',
7675         `name' and `description', respectively, and add read-only slot
7676         `timestamp'.  Doc fixes.
7677         (frameset-copy, frameset-persistent-filter-alist)
7678         (frameset-filter-alist, frameset-switch-to-gui-p)
7679         (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
7680         (frameset-filter-sanitize-color, frameset-filter-minibuffer)
7681         (frameset-filter-iconified, frameset-keep-original-display-p):
7682         Doc fixes.
7683         (frameset-filter-shelve-param, frameset-filter-unshelve-param):
7684         Rename from frameset-filter-(save|restore)-param.  All callers changed.
7685         Doc fix.
7686         (frameset-p): Adapt to change to vector and be more thorough.
7687         Change arg name to OBJECT.  Doc fix.
7688         (frameset-prop): Rename arg PROP to PROPERTY.  Doc fix.
7689         (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
7690         All callers changed.
7691         (frameset-frame-with-id): Rename from frameset-locate-frame-id.
7692         All callers changed.
7693         (frameset--record-minibuffer-relationships): Rename from
7694         frameset--process-minibuffer-frames.  All callers changed.
7695         (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
7696         Use new default constructor (again).  Doc fix.
7697         (frameset--find-frame-if): Rename from `frameset--find-frame'.
7698         All callers changed.
7699         (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
7700         (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
7701         Doc fix.
7702         (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
7703         PARAMETERS and WINDOW-STATE, respectively.
7704         (frameset-restore): Add new keyword argument PREDICATE.
7705         Reset frameset--target-display to nil.  Doc fix.
7707 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7709         * progmodes/bat-mode.el (bat--syntax-propertize): New var.
7710         (bat-mode): Use it.
7711         (bat-mode-syntax-table): Mark \n as end-of-comment.
7712         (bat-font-lock-keywords): Remove comment rule.
7714         * progmodes/bat-mode.el: Rename from dos.el.  Use "bat-" prefix.
7715         (dos-mode-help): Remove.  Use describe-mode (C-h m) instead.
7717         * emacs-lisp/bytecomp.el: Check existence of f in #'f.
7718         (byte-compile-callargs-warn): Use `push'.
7719         (byte-compile-arglist-warn): Ignore higher-order "calls".
7720         (byte-compile-file-form-autoload): Use `pcase'.
7721         (byte-compile-function-form): If quoting a symbol, check that it exists.
7723 2013-08-07  Eli Zaretskii  <eliz@gnu.org>
7725         * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
7726         and add a few popular commands found in batch files.
7727         (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
7728         (dos-mode): Doc fixes.
7730 2013-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
7733         (dos-mode): Use setq-local.  Add space after "rem".
7734         (dos-mode-syntax-table): Don't use "w" for symbol chars.
7735         (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
7737 2013-08-07  Arni Magnusson  <arnima@hafro.is>
7739         * progmodes/dos.el: New file.
7740         * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
7741         dos-mode.
7743 2013-08-06  Glenn Morris  <rgm@gnu.org>
7745         * calendar/calendar.el: Add new faces, and day-header-array.
7746         (calendar-weekday-header, calendar-weekend-header)
7747         (calendar-month-header): New faces.
7748         (calendar-day-header-construct): New function.
7749         (calendar-day-header-width): Also :set calendar-day-header-array.
7750         (calendar-american-month-header, calendar-european-month-header)
7751         (calendar-iso-month-header): Use calendar- faces.
7752         (calendar-generate-month):
7753         Use calendar-day-header-array for day headers; apply faces to them.
7754         (calendar-mode): Check calendar-font-lock-keywords non-nil.
7755         (calendar-abbrev-construct): Add optional maxlen argument.
7756         (calendar-day-name-array): Doc fix.
7757         (calendar-day-name-array, calendar-abbrev-length)
7758         (calendar-day-abbrev-array):
7759         Also :set calendar-day-header-array, and maybe redraw.
7760         (calendar-day-header-array): New option.  (Bug#15007)
7761         (calendar-font-lock-keywords): Set to nil and make obsolete.
7762         (calendar-day-name): Add option to use header array.
7764 2013-08-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7766         * net/shr.el (shr-render-td): Remove debugging.
7767         (shr-render-td): Make width computation consistent by defaulting
7768         all zero-width columns to 10 characters.  This may not be optimal,
7769         but it's at least consistent.
7770         (shr-make-table-1): Redo last change to fix the real problem in
7771         colspan handling.
7773 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7775         * files.el (cache-long-line-scans):
7776         Make obsolete alias to `cache-long-scans'.
7778 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7780         * frameset.el (frameset, frameset-filter-alist)
7781         (frameset-filter-params, frameset-save, frameset--reuse-frame)
7782         (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
7783         (frameset-compute-pos): Rename from frameset--compute-pos,
7784         and add docstring.
7785         (frameset-move-onscreen): Use frameset-compute-pos.
7786         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7788         * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
7789         Fix typos in docstrings.
7791 2013-08-06  Dmitry Antipov  <dmantipov@yandex.ru>
7793         * frame.el (get-other-frame): Tiny cleanup.
7795 2013-08-06  Juanma Barranquero  <lekktu@gmail.com>
7797         * vc/vc.el (vc-default-ignore-completion-table):
7798         Silence byte-compiler warning.
7800         * frameset.el (frameset-p): Don't check non-nullness of the `properties'
7801         slot, which can indeed be nil.
7802         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7803         Move entry for `left' from persistent to live filter alist.
7804         (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
7805         Doc fixes.
7806         (frameset-filter-params): When restoring a frame, copy items added to
7807         `filtered', to avoid unwittingly modifying the original parameters.
7808         (frameset-move-onscreen): Rename from frameset--move-onscreen.  Doc fix.
7809         (frameset--restore-frame): Fix reference to frameset-move-onscreen.
7811         * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
7812         to use looking-at-p instead of looking-at.  (Bug#15028)
7814 2013-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7816         Revert introduction of isearch-filter-predicates (bug#14714).
7817         Rely on add-function instead.
7818         * isearch.el (isearch-filter-predicates): Rename it back to
7819         isearch-filter-predicate.
7820         (isearch-message-prefix): Use advice-function-mapc and advice
7821         properties to get the isearch-message-prefix.
7822         (isearch-search, isearch-lazy-highlight-search): Revert to funcall
7823         instead of run-hook-with-args-until-failure.
7824         (isearch-filter-visible): Not obsolete any more.
7825         * loadup.el: Preload nadvice.
7826         * replace.el (perform-replace): Revert to funcall
7827         instead of run-hook-with-args-until-failure.
7828         * wdired.el (wdired-change-to-wdired-mode): Use add-function.
7829         * dired-aux.el (dired-isearch-filenames-mode): Rename from
7830         dired-isearch-filenames-toggle; make it into a proper minor mode.
7831         Use add/remove-function.
7832         (dired-isearch-filenames-setup, dired-isearch-filenames-end):
7833         Call the minor-mode rather than add/remove-hook.
7834         (dired-isearch-filter-filenames):
7835         Remove isearch-message-prefix property.
7836         * info.el (Info--search-loop): New function, extracted from Info-search.
7837         Funcall isearch-filter-predicate instead of
7838         run-hook-with-args-until-failure isearch-filter-predicates.
7839         (Info-search): Use it.
7840         (Info-mode): Use isearch-filter-predicate instead of
7841         isearch-filter-predicates.
7843 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7845         Do not call to `selected-window' where it is assumed by default.
7846         Affected functions are `window-minibuffer-p', `window-dedicated-p',
7847         `window-hscroll', `window-width', `window-height', `window-buffer',
7848         `window-frame', `window-start', `window-point', `next-window'
7849         and `window-display-table'.
7850         * abbrev.el (abbrev--default-expand):
7851         * bs.el (bs--show-with-configuration):
7852         * buff-menu.el (Buffer-menu-mouse-select):
7853         * calc/calc.el (calc):
7854         * calendar/calendar.el (calendar-generate-window):
7855         * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
7856         (diary-make-entry):
7857         * comint.el (send-invisible, comint-dynamic-complete-filename)
7858         (comint-dynamic-simple-complete, comint-dynamic-list-completions):
7859         * completion.el (complete):
7860         * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
7861         * disp-table.el (describe-current-display-table):
7862         * doc-view.el (doc-view-insert-image):
7863         * ebuff-menu.el (Electric-buffer-menu-mouse-select):
7864         * ehelp.el (with-electric-help):
7865         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7866         * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
7867         * emacs-lisp/helper.el (Helper-help-scroller):
7868         * emulation/cua-base.el (cua--post-command-handler-1):
7869         * eshell/esh-mode.el (eshell-output-filter):
7870         * ffap.el (ffap-gnus-wrapper):
7871         * help-macro.el (make-help-screen):
7872         * hilit-chg.el (highlight-compare-buffers):
7873         * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
7874         * hl-line.el (global-hl-line-highlight):
7875         * icomplete.el (icomplete-simple-completing-p):
7876         * isearch.el (isearch-done):
7877         * jit-lock.el (jit-lock-stealth-fontify):
7878         * mail/rmailsum.el (rmail-summary-scroll-msg-up):
7879         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7880         * mpc.el (mpc-tagbrowser, mpc):
7881         * net/rcirc.el (rcirc-any-buffer):
7882         * play/gomoku.el (gomoku-max-width, gomoku-max-height):
7883         * play/landmark.el (landmark-max-width, landmark-max-height):
7884         * play/zone.el (zone):
7885         * progmodes/compile.el (compilation-goto-locus):
7886         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
7887         * progmodes/etags.el (find-tag-other-window):
7888         * progmodes/fortran.el (fortran-column-ruler):
7889         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7890         * progmodes/verilog-mode.el (verilog-point-text):
7891         * reposition.el (reposition-window):
7892         * rot13.el (toggle-rot13-mode):
7893         * server.el (server-switch-buffer):
7894         * shell.el (shell-dynamic-complete-command)
7895         (shell-dynamic-complete-environment-variable):
7896         * simple.el (insert-buffer, set-selective-display)
7897         (delete-completion-window):
7898         * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
7899         (speedbar-recenter):
7900         * startup.el (fancy-splash-head):
7901         * textmodes/ispell.el (ispell-command-loop):
7902         * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
7903         * tutorial.el (help-with-tutorial):
7904         * vc/add-log.el (add-change-log-entry):
7905         * vc/compare-w.el (compare-windows):
7906         * vc/ediff-help.el (ediff-indent-help-message):
7907         * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
7908         * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
7909         (ediff-setup-control-frame):
7910         * vc/emerge.el (emerge-position-region):
7911         * vc/pcvs-util.el (cvs-bury-buffer):
7912         * window.el (walk-windows, mouse-autoselect-window-select):
7913         * winner.el (winner-set-conf, winner-undo): Related users changed.
7915 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7917         * frameset.el (frameset--set-id): Doc fix.
7918         (frameset-frame-id, frameset-frame-id-equal-p)
7919         (frameset-locate-frame-id): New functions.
7920         (frameset--process-minibuffer-frames, frameset--reuse-frame)
7921         (frameset-restore): Use them.
7923 2013-08-05  Dmitry Antipov  <dmantipov@yandex.ru>
7925         Do not call to `selected-frame' where it is assumed by default.
7926         Affected functions are `raise-frame', `redraw-frame',
7927         `frame-first-window', `frame-terminal' and `delete-frame'.
7928         * calendar/appt.el (appt-disp-window):
7929         * epg.el (epg-wait-for-completion):
7930         * follow.el (follow-delete-other-windows-and-split)
7931         (follow-avoid-tail-recenter):
7932         * international/mule.el (set-terminal-coding-system):
7933         * mail/rmail.el (rmail-mail-return):
7934         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7935         * progmodes/f90.el (f90-add-imenu-menu):
7936         * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
7937         * server.el (server-switch-buffer):
7938         * simple.el (delete-completion-window):
7939         * talk.el (talk):
7940         * term/xterm.el (terminal-init-xterm-modify-other-keys)
7941         (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
7942         * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
7943         * vc/ediff.el (ediff-documentation): Related users changed.
7944         * frame.el (selected-terminal): Remove the leftover.
7946 2013-08-05  Glenn Morris  <rgm@gnu.org>
7948         * calendar/calendar.el (calendar-generate-month):
7949         Fix for calendar-column-width != 1 + calendar-day-digit-width.
7950         (calendar-generate-month, calendar-font-lock-keywords):
7951         Fix for calendar-day-header-width > length of any day name.
7953 2013-08-05  Juanma Barranquero  <lekktu@gmail.com>
7955         * desktop.el (desktop-clear): Use new name of sort predicate.
7957         * frameset.el (frameset): Add docstring.  Move :version property to its
7958         own `version' slot.
7959         (frameset-copy): Rename from copy-frameset.
7960         (frameset-p): Check more thoroughly.
7961         (frameset-prop): Do not check for :version, which is no longer a prop.
7962         (frameset-live-filter-alist, frameset-persistent-filter-alist):
7963         Use new :never value instead of t.
7964         (frameset-filter-alist): Expand and clarify docstring.
7965         (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
7966         (frameset-filter-minibuffer, frameset-filter-save-param)
7967         (frameset-filter-restore-param, frameset-filter-iconified):
7968         Add pointer to docstring of frameset-filter-alist.
7969         (frameset-filter-params): Rename filter values to be more meaningful:
7970         :never instead of t, and reverse the meanings of :save and :restore.
7971         (frameset--process-minibuffer-frames): Clarify error message.
7972         (frameset-save): Avoid unnecessary and confusing call to framep.
7973         Use new BOA constructor for framesets.
7974         (frameset--reuse-list): Doc fix.
7975         (frameset--restore-frame): Rename from frameset--get-frame.  Doc fix.
7976         (frameset--minibufferless-last-p): Rename from frameset--sort-states.
7977         (frameset-minibufferless-first-p): Doc fix.
7978         Rename from frameset-sort-frames-for-deletion.
7979         (frameset-restore): Doc fixes.  Use new function names.
7980         Most changes suggested by Drew Adams <drew.adams@oracle.com>.
7982 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
7984         * desktop.el (desktop-restore-forces-onscreen)
7985         (desktop-restore-reuses-frames): Document :keyword constant values.
7986         (desktop-filter-parameters-alist): Remove, now identical to
7987         frameset-filter-alist.
7988         (desktop--filter-tty*): Remove, moved to frameset.el.
7989         (desktop-save-frameset, desktop-restore-frameset):
7990         Do not pass :filters argument.
7992         * frameset.el (frameset-live-filter-alist)
7993         (frameset-persistent-filter-alist): New variables.
7994         (frameset-filter-alist): Use them.  Add autoload cookie.
7995         (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
7996         (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
7997         `frameset--id' (it's supposed to be internal to frameset.el).
7998         (frameset--process-minibuffer-frames): Ditto.  Doc fix.
7999         (frameset--initial-params): New function.
8000         (frameset--get-frame): Use it.  Doc fix.
8001         (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
8002         Accept :all, not 'all.
8003         (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
8004         FORCE-DISPLAY.  Use :keywords for constant arguments to avoid collision
8005         with fbound symbols.  Fix frame id matching, and remove matching ids if
8006         the frame being restored is deleted.  Obey :delete.
8008 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8010         * subr.el (macrop): New function.
8011         (text-clone--maintaining): New var.
8012         (text-clone--maintain): Rename from text-clone-maintain.  Use it
8013         instead of inhibit-modification-hooks.
8015         * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
8016         a proxy, so as handle autoloads and redefinitions of the target.
8017         (advice--defalias-fset, advice-remove): Use advice--symbol-function.
8019         * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
8020         Remove bogus (arrayp . stringp) pair.  Add entries for `vectorp'.
8021         (pcase--mutually-exclusive-p): New function.
8022         (pcase--split-consp): Use it.
8023         (pcase--split-pred): Use it.  Optimize the case where `pat' is a qpat
8024         mutually exclusive with the current predicate.
8026         * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
8027         (edebug-macrop): Remove.  Use `macrop' instead.
8028         * emacs-lisp/advice.el (ad-subr-p): Remove.  Use `subrp' instead.
8029         (ad-macro-p):
8030         * eshell/esh-cmd.el (eshell-macrop):
8031         * apropos.el (apropos-macrop): Remove.  Use `macrop' instead.
8033 2013-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8035         * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
8036         (advice-mapc): New function, using it.
8037         (advice-function-member-p): New function.
8038         (advice--normalize): Store the cdr in advice--saved-rewrite since
8039         that's the part that will be changed.
8040         (advice--symbol-function): New function.
8041         (advice-remove): Handle removal before the function is defined.
8042         Adjust to new advice--saved-rewrite.
8043         (advice-member-p): Use advice-function-member-p and
8044         advice--symbol-function.
8046 2013-08-04  Juanma Barranquero  <lekktu@gmail.com>
8048         * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
8049         (frameset-filter-minibuffer): Doc fix.
8050         (frameset-restore): Fix autoload cookie.  Fix typo in docstring.
8051         (frameset--set-id, frameset--process-minibuffer-frames)
8052         (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
8053         (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
8055         * desktop.el (desktop-clear): Only delete frames when called
8056         interactively and desktop-restore-frames is non-nil.  Doc fix.
8057         (desktop-read): Set desktop-saved-frameset to nil.
8059 2013-08-04  Xue Fuqiao  <xfq.free@gmail.com>
8061         * vc/vc.el (vc-ignore): Rewrite.
8062         (vc-default-ignore-completion-table, vc--read-lines)
8063         (vc--add-line, vc--remove-regexp): New functions.
8065         * vc/vc-svn.el (vc-svn-ignore): Doc fix.
8066         (vc-svn-ignore-completion-table): New function.
8068         * vc/vc-hg.el (vc-hg-ignore): Rewrite.
8069         (vc-hg-ignore-completion-table)
8070         (vc-hg-find-ignore-file): New functions.
8072         * vc/vc-git.el (vc-git-ignore): Rewrite.
8073         (vc-git-ignore-completion-table)
8074         (vc-git-find-ignore-file): New functions.
8076         * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
8078         * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
8079         (vc-bzr-ignore-completion-table)
8080         (vc-bzr-find-ignore-file): New functions.
8082 2013-08-03  Juanma Barranquero  <lekktu@gmail.com>
8084         * frameset.el (frameset-prop): New function and setter.
8085         (frameset-save): Do not modify frame list passed by the caller.
8087 2013-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8089         * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
8091 2013-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
8094         (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
8096         * custom.el (custom-initialize-default, custom-initialize-set)
8097         (custom-initialize-reset, custom-initialize-changed): Affect the
8098         toplevel-default-value (bug#6275, bug#14586).
8099         * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
8100         for bug#6275.
8102 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8104         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
8105         Add cl-def* expressions.
8107         * frameset.el (frameset-filter-params): Fix order of arguments.
8109 2013-08-02  Juanma Barranquero  <lekktu@gmail.com>
8111         Move code related to saving frames to frameset.el.
8112         * desktop.el: Require frameset.
8113         (desktop-restore-frames): Doc fix.
8114         (desktop-restore-reuses-frames): Rename from
8115         desktop-restoring-reuses-frames.
8116         (desktop-saved-frameset): Rename from desktop-saved-frame-states.
8117         (desktop-clear): Clear frames too.
8118         (desktop-filter-parameters-alist): Set from frameset-filter-alist.
8119         (desktop--filter-tty*, desktop-save, desktop-read):
8120         Use frameset functions.
8121         (desktop-before-saving-frames-functions, desktop--filter-*-color)
8122         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8123         (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
8124         (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
8125         (desktop--process-minibuffer-frames, desktop-save-frames)
8126         (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
8127         (desktop--find-frame, desktop--select-frame, desktop--make-frame)
8128         (desktop--sort-states, desktop-restoring-frames-p)
8129         (desktop-restore-frames): Remove.  Most code moved to frameset.el.
8130         (desktop-restoring-frameset-p, desktop-restore-frameset)
8131         (desktop--check-dont-save, desktop-save-frameset): New functions.
8132         (desktop--app-id): New constant.
8133         (desktop-first-buffer, desktop-buffer-ok-count)
8134         (desktop-buffer-fail-count): Move before first use.
8135         * frameset.el: New file.
8137 2013-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8139         * files.el: Use lexical-binding.
8140         (dir-locals-read-from-file): Remove unused `err' variable.
8141         (hack-dir-local-variables--warned-coding): New var.
8142         (hack-dir-local-variables): Use it to avoid repeated warnings.
8143         (make-backup-file-name--default-function): New function.
8144         (make-backup-file-name-function): Use it as default.
8145         (buffer-stale--default-function): New function.
8146         (buffer-stale-function): Use it as default.
8147         (revert-buffer-insert-file-contents--default-function): New function.
8148         (revert-buffer-insert-file-contents-function): Use it as default.
8149         (insert-directory): Avoid add-to-list.
8151         * autorevert.el (auto-revert-handler): Simplify.
8152         Use buffer-stale--default-function.
8154 2013-08-01  Tassilo Horn  <tsdh@gnu.org>
8156         * speedbar.el (speedbar-query-confirmation-method): Doc fix.
8158         * whitespace.el (whitespace-ensure-local-variables): New function.
8159         (whitespace-cleanup-region): Call it.
8160         (whitespace-turn-on): Call it.
8162 2013-08-01  Michael Albinus  <michael.albinus@gmx.de>
8164         Complete file name handlers.
8166         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8167         (tramp-handle-verify-visited-file-modtime)
8168         (tramp-handle-file-notify-rm-watch): New functions.
8169         (tramp-call-process): Do not bind `default-directory'.
8171         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8172         Order alphabetically.
8173         <access-file, add-name-to-file, dired-call-process>:
8174         <dired-compress-file, file-acl, file-notify-rm-watch>:
8175         <file-ownership-preserved-p, file-selinux-context>:
8176         <make-directory-internal, make-symbolic-link, set-file-acl>:
8177         <set-file-selinux-context, set-visited-file-modtime>:
8178         <verify-visited-file-modtime>: Add handler.
8179         (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
8181         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
8182         <file-notify-add-watch, file-notify-rm-watch>:
8183         <set-file-times, set-visited-file-modtime>:
8184         <verify-visited-file-modtime>: Add handler.
8185         (with-tramp-gvfs-error-message)
8186         (tramp-gvfs-handle-set-visited-file-modtime)
8187         (tramp-gvfs-fuse-file-name): Remove.
8188         (tramp-gvfs-handle-file-notify-add-watch)
8189         (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
8190         (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
8192         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8193         Order alphabetically.
8194         <file-notify-rm-watch>: Use default Tramp handler.
8195         <executable-find>: Remove private handler.
8196         (tramp-do-copy-or-rename-file-out-of-band): Do not bind
8197         `default-directory'.
8198         (tramp-sh-handle-executable-find)
8199         (tramp-sh-handle-file-notify-rm-watch): Remove functions.
8200         (tramp-sh-file-gvfs-monitor-dir-process-filter)
8201         (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
8202         Do not use `format' in `tramp-message'.
8204         * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
8205         <file-notify-rm-watch, set-visited-file-modtime>:
8206         <verify-visited-file-modtime>: Add handler.
8207         (tramp-smb-call-winexe): Do not bind `default-directory'.
8209 2013-08-01  Xue Fuqiao  <xfq.free@gmail.com>
8211         * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
8213 2013-07-31  Dmitry Gutov  <dgutov@yandex.ru>
8215         * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
8216         use it.
8217         (log-view-diff-changeset): Same.
8218         (log-view-diff-common): Call backend command `previous-revision'
8219         to find out the previous revision, in both cases.  Swap the
8220         variables `to' and `fr', so that `fr' usually refers to the
8221         earlier revision (Bug#14989).
8223 2013-07-31  Kan-Ru Chen  <kanru@kanru.info>
8225         * ibuf-ext.el (ibuffer-filter-by-filename):
8226         Make it work with dired buffers too.
8228 2013-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
8230         * emacs-lisp/re-builder.el (reb-color-display-p):
8231         * files.el (save-buffers-kill-terminal):
8232         * net/browse-url.el (browse-url):
8233         * server.el (server-save-buffers-kill-terminal):
8234         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
8235         Prefer nil to selected-frame for the first arg of frame-parameter.
8237 2013-07-31  Xue Fuqiao  <xfq.free@gmail.com>
8239         * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
8241 2013-07-30  Stephen Berman  <stephen.berman@gmx.net>
8243         * minibuffer.el (completion--twq-all): Try and preserve each
8244         completion's case choice (bug#14907).
8246 2013-07-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8248         * net/network-stream.el (open-network-stream): Mention the new
8249         :nogreeting parameter.
8250         (network-stream-open-starttls): Use the :nogreeting parameter
8251         (bug#14938).
8253         * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
8255         * net/eww.el (eww-setup-buffer): Switching to the buffer seems
8256         more natural than popping.
8258         * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
8259         (shr-urlify): Highlight under mouse.
8261 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8263         * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
8265         * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
8267         * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'.  Use `*vc*'
8268         buffer for output.
8270         * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'.  Do not assume
8271         point-min==1.  Fix search string.  Fix parentheses missing.
8273         * vc/vc-git.el (vc-git-ignore): Remove `interactive'.  Do not
8274         assume point-min==1.  Fix search string.  Fix parentheses missing.
8276         * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
8278         * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'.  Use `*vc*'
8279         buffer for output.
8281 2013-07-29  Eli Zaretskii  <eliz@gnu.org>
8283         * frame.el (frame-notice-user-settings): Avoid inflooping when the
8284         initial frame is minibuffer-less.  (Bug#14841)
8286 2013-07-29  Michael Albinus  <michael.albinus@gmx.de>
8288         * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
8289         option.
8291         * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8292         (tramp-maybe-open-connection): Use it.
8294 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8296         * desktop.el (desktop--make-frame): Include `minibuffer' in the
8297         minimal set of parameters passed when creating a frame, because
8298         the minibuffer status of a frame cannot be changed later.
8300 2013-07-28  Stephen Berman  <stephen.berman@gmx.net>
8302         * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
8303         replace-regexp-in-string and inadvertent omissions in previous change.
8304         (todo-filter-items): Ensure only file names are comma-separated in
8305         name of filtered items buffer.
8307 2013-07-28  Juanma Barranquero  <lekktu@gmail.com>
8309         * desktop.el: Optionally force offscreen frames back onscreen.
8310         (desktop-restoring-reuses-frames): New option.
8311         (desktop--compute-pos, desktop--move-onscreen): New functions.
8312         (desktop--make-frame): Use desktop--move-onscreen.
8314 2013-07-27  Alan Mackenzie  <acm@muc.de>
8316         Fontify a Java generic method as a function.
8317         * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
8318         value to t.
8320 2013-07-27  Stephen Berman  <stephen.berman@gmx.net>
8322         * calendar/todo-mode.el: Add command to rename todo files.
8323         (todo-rename-file): New command.
8324         (todo-key-bindings-t): Add key binding for it.  Change the
8325         bindings of todo-filter-regexp-items(-multifile) to use `x'
8326         instead of `r', since the latter is better suited to the new
8327         renaming command.
8329 2013-07-27  Alan Mackenzie  <acm@muc.de>
8331         Make Java try-with-resources statement parse properly.
8332         * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
8333         (c-block-stmt-1-2-key): New language constants/variables.
8334         * progmodes/cc-engine.el (c-beginning-of-statement-1)
8335         (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
8336         * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
8337         with c-block-stmt-1-2-key.
8339 2013-07-27  Juanma Barranquero  <lekktu@gmail.com>
8341         * desktop.el (desktop--make-frame): Apply most frame parameters after
8342         creating the frame to force (partially or totally) offscreen frames to
8343         be restored as such.
8345 2013-07-26  Xue Fuqiao  <xfq.free@gmail.com>
8347         * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
8348         (Bug#14948)
8350 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8352         * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
8353         `base' arg of backtrace-frame.
8355 2013-07-26  Eli Zaretskii  <eliz@gnu.org>
8357         * simple.el (list-processes): Doc fix.
8359 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8361         * desktop.el (desktop--select-frame):
8362         Try harder to reuse existing frames.
8364 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8366         * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
8367         (edebug-eval): Use backtrace-eval.
8368         (edebug--display, edebug--recursive-edit): Don't let-bind the
8369         edebug-outer-* vars that keep track of variables we locally let-bind.
8370         (edebug-outside-excursion): Don't restore outside values of locally
8371         let-bound vars.
8372         (edebug--display): Use user-error.
8373         (cl-lexical-debug, cl-debug-env): Remove.
8375 2013-07-26  Juanma Barranquero  <lekktu@gmail.com>
8377         * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
8378         are restored to be sure that they are visible before deleting any
8379         remaining ones.
8381 2013-07-26  Matthias Meulien  <orontee@gmail.com>
8383         * vc/vc-dir.el (vc-dir-mode-map): Add binding for
8384         vc-print-root-log.  (Bug#14948)
8386 2013-07-26  Richard Stallman  <rms@gnu.org>
8388         Add aliases for encrypting mail.
8389         * epa.el (epa-mail-aliases): New option.
8390         * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
8391         Bind inhibit-read-only so read-only text doesn't ruin everything.
8392         (epa-mail-default-recipients): New subroutine broken out.
8393         Handle epa-mail-aliases.
8395 2013-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8397         Add support for lexical variables to the debugger's `e' command.
8398         * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
8399         vars, except for debugger-outer-match-data.
8400         (debugger-frame-number): Move check for "on a function call" from
8401         callers into it.  Add `skip-base' argument.
8402         (debugger-frame, debugger-frame-clear): Simplify accordingly.
8403         (debugger-env-macro): Only reset the state stored in non-variables,
8404         i.e. current-buffer and match-data.
8405         (debugger-eval-expression): Rewrite using backtrace-eval.
8406         * subr.el (internal--called-interactively-p--get-frame): Remove.
8407         (called-interactively-p):
8408         * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
8409         `base' arg of backtrace-frame instead.
8411 2013-07-26  Glenn Morris  <rgm@gnu.org>
8413         * align.el (align-regexp): Doc fix.  (Bug#14857)
8414         (align-region): Explicit error if subexpression missing/does not match.
8416         * simple.el (global-visual-line-mode):
8417         Do not duplicate the mode lighter.  (Bug#14858)
8419 2013-07-25  Martin Rudalics  <rudalics@gmx.at>
8421         * window.el (display-buffer): In display-buffer bind
8422         split-window-keep-point to t, bug#14829.
8424 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8426         * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
8427         (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
8428         (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
8429         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8430         Change accordingly.
8431         (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
8432         Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
8434 2013-07-25  Glenn Morris  <rgm@gnu.org>
8436         * dired-x.el (dired-mark-extension): Convert comment to doc string.
8438 2013-07-25  Juanma Barranquero  <lekktu@gmail.com>
8440         * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
8441         parameter to modify-frame-parameters if the value has not changed;
8442         this is a workaround for bug#14949.
8443         (desktop--make-frame): On cl-delete-if call, check parameter name,
8444         not full parameter.
8446 2013-07-30  Xue Fuqiao  <xfq.free@gmail.com>
8448         * vc/vc.el (vc-ignore): New function.
8450         * vc/vc-svn.el (vc-svn-ignore): New function.
8452         * vc/vc-hg.el (vc-hg-ignore): New function.
8454         * vc/vc-git.el (vc-git-ignore): New function.
8456         * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
8457         (vc-dir-ignore): New function.
8459         * vc/vc-cvs.el (vc-cvs-ignore): New function.
8460         (cvs-append-to-ignore): Move here from pcvs.el.
8462         * vc/vc-bzr.el (vc-bzr-ignore): New function.
8464         * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
8466 2013-07-24  Juanma Barranquero  <lekktu@gmail.com>
8468         * desktop.el (desktop-restoring-frames-p): Return a true boolean.
8469         (desktop-restore-frames): Warn when deleting an existing frame failed.
8471 2013-07-24  Glenn Morris  <rgm@gnu.org>
8473         * ffap.el (ffap-machine-p): Handle "not known" response.  (Bug#14929)
8475 2013-07-24  Michael Albinus  <michael.albinus@gmx.de>
8477         * filenotify.el (file-notify-supported-p):
8478         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8479         Remove functions.
8481         * autorevert.el (auto-revert-use-notify)
8482         (auto-revert-notify-add-watch):
8483         * net/tramp.el (tramp-file-name-for-operation):
8484         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8485         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8486         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8487         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8488         Remove `file-notify-supported-p' entry.
8490 2013-07-24  Glenn Morris  <rgm@gnu.org>
8492         * printing.el: Replace all uses of deleted ps-windows-system,
8493         ps-lp-system, ps-flatten-list with lpr- versions.
8495 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8497         * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
8498         checked with memq (bug#14935).
8500         * files.el (revert-buffer-function): Use a non-nil default.
8501         (revert-buffer-preserve-modes): Declare var to
8502         provide access to the `preserve-modes' argument.
8503         (revert-buffer): Let-bind it.
8504         (revert-buffer--default): New function, extracted from revert-buffer.
8506 2013-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8508         * lpr.el: Signal print errors more prominently.
8509         (print-region-function): Don't default to nil.
8510         (lpr-print-region): New function, extracted from print-region-1.
8511         Check lpr's return value and signal an error in case of problem.
8512         (print-region-1): Use it.
8513         * ps-print.el (ps-windows-system, ps-lp-system): Remove.  Use the lpr-*
8514         versions instead.
8515         (ps-printer-name): Default to nil.
8516         (ps-printer-name-option): Default to lpr-printer-switch.
8517         (ps-print-region-function): Don't default to nil.
8518         (ps-postscript-code-directory): Simplify default.
8519         (ps-do-despool): Use lpr-print-region to properly check the outcome.
8520         (ps-string-list, ps-eval-switch, ps-flatten-list)
8521         (ps-flatten-list-1): Remove.
8522         (ps-multibyte-buffer): Avoid setq.
8523         * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
8524         (print-region-function, ps-print-region-function): Don't set them here.
8526 2013-07-24  Xue Fuqiao  <xfq.free@gmail.com>
8528         * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
8529         (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
8530         (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
8531         (ido-decorations): Doc fix.
8533         * ansi-color.el: Fix old URL.
8535 2013-07-23  Michael R. Mauger  <michael@mauger.com>
8537         * progmodes/sql.el: Version 3.3
8538         (sql-product-alist): Improve oracle :prompt-cont-regexp.
8539         (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
8540         (sql-interactive-remove-continuation-prompt): Rewrite, use
8541         functions above.  Fix continuation prompt and complete output line
8542         handling.
8543         (sql-redirect-one, sql-execute): Use `read-only-mode' on
8544         redirected output buffer.
8545         (sql-mode): Restore deleted code (Bug#13591).
8547 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8549         * desktop.el (desktop-clear, desktop-list*): Fix previous change.
8551 2013-07-23  Michael Albinus  <michael.albinus@gmx.de>
8553         * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
8555         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8556         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8557         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
8559 2013-07-23  Juanma Barranquero  <lekktu@gmail.com>
8561         * desktop.el (desktop-clear): Simplify; remove useless checks
8562         against invalid buffer names.
8563         (desktop-list*): Use cl-list*.
8564         (desktop-buffer-info, desktop-create-buffer): Simplify.
8566 2013-07-23  Leo Liu  <sdl.web@gmail.com>
8568         * bookmark.el (bookmark-make-record): Restore NAME as a default
8569         value.  (Bug#14933)
8571 2013-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8573         * emacs-lisp/autoload.el (autoload--setup-output): New function,
8574         extracted from autoload--insert-text.
8575         (autoload--insert-text): Remove.
8576         (autoload--print-cookie-text): New function, extracted from
8577         autoload--insert-cookie-text.
8578         (autoload--insert-cookie-text): Remove.
8579         (autoload-generate-file-autoloads): Adjust calls accordingly.
8581         * winner.el (winner-hook-installed-p): Remove.
8582         (winner-mode): Simplify accordingly.
8584         * subr.el (add-to-list): Fix compiler-macro when `append' is
8585         not constant.  Don't use `cl-member' for the base case.
8587         * progmodes/subword.el: Fix boundary case (bug#13758).
8588         (subword-forward-regexp): Make it a constant.  Wrap optional \\W in its
8589         own group.
8590         (subword-backward-regexp): Make it a constant.
8591         (subword-forward-internal): Don't treat a trailing capital as the
8592         beginning of a word.
8594 2013-07-22  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
8596         * emacs-lisp/package.el (package-menu-mode): Don't modify the
8597         global value of tabulated-list-revert-hook (bug#14930).
8599 2013-07-22  Juanma Barranquero  <lekktu@gmail.com>
8601         * desktop.el: Require 'cl-lib.
8602         (desktop-before-saving-frames-functions): New hook.
8603         (desktop--process-minibuffer-frames): Set desktop-mini parameter only
8604         for frames being saved.  Rename from desktop--save-minibuffer-frames.
8605         (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
8606         Do not save frames with non-nil `desktop-dont-save' parameter.
8607         Filter out deleted frames.
8608         (desktop--find-frame): Use cl-find-if.
8609         (desktop--select-frame): Use cl-(first|second|third) to access values
8610         of desktop-mini.
8611         (desktop--make-frame): Use cl-delete-if.
8612         (desktop--sort-states): Fix sorting of minibuffer-owning frames.
8613         (desktop-restore-frames): Use cl-(first|second|third) to access values
8614         of desktop-mini.  Look for visible frame at the end, not while
8615         restoring frames.
8617         * dired-x.el (dired-mark-unmarked-files, dired-virtual)
8618         (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
8619         Use string-match-p, looking-at-p (bug#14927).
8621 2013-07-21  Juanma Barranquero  <lekktu@gmail.com>
8623         * desktop.el (desktop-saved-frame-states):
8624         Rename from desktop--saved-states; all users changed.
8625         (desktop-save-frames): Rename from desktop--save-frames.
8626         Do not save state to desktop file.
8627         (desktop-save): Save desktop-saved-frame-states to desktop file
8628         and reset to nil.
8629         (desktop-restoring-frames-p): New function.
8630         (desktop-restore-frames): Use it.  Rename from desktop--restore-frames.
8631         (desktop-read): Use desktop-restoring-frames-p.  Do not try to fix
8632         buffer-lists when restoring frames.  Suggested by Martin Rudalics.
8634         * desktop.el: Correctly restore iconified frames.
8635         (desktop--filter-iconified-position): New function.
8636         (desktop-filter-parameters-alist): Add entries for `top' and `left'.
8638 2013-07-20  Glenn Morris  <rgm@gnu.org>
8640         * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
8641         Let `message' do the formatting.
8642         (def-gdb-preempt-display-buffer): Add explicit format.
8644         * image-dired.el (image-dired-track-original-file):
8645         Use with-current-buffer.
8646         (image-dired-track-thumbnail): Use with-current-buffer.
8647         Avoid changing point of wrong window.
8649         * image-dired.el (image-dired-track-original-file):
8650         Avoid changing point of wrong window.  (Bug#14909)
8652 2013-07-20  Richard Copley  <rcopley@gmail.com>  (tiny change)
8654         * progmodes/gdb-mi.el (gdb-done-or-error):
8655         Guard against "%" in gdb output.  (Bug#14127)
8657 2013-07-20  Andreas Schwab  <schwab@linux-m68k.org>
8659         * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
8660         (Bug#14826)
8662         * international/mule.el (coding-system-iso-2022-flags): Fix last
8663         change.
8665 2013-07-20  Kenichi Handa  <handa@gnu.org>
8667         * international/mule.el (coding-system-iso-2022-flags):
8668         Add `8-bit-level-4'.  (Bug#8522)
8670 2013-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8672         * net/shr.el (shr-mouse-browse-url): New command and keystroke
8673         (bug#14815).
8675         * net/eww.el (eww-process-text-input): Allow inputting when the
8676         point is at the start of the line, as the properties aren't
8677         front-sticky.
8679         * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
8680         degenerate widths.
8682 2013-07-19  Richard Stallman  <rms@gnu.org>
8684         * epa.el (epa-popup-info-window): Doc fix.
8686         * subr.el (split-string): New arg TRIM.
8688 2013-07-18  Juanma Barranquero  <lekktu@gmail.com>
8690         * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
8691         Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
8693 2013-07-18  Michael Albinus  <michael.albinus@gmx.de>
8695         * filenotify.el (file-notify--library): Rename from
8696         `file-notify-support'.  Do not autoload.  Adapt all uses.
8697         (file-notify-supported-p): New defun.
8699         * autorevert.el (auto-revert-use-notify):
8700         Use `file-notify-supported-p' instead of `file-notify-support'.
8701         Adapt docstring.
8702         (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
8704         * net/tramp.el (tramp-file-name-for-operation):
8705         Add `file-notify-supported-p'.
8707         * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
8708         New defun.
8709         (tramp-sh-file-name-handler-alist): Add it as handler for
8710         `file-notify-supported-p '.
8712         * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
8713         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8714         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8715         Add `ignore' as handler for `file-notify-*' functions.
8717 2013-07-17  Eli Zaretskii  <eliz@gnu.org>
8719         * simple.el (line-move-partial, line-move): Don't start vscroll or
8720         scroll-up if the current line is not taller than the window.
8721         (Bug#14881)
8723 2013-07-16  Dmitry Gutov  <dgutov@yandex.ru>
8725         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
8726         highlight question marks in the method names as strings.
8727         (ruby-block-beg-keywords): Inline.
8728         (ruby-font-lock-keyword-beg-re): Extract from
8729         `ruby-font-lock-keywords'.
8731 2013-07-16  Jan Djärv  <jan.h.d@swipnet.se>
8733         * frame.el (blink-cursor-blinks): New defcustom.
8734         (blink-cursor-blinks-done): New defvar.
8735         (blink-cursor-start): Set blink-cursor-blinks-done to 1.
8736         (blink-cursor-timer-function): Check if number of blinks has been
8737         done on X and NS.
8738         (blink-cursor-suspend, blink-cursor-check): New defuns.
8740 2013-07-15  Glenn Morris  <rgm@gnu.org>
8742         * edmacro.el (edmacro-format-keys): Fix previous change.
8744 2013-07-15  Paul Eggert  <eggert@cs.ucla.edu>
8746         * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
8747         The hack didn't work outside English locales anyway.
8749 2013-07-15  Juanma Barranquero  <lekktu@gmail.com>
8751         * simple.el (define-alternatives): Rename from alternatives-define,
8752         per RMS' suggestion.
8754 2013-07-14  Juanma Barranquero  <lekktu@gmail.com>
8756         * desktop.el (desktop-restore-frames): Change default to t.
8757         (desktop-restore-in-current-display): Now offer more options.
8758         (desktop-restoring-reuses-frames): New customization option.
8759         (desktop--saved-states): Doc fix.
8760         (desktop-filter-parameters-alist): New variable, renamed and expanded
8761         from desktop--excluded-frame-parameters.
8762         (desktop--target-display): New variable.
8763         (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
8764         (desktop--filter-tty*, desktop--filter-*-color)
8765         (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
8766         (desktop--filter-save-desktop-parm)
8767         (desktop-restore-in-original-display-p): New functions.
8768         (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
8769         (desktop--save-minibuffer-frames): New function, inspired by a similar
8770         function from Martin Rudalics.
8771         (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
8772         (desktop--restore-in-this-display-p): Remove.
8773         (desktop--find-frame): Rename from desktop--find-frame-in-display
8774         and add predicate argument.
8775         (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
8776         (desktop--reuse-list): New variable.
8777         (desktop--select-frame, desktop--make-frame, desktop--sort-states):
8778         New functions.
8779         (desktop--restore-frames): Add support for "minibuffer-special" frames.
8781 2013-07-14  Michael Albinus  <michael.albinus@gmx.de>
8783         * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
8785 2013-07-13  Dmitry Gutov  <dgutov@yandex.ru>
8787         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
8788         Highlight conversion methods on Kernel.
8790 2013-07-13  Alan Mackenzie  <acm@muc.de>
8792         * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
8793         and comment it out.  This out-commenting enables certain C++
8794         declarations to be parsed correctly.
8796 2013-07-13  Eli Zaretskii  <eliz@gnu.org>
8798         * international/mule.el (define-coding-system): Doc fix.
8800         * simple.el (default-font-height): Don't call font-info if the
8801         frame's default font didn't change since the frame was created.
8802         (Bug#14838)
8804 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8806         * ido.el (ido-read-file-name): Guard against non-symbol value.
8808 2013-07-13  Fabián Ezequiel Gallina  <fgallina@gnu.org>
8810         * progmodes/python.el (python-imenu--build-tree): Fix corner case
8811         in nested defuns.
8813 2013-07-13  Leo Liu  <sdl.web@gmail.com>
8815         * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
8816         ido-set-matches call.  (Bug#6852)
8818 2013-07-12  Dmitry Gutov  <dgutov@yandex.ru>
8820         * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
8821         (ruby-syntax-expansion-allowed-p): Support array of symbols, for
8822         Ruby 2.0.
8823         (ruby-font-lock-keywords): Distinguish calls to functions with
8824         module-like names from module references.  Highlight character
8825         literals.
8827 2013-07-12  Sergio Durigan Junior  <sergiodj@riseup.net>  (tiny change)
8829         * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
8830         (gdb-send): Handle continued commands.  (Bug#14847)
8832 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8834         * desktop.el (desktop--v2s): Remove unused local variable.
8835         (desktop-save-buffer): Make defvar-local; adjust docstring.
8836         (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
8837         (desktop-clear, desktop-save-buffer-p): Use string-match-p.
8839 2013-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8841         * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
8843 2013-07-12  Eli Zaretskii  <eliz@gnu.org>
8845         * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
8846         (Bug#14842)
8848 2013-07-12  Glenn Morris  <rgm@gnu.org>
8850         * doc-view.el: Require cl-lib at runtime too.
8851         (doc-view-remove-if): Remove.
8852         (doc-view-search-next-match, doc-view-search-previous-match):
8853         Use cl-remove-if.
8855         * edmacro.el: Require cl-lib at runtime too.
8856         (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
8857         (edmacro-mismatch, edmacro-subseq): Remove.
8859         * shadowfile.el: Require cl-lib.
8860         (shadow-remove-if): Remove.
8861         (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
8862         Use cl-remove-if.
8864         * wid-edit.el: Require cl-lib.
8865         (widget-choose): Use cl-remove-if.
8866         (widget-remove-if): Remove.
8868         * progmodes/ebrowse.el: Require cl-lib at runtime too.
8869         (ebrowse-delete-if-not): Remove.
8870         (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
8871         (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
8872         Use cl-delete-if-not.
8874 2013-07-12  Juanma Barranquero  <lekktu@gmail.com>
8876         * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
8877         (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
8879 2013-07-12  Leo Liu  <sdl.web@gmail.com>
8881         * ido.el (dired-do-copy, dired): Set 'ido property.  (Bug#11954)
8883 2013-07-11  Glenn Morris  <rgm@gnu.org>
8885         * emacs-lisp/edebug.el: Require cl-lib at run-time too.
8886         (edebug-gensym-index, edebug-gensym):
8887         Remove reimplementation of cl-gensym.
8888         (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
8890         * thumbs.el: Require cl-lib at run-time too.
8891         (thumbs-gensym-counter, thumbs-gensym):
8892         Remove reimplementation of cl-gensym.
8893         (thumbs-temp-file): Use cl-gensym.
8895         * emacs-lisp/ert.el: Require cl-lib at runtime too.
8896         (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
8897         (ert--intersection, ert--set-difference, ert--set-difference-eq)
8898         (ert--union, ert--gensym-counter, ert--gensym-counter)
8899         (ert--coerce-to-vector, ert--remove*, ert--string-position)
8900         (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
8901         (ert-make-test-unbound, ert--expand-should-1)
8902         (ert--expand-should, ert--should-error-handle-error)
8903         (should-error, ert--explain-equal-rec)
8904         (ert--plist-difference-explanation, ert-select-tests)
8905         (ert--make-stats, ert--remove-from-list, ert--string-first-line):
8906         Use cl-lib functions rather than reimplementations.
8908 2013-07-11  Michael Albinus  <michael.albinus@gmx.de>
8910         * net/tramp.el (tramp-methods): Extend docstring.
8911         (tramp-connection-timeout): New defcustom.
8912         (tramp-error-with-buffer): Reset timestamp only when appropriate.
8913         (with-tramp-progress-reporter): Simplify.
8914         (tramp-process-actions): Improve messages.
8916         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8917         * net/tramp-sh.el (tramp-maybe-open-connection):
8918         Use `tramp-connection-timeout'.
8919         (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
8920         (Bug#14808)
8922 2013-07-11  Leo Liu  <sdl.web@gmail.com>
8924         * ido.el (ido-read-file-name): Conform to the requirements of
8925         read-file-name.  (Bug#11861)
8926         (ido-read-directory-name): Conform to the requirements of
8927         read-directory-name.
8929 2013-07-11  Juanma Barranquero  <lekktu@gmail.com>
8931         * subr.el (delay-warning): New function.
8933 2013-07-10  Eli Zaretskii  <eliz@gnu.org>
8935         * simple.el (default-line-height): New function.
8936         (line-move-partial, line-move): Use it instead of computing the
8937         line height inline.
8938         (line-move-partial): Always compute ROWH.  If the last line is
8939         partially-visible, but its text is completely visible, allow
8940         cursor to enter such a partially-visible line.
8942 2013-07-10  Michael Albinus  <michael.albinus@gmx.de>
8944         Improve error messages.  (Bug#14808)
8946         * net/tramp.el (tramp-current-connection): New defvar, moved from
8947         tramp-sh.el.
8948         (tramp-message-show-progress-reporter-message): Remove, not
8949         needed anymore.
8950         (tramp-error-with-buffer): Show message in minibuffer.
8951         Discard input before waiting.  Reset connection timestamp.
8952         (with-tramp-progress-reporter): Improve messages.
8953         (tramp-process-actions): Use progress reporter.  Delete process in
8954         case of error.  Improve messages.
8956         * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
8957         Call `tramp-error-with-buffer' with vector and buffer.
8958         (tramp-current-connection): Remove.
8959         (tramp-maybe-open-connection): The car of
8960         `tramp-current-connection' are the first 3 slots of the vector.
8962 2013-07-10  Teodor Zlatanov  <tzz@lifelogs.com>
8964         * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
8965         inside continued strings.
8967 2013-07-10  Paul Eggert  <eggert@cs.ucla.edu>
8969         Timestamp fixes for undo (Bug#14824).
8970         * files.el (clear-visited-file-modtime): Move here from fileio.c.
8972 2013-07-10  Leo Liu  <sdl.web@gmail.com>
8974         * files.el (require-final-newline): Allow safe local value.
8975         (Bug#14834)
8977 2013-07-09  Leo Liu  <sdl.web@gmail.com>
8979         * ido.el (ido-read-directory-name): Handle fallback.
8980         (ido-read-file-name): Update DIR to ido-current-directory.
8981         (Bug#1516)
8982         (ido-add-virtual-buffers-to-list): Robustify.  (Bug#14552)
8984 2013-07-09  Dmitry Gutov  <dgutov@yandex.ru>
8986         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
8987         "autoload".  Remove "warn lower camel case" section, previously
8988         commented out.  Highlight negation char.  Do not highlight the
8989         target in singleton method definitions.
8991 2013-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8993         * faces.el (tty-setup-hook): Declare the hook.
8995         * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
8996         and detect when a guard/pred depends on local vars (bug#14773).
8997         (pcase--u1): Adjust caller.
8999 2013-07-08  Eli Zaretskii  <eliz@gnu.org>
9001         * simple.el (line-move-partial, line-move): Account for
9002         line-spacing.
9003         (line-move-partial): Avoid setting vscroll when the last
9004         partially-visible line in window is of default height.
9006 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9008         * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
9009         been used a while.
9011 2013-07-07  Juanma Barranquero  <lekktu@gmail.com>
9013         * subr.el (read-quoted-char): Remove unused local variable `char'.
9015 2013-07-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9017         * ediff.el (ediff-version): Version update.
9018         (ediff-files-command, ediff3-files-command, ediff-merge-command)
9019         (ediff-merge-with-ancestor-command, ediff-directories-command)
9020         (ediff-directories3-command, ediff-merge-directories-command)
9021         (ediff-merge-directories-with-ancestor-command): New functions.
9022         All are command-line interfaces to ediff: to facilitate calling
9023         Emacs with the appropriate ediff functions invoked.
9025         * viper-cmd.el (viper-del-forward-char-in-insert): New function.
9026         (viper-save-kill-buffer): Check if buffer is modified.
9028         * viper.el (viper-version): Version update.
9029         (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
9031 2013-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9033         * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
9034         * viper-cmd.el (viper-envelop-ESC-key): Remove function.
9035         (viper-intercept-ESC-key): Simplify.
9036         * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
9037         * viper.el (viper--tty-ESC-filter, viper--lookup-key)
9038         (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
9039         (viper-setup-ESC-to-escape): New functions.
9040         (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
9041         (viper-set-hooks): Do not modify flyspell-mode-hook.  (Bug#13793)
9043 2013-07-07  Eli Zaretskii  <eliz@gnu.org>
9045         * simple.el (default-font-height, window-screen-lines):
9046         New functions.
9047         (line-move, line-move-partial): Use them instead of
9048         frame-char-height and window-text-height.  This makes scrolling
9049         text smoother when the buffer's default face uses a font that is
9050         different from the frame's default font.
9052 2013-07-06  Jan Djärv  <jan.h.d@swipnet.se>
9054         * files.el (write-file): Do not display confirm dialog for NS,
9055         it does its own dialog, which can't be canceled (Bug#14578).
9057 2013-07-06  Eli Zaretskii  <eliz@gnu.org>
9059         * simple.el (line-move-partial): Adjust the row returned by
9060         posn-at-point for the current window-vscroll.  (Bug#14567)
9062 2013-07-06  Michael Albinus  <michael.albinus@gmx.de>
9064         * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
9065         (tramp-sh-file-inotifywait-process-filter): Handle file names with
9066         spaces.
9068 2013-07-06  Martin Rudalics  <rudalics@gmx.at>
9070         * window.el (window-state-put-stale-windows): New variable.
9071         (window--state-put-2): Save list of windows without matching buffer.
9072         (window-state-put): Remove "bufferless" windows if possible.
9074 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9076         * simple.el (alternatives-define): Remove leftover :group keyword.
9077         Tweak docstring.
9079 2013-07-06  Leo Liu  <sdl.web@gmail.com>
9081         * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
9082         (ido-enable-virtual-buffers): New variable.
9083         (ido-buffer-internal, ido-toggle-virtual-buffers)
9084         (ido-make-buffer-list): Use it.
9085         (ido-exhibit): Support turning on and off virtual buffers
9086         automatically.
9088 2013-07-06  Juanma Barranquero  <lekktu@gmail.com>
9090         * simple.el (alternatives-define): New macro.
9092 2013-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9094         * subr.el (read-quoted-char): Use read-key.
9095         (sit-for): Let read-event decode tty input (bug#14782).
9097 2013-07-05  Stephen Berman  <stephen.berman@gmx.net>
9099         * calendar/todo-mode.el: Add handling of file deletion, both by
9100         mode command and externally.  Fix various related bugs.
9101         Clarify Commentary and improve some documentation strings and code.
9102         (todo-delete-file): New command.
9103         (todo-check-file): New function.
9104         (todo-show): Handle external deletion of the file we're trying to
9105         show (bug#14688).  Replace called-interactively-p by an optional
9106         prefix argument to avoid problematic interaction with catch form
9107         when byte compiled (bug#14702).
9108         (todo-quit): Handle external deletion of the archive's todo file.
9109         Make sure the buffer that was visiting the archive file is still
9110         live before trying to bury it.
9111         (todo-category-completions): Handle external deletion of any
9112         category completion files.
9113         (todo-jump-to-category, todo-basic-insert-item): Recalculate list
9114         of todo files, in case of external deletion.
9115         (todo-add-file): Replace unnecessary setq by let-binding.
9116         (todo-find-archive): Check whether there are any archives.
9117         Replace unnecessary setq by let-binding.
9118         (todo-archive-done-item): Use find-file-noselect to get the
9119         archive buffer whether or not the archive already exists.
9120         Remove superfluous code.  Use file size instead of buffer-file-name to
9121         check if the archive is new; if it is, update list of archives.
9122         (todo-default-todo-file): Allow nil to be a valid value for when
9123         there are no todo files.
9124         (todo-reevaluate-default-file-defcustom): Use corrected definition
9125         of todo-default-todo-file.
9126         (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
9127         (todo-delete-category, todo-show-categories-table)
9128         (todo-category-number): Clarify comment.
9129         (todo-filter-items): Clarify documentation string.
9130         (todo-show-current-file, todo-display-as-todo-file)
9131         (todo-reset-and-enable-done-separator): Tweak documentation string.
9132         (todo-done-separator): Make separator length window-width, since
9133         bug#2749 is now fixed.
9135 2013-07-05  Michael Albinus  <michael.albinus@gmx.de>
9137         * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9138         Support both "gvfs-monitor-dir" and "inotifywait".
9139         (tramp-sh-file-inotifywait-process-filter): Rename from
9140         `tramp-sh-file-notify-process-filter'.
9141         (tramp-sh-file-gvfs-monitor-dir-process-filter)
9142         (tramp-get-remote-gvfs-monitor-dir): New defuns.
9144 2013-07-05  Leo Liu  <sdl.web@gmail.com>
9146         * autoinsert.el (auto-insert-alist): Default to lexical-binding.
9148 2013-07-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9150         * frame.el (display-pixel-height, display-pixel-width)
9151         (display-mm-height, display-mm-width): Mention behavior on
9152         multi-monitor setups in docstrings.
9153         (w32-display-monitor-attributes-list): Declare function.
9154         (display-monitor-attributes-list): Use it.
9156 2013-07-04  Michael Albinus  <michael.albinus@gmx.de>
9158         * filenotify.el: New package.
9160         * autorevert.el (top): Require filenotify.el.
9161         (auto-revert-notify-enabled): Remove.  Use `file-notify-support'
9162         instead.
9163         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
9164         (auto-revert-notify-handler): Use `file-notify-*' functions.
9166         * subr.el (file-notify-handle-event): Move function to filenotify.el.
9168         * net/tramp.el (tramp-file-name-for-operation):
9169         Handle `file-notify-add-watch' and `file-notify-rm-watch'.
9171         * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
9172         for `file-notify-add-watch' and `file-notify-rm-watch'.
9173         (tramp-process-sentinel): Improve trace.
9174         (tramp-sh-handle-file-notify-add-watch)
9175         (tramp-sh-file-notify-process-filter)
9176         (tramp-sh-handle-file-notify-rm-watch)
9177         (tramp-get-remote-inotifywait): New defuns.
9179 2013-07-03  Juri Linkov  <juri@jurta.org>
9181         * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
9182         call of `occur-read-primary-args' to interactive spec.
9184         * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
9185         `ibuffer-do-occur' like in buff-menu.el.  (Bug#14673)
9187 2013-07-03  Matthias Meulien  <orontee@gmail.com>
9189         * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
9190         `Buffer-menu-multi-occur'.  Add it to the menu.
9191         (Buffer-menu-mode): Document it in docstring.
9192         (Buffer-menu-multi-occur): New command.  (Bug#14673)
9194 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
9196         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
9197         keywords and built-ins.
9199 2013-07-03  Glenn Morris  <rgm@gnu.org>
9201         * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)
9203         Make info-xref checks case-sensitive by default
9204         * info.el (Info-find-node, Info-find-in-tag-table)
9205         (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
9206         Add option for exact case matching of nodes.
9207         * info-xref.el (info-xref): New custom group.
9208         (info-xref-case-fold): New option.
9209         (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
9211 2013-07-03  Leo Liu  <sdl.web@gmail.com>
9213         * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
9215 2013-07-03  Dmitry Gutov  <dgutov@yandex.ru>
9217         * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
9218         middle of block statement initially, lower the depth.  Remove
9219         FIXME comment, not longer valid.  Remove middle of block statement
9220         detection, no need to do that anymore since we've been using
9221         `ruby-parse-region' here.
9223 2013-07-02  Jan Djärv  <jan.h.d@swipnet.se>
9225         * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
9227 2013-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9229         * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
9231 2013-07-01  Juanma Barranquero  <lekktu@gmail.com>
9233         * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
9234         (desktop-restore-in-current-display): New customization option.
9235         (desktop--excluded-frame-parameters): Add `font'.
9236         (desktop--save-frames): Rename from desktop--save-windows.
9237         (desktop--restore-in-this-display-p): New function.
9238         (desktop--make-full-frame): Remove unwanted width/height from
9239         full(width|height) frames.
9240         (desktop--restore-frames): Rename from desktop--restore-windows.
9241         Obey desktop-restore-current-display.  Do not delete old frames or
9242         select a new frame unless we were able to restore at least one frame.
9244 2013-06-30  Michal Nazarewicz  <mina86@mina86.com>
9246         * files.el (find-file-noselect): Simplify conditional expression.
9248         * textmodes/remember.el (remember-append-to-file):
9249         Don't mix `find-buffer-visiting' and `get-file-buffer'.
9251         Add `remember-notes' function to store random notes across Emacs
9252         restarts.
9253         * textmodes/remember.el (remember-data-file): Add :set callback to
9254         affect notes buffer (if any).
9255         (remember-notes): New command.
9256         (remember-notes-buffer-name, bury-remember-notes-on-kill):
9257         New defcustoms for the `remember-notes' function.
9258         (remember-notes-save-and-bury-buffer): New command.
9259         (remember-notes-mode-map): New variable.
9260         (remember-mode): New minor mode.
9261         (remember-notes--kill-buffer-query): New function.
9262         * startup.el (initial-buffer-choice): Add notes to custom type.
9264 2013-06-30  Eli Zaretskii  <eliz@gnu.org>
9266         * bindings.el (right-char, left-char): Don't call sit-for, this is
9267         no longer needed.  Use arithmetic comparison only for numerical
9268         arguments.
9270         * international/mule-cmds.el (select-safe-coding-system):
9271         Handle the case of FROM being a string correctly.  (Bug#14755)
9273 2013-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9275         * net/shr.el (shr-make-table-1): Add a sanity check that allows
9276         progression on degenerate tables.
9277         (shr-rescale-image): ImageMagick animated images currently don't work.
9279 2013-06-30  Juanma Barranquero  <lekktu@gmail.com>
9281         Some fixes and improvements for desktop frame restoration.
9282         It is still experimental and disabled by default.
9283         * desktop.el (desktop--save-windows): Put the selected frame at
9284         the head of the list.
9285         (desktop--make-full-frame): New function.
9286         (desktop--restore-windows): Try to re-select the frame that was
9287         selected upon saving.  Do not abort if some frames fail to restore,
9288         just show an error message and continue.  Set up maximized frames
9289         so they have default non-maximized dimensions.
9291 2013-06-30  Dmitry Gutov  <dgutov@yandex.ru>
9293         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9294         Don't start heredoc inside a string or comment.
9296 2013-06-29  Eli Zaretskii  <eliz@gnu.org>
9298         * bindings.el (visual-order-cursor-movement): New defcustom.
9299         (right-char, left-char): Provide visual-order cursor motion by
9300         calling move-point-visually.  Update the doc strings.
9302 2013-06-28  Kenichi Handa  <handa@gnu.org>
9304         * international/mule.el (define-coding-system): New coding system
9305         properties :inhibit-null-byte-detection,
9306         :inhibit-iso-escape-detection, and :prefer-utf-8.
9307         (set-buffer-file-coding-system): If :charset-list property of
9308         CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
9309         appropriate for setting.
9311         * international/mule-cmds.el (select-safe-coding-system):
9312         If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
9313         multibyte characters, return utf-8 (or one of its siblings).
9315         * international/mule-conf.el (prefer-utf-8): New coding system.
9316         (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
9317         files.
9319 2013-06-28  Ivan Kanis  <ivan@kanis.fr>
9321         * net/shr.el (shr-render-region): New function.
9323         * net/eww.el: Autoload `eww-browse-url'.
9325 2013-06-27  Dmitry Gutov  <dgutov@yandex.ru>
9327         * emacs-lisp/package-x.el (package-upload-buffer-internal):
9328         Adapt to `package-desc-version' being a list.
9329         Use `package--ac-desc-version' to retrieve version from a package
9330         archive element.
9332 2013-06-27  Juanma Barranquero  <lekktu@gmail.com>
9334         New experimental feature to save&restore window and frame setup.
9335         * desktop.el (desktop-save-windows): New defcustom.
9336         (desktop--saved-states): New var.
9337         (desktop--excluded-frame-parameters): New defconst.
9338         (desktop--filter-frame-parms, desktop--find-frame-in-display)
9339         (desktop--restore-windows, desktop--save-windows): New functions.
9340         (desktop-save): Call `desktop--save-windows'.
9341         (desktop-read): Call `desktop--restore-windows'.
9343 2013-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9345         * net/shr.el (add-face-text-property): Remove compat definition.
9347 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9349         * info.el (Info-try-follow-nearest-node): Move search for footnote
9350         above search for node name to prevent missing a footnote (bug#14717).
9352 2013-06-27  Stephen Berman  <stephen.berman@gmx.net>
9354         * obsolete/otodo-mode.el: Add obsolescence info to file header.
9356 2013-06-27  Leo Liu  <sdl.web@gmail.com>
9358         * net/eww.el (eww-read-bookmarks): Check file size.
9360 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9362         * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
9363         advice--pending if newdef is nil or an autoload (bug#13820).
9364         (advice-mapc): New function.
9366 2013-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368         * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
9369         probably.
9370         (eww-mode-map): Add a menu bar.
9371         (eww-add-bookmark): New command.
9372         (eww-bookmark-mode): New mode and commands.
9373         (eww-add-bookmark): Remove newlines from the title.
9374         (eww-bookmark-browse): Don't bug out if it's the only window.
9376 2013-06-26  Glenn Morris  <rgm@gnu.org>
9378         * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
9379         (hfy-size): Handle ttys.  (Bug#14668)
9381         * info-xref.el: Update for Texinfo 5 change in *note format.
9382         (info-xref-node-re, info-xref-note-re): New constants.
9383         (info-xref-check-buffer): Use info-xref-note-re.
9385 2013-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9387         * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
9389         * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
9390         nil terminate the loop (bug#14718).
9392 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9394         * net/eww.el: Rework history traversal.  When going forward/back,
9395         put these actions into the history, too, so that they can be
9396         replayed.
9397         (eww-render): Move the history reset to the correct buffer.
9399 2013-06-25  Juri Linkov  <juri@jurta.org>
9401         * files-x.el (modify-dir-local-variable): Change the header comment
9402         in the file with directory local variables.  (Bug#14692)
9404         * files-x.el (read-file-local-variable-value): Add `default'.
9405         (Bug#14710)
9407 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9409         * net/eww.el (eww-make-unique-file-name): Create a unique file
9410         name before saving to entering `y' accidentally asynchronously.
9412 2013-06-25  Ivan Kanis  <ivan@kanis.fr>
9414         * net/eww.el (eww-download): New command and keystroke.
9416 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9418         * net/eww.el (eww-copy-page-url): Change name of command.
9420         * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
9421         be more consistent with Info and dired.
9423         * net/eww.el (eww-mode-map): Ditto.
9425 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9427         * emacs-lisp/package.el: Use lexical-binding.  Include obsolete
9428         packages from archives.
9429         (package-archive-contents): Change format; include obsolete packages.
9430         (package-desc): Use `dir' to mark builtin packages.
9431         (package--from-builtin): Set the `dir' field to `builtin'.
9432         (generated-autoload-file, version-control): Declare.
9433         (package-compute-transaction): Change first arg and return value to be
9434         lists of package-descs.  Adjust to new package-archive-contents format.
9435         (package--add-to-archive-contents): Adjust to new
9436         package-archive-contents format.
9437         (package-download-transaction): Arg is now a list of package-descs.
9438         (package-install): If `pkg' is a package name, pass it as
9439         a requirement, so it is subject to the usual (e.g. disabled) checks.
9440         (describe-package): Accept package-desc as well.
9441         (describe-package-1): Describe a specific package-desc.  Add links to
9442         other package-descs for the same package name.
9443         (package-menu-describe-package): Pass the actual package-desc.
9444         (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
9445         works correctly.
9446         (package-desc-status): New function.
9447         (package-menu--refresh): New function, extracted
9448         from package-menu--generate.
9449         (package-menu--generate): Use it.
9450         (package-delete): Update package-alist.
9451         (package-menu-execute): Don't call package-initialize.
9453         * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
9454         progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
9455         progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
9456         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
9457         progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
9458         emacs-lisp/cl-macs.el: Neuter the "Version:" header.
9460 2013-06-25  Martin Rudalics  <rudalics@gmx.at>
9462         * window.el (window--state-get-1): Workaround for bug#14527.
9463         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
9465 2013-06-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467         * net/eww.el (eww-back-url): Implement the history by stashing all
9468         the data into a list.
9469         (eww-forward-url): Allow going forward in the history, too.
9471 2013-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
9474         for values and use read--expression for expressions (bug#14710).
9475         (read-file-local-variable): Avoid setq.
9476         (read-file-local-variable-mode): Use minor-mode-list.
9478 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9480         * textmodes/bibtex.el (bibtex-generate-url-list): Add support
9481         for DOI URLs.
9483 2013-06-25  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
9485         * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
9486         Update imenu-support when dialect changes.
9488 2013-06-25  Leo Liu  <sdl.web@gmail.com>
9490         * ido.el (ido-read-internal): Allow forward slash on windows.
9492 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9494         * net/eww.el (eww): Start of strings is \\`, not ^.
9496 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9498         * net/shr.el (shr-browse-url): Fix interactive spec.
9500         * net/eww.el (eww): Add a trailing slash to domain names.
9502 2013-06-24  Juanma Barranquero  <lekktu@gmail.com>
9504         * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
9506 2013-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9508         * net/shr.el (shr-browse-url): Use an external browser if given a
9509         prefix.
9511         * net/eww.el (eww-external-browser): Move to shr.
9513 2013-06-24  Ivan Kanis  <ivan@kanis.fr>
9515         * net/eww.el (eww): Work more correctly for file: URLs.
9516         (eww-detect-charset): Allow quoted charsets.
9517         (eww-yank-page-url): New command and keystroke.
9519 2013-06-24  Daiki Ueno  <ueno@gnu.org>
9521         * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
9522         file name of gpg executable.
9523         (epg-context-program): New function.
9524         (epg-context-home-directory): New function.
9525         (epg-context-set-program): New function.
9526         (epg-context-set-home-directory): New function.
9527         (epg--start): Use `epg-context-program' instead of
9528         'epg-gpg-program'.
9529         (epg--list-keys-1): Likewise.
9531 2013-06-24  Leo Liu  <sdl.web@gmail.com>
9533         * ido.el (ido-read-internal): Fix bug#14620.
9535 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9537         * faces.el (face-documentation): Simplify.
9538         (read-face-attribute, tty-find-type, x-resolve-font-name):
9539         Use `string-match-p'.
9540         (list-faces-display): Use `string-match-p'.  Simplify.
9541         (face-spec-recalc): Check face to avoid face alias loops.
9542         (read-color): Use `string-match-p' and non-capturing parenthesis.
9544 2013-06-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9546         * net/shr.el (shr-rescale-image): Use the new
9547         :max-width/:max-height functionality.
9549 2013-06-23  Ivan Kanis  <ivan@kanis.fr>
9551         * net/eww.el (eww-search-prefix): New variable.
9552         (eww): Use it.
9553         (eww-external-browser): New variable.
9554         (eww-mode-map): New keystroke.
9555         (eww-browse-with-external-browser): New command.
9557         * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
9559 2013-06-23  Juanma Barranquero  <lekktu@gmail.com>
9561         * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
9562         Don't skip aligning the next header field when padding is 0;
9563         otherwise, field width is not respected unless the title is as
9564         wide as the field.
9566 2013-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9568         * emacs-lisp/package.el (package-el-version): Remove.
9569         (package-process-define-package): Fix inf-loop.
9570         (package-install): Allow symbols as arguments again.
9572 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9574         * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
9575         add some more keyword-like methods.
9576         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
9578 2013-06-22  Juanma Barranquero  <lekktu@gmail.com>
9580         * bs.el (bs-buffer-show-mark): Make defvar-local.
9581         (bs-mode): Use setq-local.
9583         * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
9584         (emacs-lock--try-unlocking): Make defvar-local.
9586 2013-06-22  Glenn Morris  <rgm@gnu.org>
9588         * play/cookie1.el (cookie-apropos): Minor simplification.
9590         * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
9592 2013-06-22  Dmitry Gutov  <dgutov@yandex.ru>
9594         * progmodes/ruby-mode.el (auto-mode-alist): Do not use
9595         `regexp-opt', it breaks the build during dumping.
9597 2013-06-21  Dmitry Gutov  <dgutov@yandex.ru>
9599         * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9600         Highlight keyword-like methods on Kernel and Module with
9601         font-lock-builtin-face.
9602         (auto-mode-alist): Consolidate different entries into one regexp
9603         and add more *file-s.
9605 2013-06-21  Stephen Berman  <stephen.berman@gmx.net>
9607         * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
9609         * calendar/diary-lib.el (diary-goto-entry-function): New variable.
9610         (diary-entry): Use it in the action of this button type instead of
9611         diary-goto-entry.
9613         * calendar/todo-mode.el: New version.
9614         (todo-add-category): Append new category to end of file and give
9615         it the highest number, instead of putting it at the beginning and
9616         giving it 0.  Incorporate noninteractive functionality.
9617         (todo-forward-category): Adapt to 1-based category numbering.
9618         Allow skipping over archived categories.
9619         (todo-backward-category): Derive from todo-forward-category.
9620         (todo-backward-item, todo-forward-item): Make noninteractive and
9621         delegate interactive part to new commands.  Make sensitive to done items.
9622         (todo-categories): Make value an alist of category names and
9623         vectors of item counts.
9624         (todo-category-beg): Make a defconst.
9625         (todo-category-number): Use 1 instead of 0 as initial value.
9626         (todo-category-select): Make sensitive to overlays, optional item
9627         highlighting and done items.
9628         (todo-delete-item): Make sensitive to overlays and marked and done items.
9629         (todo-edit-item): Make sensitive to overlays and editing of
9630         date/time header optional.  Add format checks.
9631         (todo-edit-multiline): Rename to todo-edit-multiline-item.  Make a
9632         no-op if point is not on an item.  Advertise using todo-edit-quit.
9633         (todo-edit-mode): Make sensitive to new format, font-locking, and
9634         multiple todo files.
9635         (todo-insert-item, todo-insert-item-here): Derive from
9636         todo-basic-insert-item and extend functionality.
9637         (todo-item-end, todo-item-start): Make sensitive to done items.
9638         (todo-item-string): Don't return text properties.  Restore point.
9639         (todo-jump-to-category): Make sensitive to multiple todo files and
9640         todo archives.  Use extended category completion.
9641         (todo-lower-item, todo-raise-item): Rename to *-priority and
9642         derive from todo-set-item-priority.
9643         (todo-mode): Derive from special-mode.  Make sensitive to new
9644         format, font-locking and multiple todo files.  Make read-only.
9645         (todo-mode-map): Don't suppress digit keys, so they can supply
9646         prefix arguments.  Add many new key bindings.
9647         (todo-prefix): Insert as an overlay instead of file text.
9648         Change semantics from diary date expression to purely visual mark.
9649         (todo-print): Rename to todo-print-buffer.  Make buffer display
9650         features printable.  Remove option to restrict number of items
9651         printed.  Add option to print to file.
9652         (todo-print-function): Rename to todo-print-buffer-function.
9653         (todo-quit): Extend to handle exiting new todo modes.
9654         (todo-remove-item): Make sensitive to overlays.
9655         (todo-save): Extend to buffers of filtered items.
9656         (todo-show): Make sensitive to done items, multiple todo files and
9657         new todo modes.  Offer to convert legacy todo file before creating
9658         first new todo file.
9659         (todo-show-priorities): Rename to todo-top-priorities.
9660         Change semantics of value 0.
9661         (todo-top-priorities): Rename to todo-filter-top-priorities,
9662         derive from todo-filter-items and extend functionality.
9663         (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
9664         and extend functionality to other types of filtered items.
9665         (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
9666         (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
9667         (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
9668         (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
9669         (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
9670         (todo-edit-mode-hook, todo-entry-prefix-function)
9671         (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
9672         (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
9673         (todo-initials, todo-insert-threshold, todo-item-string-start)
9674         (todo-line-string, todo-menu, todo-mode-hook)
9675         (todo-more-important-p, todo-previous-answer, todo-previous-line)
9676         (todo-print-priorities, todo-remove-separator)
9677         (todo-save-top-priorities-too, todo-string-count-lines)
9678         (todo-string-multiline-p, todo-time-string-format)
9679         (todo-tmp-buffer-name): Remove.
9680         (todo-add-file, todo-archive-done-item, todo-choose-archive)
9681         (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
9682         (todo-edit-category-diary-inclusion)
9683         (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
9684         (todo-edit-file, todo-edit-item-date-day)
9685         (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
9686         (todo-edit-item-date-month, todo-edit-item-date-to-today)
9687         (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
9688         (todo-edit-item-diary-nonmarking, todo-edit-item-header)
9689         (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
9690         (todo-filter-diary-items-multifile, todo-filter-regexp-items)
9691         (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
9692         (todo-filter-top-priorities-multifile, todo-find-archive)
9693         (todo-find-filtered-items-file, todo-go-to-source-item)
9694         (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
9695         (todo-jump-to-archive-category, todo-lower-category)
9696         (todo-mark-category, todo-marked-item-p, todo-merge-category)
9697         (todo-move-category, todo-move-item, todo-next-button)
9698         (todo-next-item, todo-padded-string, todo-powerset)
9699         (todo-previous-button, todo-previous-item)
9700         (todo-print-buffer-to-file, todo-raise-category)
9701         (todo-rename-category, todo-repair-categories-sexp, todo-search)
9702         (todo-set-category-number, todo-set-item-priority)
9703         (todo-set-top-priorities-in-category)
9704         (todo-set-top-priorities-in-file, todo-show-categories-table)
9705         (todo-sort-categories-alphabetically-or-numerically)
9706         (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
9707         (todo-sort-categories-by-done, todo-sort-categories-by-todo)
9708         (todo-toggle-item-header, todo-toggle-item-highlighting)
9709         (todo-toggle-mark-item, todo-toggle-prefix-numbers)
9710         (todo-toggle-view-done-items, todo-toggle-view-done-only)
9711         (todo-unarchive-items, todo-unmark-category): New commands.
9712         (todo-absolute-file-name, todo-add-to-buffer-list)
9713         (todo-adjusted-category-label-length, todo-basic-edit-item-header)
9714         (todo-basic-insert-item, todo-category-completions)
9715         (todo-category-number, todo-category-string-matcher-1)
9716         (todo-category-string-matcher-2, todo-check-filtered-items-file)
9717         (todo-check-format, todo-clear-matches)
9718         (todo-comment-string-matcher, todo-convert-legacy-date-time)
9719         (todo-current-category, todo-date-string-matcher)
9720         (todo-define-insertion-command, todo-diary-expired-matcher)
9721         (todo-diary-goto-entry, todo-diary-item-p)
9722         (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
9723         (todo-display-categories, todo-display-sorted, todo-done-item-p)
9724         (todo-done-item-section-p, todo-done-separator)
9725         (todo-done-string-matcher, todo-files, todo-filter-items)
9726         (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
9727         (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
9728         (todo-insert-category-line, todo-insert-item-from-calendar)
9729         (todo-insert-sort-button, todo-insert-with-overlays)
9730         (todo-insertion-command-name, todo-insertion-key-bindings)
9731         (todo-label-to-key, todo-longest-category-name-length)
9732         (todo-make-categories-list, todo-mode-external-set)
9733         (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
9734         (todo-modes-set-3, todo-multiple-filter-files)
9735         (todo-nondiary-marker-matcher, todo-prefix-overlays)
9736         (todo-read-category, todo-read-date, todo-read-dayname)
9737         (todo-read-file-name, todo-read-time)
9738         (todo-reevaluate-category-completions-files-defcustom)
9739         (todo-reevaluate-default-file-defcustom)
9740         (todo-reevaluate-filelist-defcustoms)
9741         (todo-reevaluate-filter-files-defcustom)
9742         (todo-reset-and-enable-done-separator, todo-reset-comment-string)
9743         (todo-reset-done-separator, todo-reset-done-separator-string)
9744         (todo-reset-done-string, todo-reset-global-current-todo-file)
9745         (todo-reset-highlight-item, todo-reset-nondiary-marker)
9746         (todo-reset-prefix, todo-set-categories)
9747         (todo-set-date-from-calendar, todo-set-show-current-file)
9748         (todo-set-top-priorities, todo-short-file-name)
9749         (todo-show-current-file, todo-sort, todo-time-string-matcher)
9750         (todo-total-item-counts, todo-update-buffer-list)
9751         (todo-update-categories-display, todo-update-categories-sexp)
9752         (todo-update-count, todo-validate-name, todo-y-or-n-p):
9753         New functions.
9754         (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
9755         New major modes.
9756         (todo-categories, todo-display, todo-edit, todo-faces)
9757         (todo-filtered): New defgroups.
9758         (todo-archived-only, todo-button, todo-category-string, todo-date)
9759         (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
9760         (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
9761         (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
9762         (todo-add-item-if-new-category, todo-always-add-time-string)
9763         (todo-categories-align, todo-categories-archived-label)
9764         (todo-categories-category-label, todo-categories-diary-label)
9765         (todo-categories-done-label, todo-categories-number-separator)
9766         (todo-categories-todo-label, todo-categories-totals-label)
9767         (todo-category-completions-files, todo-completion-ignore-case)
9768         (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
9769         (todo-done-separator-string, todo-done-string)
9770         (todo-files-function, todo-filter-done-items, todo-filter-files)
9771         (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
9772         (todo-initial-category, todo-initial-file, todo-item-mark)
9773         (todo-legacy-date-time-regexp, todo-mode-line-function)
9774         (todo-nondiary-marker, todo-number-prefix)
9775         (todo-print-buffer-function, todo-show-current-file)
9776         (todo-show-done-only, todo-show-first, todo-show-with-done)
9777         (todo-skip-archived-categories, todo-top-priorities-overrides)
9778         (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
9779         (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
9780         New defcustoms.
9781         (todo-category-done, todo-date-pattern, todo-date-string-start)
9782         (todo-diary-items-buffer, todo-done-string-start)
9783         (todo-filtered-items-buffer, todo-item-start)
9784         (todo-month-abbrev-array, todo-month-name-array)
9785         (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
9786         (todo-top-priorities-buffer): New defconsts.
9787         (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
9788         (todo-categories-with-marks, todo-category-string-face)
9789         (todo-comment-face, todo-comment-string, todo-current-todo-file)
9790         (todo-date-face, todo-date-from-calendar, todo-descending-counts)
9791         (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
9792         (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
9793         (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
9794         (todo-font-lock-keywords, todo-global-current-todo-file)
9795         (todo-insertion-commands, todo-insertion-commands-arg-key-list)
9796         (todo-insertion-commands-args)
9797         (todo-insertion-commands-args-genlist)
9798         (todo-insertion-commands-names, todo-insertion-map)
9799         (todo-key-bindings-t, todo-key-bindings-t+a)
9800         (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
9801         (todo-multiple-filter-files, todo-multiple-filter-files-widget)
9802         (todo-nondiary-face, todo-print-buffer, todo-time-face)
9803         (todo-visited): New variables.
9805 2013-06-21  Glenn Morris  <rgm@gnu.org>
9807         * play/cookie1.el (cookie-apropos): Add optional display argument.
9808         * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
9809         (psychoanalyze-pinhead): Use cookie-doctor.
9811 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9813         * emacs-lisp/package.el (tar-get-file-descriptor)
9814         (tar--extract): Declare.
9816 2013-06-21  Eduard Wiebe  <usenet@pusto.de>
9818         Extend flymake's warning predicate to be a function (bug#14217).
9819         * progmodes/flymake.el (flymake-warning-predicate): New.
9820         (flymake-parse-line): Use it.
9821         (flymake-warning-re): Make obsolete alias to
9822         `flymake-warning-predicate'.
9824 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9826         * emacs-lisp/package.el (package-alist): Include obsolete packages.
9827         (package-obsolete-list): Remove.
9828         (package-activate): Remove min-version argument.  Add `force' argument.
9829         Adjust to new package-alist format.
9830         (package-mark-obsolete): Remove.
9831         (package-unpack): Force reload of the package's autoloads.
9832         (package-installed-p): Check builtins if the installed package is not
9833         recent enough.
9834         (package-initialize): Don't reset package-obsolete-list.
9835         Don't specify which package version to activate.
9836         (package-process-define-package, describe-package-1)
9837         (package-menu--generate): Adjust to new package-alist format.
9839 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9841         * allout-widgets.el (allout-widgets-mode-off)
9842         (allout-widgets-mode-on, allout-widgets-pre-command-business)
9843         (allout-widgets-post-command-business)
9844         (allout-widgets-after-copy-or-kill-function)
9845         (allout-widgets-after-undo-function, allout-test-range-overlaps)
9846         (allout-decorate-item-and-context)
9847         (allout-graphics-modification-handler): Fix typos in docstrings.
9848         (allout-get-or-create-parent-widget): Use `looking-at-p'.
9850         * cmuscheme.el (scheme-start-file): Doc fix.
9851         (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
9852         (scheme-input-filter): Use `string-match-p'.
9854         * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
9856         * dired-x.el: Use Dired consistently in docstrings.
9858         * dired.el: Use Dired consistently in docstrings.
9859         (dired-readin, dired-mode): Use `setq-local'.
9860         (dired-switches-alist): Make defvar-local.
9861         (dired-buffers-for-dir): Use `zerop'.
9862         (dired-safe-switches-p, dired-switches-escape-p)
9863         (dired-insert-old-subdirs, dired-move-to-end-of-filename)
9864         (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
9865         (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
9866         (dired-goto-next-nontrivial-file): Use `string-match-p'.
9867         (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
9868         (dired-toggle-marks, dired-mark-files-containing-regexp)
9869         (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
9870         (dired-flag-auto-save-files, dired-flag-backup-files):
9871         Use `looking-at-p'.
9872         (dired-mark-files-regexp, dired-build-subdir-alist):
9873         Use `string-match-p', `looking-at-p'.
9875         * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
9876         (direct-print-region-helper): Use `string-match-p'.
9878 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9880         * comint.el (comint-redirect-results-list-from-process):
9881         Fix infinite loop.
9883 2013-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885         * net/eww.el (eww-update-header-line-format): Quote % characters.
9887 2013-06-21  Glenn Morris  <rgm@gnu.org>
9889         * play/cookie1.el (cookie): New custom group.
9890         (cookie-file): New option.
9891         (cookie-check-file): New function.
9892         (cookie): Make it interactive.  Make start and end messages optional.
9893         Interactively, display the result.  Default to cookie-file.
9894         (cookie-insert): Default to cookie-file.
9895         (cookie-snarf): Make start and end messages optional.
9896         Default to cookie-file.  Use with-temp-buffer.
9897         (cookie-read): Rename from read-cookie.
9898         Make start and end messages optional.  Default to cookie-file.
9899         (cookie-shuffle-vector): Rename from shuffle-vector.  Use dotimes.
9900         Do not autoload it.
9901         (cookie-apropos, cookie-doctor): New functions, copied from yow.el
9902         * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
9904 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9906         * progmodes/octave.el (octave-mode): Backward compatibility fix.
9908 2013-06-21  Glenn Morris  <rgm@gnu.org>
9910         * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
9912 2013-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9913             Daniel Hackney  <dan@haxney.org>
9915         * emacs-lisp/package.el: Use tar-mode rather than tar executable.
9916         Consolidate the single-file vs tarball code.
9917         (package-desc-suffix): New function.
9918         (package-desc-full-name): Don't bother inlining it.
9919         (package-load-descriptor): Return the new package-desc.
9920         (package-mark-obsolete): Remove unused arg `package'.
9921         (package-unpack): Make it work for single files as well.
9922         Make it update package-alist.
9923         (package--make-autoloads-and-stuff): Rename from
9924         package--make-autoloads-and-compile.  Don't compile any more.
9925         (package--compile): New function.
9926         (package-generate-description-file): New function, extracted from
9927         package-unpack-single.
9928         (package-unpack-single): Remove.
9929         (package--with-work-buffer): Add indentation and debugging info.
9930         (package-download-single): Remove.
9931         (package-install-from-archive): Rename from package-download-tar, make
9932         it take a pkg-desc, and make it work for single files as well.
9933         (package-download-transaction): Simplify.
9934         (package-tar-file-info): Remove `file' arg.  Rewrite not to use an
9935         external tar program.
9936         (package-install-from-buffer): Remove `pkg-desc' argument.
9937         Use package-tar-file-info for tar-mode buffers.
9938         (package-install-file): Simplify accordingly.
9939         (package-archive-base): Change to take a pkg-desc.
9940         * tar-mode.el (tar--check-descriptor): New function, extracted from
9941         tar-get-descriptor.
9942         (tar-get-descriptor): Use it.
9943         (tar-get-file-descriptor): New function.
9944         (tar--extract): New function, extracted from tar-extract.
9945         (tar--extract): Use it.
9946         * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
9947         case the summary uses non-ascii.  Adjust to new calling convention of
9948         package-tar-file-info.
9950 2013-06-21  Leo Liu  <sdl.web@gmail.com>
9952         * comint.el (comint-redirect-results-list-from-process):
9953         Fix random delay.  (Bug#14681)
9955 2013-06-21  Juanma Barranquero  <lekktu@gmail.com>
9957         * profiler.el (profiler-format-number): Use log, not log10.
9959 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9961         * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
9963 2013-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9965         * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
9966         * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
9967         yet available.
9968         * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
9969         (AUTOGENEL): ... here.
9970         * emacs-lisp/cl-macs.el (cl--sublis): New function.
9971         (cl--defsubst-expand): Use it.
9973 2013-06-20  Paul Eggert  <eggert@cs.ucla.edu>
9975         * subr.el (log10): Move here from C code, and declare as obsolete.
9976         All uses of (log10 X) replaced with (log X 10).
9978 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9980         * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
9981         Declare with `defvar-local'.
9982         (tabulated-list-use-header-line, tabulated-list-entries)
9983         (tabulated-list-padding, tabulated-list-printer)
9984         (tabulated-list-sort-key): Declare with `defvar-local'.
9985         (tabulated-list-init-header, tabulated-list-print-fake-header):
9986         Use `setq-local'.
9988 2013-06-20  Michael Albinus  <michael.albinus@gmx.de>
9990         * arc-mode.el (archive-mode): Add `archive-write-file' to
9991         `write-contents-functions' also for remote files.  (Bug#14652)
9993 2013-06-20  Juanma Barranquero  <lekktu@gmail.com>
9995         * cus-edit.el (custom-commands): Fix typos.
9996         (custom-display): Fix tooltip text.
9997         (custom-magic-alist, custom-filter-face-spec, custom-group-members):
9998         Fix typos in docstrings.
9999         (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
10000         (custom-unlispify-menu-entry, custom-magic-value-create)
10001         (custom-add-see-also, custom-group-value-create): Use ?\s.
10002         (custom-guess-type, customize-apropos, editable-field)
10003         (custom-face-value-create): Use `string-match-p'.
10004         (custom-save-variables, custom-save-faces): Use `looking-at-p'.
10006         * custom.el (custom-load-symbol): Use `string-match-p'.
10008         * ansi-color.el: Convert to lexical binding.
10009         (ansi-colors): Fix URL.
10010         (ansi-color-context, ansi-color-context-region): Use defvar-local.
10011         (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
10012         (ansi-color-make-color-map): Rename local var ansi-color-map to map.
10014 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10016         * net/eww.el (eww-process-text-input): Display passwords as asterisks.
10018         * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
10020 2013-06-19  Tom Tromey  <tromey@redhat.com>
10022         * net/eww.el (eww-top-url): Remove.
10023         (eww-home-url, eww-start-url, eww-contents-url): New defvars.
10024         (eww-render): Set new variables.  Don't set eww-top-url.
10025         (eww-handle-link): Handle "prev", "home", and "contents".
10026         Downcase the rel text.
10027         (eww-top-url): Choose best top URL.
10029 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031         * net/eww.el: Rewrite to implement form elements "by hand" instead of
10032         relying in widget.el.  Using widget.el leads to too many
10033         user interface inconsistencies.
10034         (eww-self-insert): Implement entering commands in text fields.
10035         (eww-process-text-input): New function to make text input field editing
10036         work.
10037         (eww-submit): Rewrite to use the new-style form methods.
10038         (eww-select-display): Display the correct selected item.
10039         (eww-change-select): Implement changing the select value.
10040         (eww-toggle-checkbox): Implement radio/checkboxes.
10041         (eww-update-field): Fix compilation error.
10042         (eww-tag-textarea): Implement <textarea>.
10044         * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
10045         we don't shadow mode-specific bindings.
10047         * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
10048         nothing to push.
10050         * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
10052 2013-06-19  Glenn Morris  <rgm@gnu.org>
10054         * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
10056 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10058         * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
10059         not needed.
10061         * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
10063 2013-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10065         * net/browse-url.el (browse-url-browser-function):
10066         `eww-browse-url' has the right calling signature, `eww' does not.
10068 2013-06-19  Glenn Morris  <rgm@gnu.org>
10070         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10071         Only eval autoloaded macros.
10072         (byte-compile-autoload): Only give the macro warning for macros.
10074         * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
10075         (ps-underlined-faces): Declare.
10077         * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
10078         (speedbar-add-supported-extension): Declare.
10080         * international/titdic-cnv.el (tit-process-header, miscdic-convert):
10081         Don't include a date stamp in the header of the generated file;
10082         it leads to needless differences between output files.
10084 2013-06-19  Michael Albinus  <michael.albinus@gmx.de>
10086         * net/secrets.el (secrets-struct-secret-content-type):
10087         Replace check of introspection data by a test call of "CreateItem".
10088         Some servers do not offer introspection.
10090 2013-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10092         * electric.el (electric-pair-mode): Improve interaction with
10093         electric-layout-mode.
10094         (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
10095         (electric-pair-syntax): Use text-mode-syntax-table in comments
10096         and strings.
10097         (electric-pair--insert): New function.
10098         (electric-pair-post-self-insert-function): Use it and
10099         electric--after-char-pos.
10101 2013-06-19  Leo Liu  <sdl.web@gmail.com>
10103         * progmodes/octave.el (octave-help): Fix regexp.
10105 2013-06-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10107         * net/shr.el (shr-make-table-1): Implement <td rowspan>.
10108         (shr-table-horizontal-line): Allow nil as a value, and change the
10109         default.
10110         (shr-insert-table-ruler): Respect the nil value.
10112 2013-06-18  Tom Tromey  <tromey@barimba>
10114         * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10115         New defvars.
10116         (eww-open-file): New defun.
10117         (eww-render): Initialize new variables.
10118         (eww-display-html): Handle "link" and "a".
10119         (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
10120         (eww-mode-map): Move "p" to "l".  Bind "p", "n", "t", and "u".
10121         (eww-back-url): Rename from eww-previous-url.
10122         (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
10123         New defuns.
10125 2013-06-18  Dmitry Gutov  <dgutov@yandex.ru>
10127         * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
10128         Distinguish ternary operator tokens from slash symbol and slash
10129         char literal.
10131 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10133         Convert symbol prettification into minor mode and global minor mode.
10135         * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
10136         `prog-prettify-symbols', and make a local defvar instead of defcustom.
10137         (prettify-symbols--keywords): Rename from
10138         `prog-prettify-symbols-alist' and make a local defvar.
10139         (prettify-symbols--compose-symbol): Rename from
10140         `prog--prettify-font-lock-compose-symbol'.
10141         (prettify-symbols--make-keywords): Rename from
10142         `prog-prettify-font-lock-symbols-keywords' and simplify.
10143         (prog-prettify-install): Remove.
10144         (prettify-symbols-mode): New minor mode, based on
10145         `prog-prettify-install'.
10146         (turn-on-prettify-symbols-mode): New function.
10147         (global-prettify-symbols-mode): New globalized minor mode.
10149         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10150         * progmodes/cfengine.el (cfengine3-mode):
10151         * progmodes/perl-mode.el (perl-mode): Don't call
10152         `prog-prettify-install'; set `prettify-symbols-alist' instead.
10154 2013-06-18  Juri Linkov  <juri@jurta.org>
10156         * files-x.el (modify-file-local-variable-message): New function.
10157         (modify-file-local-variable)
10158         (modify-file-local-variable-prop-line): Add arg INTERACTIVE
10159         and call `modify-file-local-variable-message' when it's non-nil.
10160         (add-file-local-variable, delete-file-local-variable)
10161         (add-file-local-variable-prop-line)
10162         (delete-file-local-variable-prop-line): Add arg INTERACTIVE
10163         and use it.  (Bug#9820)
10165 2013-06-18  Juri Linkov  <juri@jurta.org>
10167         * emulation/vi.el (vi-shell-op):
10168         * emulation/vip.el (vip-execute-com, ex-command):
10169         * emulation/viper-cmd.el (viper-exec-bang):
10170         * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
10171         the call of `shell-command-on-region'.  (Bug#14637)
10173         * simple.el (shell-command-on-region): Doc fix.
10175 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10177         * emacs-lisp/eieio-custom.el: Remove misleading Version: header
10178         (bug#14633).
10180 2013-06-18  Glenn Morris  <rgm@gnu.org>
10182         * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
10184         * newcomment.el (comment-search-forward, comment-search-backward):
10185         Doc fix.  (Bug#14376)
10187 2013-06-18  Juanma Barranquero  <lekktu@gmail.com>
10189         * face-remap.el (buffer-face-toggle): Fix typo in docstring.
10190         (buffer-face-mode-invoke): Doc fix.
10192 2013-06-18  Matthias Meulien  <orontee@gmail.com>
10194         * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
10195         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
10197 2013-06-18  Glenn Morris  <rgm@gnu.org>
10199         * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
10200         Replace obsolete function generic-make-keywords with its expansion.
10202         * progmodes/python.el (ffap-alist): Declare.
10204         * textmodes/reftex.el (bibtex-mode-map): Declare.
10206 2013-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10208         * emacs-lisp/package.el: Update package-alist after install (bug#14632).
10209         (package-unpack, package-unpack-single): Return the pkg-dir.
10210         (package-download-transaction): Use it to update package-alist.
10212 2013-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10214         * net/browse-url.el (browse-url-browser-function): Add `eww' as a
10215         possible choice.
10217 2013-06-17  Juri Linkov  <juri@jurta.org>
10219         * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
10221 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
10223         * emacs-lisp/package.el (package-load-descriptor):
10224         Remove `with-syntax-table' call, `read' doesn't need it.
10225         http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
10227 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
10229         * startup.el (command-line): Expand package name returned by
10230         `package--description-file' (bug#14639).
10232 2013-06-17  Dmitry Gutov  <dgutov@yandex.ru>
10234         * emacs-lisp/package.el (package-load-descriptor): Do not call
10235         `emacs-lisp-mode', just use its syntax table.
10237 2013-06-17  Juanma Barranquero  <lekktu@gmail.com>
10239         * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
10240         `font-lock-extra-managed-props' if any prettifying keyword is added.
10241         (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
10242         (prog-mode): Use `setq-local'.
10244 2013-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10246         * international/characters.el (standard-case-table): Set syntax of ?»
10247         and ?« to punctuation.
10249 2013-06-16  Juanma Barranquero  <lekktu@gmail.com>
10251         * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
10252         Save relevant match data before calling `syntax-ppss' (bug#14595).
10254 2013-06-15  Juri Linkov  <juri@jurta.org>
10256         * files-x.el (modify-file-local-variable-prop-line): Add local
10257         variables to the end of the existing comment on the first line.
10258         Use `file-auto-mode-skip' to skip interpreter magic line,
10259         and also skip XML declaration.
10261 2013-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10263         * startup.el (package--builtin-versions): New var.
10264         (package-subdirectory-regexp): Remove.
10265         (package--description-file): Hard code its value instead.
10267         * emacs-lisp/package.el: Don't activate packages older than builtin.
10268         (package-obsolete-list): Rename from package-obsolete-alist, and make
10269         it into a simple list of package-desc.
10270         (package-strip-version): Remove.
10271         (package-built-in-p): Use package--builtin-versions.
10272         (package-mark-obsolete): Simplify.
10273         (package-process-define-package): Mark it obsolete if older than the
10274         builtin version.
10275         (package-handle-response): Use line-end-position.
10276         (package-read-archive-contents, package--download-one-archive):
10277         Simplify.
10278         (package--add-to-archive-contents): Skip if older than the builtin or
10279         installed version.
10280         (package-menu-describe-package): Fix last change.
10281         (package-list-unversioned): New var.
10282         (package-menu--generate): Use it.
10284         * emacs-lisp/autoload.el: Manage package--builtin-versions.
10285         (autoload--insert-text, autoload--insert-cookie-text): New functions.
10286         (autoload-builtin-package-versions): New variable.
10287         (autoload-generate-file-autoloads): Use them.
10288         Remove the list of autoloaded functions/macros from the
10289         (autoload...) comments.
10291         * Makefile.in (autoloads): Set autoload-builtin-package-versions.
10293 2013-06-15  Eli Zaretskii  <eliz@gnu.org>
10295         * simple.el (line-move-partial): Don't jump to the next screen
10296         line as soon as it becomes visible.  Instead, continue enlarging
10297         the vscroll until the portion of a tall screen line that's left on
10298         display is about the height of the frame's default font.
10299         (Bug#14567)
10301 2013-06-15  Glenn Morris  <rgm@gnu.org>
10303         * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
10304         compilation-error-regexp-alist void, or local while let-bound.
10306         * progmodes/make-mode.el (makefile-mode-syntax-table):
10307         Treat "=" as punctuation.  (Bug#14614)
10309 2013-06-15  Juanma Barranquero  <lekktu@gmail.com>
10311         * help-fns.el (describe-variable):
10312         Add extra line for permanent-local variables.
10314 2013-06-15  Simen Heggestøyl  <simenheg@ifi.uio.no>  (tiny change)
10316         * progmodes/scheme.el (scheme-font-lock-keywords-2):
10317         Add export, import, library.  (Bug#9164)
10318         (library): Set indent function.
10320 2013-06-14  Glenn Morris  <rgm@gnu.org>
10322         * term/xterm.el (xterm--query):
10323         Stop after first matching handler.  (Bug#14615)
10325 2013-06-14  Ivan Kanis  <ivan@kanis.fr>
10327         Add support for dired in saveplace.
10328         * dired.el (dired-initial-position-hook): New variable.
10329         (dired-initial-position): Call hook to place cursor position.
10330         * saveplace.el (save-place-to-alist): Add dired position.
10331         (save-place-dired-hook): New function.
10333 2013-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10335         * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
10336         through a symbol rather than letrec.
10338         * emacs-lisp/package.el: Don't recompute dir.  Use pkg-descs more.
10339         (package-desc): Add `dir' field.
10340         (package-desc-full-name): New function.
10341         (package-load-descriptor): Combine the two arguments.  Don't use `load'.
10342         (package-maybe-load-descriptor): Remove.
10343         (package-load-all-descriptors): Just call package-load-descriptor.
10344         (package--disabled-p): New function.
10345         (package-desc-vers, package-desc-doc): Remove aliases.
10346         (package--dir): Remove function.
10347         (package-activate): Check if a package is disabled.
10348         (package-process-define-package): New function, extracted from
10349         define-package.
10350         (define-package): Turn into a place holder.
10351         (package-unpack-single, package-tar-file-info):
10352         Use package--description-file.
10353         (package-compute-transaction): Use package--disabled-p.
10354         (package-download-transaction): Don't call
10355         package-maybe-load-descriptor since they're all loaded anyway.
10356         (package-install): Change argument to be a pkg-desc.
10357         (package-delete): Use a single pkg-desc argument.
10358         (describe-package-1): Use package-desc-dir instead of package--dir.
10359         Use package-desc property instead of package-symbol.
10360         (package-install-button-action): Adjust accordingly.
10361         (package--push): Rewrite.
10362         (package-menu--print-info): Adjust accordingly.  Change the ID format
10363         to be a pkg-desc.
10364         (package-menu-describe-package, package-menu-get-status)
10365         (package-menu--find-upgrades, package-menu-mark-upgrades)
10366         (package-menu-execute, package-menu--name-predicate):
10367         Adjust accordingly.
10368         * startup.el (package--description-file): New function.
10369         (command-line): Use it.
10370         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10371         Use package-desc-version.
10373         * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
10374         (byte-compile-preprocess): Use it.
10375         (byte-compile-file-form-defalias): Try a bit harder to use macros we
10376         can't quite recognize.
10377         (byte-compile-add-to-list): Remove.
10378         * emacs-lisp/cconv.el (cconv-warnings-only): New function.
10379         (cconv-closure-convert): Add assertion.
10381         * emacs-lisp/map-ynp.el: Use lexical-binding.
10382         (map-y-or-n-p): Remove unused vars `tail' and `object'.
10383         Factor out some repeated code.
10385 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10387         * subr.el (with-eval-after-load): New macro.
10388         (eval-after-load): Allow form to be a function.
10389         take advantage of lexical-binding.
10390         (do-after-load-evaluation): Use dolist and adjust to new format.
10391         * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
10393 2013-06-13  Juri Linkov  <juri@jurta.org>
10395         * replace.el (perform-replace): Display "symbol " and other search
10396         modes from `isearch-message-prefix' in the *Help* buffer.
10398         * isearch.el (isearch-query-replace): Add " symbol" and other
10399         possible search modes from `isearch-message-prefix' to the prompt.
10400         (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
10401         when reading a regexp to collect.
10403 2013-06-13  Juri Linkov  <juri@jurta.org>
10405         * isearch.el (word-search-regexp): Match whitespace if the search
10406         string begins or ends in whitespace.  The LAX arg is applied to
10407         both ends of the search string.  Use `regexp-quote' and explicit
10408         \< and \> instead of \b.  Use \` and \' instead of ^ and $.
10409         (isearch-symbol-regexp): Sync with `word-search-regexp' where word
10410         boundaries are replaced with symbol boundaries, and characters
10411         between symbols match non-word non-symbol syntax.  (Bug#14602)
10413 2013-06-13  Juri Linkov  <juri@jurta.org>
10415         * isearch.el (isearch-del-char): Don't exceed the length of
10416         `isearch-string' by the prefix arg.  (Bug#14563)
10418 2013-06-13  Juri Linkov  <juri@jurta.org>
10420         * isearch.el (isearch-yank-word, isearch-yank-line)
10421         (isearch-char-by-name, isearch-quote-char)
10422         (isearch-printing-char, isearch-process-search-char):
10423         Add optional count prefix arg.  (Bug#14563)
10425         * international/isearch-x.el
10426         (isearch-process-search-multibyte-characters):
10427         Add optional count prefix arg.
10429 2013-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
10432         (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
10433         lexical-binding.
10435 2013-06-13  Vitalie Spinu  <spinuvit@gmail.com>
10437         * subr.el (set-temporary-overlay-map): Add on-exit argument.
10439 2013-06-13  Glenn Morris  <rgm@gnu.org>
10441         * startup.el (tty-handle-args):
10442         Don't just discard "--" and anything after.  (Bug#14608)
10444         * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
10446 2013-06-13  Michael Albinus  <michael.albinus@gmx.de>
10448         Implement changes in Secret Service API.  Make it backward compatible.
10449         * net/secrets.el (secrets-struct-secret-content-type): New defonst.
10450         (secrets-create-item): Use it.  Prefix properties with interface.
10452 2013-06-13  Michael Hoffman  <9qobl2n02@sneakemail.com>  (tiny change)
10454         * term.el (term-suppress-hard-newline): New option.  (Bug#12017)
10455         (term-emulate-terminal): Respect term-suppress-hard-newline.
10457 2013-06-13  E Sabof  <esabof@gmail.com>  (tiny change)
10459         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10460         Only remove a `thumb-file' overlay.  (Bug#14548)
10462 2013-06-12  Grégoire Jadi  <daimrod@gmail.com>
10464         * mail/reporter.el (reporter-submit-bug-report):
10465         Handle missing package-name.  (Bug#14600)
10467 2013-06-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
10469         * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
10470         (reftex-citation-prompt, reftex-default-bibliography)
10471         (reftex-bib-or-thebib, reftex-get-bibfile-list)
10472         (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
10473         (reftex-bib-sort-author, reftex-bib-sort-year)
10474         (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
10475         (reftex-extract-bib-entries-from-thebibliography)
10476         (reftex-get-bibkey-default, reftex-get-bib-names)
10477         (reftex-parse-bibtex-entry, reftex-get-bib-field)
10478         (reftex-format-bib-entry, reftex-parse-bibitem)
10479         (reftex-format-bibitem, reftex-do-citation)
10480         (reftex-figure-out-cite-format, reftex-offer-bib-menu)
10481         (reftex-restrict-bib-matches, reftex-extract-bib-file)
10482         (reftex-insert-bib-matches, reftex-format-citation)
10483         (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
10484         (reftex-create-bibtex-file): Add docstrings, mostly by converting
10485         existing comments into docstrings.
10487 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10489         * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
10491 2013-06-12  Andreas Schwab  <schwab@suse.de>
10493         * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
10494         for auto-save files.
10496 2013-06-12  Glenn Morris  <rgm@gnu.org>
10498         * ido.el (ido-delete-ignored-files): Remove.
10499         (ido-wide-find-dirs-or-files, ido-make-file-list-1):
10500         Go back to calling ido-ignore-item-p directly.
10502 2013-06-12  Eyal Lotem  <eyal.lotem@gmail.com>  (tiny change)
10504         * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
10506         * ido.el (ido-delete-ignored-files): New function,
10507         split from ido-make-file-list-1.
10508         (ido-wide-find-dirs-or-files): Maybe ignore files.  (Bug#13003)
10509         (ido-make-file-list-1): Use ido-delete-ignored-files.
10511 2013-06-12  Leo Liu  <sdl.web@gmail.com>
10513         * progmodes/octave.el (inferior-octave-startup)
10514         (inferior-octave-completion-table)
10515         (inferior-octave-track-window-width-change)
10516         (octave-eldoc-function-signatures, octave-help)
10517         (octave-find-definition): Use single quoted strings.
10518         (inferior-octave-startup-args): Change default value.
10519         (inferior-octave-startup): Do not hard code "-i" and
10520         "--no-line-editing".
10521         (inferior-octave-resync-dirs): Add optional arg NOERROR.
10522         (inferior-octave-directory-tracker): Use it.
10523         (octave-goto-function-definition): Robustify.
10524         (octave-help): Support highlighting operators in 'See also'.
10525         (octave-find-definition): Find subfunctions only in Octave mode.
10527 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10529         * help-fns.el (help-fns--compiler-macro): If the handler function is
10530         named, then put a link to it.
10531         * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
10532         * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
10533         (cl-typep): Use it.
10534         (cl-eval-when): Simplify debug spec.
10535         (cl-define-compiler-macro): Use eval-and-compile.  Give a name to the
10536         compiler-macro function instead of setting `compiler-macro-file'.
10538 2013-06-12  Xue Fuqiao  <xfq.free@gmail.com>
10540         * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
10541         * vc/vc-hooks.el (vc-stay-local): Doc fix.
10543 2013-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10544             Daniel Hackney  <dan@haxney.org>
10546         First part of Daniel Hackney's patch to package.el.
10547         * emacs-lisp/package.el: Use defstruct.
10548         (package-desc): New, main struct.
10549         (package--bi-desc, package--ac-desc): New structs, used to describe the
10550         format in external files.
10551         (package-desc-vers): Replace with package-desc-version accessor.
10552         (package-desc-doc): Replace with package-desc-summary accessor.
10553         (package-activate-1): Remove `package' arg since the pkg-vec now
10554         includes the name.
10555         (define-package): Use package-desc-from-define.
10556         (package-unpack-single): Change file-name arg to be a symbol.
10557         (package--add-to-archive-contents): Use package-desc-create and new
10558         accessor functions to package--ac-desc.
10559         (package-buffer-info, package-tar-file-info): Return a package-desc.
10560         (package-install-from-buffer): Remove `type' argument.  Change pkg-info
10561         arg to be a package-desc.
10562         (package-install-file): Adjust accordingly.  Use \' to match EOS.
10563         (package--from-builtin): New function.
10564         (describe-package-1, package-menu--generate): Use it.
10565         (package--make-autoloads-and-compile): Change name arg to be a symbol.
10566         (package-generate-autoloads): Idem and return the name of the file.
10567         * emacs-lisp/package-x.el (package-upload-buffer-internal):
10568         Change pkg-info arg to be a package-desc.
10569         Use package-make-ac-desc.
10570         (package-upload-file): Use \' to match EOS.
10571         * finder.el (finder-compile-keywords): Use package-make-builtin.
10573 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10575         * vc/vc.el (vc-deduce-fileset): Change error message.
10576         (vc-read-backend): New function.
10577         (vc-next-action): Use it.
10579         * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
10581         * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
10582         (prolog-font-lock-keywords): Use regexp-opt instead.
10583         Don't manually highlight strings.
10584         (prolog-mode-variables): Simplify comment-start-skip.
10585         (prolog-consult-compile): Use display-buffer.  Remove unused old-filter.
10587         * emacs-lisp/generic.el (generic--normalise-comments)
10588         (generic-set-comment-syntax, generic-set-comment-vars): New functions.
10589         (generic-mode-set-comments): Use them.
10590         (generic-bracket-support): Use setq-local.
10591         (generic-make-keywords-list): Declare obsolete.
10593 2013-06-11  Glenn Morris  <rgm@gnu.org>
10595         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10596         Prettify after setting font-lock-defaults.  (Bug#14574)
10598 2013-06-11  Juanma Barranquero  <lekktu@gmail.com>
10600         * replace.el (query-replace, occur-read-regexp-defaults-function)
10601         (replace-search):
10602         * subr.el (declare-function, number-sequence, local-set-key)
10603         (substitute-key-definition, locate-user-emacs-file)
10604         (with-silent-modifications, split-string, eval-after-load):
10605         Fix typos, remove unneeded backslashes and reflow some docstrings.
10607 2013-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10609         * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
10610         default for Elisp files.
10612 2013-06-11  Glenn Morris  <rgm@gnu.org>
10614         * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
10615         although define-derived-mode was doing this anyway.  (Bug#14583)
10617 2013-06-10  Juanma Barranquero  <lekktu@gmail.com>
10619         * allout.el (allout-encryption-plaintext-sanitization-regexps):
10620         Fix make-variable-buffer-local call to refer to the correct variable.
10622 2013-06-10  Aidan Gauland  <aidalgol@amuri.net>
10624         * eshell/em-term.el (eshell-visual-commands)
10625         (eshell-visual-subcommands, eshell-visual-options):
10626         Add summary line to docstrings.  Add cross-references.
10628 2013-06-10  Glenn Morris  <rgm@gnu.org>
10630         * epa.el (epa-read-file-name): New function.  (Bug#14510)
10631         (epa-decrypt-file): Make plain-file optional.  Use epa-read-file-name.
10633 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10635         * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
10636         output redirection to be ignored with visual commands.
10638 2013-06-09  Aidan Gauland  <aidalgol@amuri.net>
10640         * eshell/em-term.el (eshell-visual-command-p): New function.
10641         (eshell-term-initialize): Move long lambda to separate function
10642         eshell-visual-command-p.
10643         * eshell/em-dirs.el (eshell-dirs-initialize):
10644         * eshell/em-script.el (eshell-script-initialize):
10645         Add missing #' to lambda.
10647 2013-06-08  Leo Liu  <sdl.web@gmail.com>
10649         * progmodes/octave.el (octave-add-log-current-defun): New function.
10650         (octave-mode): Set add-log-current-defun-function.
10651         (octave-goto-function-definition): Do not move point if not found.
10652         (octave-find-definition): Enhance to try subfunctions first.
10654 2013-06-08  Glenn Morris  <rgm@gnu.org>
10656         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10657         (byte-compile-backward-char, byte-compile-backward-word):
10658         Improve previous change, to handle non-explicit nil.
10660 2013-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * emacs-lisp/smie.el: Improve show-paren-mode behavior.
10663         (smie--opener/closer-at-point): New function.
10664         (smie--matching-block-data): Use it.  Don't match from right after an
10665         opener or right before a closer.  Obey smie-blink-matching-inners.
10666         Don't signal a mismatch for repeated inners like "switch..case..case".
10668 2013-06-07  Leo Liu  <sdl.web@gmail.com>
10670         * progmodes/octave.el (octave-mode): Set comment-use-global-state
10671         to t.  (Bug#14303)
10672         (octave-function-header-regexp): Fix.  (Bug#14570)
10673         (octave-help-mode-finish-hook, octave-help-mode-finish):
10674         Remove.  Just use temp-buffer-show-hook.
10676         * newcomment.el (comment-search-backward): Revert last change.
10677         (Bug#14434)
10679         * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
10681 2013-06-07  Eli Zaretskii  <eliz@gnu.org>
10683         * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
10684         through xargs, to avoid failure due to MS-Windows limitations on
10685         command-line length.
10687 2013-06-06  Glenn Morris  <rgm@gnu.org>
10689         * font-lock.el (lisp-font-lock-keywords-2):
10690         Treat user-error like error.
10692         * emacs-lisp/bytecomp.el (byte-compile-char-before)
10693         (byte-compile-backward-char, byte-compile-backward-word):
10694         Handle explicit nil arguments.  (Bug#14565)
10696 2013-06-05  Alan Mackenzie  <acm@muc.de>
10698         * isearch.el (isearch-allow-prefix): New user option.
10699         (isearch-other-meta-char): Don't exit isearch when a prefix
10700         argument is typed whilst `isearch-allow-prefix' is non-nil.
10701         (Bug#9706)
10703 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * autorevert.el (auto-revert-notify-handler): Use memq.
10706         Hide assertion failure.
10708         * skeleton.el: Use cl-lib.
10709         (skeleton-further-elements): Use defvar-local.
10710         (skeleton-insert): Use cl-progv.
10712 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10714         * progmodes/prog-mode.el (prog-prettify-symbols)
10715         (prog-prettify-install): Update docstrings.
10717 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10719         * simple.el: Move all the prog-mode code to prog-mode.el.
10720         * progmodes/prog-mode.el: New file.
10721         * loadup.el: Add prog-mode.el.
10723 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10725         * simple.el (prog-prettify-symbols): Add version.
10726         (prog-prettify-install): Add convenience function to prettify symbols.
10728         * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
10729         (perl--augmented-font-lock-keywords-1)
10730         (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
10731         variables and use it.
10733         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10734         (cfengine3-mode): Remove unneeded variable and use it.
10736         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10737         (lisp--augmented-font-lock-keywords-1)
10738         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
10739         Remove unneeded variables and use it.
10741 2013-06-05  João Távora  <joaotavora@gmail.com>
10743         * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
10744         to point when opening the connection.  (Bug#14380)
10746 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10748         * subr.el (load-history-regexp, load-history-filename-element)
10749         (eval-after-load, after-load-functions, do-after-load-evaluation)
10750         (eval-next-after-load, display-delayed-warnings)
10751         (collapse-delayed-warnings, delayed-warnings-hook): Move after the
10752         definition of save-match-data.
10753         (overriding-local-map): Remove accidental obsolescence declaration.
10755         * emacs-lisp/edebug.el (edebug-result): Move before first use.
10757 2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
10759         Generalize symbol prettify support to prog-mode and implement it
10760         for perl-mode, cfengine3-mode, and emacs-lisp-mode.
10761         * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
10762         (prog--prettify-font-lock-compose-symbol)
10763         (prog-prettify-font-lock-symbols-keywords): New variables and
10764         functions to support symbol prettification.
10765         * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
10766         (lisp--augmented-font-lock-keywords-1)
10767         (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
10768         (lisp--prettify-symbols-alist): Implement prettify of lambda.
10769         * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
10770         (cfengine3--prettify-symbols-alist, cfengine3-mode):
10771         Implement prettify of -> => :: strings.
10772         * progmodes/perl-mode.el (perl-prettify-symbols)
10773         (perl--font-lock-compose-symbol)
10774         (perl--font-lock-symbols-keywords): Move to prog-mode.
10775         (perl--prettify-symbols-alist): Prettify -> => :: strings.
10776         (perl-font-lock-keywords-1)
10777         (perl-font-lock-keywords-2): Remove explicit prettify support.
10778         (perl--augmented-font-lock-keywords)
10779         (perl--augmented-font-lock-keywords-1)
10780         (perl--augmented-font-lock-keywords-2, perl-mode):
10781         Implement prettify support.
10783 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10785         Re-implement SMIE matching block highlight using
10786         show-paren-data-function.  (Bug#14395)
10787         * emacs-lisp/smie.el (smie-matching-block-highlight)
10788         (smie--highlight-matching-block-overlay)
10789         (smie--highlight-matching-block-lastpos)
10790         (smie-highlight-matching-block)
10791         (smie-highlight-matching-block-mode): Remove.
10792         (smie--matching-block-data-cache): New variable.
10793         (smie--matching-block-data): New function.
10794         (smie-setup): Use smie--matching-block-data for
10795         show-paren-data-function.
10797         * progmodes/octave.el (octave-mode-menu): Fix.
10798         (octave-find-definition): Skip garbage lines.
10800 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10802         Fix compilation error with simultaneous dynamic+lexical scoping.
10803         Add warning when a defvar appears after the first let-binding.
10804         * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
10805         (byte-compile-close-variables): Initialize it.
10806         (byte-compile--declare-var): New function.
10807         (byte-compile-file-form-defvar)
10808         (byte-compile-file-form-define-abbrev-table)
10809         (byte-compile-file-form-custom-declare-variable): Use it.
10810         (byte-compile-make-lambda-lexenv): Change the argument.  Simplify.
10811         (byte-compile-lambda): Share call to byte-compile-arglist-vars.
10812         (byte-compile-bind): Handle dynamic bindings that shadow
10813         lexical bindings.
10814         (byte-compile-unbind): Make arg non-optional.
10815         (byte-compile-let): Simplify.
10816         * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
10817         (cconv--analyse-function, cconv-analyse-form): Populate it.
10818         Protect byte-compile-bound-variables to limit the scope of defvars.
10819         (cconv-analyse-form): Add missing rule for (defvar <foo>).
10820         Remove unneeded rule for `declare'.
10822         * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
10823         so as to avoid depending on cl-adjoin at run-time.
10824         * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
10826         * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
10827         (macroexp--warn-and-return): Use it.
10829 2013-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10831         * subr.el: Convert to lexical binding.
10832         (overriding-local-map): Make obsolete.
10833         (add-to-list): Doc fix.  Add compiler macro.
10834         (read-key): Swap values of local maps.
10836 2013-06-05  Leo Liu  <sdl.web@gmail.com>
10838         * eshell/esh-mode.el (eshell-mode): Fix key bindings.
10840 2013-06-04  Leo Liu  <sdl.web@gmail.com>
10842         * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
10843         (compilation-auto-jump): Suppress the "Mark set" message to give
10844         way to exit message.
10846 2013-06-04  Alan Mackenzie  <acm@muc.de>
10848         Remove faulty optimisation from indentation calculation.
10849         * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
10850         search limit based on 2000 characters back from indent-point.
10852 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10854         * eshell/em-term.el (cl-lib): Require `cl-lib'.
10856 2013-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10858         * emacs-lisp/lisp.el: Use lexical-binding.
10859         (lisp--local-variables-1, lisp--local-variables): New functions.
10860         (lisp--local-variables-completion-table): New var.
10861         (lisp-completion-at-point): Use it complete let-bound vars.
10863         * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
10864         eagerly (bug#14422).
10866 2013-06-03  Michael Albinus  <michael.albinus@gmx.de>
10868         * autorevert.el (auto-revert-notify-enabled)
10869         (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10870         (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
10871         (auto-revert-notify-handler): Handle also gfilenotify.
10873         * subr.el (file-notify-handle-event): New defun.  Replacing ...
10874         (inotify-event-p, inotify-handle-event, w32notify-handle-event):
10875         Remove.
10877 2013-06-03  Juri Linkov  <juri@jurta.org>
10879         * bindings.el (search-map): Bind `highlight-symbol-at-point' to
10880         `M-s h .'.  (Bug#14427)
10882         * hi-lock.el (highlight-symbol-at-point): New alias for the new
10883         command `hi-lock-face-symbol-at-point'.
10884         (hi-lock-face-symbol-at-point): New command.
10885         (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
10886         (hi-lock-menu): Add `highlight-symbol-at-point'.
10887         (hi-lock-mode): Doc fix.
10889         * isearch.el (isearch-forward-symbol-at-point): New command.
10890         (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
10891         (isearch-highlight-regexp): Add a regexp which matches
10892         words/symbols for word/symbol mode.
10894         * subr.el (find-tag-default-bounds): New function with the body
10895         mostly moved from `find-tag-default'.
10896         (find-tag-default): Move most code to `find-tag-default-bounds',
10897         call it and apply `buffer-substring-no-properties' afterwards.
10899 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
10901         * eshell/em-term.el (eshell-term-initialize):
10902         Use `cl-intersection' rather than `intersection'.
10904 2013-06-02  Xue Fuqiao  <xfq.free@gmail.com>
10906         * vc/log-view.el: Doc fix.
10907         (log-view-mode-map): Copy keymap from `special-mode-map'.
10909 2013-06-02  Eric Ludlam  <zappo@gnu.org>
10911         * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
10912         (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
10913         (eieio-optimize-primary-methods-flag, eieio-initializing-object)
10914         (eieio-unbound, eieio-default-superclass)
10915         (eieio--define-field-accessors, method-static, method-before)
10916         (method-primary, method-after, method-num-lists)
10917         (method-generic-before, method-generic-primary)
10918         (method-generic-after, method-num-slots)
10919         (eieio-specialized-key-to-generic-key)
10920         (eieio--check-type, class-v, class-p)
10921         (eieio-class-name, define-obsolete-function-alias)
10922         (eieio-class-parents-fast, eieio-class-children-fast)
10923         (same-class-fast-p, class-constructor, generic-p)
10924         (generic-primary-only-p, generic-primary-only-one-p)
10925         (class-option-assoc, class-option, eieio-object-p)
10926         (class-abstract-p, class-method-invocation-order)
10927         (eieio-defclass-autoload-map, eieio-defclass-autoload)
10928         (eieio-class-un-autoload, eieio-defclass)
10929         (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
10930         (eieio-add-new-slot, eieio-copy-parents-into-subclass)
10931         (eieio--defgeneric-init-form, eieio-defgeneric-form)
10932         (eieio-defgeneric-reset-generic-form)
10933         (eieio-defgeneric-form-primary-only)
10934         (eieio-defgeneric-reset-generic-form-primary-only)
10935         (eieio-defgeneric-form-primary-only-one)
10936         (eieio-defgeneric-reset-generic-form-primary-only-one)
10937         (eieio-unbind-method-implementations)
10938         (eieio--defmethod, eieio--typep)
10939         (eieio-perform-slot-validation, eieio-validate-slot-value)
10940         (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
10941         (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
10942         (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
10943         (eieio-slot-name-index, eieio-class-slot-name-index)
10944         (eieio-set-defaults, eieio-initarg-to-attribute)
10945         (eieio-attribute-to-initarg, eieio-c3-candidate)
10946         (eieio-c3-merge-lists, eieio-class-precedence-c3)
10947         (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
10948         (eieio-class-precedence-list, eieio-generic-call-methodname)
10949         (eieio-generic-call-arglst, eieio-generic-call-key)
10950         (eieio-generic-call-next-method-list)
10951         (eieio-pre-method-execution-functions, eieio-generic-call)
10952         (eieio-generic-call-primary-only, eieiomt-method-list)
10953         (eieiomt-optimizing-obarray, eieiomt-install)
10954         (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
10955         (eieio-generic-form, eieio-defmethod, make-obsolete)
10956         (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
10957         (defclass): Remove `eval-and-compile' from macro.
10958         (call-next-method, shared-initialize): Instead of using
10959         `scoped-class' variable, use new eieio--scoped-class, and
10960         eieio--with-scoped-class.
10961         (initialize-instance): Rename local variable 'scoped-class' to
10962         'this-class' to remove ambiguitity from old global.
10964         * emacs-lisp/eieio-core.el: New file.  Derived from key parts of
10965         eieio.el.
10966         (eieio--scoped-class-stack): New variable.
10967         (eieio--scoped-class): New fcn.
10968         (eieio--with-scoped-class): New scoping macro.
10969         (eieio-defclass): Use pushnew instead of add-to-list.
10970         (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
10971         (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
10972         (eieio-generic-call-primary-only, eieiomt-add): Instead of using
10973         `scoped-class' variable, use new eieio--scoped-class, and
10974         eieio--with-scoped-class.
10976         * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
10978 2013-06-02  Tassilo Horn  <tsdh@gnu.org>
10980         * eshell/esh-ext.el (eshell-external-command): Pass args to
10981         `eshell-find-interpreter'.
10982         (eshell-find-interpreter): Add new second parameter ARGS.
10984         * eshell/em-script.el (eshell-script-initialize): Add second arg
10985         to the function added as MATCH to `eshell-interpreter-alist'.
10987         * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
10988         the function added as MATCH to `eshell-interpreter-alist'.
10990         * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
10991         (eshell-visual-options): New defcustom.
10992         (eshell-escape-control-x): Adapt docstring.
10993         (eshell-term-initialize): Test `eshell-visual-subcommands' and
10994         `eshell-visual-options' in addition to `eshell-visual-commands'.
10995         (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
10997 2013-06-01  Fabián Ezequiel Gallina  <fgallina@gnu.org>
10999         * progmodes/python.el (python-indent-block-enders): Add break,
11000         continue and raise keywords.
11002 2013-06-01  Glenn Morris  <rgm@gnu.org>
11004         * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
11006         Plain (f)boundp silences compilation warnings since Emacs 22.1.
11007         * progmodes/cc-cmds.el (delete-forward-p):
11008         * progmodes/cc-defs.el (buffer-syntactic-context-depth):
11009         * progmodes/cc-engine.el (buffer-syntactic-context):
11010         * progmodes/cc-fonts.el (face-property-instance):
11011         * progmodes/cc-mode.el (set-keymap-parents):
11012         * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
11013         * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
11014         * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
11015         * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
11016         (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
11018         * progmodes/cc-vars.el (other): Emacs has this widget since
11019         at least 21.1, so don't (re)define it.
11021         * eshell/em-cmpl.el (eshell-cmpl-initialize):
11022         Replace the obsolete alias pcomplete-arg-quote-list.
11024 2013-06-01  Leo Liu  <sdl.web@gmail.com>
11026         * progmodes/octave.el (octave-mode-syntax-table): Give `.'
11027         punctuation syntax.
11028         (inferior-octave-minimal-columns)
11029         (inferior-octave-last-column-width): New variables.
11030         (inferior-octave-track-window-width-change): New function.
11031         (inferior-octave-mode): Adjust column width so that Octave output,
11032         for example from 'ls', can fit into the window nicely.
11034 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11036         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11037         Highlight expansions inside regexp literals.
11039 2013-05-31  Glenn Morris  <rgm@gnu.org>
11041         * obsolete/sym-comp.el (symbol-complete):
11042         Replace obsolete completion-annotate-function.
11044         * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
11046 2013-05-31  Dmitry Gutov  <dgutov@yandex.ru>
11048         * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
11049         New function, checks if point is inside a literal that allows
11050         expression expansion.
11051         (ruby-syntax-propertize-expansion): Use it.
11052         (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
11053         around the body.
11055 2013-05-30  Juri Linkov  <juri@jurta.org>
11057         * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
11058         to "\M-si".
11059         (isearch-invisible): New variable.
11060         (isearch-forward): Doc fix.
11061         (isearch-mode): Set `isearch-invisible'
11062         to the value of `search-invisible'.
11063         (isearch-toggle-case-fold): Doc fix.
11064         (isearch-toggle-invisible): New command.
11065         (isearch-query-replace): Let-bind `search-invisible'
11066         to the value of `isearch-invisible'.
11067         (isearch-search): Use `isearch-invisible' instead of
11068         `search-invisible'.  Let-bind `search-invisible'
11069         to the value of `isearch-invisible'.  (Bug#11378)
11071 2013-05-30  Juri Linkov  <juri@jurta.org>
11073         * replace.el (perform-replace): Avoid `isearch-range-invisible'
11074         call when `query-flag' is nil and `search-invisible' is non-nil.
11075         (Bug#11746)
11077 2013-05-30  Glenn Morris  <rgm@gnu.org>
11079         * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
11081         * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
11082         (cc-require): Suppress spurious "noruntime" warnings.
11083         (cc-require-when-compile): Use fboundp, for sake of compiler.
11085         * progmodes/cc-mode.el: Move load of cc-vars before that of
11086         cc-langs (which in turn loads cc-vars), to quieten compiler.
11088 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11090         * paren.el: Simplify the code.
11091         (show-paren-mode): Always start the timer.
11092         (show-paren--idle-timer): Rename from show-paren-idle-timer.
11093         (show-paren--overlay, show-paren--overlay-1): Rename from
11094         show-paren-overlay and show-paren-overlay-1, and initialize to an
11095         overlay rather than to nil.
11096         (show-paren-function): Misc cleanup and simplifications.
11098 2013-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11100         * paren.el (show-paren-data-function): New hook.
11101         (show-paren--default): New function, extracted from show-paren-function.
11102         (show-paren-function): Use show-paren-data-function.
11104 2013-05-30  Glenn Morris  <rgm@gnu.org>
11106         * ielm.el (ielm-map, ielm-complete-symbol):
11107         Use completion-at-point rather than obsolete functions.
11108         (inferior-emacs-lisp-mode): Doc fix.
11109         Set completion-at-point-functions, rather than
11110         comint-dynamic-complete-functions.
11112         * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
11113         (eshell-cmpl-initialize, eshell-complete-parse-arguments):
11114         Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
11116         * image.el (image-animated-p): Tweak definition.
11118         * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
11119         (rlogin-process-connection-type): Tweak default.  Add set-after.
11120         (rlogin-host): Doc fix.
11121         (rlogin): Tweak prompt.
11122         (rlogin-tab-or-complete): Use completion-at-point rather than alias.
11124         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
11125         * progmodes/tcl.el (inferior-tcl-mode-map):
11126         Use completion-at-point rather than obsolete alias.
11128         * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
11130         * minibuffer.el (read-file-name-completion-ignore-case):
11131         Move before completion--in-region, for eager macro expansion.
11133 2013-05-29  Juri Linkov  <juri@jurta.org>
11135         * replace.el (occur-engine): Rename `globalcount' to `global-lines'
11136         for total count of matching lines.  Add `global-matches' for total
11137         count of matches.  Rename `matches' to `lines' for count of
11138         matching lines.  Add `matches' for count of matches.
11139         Rename `lines' to `curr-line' for line count.  Rename `prev-lines'
11140         to `prev-line' for line number of prev match endpt.
11141         Increment `matches' for every match.  Print the number of
11142         matching lines in the header.
11143         (occur-context-lines): Rename `lines' to `curr-line'.
11144         Rename `prev-lines' to `prev-line'.  (Bug#14017)
11146 2013-05-29  Juri Linkov  <juri@jurta.org>
11148         * replace.el (perform-replace): Add `skip-read-only-count',
11149         `skip-filtered-count', `skip-invisible-count' let-bound to 0.
11150         Increment them for corresponding conditions and report the number
11151         of skipped occurrences in the final message.  (Bug#11746)
11152         (query-replace, query-replace-regexp, query-replace-regexp-eval)
11153         (replace-string, replace-regexp): Doc fix.
11155 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11157         * emacs-lisp/trace.el (trace--read-args): Provide a default.
11159         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
11160         prog-mode-map (bug#14504).
11162 2013-05-29  Leo Liu  <sdl.web@gmail.com>
11164         * progmodes/octave.el (octave-indent-comment): Tweak regexps.
11165         (octave-help): Small simplification.
11167         * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
11168         off the highlight first.
11170 2013-05-29  Glenn Morris  <rgm@gnu.org>
11172         * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
11173         Handle idlwave-last-system-routine-info-cons-cell being nil.
11175         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
11176         (idlwave-write-paths): Simplify via with-temp-buffer.
11178         * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
11179         * emulation/cua-rect.el: Also load cua-base at run time.
11181         * progmodes/cperl-mode.el (imenu-choose-buffer-index)
11182         (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
11183         (cperl-imenu-on-info): Require imenu.
11185 2013-05-28  Alan Mackenzie  <acm@muc.de>
11187         Handle "capitalised keywords" correctly.
11188         * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
11190 2013-05-28  Aidan Gauland  <aidalgol@amuri.net>
11192         * eshell/em-unix.el: Add -r option to cp.
11194 2013-05-28  Glenn Morris  <rgm@gnu.org>
11196         * vc/vc-arch.el (vc-exec-after): Declare.
11197         (vc-switches): Autoload.
11198         * vc/vc-bzr.el: No need to require vc when compiling.
11199         (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
11200         (vc-resynch-buffer, vc-dir-refresh): Declare.
11201         (vc-setup-buffer, vc-switches): Autoload.
11202         * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
11203         (vc-resynch-buffer): Declare.
11204         (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
11205         * vc/vc-dir.el (desktop-missing-file-warning): Declare.
11206         * vc/vc-git.el (vc-exec-after, vc-set-async-update)
11207         (grep-read-regexp, grep-read-files, grep-expand-template)
11208         (vc-dir-refresh): Declare.
11209         (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
11210         * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
11211         (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
11212         * vc/vc-mtn.el (vc-exec-after): Declare.
11213         (vc-switches): Autoload.
11214         * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
11215         (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
11216         (vc-file-tree-walk): Declare.
11217         * vc/vc-sccs.el (vc-file-tree-walk): Declare.
11218         (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
11219         (vc-tag-precondition, vc-rename-master): Autoload.
11220         * vc/vc-svn.el (vc-exec-after): Declare.
11221         (vc-switches, vc-setup-buffer): Autoload.
11222         * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
11223         Autoload.
11224         (vc-resynch-buffer): Declare.
11226         * obsolete/fast-lock.el (byte-compile-warnings):
11227         Don't warn about obsolete features in this obsolete file.
11229         * progmodes/cc-vars.el (c-macro-names-with-semicolon):
11230         Move definition before use.
11232         * play/dunnet.el (byte-compile-warnings): Don't disable them all.
11233         (dun-unix-verbs): Remove dun-zippy.
11234         (dun-zippy): Remove function.
11236         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11238 2013-05-27  Juri Linkov  <juri@jurta.org>
11240         * replace.el (replace-search): New function with code moved out
11241         from `perform-replace'.
11242         (replace-highlight, replace-dehighlight): Move function definitions
11243         up closer to `replace-search'.  (Bug#11746)
11245 2013-05-27  Juri Linkov  <juri@jurta.org>
11247         * replace.el (perform-replace): Ignore invisible matches.
11248         In addition to checking `query-replace-skip-read-only', also
11249         filter out matches by calling `run-hook-with-args-until-failure'
11250         on `isearch-filter-predicates', and also check `search-invisible'
11251         for t or call `isearch-range-invisible'.
11252         (replace-dehighlight): Call `isearch-clean-overlays'.  (Bug#11746)
11254 2013-05-27  Juri Linkov  <juri@jurta.org>
11256         * isearch.el (isearch-filter-predicates): Rename from
11257         `isearch-filter-predicate'.  Doc fix.  (Bug#11378)
11258         (isearch-message-prefix): Display text from the property
11259         `isearch-message-prefix' of the currently active filters.
11260         (isearch-search): Don't compare `isearch-filter-predicate' with
11261         `isearch-filter-visible'.  Call `run-hook-with-args-until-failure'
11262         on `isearch-filter-predicates'.  Also check `search-invisible' for t
11263         or call `isearch-range-invisible'.
11264         (isearch-filter-visible): Make obsolete.
11265         (isearch-lazy-highlight-search):
11266         Call `run-hook-with-args-until-failure' on
11267         `isearch-filter-predicates' and use `isearch-range-invisible'.
11269         * info.el (Info-search): Call `run-hook-with-args-until-failure' on
11270         `isearch-filter-predicates' instead of `funcall'ing
11271         `isearch-filter-predicate'.
11272         (Info-mode): Set `Info-isearch-filter' to
11273         `isearch-filter-predicates' instead of `isearch-filter-predicate'.
11275         * dired-aux.el (dired-isearch-filter-predicate-orig):
11276         Remove variable.
11277         (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
11278         (dired-isearch-filenames-end): Add and remove
11279         `dired-isearch-filter-filenames' in `isearch-filter-predicates'
11280         instead of changing the value of `isearch-filter-predicate'.
11281         Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
11282         (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
11283         Put property `isearch-message-prefix' to "filename " on
11284         `dired-isearch-filter-filenames'.
11286         * wdired.el (wdired-change-to-wdired-mode):
11287         Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
11288         locally instead of changing `isearch-filter-predicate'.
11289         (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
11291 2013-05-27  Dmitry Gutov  <dgutov@yandex.ru>
11293         * vc/vc-git.el (vc-git-working-revision): When in detached mode,
11294         return the commit hash (Bug#14459).  Also set the
11295         `vc-git-detached' property.
11296         (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
11297         (vc-git-mode-line-string): Use the same help-echo format whether
11298         in detached mode or not, because we know the actual revision now.
11299         When in detached mode, shorten the revision to 7 chars.
11301 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11303         * emacs-lisp/easy-mmode.el (define-minor-mode):
11304         * emacs-lisp/derived.el (define-derived-mode): Always defvar the
11305         mode hook and provide a docstring.
11307 2013-05-27  Alan Mackenzie  <acm@muc.de>
11309         Remove spurious syntax-table text properties inserted by C-y.
11310         * progmodes/cc-mode.el (c-after-change): Also clear hard
11311         syntax-table property with value nil.
11313 2013-05-27  Michael Albinus  <michael.albinus@gmx.de>
11315         * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
11316         when reading the events; the buffer layout shall not be changed.
11318 2013-05-27  Leo Liu  <sdl.web@gmail.com>
11320         * progmodes/octave.el (inferior-octave-directory-tracker-resync):
11321         New variable.
11322         (inferior-octave-directory-tracker): Automatically re-sync
11323         default-directory.
11324         (octave-help): Improve handling of 'See also'.
11326 2013-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11328         * doc-view.el: Minor naming convention tweaks.
11329         (desktop-buffer-mode-handlers): Don't add to it repeatedly.
11331         * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
11332         even if there's no `display' property yet (bug#14435).
11334 2013-05-25  Eli Zaretskii  <eliz@gnu.org>
11336         * subr.el (unmsys--file-name): Rename from reveal-filename.
11338         * Makefile.in (custom-deps, finder-data, autoloads)
11339         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11340         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11341         ($(CAL_DIR)/hol-loaddefs.el): All users changed.
11343 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11345         * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
11346         error-completion on the first 2 args of condition-case (bug#14446).
11347         Don't burp at EOB.
11349 2013-05-25  Leo Liu  <sdl.web@gmail.com>
11351         * comint.el (comint-previous-matching-input): Do not flood the
11352         *Messages* buffer with trivial messages.
11354 2013-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11356         * progmodes/flymake.el (flymake-nop): Don't return a string.
11357         (flymake-set-at): Fix typo.
11359         * simple.el (read--expression): New function, extracted from
11360         eval-expression.  Set completion-at-point-functions (bug#14465).
11361         (eval-expression, eval-minibuffer): Use it.
11363 2013-05-25  Xue Fuqiao  <xfq.free@gmail.com>
11365         * progmodes/flymake.el (flymake-save-buffer-in-file)
11366         (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
11367         (flymake-selected-frame, flymake-log, flymake-ins-after)
11368         (flymake-set-at, flymake-get-buildfile-from-cache)
11369         (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
11370         (flymake-find-possible-master-files, flymake-save-buffer-in-file):
11371         Refine the doc string.
11372         (flymake-get-file-name-mode-and-masks): Reformat.
11373         (flymake-get-real-file-name-function): Fix a minor bug.
11375 2013-05-24  Juri Linkov  <juri@jurta.org>
11377         * progmodes/grep.el (grep-mode-font-lock-keywords):
11378         Support =linenumber= format used by git-grep for lines with
11379         function names.  (Bug#13549)
11381 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * progmodes/octave.el (octave-smie-rules): Return nil rather than
11384         0 after a semi-colon; it works better for smie-auto-fill.
11385         (octave--indent-new-comment-line): New function.
11386         (octave-indent-new-comment-line): Use it (indirectly).
11387         (octave-mode): Don't disable smie-auto-fill.  Use add-function to
11388         modify comment-line-break-function.
11390         * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
11391         (smie-setup): Use add-function to set it.
11393 2013-05-24  Sam Steingold  <sds@gnu.org>
11395         * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
11396         argument (before the `interactive' argument).
11398 2013-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11400         * image-mode.el (image-mode-winprops): Add winprops to
11401         image-mode-winprops-alist before running
11402         image-mode-new-window-functions.
11403         * doc-view.el (doc-view-new-window-function): Don't delay
11404         doc-view-goto-page via timers (bug#14435).
11406 2013-05-24  Tassilo Horn  <tsdh@gnu.org>
11408         * doc-view.el: Integrate with desktop.el.  (Bug#14435)
11409         (doc-view-desktop-save-buffer): New function.
11410         (doc-view-restore-desktop-buffer): New function.
11411         (desktop-buffer-mode-handlers):
11412         Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
11413         handler.
11414         (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
11415         `desktop-save-buffer' function.
11417 2013-05-24  Michael Albinus  <michael.albinus@gmx.de>
11419         * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
11420         (tramp-gvfs-file-name-handler): Raise a user error when
11421         `tramp-gvfs-enabled' is nil.
11422         (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
11423         Do not raise a user error when loading package.  (Bug#14447)
11425         * net/xesam.el: Move to obsolete/.
11427 2013-05-24  Glenn Morris  <rgm@gnu.org>
11429         * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
11431         * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
11433         * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
11434         (Info-find-node, Man-getpage-in-background): Declare.
11436         * mail/unrmail.el (unrmail):
11437         Replace obsolete detect-coding-with-priority.
11439         * net/socks.el (socks-split-string): Use this rather than split-string.
11440         (socks-nslookup-host): Update for above change.
11441         (dynamic-choice, s5-dynamic-choice-match)
11442         (s5-dynamic-choice-match-inline, s5-widget-value-create):
11443         Comment out unused code.
11445         * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
11446         * progmodes/gud.el (gud-gdb-completion-function): Move before use.
11447         (gud-tooltip-echo-area): Make obsolete.
11448         (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
11450         * progmodes/js.el (js--optimize-arglist): Declare.
11452         * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
11454         * progmodes/which-func.el (ediff-window-A, ediff-window-B)
11455         (ediff-window-C): Declare.
11457         * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
11458         Tweak requires to silence compiler.
11460         * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
11461         (he-search-string, he-tried-table, he-expand-list)
11462         (he-init-string, he-string-member, he-substitute-string)
11463         (he-reset-string): Declare.
11465         * obsolete/options.el (list-options): Use custom-variable-p,
11466         rather than obsolete alias.
11468 2013-05-23  Sam Steingold  <sds@gnu.org>
11470         * simple.el (shell-command-on-region): Pass the `replace' argument
11471         down to `call-process-region' to comply with the doc as reported on
11472         <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
11474 2013-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * emacs-lisp/smie.el (smie-indent-forward-token)
11477         (smie-indent-backward-token): Handle string tokens (bug#14381).
11479 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11481         * ielm.el (ielm-menu): New menu.
11482         (inferior-emacs-lisp-mode): Set comment-start.
11484 2013-05-23  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
11486         * textmodes/reftex.el (reftex-ref-style-toggle):
11487         Fix deactivate action.
11489         * textmodes/reftex-vars.el (reftex-ref-style-alist):
11490         Add cleveref macros.
11492         * textmodes/reftex-parse.el
11493         (reftex-locate-bibliography-files): Accept options for
11494         bibliography commands.
11495         * textmodes/reftex-vars.el (reftex-bibliography-commands):
11496         Add addbibresource.  Basic Biblatex support.
11498 2013-05-23  Michael Albinus  <michael.albinus@gmx.de>
11500         * net/tramp-gvfs.el (top):
11501         * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
11502         when loading package.  (Bug#14447)
11504 2013-05-23  Glenn Morris  <rgm@gnu.org>
11506         * progmodes/js.el: No need to load comint when compiling.
11507         (ring-insert, comint-send-string, comint-send-input)
11508         (comint-last-input-end, ido-chop): Declare.
11510         * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
11511         * vc/ediff-mult.el: Adjust requires.
11512         (ediff-directories-internal, ediff-directory-revisions-internal)
11513         (ediff-patch-file-internal): Declare.
11514         * vc/ediff-ptch.el: Adjust requires.
11515         (ediff-use-last-dir, ediff-buffers-internal): Declare.
11516         (ediff-find-file): Autoload.
11517         * vc/ediff-util.el: No need to load ediff when compiling.
11518         (ediff-regions-internal): Declare.
11519         * vc/ediff-wind.el: Adjust requires.
11520         (ediff-compute-toolbar-width): Define when compiling.
11521         (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
11522         * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
11523         (dired-get-filename, dired-get-marked-files)
11524         (ediff-last-dir-patch, ediff-patch-default-directory)
11525         (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
11526         (ediff-patch-buffer-internal): Declare.
11528         * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
11529         (ispell-process, ispell-buffer-local-words, lm-summary)
11530         (lm-section-start, lm-section-end): Declare.
11531         (checkdoc-ispell-init): Simplify.
11533         * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
11534         (he-string-member, he-reset-string, he-substitute-string): Declare.
11536         * eshell/em-ls.el: Adjust requires.
11537         (eshell-glob-regexp): Declare.
11538         * eshell/em-tramp.el: Adjust requires.
11539         (eshell-parse-command): Autoload.
11540         * eshell/em-xtra.el: Adjust requires.
11541         (eshell-parse-command): Autoload.
11542         * eshell/esh-ext.el: Adjust requires.
11543         (eshell-parse-command, eshell-close-handles): Autoload.
11544         * eshell/esh-io.el: Adjust requires.
11545         (eshell-output-filter): Autoload.
11546         * eshell/esh-util.el: No need to load tramp when compiling.
11547         (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
11548         Declare.
11549         (eshell-parse-ange-ls): Require ange-ftp and tramp.
11550         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11551         * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
11552         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
11553         * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
11554         * eshell/esh-opt.el, eshell/esh-proc.el:
11555         * eshell/esh-var.el: Adjust requires.
11556         * eshell/eshell.el: Do not require esh-util twice.
11557         (eshell-add-input-to-history): Declare.
11558         (eshell-command): Check history module is active before using it.
11560         * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
11562 2013-05-22  Leo Liu  <sdl.web@gmail.com>
11564         * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
11566 2013-05-22  Michael Albinus  <michael.albinus@gmx.de>
11568         * autorevert.el (auto-revert-notify-add-watch)
11569         (auto-revert-notify-handler): Add `attrib' for the inotify case,
11570         it indicates changes in file modification time.
11572 2013-05-22  Glenn Morris  <rgm@gnu.org>
11574         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11575         Always delete the autoloaded function from the noruntime and
11576         unresolved functions lists.
11578         * allout.el: No need to load epa, epg, overlay when compiling.
11579         (epg-context-set-passphrase-callback, epg-list-keys)
11580         (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
11581         (epg-key-user-id-list): Declare.
11583         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11584         (viper-set-parsing-style-toggling-macro)
11585         (viper-set-emacs-state-searchstyle-macros):
11586         Use called-interactively-p on Emacs.
11587         (viper-looking-back): Make it an obsolete alias.  Update callers.
11588         * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
11589         Use looking-back rather than viper-looking-back.
11590         (viper-tmp-insert-at-eob, viper-enlarge-region)
11591         (viper-read-string-with-history, viper-register-to-point)
11592         (viper-append-to-register, viper-change-state-to-vi)
11593         (viper-backward-char-carefully, viper-forward-char-carefully)
11594         (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
11595         (viper-change-state-to-emacs): Declare.
11596         * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
11597         (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
11598         * emulation/viper-mous.el: Do not load viper-cmd.
11599         (viper-backward-char-carefully, viper-forward-char-carefully)
11600         (viper-forward-word, viper-adjust-window): Declare.
11602         * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
11604         * progmodes/idlw-help.el (idlwave-help-fontify):
11605         Use called-interactively-p.
11607         * term/w32console.el (w32-get-console-codepage)
11608         (w32-get-console-output-codepage): Declare.
11610         * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
11611         Remove unnecessary declarations.
11612         (dframe-message): Doc fix.
11614         * info.el (dframe-select-attached-frame, dframe-current-frame):
11615         Declare.
11617         * speedbar.el (speedbar-message): Make it an obsolete alias.
11618         Update all callers.
11619         (speedbar-with-attached-buffer)
11620         (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
11621         (speedbar-with-writable): Use backquote.
11622         * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
11623         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
11624         Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
11625         rather than speedbar- aliases.
11626         * mail/rmail.el: Load dframe rather than speedbar when compiling.
11627         (speedbar-make-specialized-keymap, speedbar-insert-button)
11628         (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
11629         (speedbar-do-function-pointer): Declare.
11630         (rmail-speedbar-button, rmail-speedbar-find-file)
11631         (rmail-speedbar-move-message):
11632         Use dframe-with-attached-buffer rather than speedbar- alias.
11633         * progmodes/gud.el: Load dframe rather than speedbar when compiling.
11634         (dframe-message, speedbar-make-specialized-keymap)
11635         (speedbar-add-expansion-list, speedbar-mode-functions-list)
11636         (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
11637         (speedbar-insert-button, dframe-select-attached-frame)
11638         (dframe-maybee-jump-to-attached-frame)
11639         (speedbar-change-initial-expansion-list)
11640         (speedbar-previously-used-expansion-list-name): Declare.
11641         (gud-speedbar-item-info, gud-gdb-goto-stackframe):
11642         Use dframe-message, dframe-with-attached-buffer rather than
11643         speedbar- aliases.
11644         (gud-sentinel): Silence compiler.
11645         * progmodes/vhdl-mode.el (speedbar-refresh)
11646         (speedbar-do-function-pointer, speedbar-add-supported-extension)
11647         (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
11648         (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
11649         (speedbar-extension-list-to-regex, speedbar-directory-buttons)
11650         (speedbar-file-lists, speedbar-make-tag-line)
11651         (speedbar-line-directory, speedbar-goto-this-file)
11652         (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
11653         (speedbar-delete-subblock, speedbar-position-cursor-on-line)
11654         (speedbar-make-button, speedbar-reset-scanners)
11655         (speedbar-files-item-info, speedbar-line-text)
11656         (speedbar-find-file-in-frame, speedbar-set-timer)
11657         (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
11658         (speedbar-with-writable): Do not (re)define it.
11659         (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
11660         rather than speedbar- alias.
11662 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11664         * progmodes/octave.el (octave-mode-menu): Update and re-organize
11665         menu items.
11666         (octave-mode): Tweak fill-nobreak-predicate.
11667         (inferior-octave-startup): Check process to avoid infinite loop.
11668         (inferior-octave): Pop to buffer first to show abornmal process
11669         exit information.
11671 2013-05-21  Glenn Morris  <rgm@gnu.org>
11673         * printing.el (pr-menu-bar): Define when compiling.
11675 2013-05-21  Leo Liu  <sdl.web@gmail.com>
11677         * progmodes/octave.el (octave-auto-fill): Remove.
11678         (octave-indent-new-comment-line): Improve.
11679         (octave-mode): Use auto fill mode through
11680         comment-line-break-function and fill-nobreak-predicate.
11681         (octave-goto-function-definition): Support DEFUN_DLD.
11682         (octave-beginning-of-defun): Small tweak.
11683         (octave-help): Show parent directory.
11685 2013-05-21  Glenn Morris  <rgm@gnu.org>
11687         * files.el (dired-unmark):
11688         * progmodes/gud.el (gdb-input): Update declarations.
11690         * calculator.el (electric, ehelp): No need to load when compiling.
11691         (Electric-command-loop, electric-describe-mode): Declare.
11693         * doc-view.el (doc-view-current-converter-processes): Move before use.
11695         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11696         Move MODE-set-explicitly definition before use.
11698         * international/mule-diag.el (mule-diag):
11699         Don't use obsolete window-system-version.
11701         * mail/feedmail.el (smtpmail): No need to load when compiling.
11702         (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
11704         * mail/mail-utils.el (rfc822): No need to load when compiling.
11705         (rfc822-addresses): Autoload it.
11706         (mail-strip-quoted-names): Trivial simplification.
11708         * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
11709         (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
11711         * net/snmp-mode.el (tempo): Don't duplicate requires.
11713         * progmodes/prolog.el (info): No need to load when compiling.
11714         (comint): Require before shell requires it.
11715         (Info-goto-node): Autoload it.
11716         (Info-follow-nearest-node): Declare.
11717         (prolog-help-info, prolog-goto-predicate-info): No need to require info.
11719         * textmodes/artist.el (picture-mode-exit): Declare.
11721         * textmodes/reftex-parse.el (reftex-parse-from-file):
11722         Trivial rewrite so the compiler can parse it better.
11724 2013-05-20  Leo Liu  <sdl.web@gmail.com>
11726         * progmodes/octave.el (octave-help-mode-map)
11727         (octave-help-mode-finish-hook): New variables.
11728         (octave-help-mode, octave-help-mode-finish): New functions.
11729         (octave-help): Use octave-help-mode.
11731 2013-05-20  Glenn Morris  <rgm@gnu.org>
11733         * format-spec.el (format-spec): Allow spec chars with nil.  (Bug#14420)
11735 2013-05-19  Dmitry Gutov  <dgutov@yandex.ru>
11737         * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
11738         start at point, so that expansion starting right after opening
11739         slash in a regexp is recognized.
11740         (ruby-syntax-before-regexp-re): New defvar, extracted from
11741         ruby-syntax-propertize-function.  Since the value of this regexp
11742         is looked up at runtime now, we should be able to turn
11743         `ruby-syntax-methods-before-regexp' into a defcustom later.
11744         (ruby-syntax-propertize-function): Split regexp matching into two
11745         parts, for opening and closing slashes.  That allows us to skip
11746         over string interpolations and support multiline regexps.
11747         Don't call `ruby-syntax-propertize-expansions', instead use another rule
11748         for them, which calls `ruby-syntax-propertize-expansion'.
11749         (ruby-syntax-propertize-expansions): Move `remove-text-properties'
11750         call to `ruby-syntax-propertize-function'.
11751         (ruby-syntax-propertize-expansion): Extracted from
11752         `ruby-syntax-propertize-expansions'.  Handles one expansion.
11753         (ruby-syntax-propertize-percent-literal): Leave point right after
11754         the percent symbol, so that the expression expansion rule can
11755         propertize the contents.
11756         (ruby-syntax-propertize-heredoc): Leave point at bol following the
11757         heredoc openers.
11758         (ruby-syntax-propertize-expansions): Remove.
11760 2013-05-18  Juri Linkov  <juri@jurta.org>
11762         * man.el (Man-default-man-entry): Remove `-' from the end
11763         of the default value.  (Bug#14400)
11765 2013-05-18  Glenn Morris  <rgm@gnu.org>
11767         * comint.el (comint-password-prompt-regexp):
11768         Allow "password for XXX" where XXX contains colons (eg https://...).
11770 2013-05-18  Leo Liu  <sdl.web@gmail.com>
11772         * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
11773         instead.  Include "--no-gui" to prevent hangs for Octave > 3.7.
11774         (octave-source-directories): Don't check process.
11775         (octave-source-directories, octave-find-definition): Doc fix.
11777 2013-05-18  Glenn Morris  <rgm@gnu.org>
11779         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11780         Remove backspace/delete bindings.  (Bug#14392)
11782         * cus-dep.el (custom-make-dependencies): Sort the output.
11783         (custom-versions-load-alist): Convert comment to doc.
11785 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11787         * newcomment.el (comment-search-backward): Stricter in finding
11788         comment start.  (Bug#14303)
11790         * progmodes/octave.el (octave-comment-start): Remove the SPC char.
11791         (octave-comment-start-skip): Properly anchored.
11793 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11795         * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
11796         Clean up when turned off.  (Bug#14395)
11797         (smie--highlight-matching-block-overlay): No longer buffer-local.
11798         (smie-highlight-matching-block): Adjust.
11800 2013-05-17  Paul Eggert  <eggert@cs.ucla.edu>
11802         Doc string fix for "nanoseconds" (Bug#14406).
11803         * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
11804         Fix doc string typo that had "nanoseconds" instead of "microseconds".
11806 2013-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
11808         * calc/calc-units.el (math-extract-units): Preserve powers
11809         of units.
11811 2013-05-17  Leo Liu  <sdl.web@gmail.com>
11813         * subr.el (delete-consecutive-dups): New function.
11814         * ido.el (ido-set-matches-1): Use it.
11815         * progmodes/octave.el (inferior-octave-completion-table): Use it.
11816         * ido.el (ido-remove-consecutive-dups): Remove.
11818 2013-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11820         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
11821         (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
11822         regexp-opt's `words'.
11824 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11826         * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
11827         (smie--highlight-matching-block-overlay)
11828         (smie--highlight-matching-block-lastpos)
11829         (smie--highlight-matching-block-timer): New variables.
11830         (smie-highlight-matching-block): New function.
11831         (smie-highlight-matching-block-mode): New minor mode.  (Bug#14395)
11832         (smie-setup): Conditionally enable smie-blink-matching-open.
11834 2013-05-16  Wilson Snyder  <wsnyder@wsnyder.org>
11836         Sync with upstream verilog-mode r840.
11837         * progmodes/verilog-mode.el (verilog-mode-version)
11838         (verilog-mode-release-date): Update.
11839         (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
11840         (verilog-sig-tieoff): Fix string error on
11841         AUTORESET with colon define, bug594.  Reported by Andrew Hou.
11842         (verilog-read-decls): Fix parameters confusing
11843         AUTOINST interfaces, bug565.  Reported by Leith Johnson.
11845 2013-05-16  Eli Zaretskii  <eliz@gnu.org>
11847         * subr.el (reveal-filename): New function.
11849         * loadup.el: Compute Emacs executable versions on MS-Windows,
11850         where executables have the .exe extension.  Add a hard link
11851         emacs-XX.YY.ZZ.exe on MS-Windows.
11853         * Makefile.in (XARGS_LIMIT): New variable.
11854         (custom-deps, finder-data, autoloads)
11855         ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
11856         ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
11857         ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
11858         (compile-main): Limit xargs according to $(XARGS_LIMIT).
11860 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11862         * progmodes/octave.el (octave-indent-defun): Mark obsolete.
11863         (octave-mode-menu, octave-mode-map): Remove its uses.
11865 2013-05-16  Reto Zimmermann  <reto@gnu.org>
11867         Sync with upstream vhdl mode v3.34.2.
11868         * progmodes/vhdl-mode.el: Use `push' throughout.
11869         (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
11870         (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
11871         Add IBM & Quartus compiler.  Enhance entry for ADVance MS compiler.
11872         (vhdl-actual-generic-name): New option to derive actual generic name.
11873         (vhdl-port-paste-signals): Replace formal by actual generics.
11874         (vhdl-beautify): New name for old group vhdl-align.  Update users.
11875         (vhdl-beautify-options): New option.
11876         (vhdl-last-input-event): New compat alias.  Use throughout.
11877         (vhdl-goto-line): Replace user level function `goto-line'.
11878         (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
11879         vhdl-fix-statement-buffer.
11880         (vhdl-create-mode-menu): Add some entries.
11881         (vhdl-align-region-groups): Respect vhdl-beautify-options.
11882         (vhdl-align-inline-comment-region-1): Handle "--" inside string.
11883         (vhdl-fixup-whitespace-region): Handle symbols at EOL.
11884         (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
11885         to force statements on one line.
11886         (vhdl-remove-trailing-spaces-region):
11887         New, split from vhdl-remove-trailing-spaces.
11888         (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
11889         Respect vhdl-beautify-options.
11890         (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
11891         (vhdl-update-sensitivity-list): Not add with index if exists without.
11892         Not include array index with signal.  Ignore keywords in comments.
11893         (vhdl-get-visible-signals): Regexp tweaks.
11894         (vhdl-template-component-inst): Handle empty library.
11895         (vhdl-template-type): Add template for 'enum' type.
11896         (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
11897         Use vhdl-replace-string.
11898         (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
11899         (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
11900         (vhdl-speedbar-initialize): Update for above name change.
11901         (vhdl-compose-wire-components): Fix in handling of constants.
11902         (vhdl-error-regexp-emacs-alist): New variable.
11903         (vhdl-error-regexp-add-emacs): New function;
11904         adds support for new compile.el (Emacs 22+)
11905         (vhdl-generate-makefile-1): Change target order for single lib. units.
11906         Allow use of absolute file names.
11908 2013-05-16  Leo Liu  <sdl.web@gmail.com>
11910         * simple.el (prog-indent-sexp): Indent enclosing defun.
11912 2013-05-15  Glenn Morris  <rgm@gnu.org>
11914         * cus-start.el (show-trailing-whitespace): Move to editing basics.
11915         * faces.el (trailing-whitespace): Don't use whitespace-faces group.
11916         * obsolete/old-whitespace.el (whitespace-faces): Remove group.
11917         (whitespace-highlight): Move to whitespace group.
11919         * comint.el (comint-source):
11920         * pcmpl-linux.el (pcmpl-linux):
11921         * shell.el (shell-faces):
11922         * eshell/esh-opt.el (eshell-opt):
11923         * international/ccl.el (ccl): Remove empty custom groups.
11925         * completion.el (dynamic-completion-mode):
11926         * jit-lock.el (jit-lock-debug-mode):
11927         * minibuffer.el (completion-in-region-mode):
11928         * type-break.el (type-break-mode-line-message-mode)
11929         (type-break-query-mode):
11930         * emulation/tpu-edt.el (tpu-edt-mode):
11931         * progmodes/subword.el (global-subword-mode, global-superword-mode):
11932         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11933         * term/vt100.el (vt100-wide-mode): Specify explicit :group.
11935         * term/xterm.el (xterm): Change parent group to terminals.
11937         * master.el (master): Remove empty custom group.
11938         (master-mode): Remove unused :group argument.
11939         * textmodes/refill.el (refill): Remove empty custom group.
11940         (refill-mode): Remove unused :group argument.
11942         * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
11944         * cus-dep.el: Provide a feature.
11945         (custom-make-dependencies): Ignore dotfiles (dir-locals).
11946         Don't mistakenly ignore files whose basenames match a basename
11947         from preloaded-file-list (eg cedet/ede/simple.el).
11948         Add a fallback method for getting :group.
11950 2013-05-15  Juri Linkov  <juri@jurta.org>
11952         * isearch.el (isearch-char-by-name): Rename from
11953         `isearch-insert-char-by-name'.  Doc fix.
11954         (isearch-forward): Mention `isearch-char-by-name' in
11955         the docstring.  (Bug#13348)
11957         * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
11958         `exit-minibuffer' instead of
11959         `isearch-nonincremental-exit-minibuffer'.
11960         (isearch-edit-string): Remove mention of
11961         `isearch-nonincremental-exit-minibuffer' from docstring.
11962         (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
11963         (isearch-forward-exit-minibuffer)
11964         (isearch-reverse-exit-minibuffer): Add docstring.  (Bug#13348)
11966 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11968         * loadup.el: Just use unversioned DOC.
11970         * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
11971         literals as extending to EOB.
11972         (nxml-last-fontify-end): Remove unused variable.
11973         (nxml-after-change1): Use with-silent-modifications.
11974         (nxml-extend-after-change-region): Simplify.
11975         (nxml-extend-after-change-region1): Remove function.
11976         (nxml-after-change1): Don't adjust for dependent regions.
11977         (nxml-fontify-matcher): Simplify.
11978         * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
11979         (xmltok-add-dependent): Remove function.
11980         (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
11981         (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
11982         (xmltok-scan-prolog-after-processing-instruction-open): Treat
11983         unclosed <[[, <?, comment, and other literals as extending to EOB.
11984         * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
11985         (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
11986         Remove functions.
11987         (rng-do-some-validation-1): Don't mark dependent regions.
11988         * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
11989         (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
11990         (nxml-clear-dependent-regions): Remove functions.
11991         (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
11992         (nxml-ensure-scan-up-to-date):
11993         Don't clear&mark dependent regions.
11995 2013-05-15  Leo Liu  <sdl.web@gmail.com>
11997         * progmodes/octave.el (octave-goto-function-definition):
11998         Improve and fix callers.
12000 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12002         * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
12003         the setter (bug#14387).
12005         * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
12006         surrounding group (bug#14402).
12008 2013-05-14  Juri Linkov  <juri@jurta.org>
12010         * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
12011         (Bug#14390)
12013 2013-05-14  Glenn Morris  <rgm@gnu.org>
12015         * progmodes/f90.el (f90-imenu-generic-expression):
12016         Fix typo in 2013-05-08 change.  (Bug#14402)
12018 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12020         * progmodes/gdb-mi.el (gdb-running, gdb-starting):
12021         Remove signals for which replies are never received.
12023 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12025         * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
12026         (gdb-handler-alist, gdb-handler-number): Remove variables.
12027         (gdb-handler-list): New variable.
12028         (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
12029         (gdb-pending-handler-p, gdb-handle-reply)
12030         (gdb-remove-all-pending-triggers): New functions.
12031         (gdb-discard-unordered-replies): New defcustom.
12032         (gdb-handler): New defstruct.
12033         (gdb-wait-for-pending): Fix invalid backquote.  Use gdb-handler-list.
12034         instead of gdb-pending-triggers.  Update docstring.
12035         (gdb-init-1): Remove dead variables.  Initialize gdb-handler-list.
12036         (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
12037         (gdb-var-update-handler, def-gdb-auto-update-trigger)
12038         (def-gdb-auto-update-handler, gdb-get-changed-registers)
12039         (gdb-changed-registers-handler, gdb-get-main-selected-frame)
12040         (gdb-frame-handler): Pending triggers are now automatically managed.
12041         (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
12042         Remove argument.
12043         (gdb-input): Automatically handles pending triggers.  Update docstring.
12044         (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
12045         (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
12046         Update comments.
12047         (gdb-done-or-error): Now use gdb-handle-reply.
12049 2013-05-14  Jean-Philippe Gravel  <jpgravel@gmail.com>
12051         * progmodes/gdb-mi.el (gdb-input): Include token numbers in
12052         gdb-debug-log.
12054 2013-05-14  Glenn Morris  <rgm@gnu.org>
12056         * subr.el (user-emacs-directory-warning): New option.
12057         (locate-user-emacs-file): Handle non-accessible .emacs.d.  (Bug#13930)
12059 2013-05-14  Leo Liu  <sdl.web@gmail.com>
12061         * progmodes/octave.el (octave-font-lock-keywords): Fix error
12062         during redisplay.
12063         (octave-goto-function-definition, octave-find-definition): Minor tweaks.
12064         (octave-font-lock-texinfo-comment): Fix invalid search bound
12065         error: wrong side of point.
12067 2013-05-14  Glenn Morris  <rgm@gnu.org>
12069         * progmodes/flymake.el (flymake-xml-program): New option.
12070         (flymake-xml-init): Use it.
12072         * term/xterm.el: Provide a feature.
12074         * term/sup-mouse.el: Move to obsolete/.  Provide a feature.
12076 2013-05-13  Glenn Morris  <rgm@gnu.org>
12078         * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
12079         Add compat aliases as a hack workaround.  (Bug#14384)
12081 2013-05-13  Leo Liu  <sdl.web@gmail.com>
12083         * progmodes/octave.el (octave-indent-comment): Fix indentation for
12084         ###, and %!.
12085         (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
12086         C-M-q.
12087         (octave-comment-start-skip): Include %!.
12088         (octave-mode): Set comment-start-skip to octave-comment-start-skip.
12090 2013-05-12  Leo Liu  <sdl.web@gmail.com>
12092         * progmodes/octave.el (inferior-octave-startup): Store the value
12093         of __octave_srcdir__ for octave-source-directories.
12094         (inferior-octave-check-process): New function refactored out of
12095         inferior-octave-send-list-and-digest.
12096         (octave-source-directories)
12097         (octave-find-definition-filename-function): New variables.
12098         (octave-source-directories)
12099         (octave-find-definition-default-filename): New functions.
12100         (octave-find-definition): Improve to find functions implemented in C++.
12102 2013-05-12  Glenn Morris  <rgm@gnu.org>
12104         * calendar/diary-lib.el (diary-outlook-format-1):
12105         Don't include dayname in the output.  (Bug#14349)
12107 2013-05-11  Glenn Morris  <rgm@gnu.org>
12109         * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
12111         * cus-dep.el (custom-make-dependencies): Only use safe local variables.
12112         Treat cc-provide like provide.
12114 2013-05-11  Kevin Ryde  <user42@zip.com.au>
12116         * cus-dep.el (custom-make-dependencies):
12117         Use generated-autoload-load-name for the sake of files such
12118         such cedet/semantic/bovine/c.el, where the base file name
12119         is not in load-path.  (Bug#5277)
12121 2013-05-11  Glenn Morris  <rgm@gnu.org>
12123         * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
12124         Provide features.
12126 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12128         * progmodes/octave.el (octave-indent-comment): Improve.
12129         (octave-eldoc-message-style, octave-eldoc-cache): New variables.
12130         (octave-eldoc-function-signatures, octave-eldoc-function):
12131         New functions.
12132         (octave-mode, inferior-octave-mode): Add eldoc support.
12134 2013-05-11  Richard Stallman  <rms@gnu.org>
12136         * epa.el (epa-decrypt-file): Take output file name as argument
12137         and read it using `interactive'.
12139 2013-05-11  Leo Liu  <sdl.web@gmail.com>
12141         * progmodes/octave.el (octave-beginning-of-line)
12142         (octave-end-of-line): Check before using up-list because it jumps
12143         out of more syntactic contructs since moving to smie.
12144         (octave-indent-comment): New function.
12145         (octave-mode): Use it in smie-indent-functions.  (Bug#14350)
12146         (octave-begin-keywords, octave-end-keywords)
12147         (octave-reserved-words, octave-smie-bnf-table)
12148         (octave-smie-rules): Add new keywords from Octave 3.6.4.
12150 2013-05-11  Glenn Morris  <rgm@gnu.org>
12152         * faces.el (internal-face-x-get-resource):
12153         * frame.el (ns-display-monitor-attributes-list):
12154         * calc/calc-aent.el (math-to-radians-2):
12155         * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
12156         Fix declarations.
12158         * calc/calc-menu.el: Make it loadable in isolation.
12160         * net/eudcb-bbdb.el: Make it loadable without bbdb.
12161         (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
12162         (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
12163         (eudc-bbdb-query-internal): Require 'bbdb.
12165         * lpr.el (lpr-headers-switches):
12166         * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
12168         * progmodes/sql.el (sql-login-params): Fix and improve :type.
12170         * emulation/edt-mapper.el: In batch mode, error rather than hang.
12172         * term.el (term-set-escape-char): Make it idempotent.
12174 2013-05-10  Leo Liu  <sdl.web@gmail.com>
12176         * progmodes/octave.el (inferior-octave-completion-table):
12177         No longer a function and all uses changed.  Use cache to speed up
12178         completion due to bug#11906.
12179         (octave-beginning-of-defun): Re-write to be more general.
12181 2013-05-10  Glenn Morris  <rgm@gnu.org>
12183         * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
12185 2013-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12187         * comint.el (comint-redirect-send-command-to-process): Use :around
12188         rather than :override for comint-redirect-filter.
12189         (comint-redirect-filter): Add the corresponding `orig-filter' argument.
12190         Call it instead of comint-redirect-original-filter-function (which
12191         is gone).  Reported by Juanma Barranquero <lekktu@gmail.com>.
12193 2013-05-09  Jan Djärv  <jan.h.d@swipnet.se>
12195         * frame.el (display-monitor-attributes-list): Add NS case.
12196         (ns-display-monitor-attributes-list): Declare.
12198 2013-05-09  Ulrich Mueller  <ulm@gentoo.org>
12200         * descr-text.el (describe-char): Fix %d/%x typo.  (Bug#14360)
12202 2013-05-09  Glenn Morris  <rgm@gnu.org>
12204         * international/fontset.el (vertical-centering-font-regexp):
12205         Set standard-value.
12207         * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
12209         * bookmark.el (bookmark-search-delay):
12210         * cus-start.el (vertical-centering-font-regexp):
12211         * ps-mule.el (ps-mule-font-info-database-default):
12212         * ps-print.el (ps-default-fg, ps-default-bg):
12213         * type-break.el (type-break-good-break-interval):
12214         * whitespace.el (whitespace-indentation-regexp)
12215         (whitespace-space-after-tab-regexp):
12216         * emacs-lisp/testcover.el (testcover-1value-functions)
12217         (testcover-noreturn-functions, testcover-progn-functions)
12218         (testcover-prog1-functions):
12219         * emulation/viper-init.el (viper-emacs-state-cursor-color):
12220         * eshell/em-glob.el (eshell-glob-translate-alist):
12221         * play/tetris.el (tetris-tty-colors):
12222         * progmodes/cpp.el (cpp-face-default-list):
12223         * progmodes/flymake.el (flymake-allowed-file-name-masks):
12224         * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
12225         (idlwave-help-browser-generic-args):
12226         * progmodes/make-mode.el (makefile-special-targets-list):
12227         * progmodes/python.el (python-shell-virtualenv-path):
12228         * progmodes/verilog-mode.el (verilog-active-low-regexp)
12229         (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
12230         (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
12231         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12232         * textmodes/reftex-vars.el (reftex-format-label-function):
12233         * textmodes/remember.el (remember-diary-file): Fix custom types.
12235         * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
12236         Add :version.
12238 2013-05-09  Leo Liu  <sdl.web@gmail.com>
12240         * progmodes/octave.el (inferior-octave-completion-at-point):
12241         Restore file completion.  (Bug#14300)
12242         (inferior-octave-startup): Fix incorrect highlighting for the
12243         first prompt.
12245 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12247         * progmodes/ruby-mode.el: First cut at SMIE support.
12248         (ruby-use-smie): New var.
12249         (ruby-smie-grammar): New constant.
12250         (ruby-smie--bosp, ruby-smie--implicit-semi-p)
12251         (ruby-smie--forward-token, ruby-smie--backward-token)
12252         (ruby-smie-rules): New functions.
12253         (ruby-mode-variables): Setup SMIE if applicable.
12255 2013-05-08  Eli Zaretskii  <eliz@gnu.org>
12257         * simple.el (line-move-visual): Signal beginning/end of buffer
12258         only if vertical-motion moved less than it was requested.  Avoids
12259         silly incorrect error messages when there are display strings with
12260         multiple newlines at EOL.
12262 2013-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
12265         * progmodes/prolog.el (prolog-underscore-wordchar-flag)
12266         (prolog-char-quote-workaround):
12267         * progmodes/cperl-mode.el (cperl-under-as-char):
12268         * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
12269         Mark as obsolete.
12270         (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
12271         their declaration.
12272         (vhdl-mode-syntax-table-init): Remove.
12274         * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
12275         last change.
12277         * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
12278         syntax for "_".
12279         (ld-script-font-lock-keywords):
12280         Change regexps to use things like \_< and \_>.
12282         * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
12283         Change all regexps to use things like \_< and \_>.
12285         * progmodes/autoconf.el (autoconf-definition-regexp)
12286         (autoconf-font-lock-keywords, autoconf-current-defun-function):
12287         Handle a _ with symbol syntax.
12288         (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
12290         * progmodes/ada-mode.el (ada-mode-abbrev-table):
12291         Consolidate declaration.
12292         (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
12293         the declaration.
12294         (ada-create-syntax-table): Remove.
12295         (ada-capitalize-word): Don't mess with the syntax of "_" since it
12296         already has the right syntax nowadays.
12297         (ada-goto-next-word): Don't change the syntax of "_".
12299         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
12300         with-wrapper-hook.
12302 2013-05-08  Sam Steingold  <sds@gnu.org>
12304         * thingatpt.el (thing-at-point): Accept optional second argument
12305         NO-PROPERTIES to strip the text properties from the return value.
12306         * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
12307         to `thing-at-point' instead of stripping the properties ourselves.
12308         Also, when `thing-at-point' fails to find a url, prepend "http://"
12309         to the filename at point on the assumption that the user is
12310         pointing at something like gnu.org/gnu.
12312 2013-05-08  Juanma Barranquero  <lekktu@gmail.com>
12314         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12315         * faces.el (crm-separator):
12316         Silence byte-compiler.
12318         * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
12319         (tool-bar-map): Remove unneeded defvars.
12321 2013-05-08  Leo Liu  <sdl.web@gmail.com>
12323         Re-work a fix for bug#10994 based on Le Wang's patch.
12324         * ido.el (ido-remove-consecutive-dups): New helper.
12325         (ido-completing-read): Use it.
12326         (ido-chop): Revert fix for bug#10994.
12328 2013-05-08  Adam Spiers  <emacs@adamspiers.org>
12330         * cus-edit.el (custom-save-variables):
12331         Pretty-print long values.  (Bug#14187)
12333 2013-05-08  Glenn Morris  <rgm@gnu.org>
12335         * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
12336         (m4-mode-syntax-table): Init in the defvar.
12337         (m4-mode-abbrev-table): Let define-derived-mode define it.
12339 2013-05-08  Tom Tromey  <tromey@redhat.com>
12341         * progmodes/m4-mode.el (m4-mode-syntax-table):
12342         Do not treat "_" as word constituent.  (Bug#14167)
12344 2013-05-07  Glenn Morris  <rgm@gnu.org>
12346         * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
12347         Remove explicit eshell-isearch-cancel-map.
12349         * progmodes/f90.el (f90-smart-end-names): New option.
12350         (f90-smart-end): Doc fix.
12351         (f90-end-block-optional-name): New constant.
12352         (f90-block-match): Respect f90-smart-end-names.
12354 2013-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12356         * progmodes/octave.el (octave-smie-forward-token): Be more careful
12357         about implicit semi-colons (bug#14218).
12359 2013-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12361         * frame.el (display-monitor-attributes-list)
12362         (frame-monitor-attributes): New functions.
12364 2013-05-06  Leo Liu  <sdl.web@gmail.com>
12366         * progmodes/octave.el (octave-syntax-propertize-function): Change
12367         \'s syntax to escape when inside double-quoted strings.  (Bug#14332)
12368         (octave-font-lock-keywords): Use octave-operator-regexp.
12369         (octave-completion-at-point): Rename from
12370         octave-completion-at-point-function.
12371         (inferior-octave-directory-tracker): Robustify.
12372         (octave-text-functions): Remove and fix its uses.  No such things
12373         any more.
12375 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12377         * emacs-lisp/trace.el (trace--display-buffer): New function.
12378         (trace-make-advice): Use it.
12380 2013-05-06  Juri Linkov  <juri@jurta.org>
12382         * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.  (Bug#14344)
12383         (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
12384         Doc fix.
12385         (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
12386         in the help string.  (Bug#12985)
12388 2013-05-06  Kelly Dean  <kellydeanch@yahoo.com>  (tiny change)
12390         * simple.el (shell-command-on-region): Doc fix.  (Bug#14279)
12392 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12394         * progmodes/perl-mode.el: Add support for here documents.
12395         (perl-syntax-propertize-function): Match here-doc markers.
12396         (perl-syntax-propertize-special-constructs): Find their end.
12397         (perl-imenu-generic-expression): Use [:alnum:].
12399         * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
12400         (advice--add-function): Refresh the advice if already present
12401         (bug#14317).
12403 2013-05-06  Ivan Andrus  <darthandrus@gmail.com>
12405         * find-file.el (cc-other-file-alist): Add ".m" for ObjC.  (Bug#14339)
12407 2013-05-06  Glenn Morris  <rgm@gnu.org>
12409         * w32-fns.el (w32-charset-info-alist): Declare.
12411         * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
12412         of its defcustom properties.
12413         (eshell-cmpl-initialize): No need to load pcomplete.
12415         * generic-x.el: No need to require comint when compiling.
12417         * net/eudc-export.el: Make it loadable without bbdb.
12418         (top-level): Use require rather than load-library.
12419         (eudc-create-bbdb-record, eudc-bbdbify-phone)
12420         (eudc-batch-export-records-to-bbdb)
12421         (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
12422         Require bbdb.
12424 2013-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12426         * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
12427         (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
12428         some tweaks, instead.
12430 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12432         * progmodes/octave.el (octave-font-lock-keywords)
12433         (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
12434         (inferior-octave-send-list-and-digest): Improve error message.
12435         (octave-mode, inferior-octave-mode): Use setq-local.
12436         (octave-help): Set info-lookup-mode.
12438 2013-05-05  Richard Stallman  <rms@gnu.org>
12440         * vc/compare-w.el (compare-windows-whitespace):
12441         Treat no-break space as whitespace.
12443         * mail/rmailsum.el (rmail-summary-rmail-update):
12444         Detect empty summary and don't change selected message.
12445         (rmail-summary-goto-msg): Likewise.
12447         * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
12448         Doc fixes, rename args.
12450 2013-05-05  Alan Mackenzie  <acm@muc.de>
12452         * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
12454 2013-05-05  Juri Linkov  <juri@jurta.org>
12456         * info.el (Info-read-subfile): Use (point-min) instead of (point)
12457         to not add the length of the summary segment to the return value.
12458         (Bug#14125)
12460 2013-05-05  Leo Liu  <sdl.web@gmail.com>
12462         * progmodes/octave.el (inferior-octave-strip-ctrl-g)
12463         (inferior-octave-output-filter): Remove.
12464         (octave-send-region, inferior-octave-startup): Fix callers.
12465         (inferior-octave-mode-map): Don't use comint-dynamic-complete.
12466         (octave-binary-file-extensions): New user variable.
12467         (octave-find-definition): Confirm if opening binary files.
12468         (octave-help-file): Use octave-find-definition to get the binary
12469         confirmation.
12470         (octave-help): Adjust for octave-help-file change.
12472 2013-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12474         * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
12475         Merge the two entries that handle function definitions.
12476         (pascal--syntax-propertize): New const.
12477         (pascal-mode): Use it.  Use setq-local.
12479 2013-05-04  Glenn Morris  <rgm@gnu.org>
12481         * calendar/diary-lib.el (diary-from-outlook-function): New variable.
12482         (diary-from-outlook): Respect diary-from-outlook-function.
12484 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12486         * simple.el (read-expression-map): Use completion-at-point (bug#14255).
12487         Move the declaration from C.
12488         (read-minibuffer, eval-minibuffer): Move from C.
12489         (completion-setup-function): Avoid minibuffer-completion-contents.
12491 2013-05-03  Leo Liu  <sdl.web@gmail.com>
12493         * progmodes/octave.el (octave-font-lock-keywords): Do not
12494         dehighlight 'end' in comments or strings.
12495         (octave-completing-read, octave-goto-function-definition):
12496         New helpers.
12497         (octave-help-buffer): New user variable.
12498         (octave-help-file, octave-help-function): New button types.
12499         (octave-help): New command and bind it to C-h ;.
12500         (octave-find-definition): New command and bind it to M-.
12501         (user-error): Alias to error if not defined.
12503 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12505         * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
12506         for \.  (bug#14332)
12507         (octave-font-lock-keywords): Include [ and {.
12509 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12511         * progmodes/octave.el (inferior-octave-startup-file): Change default.
12512         (inferior-octave): Remove calling comint-mode and return the buffer.
12513         (inferior-octave-startup): Cosmetic changes.
12515 2013-05-02  Leo Liu  <sdl.web@gmail.com>
12517         * progmodes/octave.el (octave-syntax-propertize-function):
12518         Include the case when ' is at line beginning.  (Bug#14336)
12520 2013-05-02  Glenn Morris  <rgm@gnu.org>
12522         * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
12523         * desktop.el (vc-dir-mode): Just autoload it here.
12525 2013-05-02  Alan Mackenzie  <acm@muc.de>
12527         Eliminate variable c-standard-font-lock-fontify-region-function.
12528         * progmodes/cc-mode.el
12529         (c-standard-font-lock-fontify-region-function): Remove.
12530         (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
12532 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12534         * progmodes/octave.el: Compatible with older emacs-24 releases.
12535         (inferior-octave-has-built-in-variables): Remove.  Built-in
12536         variables were removed from Octave in 2007.
12537         (inferior-octave-startup): Fix uses.
12538         (comint-line-beginning-position): Remove compatibility code for
12539         emacs 21.
12541 2013-05-01  Juri Linkov  <juri@jurta.org>
12543         * isearch.el (isearch-forward, isearch-mode): Doc fix.  (Bug#13923)
12545 2013-05-01  Juri Linkov  <juri@jurta.org>
12547         * comint.el (comint-previous-matching-input): Don't print message
12548         "History item: %d" when `isearch-mode' is active.
12549         (comint-history-isearch-message): Print message "History item: %d"
12550         when `comint-input-ring-index' is not empty and this function is
12551         called from `isearch-update' with a nil `ellipsis'.  (Bug#13223)
12553 2013-05-01  Leo Liu  <sdl.web@gmail.com>
12555         * progmodes/octave.el (octave-abbrev-table): Remove abbrev
12556         definitions.  Use completion-at-point to insert keywords.
12557         (octave-abbrev-start): Remove.
12558         (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
12560 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12562         * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
12563         change.
12565 2013-04-30  Alan Mackenzie  <acm@muc.de>
12567         Handle arbitrarily long C++ member initialisation lists.
12568         * progmodes/cc-engine.el (c-back-over-member-initializers):
12569         new function.
12570         (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
12571         (most) member init lists.
12573 2013-04-30  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
12575         * progmodes/octave.el (inferior-octave-prompt-read-only): New user
12576         variable.
12578 2013-04-30  Leo Liu  <sdl.web@gmail.com>
12580         * progmodes/octave.el (octave-variables): Remove.  No builtin
12581         variables any more.  All converted to functions.
12582         (octave-font-lock-keywords, octave-completion-at-point-function):
12583         Fix uses.
12584         (octave-font-lock-texinfo-comment): New user variable.
12585         (octave-texinfo-font-lock-keywords): New variable for texinfo
12586         comment block.
12587         (octave-function-comment-block): New face.
12588         (octave-font-lock-texinfo-comment): New function.
12589         (octave-mode): Font lock texinfo comment block.
12591 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12593         * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
12594         indexing expression.
12595         (octave-continuation-string): Do not use \.
12596         (inferior-octave-complete-impossible): Remove.
12597         (inferior-octave-completion-table)
12598         (inferior-octave-completion-at-point): Remove its uses.
12599         (inferior-octave-startup): completion_matches was introduced to
12600         Octave in 1996 so safe to assume it.
12601         (octave-function-file-comment): Improve to follow how Octave does it.
12602         (octave-update-function-file-comment): Tweak.
12604 2013-04-29  Leo Liu  <sdl.web@gmail.com>
12606         * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
12607         (inferior-octave-startup): Remove inferior-octave-startup-hook.
12608         (octave-function-file-comment): Fix typo.
12609         (octave-sync-function-file-names): Use read-char-choice.
12611 2013-04-28  Jay Belanger  <jay.p.belanger@gmail.com>
12613         * calc/calc.el (math-normalize): Don't set `math-normalize-error'
12614         to t for the less important warnings.
12616 2013-04-27  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
12618         * isearch.el (isearch-fail-pos): Check for empty `cmds'.  (Bug#14268)
12620 2013-04-27  Glenn Morris  <rgm@gnu.org>
12622         * vc/log-view.el (log-view-current-entry):
12623         Treat "---" separator lines as part of the following rev.  (Bug#14169)
12625 2013-04-27  Juri Linkov  <juri@jurta.org>
12627         * subr.el (read-number): Doc fix about using it by interactive
12628         code letter `n'.  (Bug#14254)
12630 2013-04-27  Juri Linkov  <juri@jurta.org>
12632         * desktop.el (desktop-auto-save-timeout): New option.
12633         (desktop-file-checksum): New variable.
12634         (desktop-save): Add optional arg `auto-save' and don't auto-save
12635         if nothing changed.
12636         (desktop-auto-save-timer): New variable.
12637         (desktop-auto-save, desktop-auto-save-set-timer): New functions.
12638         (after-init-hook): Call `desktop-auto-save-set-timer'.
12639         Suggested by Reuben Thomas <rrt@sc3d.org> in
12640         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
12642 2013-04-27  Leo Liu  <sdl.web@gmail.com>
12644         * progmodes/octave.el (octave-function-file-p)
12645         (octave-skip-comment-forward, octave-function-file-comment)
12646         (octave-update-function-file-comment): New functions.
12647         (octave-mode-map): Bind C-c ; to
12648         octave-update-function-file-comment.
12649         (octave-mode-menu): Add octave-update-function-file-comment.
12650         (octave-mode, inferior-octave-mode): Fix doc-string.
12651         (octave-insert-defun): Conform to Octave's coding convention.
12652         (Bug#14285)
12654         * files.el (basic-save-buffer): Don't let errors in
12655         before-save-hook prevent saving buffer.
12657 2013-04-20  Roland Winkler  <winkler@gnu.org>
12659         * faces.el (read-face-name): Use completing-read if arg multiple
12660         is nil.
12662 2013-04-27  Ingo Lohmar  <i.lohmar@gmail.com>  (tiny change)
12664         * ls-lisp.el (ls-lisp-insert-directory): If no files are
12665         displayed, move point to after the totals line.
12666         See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
12667         for the details.
12669 2013-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12671         * emacs-lisp/package.el (package-autoload-ensure-default-file):
12672         Add current dir to the load-path.
12673         (package-generate-autoloads): Don't rely on
12674         autoload-ensure-default-file.
12676 2013-04-26  Reuben Thomas  <rrt@sc3d.org>
12678         * textmodes/remember.el (remember-store-in-files): Document that
12679         the file name format is passed to `format-time-string'.
12681 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12683         * progmodes/octave.el (octave-sync-function-file-names): New function.
12684         (octave-mode): Use it in before-save-hook.
12686 2013-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12688         * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
12689         (bug#14274).
12691         * progmodes/octave.el (octave-smie-forward-token): Properly skip
12692         \n and comment, even if it's not an implicit ; (bug#14218).
12694 2013-04-26  Glenn Morris  <rgm@gnu.org>
12696         * subr.el (read-number): Once more use `read' rather than
12697         `string-to-number', to trap non-numeric input.  (Bug#14254)
12699 2013-04-26  Erik Charlebois  <erikcharlebois@gmail.com>
12701         * emacs-lisp/syntax.el (syntax-propertize-multiline):
12702         Use `syntax-multiline' text property consistently instead of
12703         `font-lock-multiline'.  (Bug#14237)
12705 2013-04-26  Glenn Morris  <rgm@gnu.org>
12707         * emacs-lisp/shadow.el (list-load-path-shadows):
12708         No longer necessary to check for duplicate simple.el, since
12709         2012-07-07 change to init_lread to not include installation lisp
12710         directories in load-path when running uninstalled.  (Bug#14270)
12712 2013-04-26  Leo Liu  <sdl.web@gmail.com>
12714         * progmodes/octave.el (octave-submit-bug-report): Obsolete.
12715         (octave-mode, inferior-octave-mode): Use setq-local.
12716         (octave-not-in-string-or-comment-p): Rename to
12717         octave-in-string-or-comment-p.
12718         (octave-in-comment-p, octave-in-string-p)
12719         (octave-in-string-or-comment-p): Replace defsubst with defun.
12721 2013-04-25  Paul Eggert  <eggert@cs.ucla.edu>
12723         * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
12725 2013-04-25  Bastien Guerry  <bzg@gnu.org>
12727         * textmodes/remember.el (remember-data-directory)
12728         (remember-directory-file-name-format): Fix custom types.
12730 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12732         * progmodes/octave.el (octave-completion-at-point-function):
12733         Make use of inferior octave process.
12734         (octave-initialize-completions): Remove.
12735         (inferior-octave-completion-table): New function.
12736         (inferior-octave-completion-at-point): Use it.
12737         (octave-completion-alist): Remove.
12739 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12741         * progmodes/opascal.el: Use font-lock and syntax-propertize.
12742         (opascal-mode-syntax-table): New var.
12743         (opascal-literal-kind, opascal-is-literal-end)
12744         (opascal-literal-token-at): Rewrite.
12745         (opascal--literal-start-re, opascal-font-lock-keywords)
12746         (opascal--syntax-propertize): New constants.
12747         (opascal-font-lock-defaults): Adjust.
12748         (opascal-mode): Use them.  Set comment-<foo> variables as well.
12749         (delphi-comment-face, opascal-comment-face, delphi-string-face)
12750         (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
12751         (delphi-other-face, opascal-other-face): Remove face variables.
12752         (opascal-save-state): Remove macro.
12753         (opascal-fontifying-progress-step): Remove constant.
12754         (opascal--ignore-changes): Remove var.
12755         (opascal-set-token-property, opascal-parse-next-literal)
12756         (opascal-is-stable-literal, opascal-complete-literal)
12757         (opascal-is-literal-start, opascal-face-of)
12758         (opascal-parse-region, opascal-parse-region-until-stable)
12759         (opascal-fontify-region, opascal-after-change)
12760         (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
12761         (opascal-debug-parse-region, opascal-debug-parse-window)
12762         (opascal-debug-parse-buffer, opascal-debug-fontify-window)
12763         (opascal-debug-fontify-buffer): Remove.
12764         (opascal-debug-mode-map): Adjust accordingly.
12766 2013-04-25  Leo Liu  <sdl.web@gmail.com>
12768         Merge octave-mod.el and octave-inf.el into octave.el with some
12769         cleanups.
12770         * progmodes/octave.el: New file renamed from octave-mod.el.
12771         * progmodes/octave-inf.el: Merged into octave.el.
12772         * progmodes/octave-mod.el: Renamed to octave.el.
12774 2013-04-25  Tassilo Horn  <tsdh@gnu.org>
12776         * textmodes/reftex-vars.el
12777         (reftex-label-ignored-macros-and-environments): New defcustom.
12779         * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
12781 2013-04-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12783         * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
12784         (smie-indent-keyword): Improve the check to ensure that the next
12785         comment is really on the same line.
12786         (smie-indent-comment): Don't align with a subsequent closer (or eob).
12788         * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
12789         semi-colons if the line is not otherwise empty (bug#14218).
12791 2013-04-25  Glenn Morris  <rgm@gnu.org>
12793         * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
12795 2013-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12797         * progmodes/opascal.el (opascal-set-token-property): Rename from
12798         opascal-set-text-properties and only set `token' (bug#14134).
12799         Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
12800         (opascal-literal-text-properties): Remove.
12801         (opascal-parse-next-literal, opascal-debug-unparse-buffer):
12802         Adjust callers.
12804 2013-04-24  Reuben Thomas  <rrt@sc3d.org>
12806         * textmodes/remember.el (remember-handler-functions): Add an
12807         option for a new handler `remember-store-in-files'.
12808         (remember-data-directory, remember-directory-file-name-format):
12809         New options.
12810         (remember-store-in-files): New function to store remember notes
12811         as separate files within a directory.
12813 2013-04-24  Magnus Henoch  <magnus.henoch@gmail.com>
12815         * progmodes/compile.el (compilation-next-error-function):
12816         Pass "formats" to compilation-find-file (bug#11777).
12818 2013-04-24  Glenn Morris  <rgm@gnu.org>
12820         * vc/vc-bzr.el (vc-bzr-print-log):
12821         * vc/vc-hg.el (vc-hg-print-log):
12822         * vc/vc-svn.el (vc-svn-print-log):
12823         Fix START-REVISION with LIMIT != 1.  (Bug#14168)
12825         * vc/vc-bzr.el (vc-bzr-print-log):
12826         * vc/vc-cvs.el (vc-cvs-print-log):
12827         * vc/vc-git.el (vc-git-print-log):
12828         * vc/vc-hg.el (vc-hg-print-log):
12829         * vc/vc-mtn.el (vc-mtn-print-log):
12830         * vc/vc-rcs.el (vc-rcs-print-log):
12831         * vc/vc-sccs.el (vc-sccs-print-log):
12832         * vc/vc-svn.el (vc-svn-print-log):
12833         * vc/vc.el (vc-print-log-internal): Doc fixes.
12835 2013-04-23  Glenn Morris  <rgm@gnu.org>
12837         * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
12838         Remove venerable code attempting to avoid substitute-command-keys.
12840 2013-04-23  Tassilo Horn  <tsdh@gnu.org>
12842         * textmodes/reftex-vars.el (reftex-label-regexps):
12843         Call `reftex-compile-variables' after changes to this variable.
12845 2013-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12847         * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
12848         Use lexical-binding.
12849         (jit-lock-force-redisplay): Use markers, check buffer's continued
12850         existence and beware narrowed buffers.
12851         (jit-lock-fontify-now): Adjust call accordingly.
12853 2013-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12855         * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
12856         to avoid misleading the user.
12858 2013-04-22  Leo Liu  <sdl.web@gmail.com>
12860         * info-look.el: Prefer latex2e.info.  (Bug#14240)
12862 2013-04-22  Michael Albinus  <michael.albinus@gmx.de>
12864         Fix pack/unpack coding.  Reported by David Smith <davidsmith@acm.org>.
12866         * net/tramp-compat.el (tramp-compat-call-process): Move function ...
12867         * net/tramp.el (tramp-call-process): ... here.
12868         (tramp-set-completion-function, tramp-parse-putty):
12869         * net/tramp-adb.el (tramp-adb-execute-adb-command):
12870         * net/tramp-gvfs.el (tramp-gvfs-send-command):
12871         * net/tramp-sh.el (tramp-sh-handle-set-file-times)
12872         (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
12873         (tramp-call-local-coding-command): Use `tramp-call-process'
12874         instead of `tramp-compat-call-process'.
12876         * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
12877         (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
12878         (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
12879         (tramp-find-inline-compress): Improve traces.
12880         (tramp-maybe-send-script): Check for Perl binary.
12881         (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
12883 2013-04-22  Daiki Ueno  <ueno@gnu.org>
12885         * epg.el (epg-context-pinentry-mode): New function.
12886         (epg-context-set-pinentry-mode): New function.
12887         (epg--start): Pass --pinentry-mode option to gpg command.
12889 2013-04-21  Xue Fuqiao  <xfq.free@gmail.com>
12891         * comint.el (comint-dynamic-complete-functions, comint-mode-map):
12892         `comint-dynamic-complete' is obsolete since 24.1, replaced by
12893         `completion-at-point'.  (Bug#13774)
12895         * startup.el (normal-no-mouse-startup-screen): Bug fix, the
12896         default key binding for `describe-distribution' has been moved to
12897         `C-h C-o'.  (Bug#13970)
12899 2013-04-21  Glenn Morris  <rgm@gnu.org>
12901         * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
12902         Add doc strings.
12903         (vc-print-log): Clarify interactive prompt.
12905 2013-04-20  Glenn Morris  <rgm@gnu.org>
12907         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
12908         No longer include timestamp etc information.
12910 2013-04-20  Roland Winkler  <winkler@gnu.org>
12912         * faces.el (read-face-name): Bug fix, return just one face if arg
12913         multiple is nil.  (Bug#14209)
12915 2013-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12917         * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
12918         (remove-function): Autoload.
12920         * comint.el (comint-redirect-original-filter-function): Remove.
12921         (comint-redirect-cleanup, comint-redirect-send-command-to-process):
12922         * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
12923         (vc-cvs-annotate-command):
12924         * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
12925         * progmodes/prolog.el (prolog-consult-compile):
12926         * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
12927         Use add/remove-function instead.
12928         * progmodes/gud.el (gud-tooltip-original-filter): Remove.
12929         (gud-tooltip-process-output, gud-tooltip-tips):
12930         Use add/remove-function instead.
12931         * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
12932         (scheme-interaction-mode, exit-scheme-interaction-mode):
12933         Use add/remove-function instead.
12935         * vc/vc-dispatcher.el: Use lexical-binding.
12936         (vc--process-sentinel): Rename from vc-process-sentinel.
12937         Change last arg to be the code to run.  Don't use vc-previous-sentinel
12938         and vc-sentinel-commands any more.
12939         (vc-exec-after): Allow code to be a function.  Use add/remove-function.
12940         (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
12942 2013-04-19  Masatake YAMATO  <yamato@redhat.com>
12944         * progmodes/sh-script.el (sh-imenu-generic-expression):
12945         Handle function names with a single character.  (Bug#14111)
12947 2013-04-19  Dima Kogan  <dima@secretsauce.net>  (tiny change)
12949         * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
12950         for subroutines defined in an eval (bug#14182).
12952 2013-04-19  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12954         * bookmark.el (bookmark-completing-read): Improve handling of empty
12955         string (bug#14176).
12957 2013-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12959         * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
12961 2013-04-19  Fabián Ezequiel Gallina  <fgallina@gnu.org>
12963         New faster Imenu implementation (bug#14058).
12964         * progmodes/python.el:
12965         (python-imenu-prev-index-position):
12966         (python-imenu-format-item-label-function)
12967         (python-imenu-format-parent-item-label-function)
12968         (python-imenu-format-parent-item-jump-label-function):
12969         New vars.
12970         (python-imenu-format-item-label)
12971         (python-imenu-format-parent-item-label)
12972         (python-imenu-format-parent-item-jump-label)
12973         (python-imenu--put-parent, python-imenu--build-tree)
12974         (python-imenu-create-index, python-imenu-create-flat-index)
12975         (python-util-popn): New functions.
12976         (python-mode): Set imenu-create-index-function to
12977         python-imenu-create-index.
12979 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12981         * winner.el (winner-active-region): Use region-active-p, activate-mark
12982         and deactivate-mark (bug#14225).
12984         * simple.el (deactivate-mark): Don't inline it.
12986 2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
12988         * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
12990 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
12992         * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
12993         file extensions from the archive-mode entry in order to prefer
12994         doc-view-mode-maybe with archive-mode as fallback (bug#14188).
12996 2013-04-18  Leo Liu  <sdl.web@gmail.com>
12998         * bindings.el (help-event-list): Add ?\?.
13000 2013-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13002         * subr.el (with-wrapper-hook): Declare obsolete.
13003         * simple.el (filter-buffer-substring-function): New hook.
13004         (filter-buffer-substring): Use it.
13005         (filter-buffer-substring-functions): Mark obsolete.
13006         * minibuffer.el (completion-in-region-function): New hook.
13007         (completion-in-region): Use it.
13008         (completion-in-region-functions): Mark obsolete.
13009         * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
13010         * abbrev.el (abbrev-expand-function): New hook.
13011         (expand-abbrev): Use it.
13012         (abbrev-expand-functions): Mark obsolete.
13013         * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
13014         and :filter-return.
13016 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13018         * progmodes/python.el (python-nav--syntactically): Fix cornercases
13019         and do not care about match data.
13021 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13023         * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
13024         completion tables when completing error conditions and
13025         `declare' arguments.
13026         (lisp-complete-symbol, field-complete): Mark as obsolete.
13027         (check-parens): Unmatched parens are user errors.
13028         * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
13030 2013-04-17  Michal Nazarewicz  <mina86@mina86.com>
13032         * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
13033         command changed buffer (ie. `flyspell-pre-buffer' is not current
13034         buffer), which prevents making decisions based on invalid value of
13035         `flyspell-pre-point' in the wrong buffer.  Most notably, this used to
13036         cause an error when `flyspell-pre-point' was nil after switching
13037         buffers.
13038         (flyspell-post-command-hook): No longer needs to change buffers when
13039         checking pre-word.  While at it remove unnecessary progn.
13041 2013-04-17  Nicolas Richard  <theonewiththeevillook@yahoo.fr>  (tiny change)
13043         * textmodes/ispell.el (ispell-add-per-file-word-list):
13044         Fix `flyspell-correct-word-before-point' error when accepting
13045         words and `coment-padding' is an integer by using
13046         `comment-normalize-vars' (Bug #14214).
13048 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13050         New defun movement commands.
13051         * progmodes/python.el (python-nav--syntactically)
13052         (python-nav--forward-defun, python-nav-backward-defun)
13053         (python-nav-forward-defun): New functions.
13055 2013-04-17  Fabián Ezequiel Gallina  <fgallina@gnu.org>
13057         * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
13058         (python-syntax-context): Use named compiler-macro for backwards
13059         compatibility with Emacs 24.x.
13061 2013-04-17  Leo Liu  <sdl.web@gmail.com>
13063         * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
13064         octave-hide-process-buffer.
13066 2013-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
13068         * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
13069         (bug#14216).
13071 2013-04-17  Jean-Philippe Gravel  <jpgravel@gmail.com>
13073         * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
13074         Fix adjustment of offset when receiving incomplete responses from GDB
13075         (bug#14129).
13077 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13079         * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
13080         python-mode-abbrev-table.
13081         (python-skeleton-define): Adjust accordingly.
13082         (python-mode-abbrev-table): New table that inherits from it so that
13083         python-skeleton-autoinsert does not affect non-skeleton abbrevs.
13085         * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
13086         (abbrev-symbol): Use it.
13087         (abbrev--before-point): Use it since we already handle inheritance.
13089 2013-04-16  Leo Liu  <sdl.web@gmail.com>
13091         * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
13092         binding to info-lookup-symbol.
13094 2013-04-16  Juanma Barranquero  <lekktu@gmail.com>
13096         * minibuffer.el (completion--twq-all):
13097         * term/ns-win.el (ns-initialize-window-system):
13098         * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
13100 2013-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13102         * emacs-lisp/nadvice.el (add-function): Default simple vars to their
13103         global bindings.
13105         * doc-view.el (doc-view-start-process): Handle url-handler directories.
13107 2013-04-15  Dmitry Gutov  <dgutov@yandex.ru>
13109         * progmodes/ruby-mode.el (ruby-beginning-of-defun)
13110         (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
13111         to nil.
13112         (ruby-end-of-defun): Remove the unused arg, change the docstring
13113         to reflect that this function is only used as the value of
13114         `end-of-defun-function'.
13115         (ruby-beginning-of-defun): Remove "top-level" from the docstring,
13116         to reflect an earlier change that beginning/end-of-defun functions
13117         jump between methods in a class definition, as well as top-level
13118         functions.
13120 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13122         * minibuffer.el (minibuffer-complete): Don't just scroll
13123         a *Completions* that's been iconified.
13124         (minibuffer-force-complete): Make sure repetitions do cycle when going
13125         through completion-in-region -> minibuffer-complete.
13127 2013-04-15  Alan Mackenzie  <acm@muc.de>
13129         Correct the placement of c-cpp-delimiters when there're #s not at
13130         col 0.
13132         * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
13133         place a submatch around the #.
13134         * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
13135         Start a search at BOL.  Put the c-cpp-delimiter category text propertiy
13136         on the #, not BOL.
13138 2013-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13140         * emacs-lisp/nadvice.el: Properly test names when adding advice.
13141         (advice--member-p): New arg `name'.
13142         (advice--add-function, advice-member-p): Use it (bug#14202).
13144 2013-04-15  Filipp Gunbin  <fgunbin@fastmail.fm>
13146         Reformulate java imenu-generic-expression.
13147         The old expression contained ill formed regexps.
13149         * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
13150         (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
13151         (cc-imenu-java-method-arg-regexp): New defconsts.
13152         (cc-imenu-java-build-type-args-regex): New defun.
13153         (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
13154         handling of spaces in the regexp.
13156 2013-03-15  Agustín Martín Domingo  <agustin.martin@hispalinux.es>
13158         * textmodes/ispell.el (ispell-command-loop): Remove
13159         flyspell highlight of a word when ispell accepts it (bug #14178).
13161 2013-04-15  Michael Albinus  <michael.albinus@gmx.de>
13163         * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
13164         uses code from the previous `ange-ftp-run-real-handler'.
13165         (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
13166         only in case that function exist.  This is needed for proper
13167         unloading of Tramp.
13169 2013-04-15  Tassilo Horn  <tsdh@gnu.org>
13171         * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
13173         * textmodes/reftex.el (reftex-compile-variables): Use it.
13175 2013-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13177         * files.el (normal-mode): Only use default major-mode if no other mode
13178         was specified.
13180         * emacs-lisp/trace.el (trace-values): New function.
13182         * files.el: Allow : in local variables (bug#14089).
13183         (hack-local-variable-regexp): New var.
13184         (hack-local-variables-prop-line, hack-local-variables): Use it.
13186 2013-04-13  Roland Winkler  <winkler@gnu.org>
13188         * textmodes/bibtex.el (bibtex-search-entries): Bug fix.  Use match
13189         data before it gets modified by bibtex-beginning-of-entry.
13191 2013-04-13  Roland Winkler  <winkler@gnu.org>
13193         * textmodes/bibtex.el (bibtex-url): Doc fix.
13195 2013-04-13  Roland Winkler  <winkler@gnu.org>
13197         * textmodes/bibtex.el (bibtex-initialize): If the current buffer
13198         does not visit a BibTeX file, exclude it from the list of buffers
13199         returned by bibtex-initialize.
13201 2013-04-13  Stephen Berman  <stephen.berman@gmx.net>
13203         * window.el (split-window): Remove interactive form, since as a
13204         command this function is a special case of split-window-below.
13205         Correct doc string.
13207 2013-04-12  Roland Winkler  <winkler@gnu.org>
13209         * faces.el (read-face-name): Do not override value of arg default.
13210         Allow single faces and strings as default values.  Remove those
13211         elements from return value that are not faces.
13212         (describe-face): Simplify.
13213         (face-at-point): New optional args thing and multiple so that this
13214         function can provide the same functionality previously provided by
13215         read-face-name.
13216         (make-face-bold, make-face-unbold, make-face-italic)
13217         (make-face-unitalic, make-face-bold-italic, invert-face)
13218         (modify-face, read-face-and-attribute): Use face-at-point.
13220         * cus-edit.el (customize-face, customize-face-other-window)
13221         * cus-theme.el (custom-theme-add-face)
13222         * face-remap.el (buffer-face-set)
13223         * facemenu.el (facemenu-set-face): Use face-at-point.
13225 2013-04-12  Michael Albinus  <michael.albinus@gmx.de>
13227         * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
13229 2013-04-10  Tassilo Horn  <tsdh@gnu.org>
13231         * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
13232         off leading { and trailing } from field values.
13234 2013-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13236         * emacs-lisp/timer.el (timer--check): New function.
13237         (timer--time, timer-set-function, timer-event-handler): Use it.
13238         (timer-set-idle-time): Simplify.
13239         (timer--activate): CSE.
13240         (timer-event-handler): Give more info in error message.
13241         (internal-timer-start-idle): New function, moved from C.
13243         * mpc.el (mpc-proc): Add `restart' argument.
13244         (mpc-proc-cmd): Use it.
13245         (mpc--status-timer-run): Also catch signals from `mpc-proc'.
13246         (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
13247         less often.
13249 2013-04-10  Masatake YAMATO  <yamato@redhat.com>
13251         * progmodes/sh-script.el: Implement `sh-mode' own
13252         `add-log-current-defun-function' (bug#14112).
13253         (sh-current-defun-name): New function.
13254         (sh-mode): Use the function.
13256 2013-04-09  Bastien Guerry  <bzg@gnu.org>
13258         * simple.el (choose-completion-string): Fix docstring (bug#14163).
13260 2013-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13262         * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
13264         * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
13265         timer (bug#14156).
13267 2013-04-07  Nic Ferrier  <nferrier@ferrier.me.uk>
13269         * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
13270         declaration.
13272 2013-04-07  Leo Liu  <sdl.web@gmail.com>
13274         * pcmpl-x.el: New file.
13276 2013-04-06  Dmitry Antipov  <dmantipov@yandex.ru>
13278         Do not set x-display-name until X connection is established.
13279         This is needed to prevent from weird situation described at
13280         <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
13281         * frame.el (make-frame): Set x-display-name after call to
13282         window system initialization function, not before.
13283         * term/x-win.el (x-initialize-window-system): Add optional
13284         display argument and use it.
13285         * term/w32-win.el (w32-initialize-window-system):
13286         * term/ns-win.el (ns-initialize-window-system):
13287         * term/pc-win.el (msdos-initialize-window-system):
13288         Add compatible optional display argument.
13290 2013-04-06  Eli Zaretskii  <eliz@gnu.org>
13292         * files.el (normal-backup-enable-predicate): On MS-Windows and
13293         MS-DOS compare truenames of temporary-file-directory and of the
13294         file, so that 8+3 aliases (usually found in $TEMP on Windows)
13295         don't fail comparison by compare-strings.  Also, compare file
13296         names case-insensitively on MS-Windows and MS-DOS.
13298 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13300         * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
13301         Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
13303 2013-04-05  Dmitry Gutov  <dgutov@yandex.ru>
13305         * whitespace.el (whitespace-color-on, whitespace-color-off):
13306         Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
13308 2013-04-05  Jacek Chrząszcz  <chrzaszcz@mimuw.edu.pl>  (tiny change)
13310         * ispell.el (ispell-set-spellchecker-params):
13311         Really set `ispell-args' for all equivs.
13313 2013-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13315         * ido.el (ido-completions): Use extra elements of ido-decorations
13316         (bug#14143).
13317         (ido-decorations): Update docstring.
13319 2013-04-05  Michael Albinus  <michael.albinus@gmx.de>
13321         * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
13322         (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
13323         nil during initialization, in order not to miss changes since the
13324         file was opened.  (Bug#14140)
13326 2013-04-05  Leo Liu  <sdl.web@gmail.com>
13328         * kmacro.el (kmacro-call-macro): Fix bug#14135.
13330 2013-04-05  Jay Belanger  <jay.p.belanger@gmail.com>
13332         * calc/calc-units.el (calc-convert-units): Rewrite conditional.
13334 2013-04-04  Glenn Morris  <rgm@gnu.org>
13336         * electric.el (electric-pair-inhibit-predicate): Add :version.
13338 2013-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13340         * emacs-lisp/package.el (package-compute-transaction): Fix ordering
13341         when a package is required several times (bug#14082).
13343 2013-04-04  Roland Winkler  <winkler@gnu.org>
13345         * faces.el (read-face-name): Behave as promised by the docstring.
13346         Assume that arg default is a list of faces.
13347         (describe-face): Call read-face-name with list of default faces.
13349 2013-04-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
13351         * bookmark.el: Fix deletion of bookmarks (bug#13972).
13352         (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
13353         (bookmark-bmenu-execute-deletions): Only skip first line if it's
13354         the header.
13355         (bookmark-exit-hook-internal): Save even if list is empty.
13357 2013-04-04  Yann Hodique  <yann.hodique@gmail.com>  (tiny change)
13359         * emacs-lisp/package.el (package-pinned-packages): New var.
13360         (package--add-to-archive-contents): Obey it (bug#14118).
13362 2013-04-03  Alan Mackenzie  <acm@muc.de>
13364         Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
13365         Also adapt to the new values of element 7 of a parse state.
13367         * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
13368         parameter `not-in-delimiter'.  Handle being inside comment opener.
13369         (c-invalidate-state-cache-1): Reckon with an extra "invalid"
13370         character in case we're typing a '*' after a '/'.
13371         (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
13372         instead by passing the parameter to c-state-pp-to-literal.
13374         * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
13375         for elt. 7 of a parse state.
13377 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
13379         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
13380         * international/latin1-disp.el, international/mule-util.el:
13381         * language/cyril-util.el, language/european.el, language/ind-util.el:
13382         * language/lao-util.el, language/thai.el, language/tibet-util.el:
13383         * language/tibetan.el, language/viet-util.el:
13384         Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
13386 2013-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13388         * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
13389         (electric-pair-post-self-insert-function): Use it.
13390         (electric-pair-default-inhibit): New function, extracted from
13391         electric-pair-post-self-insert-function.
13393 2013-03-31  Roland Winkler  <winkler@gnu.org>
13395         * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
13397 2013-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13399         * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
13401 2013-03-30  Fabián Ezequiel Gallina  <fabian@anue.biz>
13403         Un-indent after "pass" and "return" statements (Bug#13888)
13404         * progmodes/python.el (python-indent-block-enders): New var.
13405         (python-indent-calculate-indentation): Use it.
13407 2013-03-30  Michael Albinus  <michael.albinus@gmx.de>
13409         * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
13410         defun.  Defining it as defalias could introduce too eager
13411         byte-compiler optimization.  (Bug#14030)
13413 2013-03-30  Chong Yidong  <cyd@gnu.org>
13415         * iswitchb.el (iswitchb-read-buffer): Fix typo.
13417 2013-03-30  Leo Liu  <sdl.web@gmail.com>
13419         * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
13420         (kmacro-execute-from-register): Pass the keyboard macro to
13421         kmacro-call-macro or repeating won't work correctly.
13423 2013-03-30  Teodor Zlatanov  <tzz@lifelogs.com>
13425         * progmodes/subword.el: Back to using `forward-symbol'.
13427         * subr.el (forward-whitespace, forward-symbol)
13428         (forward-same-syntax): Move from thingatpt.el.
13430 2013-03-29  Leo Liu  <sdl.web@gmail.com>
13432         * kmacro.el (kmacro-to-register): New command.
13433         (kmacro-execute-from-register): New function.
13434         (kmacro-keymap): Bind to 'x'.  (Bug#14071)
13436 2013-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13438         * mpc.el: Use defvar-local and setq-local.
13439         (mpc--proc-connect): Connection failures are not bugs.
13440         (mpc-mode-map): `follow-link' only applies to the buffer's content.
13441         (mpc-volume-map): Bind to the up-events.
13443 2013-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13445         * progmodes/subword.el (superword-mode): Use `forward-sexp'
13446         instead of `forward-symbol'.
13448 2013-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13450         * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
13451         (edebug--recursive-edit): Use it.
13452         (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
13453         (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
13455 2013-03-28  Leo Liu  <sdl.web@gmail.com>
13457         * vc/vc-bzr.el (vc-bzr-revert): Don't backup.  (Bug#14066)
13459 2013-03-27  Eli Zaretskii  <eliz@gnu.org>
13461         * facemenu.el (list-colors-callback): New defvar.
13462         (list-colors-redisplay): New function.
13463         (list-colors-display): Install list-colors-redisplay as the
13464         revert-buffer-function.  (Bug#14063)
13466 2013-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13468         * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
13469         and suffixes don't overlap (bug#14061).
13471         * case-table.el: Use lexical-binding.
13472         (case-table-get-table): New function.
13473         (get-upcase-table): Use it.  Mark as obsolete.  Adjust callers.
13475 2013-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
13477         * progmodes/subword.el: Add `superword-mode' to do word motion
13478         over symbol_words (parallels and leverages `subword-mode' which
13479         does word motion inside MixedCaseWords).
13481 2013-03-27  Aidan Gauland  <aidalgol@no8wireless.co.nz>
13483         * eshell/em-unix.el: Move su and sudo to...
13484         * eshell/em-tramp.el: ...Eshell tramp module.
13486 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13488         * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
13489         Change return value to be a sexp.  Delay `get-buffer' to after
13490         restoring the desktop (bug#13951).
13492 2013-03-26  Leo Liu  <sdl.web@gmail.com>
13494         * register.el: Move semantic tag handling back to
13495         cedet/semantic/senator.el.  (Bug#14052)
13497 2013-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13499         * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
13500         into the prompt either (bug#13963).
13502 2013-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13504         * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
13505         part of "(error-foo)".
13507 2013-03-24  Juri Linkov  <juri@jurta.org>
13509         * replace.el (list-matching-lines-prefix-face): New defcustom.
13510         (occur-1): Pass `list-matching-lines-prefix-face' to the function
13511         `occur-engine' if `face-differs-from-default-p' returns t.
13512         (occur-engine): Add `,' inside backquote construct to evaluate
13513         `prefix-face'.  Propertize the prefix with the `prefix-face' face.
13514         Pass `prefix-face' to the functions `occur-context-lines' and
13515         `occur-engine-add-prefix'.
13516         (occur-engine-add-prefix, occur-context-lines): Add optional arg
13517         `prefix-face' and propertize the prefix with `prefix-face'.
13518         (Bug#14017)
13520 2013-03-24  Leo Liu  <sdl.web@gmail.com>
13522         * nxml/rng-valid.el (rng-validate-while-idle)
13523         (rng-validate-quick-while-idle): Guard against deleted buffer.
13524         (Bug#13999)
13526         * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
13527         is the last entry in kill-buffer-hook.
13529         * files.el (kill-buffer-hook): Doc fix.
13531 2013-03-23  Dmitry Gutov  <dgutov@yandex.ru>
13533         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
13534         Make it safe-local.
13536         * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
13538 2013-03-23  Leo Liu  <sdl.web@gmail.com>
13540         * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
13541         Remove.
13543         * nxml/rng-valid.el (rng-validate-mode)
13544         (rng-after-change-function, rng-do-some-validation):
13545         * nxml/rng-maint.el (rng-validate-buffer):
13546         * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
13547         * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
13548         * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
13549         (nxml-extend-after-change-region): Use with-silent-modifications.
13551         * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
13552         timer-idle-list.
13554         * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
13555         (rng-next-error-1, rng-previous-error-1): Do not let-bind
13556         timer-idle-list.  (Bug#13999)
13558 2013-03-23  Juri Linkov  <juri@jurta.org>
13560         * info.el (info-index-match): New face.
13561         (Info-index, Info-apropos-matches): Add a nested subgroup to the
13562         main pattern and add text properties with the new face to matches
13563         in index entries relative to the beginning of the index entry.
13564         (Bug#14015)
13566 2013-03-21  Eric Ludlam  <zappo@gnu.org>
13568         * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
13569         Inhibit read only while inserting objects.
13571 2013-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
13573         * progmodes/cfengine.el: Update docs to mention
13574         `cfengine-auto-mode'.  Use \_> and \_< instead of \> and \< for
13575         symbol motion.  Remove "_" from the word syntax.
13577 2013-03-21  Teodor Zlatanov  <tzz@lifelogs.com>
13579         * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
13580         syntax for both `cfengine2-mode' and `cfengine3-mode'.
13582 2013-03-20  Juri Linkov  <juri@jurta.org>
13584         * info.el (Info-next-reference-or-link)
13585         (Info-prev-reference-or-link): New functions.
13586         (Info-next-reference, Info-prev-reference): Use them.
13587         (Info-try-follow-nearest-node): Handle footnote navigation.
13588         (Info-fontify-node): Fontify footnotes.  (Bug#13989)
13590 2013-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13592         * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
13593         * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
13595 2013-03-20  Paul Eggert  <eggert@cs.ucla.edu>
13597         Suppress unnecessary non-ASCII chatter during build process.
13598         * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
13599         (batch-skkdic-convert): Suppress most of the chatter.
13600         It's not needed so much now that machines are faster,
13601         and its non-ASCII component was confusing; see Dmitry Gutov in
13602         <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
13604 2013-03-20  Leo Liu  <sdl.web@gmail.com>
13606         * ido.el (ido-chop): Fix bug#10994.
13608 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13610         * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
13611         Remove vars.
13612         (whitespace-color-on, whitespace-color-off):
13613         Use `font-lock-fontify-buffer' (Bug#13817).
13615 2013-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13617         * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
13618         remapping in mode-line.
13619         (mouse-on-link-p): Also check [mode-line follow-link] bindings.
13621 2013-03-19  Dmitry Gutov  <dgutov@yandex.ru>
13623         * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
13624         value for `whitespace-line' face (Bug#13875).
13625         (whitespace-font-lock-keywords): Change description.
13626         (whitespace-color-on): Don't save `font-lock-keywords' value, save
13627         the constructed keywords instead.
13628         (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
13630 2013-03-19  Leo Liu  <sdl.web@gmail.com>
13632         * progmodes/compile.el (compilation-display-error): New command.
13633         (compilation-mode-map, compilation-minor-mode-map): Bind it to
13634         C-o.  (Bug#13992)
13636 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13638         * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
13640 2013-03-18  Jan Djärv  <jan.h.d@swipnet.se>
13642         * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
13644 2013-03-18  Michael Albinus  <michael.albinus@gmx.de>
13646         * net/tramp-compat.el (tramp-compat-user-error): New defun.
13648         * net/tramp-adb.el (tramp-adb-handle-shell-command):
13649         * net/tramp-gvfs.el (top):
13650         * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
13651         (tramp-handle-shell-command): Use it.
13652         (tramp-dissect-file-name): Raise an error when hostname is a
13653         method name, and neither method nor user is specified.
13655         * net/trampver.el: Update release number.
13657 2013-03-18  Leo Liu  <sdl.web@gmail.com>
13659         Make sure eldoc can be turned off properly.
13660         * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
13661         eldoc-mode.
13662         (eldoc-display-message-p): Revert last change.
13663         (eldoc-display-message-no-interference-p)
13664         (eldoc-print-current-symbol-info): Tweak.
13666 2013-03-18  Tassilo Horn  <tsdh@gnu.org>
13668         * doc-view.el (doc-view-new-window-function): Check the new window
13669         overlay's display property instead the char property of the
13670         buffer's first char.  Use `with-selected-window' instead of
13671         `save-window-excursion' with `select-window'.
13672         (doc-view-document->bitmap): Check the current doc-view overlay's
13673         display property instead the char property of the buffer's first char.
13675 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13677         Automate the build of ja-dic.el (Bug#13984).
13678         * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
13679         from the input, rather than assume that it's been done for us by the
13680         SKK script unannotate.awk.  Switch ja-dic.el to UTF-8.  Don't put
13681         the current date into a ja-dic.el comment, as that complicates
13682         regression testing.
13684 2013-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13686         * whitespace.el: Fix double evaluation.
13687         (whitespace-space, whitespace-hspace, whitespace-tab)
13688         (whitespace-newline, whitespace-trailing, whitespace-line)
13689         (whitespace-space-before-tab, whitespace-indentation)
13690         (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
13691         obsolete defvars.
13692         (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
13693         (whitespace-color-on): Use a single font-lock-add-keywords call.
13694         Fix double-evaluation of face variables.
13696 2013-03-17  Michael Albinus  <michael.albinus@gmx.de>
13698         * net/tramp-adb.el (tramp-adb-parse-device-names):
13699         Use `start-process' instead of `call-process'.  Otherwise, the
13700         function might be blocked under MS Windows.  (Bug#13299)
13702 2013-03-17  Leo Liu  <sdl.web@gmail.com>
13704         Extend eldoc to display info in the mode-line.  (Bug#13978)
13705         * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
13706         (eldoc-mode-line-string): New variable.
13707         (eldoc-minibuffer-message): New function.
13708         (eldoc-message-function): New variable.
13709         (eldoc-message): Use it.
13710         (eldoc-display-message-p)
13711         (eldoc-display-message-no-interference-p):
13712         Support eldoc-post-insert-mode.
13714         * simple.el (eval-expression-minibuffer-setup-hook): New hook.
13715         (eval-expression): Run it.
13717 2013-03-17  Roland Winkler  <winkler@gnu.org>
13719         * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
13720         strings in the list of return values.
13722 2013-03-17  Jay Belanger  <jay.p.belanger@gmail.com>
13724         * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
13725         radix before checking for HMS forms.
13727 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13729         * progmodes/scheme.el: Add indentation and font-locking for λ.
13730         (Bug#13975)
13732 2013-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
13734         * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
13735         token before point (bug#13942).
13737 2013-03-16  Leo Liu  <sdl.web@gmail.com>
13739         * thingatpt.el (end-of-sexp): Fix bug#13952.  Use syntax-after.
13741 2013-03-16  Eli Zaretskii  <eliz@gnu.org>
13743         * startup.el (command-line-normalize-file-name): Fix handling of
13744         backslashes in DOS and Windows file names.  Reported by Xue Fuqiao
13745         <xfq.free@gmail.com> in
13746         http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
13748 2013-03-15  Michael Albinus  <michael.albinus@gmx.de>
13750         Sync with Tramp 2.2.7.
13752         * net/trampver.el: Update release number.
13754 2013-03-14  Tassilo Horn  <tsdh@gnu.org>
13756         * doc-view.el: Fix bug#13887.
13757         (doc-view-insert-image): Don't modify overlay associated to
13758         non-live windows, and implement horizontal centering of image in
13759         case it's smaller than the window.
13760         (doc-view-new-window-function): Force redisplay of new windows on
13761         doc-view buffers.
13763 2013-03-13  Karl Fogel  <kfogel@red-bean.com>
13765         * saveplace.el (save-place-alist-to-file): Don't sort
13766         `save-place-alist', just pretty-print it (bug#13882).
13768 2013-03-13  Michael Albinus  <michael.albinus@gmx.de>
13770         * net/tramp-sh.el (tramp-sh-handle-insert-directory):
13771         Check whether `default-file-name-coding-system' is bound.
13772         It isn't in XEmacs.
13774 2013-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13776         * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
13777         backquotes for `obsolete' (bug#13929).
13779         * international/mule.el (find-auto-coding): Include file name in
13780         obsolescence warning (bug#13922).
13782 2013-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
13784         * progmodes/cfengine.el (cfengine-parameters-indent): New variable
13785         for CFEngine 3-specific indentation.
13786         (cfengine3-indent-line): Use it.  Fix up category regex.
13787         (cfengine3-font-lock-keywords): Add bundle and namespace characters.
13789 2013-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13791         * type-break.el (type-break-file-name):
13792         * textmodes/remember.el (remember-data-file):
13793         * strokes.el (strokes-file):
13794         * shadowfile.el (shadow-initialize):
13795         * saveplace.el (save-place-file):
13796         * ps-bdf.el (bdf-cache-file):
13797         * progmodes/idlwave.el (idlwave-config-directory):
13798         * net/quickurl.el (quickurl-url-file):
13799         * international/kkc.el (kkc-init-file-name):
13800         * ido.el (ido-save-directory-list-file):
13801         * emulation/viper.el (viper-custom-file-name):
13802         * emulation/vip.el (vip-startup-file):
13803         * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
13804         * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
13806 2013-03-12  Paul Eggert  <eggert@cs.ucla.edu>
13808         Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
13809         * language/thai-word.el: Switch to UTF-8.
13811 See ChangeLog.16 for earlier changes.
13813 ;; Local Variables:
13814 ;; coding: utf-8
13815 ;; End:
13817   Copyright (C) 2011-2014 Free Software Foundation, Inc.
13819   This file is part of GNU Emacs.
13821   GNU Emacs is free software: you can redistribute it and/or modify
13822   it under the terms of the GNU General Public License as published by
13823   the Free Software Foundation, either version 3 of the License, or
13824   (at your option) any later version.
13826   GNU Emacs is distributed in the hope that it will be useful,
13827   but WITHOUT ANY WARRANTY; without even the implied warranty of
13828   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13829   GNU General Public License for more details.
13831   You should have received a copy of the GNU General Public License
13832   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.